/*
Theme Name:     B2子主题-御宅物语
Theme URI:      https: //yuzhai.me
Description:    Child theme for the B2 PRO
Author:         子主题模版-私人订制
Author URI:     https: //yuzhai.me
Template:       b2
Version:        0.0.1
*/
.operTips {
    line-height: 2;
    background: #FCF8E3;
    border: 1px dotted #8A6D3B;
    color: #666;
    border-radius: 3px;
    text-align: center;
    margin-bottom: 10px;
}
/*下面是您自己DIY的css样式代码*/
/*#post-meta .single-eye{*/
/*    display: none;*/
/*}*/
.entry-content table td {
    font-size: 17px;
}
.download-button-box button {
    background: linear-gradient(90deg,#ff909c 0,#ff74b8 100%);
    box-shadow: 0 1px 4px rgba(0,0,0,.25);
    border: 1px solid #ff8787;
    font-size: 19px;
    border-radius: 6px;
    padding: 3px 12px;
}
/*文章提示*/
.entry-header #post-meta{
    height: 27px;
    background: rgba(0,0,0,.01);
    border-top: 1px solid rgba(0,0,0,.02);
    border-bottom: 1px solid rgba(0,0,0,.02);
}
.entry-content .updatedbottom{
    padding-bottom: 70px;
}
.entry-content .updated00{
    font-size: 15px;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 9px;
    color: #ff792be0;
    border: 1px solid #ffbb76;
    background: #fffcef;
    border-radius: 6px;
}
.entry-content .updated01{
    margin-bottom:1px;
}
.entry-content .updated02{
    padding: 5px 20px;
}
.entry-content .updatedr {
    color: #ff6e6ee0;
    float: right;
    margin-top: 3px;
}
.entry-content .updated00 a{
    color: #ff6e6ee0;
}
@media screen and (max-width: 768px){
  .entry-content .updated00{
    font-size: 13px;
    padding: 0px 8px;
}  
.single-article .entry-header{
    padding-bottom: 0px;
}
}

/*头像菜单*/
.top-user-box-drop span.iconfont{
        font-size: 22px;
    }
 .top-user-box-drop li a{
    display: initial!important;
 }  
.top-user-box-drop ul li{
    text-align: center;
    display: inline-block;
    width: 68px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.top-user-box-drop ul li img{
    width: 25px;
}
.top-user-box-drop ul{
    padding: 0 5px 12px;
    border-radius: 8px;
    margin: 10px;
    background: #ffffffbf;
}
.top-user-box-drop ul li  p {
    margin-left: 0px;
    line-height: 2.5;
    font-size: 11px;
}
.top-user-box .top-user-box-drop{
    top: 56px;
    background: #f6f7fbfa;
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/b2child/img/vip/b05.webp);
    border-radius: 10px;
    background-size: cover;
}
.top-user-info-box .user-w-gold > div{
    width: 50%;
    background:none;
}
.top-user-info-box .user-w-gold a{
    font-size: 16px;
    background-repeat: no-repeat;
    border-radius: 10px;
    background-size: cover;
}
.user-w-gold img{
    margin-right: 10px;
    width: 26px;
}
.top-user-info-box-name{
    display: inherit;
}
.top-user-info-box-count p b{
    font-weight: 100;
}
.top-user-info-box .user-w-gold a i {
    margin-left: 10px;
}
.top-user-info-box-count{
    border-radius: 8px;
    margin: 10px;
    background: #ffffffbf;
}
.top-user-info-box .user-w-gold{
    border-radius: 8px;
    margin: 10px!important;
    background: #ffffffbf;
}
.user-w-rw .user-w-rw-bg {
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.41);
}
.top-user-box-drop .avatar {
    margin: 0 auto;
    position: absolute;
    border: 2px solid #80aaff54;
    border-radius: 50%;
    top: -22px;
    left: 0;
    right: 0;
}
.top-user-info-box-name h2{
    text-align: center;
    margin-top: 15px;
}
.top-user-info-box-name > div > div {
    margin-top: 10px;
    border-radius: 8px;
    padding: 6px;
    background: #ffffffbf;
}
.top-user-info-box-name > div > div >div {
    width: 50%;
    text-align: center;
}

/*文章内页下载样式*/
.download-info .allow-down .download-current {
    border-radius: 4px;
    background: #cfd3fa00;
    border: 2px dashed #bcc2fc;
}
/*文章页标题*/

/*.home .item-in .post-info .post-list-meta-box{*/
/*    display: none;*/
/*}*/
.single-article h1 {
    font-size: 24px;
    color: #52565f;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    text-align: center;
    font-weight: 100;
}
 .category .list-footer .post-list-meta-avatar , .search .list-footer .post-list-meta-avatar{
     display: none;
 }
 @media screen and (max-width: 768px){
.single-article h1 {
    font-size: 20px;
}
 }
/*文章内页*/
.content-excerpt{
    display: none;
}

/*菜单角标*/
.tag-new {
    box-shadow: 0 4px 4px -2px rgba(255,0,122,.3);
    background: #ff71aa;
    display: inline-block;
    transform: translateY(-12px);
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #ffffff!important;
    border-radius: 1rem;
    padding: .15rem .275rem;
    line-height: 1;
}
.tag-vip {
    background: linear-gradient(to top,#a91ec1 0%,#d701fc 100%);
    box-shadow: 0 4px 4px -2px rgba(255,0,122,.3);
    display: inline-block;
    transform: translateY(-12px);
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #ffffff;
    border-radius: 1rem;
    padding: .15rem .275rem;
    line-height: 1;
}
/*全局背景*/
/*.site {*/
/*    background-image: url(/wp-content/themes/b2child/img/indexbg.webp);*/
/*    background-repeat: repeat;*/
/*    background-attachment: fixed;*/
/*    background-position: center center;*/
/*    background-color: #f5f5f5;*/
/*}*/
.header-banner-content > div{
    border-radius: 12px;
    height: 36px;
    padding: 0px 10px;
    background: rgba(255,255,255,0.8);
}

/*文章内页作者样式*/
.b2-widget-author .widget-title .text{
    color: #fff;
}
.w-a-count {
    background: #ffffff00;
}

/*顶部菜单栏阴影*/
.site-header .site .site-header-in {
    box-shadow: nong; 
}



/*首页标题前套数样式*/
.h1_title_ys {
    color: #ff6e6ee0;
    text-shadow: 0 1px 2px rgba(255, 68, 68, 0.33);
}
/*头像菜单*/
.top-user-info-box .user-w-rw{
    color: #ffffff;
    background: none;
    border: none; 
    margin: 10px 27px;
    height: 40px;
    text-shadow: none;
    background-size: cover;
    background-image: url(/wp-content/themes/b2child/img/vip/5y.webp);
}
.top-user-info-box .user-w-rw a span {
    font-size: 14px;
}
/*首页缩略图更新时间角标样式*/
.childs_tags {
    padding: 4px 10px;
    font-size: 0.85rem;
    position: absolute;
    top: 10px;
    z-index: 1;
    left: 12px;
    color: #f6faff;
    background-color: #58585887;
    border-radius: 4px;
    padding: 1px 4px;
    box-shadow: 0 1px 5px rgba(150, 87, 87, 0.4);
}
.child_tags{
    background: #fffcef;
    border-radius: 8px;
    padding: 15px;
    border: 1px solid #ffbb76;
}
.child_tags span {
    font-size: 16px;
    margin-right: 5px;
}
.childs_tags span {
    color: #ffc94f;
}
.entry-content p.child_tags {
   color: #db7c22; 
}
/*底部提示*/
.dibutishi {
    color: #565656;
    font-size: 16px;
    text-align: center;
    padding: 10px;
}
@media screen and (max-width: 768px){
.dibutishi {
    font-size: 13px;
}
}
/*文章快捷评论*/
.shortcut{
    color:#aaa;
    padding:10px 20px;
    position:relative;
    overflow:hidden;
    margin:0px;
}
.shortcut span{
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: #ff8bb5;
    padding: 2px 0;
    margin-right: 10px;
}
.shortcut a{
    border-radius: 5px;
    cursor: pointer;
    float: left;
    padding: 2px 10px;
    color: #ff8bb5;
    margin-right: 5px;
    display: inline;
    border: 1px solid #ff8bb5;
}
.shortcut a:hover{
    background:#ff8bb5;
    color:#fff;
}
@media screen and (max-width: 768px){
.shortcut a {
        font-size: 12px;
        padding: 2px 8px;
}
.shortcut {
    padding: 7px 10px;
}
.shortcut span{
    font-size:13px;
}
}


/*面包屑样式*/

.child_mbx {
    padding: 8px 0px;
    height: auto;
    white-space: nowrap;
    color: #8c8c8c;
}
.child_mbx a {
    margin: 8px;
}
.child_mbx small{
    vertical-align: super;  
}
.child_mbx a:hover{
    color: #ff8bb5;
}
@media screen and (max-width: 768px){
.child_mbx {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 5px;
    position: initial;
}
}
/*折叠样式*/
.entry-content .zdzhedie {
    background-image: url(/wp-content/themes/b2child/img/shading_red.png);
    border: 2px solid #5f6575c9;
    border-radius: 8px;
    padding: 15px;
    color: #949ab1;
    line-height: 1.6;
}
.entry-content .child-head-title {
    font-size: 20px;
    border-radius: 4px;
    color: #ff8bb5;
    margin-bottom: 0;
}
.entry-content .child-current-up .zkicon {
    transition: transform .3s;
    transform: rotate(45deg);
}
.entry-content .zkicon {
    margin-bottom: -2px;
    font-size: 11px;
    transition: transform .3s;
    transform: rotate(-0deg);
}
.child-head-title .icon {
    width: 2em;
    height: 1.5em;
    vertical-align: -0.15em;
    fill: currentColor;
}	

/*菜单样式*/


.b2-menu-3 .sub-menu-0 > li:hover > a, .b2-menu-3 .sub-menu-0 a:hover {
    background: #f2f2f2;
    border-radius: 12px;
}
.sub-menu-0 a:after {
    background: none!important;
}

@media screen and (max-width: 768px){
.b2-menu-3 .sub-menu-0 > li:hover > a, .b2-menu-3 .sub-menu-0 a:hover {
    background: none;
    border-radius: 12px;
}
.b2-menu-3 .sub-menu-0 li:hover ul {
    box-shadow:none;
}
.depth-0 a:after {
    background: #ffffff00;
}
}

.top-menu ul li.depth-0 > a {
    font-size: 20px;
}

.b2-menu-3 .sub-menu-0 li ul {
    border-radius: 12px;
    background: #fff;
}
.b2-menu-3 .sub-menu-0 li ul li {
    border-radius: 12px;
}
.b2-menu-2 .sub-menu-0 > li > a::after {
    right: 0!important;
    width: 30px!important;
    left: auto;
    right: 0!important;
    height: 10px!important;
}
@media screen and (max-width: 768px){
.b2-menu-4 .sub-menu-0 li ul li {
    width: 100%!important;
}
.b2-menu-3 .sub-menu-0 li ul li {
    background: none!important;
}
.b2-menu-3 .sub-menu-0 li ul a {
    background-color: transparent!important;
}
.b2-menu-3 .sub-menu-0 li ul {
    background: none!important;
}
.b2-menu-4 .sub-menu-0 > li > a {
    font-weight: 100!important;
}
}
.hob{
    display: none;
}
/*移动端文章内页作者*/
@media screen and (max-width: 768px){
.entry-header .post-user-info{
    display:none;
}
.single-article .entry-header {
    border-bottom: 1px solid #94949466;
    margin-bottom: 13px;
}
}
.single .post-meta .post-list-cat a {
    background: none;
    border: 1px solid #ff8bb5;
    border-radius: 4px;
    color: #ff8bb5!important;
    display: block;
    margin-right: 5px;
}

/*文章内页图片样式*/
.img_li >div:hover a img{
transition: .5s;
	}
.img_2li >div:hover a img{
    transform: scale(1.1);
	}
.img_4li >div:hover a img{
    transform: scale(1.2);
	}
.img_6li >div:hover a img{
    transform: scale(1.3);
	}
.img_xli >div:hover a img{
    transform: scale(1.1);
	}
.img_li{
    align-items: stretch;
    flex-flow: wrap;
    width: 100%;
    display: flex;
	}
.img_li >div a {
    border-radius: 5px;
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.img_li >div{
    padding:  5px;
    object-fit: cover;
    position: relative;
	}
.img_li >div img{
    transition: .5s;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    object-fit: cover;
	}
.img_2li >div{
    height: auto;
    width: 50%;
	}
.img_4li >div {
    width: 25%;
	}
.img_6li >div {
    width: 16.5%;
	}
	.img_xli >div{
    width: 33.3%;
}
	@media screen and (max-width: 768px){
.img_li >div{
    width: 50%;
	}   
	}

/*移动端底部导航样式*/
@media screen and (max-width: 768px){
    .menu-icon {
    background: none!important;
}
.menu-icon .line-1, .menu-icon .line-2, .menu-icon .line-3 {
    height: 3px!important;
}
.site .site-header-in {
    box-shadow: 0px 2px 6px rgba(17,58,93,.1);
}
.mobile-footer-menu.footer-fixed {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9)!important;
    box-shadow: 0 1px 3px rgba(26,26,26,.2);
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 90%;
    bottom: 10px!important;
}
.mobile-footer-menu a b {
    font-weight: 100;
}
.mobile-footer-center {
    display: none;
}
.mobile-footer-menu span{
    font-size:18px;
}
.mobile-footer-menu.footer-down {
    transform: translate(0,140%)!important;
}
}
@media screen and (max-width: 768px){
.top-menu ul li.depth-0.show .sub-menu {
    background: none;
}
.header-banner .wrapper {
    flex-flow: inherit;
}
    .menu-icon .line-1, .menu-icon .line-2, .menu-icon .line-3 {
    background-color: #94999e!important;
}
.logo-left .mobile-box {
    background-repeat: no-repeat;
    opacity: 0.85!important;
    width: 80%!important;
    background: #f9f9f9;
    border-radius: 8px;
    background-size: cover;
}
.show-menu-box .top-menu-ul>li.depth-0 > a i.b2-arrow-down-s-line {
     background: #ffffff00; 
}
.mobile-box + .site-opt {
    backdrop-filter: blur(4px)!important;
    background-color: #080808c4!important;
}
.header-tools {
    background:none!important;
    background-image:none!important;
}
.top-menu ul li.depth-0 > a, .logo-top .top-menu ul li.depth-0 > a {
    background: none!important;
    font-size: 19px!important;
    border-bottom: 1px dashed #ff8bb591;
    color: #353535;
}
.top-menu-ul > li.depth-0:first-child > a {
    color: #fe5f84!important;
}
.sub-menu {
     background:#ffffff00; 
     backdrop-filter: blur(0px);
}
.sub-menu-0 span {
    color: #6f6f6f;
    margin-left: 20px;
}
.b2-menu-3 .sub-menu-0 a {
    font-size: 16px;
     font-weight: 100; 
}
.top-menu .top-menu-ul {
    padding: 10px;
    background: #f9f9f9a6;
    border-radius: 8px;
}
}
/*文章内页样式*/
.entry-content > h2, .entry-content > h3 {
    color: #6c6e72;
    font-size: 22px!important;
}
.entry-content > p {
    color: #5f6575;
}
.post-content-footer .inner-wrapper-sticky{
    width: 49px;
}
.single-button-download button {
    color: #fff;
    background: #ff8bb5;
    border: none;
}


/*其他*/
.site .site-header-in{
    box-shadow: 0px 3px 6px #73737314;
}
.post-carts-list-row{
    display: none;
}
.top-user-box .top-user-info-box {
    background: none;
    background-image: none;
}
.b2-content .home_row{
    margin-bottom: 40px;
 }  
.modules-title-box{
    margin-top: 10px;
}
.post-1.post-list ul.b2_gap {
    margin: 0 auto;
}
.b2_gap>li .item-in {
    box-shadow: none;
}
@media screen and (max-width: 768px){
.post-1.post-list ul.b2_gap {
    margin: 0 auto;
}
}  
    
.icon {
    width: 1.4em;
    height: 1.4em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.header-logo img , .logo h1, .logo h2 {
    display: none;
}
.logo {
    background-size: cover;
    width: 140px;
}
.child-head-title-box {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    height: 34px;
    color: #fff;
    cursor: pointer;
}

 .child-head-title-boxs {
    border-radius: 8px;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #5f6575c9;
    padding: 0 15px;
    margin: 0 -1px;
}   



.modal.show-modal{
   backdrop-filter: saturate(97%) blur(1px); 
}

@media screen and (min-width: 768px){
.mrxu-vip-kt-box .mrxu-vip-kt {
    width: 285px;
    height: 171px;
}
.mrxu-vip-kt .mrxu-vip-flex .vipyou {
    width: 43px;
    margin-left: 242px;
    margin-top: 13px;
}
.mrxu-vip-flex .mrxu-vip-time-s {
    top: 41px;
    margin-left: 105px;
}
.my-vip-pc .mrxu-vip-kt-box:nth-child(3) .mrxu-vip-time-s {
    margin-left: 130px;
}
.mrxu-vip-flex .mrxu-vip-sm-s {
    top: 78px;
}
.mrxu-vip-kt .mrxu-vip-list01 {
    bottom: 22px;
}
.vip_dl .mrxu-vip-jiaru {
    position: relative;
    width: 260px;
    height: 42px;
    background: #ff669900;
    background-size: cover;
    background-image: url(/wp-content/themes/b2child/img/vip/kt.webp);
    border: none;
}
.vip_dl .mrxu-vip-jiaru1 {
    left: 0;
}
.vip_dl .mrxu-vip-name {

}
.mrxu_vip_link .vip_dl {
    width: 25%;
    box-shadow: 0px 3px 6px #b3b3b3;
    background: #c7c7c769;
    margin: 5px;
    padding: 10px;
    border-radius: 8px;
}
.mrxu_vip_link .mrxu_vip_link_1 .iconfont {
    background: none;
}
.mrxu_vip_link .vip_dl:nth-child(1) .mrxu_vip_link_1 .iconfont {
    color: #6acd9a;
}
.mrxu_vip_link .vip_dl:nth-child(2) .mrxu_vip_link_1 .iconfont {
    color: #feb25e;
}
.mrxu_vip_link .vip_dl:nth-child(3) .mrxu_vip_link_1 .iconfont {
    color: #ea7878;
}
.mrxu_vip_link .vip_dl:nth-child(4) .mrxu_vip_link_1 .iconfont {
    color: #d94dff;
}
.mrxu_vip_link .vip_dl:nth-child(1){
    border: 2px solid #6acd9a42;
    background: #6acd9a1c;
}
.mrxu_vip_link .vip_dl:nth-child(2){
    border: 2px solid #feb25e42;
    background: #feb25e1c;
}
.mrxu_vip_link .vip_dl:nth-child(3){
    border: 2px solid #ea787842; 
    background: #ea78781c;
}
.mrxu_vip_link .vip_dl:nth-child(4){
    border: 2px solid #d94dff42;
    background: #d94dff1c;
}
.mrxu_vip_link .vip_dl dd p {
    font-size: 16px;
}
.mrxu_vip_link_1 p em {
    /*font-size: 25px;*/
    /*position: initial;*/
    color: #f69;
}
.mrxu_vip_link {
        display: flex;
        justify-content: center;
        margin: auto;
}
.vip_dl .mrxu_vip_link_1{
    width: 100%;
    display: flex;
}
.vip_dl .mrxu_vip_link_1 {
     margin-bottom: 0; 
     margin-top: 0; 
}
}
.mrxu-vip-flex .vipyou{
    width: 52px;
    position: absolute;
    margin-left: 286px;
    margin-top: 17px;
}
.mrxu-vip-flex .vipzuo{
    width: 179px;
    position: absolute;
    margin-top: 1px;
}
.my-vip-pc{
    justify-content: center;
    display: flex;
}

.mrxu_vip_link .iconfont {
    color: #fff;
    padding: 8px;
    background: #fa7fba;
    font-size: 22px;
    border-radius: 50%;
}
.iconfont em{
    margin-left: -30px;
    transform: scale(0.5);
    background: #fbde0b;
    padding: 1px 5px;
    position: absolute;
    border-radius: 8px;
    color: #444173;
    margin-top: -14px;
}
.vip-footer {
    margin-top: 50px!important;
}

.swiper-button-prev, .swiper-button-next{
    color: #fff;
    top: 46%;
    height: auto;
    z-index: 2;
}
.swiper-button-prev:after, .swiper-button-next:after{
    background: #00000059;
    padding: 6px 11px;
    border-radius: 50%;
    font-size: 21px;
}
.vip-top > div {
    padding: 10px 0;
}
@media screen and (max-width: 768px){
.mrxu_vip_link .vip_dl {
display: none;
}
.mrxu_vip_link .vip_dl.mrxu_vip_x{
    display: block;
}
}
.my-vip-s .swiper-slide{
    background: none;
    display:block;
}
.mrxu-vip-name-box{
    display: none;
}
.my-vip-s{
    width: 90%;
    margin: 0 auto;
}
.mrxu-vip-jiaru {
    background-size: cover;
    background-image: url(/wp-content/themes/b2child/img/vip/kt.webp);
    position: absolute;
    color: #080808;
    width: 304px;
    height: 50px;
    margin: 0 auto;
    right: 0;
    left: 0;
}
.mrxu-vip-jiaru1{
    position: absolute;
    top: 10px;
    left: 12px;
    font-size: 24px;
}
.mrxu-vip-jiaru2{
    position: absolute;
    top: 16px;
    left: 94px;
    font-size: 15px;
    text-decoration: line-through;
}
.mrxu-vip-list01 {
    position: absolute;
    padding-left: 30px;
    bottom: 30px;
    color: #ffd05a;
}
.mrxu-vip-list02 {
    bottom: 36px;
    text-decoration: line-through;
    color: #ffffff;
    position: absolute;
    padding-left: 180px;
}
.mrxu-vip-list01 p {
    font-size: 20px;
}
.mrxu-vip-list01 p span:nth-child(2){
    padding: 3px;
}
.mrxu-vip-lv {
    border-radius: 0 8px 0 15px;
    color: #ffefdb;
    position: absolute;
    float: right;
    background: #c39a63;
    padding: 0 10px 2px 10px;
    right: 0;
    margin-top: -10px;
    font-weight: 700;
}

.mrxu-vip-name-box span {
    font-weight: 700;
    font-size: 20px;
    color: #714d1e;
}
	.mrxu_vip_link {
    padding: 5px;
}
.mrxu-vip-flex .vip-lv-icon {
    height: 70px;
    width: 70px;
    position: absolute;
    margin-top: 40px;
}
.mrxu-vip-flex .vip-lv-bg {
    opacity: 0.06;
    height: 200px;
    width: 200px;
    position: absolute;
    margin-top: -20px;
    margin-left: -65px;
}
	.mrxu_vip_link_1 {
    text-align: center;
    display: inline-block;
    width: 18.3%;
    margin-bottom: 10px;
    margin-top: 10px;
}
.mrxu_vip_link_1.mrxu_vip_hui span{
    background: #94949485;
}
.mrxu_vip_link_1.mrxu_vip_hui i{
color: #929292ad;
}
.mrxu_vip_link_1.mrxu_vip_hui p{
color: #929292ad;
}
.mrxu_vip_link dl dd i {
    font-size: 28px;
    color: #d4a15f;
}
.mrxu-vip-time-s {
    text-shadow: 1px 1px 1px black;
    position: absolute;
    top: 52px;
    margin-left: 124px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}
.mrxu-vip-kt-box:nth-child(4) .mrxu-vip-time-s{
    margin-left: 160px;
}
.mrxu-vip-sm-s {
    text-shadow: 2px 2px 3px #000000bf;
    position: absolute;
    top: 100px;
    margin-left: 10px;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
}
.mrxu-vip-yj-s {
    text-decoration: line-through;
    font-size: 13px;
    color: #fff;
    margin-left: 20px;
}
.mrxu_vip_link dl dd p{
    font-size: 12px;
    margin-top: 10px;
    color: #636363;
}

	.mrxu-vip-qx-box{
    font-size: 20px;
    width: 100%;
    text-align: center;
    color: #636363;
    padding: 15px 0;
	}
	.mrxu-vip-qx-box svg{
    font-size: 13px;
	}
	.mrxu-vip-kt {
    width: 340px;
    height: 206px;
    background-size: cover;
}
	
.mrxu-vip-kt-box {
    /*width: 100%;*/
   text-align: inherit;
}
	
	
	.vip-current {
    color: #636363;
}
	.vip_name{
    color: #ff3a55;
    margin: 0 10px 0 10px;
	}
	.vip-current {
     border: none; 
}
.vips .vip-top{
    background:none;
}
.vip-top>div p.xinniana{
    width: 223px;
    background-size: cover;
    background-image: url(/wp-content/themes/b2child/img/vip/apl.webp);
    height: 50px;
    font-size: 22px;
    margin: 0;
}
.vip-top>div p.xinniana a{
    position: relative;
    top: 13px;
    left: 53px;
    font-size: 16px;
    color: #fff;
    text-shadow: 1px 1px 1px #774400;
}
.content-area .vip-current{
    margin: 0;
}


.HotDate{
    position: relative;
    top: -67px;
    left: 33%;
    font-size: 29px;
    color: #fff;
}
@media screen and (max-width: 768px){
.HotDate {
    position: relative;
    top: -34px;
    left: 25%;
    font-size: 17px;
    color: #fff;
}
}
.page-content{
        text-align: center;
}
.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{
	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;
}
.change-theme>div b{
    left: 17px;
    padding: 2px;
    display: inline-table;
    top: -9px;
    right: auto;
    border-radius: 3px;
    animation: none;
    }

.w-a-lv {
    display: flex;
}
.entry-header .post-meta {
    margin: 0 auto;
}
.single .entry-header .header-post-meta .post-list-cat a{
    border-radius: 4px;
    margin-right: 5px;
    display: block;
    height: 25px;
    line-height: 25px;
}
.single .entry-header .header-post-meta .post-list-cat{
    margin-bottom: 10px;
}
@media screen and (max-width: 768px){
.footer-bottom .footer-bottom-left {
    flex-flow: initial;
}

.vip-list .vip-item {
    width: 50%;
}
} 
.slider-5-bottom .slider-in:nth-child(2) .slider-info-box h2{
    color: #f3ff3c;
    }
.mrxu_xn_box a{
    position: absolute;
    left: 50px;
    top: 15px;
    color: #fff;
    text-shadow: 1px 1px 1px #985f0f;
}
.mrxu_xn_c {
    display: none;
    position: absolute;
    width: 15px;
    top: 1px;
    left: -7px;
}
.mrxu_xn_box{
    z-index: 2;
    position: fixed;
    right: 0;
    bottom: 83px;
    width: 200px;
    transform: translate(160px);
}
.mrxu_xn_boxs .mrxu_xn_c{
    display: block;
}
.mrxu_xn_box.mrxu_xn_boxs{
    transform: translate(0);
}


@media screen and (max-width: 768px){
.yd-slider h2 {
    left: 50%;
    transform: translate(-50%);
    color: #fff;
    position: absolute;
    bottom: 10px;
}
.yd-slider {
    width: 96%;
    position: relative;
    margin: 0 auto 21px auto;
}
.yd-slider-bg {
    border-radius: 8px;
    background-size: cover;
    margin-bottom: 10px;
}
.yd-slider img {
    height: 200px;
    width: 100%;
    border-radius: 8px; 
}
.child-home-hd-boxs {
    border-radius: 8px;
    margin-bottom: 20px;
    height: 350px;
    width: 100%;
    padding-top: .3rem;
    background-image: url(/wp-content/themes/b2child/img/ht-carousel.png);
    background-size: cover;
}
.child-home-hd-box01 ul , .child-home-hd-box01 {
    color: #000000b8;
    display: flex;
}
.child-home-hd-box01 ul li {
    padding: 17px;
    line-height: 17px;
}
.child-home-hd-box01 ul li:ntl {
    padding: 17px;
}
.child-home-hd-box01 ul li button{
    padding: 0 8px;
}
.child-home-hd-box01 .child-home-hd-ul{
    position: relative;
    left: 130px;
}
.child-home-hd-box01 .active {
    font-size: 23px;
    font-weight: 600;
}
.yd-slider .swiper-pagination {
    transform: translate(-50%);
    width: auto;
    left: 50%;
    z-index: 1;
    bottom: -20px;
}
.yd-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 8px;
    background: #4e4e4e6b;
    opacity: 1;
    border-radius: 8px;
}

.yd-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 24px;
    height: 8px;
    background: #ff8bb5;
}
}
#help{
    background-color: #fff;
    box-shadow: 0px 0px 2px rgb(98 124 153 / 10%);
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 15px;
}
#help a{
    color: #ff5e00;
}
#help h2, #down h2 {
    text-align: center;
    font-size: 21px;
    color: #1c2042;
    font-weight: normal;
    margin-bottom: 20px;
}
.entry-content strong {
    font-weight: bold;
}
#help dt, #help dd {
    margin-left: 40px;
    position: relative;
}
#help dd {
    display: none;
    color: #767676;
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    background: #f0f0f0;
    margin-bottom: 20px;
    margin-bottom: 20px;
    line-height: 25px;
    letter-spacing: 1px;
}
#help dt {
    cursor: pointer;
    color: #1c2042;
    font-size: 18px;
    margin-bottom: 20px;
}
#help dt i, #help dd i {
    background: url(/wp-content/themes/b2child/img/vip/1d850685da4ee0.png) no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: -40px;
    top: 0px;
}
#help dd i {
    background-position: 0 -35px;
}
/*分类名称背景图*/
.tax-title h2{
    background-image:none!important;
}
/*404模板开始*/
.page-404 .page-content h2 {
    font-size: 45px;
    font-weight: 700
}

.page-404 .page-content p {
    text-align: left;
    padding: 40px 0;
    color: #888;
    font-size: 16px;
    line-height: 1.875
}

.page-404 .page-content .go-home {
    color: #fff;
    border: 0;
    display: inline-block;
    padding: 15px 40px;
    font-size: 15px;
    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%)
}

.page-404 .page-content .go-home:active {
    transform: translateY(1px)
}

.page-404 .page-content h3 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 40px
}

.page-404 .page-content ul {
    margin: 20px 0
}

.page-404 .page-content ul li {
    color: #909399;
    margin-bottom: 10px
}

.page-404 .page-content ul li a {
    color: #606266;
    font-size: 14px
}

.page-content {
    margin-top: 35px
}

@media screen and (max-width: 768px) {
    .error-404 {
        display:block;
        position: relative
    }

    .page-404 .page-content h2 {
        font-size: 24px
    }

    .error-404 .page-img {
        display: none !important
    }

    .page-content {
        text-align: center
    }

    .page-404 .page-content p {
        text-align: unset
    }

    .page-404 .page-content .go-home {
        padding: 10px 25px
    }
}
.error-404 {
    display: flex;
    align-items: center;
    justify-content: center
}

.error-404 h1 {
    font-size: 20px;
    margin: 26px 0 16px;
    font-weight: 600;
    text-align: center
}

.error-404 p {
    text-align: center;
    margin-bottom: 5px
}
/*404模板结束*/


.post-3 .post-info{
    padding: 10px;
}
.post-item-pcyouxi ul.b2_gap > li .post-module-thumb{
        min-width: 220px;
}
.post-3 .post-module-thumb {
    margin-right: 5px;
}
.childs_tags_2{
    color: #222;
}
