/*
Theme Name: B2 PRO
Theme URI: https://7b2.com/
Author: Li Ruchun
Author URI: https://7b2.com/
Description: wordpress 高级商用主题，模块化管理，兼容微信的各种环境
Version: 5.4.2
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;
}
/*20231130新增*/
.sort{position:relative;z-index:3;padding:10px 10px 10px 20px;background:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}
.sort-config{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.main{width:1410px;margin:0 auto;padding-bottom:40px}
.sort-config>li{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;height:100%}
.ibanner-tips-float{position:absolute;top:-70px;left:1096px;z-index:24}
.sort-config-item{display:block;height:100%}
.sort-config-item img{float:left;width:50px;height:50px;margin-right:16px}
.sort-config-title{line-height:34px;font-size:18px;font-weight:600;color:#2d2d2d;-webkit-transition:.3s;transition:.3s}
.sort-config-desc{float:left;line-height:22px;font-size:14px;color:#8e8e8e}
.sort-blocks{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%;margin-top:25px}
.sort-blocks-item{position:relative;overflow:hidden;width:214px;height:100%;background:#f7f9fa;border-radius:14px}
.sort-blocks-item .blocks-item-wrap{-webkit-transition:.3s;transition:.3s;-webkit-filter:none;filter:none}
.sort-blocks-icon{display:block;width:60px;height:47px;margin:18px auto 15px;background-repeat:no-repeat;background-size:cover}
.sort-blocks-title{line-height:22px;font-size:22px;font-weight:600;color:#2d2d2d;letter-spacing:1px;text-align:center}
.sort-mine-wrap img{display:flex;width:auto}
.sort-config-title .go{border-radius:4px;color:#fff;font-size:13px;-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9);font-weight:400;padding:2px 5px;position:absolute;line-height:15px;margin-left:5px;cursor:pointer;text-transform:uppercase;vertical-align:middle;margin-top:7px}
.sort-blocks-item .blocks-hover,.sort-blocks-item .blocks-hover-title{position:absolute;top:0;width:100%;color:#fff;text-align:center;line-height:22px}
.sort-blocks-item .blocks-hover{left:0;height:100%;padding-top:22px;font-size:14px;background:rgba(0,0,0,.4);-webkit-transition:.3s;transition:.3s;opacity:0}
.sort-blocks-item .blocks-hover-tit{line-height:18px;font-size:18px}
.sort-blocks-item .blocks-hover-line{width:158px;height:1px;margin:12px auto 8px;background:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(30%,hsla(0,0%,100%,.7)),color-stop(70%,hsla(0,0%,100%,.7)),to(hsla(0,0%,100%,.1)));background:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.7) 30%,hsla(0,0%,100%,.7) 70%,hsla(0,0%,100%,.1))}
.srot-mine{position:relative;width:376px;background:-webkit-gradient(linear,left top,right top,from(#fdf8eb),to(#feeec3));background:linear-gradient(90deg,#fdf8eb,#feeec3);height:180px;box-shadow:0 2px 5px 0 rgb(0 0 0 / 4%)}
.srot-mine-bg{position:absolute;top:13px;right:-13px;width:118px;height:78px;background:url(Center/Assets/images/sort_zuanshi.png) no-repeat;background-size:cover}
.sort-mine-wrap{position:absolute;left:0;top:0;z-index:1;width:100%;height:100%;padding:12px 16px 15px}
.srot-mine-tit{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:25px}
.srot-mine-ava{width:20px;height:20px;border-radius:50%}
.srot-mine-tit>span{margin-left:9px;font-size:15px;font-weight:600;color:#613c14}
.srot-mine-vips{display:flex;-webkit-box-pack:justify;justify-content:space-between;width:337px;margin:15px 0 5px}
.sort-vips-item{display:block;-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center}
.sort-vips-icon{display:block;width:32px;height:36px;margin:0 auto;-webkit-transition:.3s;transition:.3s;margin-left:30px}
.sort-vips-tit{margin:15px 0;line-height:12px;font-size:13px;color:#613c14;margin-left:10px}
.sort-vips-tit2-kt{margin-top:10px;line-height:12px;display:flex;justify-content:center;align-items:center;height:25px;color:#fff;border-radius:33px;margin-right:10px;font-size:14px;background-image:linear-gradient(90deg,#ffc046,#ff7d04);margin:10px 0 0 9px}
.sort-vips-tit2-wk{margin-top:10px;line-height:12px;display:flex;justify-content:center;align-items:center;height:25px;color:#fff;border-radius:33px;margin-right:10px;font-size:14px;opacity:.5;background:linear-gradient(to bottom,#323232 0,#3f3f3f 40%,#1c1c1c 150%),linear-gradient(to top,rgba(255,255,255,.4) 0,rgba(0,0,0,.25) 200%);background-blend-mode:multiply;margin:10px 0 0 9px}
/*倒计时开始Jitheme.com*/
.timer{z-index:1;color:#fff;transform:translateY(0);user-select:none}
.timer__content{display:flex;margin-top:20px}
.timer__item{display:flex;width:25%;color:#f35;flex-direction:column;align-items:center;justify-content:center;padding:0 10px;animation:item .6s ease backwards;position:relative;transition:all 1s .2s ease}
.timer__item:hover{transition:all .3s ease;transform:translateY(0)}
.timer__item:nth-child(1){animation-delay:.2s}
.timer__item:nth-child(2){animation-delay:.4s}
.timer__item:nth-child(3){animation-delay:.6s}
.timer__item:nth-child(4){animation-delay:.8s}
@keyframes item{0%{opacity:0;transform:translateY(40px)}
}
@keyframes number{0%{opacity:0;transform:scale(.5)}
}
.timer__item:before{width:calc(100% - 20px);height:60px;content:"";position:absolute;bottom:0;backdrop-filter:blur(5px);z-index:-1;border-radius:10px;background-color:#ffffff87;backdrop-filter:blur(10px);align-items:center;box-shadow:0 3px 4px 0 rgba(0,0,0,.2),inset 2px 4px 0 0 rgba(255,255,255,.08)}
@media screen and (max-width:799px){
.timer__item:hover{transform:translateY(0)}
.timer__item:before{height:80px}
.timer__name{font-size:14px}
.timer__number{width:80px;height:80px;font-size:40px}
.timer__text{font-size:16px}
}
@media screen and (max-width:512px){
.timer{transform:translateY(-10px)}
.timer__item:before{width:calc(100% - 10px);height:60px;border-radius:5px}
.timer__text{margin-top:30px}
.timer__number{width:60px;height:60px;font-size:28px}
}
.timer__name{color:#e91e63;text-transform:uppercase;font-weight:600;font-size:12px;bottom:0;right:12px;position:absolute;border:3px solid #f5f6f71a;border-radius:50%;line-height:13px;text-align:center;letter-spacing:.1em;font-family:"Barlow Semi Condensed",sans-serif}
.timer__number{width:60px;height:60px;display:flex;justify-content:center;align-items:center;font-weight:700;font-size:30px;text-align:center;letter-spacing:2px;animation:number .4s 1.4s ease backwards}
.timer__text{font-weight:400;font-size:20px;color:#e91e63;line-height:20px;text-align:center;padding-bottom:20px;padding-top:20px}
.timer_btn{position:relative;width:152px;height:32px;background-image:linear-gradient(134deg,#4d5580,#3d4466);font-size:14px;color:#fff3eb;font-weight:600;margin-top:20px;margin:20px auto 0 auto;display:flex;align-items:center;justify-content:center;cursor:pointer}
.timer_btn{border:0!important}
.timer_btn:hover{background-image:linear-gradient(134deg,rgba(77,85,128,.9),rgba(61,68,102,.9))}
.timer_btn:active{background-image:linear-gradient(134deg,rgba(77,85,128,.8),rgba(61,68,102,.8))}
.timer_btn .timer_btn_jb{top:-14px;right:-54px;position:absolute;background-image:linear-gradient(90deg,#ff9580,#f36);border-radius:6px;color:#fff;letter-spacing:0;text-align:center;font-weight:100;padding:2px 8px;font-size:20px;-webkit-transform:scale(.5);transform:scale(.5)}

.bt-body{padding-bottom:0;background:0 0;width:calc(100%)}
.b-boxs .video .s-pic{height:189px}
.b-boxs .video .video-view{height:186px;width:337px;overflow:hidden;cursor:pointer;display:block}
.b-boxs .video:hover .video-view .img-none{display:none}
.b-boxs .video .video-view video{width:337px}
.b-boxs .video:hover .video-view video{display:block}
.b-boxs .video .mark{height:189px;display:none}
.b-boxs .video:hover .mark{display:none}
.b-boxs .video .v-down{position:absolute;top:12px;left:57%;z-index:2;margin-left:65px;padding-left:21px;width:45px;height:31px;border-radius:2px;background:url(Center/Assets/images/video.png) -8px -77px no-repeat #007aff;color:#fff;font-size:20px;font-size:14px;line-height:31px;opacity:0;cursor:pointer;-moz-opacity:0;-khtml-opacity:0}
.b-boxs .video .v-collect{width:31px;height:31px;line-height:31px;position:absolute;left:58%;top:12px;margin-left:23px;color:#333;font-size:20px;border-radius:2px;z-index:2;background:url(Center/Assets/images/video.png) -11px 5px no-repeat #fff;padding-left:0;cursor:pointer;ilter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;font-size:17px;letter-spacing:7px}
.b-boxs .video:hover .v-collect,.b-boxs .video:hover .v-down{ilter:alpha(opacity=1);-moz-opacity:1;-khtml-opacity:1;opacity:1}
.b-boxs .video .chosed{background:url(Center/Assets/images/video.png) -11px -36px no-repeat #fff}
.b-boxs .video .title{position:absolute;bottom:0;left:0;width:316px;height:30px;line-height:30px;color:#fff;text-align:left;z-index:1;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;font-size:12px;background:#00000075;background-color:#1677ff00;background-image:linear-gradient(-90deg,#00000000,#000)}
.b-box .audio-box{width:340px;height:160px;float:left;margin-right:16px;margin-bottom:16px;margin-top:0;position:relative;overflow:hidden;box-shadow:0 0 9px rgba(0,0,0,.1);background:#fff;box-shadow:0 4px 10px rgba(0,0,0,.1);border-radius:10px}
.b-boxs .video:hover .title,.b-boxs .video:hover .video-bq{display:none}
.b-boxs .video:hover .mc-bottom{display:none}
.b-boxs .video .mc-bottom{display:inline-block;position:absolute;width:100%;height:32%;left:0;bottom:0;background:#000;background:-moz-linear-gradient(bottom,rgba(0,0,0,.4) 0,transparent 100%);background:-webkit-gradient(linear,bottom,top,color-stop(0,rgba(0,0,0,.4)),color-stop(100%,transparent));background:-webkit-linear-gradient(bottom,rgba(0,0,0,.4) 0,transparent 100%);background:-o-linear-gradient(bottom,rgba(0,0,0,.4) 0,transparent 100%);background:-ms-linear-gradient(bottom,rgba(0,0,0,.4) 0,transparent 100%);background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.4)),to(transparent));background:-webkit-gradient(linear,left bottom,left top,color-stop(0,rgba(0,0,0,.4)),to(transparent));background:-webkit-gradient(linear,left bottom,left top,color-stop(0,rgba(0,0,0,.4)),to(transparent));background:-webkit-gradient(linear,left bottom,left top,color-stop(0,rgba(0,0,0,.4)),to(transparent));background:-webkit-gradient(linear,left bottom,left top,color-stop(0,rgba(0,0,0,.4)),to(transparent));background:linear-gradient(to top,rgba(0,0,0,.4) 0,transparent 100%)}
.good-ppt{width:100%}
.topic-title{height:41px;color:#484747;text-align:left}
.wlimits{margin-right:-59px}
.topic-title .jptitle{display:inline-block;width:280px;color:#000;letter-spacing:2px;font-size:24px}
.topic-title .jptitle .shiping{display:inline-block;width:87px;height:63px;background:url(../image/tb.png) 0 -345px no-repeat;vertical-align:-23px}
.topic-title ul{display:inline-block;float:right}
.topic-title ul li{display:inline-block}
.topic-title ul li a{display:inline-block;margin-right:6px;padding:0 10px;height:35px;color:#606060;font-size:14px;line-height:35px}
.topic-title ul li em{display:inline-block;height:14px;width:1px;background:#b7b7b7;vertical-align:-2px}
.b-boxs{margin-right:-16px;overflow:hidden}
.b-boxs .s-box{width:337px;height:auto;float:left;margin-right:19px;margin-bottom:36px;position:relative;overflow:hidden;box-shadow:0 3px 9px rgba(0,0,0,.1);background:#fff}
.b-boxs .s-box .s-pic{width:100%;height:407px}
.lazy{display:block;height:100%}
@media screen and (max-width:768px){.flickity-enabled.is-draggable{margin-top:0}
}
.b2-menu-4 .sub-menu-0 li ul a:hover{font-weight:500;border-radius:3px;color:#ff416c}
.b2-menu-4 .sub-menu-0 li ul a{font-size:14px;font-weight:400;color:#333;padding:5px 0;display:flex;align-items:center;margin-top:0}
.containerrr{margin:0 auto;width:100%}
@media screen and (max-width:1366px){.containerrr{margin:0 auto;width:830px}
.srot-mine{width:355px;z-index:2;margin-right:-5px}
}
.containerrr .itemss a{display:inline-block;margin-right:16px;width:calc(25% - 16px);height:100px;text-align:center}
.card_ZQsT-{height:112px;width:128px;display:inline-block;vertical-align:top;cursor:pointer;white-space:normal;box-shadow:0 2px 5px 0 rgb(0 0 0 / 4%);background:#fff;overflow:hidden;position:relative;box-sizing:border-box;padding:0 0 16px 0;margin-right:16px;text-decoration:none;transition:all .3s}
.card_ZQsT-:hover{display:inline-block;vertical-align:top;cursor:pointer;white-space:normal;box-shadow:0 2px 5px 0 rgb(0 0 0 / 4%);background:#fff;overflow:hidden;position:relative;box-sizing:border-box;padding:0 0 16px 0;margin-right:16px;text-decoration:none;transform:translateY(-3px)}
.card_img{display:block;height:100px}
.card_ZQsT- .title_3qCGt{font-size:14px;color:#222;height:35px;background-color:#fff;line-height:35px;width:100%;position:absolute;display:block;margin-top:-35px}
.card_ZQsT- img{height:100px;width:100%}
.card_ZQsT- .year-tag_3Iqeg{height:19px;min-width:52px;width:fit-content;max-width:100%;overflow:hidden;position:absolute;top:6px;left:6px;text-align:center;line-height:19px;font-size:12px;color:#fff;box-sizing:border-box;padding:0 8px;border-radius:10px}
.huodong{background:#0693e3}
.remen{background:#fcb900}
.jingping{background:#cf2e2e}
.guanggao{background:#00d084}
.tuijain{background:#ff6900}
.yuliu{background:#0693e3}
.onecad-quk-carousel .itemss{white-space:nowrap;width:101%;display:flex;-webkit-overflow-scrolling:touch;-webkit-box-pack:justify;-moz-box-pack:justify;justify-content:space-between}
.onecad-quk-carousel .itemss::-webkit-scrollbar{display:none}
/*联系我们首页左侧悬浮*/
.contact-help{position:fixed;z-index:101;left:0;top:calc(50% - 30px);margin-top:-36px;width:28px;height:72px;transition:all .3s;font-size:12px;background-color:#fff;box-shadow:-8px 0 35px 0 rgb(181 181 181 / 32%);padding:8px 7px;line-height:14px}
@media screen and (max-width:768px){.contact-help,.bar-user-info,.abcd_header_vip{display:none}
}

/*联系我们首页左侧悬浮*/
/* logo扫光 */
.logo a{position:relative;overflow:hidden;margin:0}
.logo a:before{content:"";position:absolute;left:-665px;top:-460px;width:200px;height:15px;background-color:rgba(255,255,255,.5);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-animation:searchLights 6s ease-in 0s infinite;-o-animation:searchLights 6s ease-in 0s infinite;animation:searchLights 6s ease-in 0s infinite}
@-moz-keyframes searchLights{50%{left:-100px;top:0}
65%{left:120px;top:100px}
}
@keyframes searchLights{40%{left:-100px;top:0}
60%{left:120px;top:100px}
80%{left:-100px;top:0}
}
/* logo扫光结束 */
/*首页文章缩略图鼠标悬浮放大特效*/
.post-thumb{transition:.35s}
.post-thumb:hover{-ms-transform:scale(1.1);-moz-transform:scale(1.1);-webkit-transform:scale(1.1);transform:scale(1.1)}
/*搜索开始*/
#page-wrapper{padding-bottom:16px;margin-top:-85px}
.home-banner{position:relative;background-position:0 100%;animation:gradient 12s ease-in-out infinite}
.home-banner .section{position:relative;width:100%;overflow:hidden;max-height:550px;height:100vh}
.home-banner .section .video-wrapper{display:flex;justify-content:center;align-items:center;width:100%;height:100%;position:absolute;overflow:hidden;z-index:0}
.home-banner .section .video-wrapper video{visibility:visible;pointer-events:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:100%;width:100%;object-fit:cover}
.home-banner .section .video-overlay{height:100%;width:100%;top:0;left:0;position:absolute;background:rgba(45,47,54,.15)}
.home-banner .corner{width:28px;height:21px;border-radius:4px;left:400px;top:10px}
.home-banner .home-menus{margin-left:70px}
.home-banner .home-menus .cus-dropbox-trigger a,.home-banner .home-menus>a{color:#fff;font-size:14px;margin-right:20px;line-height:60px}
.home-banner .home-menus .cus-dropbox-trigger a:hover,.home-banner .home-menus>a:hover{color:var(--b2color)}
.home-banner>.layout-center{height:100%}
.home-banner-content{padding-top:130px;margin-left:182px;margin-bottom:30px}
.home-banner-content .slogan-text p{font-size:18px;line-height:24px;letter-spacing:2px;font-weight:600;text-shadow:0 2px 4px rgba(0,0,0,.25)}
.home-banner-content .slogan-text p:nth-of-type(1){font-weight:600;font-size:28px;line-height:46px;letter-spacing:6px;text-shadow:0 2px 4px rgba(0,0,0,.25);margin-bottom:20px}
.home-banner-search{width:800px;margin-left:209px;height:auto}
.home-banner-search .tag{position:absolute;z-index:-2;justify-content:center;padding:40px 10px;width:100%;display:flex;font-size:15px;line-height:35px}
.home-banner-search .tag a:hover{background:var(--b2color);color:#fff}
.home-banner-search .tag a{display:inline;padding:0 8px;border-radius:10px;margin:5px;height:25px;line-height:25px;color:#fff}
.home-banner-search form>input{width:100%;height:50px;background:#fff;border:none;padding:18px 22px;font-size:14px;color:#333}
.home-banner-search form>input::placeholder{color:#979797}
.home-banner-search .hot-words-container,.home-banner-search .rec-words-container{width:100%;top:56px}
.home-banner-links{width:80%;font-size:14px;height:40px;line-height:40px;text-shadow:0 2px 4px rgba(0,0,0,.27)}
.home-banner-links a{margin-right:19px;color:inherit}
.home-banner-links a:hover{color:var(--b2color)}

.por{position:relative}
.poa{position:absolute}
.pof{position:fixed}
.Onecad_clearfix:after{content:'';clear:both;display:block;height:0;visibility:hidden;font-size:0;line-height:0}
.fl{float:left}
.fr{float:right}
.ovh{overflow:hidden}
.block{display:block}
.icon-rank{width:auto;display:inline-block;border:none;overflow:hidden;vertical-align:-3px}
img.icon-rank{width:20px;height:20px;margin-right:0}
.left-cont{border:5px solid rgb(255 255 255 / 18%)}
.home-banner-search>form>button{box-sizing:border-box;min-width:100px;transform:translateY(0);font-size:15px;border-top-right-radius:3px;border-bottom-right-radius:3px;position:absolute;right:1px;top:0;z-index:1;border:1px solid #23d1c3;padding:0 15px;width:147px;height:56px;background:linear-gradient(90deg,#35eee3 0,#21cec0 100%);border-radius:0 8px 8px px 0;right:0;text-align:center;padding-left:25px;margin-right:-7px;border-bottom-left-radius:1px;border-top-left-radius:1px}
.home-banner-search .search.hidden{display:none}
.primary-menus .left-cont button{height:40px;box-sizing:border-box;min-width:100px;cursor:pointer;color:#fff;font-size:15px;line-height:40px;margin-right:5px;position:absolute;right:110px;top:10px;padding:0 15px;transform:translateY(0)}
.primary-menus .left-cont .jitheme_fbu a{height:40px;box-sizing:border-box;min-width:100px;cursor:pointer;color:#fff;font-size:15px;line-height:40px;position:absolute;right:10px;top:10px;padding:0 15px;transform:translateY(0);background:#ffc20e;border:1px solid #ffc20e;text-align:center;border-bottom-left-radius:0;border-top-left-radius:0}

.slogan-text.por.fl{margin-left:180px;text-align:center;margin-bottom:20px}
@media screen and (max-width:768px){#page-wrapper{display:none}
}
/*搜索结束*/

/* 用户等级美化 */ 
.lv-icon.b2-lv0 i {
background-color: rgb(199 194 194);
}
.lv-icon.b2-lv1 i {
background-color: #ff9400;
}
.lv-icon.b2-lv1 b {
color: #ff9400;
}
.lv-icon.b2-lv2 i {
background-color: #ff9400;
}
.lv-icon.b2-lv2 b {
color: #ff9400;
}
.lv-icon.b2-lv3 i {
background-color: #ff3a55;
}
.lv-icon.b2-lv3 b {
color: #ff3a55;
}
.lv-icon.b2-lv4 i {
background-color: #ff3a55;
}
.lv-icon.b2-lv4 b {
color: #ff3a55;
}
.lv-icon.b2-lv5 i {
background-color: #de00ff;
}
.lv-icon.b2-lv5 b {
color: #de00ff;
}
.lv-icon.b2-lv6 i {
background-color: #de00ff;
}
.lv-icon.b2-lv6 b {
color: #de00ff;
}
.lv-icon.b2-lv7 i {
background-color: #ff0000;
}
.lv-icon.b2-lv7 b {
color: #ff0000;
}
.lv-icon.b2-lv8 i {
background-color: #3478f7;
}
.lv-icon.b2-lv8 b {
color: #3478f7;
}
/*头像呼吸光环和鼠标悬停旋转放大*/
.avatar {
border-radius: 50%;
animation: light 4s ease-in-out infinite;
transition: 0.5s;
}
.avatar:hover {
transform: scale(1.15) rotate(720deg);
}
@keyframes light {
0%{box-shadow: 0 0 4px #f00;}
25%{box-shadow: 0 0 16px #0f0;}
50%{box-shadow: 0 0 4px #00f;}
75%{box-shadow: 0 0 16px #0f0;}
100%{box-shadow: 0 0 4px #f00;}
}
/*角标CSS*/
.tipss{position:absolute;top:0;right:-64px;z-index:1;width:150px;height:22px;color:#fff;line-height:25px;-webkit-transform:rotate(45deg);transform:rotate(45deg);text-align:center;font-size:12px}
.tipssz{position:absolute;top:10px;left:10px;z-index:1;width:50px;height:20px;color:#fff;line-height:20px;text-align:center;font-size:13px;cursor:inherit}
.jiaobiao_color1{color:#fff;background-color:#03bbff}
.jiaobiao_color2{color:#fff;background-color:#ca26ff}
.jiaobiao_color3{color:#fff;background-color:#7bdcb5}
.jiaobiao_color4{color:#fff;background-color:#ff2a8e}
.jiaobiao_color5{color:#fff;background-color:#ff8f21}
.jiaobiao_color6{color:#fff;background-color:#ee2}
.yellow {background-color: #ff6000;}
.huodong{background:#0693e3}
.remen{background:#fcb900}
.jingping{background:#cf2e2e}
.guanggao{background:#00d084}
.tuijain{background:#ff6900}
.yuliu{background:#0693e3}
/* 加载更多*/
.post-list .load-more .post-load-button:hover {
transform: translateY(-3px);
}
.post-list .load-more .post-load-button {
width: auto;
border: 0;
transition: all .3s;
padding: 12px 40px;
font-size: 15px;
letter-spacing: .5px;
background-color: var(--primary-color);
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%);
color: #fff!important;
}
 /*定位*/
    .n_banner_inner {
        position: relative;
    }
    /*提示信息*/
    .n_banner_inner .img-info {
        position: absolute;
        right: 12px;
        top: 9px;
        padding: 0;
        text-align: right;
        color: #fff;
    }
    .n_banner_inner .img-info i {
        position: relative;
        display: inline-block;
        color: #007bff;
        font-size: 20px;
        line-height: 19px;
        text-align: center;
        z-index: 9;
        font-style: inherit;
    }
    .n_banner_inner .img-info .info {
        position: absolute;
        bottom: 5px;
        right: 0;
        width: 0;
        padding: 5px 0;
        overflow: hidden;
        background: #007bff;
        border-radius: 10px;
        line-height: 10px;
        text-align: center;
        font-size: 10px;
        color: #fff;
        white-space: nowrap;
        -webkit-transition: all 0.2s cubic-bezier(0, 0.34, 0.71, 1.26) !important;
        -moz-transition: all 0.2s cubic-bezier(0, 0.34, 0.71, 1.26) !important;
        -ms-transition: all 0.2s cubic-bezier(0, 0.34, 0.71, 1.26) !important;
        -o-transition: all 0.2s cubic-bezier(0, 0.34, 0.71, 1.26) !important;
        transition: all 0.2s cubic-bezier(0, 0.34, 0.71, 1.26) !important;
    }
    .n_banner_inner .img-info .info a {
        color: #fff;
    }
    .n_banner_inner .tirr {
        max-width: 100%;
        height: auto;
        transition: 0.5s;
        border-radius: 5px;
    }
    /*触发Hover*/
    .n_banner_inner:hover .info {
        width: auto;
        padding: 5px 23px 5px 12px;
        -webkit-transition: all 0.2s cubic-bezier(0, 0.34, 0.71, 1.26) !important;
        -moz-transition: all 0.2s cubic-bezier(0, 0.34, 0.71, 1.26) !important;
        -ms-transition: all 0.2s cubic-bezier(0, 0.34, 0.71, 1.26) !important;
        -o-transition: all 0.2s cubic-bezier(0, 0.34, 0.71, 1.26) !important;
        transition: all 0.2s cubic-bezier(0, 0.34, 0.71, 1.26) !important;
        font-size: 12px;
        z-index: 1;
    }
    .n_banner_inner img:hover {
        filter: brightness(50%);
    }
    /*出发声明hover*/
    .n_banner_inner .info:hover a {
        color: red;
        text-decoration: none;
    }
    /*左下角广告*/
    .n_banner_inner .Banner-adTag {
        position: absolute;
        left: 5px;
        bottom: 5px;
        width: 50px;
        border: 1px solid #ebebeb;
        border-radius: 3px;
        color: #ebebeb;
        opacity: 0.5;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
    }
    @media screen and (max-width: 768px) {
        .n_banner_inner .img-info {
            display: none;
        }
    }
/*文章内页 右侧签到小工具文字背景颜色*/.user-w-qd {
    background-image: url(/wp-content/themes/b2/xin/images/page-bg.svg)!important;
    height: 43px!important;
    background-color: var(--b2color)!important;
    margin: 16px 0px 0px 16px!important;
    border-radius: 5px!important;
    -webkit-background-clip: border-box!important;
    -webkit-text-fill-color: #fff!important;
}
.user-w-qd div{
	 position: absolute;
    left: 41px;
    top: 13px;
}
.user-w-qd-list-title {
    background-image: none!important;
    background-color: #9e9e9e00!important;
    border-bottom: 1px solid var(--b2lightcolor);
    border-radius: 0px;
    margin: unset;
}
.user-w-qd-list-title {
    margin-top: 10px;
}
.user-w-qd{
    position: relative;
    display: inline-block;
    line-height: 16px;
    width: calc(100% - 32px);
    height: 40px;
    color: #fff;
    text-transform: uppercase;
    z-index: 1;
    background: rgb(0 0 0 / 22%);
}
.user-w-qd:before{
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 4px;
    z-index: -1;
transition: all 400ms ease;
}
.user-w-qd:before {
    background: #ff5d8f94;
}
.user-w-qd:hover:before {
    width: 100%;
}
.user-w-qd-list-title p span {
    color: var(--b2color);
    background-color: var(--b2lightcolor);
    border-radius: 3px;
}
.user-w-qd-list-title p.picked span {
    color: #fff;
    background-color: var(--b2color);
    border-radius: 3px;
}
.user-w-qd-list-title p {
    margin: 0px 16px;
}
.user-w-qd-list-title p.picked {
    border: 1px solid var(--b2lightcolor);
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}
/*文章内页 右侧签到小工具文字背景颜色*/
/*相关文章*/
.single-bottom{padding:25px;margin-bottom:16px}
.single-bottom h3{border-bottom:1px solid #ebeef5}
.single-bottom h3 span{display:inline-block;padding-bottom:15px;border-bottom:2px solid #206aff}
.xgart-row{overflow:hidden;margin-left:-30px}
.xgart-row li{width:50%;float:left;display:flex;align-items:center;padding-left:30px;margin-top:15px}
.xgart-row li a{display:inline-block;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.xgart-row li span{color:#909399;font-size:13px;margin-left:20px}
@media screen and (max-width:768px){#nuandao .xgart-row li{width:100%}
}
/*相关文章结束*/
/*公告弹窗美化*/
.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:700}
.gg-box-title .gg-title span{font-size:14px;color:rgba(255,255,255,.5)}
.title-bg{border:0}
.modal-content .gg-title{padding:20px 30px 0 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%)}
.font-h {
    display: inline-block;
    width: 14px;
    height: 16px;
    background: url(/ad/cd/hot.png) no-repeat 0 0;
    -webkit-background-size: contain;
    background-size: contain;
    margin-left: 4px;
    position: absolute;
    top: 8px;
    right: -2px
}
.header {
    background-image: url(/wp-content/uploads/2024/02/2022081413385242.png);
}
/*网站动态开始*/@media screen and (max-width: 768px){
    .owl-dynamic .scroll-dynamic ul li {
        width: 280px!important; /* 设置容器宽度 */        overflow: hidden; /* 当内容超出容器宽度时进行隐藏 */        white-space: nowrap; /* 不换行 */         
}
 .float-left,.float-right{
     display:none!important;
 }   
    .owl-dynamic .scroll-dynamic{
        max-width:unset!important;
    }
     
}
.mr-2, .mx-2 {
    margin-right: 0.5rem!important;
}
 
.badge-danger {
    color: #f46;
    background-color: rgba(255, 68, 102, 0.15);
}
.badge {
    display: inline-block;
    padding: 0.2em 0.6em;
    font-size: 75%;
    font-weight: 700;
    line-height: 2;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.float-left {
    float: left;
}
 
.d-lg-block {
    display: block;
}
#rizhuti_v2_module_dynamic-5{
    margin-bottom:0px;
}
#rizhuti_v2_module_dynamic-5 .owl-dynamic {
    color: #000;
   background: #fff;
     
}
#rizhuti_v2_module_dynamic-5 .owl-dynamic {
    position: relative;
    padding: 10px 15px;
    border-radius: 0.5rem;
}
.ml-1, .mx-1 {
    margin-left: 0.25rem!important;
}
.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}
.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    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: 96%;
    font-weight: 400;
    color: #000;
    line-height: 2;
}
sup {
    top: -0.5em;
}
sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
 .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
 
.owl-dynamic .scroll-dynamic {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    display: inline-block;
    max-width: 54%;
}
 
.owl-dynamic .scroll-dynamic ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.owl-dynamic .scroll-dynamic ul li {
    font-size:16px;
    font-weight: 600;
    height: 25px;
    padding-left: 0;
    line-height: 30px;
    white-space: nowrap; /* 防止换行 */        overflow: hidden; /* 超过部分隐藏 */        width:500px;
}
.owl-dynamic .scroll-dynamic ul li a{
    color:#f46;
   text-decoration:underline;
}
.dark-open a {
    color: #fff;
}
.float-right {
    float: right;
}
 
 
.d-lg-block {
    display: block;
}
.mr-2, .mx-2 {
    margin-right: 0.5rem!important;
}
.small, small {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 2;
}
small {
    font-size: 80% !important;
}
.badge-primary-lighten {
    color: #f46;
    background-color: rgba(255, 68, 102, 0.15);
    margin-bottom: 10px;
}
.ml-1, .mx-1 {
    margin-left: 0.25rem!important;
}
 
.badge {
    display: inline-block;
    padding: 0.2em 0.6em;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/*网站动态结束*/
/*优设网文章样式开始*/
.col-3{
    flex: 0 0 auto; 
}  
.col-3 .widget-area{
    width: calc(100% - 16px);
    min-width: auto !important;
}
 
.col-3 .widget-title{
    font-size:20px;
    font-family: "webfont";
    border-bottom: 1px solid #eee;
    padding: 20px 0 20px 18px;
}
 
.col-3 .b2-widget-hot li.widget-post-none{
    height: 72px;
}
 
.col-3 .b2-widget-post-order span{
    font-size: 22px;
    height: 36px;
    line-height:36px;
}
 
.col-3 .widget ul li h2{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    -webkit-line-clamp:1;
}
 
.newstyle .item-in{
    padding:5px 5px 10px;
}
 
.newstyle .item-in .post-info h2{
    font-size: 15px;
    line-height:30px;
    margin:5px 5px;
    font-weight: bold;
    color:#323232;
}
 
.newstyle .post-thumb{
    border-radius: 4px;
}
 
.newstyle .post-module-thumb a.thumb-link{
    overflow: hidden;
    display: block;
}
 
.newstyle .post-module-thumb img{
    -webkit-transition: all .3s;
    transition: all .3s;
}
.newstyle .item-in:hover .post-module-thumb img{
   transform: scale(1.2)  rotate(5deg);  
}
 
.newstyle .post-info .post-excerpt{
    margin:0 0 5px;
    background: #fafafa;
    padding: 5px 5px;
    font-size: 14px;
}
 
.newstyle  .post-info .post-excerpt p{ 
    -webkit-line-clamp: 2;
    overflow: hidden; 
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
 
.newstyle .list-footer {
    border:none;
}
 
.newstyle .list-footer .post-list-meta-avatar img{
    width: 24px;
    height: 24px;
    margin-right: 8px;
}
 
.newstyle .list-footer span{
    overflow: visible;
    font-size: 14px;
}
 
.newstyle .post-list-meta-box{
    position:absolute;
    right: 0px;
    bottom: 5px;
}
 
.newstyle .post-list-meta-box a{
    font-size: 14px;
    color: #b5b5b5 !important;
    padding-left:24px;
}
 
.newstyle .post-list-meta-box a:hover,
.newstyle .list-footer a:hover{
    color:#0066ff !important;
}
.newstyle .post-list-meta-box a:before{
       content: '#';
    width: 18px;
    height: 18px;
    color: rgba(0, 102, 255,1);
    text-align: center;
    background: rgba(0, 102, 255,0.2);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
}
 
@media screen and (max-width: 768px) {
    .newstyle .post-info .post-excerpt{
        margin-bottom: 18px;
    }
    .col-3,ul.b2_gap > li.newstyle{
        width: 50% !important;
    }
    .newstyle .post-list-meta-avatar img{
        display: block;
    }
    .newstyle .post-list-meta-box{
        bottom: 3px;
    }
}
/*优设网文章样式结束*/
@media screen and (max-width: 768px){
#jkindex_vip{
    display: none;
}
}
span.pt-xianshi {
    font-size: 25px;
    color: red;
}
.jktjvip {
    display: flow-root;
    box-sizing: content-box;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
}
#modules-48 {
    margin-top: 30px;
    margin-bottom: 0px;
}
.pricing-table {
    display: flex;
    padding-left: 0;
    justify-content: space-around;
    list-style: none;width: 102%;
}
ol, ul {
    box-sizing: border-box;
}
/*.pricing-table.pt-style-2 .pt-item {
    border: 0;
    border-top: 10px solid #fff0;
    border-radius: 18px;
}*/
.pricing-table .pt-item {
    position: relative;
    flex: 1;
    margin-right: 30px;
    background: #ffffff75;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    transition: all .3s;
}
li.pt-item.pt-item-1.active {
    overflow: hidden!important;
}
.pricing-table.pt-style-2 .pt-header {
    padding: 38px 0;
    text-align: center;
    color: rgba(0,0,0,.8);
    background: 0 0;
}
.pricing-table.pt-style-2 .pt-price-wrap {
    padding-top: 26px;
    color: var(--b2color);
}
.pricing-table.pt-style-2 .pt-price-wrap .pt-price, .pricing-table.pt-style-2 .pt-price-wrap .pt-sign {
    font-size: 40px;
    line-height: 1;
}
.pricing-table .pt-price {
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
}
.pricing-table .pt-header {
    margin: -1px;
    border-radius: 8px 8px 0 0;
    color: #fff;
    background-color: var(--b2color);
}
.pricing-table.pt-style-2 .pt-content {
    position: relative;
    padding-bottom: 134px;
}
.pricing-table .pt-content {
    overflow: hidden;
    padding: 24px 12%;
    font-size: 16px;
    line-height: 1.47;
    color: rgba(0,0,0,.8);
}
.pricing-table.pt-style-2 .pt-box {
    bottom: 40px;
}
.pricing-table.pt-style-2 .pt-content:before {
    position: absolute;
    left: 12%;
    top: 0;
    width: 76%;
    height: 1px;
    background: rgba(0,0,0,.1);
    content: "";
}
.pricing-table .pt-box {
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
    color: rgba(0,0,0,.8);
}
.pricing-table.pt-style-2 .pt-title {
    margin: 0;
    font-size: 20px;
}
table.pt-style-2 .pt-price-wrap .pt-sign {
    font-size: 50px;
    line-height: 1;
}
.pricing-table.pt-style-2 .pt-unit {
    display: block;
    margin-top: 3px;
    font-size: 16px;
    color: rgba(0,0,0,.4);
    font-weight: 400;
}
.pricing-table.pt-style-2 .pt-content ol li, .pricing-table.pt-style-2 .pt-content ul li {
    padding-left: 0;
    padding-right: 27px;
}
element.style {
}
.pricing-table.pt-style-2 .pt-content ol li, .pricing-table.pt-style-2 .pt-content ul li {
    padding-left: 0;
    padding-right: 27px;
}
.pricing-table .pt-content ol li, .pricing-table .pt-content ul li {
    position: relative;
    margin-top: 16px;
    padding-left: 22px;
    text-align: left;
    list-style: none;
    color: rgba(0,0,0,.6);
}
#modules-48 .pricing-table.pt-style-2 .pt-content li:before {
    background-image: url(/wp-content/themes/b2/Assets/fontend/images/vipiconhover.svg);
}
.pricing-table.pt-style-2 .pt-content ol li:before, .pricing-table.pt-style-2 .pt-content ul li:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    content: "";
    background-size: 100% auto;
}
.pricing-table .pt-item:hover .pt-btn {
    padding: 8px 20px;
    color: #fff;
    border: 0;
    background: var(--b2color);
}
.pricing-table.pt-style-2 .pt-btn:before {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: var(--b2color);
    opacity: .2;
    border: 0;
    content: "";
}
.btn:not(.go-up) {
    border-radius: 3px;
    white-space: normal;
    font-size: .875rem;
}
.pricing-table.pt-style-2 .pt-btn {
    position: relative;
    padding-top: 8px;
    padding-bottom: 8px;
    color: var(--b2color);
    z-index: 0;
    border: 0;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-lg {
    padding: 11px 20px;
    font-size: 14px;
    line-height: 16px;
    border-radius: 4px;
}
.pricing-table .pt-btn {
    margin: 24px auto 0;
    width: 50%;
    color: rgba(0,0,0,.8);
    border: 1px solid rgba(0,0,0,.8);
    border-radius: 8px;
    font-size: 15px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pricing-table.pt-style-2 .pt-item:hover {
    border: solid 1px #c1e0ff;
    box-shadow: 1px 1px 7px 2px #00c18e78;
    /*border-top-color: var(--b2color);
    box-shadow: 0 15px 40px 0 rgb(0 0 0 / 15%);
    z-index: 1;*/}
.vip_tj {
    position: absolute;
    top: 22px;
    right: -40px;
    overflow: hidden!important;
    z-index: 1;
    width: 150px;
    height: 30px;
    color: #fff;
    line-height: 30px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    text-align: center;
    font-size: 14px;
}
/*首页VIP介绍小工具CSS*/
/*分类CSS*/
 @media screen and (max-width:768px){
.abcd_header_vip {height: 50px;}
}
    .puxin-widget-catGrid .bottomcat .big-item {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #000;
        position: relative;
        overflow: hidden;
    }
    .puxin-widget-catGrid .bottomcat .big-item:hover {
        display: block;
    }
    .puxin-widget-catGrid .bottomcat .big-item .item-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: .5;
    }
    .puxin-widget-catGrid .bottomcat .big-item:hover .item-bg {
        display: none;
    }
    .puxin-widget-catGrid .bottomcat .big-item .item-warp {
        position: relative;
        color: #fff;
        text-align: center;
    }
    .puxin-widget-catGrid .bottomcat .big-item:hover .item-warp {
        padding: 30px;
        text-align: left;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }
    .datutext {
        color: #fff;
        font-size: 22px;
        margin: 0;
        flex: 1;
        position: relative;
        padding-bottom: 15px;
        margin-bottom: 10px;
    }
    .desc p {
        font-size: 13px;
    }
    .puxin-widget-catGrid .bottomcat .big-item:hover .item-warp .datutext:after {
        background: #fff;
        left: 0;
    }
    .puxin-widget-catGrid .bottomcat .big-item .item-warp .datutext:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 26%;
        width: 2em;
        height: 4px;
        background: none;
    }
    .puxin-widget-catGrid .bottomcat .big-item i {
        display: none;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 48px;
        height: 48px;
        background-image: url(/ad/toRight.png);
        background-size: cover;
        z-index: 10;
        margin: 20px;
    }
    .puxin-widget-catGrid .bottomcat .big-item:hover i {
        display: block;
    }
    .puxin-widget-catGrid .bottomcat {}
    .puxin-widget-catGrid .bottomcat .small-item {
        height: 92px;
        display: block;
        background: #000;
        position: relative;
        overflow: hidden;
    }
    .puxin-widget-catGrid .bottomcat .small-item .title {
        display: block;
        position: relative;
        z-index: 10;
        text-align: center;
        line-height: 95px;
        color: #fff;
        font-size: 22px;
    }
    .puxin-widget-catGrid .bottomcat .small-item:hover .title {
        display: none;
    }
    .puxin-widget-catGrid .bottomcat .small-item .item-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: .5;
    }
    .puxin-widget-catGrid .bottomcat .small-item:hover .item-bg {
        display: none;
    }
    .puxin-widget-catGrid .bottomcat .small-item .item-warp {
        align-items: center;
        z-index: 10;
        position: relative;
        height: 100%;
        transition: all .3s !important;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }
    .puxin-widget-catGrid .bottomcat .small-item:hover .item-warp {
        display: flex;
        padding: 0 15px;
    }
    .puxin-widget-catGrid .bottomcat .small-item .item-warp .datutext:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 2em;
        height: 4px;
        background: #fff;
    }
    .puxin-widget-catGrid .bottomcat .small-item .item-warp i {
        display: block;
        width: 48px;
        height: 48px;
        background-image: url(/ad/toRight.png);
        background-size: cover;
    }
    .puxin-widget-catGrid {
        width: calc(100% + 16px);
    }
    .puxin-widget-catGrid .topCat .item {
        display: block;
        overflow: hidden;
        position: relative;
        line-height: 13px;
    }
    .puxin-widget-catGrid .topCat .item p {
        line-height: 20px;
    }
    .puxin-widget-catGrid .topCat .item .item-bg {
        transition: all .3s;
        background: #000;
        height: 100%;
    }
    .puxin-widget-catGrid .topCat .item:hover .item-bg {
        transform: translateY(-60%);
    }
    .puxin-widget-catGrid .topCat .item .item-bg img {
        height: 100%;
        opacity: .6;
    }
    .puxin-widget-catGrid .topCat .item:hover .item-bg {
        transform: translateY(-60%);
    }
    .wide-screen .row {
        margin-right: -10px;
        margin-left: -10px;
    }
    .puxin-widget-catGrid .topCat .item .item-warp {
        position: absolute;
        top: 45%;
        left: 0;
        width: 100%;
        text-align: center;
        transition: all .3s;
    }
    .puxin-widget-catGrid .topCat .item .item-warp .datutext:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 4px;
        width: 50px;
        top: 30px;
        background: none;
        transition: all .3s;
    }
    .puxin-widget-catGrid .topCat .item:hover .datutext:after {
        background: #fff;
    }
    .puxin-widget-catGrid .topCat .item .item-warp p {
        padding: 0 20px;
        color: #fff;
        line-height: 20px;
        font-size: 13px;
        letter-spacing: 1px;
    }
    .puxin-widget-catGrid .topCat .item .item-warp i {
        opacity: 0;
        display: block;
        width: 56px;
        height: 56px;
        margin: 0 auto;
        margin-top: 20px;
        background: url(/ad/toRight.png);
        transition: all .3s;
    }
    .postlist-img-warp .item img,
    .entry-media img {
        margin: 0 auto;
        overflow: hidden;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        object-fit: cover;
    }
    .postlist-img-warp .left-thumb {
        width: 316px;
        height: 528px;
        overflow: hidden;
        margin-right: 20px;
        position: relative;
        margin-bottom: 20px;
    }
    .puxin-widget-catGrid .topCat .item:hover i {
        opacity: 1;
    }
    .btn-outline-dark:not(:disabled):not(.disabled).active,
    .btn-outline-dark:not(:disabled):not(.disabled):active,
    .show>.btn-outline-dark.dropdown-toggle,
    .go-send-email-code,
    .go-rest-password,
    .archive-filter-2 .current a,
    .archive-filter-2 a:hover,
    .pagination .current,
    .vipinfo-page,
    .btn-light:hover,
    .filters .dropdown-item.active,
    .filters .dropdown-item:active,
    .filters .dropdown-item:hover,
    .puxin-widget-catGrid .topCat .item,
    .puxin-widget-catGrid .bottomcat .small-item:hover,
    .btn-light,
    .puxin-widget-catGrid .bottomcat .big-item:hover {
        background-image: -webkit-linear-gradient(0deg, #ff3355 0%, #ff3355 100%);
        color: #fff;
    }
    #abcd1-circles.home-section-bottom .container .item {
        width: calc(25% - 40px);
    }
    .change-theme {
        display: flex;
        margin: 0 10px;
        align-items: center;
        float: left;
        margin-top: 6px;
    }
    .col-px-1 {
        flex: 0 0 calc(25% - 16px);
        width: calc(25% - 16px);
        margin-bottom: 0px;
        float: left;
        margin-right: 16px;
    }
    .col-px-1a {
        flex: 0 0 calc(25% - 16px);
        width: calc(25% - 16px);
        float: left;
        position: relative;
        margin-right: 16px;
    }
    .col-px-2 {
        flex: 0 0 calc(25% - 16px);
        width: calc(25% - 16px);
        margin-bottom: 0px;
        float: left;
        margin-right: 16px;
    }
    .puxin-widget-catGrid .bottomcat .big-item,
    .puxin-widget-catGrid .bottomcat .small-item {
        margin-top: 16px;
    }
    .col-sm-6 {
        width: calc(25% - 16px);
    }
    .puxin-widget-catGrid .bottomcat .big-item {
        height: 200px;
    }
 @media screen and (max-width:768px) {
 .col-px-1 {
		float: left;
		margin-right: 5px;
		margin-bottom: 0;
		width: calc(50% - 10px);
		flex: 0 0 calc(100% - 16px)
	}

	.col-px-1a {
		position: relative;
		float: left;
		margin-right: 5px;
		margin-bottom: 5px;
		width: calc(50% - 10px);
		flex: 0 0 calc(100% - 16px)
	}

	.col-px-2 {
		float: left;
		margin-right: 5px;
		margin-bottom: 0;
		width: calc(50% - 10px);
		flex: 0 0 calc(100% - 16px)
	}
 }