/*
Theme Name: B2 PRO
Theme URI: https://7b2.com/
Author: Li Ruchun
Author URI: https://7b2.com/
Description: wordpress 高级商用主题，模块化管理，兼容微信的各种环境
Version: 4.4.1
Text Domain: B2
Tags: B2
*/
a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,figure,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var {
	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;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	overflow-x: hidden;
	max-width: 100%;
	image-rendering: -webkit-optimize-contrast;
}
[v-cloak] {
	display: none!important;
  }
.b2-hidden-always{
	display: none
}
input{
	padding:5px;
}
input,textarea{
	color:#666;
	resize: none;
}
button,input[type="text"],input[type="password"],input[type="number"],textarea {
	-webkit-appearance: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
	border:1px solid #ccc;
	box-sizing: border-box
}
body{
	margin:0;
	padding:0;
	-webkit-backface-visibility: hidden;
	overflow-x: hidden;
	color:#222;
	font-feature-settings: "tnum";
	line-height: 1.4;
	font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
	text-rendering: optimizeLegibility;
	-moz-font-feature-settings: "liga" on;
	font-feature-settings: "liga" on;
	-webkit-font-smoothing: subpixel-antialiased;
	font-style: normal;
    font-display: swap;
}
.post-list-meta-like, .post-list-meta-comment, .post-list-meta-views, .top-user-box-drop .top-user-info-box-count p b, .top-user-info-box .user-w-gold a, .credit-top-info-right span, .user-mission-info-right span, .user-mission-info-right, .w-a-count div span, .lv-icon.user-lv i, .user-w-tj div span, .bar-user-info-row .user-w-rw span, .user-money b, .user-credit b, .user-money-and-credit > div span, .user-sidebar-count li p, .widget-new-header .ps1, .shop-normal-item-price span, .shop-normal-tips, .b2-widget-post-order span, .custom-page-row.gold-row > div:first-child, .mission-page-user-right, .task-finish, .task-day-list li .task-box-r span b, .shop-single-price, .shop-single-data b, .content-footer-zan-cai span b, .circle-admin-info > div b, .vote-pk-left p, .vote-pk-right p, .topic-vote-radio-picked > div:first-child > span:last-child {
    font-family: 'DIN-Medium';
}
button.none{
	padding:0;
	background: none;
	border:0;
	color:inherit
}
select{
	-webkit-appearance: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
	padding:5px 10px;
	cursor: pointer;
	box-shadow: inset 0 0 9px rgba(204,204,204,.39);
	background: url(Assets/fontend/images/arrow.png) no-repeat 97% 11px;
	padding-right:20px
}
::-moz-placeholder { color: #ccc; }
::-webkit-input-placeholder { color:#ccc; }
:-ms-input-placeholder { color:#ccc; }
button:focus,input:focus,textarea:focus {
	outline: none;
}
input:focus,textarea:focus{
	color:initial
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 30px #fff inset;
	box-shadow: 0 0 0 30px #fff inset;
}
button,select {
	text-transform: none
}
button,html input[type=button],input[type=reset],input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0
}
/* ::-webkit-scrollbar{width:12px;height:0;border:3px solid #fff}
::-webkit-scrollbar-track{background:#ededed}
::-webkit-scrollbar-thumb{background:#bbbdc3;border-radius: 10px;}
::-webkit-scrollbar-corner{width:12px;height:3px;background:#ccc;}
::-webkit-scrollbar-resizer{display:none}
::-moz-scrollbar{width:12px;height:0;border:3px solid #fff}
::-moz-scrollbar-track{background:#ededed}
::-moz-scrollbar-thumb{background:#bbbdc3;border-radius: 10px;}
::-moz-scrollbar-corner{width:12px;height:3px;background:#ccc;}
::-moz-scrollbar-resizer{display:none} */
html input[disabled] {
	cursor: default;
	border: 1px solid rgba(255, 255, 255, 0);
}
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.text,.button.text{
	background: none;
	border:0
}
button[disabled],button[disabled].empty,.button.disabled.empty,button[disabled]:hover,button[disabled].empty:hover,.button.disabled.empty:hover{
	opacity: .7;
	cursor: default
}
button.empty.b2-loading:after,.button.empty.b2-loading:after{
	background-image: url(Assets/fontend/images/loading-empty.svg);
}
button.b2-loading,.button.b2-loading,button.empty.b2-loading,.button.empty.b2-loading{
	color: rgba(255, 255, 255, 0);
}
.post-list-cats a span.button.b2-loading{
    color: rgba(255, 255, 255, 0)!important;
}
button.b2-loading:after,.button.b2-loading:after{
	content: '';
	background-image: url(Assets/fontend/images/loading.svg);
	background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    position: absolute;
    left: -1px;
	top: -1px;
	bottom:-1px;
	right:-1px;
    z-index: 2;
	cursor: default;
}

button:active,.button:active{
	transform: translateY(1px);
}
button[disabled]:active,.button.disabled:active{
	transform: none
}
button:hover,.button:hover{
	opacity: .9;
	transition: opacity .2s
}
button[disabled],.button.disabled{
	opacity: .7;
	cursor: default
}
button.empty,.button.empty{
	background: rgba(255, 255, 255, 0);
}
article,aside,details,figcaption,figure,footer,header,main,nav,section {
	display: block
}

ol,ul {
	list-style: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}

caption,td,th {
	font-weight: 400;
	text-align: left
}

small {
	font-size: 80%
}

a:active,a:hover {
	outline: 0;
}

pre {
	padding: 17px;
	font: 14px/22px courier new;
	position: relative;
	background-color: #f8f8f8;
	box-sizing: border-box;
}

code,pre {
	white-space: pre-wrap;
	word-wrap: break-word;
	border-radius: 3px
}

code {
	padding: 2px;
	background-color: #eee;
	word-break: break-word;
	letter-spacing: 0;
	font: 14px/26px courier new
}

pre code {
	padding: 0;
	background-color: #fff;
	border-radius: 0;
}

img {
	max-width: 100%;
	height: auto;
	object-fit: cover;
	/* image-rendering: -webkit-optimize-contrast; */
	border:0;
	vertical-align: text-top;
}
button::-moz-focus-inner {
	border: 0;
	padding: 0
}

a {
	color:inherit;
	text-decoration: none;
}
input[disabled] {
	cursor: default;
	color: rgba(0,0,0,.8);
	background-color: rgba(0,0,0,.05)
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{
	-webkit-appearance: none !important;
 }
 input[type="number"]{-moz-appearance:textfield;}
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}
embed,
iframe,
object {
	max-width: 100%;
	width:100%
}
.entry-content iframe{
	min-height:450px
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

dfn, cite, em, i {
	font-style: italic;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

.dr{
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.dl{
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.jt::before{  /*这里的伪元素用单冒号和双冒号都一样*/
    content: '';
    display: block;
    position: absolute;
    top: -8px;
    left: 35px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
	border-bottom: 8px solid rgb(181, 181, 181);
	z-index: 2;
}

/*第二个三角形*/
.jt::after{
	content: '';
	display: block;
	position: absolute;
	top: -6.6px; /*向下偏移量是矩形边框宽度的1.4（根号2）倍，即8.4，top值为-26-（-8.4）*/
	left: 35px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
	z-index: 2;
}
.toasted-container{
	z-index: 99999999!important;
}
.toasted.primary{
	font-size: 13px!important;
	font-weight: 400!important
}
.toasted-container.top-center{
	-webkit-transform: translateX(-50%);
    transform: translateX(-47%)!important;
}
.toasted.primary.error {
    background: rgb(255, 255, 255)!important;
    color: rgb(253, 0, 0)!important;
}
.link-overlay{
	display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.link-block{
	position: absolute;
	width:100%;
	height:100%;
	z-index:2;
	top:0;
	left:0
}
/*播放器样式兼容*/
.dplayer-icons button{
	background: inherit;
	border:inherit
}
.dplayer-logo{
	max-width: 100px;
    width: 100px;
    opacity: .3;
    left: auto;
    right: 20px;
}
/*视频隐藏右键菜单*/
.dplayer-menu-show {
	display: none !important;
}
.dplayer-mask-show{
	display: none!important
}
/* .dplayer-video-wrap{
	height: 0!important;
    padding-top: 56.39925%;
} */
.dplayer.dplayer-hide-controller{
	height:100%
}
.dplayer-video-wrap video{
    position: absolute;
	top: 0;
	object-fit: cover
}
.b2-dot{
	padding:0 5px
}
.comment-meta-item{
	position: absolute;
	right:16px;
	color:#FF3355
}
.mobile-show{
	display: none
}
.mobile-hidden{
	display: block
}
.pc-hidden{
	display: none;
}
.pc-show{
	display: block;
}
.red{
	color:#FF3355
}
.green{
	color:green
}
.box,.side-fixed{
	background-color: #fff;
	box-shadow: 0px 0px 2px rgb(98 124 153 / 10%);
	position: relative;
}
.button.empty.box{
	background-color: #fff!important;
}

img.avatar{
	background-color: #eee;
	width:100%;
	height:100%;
}

/*表格样式*/
.entry-content table {
	border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.entry-content table thead{
    font-weight: 700;
}
table td{
	border: 1px solid #F5F6F7;
}
table thead{
	border-top: 1px solid #F5F6F7
}
.entry-content table td {
	padding: 12px 20px;
    font-size: 13px;
    text-align: left;
    word-wrap: break-word;
    word-break: break-all;
}
.entry-content table tbody tr:nth-child(odd) {
    background: #F7F9FA;
}
/**
 * 12.1 - Captions
 */

 .wp-caption {
	margin-bottom: 1.75em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption .wp-caption-text {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}
.pianli{
	position:absolute!important;
	top:-999999px
}
@keyframes waveMove {
    from { background-position: 0 100%; }
    to   { background-position: -20px 100%; }
}
.waves {
    position: relative;
    width: 100%;
    height: 60vh;
    margin-bottom: -7px;
    /*Fix for safari gap*/
    min-height: 60px;
    max-height: 60px;
}
.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}
.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}
.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}
.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}
.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}
.b2-footer-warning > div{
    color:#FF3355;
    text-align: center;
    background: #fff;
    padding: 10px;
	box-sizing: border-box;
}
.b2-table{
	white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    margin-right: 0;
    flex-flow: nowrap;
}
@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(85px, 0, 0);
    }
}
/*2.5.4 新增通用样式*/
.fs12{
	font-size: 12px;
}
.b2-b-t{
	border-top: 1px solid rgb(243, 243, 243);
}
@-webkit-keyframes autofill {
    0%,100% {
        color: #666;
        background: transparent;
    }
}

input:-webkit-autofill {
    -webkit-animation-delay: 1s; /* Safari support - any positive time runs instantly */
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}















/* 额外的css代码 */



/*首页大图开始*/
.social-top .top-menu ul li.current-menu-item a{
    color: #ef950c;
    font-weight: 600;
}
.social-top .top-menu ul li.current-menu-item span{
background: none!important;
}

.social-top .top-menu ul li.depth-0 > a{

        text-decoration:none;
        position:relative;
}

.social-top .top-menu ul li.depth-0 >  a:after{
    content: "";
    width: 0;
    height: 3px;
    background: #ef950c;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: all .2s;
}
.social-top .top-menu ul li.depth-0 >  a:hover:after,a.active:after{
        left: 0%;
    width: 100%;
}

/*首页间距开始*/
.home_row > div {
    display: flex;
    margin: 5px auto;
    max-width: 100%;
    position: relative;
}
/*首页间距结束*/

div#home-row-dhdh {
    margin-top: -20px;
}
@-webkit-keyframes background {
  from {
    background-position: 0 0%;
  }

  to {
    background-position: 0 -300px;
  }
}

@keyframes background {
  from {
    background-position: 0 0%;
  }

  to {
    background-position: 0 -300px;
  }
}
.icon {
width: 1em; height: 1em;
vertical-align: -0.15em;
fill: currentColor;
overflow: hidden;
}
.header-banner-left .menu li.current-menu-item a{
    color: #ef950c;
    font-weight: 600;
}

.header-banner-left .menu li.menu-item a{

	text-decoration:none;
	position:relative;
}

.header-banner-left .menu li.menu-item a:after{
    content: "";
    width: 0;
    height: 3px;
    background: #ef950c;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: all .2s;
}
.header-banner-left .menu li.menu-item a:hover:after,a.active:after{
	left: 0%;
    width: 100%;
}

 @media screen and (max-width: 768px){/*手机端*/

div#home-row-dhdh {
    margin-top: -10px;
}


}

#banner_wave_1 {
    width: auto;
    height: 65px;
    background: url(/pic/wave1.png) repeat-x;
    _filter: alpha(opacity=80);
    position: absolute;
    bottom: 0;
    width: 400%;
    left: -236px;
    z-index: 1;
    opacity: 1;
    transiton-property: opacity, bottom;
    transition-duration: .4s, .4s;
    animation-name: move2;
    animation-duration: 240s;
    animation-fill-mode: backwards;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    top: 537px;
}
 
#banner_wave_2 {
    width: auto;
    height: 80px;
    background: url(/pic/wave2.png) repeat-x;
    _filter: alpha(opacity=80);
    position: absolute;
    bottom: 0;
    width: 400%;
    left: 0;
    z-index: 1;
    opacity: 1;
    transiton-property: opacity, bottom;
    transition-duration: .4s, .4s;
    animation-name: move2;
    animation-duration: 160s;
    animation-fill-mode: backwards;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    top: 537px;
}
 
/* move1和move2只是方向不同，根据喜好自选即可。 */
/* 没做浏览器适配，具体哪些浏览器会生效未知，反正Chrome没什么问题。*/
 
@keyframes move1 {
    100% {
        background-position: 100% 0;
    }
}
 
@keyframes move2 {
    100% {
        background-position: -100% 0;
    }
}

div #html-box-sydhls {
  
    z-index: 2;
}
    .home-section-division {
        background:#fff;
        border-radius: 8px;
    }
    @media (max-width:767px) {
        .home-section-division .container {
            padding:0
        }
    }
    .home-section-division .home-division {
        overflow:hidden;
        border-radius: 8px;
    }
    .home-section-division .home-division a {
        color:#525252;
        display:block;
        padding:20px 0 10px;
        position:relative;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
        width:100%;
        text-align:center
    }
    @media (min-width:768px) {
        .home-section-division .home-division a {
            text-align:left;
            padding:22px 10px 30px 50px
        }
    }
    @media (min-width:1330px) {
        .home-section-division .home-division a {
            padding-right:60px;
            padding-left:106px
        }
    }
    .home-section-division .home-division a:hover .item-thumb, .home-section-division .home-division a:hover h3 {
        color:#3860f4
    }
    .home-section-division .home-division ul {
        margin:0 -14px;
        overflow:hidden
    }
    .home-section-division .home-division li {
        float:left;
        line-height:1;
        width:25%;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
        padding:0 14px
    }
    .home-section-division .home-division li h3 {
        font-size:13px;
        line-height:1;
        margin:10px 0;
        color:#000;
        font-weight:400
    }
    @media (min-width:768px) {
        .home-section-division .home-division li h3 {
            font-size:18px;
            font-weight:700
        }
    }
    .home-section-division .home-division li h3 .go {
        background:#ef950c;
        display:none;
        height:14px;
        line-height:10px;
        padding:2px 2px 2px 5px;
        -webkit-border-radius:14px;
        border-radius:14px;
        color:#fff;
        font-weight:400;
        font-size:12px;
        text-transform:uppercase;
        vertical-align:top
    }
    @media (min-width:1024px) {
        .home-section-division .home-division li h3 .go {
            display:inline-block
        }
    }
    .home-section-division .home-division li h3 .go i {
        vertical-align:middle;
        margin:-2px 3px 0
    }
    .home-section-division .home-division li p {
        font-size:13px;
        color:#9a9a9a;
        display:none
    }
    @media (min-width:1024px) {
        .home-section-division .home-division li p {
            display:block
        }
    }
    .home-section-division .home-division li .item-thumb {
        font-size:28px
    }
    @media (max-width:1023px) {
        .home-section-division .home-division li .item-thumb {
            color:#3860f4
        }
    }
    @media (min-width:768px) {
        .home-section-division .home-division li .item-thumb {
            position:absolute;
            left:5px;
            top:20px;
            font-size:40px
        }
    }
    @media (min-width:1330px) {
        .home-section-division .home-division li .item-thumb {
            top:30px;
            left:50px
        }
    }
    @media (min-width:1024px) {
        .home-section-division .home-division li.li_4 .item {
            background:#f3f8ff;
            -webkit-transition:all .3s;
            -o-transition:all .3s;
            transition:all .3s;
            color:#3860f4
        }
        .home-section-division .home-division li.li_4 .item .item-thumb, .home-section-division .home-division li.li_4 .item h3 {
            color:#3860f4
        }
        .home-section-division .home-division li.li_4 .item:hover {
            background:#3860f4;
            -webkit-transition:all .3s;
            -o-transition:all .3s;
            transition:all .3s;
            color:#fff
        }
        .home-section-division .home-division li.li_4 .item:hover h3, .home-section-division .home-division li.li_4 .item:hover i, .home-section-division .home-division li.li_4 .item:hover p {
            color:#fff
        }
    }
    
/** 首页海报大图**/
.user-banner {
    background:#1d1f20;
    background:url(/pic/imgapi.jpg) no-repeat;
    position:relative;
    overflow:hidden;
    width:100%;
    height:600px;
    background-size:cover !important;
    background-position:center center !important;
    background-repeat:no-repeat !important;
    padding-top:20px
}
.user-banner:before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:inline-block;
    background:#221f1f;
    background:-moz-linear-gradient(left, rgba(34, 31, 31, 1) 0%, rgba(34, 31, 31, .1) 100%);
    background:-webkit-linear-gradient(left, rgba(34, 31, 31, 1) 0%, rgba(34, 31, 31, .1) 100%);
    background:linear-gradient(to right, rgba(34, 31, 31, 1) 0%, rgba(34, 31, 31, .1) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#221f1f', endColorstr='#66221f1f', GradientType=1)
}
.container {
    padding:0;
    margin:0 auto;
    max-width:1250px;
}
.ubanner-ctn {
    margin:110px auto 30px auto;
    position:relative;
    z-index:1
}
.col80 {
    width:80%
}
.ubanner-ctn h2 {
    text-align:center;
    color:#fff;
    font-size:46px;
    font-weight:600;
    margin-bottom:65px;
    letter-spacing:1px;
    text-shadow:0 3px 6px rgba(0, 0, 0, .2);
   background: url(/pic/ff913110e3132.png) repeat #011F42;
    background-size: 300px auto;
   -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-animation: background 12s infinite linear;
    animation: background 12s infinite linear;
}

.search-clsf {
    margin-bottom:20px;
    padding:0 20px
}
.user-search {
    border-radius:10px;
    padding:15px;
    position:relative;
    box-shadow:0px 0px 4px rgba(0, 0, 0, .3);
    overflow:hidden
}
.user-search button:hover {
    opacity:.8
}
.mian-bgcolor-b:before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    background:#292c2d;
    width:100%;
    height:100%;
    opacity:.5
}
.user-search input {
    width:100%;
    display:block;
    height:48px;
    line-height:48px;
    border-radius:8px;
    border:none;
    padding-left:15px;
    font-size:16px;
    position:relative
}
.user-search input {
    width:100%;
    display:block;
    height:48px;
    line-height:48px;
    border-radius:8px;
    border:none;
    padding-left:15px;
    font-size:16px;
    position:relative
}
.user-search button {
    position:absolute;
    right:14px;
    top:15px;
    box-shadow:-3px 0px 6px rgba(0, 0, 0, .3);
    color:#fff;
    height:48px;
    width:80px;
    border-radius:8px;
    border:none;
    margin:0;
    background:#1d1f20
}
.hotsearch {
    color:#fff;
    white-space:nowrap;
    height:45px;
    width:100%;
    overflow:hidden
}
.hotsearch a {
    background:rgba(2, 2, 2, .25);
    color:#fff;
    padding:7px 10px;
    white-space:nowrap;
    border-radius:5px;
    margin:10px
}
.hotsearch a:link {
    text-decoration:none;
    outline:none
}
.hotsearch a:hover {
    background:#292c2d;
    color:#fff
}
.iconfont {
    font-family:"iconfont" !important;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.icon-search:before {
    content:"\e600"
}
.search-clsf {
    margin-bottom:20px;
    padding:0 20px
}
.search-clsf a {
    padding:5px 15px;
    display:inline-block;
    color:#fff
}
.search-clsf a.active {
    background:#292c2d;
    border-radius:3px;
    position:relative;
    color:#3860f4
}
.search-clsf a.active:before {
    content:"";
    position:absolute;
    left:50%;
    margin-left:-4px;
    bottom:-6px;
    border-top:6px #292c2dc2 solid;
    border-left:6px transparent solid;
    border-right:6px transparent solid;
    width:0;
    height:0
}
.plr40 {
    padding-left:40px;
    padding-right:40px
}
.mtb30 {
    margin-top:30px;
    margin-bottom:30px
}
.fs-c {
    justify-content:flex-start;
    align-items:center
}
.fw-w {
    flex-wrap:wrap
}
.d-flex {
    display:-ms-flexbox;
    display:flex
}
.user-banner:after {
    animation:myfirst 250s;
    -webkit-animation:myfirst 250s;
    animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite
}
.user-banner:after {
    content:"";
    width:100%;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    background:url(/pic/light.png) repeat-y top center;
    background-size:auto;
    opacity:.3
}
@keyframes myfirst {
    from {
        left:0;
        top:10px
    }
    to {
        top:-3000px
    }
}
@-webkit-keyframes myfirst {
    from {
        left:0;
        top:10px
    }
    to {
        top:-8000px
    }
}
@media (max-width:768px) {
    .xs-1 {
        overflow:unset !important
    }
    .ubanner-ctn h2 {
        margin-bottom:30px !important
    }
    .container {
        padding:0;
        margin:0 auto;
        max-width:1200px
    }
    .container {
        width:1200px
    }
    .search-clsf {
        margin-bottom:20px;
        display:none
    }
    .ubanner-ctn h2 {
        text-align:center;
        color:#fff;
        font-size:22px;
        font-weight:600;
        margin-bottom:30px;
        text-shadow:0 3px 6px rgba(0, 0, 0, .2)
    }
    .user-banner {
        height:230px;
        padding-top:30px;
        position:relative;
        overflow:inherit
    }
    .ubanner-ctn {
        margin:10px auto 30px auto;
        position:relative;
        z-index:1;
        width:90%
    }
    .user-banner:after {
        content:"";
        width:100%;
        position:absolute;
        bottom:0;
        left:0;
        right:0;
        background:url(pic/light.png) repeat-y top center;
        background-size:99%;
        height:100%;
        opacity:.3
    }
    .hotsearch {
        display:none
    }
}


#main-wrap-box {
    display:flex;
    justify-content:center;
    align-items:center;
    color:#f4e5b3
}
#main-wrap {
    display:flex;
    flex-flow:row wrap;
    justify-content:space-between;
    align-items:flex-start
}
#content-wrap {
    display:flex;
    flex-flow:column nowrap;
    align-items:flex-end;
    justify-content:space-between
}
#search-wrap {
    width:100%
}
#searchForm {
    margin:0;
    padding:0;
    width:80%;
    height:50px;
    min-width:700px;
    border-bottom:1px solid #666;
    display:flex;
    justify-content:space-between;
    align-items:center
}
#search {
    flex:1;
    border:0 none;
    background:0 0;
    outline:none;
    margin-right:20px;
    color:#f4e5b3;
    font-size:16px;
    text-indent:2em
}
:-moz-placeholder {
    color:#f4e5b3;
    opacity:.3
}
::-moz-placeholder {
    color:#f4e5b3;
    opacity:.3
}
#search:-ms-input-placeholder {
    color:#f4e5b3;
    opacity:.3
}
#search::-webkit-input-placeholder {
    color:#f4e5b3;
    opacity:.3
}
#search-type {
    display:flex;
    cursor:pointer;
    align-items:center;
    position:relative;
    height:100%;
    user-select:none;
    -ms-user-select:none
}
#search-type:hover #search-type-name {
    opacity:1
}
#search-type-name {
    margin:0 5px 0 0;
    opacity:.5;
    transition:all .3s
}
#search-type-icon {
    width:10px;
    height:10px;
    background:url(/pic/1324cb407ca35.png) no-repeat;
    background-size:cover;
    background-position:center;
    transition:all .3s;
    opacity:.5
}
#search-type-menu {
    list-style:none;
    position:absolute;
    left:50%;
    top:60px;
    transform:translateX(-50%);
    border-radius:4px;
    border:1px solid #f4e5b3;
    background-color:rgba(0, 0, 0, .8);
    padding:0;
    margin:0;
    overflow:hidden;
    display:none;
    z-index:4
}
#search-type-menu li {
    list-style:none;
    padding:0;
    margin:0;
    display:flex;
    align-items:center;
    flex-flow:row nowrap;
    transition:all .5
}
#search-type-menu li:hover {
    background-color:rgba(244, 229, 179, .1)!important
}
#search-type-menu li:nth-of-type(2n) {
    background-color:rgba(0, 0, 0, .1)
}
#search-type-menu img {
    width:20px;
    height:20px;
    margin:5px 10px
}
#search-type-menu span {
    white-space:nowrap;
    margin:0 30px 0 0
}
#search-btn {
    padding:10px 0 10px 10px;
    width:30px;
    height:30px;
    margin:0 0 0 20px;
    background:url(/pic/fe99049cf99d5.png) no-repeat;
    background-size:cover;
    background-position:center;
    border:none;
    cursor:pointer;
    user-select:none;
    -ms-user-select:none;
    transition:all .2s;
    outline:none
}

.searchTag {
    letter-spacing:.5px;
    text-align:center;
    margin-top:30px;
    font-size:14px;
    max-width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    min-width:700px
}
.searchTag span {
    display:inline-block;
    transform:translateY(-1px)
}
.searchTag a {
    margin-right:15px;
    color:#909399
}
.searchTag a:hover {
    color:#fff
}
.searchTag i {
    color:#ffbc32;
    margin-right:2px;
    display:inline-block;
    transform:translateY(1px)
}


@media screen and (max-width:768px) {
    #main-wrap {
        width:100%
    }
    #content-wrap {
        width:100%
    }
    #searchForm {
        min-width:350px;
        border-bottom: 0px solid #fff;
    }
    .searchTag {
        min-width:100px !important
    }
    .container {
    width:100%;
    margin:0 auto;
    position:relative;
    overflow:hidden;
    *zoom:1
    }
}
/*首页大图结束*/

/*展示更多开始*/
.xControl {
font-size: 15px;
font-weight: normal;
padding: 12px 15px;
background-color: #f7f7f9;
border-bottom: 1px solid #f0f0f0;
transition: all 0.3s linear;
text-align: left;
border-radius: 4px;
box-shadow: 0px 0px 5px #c2c2c2;
}
.xControl a{
text-decoration: none;
display: block;
}
/*展示更多结束*/
/*首页横幅开始*/
.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

.alert-dismissible {
    padding-right: 3rem;
}
.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

@media (prefers-reduced-motion: reduce){
.fade {
    transition: none;
}
}
.fade {
    transition: opacity .15s linear;
}
.bg-danger {
    background-color: #dc3545!important;
}.badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}
.bg-warning {
    background-color: #ffc107!important;
}
.text-dark {
    color: #212529!important;
}.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
}
.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    border: 0;
    border-radius: .25rem;
    opacity: .5;
}

@media (prefers-reduced-motion: reduce){
.spinner-border, .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow;
}.small, small {
    font-size: .875em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75;
}

sup.spinner-grow.spinner-grow-sm.ml-1.small {
  
    margin-left: 4px;
   
    margin-bottom: 4px;
}
/*首页横幅结束*/






/* author:Yi Dai */
.post-info .list-footer{
	display:none;
}

.single-article .entry-header #post-meta .post-user-info{
	display:none;
}










