/*
Theme Name:     B2子主题
Theme URI:      http://7b2.com/
Description:    这是b2主题的子主题
Author:         基于S9修改版本
Author URI:     https://www.s9h.cn/
Template:       b2
Version:        2.0
Tags:           免费主题
*/
/*定位*/
    .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;
  }
}
/*PC版文章头部作者信息*/
.post-user-info {
    display: flex!important;
}

/*字体抖动*/
.user-w-name h2,.w-a-name p{text-shadow: -2px 0 rgba(0, 255, 255, .5), 2px 0 rgba(255, 0, 0, .5);animation: shake-it .5s reverse infinite cubic-bezier(0.68, -0.55, 0.27, 1.55);}
@keyframes shake-it{
    0%{text-shadow: 0 0 rgba(0, 255, 255, .5), 0 0 rgba(255, 0, 0, .5);}
    25%{text-shadow: -2px 0 rgba(0, 255, 255, .5), 2px 0 rgba(255, 0, 0, .5);}
    50%{text-shadow: -5px 0 rgba(0, 255, 255, .5), 3px 0 rgba(255, 0, 0, .5);}
    100%{text-shadow: 3px 0 rgba(0, 255, 255, .5), 5px 0 rgba(255, 0, 0, .5);}
}
/*字体抖动结束*/
/*添加图片动效*/
.b2_gap > li .post-module-thumb,
.shop-box-list li .post-module-thumb,
.collection-out > ul li .post-module-thumb,
.shop-normal-item .post-module-thumb {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.b2_gap > li:hover .post-module-thumb,
.shop-box-list li:hover .post-module-thumb,
.collection-out > ul li:hover .post-module-thumb,
.shop-normal-item:hover .post-module-thumb {
  transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
  -webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
  -moz-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

/*文章随机彩色标签开始*/
.post-tags-meat{
    margin-bottom: 10px
}
.post-tags-meat a{
    background-color: #19B5FE;
    color: white;
}
.post-tags-meat a:nth-child(5n){
    background-color: #4A4A4A;
    color: #FFF
}
.post-tags-meat a:nth-child(5n+1){
    background-color: #ff5e5c;
    color: #FFF
}
.post-tags-meat a:nth-child(5n+2){
    background-color: #ffbb50;
    color: #FFF
}
.post-tags-meat a:nth-child(5n+3){
    background-color: #1ac756;
    color: #FFF
}
.post-tags-meat a:nth-child(5n+4){
    background-color: #19B5FE;
    color: #FFF
}
.post-tags-meat a:hover{
    background-color: #1B1B1B;
    color: #FFF
}
.post-tags-meat span.tag-text{
    color: #FFF;
    z-index: 6;
}
/*文章随机彩色标签结束*/
/*评论弹幕*/
.form-control {
	display: inline-block;
	width: auto;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}
.overflow-text {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	opacity: 0;
	clear: both;
	padding: 0 10px;
	border-radius: 10px;
	box-sizing: border-box;
	max-width: 100%;
	color: #fff;
	animation: colorchange 3s infinite alternate;
	-webkit-animation: colorchange 3s infinite alternate;
}

@keyframes colorchange {
	0% {
		color: red;
	}

	50% {
		color: green;
	}

	100% {
		color: #6993f9;
	}
}

#Danmu {
	height: 275px;
	overflow: hidden;
	position: fixed;
	z-index: 999;
	max-width: 100%;
	right: 50px;
	bottom: 30px;
	pointer-events: none;
}

.overflow-text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	opacity: 0;
	padding: 3px 10px;
	border-radius: 10px;
	box-sizing: border-box;
	max-width: 100%;
	color: #fff!important;
	animation: colorchange 3s infinite alternate;
	-webkit-animation: colorchange 3s infinite alternate;
}

#Danmu li {
	display: flex;
	opacity: 0;
	border-radius: 20px;
	color: #fff;
	padding: 5px 10px 5px 10px;
	clear: both;
	font-size: 13px;
	height: 30px;
	float: right;
	line-height: 20px;
}

#Danmu li i {
	padding-left: 3px;
	padding-right: 3px;
}

#Danmu .info_zianv {
	text-decoration: underline;
	font-weight: 600;
	color: #fff;
}

#Danmu .info_zianv:hover {
	color: #fff!important;
}

#Danmu li a:first-child {
	margin-right: 6px;
	width: 20px;
}

#Danmu li a:last-child,#Danmu li a:last-child font {
	color: #fff !important;
}

#Danmu li a:last-child n {
	text-decoration: underline;
	margin: 0 5px;
}

#Danmu li img {
	width: 20px;
	height: 20px;
	border-radius: 100%;
	vertical-align: inherit;
	margin-right: 6px;
	pointer-events: auto;
}

@keyframes colorchange {
	0% {
		color: red;
	}

	50% {
		color: green;
	}

	100% {
		color: #6993f9;
	}
}
.xtw-dm-content {

z-index: 999999;

}

.xtw-dm-content a {

pointer-events: auto;

}
@media (max-width: 780px) {
#Danmu {
right: 0;
bottom: 57px;
display: none;
}
}
/*评论弹幕结束*/

/*文章小动画*/
.post-module-thumb a.thumb-link,.shop-normal-item-img a.link-block{
	transition: 0.9s ease-out all;
}
.post-module-thumb a.thumb-link:hover::after,.shop-normal-item-img a.link-block:hover::after {
	opacity:0.8;
	-webkit-transform:scale(1);
	transform:scale(1);
}
.post-module-thumb a.thumb-link:hover,.shop-normal-item-img a.link-block:hover{
    /* -webkit-transform:translateY(-5px);
	transform:translateY(-5px); */
	box-shadow:0 5px 5px rgba(0,0,0,0.1);
	transition: 0.9s ease-out all;
	background:rgba(0,0,0,0.5);
}
.post-module-thumb a.thumb-link::before,.shop-normal-item-img a.link-block::before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0);
	transition:background 0.3s ease-out;
	z-index:2    
}
.post-module-thumb a.thumb-link::after,.shop-normal-item-img a.link-block::after{
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	width:50px;
	height:50px;
	margin:-25px 0 0 -25px;
	background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NSIgaGVpZ2h0PSI0NSIgdmlld0JveD0iMCAwIDQ1IDQ1IiBzdHJva2U9IiNmZmYiPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAxKSIgc3Ryb2tlLXdpZHRoPSIyIj48Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSI2IiBzdHJva2Utb3BhY2l0eT0iMCI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iciIgYmVnaW49IjEuNXMiIGR1cj0iM3MiIHZhbHVlcz0iNjsyMiIgY2FsY01vZGU9ImxpbmVhciIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgYmVnaW49IjEuNXMiIGR1cj0iM3MiIHZhbHVlcz0iMTswIiBjYWxjTW9kZT0ibGluZWFyIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIvPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InN0cm9rZS13aWR0aCIgYmVnaW49IjEuNXMiIGR1cj0iM3MiIHZhbHVlcz0iMjswIiBjYWxjTW9kZT0ibGluZWFyIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIvPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjIyIiBjeT0iMjIiIHI9IjYiIHN0cm9rZS1vcGFjaXR5PSIwIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiBiZWdpbj0iM3MiIGR1cj0iM3MiIHZhbHVlcz0iNjsyMiIgY2FsY01vZGU9ImxpbmVhciIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgYmVnaW49IjNzIiBkdXI9IjNzIiB2YWx1ZXM9IjE7MCIgY2FsY01vZGU9ImxpbmVhciIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utd2lkdGgiIGJlZ2luPSIzcyIgZHVyPSIzcyIgdmFsdWVzPSIyOzAiIGNhbGNNb2RlPSJsaW5lYXIiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjIiIGN5PSIyMiIgcj0iOCI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iciIgYmVnaW49IjBzIiBkdXI9IjEuNXMiIHZhbHVlcz0iNjsxOzI7Mzs0OzU7NiIgY2FsY01vZGU9ImxpbmVhciIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48L2NpcmNsZT48L2c+PC9zdmc+);
	background-repeat:no-repeat;
	background-size:100% 100%;
	z-index:3;
	-webkit-transform:scale(2);
	transform:scale(2);
	transition:opacity 0.35s,-webkit-transform 0.35s;
	transition:transform 0.35s,opacity 0.35s;
	transition:transform 0.35s,opacity 0.35s,-webkit-transform 0.35s;
	opacity:0;
}
/*文章小动画结束*/

/*全局圆角阴影*/
.box{
    border-radius: 5px;
    box-shadow: rgba(220,220,220,220.220) 0px 5px 2px;
  
}
/*全局圆角阴影结束*/
/*文章列表悬停上浮开始*/


/*文章列表悬停上浮结束*/
/*移动端禁止第一层底部*/
@media (max-width: 780px) {
.site-footer {
display: none;
}
}
/*移动端禁止第一层底部结束*/
/*会员标识*/
.lv-icon.b2-vip0 b {
     color: #ffffff !important;
    background: linear-gradient(90.34deg, #70d6b5 0.27%, #0084ff 99.7%);
    padding: 0 5px;
    border-radius: 3px;
}
.lv-icon.b2-vip1 b {
     color: #ffffff !important;
    background: linear-gradient(90.34deg, #fe63ff 0.27%, #6f8dff 99.7%);
    padding: 0 5px;
    border-radius: 3px;
}
.lv-icon.b2-vip2 b {
    color: #ffdbb1 !important;
    background: linear-gradient(90.34deg, #393f68 0.27%, #24263c 99.7%);
    padding: 0 5px;
    border-radius: 3px;
}
.lv-icon.b2-vip3 b {
    color: #ffdbb1 !important;
    background: linear-gradient(90.34deg, #393f68 0.27%, #24263c 99.7%);
    padding: 0 5px;
    border-radius: 3px;
}
.user-w-lv {
    display: flex;
    height: 22px;
    flex-wrap: wrap;
}
    /*用户等级*/
    .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;
}
.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;
        }
    }
/*会员标识结束*/
/*小图标*/
.icon {
    width: 1em; height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}
/*小图标结束*/
/*修复圆角部分问题*/
.news-item .news-item-date{
    border-radius: 4px!important;
}
@media (max-width: 780px) {
.b2-radius{
    border-radius: 4px!important;
}
article .b2-radius{
    border-radius: 20px!important;
}
}
/*修复圆角部分问题结束*/
/*等级标识*/
.lv-icon.b2-lv0 i {
    color: #fafafa !important;
    background: linear-gradient(90.34deg, #121212 0.27%, #333 99.7%);
    padding: 0 5px;
    border-radius: 3px;
}
.lv-icon.b2-lv1 i {
    color: #fafafa !important;
    background: linear-gradient(90.34deg, #85df8f 0.27%, #4dc265 99.7%);
    padding: 0 5px;
    border-radius: 3px;
}
.lv-icon.b2-lv2 i {
    color: #fafafa !important;
    background: linear-gradient(90.34deg, #85dfd3 0.27%, #6db7b3 99.7%);
    padding: 0 5px;
    border-radius: 3px;
}
.lv-icon.b2-lv3 i {
    color: #fafafa !important;
    background: linear-gradient(90.34deg, #759ce0 0.27%, #467db4 99.7%);
    padding: 0 5px;
    border-radius: 3px;
}
.lv-icon.b2-lv4 i {
    color: #fafafa !important;
    background: linear-gradient(90.34deg, #8a75e0 0.27%, #6c46b4 99.7%);
    padding: 0 5px;
    border-radius: 3px;
}
.lv-icon.b2-lv5 i {
    color: #fafafa !important;
    background: linear-gradient(90.34deg, #e78de3 0.27%, #ea14b0 99.7%);
    padding: 0 5px;
    border-radius: 3px;
}
.lv-icon.b2-lv6 i {
    color: #fafafa !important;
    background: linear-gradient(90.34deg, #f58292 0.27%, #f5013e 99.7%);
    padding: 0 5px;
    border-radius: 3px;
}
.lv-icon.b2-lv7 i {
    color: #fafafa !important;
    background: linear-gradient(90.34deg, #f58282 0.27%, #f5aa01 99.7%);
    padding: 0 5px;
    border-radius: 3px;
}
/*等级标识结束*/
/*首页文章标题鼠标移上去变色*/
 .post-list-item .item-in:hover {
    color: #2882C5;
}
/*首页文章标题鼠标移上去变色结束*/
/*文章内页右侧用户面板任务完成度修复*/
 .user-widget-content .user-w-rw {
    width: 32px;
    height: 32px;
}
.user-widget-content .user-w-rw-bg {
    line-height: 35px;
}
/*首页文章鼠标移上去样式*/
 .post-3 .post-3-li .item-in:hover {
    background-color: #fafafa;
}
/*文章内页左侧图标*/
 .post-content-footer {
    /*left: -50px;*/
}
/*文章h2标题*/
 .entry-content > h2::before {
    content:'#';
    margin-right: 10px;
    display: block;
}
/*文章内页标题取消加粗*/
 .single-article h1 {
    font-weight: 500;
}
/*文章内页标题加粗*/
 .entry-content > h2, .entry-content > h3, .entry-content > h4, .entry-content > h5, .entry-content > h6 {
    font-weight: 400;
}
/*文章h2标题大小*/
 .entry-content > h2, .content-show-roles > h2 {
    font-size: 1.5em;
    display: flex;
}

/*登录窗口美化*/
.show-modal {
	opacity: 1;
	visibility: visible;
	transform: perspective(1px) scale(1.0);
	transition: visibility 0s linear 0s, opacity 0.15s 0s, transform 0.15s;
	backdrop-filter: saturate(98%) blur(5px);
}
.login-box-content {
    margin-top: 0;
    width: auto;
    display: flex;
    position: relative;
    background: #fff;
    min-width: 750px;
}
.aibk_com_login {
    width: 50%;
    position: relative;
    background: url(//www.miknio.com/wp-content/themes/b2child-m/Assets/images/dl.png);
    background-size: cover;
    background-position: center 0;
}
.login-box-content .login-box-top {
    width: 50%;
    padding: 30px 30px 25px;
}
.wxlogin-sidebar {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
}
.wxlogin-sidebar h3{
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}
.wxlogin-sidebar p{
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}
.wxlogin-sidebar>div {
    padding: 30px;
}
@media screen and (max-width: 768px){
.aibk_com_login {
    display: none;
}
.login-box-content{
 min-width: auto;
}
.login-box-content .login-box-top{
    width: 100%;
}
}
/*首页标签鼠标移上去*/
.post-list-cats a span:hover {
    color: #2882c5;
    font-weight: 700;
}
/*页面a标签颜色*/
 .page-template .entry-content a {
    color: #2882c5 !important;
}
/*收藏后变成粉红*/
 .content-footer-poster .favorite-button.sc i, .shop-single-action-right .favorite-button.sc {
    color: #f96078 !important;
}
/*帮助中心文章搜索背景*/
 .single-document-search input {
    background-color: #FFF;
}
/*帮助中心文章回复背景*/
 .sticky-itme {
    background-color: #FFF;
}

/*文章分类页分类样式*/
 a.post-list-cat-item, .collection-posts li span {
    background-color: rgb(237, 237, 237);
    color: #7e8386!important;
    padding: 4px 7px;
    height: 26px!important;
    line-height: 19px;
}
/*作者面板小工具修复*/
 .w-a-lv img {
    height: 18px;
    width: 18px;
}
.w-a-lv span {
    float: left;
}
/*h1-h6去除标签颜色*/
 .single-article h1 a, .single-article h1 a:hover, .single-article h2 a, .single-article h2 a:hover, .single-article h3 a, .single-article h3 a:hover, .single-article h4 a, .single-article h4 a:hover, .single-article h5 a, .single-article h5 a:hover, .single-article h6 a, .single-article h6 a:hover, .single-article strong a, .single-article strong a:hover {
    color: #333;
    text-decoration: none;
}
/*文章小工具鼠标移上去背景色*/
 li.widget-post-small:hover {
    background-color: #F8FBFF;
}
/** 网站圆角样式集合 **/
#slider img,.single-tag li a,#slider img,.cat-box, .cat-title,.fadeInUp,#sidebar h3,.cat-grid-title, .cat-square-title,.nbs-flexisel-container,img,h1, h2, h3, h4, h5, h6,a，.nav-menu, .nav-menu *,.type-cat a, .child-cat a,.link-all a
{border-radius: 5px
}
/**样式修复**/
.single .entry-header .post-list-cat a {
    height: 30px!important;
    line-height: 30px;
    padding: 0 16px;
    font-weight: 500;
}
/** 文章上浮效果 **/
.post-list .b2_gap .post-3-li .item-in:hover {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
}
/**.post-1 .b2_gap .post-list-item .post-thumb,
.post-3 .b2_gap .post-list-item .post-thumb
{
	transition: .35s
}
.post-1 .b2_gap .post-list-item:hover .post-thumb,
.post-3 .b2_gap .post-list-item:hover .post-thumb
{
   
	-ms-transform: scale(1.305);
	-moz-transform: scale(1.305);
	-webkit-transform: scale(1.305);
	transform: scale(1.305)
}**/
/*手机导航*/
@media screen and (max-width:768px) {
	.newmrxu_link {
	margin:0 auto;
	background:#fff;
	border-radius:12px;
}
.mrxu_link {
	padding:5px;
}
.mrxu_link dl dd {
	display:inline-block;
	width:18%;
	margin-bottom:10px;
	margin-top:10px;
}
.mrxu_link dl dd a {
	display:block;
}
.mrxu_link dl dd a i {
	display:block;
	width:30px;
	height:30px;
	margin:0 auto 5px;
}
.mrxu_link dl dd a p {
	height:20px;
	line-height:20px;
	font-size:12px;
	color:#666;
	text-align:center;
	overflow:hidden;
}
dl {
	display:flex;
	justify-content:center;
}
    .mrxu_link dl dd.xu_link_1 i {
    	background: url(//cdn.s9h.cn/wp-content/uploads/2022/03/6fb53c51539b47559cf0d122a832cf63.png) center no-repeat;
    	background-size: 30px;
    }
    .mrxu_link dl dd.xu_link_2 i {
    	background: url(//cdn.s9h.cn/wp-content/uploads/2022/03/ce315c2c3a253ae480f3bc5d21f466fd.png) center no-repeat;
    	background-size: 30px;
    }
    .mrxu_link dl dd.xu_link_3 i {
    	background: url(//cdn.s9h.cn/wp-content/uploads/2022/03/8785f87831a49ec5ba53c349547f4afd.png) center no-repeat;
    	background-size: 30px;
    }
    .mrxu_link dl dd.xu_link_4 i {
    	background: url(//cdn.s9h.cn/wp-content/uploads/2022/03/7ee18f46c1124a317e50c8a0b873c281.png) center no-repeat;
    	background-size: 30px;
    }
    .mrxu_link dl dd.xu_link_5 i {
    	background: url(//cdn.s9h.cn/wp-content/uploads/2022/03/ba34bbc4534db00b68b17e8eb2d1c05d.png) center no-repeat;
    	background-size: 30px;
    }
    .mrxu_link dl dd.xu_link_6 i {
    	background: url(//cdn.s9h.cn/wp-content/uploads/2022/03/5426ece23cd64730a1342f1dc5f2323c.png) center no-repeat;
    	background-size: 30px;
    }
    .mrxu_link dl dd.xu_link_7 i {
    	background: url(//cdn.s9h.cn/wp-content/uploads/2022/03/d5fd454aeec7ab3bef4cbff55663dbb4.png) center no-repeat;
    	background-size: 30px;
    }
    .mrxu_link dl dd.xu_link_8 i {
    	background: url(//cdn.s9h.cn/wp-content/uploads/2022/03/71972a3300d1a94cec4a85d3f6435ece.png) center no-repeat;
    	background-size: 30px;
    }
    .mrxu_link dl dd.xu_link_9 i {
    	background: url(//cdn.s9h.cn/wp-content/uploads/2022/03/84b9a38a7edddfbe3fc7842ddfdb0fb3.png) center no-repeat;
    	background-size: 30px;
    }
    .mrxu_link dl dd.xu_link_10 i {
    	background: url(//cdn.s9h.cn/wp-content/uploads/2022/03/e37c2dccef84f2640b42ac2254855c5e.png) center no-repeat;
    	background-size: 30px;
    }
}
/** PC五格导航栏 **/
.home-row-left.content-area {
    width: 100%!important;
    height: auto;
    border-radius: 0;
    max-width: 100%;
}
.sorts {
    position: relative;
    top: -40px;
    z-index: 3;
    padding: 30px;
    background: hsla(0, 0%, 100%, .96);
    border: 1px solid #fff;
    -webkit-box-shadow: 0 40px 75px 0 rgb(57 60 67 / 8%);
    box-shadow: 0 40px 75px 0 rgb(57 60 67 / 8%);
    border-radius: 20px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.sort-config-next, .sort-config-next .sort-next-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.sort-swiper-container {
    position: relative;
    overflow: hidden;
    height: 62px;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.sort-config {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
ul.sort-config.swiper-slide.swiper-slide-active {
    margin-left: 8px;
}
.sort-config {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.sort-config>li {
    width: 16.66667%;
    overflow: hidden;
    height: 100%;
}
.sort-config-item {
    display: block;
    height: 100%;
}
.thumb, a, a:active, a:visited {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.sort-config-icon, .sort-config-title {
    float: left;
    -webkit-transition: .3s;
    transition: .3s;
}
.sort-config-icon {
    width: 62px !important;
    height: 62px;
    margin-right: 12px;
}
.sort-config-title {
    position: relative;
    line-height: 34px;
    font-size: 18px;
    font-weight: 600;
    color: #2d2d2d;
}
.sort-config-icon, .sort-config-title {
    float: left;
    -webkit-transition: .3s;
    transition: .3s;
}
.sort-config-desc {
    float: left;
    line-height: 22px;
    font-size: 14px;
    color: #8e8e8e;
    -webkit-transition: .3s;
    transition: .3s;
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.sort-config-item:hover .sort-config-desc, .sort-config-item:hover .sort-config-title {
    color: #3478f7;
}
/*双图导航-移动端*/
.mrxu_num1 {
    width: 49%;
    height: 80px;
    float: left;
    overflow: hidden;
    border-radius: 12px;
    margin-right: 7px;
}
.thumb, a, a:active, a:visited {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.html-box img {
    display: flex;
    width: 100%;
}
.mrxu_num2 {
    width: 49%;
    height: 80px;
    float: revert;
    overflow: hidden;
    border-radius: 12px;
}
/** 底部小工具 **/
    .site-footer-widget-in .widget-title:after {
        content:"";
        position:absolute;
        background: linear-gradient(125deg,#5c92e5 0%,#5c92e5 100%);
        left:1px;
        width:50px;
        height:3px;
        bottom:-2px;
        -webkit-transition:.5s;
        -moz-transition:.5s;
        -ms-transition:.5s;
        -o-transition:.5s;
        transition:.5s;
    }
    .night .widget-title:after {
         background:linear-gradient(125deg, #e49d46 0%, #e49d46 100%);
    }
    .widget:hover .widget-title:after {
        width:40%
    }

.site-footer{
    padding: 30px 0;
}
.site-footer .widget.b2-widget-about{
    margin-right: 40px;
}
.b2-widget-about .b2-widget-title{
    display: none;
}
.b2-widget-team .b2-widget-title .widget-title{
    margin-bottom: 14px;
}   
.site-footer .widget.widget_nav_menu{
    width: 14%;
}
.about-widget p{
    font-size: 12px;
    line-height: 1.7;
}
.site-footer .widget-title{
    position:relative;
    letter-spacing:5px;
    font-size: 14px;
    font-weight: 600;
    color: #121212;
    padding: 0;
    line-height: 22px;
    border: none;
    margin-bottom: 14px;
}
.widget-title i{
    display: none;
}
.site-footer .widget ul li{
    padding: 12px 0;
}
.site-footer .widget .team-widget li{
    padding: 0px 0;
}
.footer a{
    font-size: 12px;
    line-height: 20px;
}
.site-footer-nav .wrapper .footer-links{
    color: #8590A6;
    margin: 0;
    background-color: #F7F9FA;
    border: none;
    opacity: 1;
    text-align: right;
}
.footer-links ul li{
    padding: 0;
    margin-right: 24px;
    padding-right: 24px;
    border-right: 1px solid #8590A6;
    height: 12px;
}
.footer-links ul li a{
    line-height: 12px;
}
.footer-bottom{
    font-size: 12px;
    border-top: 1px solid #F5F6F7;
    height: 56px;
}
/*.site-footer .b2-widget-team ul li{
    padding: 0;
}*/
.footer-bottom-left .copyright a{
    line-height: inherit;
}

/*左边联系站长css*/
.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 0px 35px 0px rgb(181 181 181 / 32%);
	padding:8px 7px;
	line-height:14px;
}
@media screen and (max-width:768px) {
	.contact-help {
	display:none;
}
}
/*进度条加载显示*/
 #percentageCounter{
    position:fixed;
     left:0;
     top:0;
     height:3px;
     z-index:99999;
     background-image:linear-gradient(to right, #eea2a2 0%, #bbc1bf 19%, #57c6e1 42%, #b49fda 79%, #7ac5d8 100%);
    border-radius:5px;
}
/*文章内页阴影*/ 
.entry-content p img { 
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
}
/*移动端禁止网站统计*/
@media (max-width: 780px) {
.footer-custom {
display: none;
}
}
/*移动端禁止网站统计结束*/
