/*移动端隐藏*/
.ty-nav-mobile{
    display: none;
}
.mobile-nav-box{
    display: none;
}
.CfadeInUp-mobile{
    display: none;
}
.server-target-mobile{
    display: none;
}
.footer-mobile{
    display: none;
}
.about-info-p-mobile{

}
.about-info-p-mobile{
    display: none;
}
.module2-content-mobile{
    display: none;
}
@media screen and (max-width: 750px) {
    body,html {
        min-width: auto;
        width: 100vw;
        overflow-x: hidden;
    }
    /*公共样式*/
    .box{
        width: 7.5rem;
    }
    .module-box{
        padding: 0.57rem 0 0.59rem;
    }
    .flex-box {
        width: 7.5rem;
        max-width: 7.5rem;
        min-width: 7.5rem;
        margin: 0.51rem auto 0.38rem;
        display: flex;
    }
    .module-title > div{
        width: 100%;
        font-size: 0.42rem;
        font-weight: 500;
        color: #262626;
        line-height: 0.36rem;

    }
    .module-title > div:after{
        width: 2.02rem;
        height: 0.22rem;
        left: 50%;
        transform: translateX(-50%);
        bottom: -0.12rem;
    }
    /*导航栏*/
    .header {
        width: 7.5rem !important;
        height: 0.86rem;
        justify-content: space-between;
        align-items: center;
        padding-left: 0.32rem;
        padding-right: 0.36rem;
        box-sizing: border-box;
        margin: 0;
    }
    header{
        width: 7.5rem;
        height: 0.86rem;
        box-sizing: border-box;
        z-index: 999;
        border: none;

    }
    .header .ty-logo{
        margin-right: 0.2rem;
    }
    .header .ty-logo img{
        width: 1.78rem;
    }
    .ty-nav{
        display: none;
    }
    .ty-nav-mobile{
        position: fixed;
        top: 0;
        right: -5rem;
        height: 100vh;
        width: 3.97rem;
        display: flex;
        align-items: center;
        flex-direction: column;
        background: #fff;
        box-shadow: 0rem 0.11rem 0.2rem 0rem rgba(34, 34, 34, 0.2);
        transition: right .4s;
        z-index: 9999;
        font-size: 0.34rem;
        font-weight: 400;
        color: #151414;
        line-height: 0.34rem;
    }
    .ty-li{
        width: 100%;
        padding: 0.4rem 0 0.4rem 0.54rem;
        margin: 0;
        background: url("../../images/mobile/index/nav_icon.png") no-repeat 85% center;
        background-size: 0.13rem 0.22rem;
        box-sizing: border-box;
        text-align: left;
    }
    .mobile-nav-box {
        display: block;
        width: 0.32rem;
        height: 0.31rem;
    }
    .mobile-nav-box > img{
        width: 0.32rem;
        height: 0.31rem;
    }
    /*内容*/
    .container {
        padding-top: 0.86rem;
    }
    /*二维码&遮罩*/
    .QR-box-mobile{
        display: none;
        position: absolute;
        top: -2rem;
        left: -1.3rem;
        z-index: 99;
        border-radius: 0.1rem;
        overflow: hidden;
        box-shadow: 0.03rem 0.03rem 0.2rem 0 rgba(0, 16, 63, 0.06);
    }
    .QR-box-mobile > img{
        width: 1.82rem;
        height: 1.82rem;
        padding: 0.03rem;
        background: #FFFFFF;
        border-radius: 0.1rem;
    }
    #maskMobile, #maskMobileNav{
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: transparent;
        z-index: 9;
    }
    #maskMobileNav{
        background: rgba(30, 28, 28, 0.3);
        z-index: 999;
    }
}
