/*
Theme Name: B2 PRO
Theme URI: https://7b2.com/
Author: Li Ruchun
Author URI: https://7b2.com/
Description: wordpress 高级商用主题，模块化管理，兼容微信的各种环境
Version: 5.8.0
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;
	border-radius: 3px;
	border:1px solid #f5f6f7
}
::-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;
}


/*等级颜色开始*/
.lv-icon.b2-lv0 i{border:1px solid #c6c6c6;color:#c6c6c6;}.lv-icon.b2-lv0 b{color:#c6c6c6;}
.lv-icon.b2-lv1 i{border:1px solid #ff9400;color:#ff9400;}.lv-icon.b2-lv1 b{color:#ff9400;}
.lv-icon.b2-lv2 i{border:1px solid #ff9400;color:#ff9400;}.lv-icon.b2-lv2 b{color:#ff9400;}
.lv-icon.b2-lv3 i{border:1px solid #ff3a55;color:#ff3a55;}.lv-icon.b2-lv3 b{color:#ff3a55;}
.lv-icon.b2-lv4 i{border:1px solid #ff3a55;color:#ff3a55;}.lv-icon.b2-lv4 b{color:#ff3a55;}
.lv-icon.b2-lv5 i{border:1px solid #de00ff;color:#de00ff;}.lv-icon.b2-lv5 b{color:#de00ff;}
.lv-icon.b2-lv6 i{border:1px solid #de00ff;color:#de00ff;}.lv-icon.b2-lv6 b{color:#de00ff;}
.lv-icon.b2-lv7 i{border:1px solid #ff0000;color:#ff0000;}.lv-icon.b2-lv7 b{color:#ff0000;}
.lv-icon.b2-lv8 i{border:1px solid #3478f7;color:#3478f7;}.lv-icon.b2-lv8 b{color:#3478f7;}
.comment-author .user-title{
    font-size: 13px;
    margin-left:10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width:50%;
     /* -webkit-animation: shake 3s infinite; */
    /* animation: shake 3s infinite; */
  color:#ff9900;

}

  @-webkit-keyframes shake{
        0%{
            opacity: 0;
        }
        100%{
            opacity: 1;
        }
    }@keyframes shake{
        0%{
            opacity: 0;
        }
        100%{
            opacity: 1;
        }
    }
/*等级颜色结束*/
/*认证图标开始*/
.certification {
    background: url(https://www.ysu2.com/vip/verify-one.svg) no-repeat;
    width: 50px;
    height: 14px;
    display: inline-block;
    position: relative;
    left: 0;
    top: 3px;
}
/*认证图标结束*/
/*公告弹窗美化开始*/
.gg-box .modal-content {
    width: 28rem;
    overflow: hidden;
    margin-top: 0;
}
.gg-box-title .gg-title {
    width: 100%;
    text-align: center;
    padding: 0!important;
}
.modal-content .gg-box-title h2 {
    font-size: 22px;
    margin-bottom: 0;
    text-align: center;
    font-weight:bold; 
}
.gg-box-title .gg-title span {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}
.title-bg {
    border: 0;
}
.modal-content .gg-title {
    padding: 20px 30px 0px 30px;
}
.modal-content .gg-title a {
    font-size: 16px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    display: block;
    font-family: Arial;
    text-decoration:none
}
.modal-content .gg-desc {
    padding: 20px 30px;
    font-size: 14px;
    letter-spacing: .5px;
    padding-bottom: 0;
}
.modal-content .gg-desc p {
    color: #909399;
    font-family: Arial;
    background: #f8f8f8;
    padding: 20px;
    line-height: 24px;
}
.gg-button a {
    border: 0;
    display: inline-block;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .5px;
    background-color: #206aff;
    background-image: -webkit-gradient(linear, left top, right top, from(#006eff), to(#13adff));
    background-image: -webkit-linear-gradient(left, #006eff, #13adff);
    background-image: -o-linear-gradient(left, #006eff 0, #13adff 100%);
    background-image: linear-gradient(90deg, #006eff, #13adff);
    -webkit-box-shadow: 0 5px 10px 0 rgb(16 110 253 / 30%);
    box-shadow: 0 5px 10px 0 rgb(16 110 253 / 30%);
}
/*公告弹窗美化结束*/
/*修改打赏按钮颜色*/
#TA-con{/*修改按钮颜色开始*/
    background-color: #0b9ae8;
}
#TA-con:hover {/*修改按钮颜色——鼠标移动至按钮*/
    background-color: #0b9ae8;
}
#orange-mask path{/*修改动态的条颜色*/
    stroke: #f7ed34;
}
#mask path{/*修改条颜色 —— 长条*/
    stroke: rgb(52 120 247);
}
#mask ellipse{/*修改条颜色 —— 点*/
    fill: rgb(52 120 247);
}
#mask rect{/*修改条颜色 —— 短条*/
    fill: rgb(52 120 247);
}
/*修改打赏颜色结束*/
/*圈子内等级美化代码开始*/
.author-vip{
    height: 18px;
    line-height: 18px;
    padding: 0;
    padding-left: 20px;
}
.topic-author-info-left .b2-lv1{
        background-color: #ff9400;
        height: 15px;
    line-height: 14px;
}
.topic-author-info-left .b2-lv2{
        background-color: #ff9400;
        height: 15px;
    line-height: 14px;
}
.topic-author-info-left .b2-lv3{
        background-color: #ff3a55;
        height: 15px;
    line-height: 14px;
}
.topic-author-info-left .b2-lv4{
        background-color: #ff3a55;
        height: 15px;
    line-height: 14px;
}
.topic-author-info-left .b2-lv5{
        background-color: #de00ff;
        height: 15px;
    line-height: 14px;
}
.topic-author-info-left .b2-lv6{
        background-color: #de00ff;
        height: 15px;
    line-height: 14px;
}
.topic-author-info-left .b2-lv7{
        background-color: #ff0000;
        height: 15px;
    line-height: 14px;
}
.topic-author-info-left .b2-lv8{
        background-color: #3478f7;
        height: 15px;
    line-height: 14px;
}
/*圈子内等级美化代码结束*/


/*好源码网B2主题文章内容美化H标签 start
.entry-content > h2::before{content: '';margin-right:0;}
.single-article .entry-content > h2{
	font-weight: bold;
	background-color: #f6f6f6;
	margin: 20px 0;
	padding: 5px 12px;
	border-left: 5px solid #4184f2;
	font-size: 21px;
	left: 0px;
    position: inherit;
}
.single-article .entry-content > h3{
	font-weight: bold;
	background-color: #f6f6f6;
	margin: 20px 0;
	padding: 5px 12px;
	border-left: 5px solid #4184f2;
	font-size: 18px;
	left: 0px;
    position: inherit;
}
.single-article .entry-content > h4{
	font-weight: bold;
	background-color: #f6f6f6;
	margin: 20px 0;
	padding: 5px 12px;
	border-left: 5px solid #ff5e79;
	font-size: 15px;
	left: 0px;
    position: inherit;
}
.single-article .entry-content > h5{
	font-weight: bold;
	background-color: #f6f6f6;
	margin: 20px 0;
	padding: 5px 12px;
	border-left: 5px solid #198754;
	font-size: 12px;
	left: 0px;
    position: inherit;
}
好源码网B2主题文章内容美化H标签 end*/

/* 幻灯片样式开始*/
.slider-height{
width: 100%!important;
}
#home-row-1 .wrapper{
width: 100%!important;
margin-top: -128px;
z-index: 0;
height: auto;
}
.home-row-left.content-area{
width: 100%!important;
height: auto;
border-radius: 0;
}
.home_row.home_row_bg_img {
background-size: 1920px 1249px;
background-repeat: no-repeat;
overflow: hidden;
background-position: center 0;
margin-top: -126px;
background-attachment: initial;
}
#home-row-2 .slider-1 .flickity-page-dots {
position: absolute;
bottom: 0;
top: 90%;
left: auto;
right: 100px;
padding: 0 .1rem .12rem 0;
font-size: 0
}
#home-row-3 .slider-1.slider-type-width .slider-info-box {
height: 100%;
display: flex;
justify-content: flex-end;
align-items: self-start;
flex-flow: column
}
.dot.is-selected{
width: 22px!important;
height: 26px;
margin: 0 3px;
border-radius: 8px!important;
transition-delay: 0.1s;
}#home-row-4 .slider-1 .flickity-page-dots .dot {
width: 10px;
height: 10px;
margin: 0 3px;
border-radius: 50%
}
/* 幻灯片样式结束*/
/*搜索模块样式*/

.search-module-form ul {/*搜索分类*/
width: auto;
}
.search-module-form ul li {/*分类右浮动*/
float: left;
}
.search-module-form ul::before {
content: '';
display: block;
position: absolute;
top: -8px;
left: 25px;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid rgb(181, 181, 181);
z-index: 2;
}
.search-module-key {
display: flex;
width: 65%;
justify-content: center;/*剧中*/
}
/*//符号*/
#home-row-zxsc .module-title:before{ content: "";
font-weight: 700;
position: relative;
left: -15px;
opacity: .7;
 
}
#home-row-zxsc .module-title:after{ content: "";
font-weight: 700;
position: relative;
right: -15px;
opacity: .7;
 
}
#home-row-sousuo .search-module-title:before{ content: "";
font-weight: 700;
position: relative;
left: -15px;
opacity: .7;}
 
#home-row-sousuo .search-module-title:after {
content: "";
font-weight: 700;
position: relative;
left: 15px;
opacity: .7;
}
/*//符号*/
.home_row.module-search {
background-image: inherit;
position: absolute;
/* top: -700px; */
text-align: center;
width: calc(50% - 0%);
margin-top: -308px;
height: auto;
left: 25%;
}.search-module-key ul li {
margin-right: 16px;
opacity: .8;
margin-bottom: 8px;
border-radius: 4px;
width: auto;
font-size: 16px;
}.picked-category,.search-module-form input{
font-size: 16px;
}.search-module-form {
background: #fff;
position: relative;
width: 75%;
border: 1px solid #fff;
background: #fff;
box-shadow: 0 10px 30px 0 rgba(0,0,0,.16);
border-radius: 10px;
}.search-module-key ul li:first-child {
width: 100px;
margin-right: 16px;
opacity: 1;
margin-bottom: 8px;
font-size: 18px;
background: none;
box-shadow: none;}
/*搜索模块样式结束*/
/*首页四格美化代码开始*/
/*开始*/
/* 右上角 投稿+搜索 美化 */
.sign-button-r .head-vip {
display: block;
width: 36px;
height: 58px;
color: #fff;
font-size: 12px;
background-color: #6cb5fe;
border-radius: 0 0 6px 6px;
top: -12px;
}
.sign-button-r .sousuo {
left: -45px;
width: 36px;
height: 58px;
color: #fff;
font-size: 12px;
background-color:#fe958b;
border-radius: 0 0 6px 6px;
top: -70px;
}
.menu-top{
margin-left:520px;}
@media screen and (max-width: 768px) {
.menu-top {
margin-left: 0;
}
.zrz-menu-in .sub-menu li {
width: unset;
float: unset;
}
.zrz-menu-in .sub-menu li a {
padding: 10px;
}
.zrz-menu-in .sub-menu li a:hover {
background-color: #cccccc;
color: #000;
}
}
 
/*1*/
.row {
margin: 0 -10px;
box-sizing: border-box
}
 
.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
float: left;
padding: 0 10px;
width: 100%;
box-sizing: border-box
}
 
.container:after,.container:before,.row:after,.row:before {
content: '';
clear: both;
display: block
}
 
.col-xs-1 {
width: 8.33333333%
}
 
.col-xs-2 {
width: 16.66666666%
}
 
.col-xs-3 {
width: 25%
}
 
.col-xs-4 {
width: 33.33333333%
}
 
.col-xs-5 {
width: 41.66666666%
}
 
.col-xs-6 {
width: 50%
}
 
.col-xs-7 {
width: 58.33333333%
}
 
.col-xs-8 {
width: 66.66666666%
}
 
.col-xs-9 {
width: 75%
}
 
.col-xs-10 {
width: 83.33333333%
}
 
.col-xs-11 {
width: 91.66666666%
}
 
@media (min-width:768px) {
.col-sm-1 {
width: 8.33333333%
}
 
.col-sm-2 {
width: 16.66666666%
}
 
.col-sm-3 {
width: 25%
}
 
.col-sm-4 {
width: 33.33333333%
}
 
.col-sm-5 {
width: 41.66666666%
}
 
.col-sm-6 {
width: 50%
}
 
.col-sm-7 {
width: 58.33333333%
}
 
.col-sm-8 {
width: 66.66666666%
}
 
.col-sm-9 {
width: 75%
}
 
.col-sm-10 {
width: 83.33333333%
}
 
.col-sm-11 {
width: 91.66666666%
}
}
/*2*/
@media (min-width:1024px) {
.col-md-1 {
width: 8.33333333%
}
 
.col-md-2 {
width: 16.66666666%
}
 
.col-md-3 {
width: 23%
}
 
.col-md-4 {
width: 33.33333333%
}
 
.col-md-5 {
width: 41.66666666%
}
 
.col-md-6 {
width: 50%
}
 
.col-md-7 {
width: 58.33333333%
}
 
.col-md-8 {
width: 66.66666666%
}
 
.col-md-9 {
width: 75%
}
 
.col-md-10 {
width: 83.33333333%
}
 
.col-md-11 {
width: 91.66666666%
}
}
 
@media (min-width:1300px) {
.container {
padding: 0
}
 
.col-lg-1 {
width: 8.33333333%
}
 
.col-lg-2 {
width: 16.66666666%
}
 
.col-lg-3 {
width: 25%
}
 
.col-lg-4 {
width: 33.33333333%
}
 
.col-lg-5 {
width: 41.66666666%
}
 
.col-lg-6 {
width: 50%
}
 
.col-lg-7 {
width: 58.33333333%
}
 
.col-lg-8 {
width: 66.66666666%
}
 
.col-lg-9 {
width: 75%
}
 
.col-lg-10 {
width: 83.33333333%
}
 
.col-lg-11 {
width: 91.66666666%
}
}
 
.home-first-screen {
padding: 15px 0 5px;
}
 
.home-first-screen .images,.home-first-screen .parts {
margin-bottom: 0;
position: relative
}
 
.home-first-screen .dubao {
position: relative;
margin-bottom: 5px
}
 
@media (min-width:768px) {
.home-first-screen .dubao {
margin-bottom: 10px
}
}
 
.home-first-screen .row {
margin-left: -5px;
margin-right: -5px
}
 
.home-first-screen .col-md-3,.home-first-screen .col-md-6,.home-first-screen .col-xs-6 {
padding-left: 5px;
padding-right: 5px
}
 
.home-first-screen .thumb {
display: block;
width: 100%;
padding-top: 62.22222222%;
border-radius: 3px;
overflow: hidden;
position: relative;
background-position: center top;
background-repeat: no-repeat;
background-size: cover
}
 
.home-first-screen .thumb:after {
content: '';
display: block;
position: absolute;
left: 0;
top: 0;
width: 100%;
padding-top: 100%;
background: rgba(0,0,0,.2);
opacity: 0;
visibility: hidden;
transition: all .2s
}
 
.home-first-screen .thumb.bigOne {
padding-top: 56.72131148%
}
 
.home-first-screen .thumb img {
display: none
}
 
.home-first-screen .items .thumb {
padding-top: 58.82352941%
}
 
.home-first-screen .images .col-md-6,.home-first-screen .images .col-xs-6 {
margin-bottom: 10px
}
 
.home-first-screen .images .item2 {
margin-bottom: 0
}
 
.home-first-screen .images a {
display: block;
position: relative
}
 
.home-first-screen .images a strong {
display: block;
position: absolute;
left: 0;
right: 0;
bottom: 0;
padding: .4em .8em .6em;
font-size: 12px;
color: #dadada;
font-weight: 700;
letter-spacing: .5px;
line-height: 1.3;
background-image: -webkit-linear-gradient(top,rgba(0,0,0,.2) 0,rgba(0,0,0,.6) 100%);
background-image: -o-linear-gradient(top,rgba(0,0,0,.2) 0,rgba(0,0,0,.6) 100%);
background-image: linear-gradient(to bottom,rgba(0,0,0,.2) 0,rgba(0,0,0,.6) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#99000000', GradientType=0);
box-shadow: 0 -7px 15px rgba(0,0,0,.2);
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
 
@media (min-width:768px) {
.home-first-screen .images a strong {
font-size: 14px;
line-height: 1.4;
font-weight: 400
}
}
 
.vitara_slide_in .vitara_slide ul li h3 .label {
border-radius: 3px;
padding: 2px 2px 2px 4px;
font-size: 12px;
font-weight: 700
}
 
.vitara_slide_in .vitara_slide ul li h3 .label {
background: #fff;
color: #525252;
margin-right: 10px;
text-shadow: 0 1px 1px #eee;
box-shadow: 0 1px 1px #666;
-moz-box-shadow: 0 1px 1px #666;
-webkit-box-shadow: 0 1px 1px #666;
padding: 2px 2px 2px 4px
}
 
.vitara_slide_in .vitara_slide ul li h3 {
position: absolute;
bottom: 0;
left: 0;
z-index: 10;
width: 100%;
padding: 20px;
margin: 0;
font-size: 16px;
color: #fff;
text-align: left;
font-weight: 700;
text-shadow: 0 1px 3px #525252;
box-sizing: border-box;
background: -webkit-linear-gradient(top,rgba(255,255,255,0),rgba(0,0,0,.3));
background: -moz-linear-gradient(top,rgba(255,255,255,0),rgba(0,0,0,.3));
background: -o-linear-gradient(top,rgba(255,255,255,0),rgba(0,0,0,.3));
background: linear-gradient(top,rgba(255,255,255,0),rgba(0,0,0,.3))
}
 
.home-first-screen a:hover .thumb:after {
visibility: visible;
opacity: 1
}
 
.home-first-screen .dubao {
background: #fff;
padding: 12px 10px 24px;
height: 14px;
border-radius: 3px;
box-shadow: 0 0 10px rgba(0,0,0,.1);
overflow: hidden
}
 
.home-first-screen .dubao h3 {
float: left;
font-size: 14px;
color: #4bbbfa;
font-weight: 400;
line-height: 14px;
padding: 0 10px 0 0;
border-right: 1px solid #ddd
}
 
.home-first-screen .dubao h3 a {
color: #4bbbfa
}
 
.home-first-screen .dubao h3 a:hover {
color: #FFF
}
/*3*/
.home-first-screen .dubao .cont {
height: 14px;
overflow: hidden;
position: relative
}
 
.home-first-screen .dubao .cont a {
display: block;
line-height: 14px;
color: #606060;
font-size: 12px;
transition: all .5s;
position: absolute;
left: 0;
top: 0
}
 
.home-first-screen .dubao .cont a:hover {
color: #000
}
 
.home-first-screen .dubao .cont a span {
display: inline-block;
padding: 0 15px;
white-space: nowrap
}
 
.home-first-screen .parts .hf-title {
font-size: 12px;
padding: 10px 0 20px;
margin-bottom: 0;
height: 16px;
overflow: hidden;
position: relative
}
 
.home-first-screen .parts .hf-title strong {
color: #525252;
margin-right: 5px;
font-size: 16px;
margin-left: 10px
}
 
.home-first-screen .parts .hf-title strong:before {
content: '';
display: inline-block;
width: 3px;
height: 16px;
vertical-align: middle;
background: #0036d8;
margin-right: 6px;
margin-top: -2px
}
 
.home-first-screen .parts .hf-title strong a {
font-weight: 400;
color: #0036d8
}
 
.home-first-screen .parts .hf-title strong a:hover {
color: #4bbbfa
}
 
.home-first-screen .parts .hf-title span {
font-weight: 400;
color: #d5d5d5
}
 
.home-first-screen .parts .hf-title .more {
display: block;
position: absolute;
right: 10px;
top: 10px;
font-size: 10px;
text-transform: uppercase;
padding: 0 5px 0;
border-radius: 3px;
border: 1px solid #b1afaf;
color: #b1afaf
}
 
.home-first-screen .parts .hf-title .more:hover {
color: #fff;
background: #325ddf;
border-color: #325ddf
}
 
.home-first-screen .parts .home-first-part {
background: #fff;
margin-bottom: 10px;
border-radius: 3px;
box-shadow: 0 0 10px rgba(0,0,0,.1);
}
 
.home-first-screen .parts .items {
padding: 13px 10px 22px
}
 
.home-first-screen .parts .items .col-md-6 {
margin-bottom: 7px
}
 
.home-first-screen .parts .items a {
display: block
}
 
.home-first-screen .parts .items .thumb {
margin-bottom: 13px
}
 
.home-first-screen .parts .items strong {
color: #606060
}
 
.home-first-screen .parts .items strong.title {
display: block;
line-height: 1.2em;
font-size:0.8em;
height: 1.4em;
overflow: hidden;
text-align: center;
font-weight: 400
}
 
.home-first-screen .parts .items a:hover strong {
color: #325ddf
}
 
.home-first-screen .fanye {
position: absolute;
right: 15px;
top: 14px;
background: #fff
}
 
.home-first-screen .fanye .btn {
display: inline-block;
border: 1px solid #efefef;
vertical-align: middle;
cursor: pointer;
padding-top: 3px;
margin-right: -1px
}
 
.home-first-screen .fanye .btn i {
vertical-align: text-bottom
}
 
.home-first-screen .fanye .btn:hover {
border-color: #4bbbfa;
background: #4bbbfa;
color: #fff
}
 
.home-first-screen .fanye .btn.no,.home-first-screen .fanye .btn.no:hover {
cursor: default;
background: #fff;
color: #eee;
border-color: #efefef
}
 
.home-first-screen .fanye .pages {
font-size: 14px;
display: inline-block;
vertical-align: middle;
margin-right: 5px;
margin-top: 4px
}
 
.home-first-screen .fanye .pages em {
color: #525252;
font-style: normal
}
 
.home-first-screen .home-course .hf-title {
padding-bottom: 30px;
border-bottom: 1px solid #ddd;
position: relative
}
 
.home-first-screen .home-course .courses {
margin: 7px 0 10px;
position: relative;
height: 106px;
overflow: hidden
}
 
.home-first-screen .home-course .course-items {
overflow: hidden;
position: absolute;
left: 0;
right: 0;
top: 0
}
 
.home-first-screen .home-course ul {
margin: 0 10px 0 12px;
list-style: none
}
 
.home-first-screen .home-course li {
list-style-type: disc;
list-style-position: inside;
line-height: 20px;
height: 20px;
overflow: hidden;
position: relative;
color: #606060;
font-size: 14px;
margin: 6px 0
}
 
.home-first-screen .home-course li a {
color: #606060
}
 
.home-first-screen .home-course li a:hover {
color: #325ddf
}
/*4*/
.home-first-screen .home-course li strong {
font-weight: 400
}
 
.home-first-screen .home-course li span {
position: absolute;
right: 0;
top: 0;
font-size: 12px;
display: inline-block;
padding: 0 10px;
line-height: 20px;
background: #325ddf;
border-radius: 3px;
color: #ffffff
}
 
.home-first-screen .home-menus ul {
margin: 0;
list-style: none;
overflow: hidden
}
 
.home-first-screen .home-menus li {
float: left;
width: 33.33333333%;
text-align: center
}
 
.home-first-screen .home-menus a {
display: block;
text-align: center;
font-size: 14px;
color: #606060;
position: relative;
line-height: 1.5;
padding: 10px 5px;
box-sizing: border-box;
height: 83px;
transition: all .1s
}
 
.home-first-screen .home-menus a:hover {
background: #325ddf;
color: #fff
}
 
.home-first-screen .home-menus a:hover i {
color: #fff
}
 
.home-first-screen .home-menus a:hover:after,.home-first-screen .home-menus a:hover:before {
display: none;
visibility: hidden
}
 
.home-first-screen .home-menus a svg {
font-size: 22px;
line-height: 1.9
}
 
@media (min-width:768px) {
.home-first-screen .home-menus a svg {
font-size: 18px;
line-height: 1.3
}
}
 
.home-first-screen .home-menus a span {
display: block;
line-height: 2
}
 
.home-first-screen .home-menus li:nth-child(1) a:before,.home-first-screen .home-menus li:nth-child(2) a:before,.home-first-screen .home-menus li:nth-child(4) a:before,.home-first-screen .home-menus li:nth-child(5) a:before {
content: '';
display: block;
position: absolute;
right: 0;
bottom: 0;
height: 85%;
border-right: 1px solid #ddd
}
 
.home-first-screen .home-menus li:nth-child(4) a:before,.home-first-screen .home-menus li:nth-child(5) a:before {
bottom: auto;
top: 0
}
 
.home-first-screen .home-menus li:nth-child(1) a:after,.home-first-screen .home-menus li:nth-child(2) a:after,.home-first-screen .home-menus li:nth-child(3) a:after {
content: '';
display: block;
position: absolute;
right: 0;
bottom: 0;
width: 85%;
border-bottom: 1px solid #ddd
}
 
.home-first-screen .home-menus li:nth-child(2) a:after {
width: 100%
}
 
.home-first-screen .home-menus li:nth-child(3) a:after {
right: auto;
left: 0
}
 
@media (min-width:768px) {
.home-first-screen .parts .home-first-part {
height: 168px
}
 
.home-first-screen .parts .items a {
height: 130px;
overflow: hidden
}
 
.home-first-screen .parts .items a strong {
font-size: 14px;
padding-top: 3px
}
 
.home-first-screen .dubao {
padding: 11px 20px 24px 28px
}
 
.home-first-screen .dubao h3 {
padding: 0 24px 0 0;
margin-right: 10px
}
 
.home-first-screen .dubao .cont span {
border-right: 1px solid #ddd
}
 
.home-first-screen .dubao .cont span:last-child {
border-right: none
}
}
 
@media (min-width:992px) {
.home-first-screen {
padding: 0 0 10px
}
 
.home-first-screen .parts .col-md-3 {
width: 23.72881356%
}
 
.home-first-screen .parts .col-md-3.part-first {
width: 28.81355932%
}
 
.home-first-screen .images .item1 {
width: 52.54237288%
}
 
.home-first-screen .images .item2 {
width: 47.45762711%
}
}
 
.icon {
width: 1.5em;
height: 1.15em;
vertical-align: -0.15em;
fill: currentColor;
overflow: hidden;
}
/*首页四格美化代码结束*/
/*阿里巴巴图标开始*/
svg.icon{
	width:2em;
	height:2em;
	margin-bottom:0px;
}
/*阿里巴巴图标结束*/
/*加载更多美化*/
.post-list .load-more { background-color: rgba(255, 255, 255, 0); box-shadow: none; }
.post-list .load-more button { display: inline-block; padding: 10px; width: 200px; text-align: center; border-radius: 4px; background: rgb(66, 133, 244); font-size: 14px; margin-top: 10px; color: rgb(255, 255, 255); }
/*加载更多美化*/



/*vip*/
	
	.b2-lv0 i {
	background-color: #81d742!important;
	color: #ffffff!important;
}
.b2-lv1 i {
	background-color: #ff3a55!important;
	color: #ffffff!important;
}
.b2-lv2 i {
	background-color: #9d87d2!important;
	color: #ffffff!important;
}
.b2-lv3 i {
	background-color: #5ca0ff!important;
	color: #ffffff!important;
}
.b2-lv4 i {
	background-color: #1677ff!important;
	color: #ffffff!important;
}
.b2-lv5 i {
	background-color: #385ee5!important;
	color: #ffffff!important;
}
.b2-lv6 i {
	background-color: #19b955!important;
	color: #ffffff!important;
}
#public .my-circle-list button.picked:after {
	border: solid transparent;
	content: ' ';
	height: 0;
	left: calc(50% - 8px);
	position: absolute;
	width: 0;
	border-width: 6px;
	top: 41px;
	border-bottom-color: #ff3a55!important;
}

.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;
	top:-999px
}
@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;
}



#banner-bear{height:320px;background:#464853 url(/js/2dfb67e74181f.png) repeat-x;width:100%;position:relative;font-size:22px}#banner-bear{background:linear-gradient(43deg,#4158d0 0%,#c850c0 46%,#ffcc70 100%)}.typing{color:#fff;position:absolute;top:25%;left:50%;z-index:1;transform:translate(-50%,-50%);text-shadow:1px 1px 0px rgba(0,0,0,2);font-size:30px;font-weight:700}@media (max-width:1199px){.typing{font-size:16px}}.banner-wrap,#stage{width:100%;height:100%}#stage{overflow:hidden;position:relative;z-index:0}#stage .space{width:3840px;height:100%;position:absolute;top:0;left:0;z-index:0;background:url(/js/53d0ca4581dc1.png) repeat-x}#stage .mountains{width:100%;height:17.78125em;overflow:hidden;position:absolute;left:0;bottom:0;z-index:1;opacity:0;-webkit-transition:opacity .2s linear 0s;-moz-transition:opacity .2s linear 0s;transition:opacity .2s linear 0s;-webkit-transform-origin:center top;-moz-transform-origin:center top;transform-origin:center top}#stage .mountain{width:240em;position:absolute;left:0;bottom:0;margin-bottom:-1px}#stage .mountain-1{height:10.5em;z-index:3;background:url(/js/58714c133cca0.png) repeat-x;background-size:auto 50%;background-position:0 bottom}#stage .mountain-2{height:12em;z-index:2;background:url(/js/f855a485a6235.png) repeat-x;background-size:auto 50%;background-position:0 bottom}#stage .mountain-3{height:17.78125em;z-index:1;background:url(/js/97b75b5d67f83.png) repeat-x;background-size:auto 30%;background-position:0 bottom}#stage .bear-wrapper{width:6.25em;height:3.125em;position:absolute;margin-left:-3.125em;left:50%;bottom:40px;z-index:999}.bear-words{display:none;width:6.25em;height:2.8125em;position:absolute;bottom:5.3125em;left:50%;margin-left:-2.1875em;z-index:5}.bear-words span{display:block;width:9.375em;height:1.875em;line-height:1.875em;margin-left:.9375em;font-size:.4375em;color:#fff}.bear-words .bear-words-background{width:100%;height:100%;position:absolute;left:0;top:0;border:0}#stage .bear{width:3.12em;height:1.625em;position:absolute;margin-left:-1.5625em;left:-4%;bottom:20px;z-index:999;background:url(/js/4b25ca14756dd.png) 0 0 no-repeat;background-size:25em 100%;opacity:0}.scenes-ready #stage .space{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-animation:moving 450s linear .8s infinite normal none;-moz-animation:moving 450s linear .8s infinite normal none;animation:moving 450s linear .8s infinite normal none}.scenes-ready #stage .mountains{opacity:1;-webkit-animation:mountains-in .8s ease-out 0s 1 normal forwards;-moz-animation:mountains-in .8s ease-out 0s 1 normal forwards;animation:mountains-in .8s ease-out 0s 1 normal forwards}.scenes-ready #stage .mountain-1{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-animation:moving 100s linear .8s infinite normal none;-moz-animation:moving 100s linear .8s infinite normal none;animation:moving 100s linear .8s infinite normal none}.scenes-ready #stage .mountain-2{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-animation:moving 160s linear .8s infinite normal none;-moz-animation:moving 160s linear .8s infinite normal none;animation:moving 160s linear .8s infinite normal none}.scenes-ready #stage .mountain-3{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-animation:moving 360s linear .8s infinite normal none;-moz-animation:moving 360s linear .8s infinite normal none;animation:moving 360s linear .8s infinite normal none}.scenes-ready #stage .bear{opacity:1;-webkit-transition:opacity .4s linear .6s;-moz-transition:opacity .4s linear .6s;transition:opacity .4s linear .6s}.preserve3d .scenes-ready #stage .bear{-webkit-animation:bear-run-in 3.6s step-end .6s 1 normal forwards,bear-run .8s steps(8) 4.2s infinite normal forwards;-moz-animation:bear-run-in 3.6s step-end .6s 1 normal forwards,bear-run .8s steps(8) 4.2s infinite normal forwards;animation:bear-run-in 3.6s step-end .6s 1 normal forwards,bear-run .8s steps(8) 4.2s infinite normal forwards}.no-preserve3d .scenes-ready #stage .bear,.no-csstransforms3d .scenes-ready #stage .bear{left:50%;-webkit-animation:bear-run .8s steps(8) .6s infinite normal forwards;-moz-animation:bear-run .8s steps(8) .6s infinite normal forwards;animation:bear-run .8s steps(8) .6s infinite normal forwards}.preserve3d .scenes-ready #stage .bear.reset,.no-preserve3d .scenes-ready #stage .bear.reset,.no-csstransforms3d .scenes-ready #stage .bear.reset{left:50%;opacity:1;-webkit-animation:none 0s linear 0s infinite normal none;-moz-animation:none 0s linear 0s infinite normal none;animation:none 0s linear 0s infinite normal none}.preserve3d .scenes-ready #stage .bear.running,.no-preserve3d .scenes-ready #stage .bear.running,.no-csstransforms3d .scenes-ready #stage .bear.running{left:50%;-webkit-animation:bear-run .8s steps(8) 0s infinite normal none;-moz-animation:bear-run .8s steps(8) 0s infinite normal none;animation:bear-run .8s steps(8) 0s infinite normal none}@-webkit-keyframes bear-run{0%{background-position:0 0}100%{background-position:-25em 0}}@-moz-keyframes bear-run{0%{background-position:0 0}100%{background-position:-25em 0}}@keyframes bear-run{0%{background-position:0 0}100%{background-position:-25em 0}}@-webkit-keyframes bear-run-in{0%{background-position:0 0;left:-4%}1.38888889%{background-position:-3.125em 0;left:-2.25%}2.77777778%{background-position:-6.25em 0;left:-.5%}4.16666667%{background-position:-9.375em 0;left:1.25%}5.55555556%{background-position:-12.5em 0;left:3%}6.94444444%{background-position:-15.625em 0;left:4.75%}8.33333333%{background-position:-18.75em 0;left:6.5%}9.72222222%{background-position:-21.875em 0;left:8.25%}11.11111111%{background-position:-25em 0;left:10%}11.11111111%{background-position:0 0;left:10%}12.77777778%{background-position:-3.125em 0;left:11.5%}14.44444444%{background-position:-6.25em 0;left:13%}16.11111111%{background-position:-9.375em 0;left:14.5%}17.77777778%{background-position:-12.5em 0;left:16%}19.44444444%{background-position:-15.625em 0;left:17.5%}21.11111111%{background-position:-18.75em 0;left:19%}22.77777778%{background-position:-21.875em 0;left:20.5%}24.44444444%{background-position:-25em 0;left:22%}24.44444444%{background-position:0 0;left:22%}26.38888889%{background-position:-3.125em 0;left:23.25%}28.33333333%{background-position:-6.25em 0;left:24.5%}30.27777778%{background-position:-9.375em 0;left:25.75%}32.22222222%{background-position:-12.5em 0;left:27%}34.16666667%{background-position:-15.625em 0;left:28.25%}36.11111111%{background-position:-18.75em 0;left:29.5%}38.05555556%{background-position:-21.875em 0;left:30.75%}40%{background-position:-25em 0;left:32%}40%{background-position:0 0;left:32%}42.22222222%{background-position:-3.125em 0;left:33%}44.44444444%{background-position:-6.25em 0;left:34%}46.66666667%{background-position:-9.375em 0;left:35%}48.88888889%{background-position:-12.5em 0;left:36%}51.11111111%{background-position:-15.625em 0;left:37%}53.33333333%{background-position:-18.75em 0;left:38%}55.55555556%{background-position:-21.875em 0;left:39%}57.77777778%{background-position:-25em 0;left:40%}57.77777778%{background-position:0 0;left:40%}60.27777778%{background-position:-3.125em 0;left:40.75%}62.77777778%{background-position:-6.25em 0;left:41.5%}65.27777778%{background-position:-9.375em 0;left:42.25%}67.77777778%{background-position:-12.5em 0;left:43%}70.27777778%{background-position:-15.625em 0;left:43.75%}72.77777778%{background-position:-18.75em 0;left:44.5%}75.27777778%{background-position:-21.875em 0;left:45.25%}77.77777778%{background-position:-25em 0;left:46%}77.77777778%{background-position:0 0;left:46%}80.55555556%{background-position:-3.125em 0;left:46.5%}83.33333333%{background-position:-6.25em 0;left:47%}86.11111111%{background-position:-9.375em 0;left:47.5%}88.88888889%{background-position:-12.5em 0;left:48%}91.66666667%{background-position:-15.625em 0;left:48.5%}94.44444444%{background-position:-18.75em 0;left:49%}97.22222222%{background-position:-21.875em 0;left:49.5%}100%{background-position:-25em 0;left:50%}}@-moz-keyframes bear-run-in{0%{background-position:0 0;left:-4%}1.38888889%{background-position:-3.125em 0;left:-2.25%}2.77777778%{background-position:-6.25em 0;left:-.5%}4.16666667%{background-position:-9.375em 0;left:1.25%}5.55555556%{background-position:-12.5em 0;left:3%}6.94444444%{background-position:-15.625em 0;left:4.75%}8.33333333%{background-position:-18.75em 0;left:6.5%}9.72222222%{background-position:-21.875em 0;left:8.25%}11.11111111%{background-position:-25em 0;left:10%}11.11111111%{background-position:0 0;left:10%}12.77777778%{background-position:-3.125em 0;left:11.5%}14.44444444%{background-position:-6.25em 0;left:13%}16.11111111%{background-position:-9.375em 0;left:14.5%}17.77777778%{background-position:-12.5em 0;left:16%}19.44444444%{background-position:-15.625em 0;left:17.5%}21.11111111%{background-position:-18.75em 0;left:19%}22.77777778%{background-position:-21.875em 0;left:20.5%}24.44444444%{background-position:-25em 0;left:22%}24.44444444%{background-position:0 0;left:22%}26.38888889%{background-position:-3.125em 0;left:23.25%}28.33333333%{background-position:-6.25em 0;left:24.5%}30.27777778%{background-position:-9.375em 0;left:25.75%}32.22222222%{background-position:-12.5em 0;left:27%}34.16666667%{background-position:-15.625em 0;left:28.25%}36.11111111%{background-position:-18.75em 0;left:29.5%}38.05555556%{background-position:-21.875em 0;left:30.75%}40%{background-position:-25em 0;left:32%}40%{background-position:0 0;left:32%}42.22222222%{background-position:-3.125em 0;left:33%}44.44444444%{background-position:-6.25em 0;left:34%}46.66666667%{background-position:-9.375em 0;left:35%}48.88888889%{background-position:-12.5em 0;left:36%}51.11111111%{background-position:-15.625em 0;left:37%}53.33333333%{background-position:-18.75em 0;left:38%}55.55555556%{background-position:-21.875em 0;left:39%}57.77777778%{background-position:-25em 0;left:40%}57.77777778%{background-position:0 0;left:40%}60.27777778%{background-position:-3.125em 0;left:40.75%}62.77777778%{background-position:-6.25em 0;left:41.5%}65.27777778%{background-position:-9.375em 0;left:42.25%}67.77777778%{background-position:-12.5em 0;left:43%}70.27777778%{background-position:-15.625em 0;left:43.75%}72.77777778%{background-position:-18.75em 0;left:44.5%}75.27777778%{background-position:-21.875em 0;left:45.25%}77.77777778%{background-position:-25em 0;left:46%}77.77777778%{background-position:0 0;left:46%}80.55555556%{background-position:-3.125em 0;left:46.5%}83.33333333%{background-position:-6.25em 0;left:47%}86.11111111%{background-position:-9.375em 0;left:47.5%}88.88888889%{background-position:-12.5em 0;left:48%}91.66666667%{background-position:-15.625em 0;left:48.5%}94.44444444%{background-position:-18.75em 0;left:49%}97.22222222%{background-position:-21.875em 0;left:49.5%}100%{background-position:-25em 0;left:50%}}@keyframes bear-run-in{0%{background-position:0 0;left:-4%}1.38888889%{background-position:-3.125em 0;left:-2.25%}2.77777778%{background-position:-6.25em 0;left:-.5%}4.16666667%{background-position:-9.375em 0;left:1.25%}5.55555556%{background-position:-12.5em 0;left:3%}6.94444444%{background-position:-15.625em 0;left:4.75%}8.33333333%{background-position:-18.75em 0;left:6.5%}9.72222222%{background-position:-21.875em 0;left:8.25%}11.11111111%{background-position:-25em 0;left:10%}11.11111111%{background-position:0 0;left:10%}12.77777778%{background-position:-3.125em 0;left:11.5%}14.44444444%{background-position:-6.25em 0;left:13%}16.11111111%{background-position:-9.375em 0;left:14.5%}17.77777778%{background-position:-12.5em 0;left:16%}19.44444444%{background-position:-15.625em 0;left:17.5%}21.11111111%{background-position:-18.75em 0;left:19%}22.77777778%{background-position:-21.875em 0;left:20.5%}24.44444444%{background-position:-25em 0;left:22%}24.44444444%{background-position:0 0;left:22%}26.38888889%{background-position:-3.125em 0;left:23.25%}28.33333333%{background-position:-6.25em 0;left:24.5%}30.27777778%{background-position:-9.375em 0;left:25.75%}32.22222222%{background-position:-12.5em 0;left:27%}34.16666667%{background-position:-15.625em 0;left:28.25%}36.11111111%{background-position:-18.75em 0;left:29.5%}38.05555556%{background-position:-21.875em 0;left:30.75%}40%{background-position:-25em 0;left:32%}40%{background-position:0 0;left:32%}42.22222222%{background-position:-3.125em 0;left:33%}44.44444444%{background-position:-6.25em 0;left:34%}46.66666667%{background-position:-9.375em 0;left:35%}48.88888889%{background-position:-12.5em 0;left:36%}51.11111111%{background-position:-15.625em 0;left:37%}53.33333333%{background-position:-18.75em 0;left:38%}55.55555556%{background-position:-21.875em 0;left:39%}57.77777778%{background-position:-25em 0;left:40%}57.77777778%{background-position:0 0;left:40%}60.27777778%{background-position:-3.125em 0;left:40.75%}62.77777778%{background-position:-6.25em 0;left:41.5%}65.27777778%{background-position:-9.375em 0;left:42.25%}67.77777778%{background-position:-12.5em 0;left:43%}70.27777778%{background-position:-15.625em 0;left:43.75%}72.77777778%{background-position:-18.75em 0;left:44.5%}75.27777778%{background-position:-21.875em 0;left:45.25%}77.77777778%{background-position:-25em 0;left:46%}77.77777778%{background-position:0 0;left:46%}80.55555556%{background-position:-3.125em 0;left:46.5%}83.33333333%{background-position:-6.25em 0;left:47%}86.11111111%{background-position:-9.375em 0;left:47.5%}88.88888889%{background-position:-12.5em 0;left:48%}91.66666667%{background-position:-15.625em 0;left:48.5%}94.44444444%{background-position:-18.75em 0;left:49%}97.22222222%{background-position:-21.875em 0;left:49.5%}100%{background-position:-25em 0;left:50%}}.primary-menus{width:50%;position:absolute;top:55%;left:50%;z-index:3;transform:translate(-50%,-50%);font-size:16px;opacity:.95}.primary-menus ul{list-style:none;padding:0}.primary-menus ul li{display:inline-block;color:#fff;padding:0 14px;height:36px;line-height:36px;font-size:14px;border-top-left-radius:3px;border-top-right-radius:3px;cursor:pointer}.primary-menus ul li:first-child{cursor:auto;color:rgba(255,255,255,.8)}.primary-menus ul li:first-child:hover{color:rgba(255,255,255,.8);background-color:transparent}.primary-menus ul li:hover{background:#fff;color:#3c3c3c;opacity:.8}.primary-menus ul li.current{background:#fff;color:#3c3c3c}.primary-menus .cont{position:relative;top:-1px}.primary-menus .right-link{position:absolute;right:0;top:0}.primary-menus .right-link a{display:inline-block;margin-top:10px;padding-right:5px;color:#dff2ff;text-decoration:none;font-size:13px}.primary-menus .right-link a:hover{color:#fff}.primary-menus .left-cont .search.hidden{display:none}.primary-menus .left-cont form{width:100%;position:relative}.primary-menus .left-cont input{box-sizing:border-box;width:100%;border:none;font-size:15px;line-height:20px;height:48px;padding:11px 100px 11px 26px;border-radius:3px;color:#9f9f9f;outline:none}.primary-menus .left-cont input:focus{color:#3c3c3c}.primary-menus .left-cont button{height:48px;box-sizing:border-box;min-width:100px;margin-left:-5px;cursor:pointer;background-color:#e34f4f;color:#fff;font-size:15px;line-height:40px;border-top-right-radius:3px;border-bottom-right-radius:3px;position:absolute;right:1px;top:0;border:5px solid #fff;border-radius:9px;padding:0 15px}.primary-menus .left-cont button:hover{background-color:#ff3636}@media (max-width:1199px){.primary-menus ul li{padding:0 12px}}@media (max-width:991px){.primary-menus{float:left;margin-left:0;width:90%;top:60%}.primary-menus .right-link{display:none}.primary-menus .left-cont{margin-right:0}}@media (max-width:767px){.primary-menus ul li{padding:0 5px;font-size:13px;height:28px;line-height:24px;margin-right:6px}.primary-menus ul li:first-child{display:none}.primary-menus .left-cont input{height:34px;line-height:14px;font-size:13px;padding:10px 6em 10px 10px;border-radius:0 3px 3px}.primary-menus .left-cont button{height:34px;line-height:34px;width:6em;font-size:12px;border:none;border-radius:2px;margin-right:-2px}}@-webkit-keyframes mountains-in{0%{-webkit-transform:scale(1.5)}100%{-webkit-transform:scale(1)}}@-moz-keyframes mountains-in{0%{-moz-transform:scale(1.5)}100%{-moz-transform:scale(1)}}@keyframes mountains-in{0%{transform:scale(1.5)}100%{transform:scale(1)}}@-webkit-keyframes moving{0%{-webkit-transform:translate3d(0,0,0)}100%{-webkit-transform:translate3d(-50%,0,0)}}@-moz-keyframes moving{0%{-moz-transform:translate3d(0,0,0)}100%{-moz-transform:translate3d(-50%,0,0)}}@keyframes moving{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(-50%,0,0)}}

/*文章封面的右上角调用文章内图片数量*/
.image-count {
    position: absolute;
    height: 24px;
    line-height: 24px;
    right: 200px;
    top: 1px;
    background: rgba(0,0,0,.4);
    border-radius: 12px;
    padding: 0 8px;
    font-size: 12px;
    color: #FFF;
}
.image-count i.b2-image-fill {
    font-size: 14px;
    padding-right: 5px;
}

/*用户推荐*/
.mi-users {
  padding-bottom: 0px;
}
.mi-user {
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.mi-user .user-search-list li {
  position: relative;
  width: auto;
}
.mi-user a {
  display: block;
  position: relative;
}
.mi-user .a {
  width: 100%;
  border-radius: 999px;
}
.mi-user .mi-user-wis {
  height: 70px;
  width: 120px;
  border-radius: 10px;
}
.mi-user .latest-posts,
.mi-user .latest-comments {
  padding: 10px 5px;
  font-size: 12px;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  color: #2a2a32;
}
.mi-user .latest-posts .latest-posts-title,
.mi-user .latest-comments .latest-posts-title {
  font-size: 14px;
  color: #2a2a32;
  font-weight: normal;
  margin-bottom: 1.25em;
}
.mi-user .latest-posts img,
.mi-user .latest-comments img {
  height: 70px;
  width: 120px;
  border-radius: 10px;
}
.mi-user .latest-posts .mi-item-title,
.mi-user .latest-comments .mi-item-title {
  font-size: 14px;
  overflow: hidden;
  font-weight: normal;
  color: #323232;
  margin-bottom: 1.15em;
  width: 150px;
  float: right;
  height: 40px;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.mi-user .latest-posts .mi-item-meta,
.mi-user .latest-comments .mi-item-meta {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
}
.mi-user .latest-posts .mi-itemss, .mi-user .latest-comments .mi-itemss {
    margin-top: -15px;
    position: absolute;
    right: 0;
}
.mi-user .latest-posts li,
.mi-user .latest-comments li {
  padding: 0 0 20px 0;
}
.mi-user-title {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #4a4a4a;
  margin-bottom: -5px;
  width: 100%;
}
.mi-user .user-post {
  position: absolute;
  margin-top: -15px;
  margin-left: 60px;
  font-size: 12px;
}
.mi-user .user-s-follow {
  padding: 45px 8px 0 0;
  text-align: center;
  float: right;
  position: relative;
}
.mi-user .user-s-info {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 30px 0 0 0;
}
.mi-user .user-s-info-name {
  margin-top: 10px;
  display: flex;
  flex-flow: column;
  margin-left: 14px;
}
.mi-user .user-s-info h2 {
  color: #fff;
  width: 100px;
  height: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.mi-user .user-s-follow button {
  color: #fff;
  border: 1px solid #ff7819;
  background: #ff7819;
}
.mi-user .user-s-data {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 20px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  margin-top: 20px;
}
.mi-user .user-s-data p {
  color: #fff;
}
.mi-user .lv-icon {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
}
.mi-user .user-s-info .user-s-info-name {
  margin-top: -50px;
  display: flex;
  flex-flow: column;
  margin-left: 95px;
}
.mi-user .user-s-info .avatar {
  width: auto;
  border-radius: 10px;
}
.mi-user .user-search-list .user-s-info-desc {
  height: auto;
  background: #ffffff;
}
.mi-user .post-categories {
    right: 0;
    top: 45px;
    position: absolute;
    /* display: none; */
}
.mi-user .user-s-latest-post {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding: 10px 0 0 0;
}
.mi-user .user-s-latest-comment {
  width: 270px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.mi-user .user-s-latest-comments {
  padding: 10px 0 0 0 ;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.mi-user .latest-posts a:hover .mi-item-title,
.mi-user .user-s-latest-comments a:hover {
  color: #ef8d8d;
}
.mi-user .mi-userbg {
    border-radius: 10px;width: 288px;
}

/* 手机显示隐藏
@media screen and (max-width:768px){
.mi-users {
    display: none;
}
}
*/

