@charset "GBK";

@import url("//at.alicdn.com/t/font_1760821_g2h4wqzu4zu.css");


@font-face{font-family:HarmonyOS_Sans_SC_Medium;font-style:normal;font-display:swap;
src:url(../fonts/HarmonyOS_Sans_SC_Medium.subset.woff2) format('woff2')}
*{font-family:HarmonyOS_Sans_SC_Medium}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
:root {
	--dark: #000
}

a {
	color: var(--dark);
}

a:hover{
	color:#0084ff;
}

body {
	background: #f2f2f2;
	
}

ul{
	margin:0;
	padding:0;
}

button:focus {
  outline: 0;
  outline: 0;
}

ul{
	margin:0;
	padding:0;
}


.shu{color:#0084ff;}

/* H6标题 */
.card-body .message h6 {
    border-left: 3px solid #6293d4;
    text-indent: 8px;
    font-weight: bold;
    padding: 2px 0px;
    margin: 8px 0px;
}
/* H5标题 */
.card-body .message h5 {
    border-left: 4px solid #84985a;
    text-indent: 8px;
    font-weight: bold;
    padding: 2px 0px;
    margin: 8px 0px;
}
/* H4标题 */
.card-body .message h4 {
    border-left: 5px solid #b55594;
    text-indent: 8px;
    font-weight: bold;
    padding: 2px 0px;
    margin: 8px 0px;
}
/* H3标题 */
.card-body .message h3 {
    border-left: 6px solid #a232de;
    text-indent: 8px;
    font-weight: bold;
    padding: 2px 0px;
    margin: 8px 0px;
}
/* H2标题 */
.card-body .message h2 {
    position: relative;
    font-weight: 700;
    font-size: 18px;
    padding-left: 18px;
    line-height: 1.46;
    border: 0;
}
.card-body .message h2:before {
    position: absolute;
    top: 4px;
    left: 0;
    content: "";
    width: 3px;
    height: calc(100% - 8px);
    border-radius: 3px;
    background-color: #0084ff;
    background-image: linear-gradient(180deg,rgba(255,255,255,.15),transparent);
}
/* H1标题 */
.card-body .message h1 {
    border-left: 8px solid #de3232;
    text-indent: 8px;
    font-weight: bold;
    padding: 2px 0px;
    margin: 8px 0px;
}

.search_btn{
	position: absolute;
    right: 0;
    height: 30px;
    z-index: 10;
    background: transparent;
    border: 0;padding:0px 10px;
}


.card-header-tabs>.nav-item>.nav-link:hover{
	border:none;
}



.navbar {
	padding: 0;
}
.navbar>.container {
	padding-right: 0
}

.navbar.bg-dark {
	background-color: var(--white) !important
}


.modal-content{
	border:none;
}

.modal-header{
	border-bottom:none;
}

.modal-footer{
	border-top:none;
}


@media (max-width: 992px){
#nav > ul:first-child > li:not(:first-child) {
    padding-left: 0rem;
}
}


.navbar-dark .navbar-toggler {
	border-color: transparent !important;
	color: var(--dark);
	padding: 1rem
}

.navbar-dark .navbar-toggler:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0c9"
}

.navbar-dark .navbar-toggler-icon {
	display: none
}

.navbar-dark .navbar-brand {
	color: var(--dark);
}


.navbar-dark .navbar-nav .nav-link {
	color: #8590a6;
	font-size: 15px;
}

.navbar-nav .nav-link{
	padding: 0.7rem 1rem;
	
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding:1rem 0rem;
	margin-right:1.1rem;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
	color: var(--dark)
}

.subject {
    font-size: 1.04rem;
    display: -webkit-box !important;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


.navbar-dark .navbar-nav .nav-item.active>.nav-link {
	color:#0084ff;
	font-weight: 600
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
	color: var(--dark);
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
	color: var(--dark)
}

.aside>a.btn {
	border-width: 0
}

.card {
	background: var(--white);
	border:none;
	box-shadow: 0 0px 0px rgba(26, 26, 26, .1);
	border-radius:6px;
}


.card:hover{
	box-shadow: 0px 0px 10px rgba(26, 26, 26, .1);
	transition: box-shadow .5s ease-in-out;
}

.card-footer:last-child {
    border-radius: 0 0 calc(6px - 0px) calc(6px - 0px);
}

.imgbg_top{
	border-top-left-radius:6px;
	border-top-right-radius:6px;
}

.card>.card-header {
	background-image: none;
	background-color: transparent;
	border-bottom: 1px solid rgba(178, 186, 194, .15);
	font-weight:bold;
}

.card-header-tabs {
	margin-top: -.25rem
}

.card-header-tabs>.nav-item>.nav-link {
	border-width: 0 0 2px 0;
	padding-top: 4px;
}

.card-header-tabs>.nav-item>.nav-link:hover:not(.active) {
	border-width: 0 0 2px 0;
}

.card-header-tabs:hover {
	border-bottom:0px;
}

.nav-tabs .nav-item {
    margin-bottom: 3px;
}

.card-header-tabs>.nav-item>.nav-link.active {
	background: rgba(0,132,255,.1);
    border-color: #0084ff;
    border-width: 0 0 2px 0;
    border-radius: 0.5rem;
    color: #0084ff;
    padding: 2px 1rem;
    margin-top: 2px;
    border-bottom: 0;
}

.card.card-threadlist>.card-body {
	padding: 0px 0px 1rem 0px
}

.card.card-threadlist>.card-body>.threadlist .ml-2.d-none {
	display: inline-flex !important
}

.card.card-threadlist>.card-body>.threadlist .d-flex.justify-content-between.small {
	font-size: 13px
}

.card.card-postlist {
	border-top-width: 0;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	font-size: 14px
}

.card.card-thread {
	margin-bottom: 0;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important
}

.breadcrumb {
	background-color: var(--white) !important;
	font-size: 14px;
	box-shadow: 0 0px 0px rgba(26, 26, 26, .1);
	border: none;
	margin-bottom: 0.5rem;
	border-radius:6px;
	
}

.breadcrumb:hover{
	    box-shadow: 0px 0px 10px rgba(26, 26, 26, .1);
    transition: box-shadow .5s ease-in-out;
}

.nav_tag_list {
	display: flex;
	flex-direction: column
}

.btn-primary {
	color: #fff;
	background-color: #0084ff;
	border-color: #0084ff;
}

a:link,
a:visited,
a:hover {
	text-decoration: none;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-outline-secondary{
	color:#0084ff;
	border-color:#0084ff;
}

.btn-outline-secondary:hover{
	background-color:#f0f8ff;
	color:#0084ff;
	border-color:#0084ff;
}

.card-footer {
	padding: 0.75rem 1.25rem;
	border-top: 1px solid rgba(178, 186, 194, .15);
	background-color: white;
}

.btn-primary:hover {
	color: #fff;
	background-color: #1874CD;
	border-color: #1874CD;
}

li {
	list-style: outside none none;
}

.thread {
	border-bottom: 1px solid rgba(178, 186, 194, .15);
}

.badge-yellow{
	color:white;background:#fbbc05;
}

.header-dropdown {
	display: none;
	position: absolute;
	margin-top: 45px;
	z-index: 1500;
	width:250px;
	box-shadow: 0px 0px 10px rgba(26, 26, 26, .1);
}

.card.card-thread .message a {
    color: #1f4977;
}

.card.card-thread .message a:hover{
    color: blue;
}

.header-dropdown li{
	padding:5px 10px;
	float:left;
	width:50%;
}

.show {
	display: block;
	
}

.personal li {
	float: left;
	margin: 0px;
}

#nav_pc_2 {
	background: white;
	padding: 10px 0px;
}

#nav_pc_2 a {
	color: #8590a6;
	margin-right: 5px;
	border-radius: 3px;
}

#nav_pc_2 a:hover {
	color: #000;
}

#nav_pc_2 .active a {
	color: #0084ff;
    font-weight: 600;
    background: rgba(158, 196, 255, 0.3);
}

ul {
	padding-inline-start: 0px;
	margin-block-end: 0em;
}

@media (max-width: 992px) {
	#nav {
		padding-top: 0rem;
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}

	#nav>ul>li>a.nav-link {
		border-bottom: 1px solid rgba(178, 186, 194, .15);
	}
        
        .navbar {
    box-shadow: 0 0px 0px rgba(26, 26, 26, .1);
    border-bottom:1px solid #efefef;
}
        


}

.blockquote {
    background-color: #DFECFE;
    border-left: 5px solid #0084ff;
}

.functions ul li{padding:10px 15px;border-bottom: 1px solid rgba(178, 186, 194, .15);}
.functions  {margin-bottom:5px;}
.functionsname_2{color:#8590a6;float:right;line-height: 22px;}


.my_tzxx ul li{float:left;margin: 5px 0px;width:25%;}
.my_tzxx ul{width:100%;}
.resetpwd{float:right;font-size:10px;} 



.myname2{
	text-shadow: 0 0 1px #00000052;
	padding:60px 0px;
	}
.xianshishu{font-size:14px;font-weight:600;}
.my-profilecard{
	margin-bottom:5px;
	margin-top:0.5rem;
	}

@media (max-width: 576px){
		.my-profilecard{
    margin-left: -8px;
    margin-right: -8px;
	}
		.functions{
			margin-left:-8px;
			margin-right:-8px;
			}
			
	    #body {
    padding-top: 0rem;
	}
	

.navbar-expand-lg .navbar-nav .nav-link {
    padding:1rem 0rem;
	margin:0rem 0.5rem;
}
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #0084ff;
    border-color: #0084ff;
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
    margin: 3px;
    border-radius: 3px;
}

.list-group-flush .list-group-item {
    border:0;
}

.list-group-item.active {
    z-index: 2;
    color: #777;
    background-color: #DFECFE;
	border-right:3px solid #0084ff;
}

.sl_mobile {padding:20px 0px;}
			.sl_mobile li{float:left;margin:17px 25px 0px 0px;}
			.clear{clear:both}


.user_option li{float:left;width:100px;margin-left: 10px;}
			.user_option {position: absolute;
    top: 110px;
    right: 105px;}


@media (min-width: 992px){
.user-thread-list{
	flex: 0 0 72.333333%;
    max-width: 72.333333%;
}
}


.index_smalllogo img{width: 50px;
    border: 2px solid white;
    box-shadow: 0 1px 3px rgba(26, 26, 26, .1);
    position: absolute;
    top: 60px;
    border-radius: 3px;}
	
	
	

.userxx_info li{
	float:left;
	width:50%;
	line-height:2.5em;
	}


.bing_text_bottom{
	color:white;
	position:absolute;
	bottom:0;
	font-size:11px;
	margin:1rem;
	text-shadow: #000 1px 1px 1px;
	}
	
.bing_text_top{
	color:white;
	margin:1rem;
	text-shadow: #000 1px 1px 1px;
	font-size:11px;
	font-family:Arial,Verdana,Sans-serif;
}

.wzxx li {
    float: left;
	width:50%;
}

.thread_pl{
	background: #bec2cd;color:#fff;padding: 2px 10px 2px 10px;border-radius: 12px;
}


.my_jifen span{
	margin-right:10px;
}


.thread_user_profile{
	margin-right:10px;
}

.an{
	border-radius:2rem;
}
/*自定义CSS*/
/*滚动条*/
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.15);
  transition: color 0.2s ease;
}
/*顶部LOGO*/
.logo-2 {
    height: 3.5rem;
}
/*顶部logo旁文字*/
.brand {
    font-size: 14px;
    float: left;
    line-height: 18px;
    color: #8c8787;
    padding-left: 10px;
    position: relative;
    top: 0px;
    border-left: 2px solid #a9a5a5;
    margin-left: 10px;
    overflow: hidden;
    height: 36px;
    margin-top: 0px;
}
/*导航栏*/
.nav_pc_2 {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
}
#nav_pc_2 a:hover {
    color: #0084ff;
    font-weight: 600;
    background: rgba(0, 102, 255, 0.18);
}

.nav-link {
    padding: 0.5rem 10px;
}

.mydropdownoc img{
    cursor:pointer;
}

/*帖子列表*/
@media (max-width: 900px) {
.threadItem{
  padding-top: 12px;padding-bottom: 12px;padding-left:10px;padding-right:10px;
}
.threadItemUsername{
margin-top: 0.3rem !important;
}
}
@media (min-width: 900px) {
.threadItem{
  padding-top: 12px;padding-bottom: 10px;padding-left:12px;padding-right:12px;
}

.threadItemUsername{
    margin-top: 0.5rem !important;
}
}

/*侧边栏-登录引导*/
.css-9cqq7d {
    height: 98px;
    margin-bottom: 10px;
    border-radius: 4px;
}
.css-jgg5hn {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    width: 100%;
    -webkit-box-align: center;
    align-items: center;
    height: 98px;
    padding-left: 14px;
    padding-right: 14px;
    display: flex;
    background: rgb(255, 255, 255);
    border-radius: 4px;
}
.css-1pysja1 {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    flex: 1 1 0%;
}
.css-1jwmvwg {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    font-size: 15px;
    line-height: 21px;
    color: rgb(68, 68, 68);
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: bold;
}
.css-11camqh {
    box-sizing: border-box;
    margin: 6px 0px 0px;
    min-width: 0px;
    font-size: 12px;
    color: rgb(153, 153, 153);
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
/*侧边栏-登录用户中心*/
#bgcolor {
    background: #0084ffbd;
    background: -webkit-linear-gradient(to left,#0072ff,#00c6ff);
    background: linear-gradient(to left,#3184eb59,#00c6ffba);
    height: 85px;
    width: 100%;
}

.iconpark-icon {
    width: 2.9em;
    height: 1.5em;
}
/* 侧边栏-登录帮助*/
.NewGlobalWrite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.NewGlobalWrite-navTop {
    position: relative;
    padding: 20px 15px;
    border-bottom: 1px solid #f6f6f6;
    margin-left: 15px;
}
.NewGlobalWrite-topItem {
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    width: 50px;
    margin-right: 22px;
}
.NewGlobalWrite-navIcon {
    width: 50px;
    color: #8590a6;
    margin: 0 auto 12px;
}
.NewGlobalWrite-topTitle {
    font-size: 12px;
    line-height: 1;
    text-align: center;
}
.NewGlobalWrite-navBottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.NewGlobalWrite-answerLater {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    border-right: 1px solid #f6f6f6;
}
.NewGlobalWrite-navWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 16px 0;
}
.NewGlobalWrite-navDraft {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}

/*文章页侧边栏-盘主*/
.NumberBoard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.NumberBoard-item.Button {
    border: 0;
    line-height: unset;
    font-size: unset;
    padding: 5px;
    border-radius: 6px;
    background: #f5f4f4;
    color: #fd815b;
    margin-right: 5px;
    margin-left: 5px;
}
.NumberBoard-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}

/*文章页-回复*/
#message{
    height:6rem!important;
}

/*个人中心*/
.box, .side-fixed {
    background-color: #fff;
    box-shadow: 0px 0px 2px rgb(98 124 153 / 10%);
    position: relative;
    margin-left: -8px;
    margin-right: -8px;
}
.b2-radius {
    border-radius: 6px;
}
.author-header {
    overflow: hidden;
}
.glass {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: blur(30px);
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(#90808000,rgba(11, 10, 10, 0.6));
    background-color: rgba(17, 16, 16, 0.93);
    background-size: cover;
    background-position: center;
}
.mask-wrapper {
    position: relative;
    display: flex;
    align-items: flex-end;
    background-color: #ccc;
}
.mask-wrapper {
    width: 100%;
    height: 0;
    padding-top: 12%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.user-panel {
    position: relative;
    width: 100%;
    margin-top: -73px;
    padding: 0 20px 20px 20px;
    display: flex;
    box-sizing: border-box;
}
.user-panel .avatar {
    border: 4px solid #fff;
    background: #ccc;
    width: 122px;
    height: 122px;
    flex-grow: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    max-width: 122px;
    min-width: 122px;
    border-radius: 4px;
    margin-top: 50px;
}
.user-panel .avatar .Zi{
    position: absolute;
    bottom: 0;
    right: 0;
}
.user-panel-info{
    font-size: 24px;
    font-weight: 600;
    padding-top: 45px;
    padding-left: 20px;
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    align-items: flex-end;
}
.user-panel-info p{
    align-items: center;
    font-size: 13px;
    color: #797C80;
    font-weight: 400;
    margin-top:15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-justify: inter-ideograph;
    word-break: break-all;
    margin-right:300px;
}
.user-panel-info p i{
    position: initial;
}
.user-panel-info p svg{
    margin-right:5px
}
.user-panel-info h1 span{
    margin-right:10px;
    font-weight: 600;
        font-size: 25px;
}
.user-panel-info h1 span b{
    margin-right:10px;
    font-weight: 600;
        font-size: 12px;
}
.user-panel-editor-button{
    text-align: center;
    position: absolute;
    right: 24px;
    top: 115px;
}
.user-panel-editor-button .button{
    display: inline-block;
    cursor: pointer;
}
.user-panel-editor-button .user-follow{
    width:220px;
    justify-content: flex-end;
}
.author-table{
	display: flex;
}
.author-page-right{
    width:240px;
}
.author-page-right-in{
    padding:16px
}
.box,.side-fixed{
	background-color: #fff;
	box-shadow: 0px 0px 2px rgb(98 124 153 / 10%);
	position: relative;
}
.user-sidebar-info{
    padding:13px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
}
.link-block{
	position: absolute;
	width:100%;
	height:100%;
	z-index:2;
	top:0;
	left:0
}
.user-sidebar-info p{
    display: flex;
    align-items: center;
    color:#8590A6
}
.user-sidebar-info p i{
    border-radius: 100%;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    margin-right:10px;
    font-size: 24px;
}
.user-sidebar-info p{
    display: flex;
    align-items: center;
    color:#8590A6;
    margin-bottom: .1px;
}
.b2-light,.newsflashes-nav-in ul li.current-menu-item a{
            background-color:rgba(202, 222, 249, 0.18)
        }
.author-page-left{
    flex: 1;
    width:100%;
}
#author-index .user-info{
    padding:6px 20px
}
 .mg-b{
            margin-bottom:16px;
        }
.b2-radius{
            border-radius:6px;
        }
.box,.side-fixed{
	background-color: #fff;
	box-shadow: 0px 0px 2px rgb(98 124 153 / 10%);
	position: relative;
	margin-left: -8px;
	margin-right: -8px;
}
#author-index .user-info p{
    position: relative;
    padding:14px 0
}
#author-index .user-info p span{
    display: inline-block;
    margin-right:5px
}
.user-info-title{
    color:#8590A6;
    font-size: 15px;
    line-height: 22px;
}
.user-sidebar-count{
    display: flex;
    flex-flow: wrap;
    padding:15px
}
.user-sidebar-count li{
    width:100%;
    padding:20px;
    position: relative;
    box-sizing: border-box;
    background-color: #F7F9FA;
    border:5px solid #fff
}
.user-sidebar-count li i{
    position: absolute;
    font-size: 81px;
    color: rgba(209, 233, 255, 0.28);
    right: 0;
    top: -13px;
}
.user-sidebar-count li > div{
    position: relative;
}
.user-sidebar-count li p{
    font-size: 24px;
    font-weight: 600;
    margin:10px 0
}
.user-ssidebar-count{
    display: flex;
    flex-flow: wrap;
    padding:15px
}
.user-ssidebar-count li{
    width:100%;
    padding:20px;
    position: relative;
    box-sizing: border-box;
    background-color: #F7F9FA;
    border:5px solid #fff
}
.user-ssidebar-count li i{
    position: absolute;
    font-size: 81px;
    color: rgba(209, 233, 255, 0.28);
    right: 0;
    top: -13px;
}
.user-ssidebar-count li > div{
    position: relative;
}
.user-ssidebar-count li p{
    font-size: 24px;
    font-weight: 600;
    margin:10px 0
}
.user-item-desc{
    font-size: 12px;
    color:#AAAEB3
}
        .user-sidebar-info p i{
            color:#007fff
        }
        .user-sidebar-info.active p{
            color:#0066ff
        }
.link-block.active{
            background:rgba(13, 137, 253, 0.08);
        }
        .link-block.active{
            border-radius:10px;
        }
.user-sidebar{
    font-size: 14px;
}
@media screen and (max-width:768px){
.mask-wrapper{
        padding-top:30%
    }
	.user-panel{
        padding:0 12px 12px;
        margin-top: -24px;
    }
	 .user-panel .avatar{
        width: 80px;
        height: 80px;
        max-width: 80px;
        min-width: 80px;
        cursor: pointer;
        border: 5px solid #ffffff;
        position: relative;
        z-index: 4;
    }
	.user-panel-info{
        padding-left:12px;
        padding-top:29px;
        align-items:initial
    }
	.user-panel-info h1{
        display: flex;
        flex-flow: column;
        font-size: 18px;
    }
	 .user-panel-info h1 span{
        margin-left:0;
        font-size: 20px;
        font-weight: 600;
    }
	.user-panel-editor-button{
        margin-top: 0;
        top:-15px;
        right: 12px;
    }
	.user-panel .avatar{
    margin-top: 0px;
}
	.user-panel-info p{
        text-align: center;
        display: none;
    }
	.user-panel-info p{
        margin-top:12px;
    }
	.author-table{
        flex-flow: column;
    }
	.mg-t{
        margin-top:6px
    }
	.author-page-right{
        width:100%;
        margin:0;
        margin-bottom:7px;
    }
	.author-page-right-in{
        display: flex;
        flex-flow: wrap;
    }
	.user-sidebar{
        width: 25%;
    }
	.user-sidebar-info {
        display: flex;
        flex-flow: column;
        margin:0;
        padding:5px 10px;
    }
	.user-sidebar-info p{
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }
	.author-sidebar-down{
        display: none;
    }
	.user-ssidebar-count{
        display: none;
    }
    	.lv-icon.user-vip{
    font-size: 10px;
}
		.user-follow button,.user-panel-editor-button .button{
        font-size: 12px;
        padding: 1px 4px;
        font-weight: 400;
    }
	.user-follow button.empty{
    background-color: #fff;
}
	.user-panel-editor-button .user-follow{
        width:auto;
        justify-content: center;
        margin:0
    }
	.user-panel-editor-button{
        margin-top: 0;
        top:-15px;
        right: 12px;
    }
    .user-sidebar-count li{
    width:50%;
}
.shouc{
		display: none !important;
		}
	.author-page-right-in{
    padding:10px;
}
.mask-wrapper{
    padding:10%;
}
	.user-sidebar-info p i{

    margin-right:4px;

}
	}
	@media (min-width: 960px){
	.user-follow button{
    padding: 5px 10px;
}
.user-sidebar-count li{
    width:20%;
}
.mg-t{
        margin-top:10px;
    }
    	
}

.card-header-tabs>.nav-item>.active{
    display: block;
    padding: 0.5rem 1rem;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-width: 0 0 2px 0;
    padding-top: 4px;
    border-width: 0 0 2px 0;
    padding-top: 4px;
}

.card-header-tabs>.nav-item>.nav-primary:hover {
    border: 1px solid #dee2e6!important;
    border-width: 0 0 2px 0!important;
}
.card-header-tabs>.nav-item>.nav-primary{
border: 1px solid rgba(0,0,0,0)!important;
    border-width: 0 0 2px 0!important;
}

.author-page-left .card-body .table{
    text-align: center;
}





/*用户中心*/
.btn-outline-ysecondary {
 background: #0066ff;
 border: 0.5px solid #0066ff;
 border-radius: 6px;
 color: #fff;
}
button.empty,.button.empty{
	background: rgba(255, 255, 255, 0);
}
    .button,button{
            background:#0066ff;
            border:0.5px solid #0066ff;
            border-radius:6px; 
        }
button.empty,.button.empty,li.current-menu-item > a,.top-menu-hide:hover .more,.header .top-menu ul li.depth-0:hover > a .b2-jt-block-down,button.text{
            color:#0066ff;
        }
        
 /*置顶样式*/
    .icon-top-1, .icon-top-2, .icon-top-3 {
        color: #f75751;
        font-size: .875rem;
        font-style: normal;
        padding: .125rem .25rem;
        border-radius: .25rem;
        vertical-align: text-bottom;
        -webkit-font-smoothing: auto;
    }
    [class^="icon-top-"]:before {
    content: "置顶";
    }
    .icon-top-1 {
        background: #ffe1c0;
    }
    .icon-top-2 {
        color: #ff8800;
    }
    .icon-top-3 {
        background: #ffd3d3;
    } 
    
/*精华样式*/
.top-2 {
    background: url(/plugin/xn_digest/img/essence.png) no-repeat;
    position: absolute;
    background-size: 100% 100%;
    display: inline-block;
    width: 46px;
    height: 46px;
    top: 0;
    right: 0;
}
.top-3 {
    background: url(/plugin/xn_digest/img/hot.png) no-repeat;
    position: absolute;
    background-size: 100% 100%;
    display: inline-block;
    width: 46px;
    height: 46px;
    top: 0;
    right: 0;
}

/*热门区*/
.yide_apg_wrap {
    padding: 10px 0;
    position: relative;
    background: #fff;
    overflow: hidden;
    border-radius: 8px;
}
.ttit {
    width: 4%;
    height: 120px;
    padding: 12px 10px;
    background: #fef3f3;
    float: left;
    margin-left: 10px;
    font-size: 14px;
    color: #e85252;
    text-align: center;
    padding: 7px 10px;
    height: 80px;
    border-radius: 6px;
}
.yide_apg_item{position: relative; float: left; padding: 1px; width: 18.9%; box-sizing: border-box; margin: 5px 0;}
.yide_apg_icon {
    width: 40px;
    height: 40px;
    margin: 0 auto;
}
.yide_apg_icon img {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}
.yide_apg_text {
    display: block;
    text-align: center;
    color: #333;
    font-size: 0.85rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 0.2rem;
}
.yide_apg_text h2 {
    font-size: 0.85rem;
    font-weight: normal;
    color: #666666;
    margin: 10px 0px 0px 0px;
}

/*搜索框*/
.search-box {
 width:780px;
 /*! height:80px; */
 margin:auto;
 background:rgba(255,255,255,.25);
 border-radius:40px;
 z-index:99;
 position:relative;
 padding:10px;
}
.search-box .txt {
 width:640px;
 height:40px;
 border:0;
 border-radius:40px 0 0 40px;
 text-indent:20px;
 background:#f8f4f4;
}
.search-box .iconfont {
 width:120px;
 height:40px;
 border:0;
 background:#007bf5;
 border-radius:0 40px 40px 0;
 color:#fff;
 float:right;
 cursor:pointer
}
@media(max-width:576px) {
	.search-box {
  width:90%;
  height:auto;
  overflow:hidden;
  border-radius:1rem
 }
	.search-box .txt {
  width:100%;
  border-radius:.8rem;
 }
	.search-box .iconfont {
  margin-top:.5rem
 }
	.search-box .iconfont {
  width:100%;
  border-radius:.8rem;
 }
	}
.cop_list,
.noreply {
 display:flex;
 flex-direction:column;
}
.noreply {
 align-items:center;
 color:#97a3b4;
 font-size:14px;
 padding:10px;
 box-sizing:border-box;
}

/*登录页面*/
.btn-pprimary {
    color: #fff;
    background-color: #006eff;
    border-color: #006eff;
    box-shadow: 0 0.125rem 0.25rem 0 #4791f2;
}
.btn-pprimary:hover {
    color: #fff;
    background-color: #4791f2;
    border-color: #4791f2;
    transform: translateY(-1px);
}
.change-color {
    width: 100%;
    font-size: 15px;
    border: 0;
    background: #006eff;
    color: #FFF;
    border-radius: 4px;
    cursor: pointer;
    height: 40px;
    box-shadow: 0 0.125rem 0.25rem 0 #b2b8bf;
}
/*在线小绿点*/
.userOnline {
    margin-top: -.7rem;
    margin-left: 1.6rem;
    transform: scale(.5);
    border: 5px solid #fff;
    border-radius: 50%;
    color: #1cd991;
    z-index: 999;
}

/*编辑器*/
.tox-editor-header{
    top: 53.59px!important;
}

/*手机风格*/
@media (max-width: 576px){
.brand {
    display: none !important;
}
.author-page-left .justify-content-between{
    display: block!important;
}
.btn-outline-danger,.btn-outline-primary{
    width: 49%;
    
}
.nav-button{
    margin-top: 15px;
}
footer .left ul {
 border-top: none!important;
}
.ttit {
    width: 9%;
}
.yide_apg_item {
    width: 22%;
}
.yide_apg_item:last-child {
    display: none !important;
}
}
/*手机显示，电脑不显示*/
@media (min-width: 992px){
.hidden-lg {
    display: none!important;
}}