/*
Theme Name:     B2子主题
Theme URI:      http: //7b2.com/
Description:    Child theme for the B2 PRO
Author:         子主题模版
Author URI:     http: //7b2.com/
Template:       b2
Version:        0.1.5
*/

/*下面是您自己DIY的css样式代码*/
/*body {
    background: #fff;
    background-attachment: fixed;
    cursor: url(http://o.yyexe.cn/gb/mr.cur),auto;
    font-family: 'Mirages Custom', 'Merriweather', 'Open Sans', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft Yahei', 'WenQuanYi Micro Hei',  'Segoe UI Emoji', 'Segoe UI Symbol', Helvetica, Arial, sans-serif;
    text-shadow: 0px 0px 1px rgb(0 0 0 / 10%);
}
*/
body{text-shadow:0 0 1px rgba(0,0,0,.15);cursor:url(https://img.yyexe.cn/img/bg.png),auto;

}
@-webkit-keyframes hrLine{0%,25%{font-family:Mirages Custom,Merriweather,Open Sans,PingFang SC,Hiragino Sans GB,Microsoft Yahei,WenQuanYi Micro Hei,Segoe UI Emoji,Segoe UI Symbol,Helvetica,Arial,sans-serif;transform:translateX(-64px)}
75%,to{transform:translateX(1152px)}
}
@keyframes hrLine{0%,25%{transform:translateX(-64px)}
75%,to{transform:translateX(1152px)}
}
::-webkit-scrollbar{width:6px;height:6px}
::-webkit-scrollbar-thumb,::-webkit-scrollbar-track{border:1px solid transparent;border-radius:999px}
::-webkit-scrollbar-thumb{min-height:20px;background-color:#5db8f8;background-clip:content-box}
::-webkit-scrollbar-corner{background:0 0}
a:hover{color:#058dec;text-decoration:none}

.pc-wrap_1BInr {
    position: relative;
    width: 100vw;
    height: 100vh;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-position: top;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    overflow-x: scroll;
        background: url(https://img.yyexe.cn/niu.png) no-repeat center 70px;
}
.logo img{height:50px}
.box,.side-fixed{position:relative;border-radius:6px;background-color:hsla(0,0%,100%,.82);box-shadow:0 0 6px 0 rgb(7 17 27/12%)}


.b2-widget-title:after{position:absolute;top:19px;left:15px;width:4px;height:16px;border-radius:4px;background:#058dec;box-shadow:3px 0 10px -1px #058dec;content:""}
.entry-content h2{position:relative;padding:0 13px;color:rgba(0,0,0,.85);font-weight:500;font-size:20px;transition:.25s}
.entry-content h2:after{position:absolute;left:-1px;width:4px;height:28px;border-radius:4px;background:#058dec;box-shadow:3px 0 10px -1px #058dec;content:""}
.entry-content h2:hover{color:rgba(167,74,19,.81);text-shadow:0 0 2px #f9c5a6;cursor:pointer}
.entry-content h2:hover:before{width:80px}
.entry-content h3{position:relative;padding:0 13px;color:rgba(0,0,0,.85);font-weight:500;font-size:20px;transition:.25s}
.entry-content h3:after{position:absolute;left:-1px;width:4px;height:28px;border-radius:4px;background:#058dec;box-shadow:3px 0 10px -1px #058dec;content:""}
.entry-content h3:hover{color:#058dec;text-shadow:0 0 2px rgba(43,122,191,.46);cursor:pointer}
.entry-content h3:hover:before{width:80px}
.entry-content h4{position:relative;margin:0;border-left:2px solid rgba(54,144,207,.93);font-weight:500;font-size:15px}
.entry-content h4:before{display:inline-block;width:10px;height:10px;border:2px solid rgba(254,196,161,0);border-radius:98%;content:"";background-color:rgba(234,246,145,0)}
.b2-widget-title h2,.widget>h2{padding:20px 28px 8px;text-shadow:0 0 2px rgb(43 122 191/46%);font-weight:550;font-size:15px;line-height:1}

.index-module__bgContainer___LgPq0 {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.index-module__bgImg___Xh6E1 {
    height: 4.9064rem;
    width: 100%;
}

.site {
    background-image: url(https://img.yyexe.cn/img/2024040506443485.webp) !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
}


/*优化头部header*/
.site-header.social-top{
    height: 58px;
    background: #FFFFFF;
}
.logo img{
    /*height: 22px;*/
}
.header-banner-left .menu li.current-menu-item a{
    color: #0066ff;
    font-weight: 600;
}
.site .site-header-in{
    box-shadow: none;
}
.site .site-header-in > div:last-child{
    box-shadow: 0px 2px 4px rgb(114 114 117 / 6%);
}
.social-top .header{
    height: 65px;
    border: none;

}
.social-top .site.up .header{

    z-index: 7;
}
.top-style-blur{
    display: none;
}
.social-top .header-banner{
    position: absolute;
}
.social-top .header-banner{
    transform: translate(0,0);
    transition: transform .3s;
}
.social-top .site.up .site-header-in .header-banner{
    transform: translate(0,-58px);
    transition: transform .3s,background-color .3s ease-out;
}
.social-top .header .wrapper{
    height: 58px;
    opacity: 0;
    transform: translate(0,20px);
    transition: transform .3s,background-color .3s ease-out,opacity .3s;
    -webkit-transition: transform .3s,background-color .3s ease-out,opacity .3s; /* Safari */
}
.social-top .site.up .site-header-in{
    transform: none;
    transition: none;
}
.social-top .site.up .top-style-bottom .wrapper{
    opacity: 1;
    transform: translate(0,0);
    transition: transform .3s,background-color .3s ease-out,opacity .3s;
    -webkit-transition: transform .3s,background-color .3s ease-out,opacity .3s; /* Safari */
}
.social-top .header-banner-left .menu li a{
    font-size: 15px;
}
.social-top .header-banner-left .menu li a:hover{
   
    color:#0066ff;text-decoration:none;
}


.social-top .top-menu ul li.depth-0 > a{
    font-size: 15px;
    color: #8590A6; /*第二层导航菜单字体颜色修改，可以修改成自己颜色*/
    opacity: 1;
    height: 58px;
}
.social-top .top-menu ul li.depth-0 > a i{
    font-weight: 600;
}
.social-top .mobile-box{
    justify-content: normal;
}
.social-top .mobile-box .mobile-show{
    display: block;
}
.social-top .mobile-box .top-submit {
    position: absolute;
    right: 0;
    display: flex;
}
    /*移动样式优化*/
    @media screen and (max-width: 768px){
        .social-top .logo img{
            /*height: 20px;*/
        }
        .site-header.social-top{
            height: 90px;
        }
        .social-top .site.up .site-header-in{
            transform: translate(0,-43px);
            transition: transform .3s,background-color .3s ease-out;
        }
        .social-top .header .wrapper{
            opacity: 1;
            transform: none;
        }
        .social-top .site.up .site-header-in .header-banner{
            transform: none;
        }
        .social-top .top-submit {
            display: none !important;
        }
    }
    
    .site-header-in::after {
    content: '';
    position: absolute;
    top: -20px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    pointer-events: none;
    background: url(https://img.yyexe.cn/img/one_header.png) no-repeat top center / 1400px;
}

.single-article::after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    pointer-events: none;
    background: url(https://img.yyexe.cn/img/wzbg.webp) no-repeat top center / 1400px;
}
.entry-content > hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #F5F6F7, #cccccc96, #F5F6F7);
    background-image: -moz-linear-gradient(left, #F5F6F7, #8c8b8b, #F5F6F7);
    background-image: -ms-linear-gradient(left, #F5F6F7, #8c8b8b, #F5F6F7);
    background-image: -o-linear-gradient(left, #F5F6F7, #8c8b8b, #F5F6F7);
    margin: 40px 0;
}



.download-box {
    position: relative;
    overflow: hidden;
    clear: both;
   
    border-radius: 0px;
     border: 2px dashed #058dec8c
}

.entry-content blockquote {
    margin: 0;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 29px;
    color: #797C80;
    background: #F5F6F7;
    border-radius: 0px;
    width: 100%;
    margin-bottom: 1.2em;
    padding: 1em !important;
    border: 2px dashed #8590a64a;
}

.modules-title-box {
    display: flex;
}
.post-list .module-desc {

    width: 180px;
}
p.module-desc {
    border-left: none!important;
    padding-left: 0!important;
}

.ym-menu .sub-menu {
    top: 54px;
    display: block;
    overflow: hidden;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 32%);
    padding: 10px 0;
    border-radius: 4px;
    left: -50px;
    display: none;
}