@charset "UTF-8";

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

:root {
	--dark: #000
}

a {
	color: #2f2c2c;
}

a:hover{
	color:#0084ff;
}

body {
	background: #f4f7fc;
}

ul{
	margin:0;
	padding:0;
}

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

ul{
	margin:0;
	padding:0;
}
.iconpark-icon {
       width: 2.9em;
       height: 1.5em;

    }

.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 {
 font-size:18px;
 font-weight:700;
 margin:15px 0 20px;
 border-left:4px solid #007bf5;
 padding:0 0 0 10px;
}
/* H2标题 */
.card-body .message h2 {
 position:relative;
 padding:5px 0 5px;
 color:#424242;
 font-size:20px;
 display:-webkit-inline-box;
 cursor:pointer;
 z-index:16;
 font-weight:700;
 line-height:30px;
}
.card-body .message h2:before {
 position:absolute;
 top:35px;
 left:0;
 z-index:-1;
 width:45%;
 height:2px;
 background:#007bf5;
 content:" ";
 border-radius:20px;
 transition:all .5s
}
.card-body .message h2:hover:before {
 width:100%;
 transition:all .5s
}
/* H1标题 */
.card-body .message h1 {
 font-size:22px;
 font-weight:700;
 margin:15px 0 20px;
 border-left:4px solid #765df0;
 padding:0 0 0 10px;
}

.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 {

    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-image: none;
    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: 1rem 15px
}

.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: #0084ff;
	background-color: rgba(158, 196, 255, 0.3);
	border-color: rgba(158, 196, 255, 0.3);
}

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:rgba(0,132,255,.1);
	background-color: rgba(0,132,255,.1);
}

.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:#e5f2ff;
	border-color:#007bf5d1
}
.btn-primary:hover {
	color:#007bf5d1;
	background-color:#e5f2ff;
	border-color:#007bf5d1
}
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;
	margin-left:0px;
	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: 2px;
	border-radius: 3px;
}

#nav_pc_2 a:hover {
	color: #0084ff;
	font-weight: 600;
	background:rgba(0, 102, 255, 0.18);
}

#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;
	background: linear-gradient(transparent,rgba(0,0,0,.6));
	background-color: rgba(0,0,0,.3);
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
	}
.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;
            overflow-x: hidden;
            height: calc(100% - 55px);
        }
	

.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;
}
.rem {
 background: url("/view/img/rem.svg") no-repeat center center;
 width: 45px;
 height: 22px;
 display: inline-block;
 text-indent: 0;
 margin-right: 7px;
 vertical-align: middle;
 background-size: 100% auto;
 margin-top: -1px;
 margin-bottom: 2px;
}
.jh {
 background: url("/view/img/jh.svg") no-repeat center center;
 width: 45px;
 height: 22px;
 display: inline-block;
 text-indent: 0;
 margin-right: 7px;
 vertical-align: middle;
 background-size: 100% auto;
 margin-top: -1px;
 margin-bottom: 2px;
}
.tuijian {
 background: url("/view/img/tuijian.svg") no-repeat center center;
 width: 18px;
 height: 20px;
 display: inline-block;
 text-indent: 0;
 margin-right: 7px;
 vertical-align: middle;
 background-size: 100% auto;
 margin-top: -1px;
 margin-bottom: 6px;
}
#bgcolor{background:#0084ffbd;background:-webkit-linear-gradient(to left,#0072ff,#00c6ff);background:linear-gradient(to left,#3184eb59,#00c6ffba);height:85px;width:100%}


.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;
}
@media (max-width: 576px){
.brand{
	display: none !important;
}
}
.FollowshipCard {
 font-size:14px
}
.FollowshipCard .NumberBoard-itemInner {
 padding:12px 0;
}
.FollowshipCard-counts:not(:last-child) {
 border-bottom:1px solid #f6f6f6
}
html[data-theme=dark] .FollowshipCard-counts:not(:last-child) {
 border-bottom:1px solid #2e2e2e
}
.FollowshipCard-link,
html[data-theme=dark] .FollowshipCard-link {
 color:#175199
}
.FollowshipCard-link:hover,
html[data-theme=dark] .FollowshipCard-link:hover {
 border-bottom:1px solid #175199
}
.FollowshipCard-avatars,
.FollowshipCard-item:not(:first-child) {
 margin-top:12px
}
.FollowshipCard-avatar {
 margin-left:8px
}
.FollowshipCard-avatar:first-child {
 margin-left:0
}
.NumberBoard {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex
}
.NumberBoard--divider .NumberBoard-item+.NumberBoard-item .NumberBoard-itemInner {
 border-left:1px solid #ebebeb
}
html[data-theme=dark] .NumberBoard--divider .NumberBoard-item+.NumberBoard-item .NumberBoard-itemInner {
 border-left:1px solid #444
}
.NumberBoard-item {
 -webkit-box-flex:1;
 -ms-flex:1 1;
 flex:1 1
}
.NumberBoard-item.Button {
 border:0;
 line-height:unset;
 font-size:unset
}
.NumberBoard-item.Button:hover {
 background:none
}
.NumberBoard-item.Button:hover .NumberBoard-itemName,
.NumberBoard-item.Button:hover .NumberBoard-itemValue,
.NumberBoard-itema:hover .NumberBoard-itemName,
.NumberBoard-itema:hover .NumberBoard-itemValue,
html[data-theme=dark] .NumberBoard-item.Button:hover .NumberBoard-itemName,
html[data-theme=dark] .NumberBoard-item.Button:hover .NumberBoard-itemValue,
html[data-theme=dark] .NumberBoard-itema:hover .NumberBoard-itemName,
html[data-theme=dark] .NumberBoard-itema:hover .NumberBoard-itemValue {
 color:#175199
}
.NumberBoard-itemInner {
 text-align:center;
 line-height:1.6;
}
.NumberBoard-itemName {
 font-size:14px;
 color:#8590a6;
}
html[data-theme=dark] .NumberBoard-itemName {
 color:#606a80
}
.NumberBoard-itemValue {
 display:inline-block;
 font-size:18px;
 color:#1a1a1a;
 font-weight:600;
 font-synthesis:style
}

.notices{list-style:none;margin:0;padding:0}.notices.notices--block .notice{margin-bottom:10px;}.notices.notices--floating{margin:0 auto 0 20px;width:300px;max-width:100%;z-index:800}@media (max-width:340px){.notices.notices--floating{margin-right:10px}}.notices.notices--floating .notice{margin-bottom:20px}.notices .uix_noticeInner{display:flex}.notices .uix_noticeIcon{display:flex;align-items:center;padding:0 8px;color:rgb(43, 152, 255);font-size:15px;font-weight: 600;}.notices.notices--scrolling{display:flex;align-items:stretch;overflow:hidden;border-width:0;border-style:solid;border-top-color:#d3e1f6;border-right-color:#d3e1f6;border-bottom-color:#d3e1f6;border-left-color:#d3e1f6;margin-bottom:10px}.notices.notices--scrolling.notices--isMulti{margin-bottom:30px}.notices.notices--scrolling .notice{width:100%;flex-grow:0;flex-shrink:0;border:none;box-shadow:none}.noticeScrollContainer{margin-bottom:10px;box-shadow:0 4px 15px 0 rgba(88,106,153,0.2);border:2px solid #2175f3}.noticeScrollContainer .uix_noticeIcon{background:#2175f3}.noticeScrollContainer .lSSlideWrapper{border-width:0;border-style:solid;border-top-color:#d3e1f6;border-right-color:#d3e1f6;border-bottom-color:#d3e1f6;border-left-color:#d3e1f6}.noticeScrollContainer .notices.notices--scrolling{border:none;margin-bottom:0}.noticeScrollContainer .notice.notice--primary,.noticeScrollContainer .notice.notice--accent,.noticeScrollContainer .notice.notice--dark,.noticeScrollContainer .notice.notice--light{color:#384764;background:#fff}.noticeScrollContainer .notice a{color:#2175f3}.noticeScrollContainer .lSPager{color:#384764;background:#fff}.notice{position:relative;border-width:0;border-style:solid;border-top-color:#d3e1f6;border-right-color:#d3e1f6;border-bottom-color:#d3e1f6;border-left-color:#d3e1f6;color:#384764;background:#fff;/*! border:2px solid #d3e1f6; */}.notice:before,.notice:after{content:" ";display:table}.notice:after{clear:both}.notice.notice--primary{color:#384764;background:#fff;border:2px solid #e5f2ff;}.notice.notice--primary .uix_noticeIcon{background:rgba(0,132,255,.1);}.notice.notice--accent{border:2px solid #92d049}.notice.notice--accent .uix_noticeIcon{background:#92d049}.notice.notice--accent a:not(.button--notice){color:#2175f3}.notice.notice--dark{background:#2175f3;color:#fff;border-color:#b2cffb}.notice.notice--dark a:not(.button--notice){color:#fff;text-decoration:underline}.notice.notice--dark a.notice-dismiss{color:inherit}.notice.notice--light{color:#141414;background:#fff}.notice.notice--light .uix_noticeIcon{background:#d3e1f6;color:#a0afce}.notice.notice--light a:not(.button--notice){color:#828282}.notice.notice--enablePush{display:none}@media (max-width:900px){.notice.notice--enablePush{padding:4px 4px 15px;font-size:1.2rem}}@media (max-width:900px){.notice.notice--cookie .notice-content{padding:4px 4px;font-size:1.2rem}.notice.notice--cookie .notice-content .button--notice{font-size:1.2rem;padding:4px 12px}.notice.notice--cookie .notice-content .button--notice .button-text{font-size:1.2rem}}.notices--block .notice{/*! font-size:1.3rem; */border-radius:8px;}.notices--floating .notice{font-size:1.1rem;border-radius:8px;box-shadow:0 4px 15px 0 rgba(88,106,153,0.2)}.has-js .notices--floating .notice{display:none}.notice.notice--hasImage .notice-content{min-height:78px}@media (max-width:900px){.notice.notice--hidewide:not(.is-vis-processed){display:none;visibility:hidden}}@media (max-width:650px){.notice.notice--hidemedium:not(.is-vis-processed){display:none;visibility:hidden}}@media (max-width:480px){.notice.notice--hidenarrow:not(.is-vis-processed){display:none;visibility:hidden}}.notice-image{float:left;padding:15px 0 15px 15px}.notice-image img{max-width:48px;max-height:48px}.notice-content{padding:6px;flex-grow:1}.notice-content a.notice-dismiss{float:right;color:inherit;font-size:16px;line-height:1;height:1em;box-sizing:content-box;padding:0 0 5px 5px;opacity:.5;-webkit-transition: opacity .2s ease;transition: opacity .2s ease;cursor:pointer}.notice-content a.notice-dismiss:before{font:normal normal normal 18px/1 "Material Design Icons";font-size:110%;font-weight:normal;line-height:inherit;width:auto;content:"\F0156";display:inline-block;text-align:center}.notice-content a.notice-dismiss:hover{text-decoration:none;opacity:1}.notices--floating .notice-content a.notice-dismiss{font-size:14px}
#footer {
 background-color:#f0f1f1 !important;
}
.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;
}
html[data-theme=dark] .NewGlobalWrite-navTop {
 border-bottom:1px solid #2e2e2e
}
.NewGlobalWrite-navBottom {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex
}
.NewGlobalWrite-topItem {
 display:inline-block;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 cursor:pointer;
 width:50px;
 margin-right:22px;
}
.NewGlobalWrite-topItem:last-child {
 margin:0
}
.NewGlobalWrite-topItem:hover .NewGlobalWrite-topTitle,
html[data-theme=dark] .NewGlobalWrite-topItem:hover .NewGlobalWrite-topTitle {
 color:#175199
}
.NewGlobalWrite-topTitle {
 font-size:12px;
 line-height:1;
 text-align:center;
 color:#444
}
html[data-theme=dark] .NewGlobalWrite-topTitle {
 color:grey
}
.NewGlobalWrite-exposeMore {
 position:absolute;
 height:16px;
 width:50px;
 margin:0 auto;
 bottom:4px;
 font-size:10px;
 line-height:1.6;
 text-align:center;
 color:#ff9607
}
html[data-theme=dark] .NewGlobalWrite-exposeMore {
 color:#ff9607
}
.NewGlobalWrite-navIcon {
 width:50px;
 color:#8590a6;
 margin:0 auto 12px
}
html[data-theme=dark] .NewGlobalWrite-navIcon {
 color:#606a80
}
.NewGlobalWrite-answerLater {
 -webkit-box-flex:1;
 -ms-flex:1 1;
 flex:1 1;
 border-right:1px solid #f6f6f6
}
html[data-theme=dark] .NewGlobalWrite-answerLater {
 border-right:1px solid #2e2e2e
}
.NewGlobalWrite-navDraft {
 -webkit-box-flex:1;
 -ms-flex:1 1;
 flex:1 1
}
.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
}
.cop_list,
.noreply {
 display:flex;
 flex-direction:column;
}
.noreply {
 align-items:center;
 color:#97a3b4;
 font-size:14px;
 padding:10px;
 box-sizing:border-box;
}
.flot_con {
 font-size:11px;
 border-radius:2px;
 width:30px;
 text-align:center;
 line-height:22px;
 display: inline-block;
 margin-right: 5px;
}
.flot_icon1 {
 color:#ff3700;
 background:#ffe5e5;
}
.flot_icon2 {
 color:#f97704;
 background:#fff4e5;
}
.flot_icon3 {
 color:#5e75ee;
 background:#e7f4f9;
}
.flot_icon4 {
 color:#97a3b4;
 background:#f2f2f2;
}
.pot_time {
 font-size:12px;
 margin-bottom:12px;
 justify-content:space-between;
}
.pot_time .cf_side_btn {
 float:right;
 color:rgba(137,148,169,1);
}
.post_systm {
 padding:7px 10px;
 border-radius:6px;
 font-size:12px;
 margin-right:10px;
 background:rgba(0, 102, 255, 0.18);
 font-weight: 600;
}
 .flot_icon0 {
 color:#0084ff;
 background:#e5f3ff;
}
.post_systm a {
 color:#1979ff;
}
@media (min-width:992px){
    .subject{
        font-size:1.04rem
        
    }
}
.vote_tip {
 font-size:12px;
 color:#ff931f;
 border:solid 1px #ff931f;
 border-radius:4px;
 padding:0 4px;
 position:relative;
 top:-2px;
}
.js-sidebar,
.js-sidebar--background {
 top:0;
 left:0;
 width:100%;
 height:100%
}
.js-sidebar--background {
 -moz-transition:all .3s ease;
 -o-transition:all .3s ease;
 -webkit-transition:all .3s ease;
 transition:all .3s ease
}
.js-sidebar {
 position:fixed;
 z-index:9999;
 -moz-transform:translate(-100%,0);
 -ms-transform:translate(-100%,0);
 -webkit-transform:translate(-100%,0);
 transform:translate(-100%,0);
 -moz-transition:-moz-transform 0s ease .3s;
 -o-transition:-o-transform 0s ease .3s;
 -webkit-transition:-webkit-transform 0s ease;
 -webkit-transition-delay:.3s;
 transition:transform 0s ease .3s
}
.js-sidebar--background {
 position:absolute;
 background:0 0
}
.js-sidebar--container {
 position:relative;
 z-index:1;
 width:80%;
 max-width:300px;
 height:100%;
 background:#fff;
 display:-webkit-flex;
 -webkit-flex-direction:column;
 display:flex;
 flex-direction:column;
 -moz-box-shadow:2px 0 20px rgba(0,0,0,.2),1px 0 10px rgba(0,0,0,.1);
 -webkit-box-shadow:2px 0 20px rgba(0,0,0,.2),1px 0 10px rgba(0,0,0,.1);
 box-shadow:2px 0 20px rgba(0,0,0,.2),1px 0 10px rgba(0,0,0,.1);
 -moz-transform:translate(-100%,0);
 -ms-transform:translate(-100%,0);
 -webkit-transform:translate(-100%,0);
 transform:translate(-100%,0)
}
.js-sidebar.is-visible {
 -moz-transform:translate(0,0);
 -ms-transform:translate(0,0);
 -webkit-transform:translate(0,0);
 transform:translate(0,0);
 -moz-transition:-moz-transform 0s ease 0s;
 -o-transition:-o-transform 0s ease 0s;
 -webkit-transition:-webkit-transform 0s ease;
 -webkit-transition-delay:0s;
 transition:transform 0s ease 0s
}
.js-sidebar.is-visible .js-sidebar--background {
 background:rgba(0,0,0,.2)
}
.MobilemenuBtn {
 padding:1rem;
 font-size:1.25rem;
 line-height:1;
 background-color:transparent;
 border:1px solid transparent;
 border-radius:.25rem
}
.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;
}
.change-color:hover {
  color: #FFF;
  background-color: #1385ff;
  border-color: #1385ff;
  transform: translateY(-1px);
}
.title-minor em {
	display:inline-block;
	width:45px;
	height:0px;
	border-bottom:1px solid rgba(221,221,221,1);
	vertical-align:middle
}
.title-minor span {
	list-style:none;
	font-size:12px;
	color:#888888;
	margin-top:0;
	margin:0 18px 20px 18px
}
/**logo闪光效果CSS**/
#logos:before {
 content: "";
 position: absolute;
 width: 140px;
 height: 5px;
 background-color: rgba(255, 255, 255, 0.5);
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
 -webkit-animation: blink 1s ease-in 1s infinite;
 animation: blink 3s ease-in 3s infinite;
 pointer-events: none;
 left: -200%;
}
@-webkit-keyframes blink {
 from {left: 10px;top: 0;}
 to {left: 320px;top: 0;}
}
@-o-keyframes blink {
 from {left: 10px;top: 0;}
 to {left: 320px;top: 0;}
}
@-moz-keyframes blink {
 from {left: 10px;top: 0;}
 to {left: 320px;top: 0;}
}
@keyframes blink {
 from {left: -100px;top: 0;}
 to {left: 320px;top: 0;}
}
.ad  {
background: #d3e8fc;
text-align: center;
color: #0084ff;
font-size: 14px;
font-weight: 500;
width: 24.5%;
padding-bottom: 0px;
margin-bottom: 10px;
border-radius: 6px;
display: inline-block;
	}
	@media(max-width:576px) {
	.ad {
		width: 49%;
	}

}
  .post-user-info{
        margin:0 -10px;
        padding:12px 12px;
        margin-top:12px;
        display: flex;
    }
.post-meta,.post-meta-left{
    display: flex;
    align-items: center;
    font-size: 12px;
    color:#666;
}
.link-block{
	position: absolute;
	width:100%;
	height:100%;
	z-index:2;
	top:0;
	left:0
}
.post-meta-left .avatar-parent{
    width:36px;
    height:36px;
    min-width: 36px;
    margin-right:10px
}
.post-meta-left .avatar{
    width:36px;
    height:36px;
    border-radius: 6px;
}
i.b2-vrenzhengguanli{
    position: absolute;
    bottom: -4px;
    right: -4px;
    font-weight: 400;
    line-height: 16px;
    background: #fff;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    display: block;
    font-size: 17px;
    color: #ff3a55!important;
}
.post-meta-left .post-user-name{
    display: flex;
    flex-flow: column;
}
.post-user-name b{
    font-size: 15px;
    font-weight: 600;
}
.post-user-name .user-title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
div {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	word-wrap:break-word;
	box-sizing: border-box;
}

 .post-meta-right button{
        padding:5px 12px;
        height:28px
    }
button,.button{
	/*! border-radius:4px; */
	color:#fff;
	padding: 8px 16px;
	transition: opacity .2s;
	position: relative;
	cursor: pointer;
	font-size: 12px;
	margin:0;
	white-space: nowrap;
}
   .button,button{
            background:#0066ff;
            border:1px solid #0066ff;
            /*! border-radius:6px; */
        }
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
        }
.post-meta-right button{
    padding:5px 10px;
    margin-left:9px;
}
.post-user-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 -13px 0 -13px;
    /*! padding: 16px 28px; */
    background: #f7f8fa;
    margin-top:1px;
}
.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;
}
@media(max-width:576px) {
	.navbar.bg-dark {
	background: #fff;
}
	.navbar {
        border-bottom:aliceblue;
		}
	}
@media screen and (min-width: 992px) {
    .yide_guide_top {
        display: none !important;
		}
.post-user-info{
        display: none !important;
		}
		.mmedia {

	border-bottom:1px solid #dde0e3;
		margin-bottom: 10px;
}
    }

	@charset "utf-8";

.yide_guide_top{position: relative; width: 100%; height: 60px; background: -webkit-linear-gradient(left, #5a8ef3 , #6760fb); background: -o-linear-gradient(right, #5a8ef3 , #6760fb); background: -moz-linear-gradient(right, #5a8ef3 , #6760fb); background: #fff;}
.yide_guide_header{height: 60px; padding: 8px 10px 0; background-image: url(images/yide_tbg.png); background-size: cover; background-repeat: no-repeat; background-position: center center; z-index: 99;}
.yide_guide_header .yide_guide_logo{display: block; width: 100%; height: 30px; margin: 0 auto; text-align: center; overflow: hidden;}
.yide_guide_header .yide_guide_logo a{display: block;}
.yide_guide_header .yide_guide_logo img{height: 26px; margin-top: 4px; vertical-align: top;overflow: hidden;}

.yide_guide_header .yide_guide_scbar{position: relative; width: 96%; margin: 5px auto 0; vertical-align: top; overflow: hidden;}
.yide_guide_header .yide_guide_scbar .yide_search{width: 100%; height: 35px; background: #fefefe; border-radius: 5px; border: none; outline: none;}

.yide_guide_header .yide_search_text{float: left; width: 88%; /*! padding: 0 10px 0 32px; */ height: 35px; line-height: 35px; border: 0; background: #f6f3f3ed; -moz-box-sizing: border-box; box-sizing: border-box;/*! padding-right: 10px; *//*! padding-left: 26px; */}
.yide_guide_header .yide_search_text input{width: 100%;height: 35px;line-height: 35px;color: #8E9292;font-size: 14px;border: 0;background: transparent;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.yide_guide_header .yide_search_text input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color: #8E9292;}
.yide_guide_header .yide_search_text input:-moz-placeholder, textarea:-moz-placeholder{color: #8E9292;}
.yide_guide_header .yide_search_text input::-moz-placeholder, textarea::-moz-placeholder{color: #8E9292;}
.yide_guide_header .yide_search_text input:-ms-input-placeholder, textarea:-ms-input-placeholder{color: #8E9292;}

.yide_guide_header .yide_search_btn{position: absolute; top: 5px; left: 10px; width: 20px; height: 35px; line-height: 35px; padding-right: 5px; background: transparent; overflow: hidden;}
.yide_guide_header .yide_search_btn button{width: 20px;height: 20px; text-align: right; background: url(http://122.114.66.213/demo/zot/template/yide_21_sim/src/touch/images/searchleft.png) no-repeat 0 4px; background-size: 16px 16px; text-indent: 9999px; outline: none; border: none; box-shadow: none; overflow: hidden;}

.yide_guide_header .yide_search_hword { position: relative;padding: 7px 0 5px;font-size: 12px;color: #fafafa;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.yide_guide_header .yide_search_hword strong.xw1, .yide_guide_header .yide_search_hword a {margin-right: 5px; font-size: 12px; color: #fafafa;}

.yide_guide_container{position: relative;width: 100%; overflow: hidden;}
.yide_apg_wrap{padding: 10px 0; position: relative;background: #fff; overflow: hidden;}
.yide_apg_item{position: relative; float: left; padding: 1px; width: 18.9%; box-sizing: border-box; margin: 5px 0;}
.yide_apg_item5{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-top: 5px;}

.msearch{ background:#999; color:#fff; border:none; /*! width:100%; */ height:34px; line-height:34px;}

.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;
 }
	}

.text-truncatel {
	animation:shine .1s infinite linear;
	position:relative;
	overflow:hidden;
	display:block;
	background: url(/view/img/logo.png) center;
	width: 13%;
	height: 2.8rem;
	background-size: 100% 100%;
	padding-right: 6px;
}
@media(max-width:576px) {
	.text-truncatel {
  width:35%;
 }
}
 .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);
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 0.5rem !important;
}
.form-label {
  margin-bottom: 0.5rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: #566a7f;
}
.form-control {
color: #697a8d;
}
.b2small{
    position: absolute;
    display: block;
    right: 3.5rem;
    top: 6px;
    font-size: 9px;
    font-weight: 400;
    padding: 0 5px;
    line-height: 17px;
    color: #ffffff;
    background: #188ef4;
    background: linear-gradient(to right, #0056f3 0%, #2b76ff 100%);
    border-radius: 4px 4px 4px 0;
    transform: translate(50%, -75%);
    height: 15px;
}
@media(max-width:576px) {
	.b2small{
    position: absolute;
    display: block;
    right: 1.0rem;
    top: 0.1px;
    font-size: 9px;
    font-weight: 400;
    padding: 0 5px;
    line-height: 14px;
    color: #ffffff;
    background: #188ef4;
    background: linear-gradient(to right, #0056f3 0%, #2b76ff 100%);
    border-radius: 4px 4px 4px 0;
    transform: translate(50%, -75%);
    height: 15px;
}
}
.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;
}
@media(max-width:576px) {
.yide_apg_item{
	width: 22%; 
	}
	.yide_apg_item5{
        display: none !important;
		}
		.ttit{
        width:9%;
		}
	.ml-auto,.mx-auto {
	padding: 1.2rem !important;
}
}
.btn-outline-ssecondary{
	color:#fff;
	border-color:rgba(0,132,255,.1);
	box-shadow: 0 5px 10px 0 rgba(16, 110, 253, .3);
	background-color: #3385ff;
	padding: 5px 10px;
}

.btn-outline-ssecondary:hover{
	background-color:#f0f8ff;
	color:#0084ff;
	border-color:#0084ff;
}
.btn-outline-ysecondary{
            background:#0066ff;
            border:0.5px solid #0066ff;
            border-radius:6px; 
            color: #fff;
        }
.btn-aprimary{
	color:#1868fa;
	border-color:rgba(0,132,255,.1);
	box-shadow: 0 5px 10px 0 rgba(75, 137, 230, 0.3);
	background-color: #bfddf9;
	padding: 5px 10px;
}
.btn-aprimary:hover{
	background-color:#007af5;
	color:#fff;
	border-color:#0084ff;
}
.usertlte {
	position: relative;
	font-size: 20px;
	font-weight: 900;
	display: inline-block;
	z-index: 999;
	margin-bottom: 1.5rem;
}
.usertlte::before {
	content: '';
	position: absolute;
	width: 90px;
	height: 15px;
	left: -5px;
	background: #d5deff;
	bottom: 3px;
	border-radius: 4px;
	transform: skewX(-15deg);
	z-index: -1;
}
.soso {
width: 12%;
background: #b5b7ba;
border: 0.5px solid #b5b7ba;
border-radius: 2px;
	}
	.author-header{
    overflow: hidden;
}
.box,.side-fixed{
	background-color: #fff;
	box-shadow: 0px 0px 2px rgb(98 124 153 / 10%);
	position: relative;
}
.mask-wrapper{
    width:100%;
    height:0;
    padding-top:12%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.mask-wrapper{
    position: relative;
    display: flex;
    align-items: flex-end;
    background-color: #ccc
}
.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;
    }
    	
}
.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;
   } 
   .copyright {
 padding:10px;
 border-radius:5px;
 color:#777;
 background-color:#f6f6f6
}
.copyright .tit {
 margin-bottom:5px;
 font-size:15px;
 font-weight:700;
 color:#007bf5;
 text-align:center;
 letter-spacing:20px
}
.copyright p {
 display:block;
 line-height:25px;
 font-size:12px;
 text-align:justify;
 margin-bottom: 0;
}

