.m_head{
    height: 65px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    overflow: hidden;
    background-color: #333333;
    padding: 0 20px;
    align-items: center;
    justify-content: space-between;
    display: none;
}
.m_head .mlogo{
    width: 45px;
    vertical-align: middle;
}
#btn {
    background: none;
    border: none;
    outline: none;
    display: inline-block;
    z-index: 100;
    cursor: pointer;
}
#btn span {
    display: block;
    width: 24px;
    height: 1px;
    background: #fff;
    margin: 6px 0px;
    transition: all 0.5s;
}
#btn .one {
    transform-origin: left center;
    transform: rotate(45deg);
    background: #fff;
    transform-origin: center;
}
#btn .two {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    margin-top: -14px;
    background: #fff;
    transform-origin: center;
}
#btn #c {
    transition: all 0.5s;
}
.headBar{
    width: 100%;
    position: fixed;
    left: 0;
    top: 65px;
    z-index: 9999;
    display: none;
}
.headBar ul{
    padding: 0px 20px;
    background: rgba(51, 51, 51, 0.8);
    box-shadow: 1px 0 20px 2px rgba(255, 255, 255, 0.11);
}
.headBar ul li{
    width: 100%;
    line-height: 50px;
    border-bottom: 1px solid #cecbcb75;
}
.headBar ul li a{
    width: 80%;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
.mbanner{
    width: 100%;
    display: none;
    position: relative;
}
.mbannerImg{
    width: 100%;
}

.mbanner .phone{
    width: calc(304/375*100vw);
    position: absolute;
    top: 230px;
    left:0;
    border-radius: 20px;
}
.mbanner h1{
    font-size: 20px;
    font-family: pm;
    position: absolute;
    top: 130px;
    text-align: center;
    width: 100%;
}
.mbanner p{
    font-size: 14px;
    position: absolute;
    top: 170px;
    text-align: center;
    width: 100%;
    color: #333333;
}
.mbanner a{
    width: calc(255/375*100vw);
    line-height: calc(40/375*100vw);
    background-color: #333333;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 50px;
    z-index: 2;
    left: 50%;
    font-size: 16px;
    transform: translateX(-50%);
}
.mcontent{
    width: 100%;
    padding: 0 20px;
    margin: 32px 0;
    display: none;
    justify-content: space-between;
}
.mcontent .activityImg{
    width: calc(100/375*100vw);
}
.mcontent .activityInfo{
    width: calc(215/375*100vw);
}
.mcontent .activityInfo h3{
    font-size: 16px;
}
.mcontent .activityInfo p{
    font-size: 12px;
    margin-top: 7px;
    line-height: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}
.mcontent .activityInfo a{
    display: block;
    text-align: center;
    width: calc(100/375*100vw);
    line-height: 26px;
    border-radius: 5px;
    font-size: 14px;
    color: #333333;
    background: linear-gradient(139deg, #80FF8E 0%, #FBFF73 100%);
    float: right;
    margin-top: 15px;
}


.mclass .partner{
    margin:0 auto;
    padding: 25px 0;
    background-color: #ece9ec;
}
.mclass .partnerContent{
    width: 100%;
    padding: 0 20px;
}
.mclass .partnerContent h2{
    font-size: 16px;
    text-align: center;
}
.mclass .partnerContent>div{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.mclass .partnerContent>div img{
    width: calc(100/375*100vw);
    margin-top: 15px;
}

.mclass .footer{
    width: 100%;
    height: calc(1000/1920*100vh);
    box-sizing: border-box;
    background: #323532;
}
.mclass .footerContent{
    width: 100%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
}
.mclass .Cooperate,.mclass  .contact, .focusOn{
    color: #fff;
}
.mclass .footer .title{
    font-size: 16px;
    margin-top: 25px;
    text-align: left;
}
.mclass .Cooperate a{
    margin-top: 10px;
    text-align: left;
    font-size: 12px;
}
.mclass .contact>p{
    margin-top: calc(36/1920*100vw);
    text-align: left;

}
.mclass .contact>p:last-child,.Cooperate>p{
    margin-top: calc(18/1920*100vw);
    text-align: left;

}
.mclass .focusOnCode{
    margin-top: calc(36/1920*100vw);
}
.mclass .focusOnCode div{
    margin-right: calc(15/1920*100vw);
}
.mclass .focusOnCode div:last-child{
    margin-right: 0;
}
.mclass .focusOnCode p{
    margin-top: calc(12/1920*100vw);
   
}
.mclass .footer a{
    position: static;
    transform: none;
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    color: #fff;
}
.mclass .footer p{
    font-size: 12px;
    text-align: left;
}
.mclass .focusOnCode{
    display: flex;
    justify-content: space-between;

}
.mclass .focusOnCode img{
    margin-top: 10px;
    width: calc(75/375*100vw);
}
.mclass .focusOnCode p{
    text-align: center;
    margin-top: 15px;
}


.mclass .head,.mclass .banner,.mclass .content{
    display: none;
}
.mclass .m_head,.mclass .mcontent{
    display: flex;
}
.mclass .mbanner{
    display: block;
}

/* 活动详情 */
.mclass .activity_banner{
    width: 100%;
    margin-top: 65px;
}
.activity_banner img{
    width: 100%;
    vertical-align: middle;
}
.mclass .activity_content{
    width: 100%;
    padding: 0 20px;
    font-size: 14px;
    margin: 0 auto;
    color: #333;
    line-height: 20px;
}
.mclass .activity_content p{
    margin-bottom: 0;
}
.mclass .activity_content h1{
    font-size: 16px;
    text-align: center;
    margin: 10px 0;
}
@media only screen and (max-width: 500px) {
    .head,.banner,.content{
        display: none;
    }
    .m_head,.mcontent{
        display: flex;
    }
    .mbanner{
        display: block;
    }
     .partner{
        margin:0 auto;
        padding: 25px 0;
        background-color: #ece9ec;
    }
     .partnerContent{
        width: 100%;
        padding: 0 20px;
    }
     .partnerContent h2{
        font-size: 16px;
        text-align: center;
    }
     .partnerContent>div{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
    }
     .partnerContent>div img{
        width: calc(100/375*100vw);
        margin-top: 15px;
    }

    .footer{
        width: 100%;
        height: 360px;
        background: #323532;
    }
    .footerContent{
        width: 100%;
        padding: 0 20px;
        display: flex;
        flex-direction: column;
    }
    .Cooperate, .contact, .focusOn{
        color: #fff;
    }
    .footer .title{
        font-size: 16px;
        margin-top: 25px;
        text-align: left;
    }
    .Cooperate a{
        margin-top: 10px;
        text-align: left;
        font-size: 12px;
    }
    .contact>p{
        margin-top: calc(36/1920*100vw);
        text-align: left;
    
    }
    .contact>p:last-child,.Cooperate>p{
        margin-top: calc(18/1920*100vw);
        text-align: left;
    
    }
    .focusOnCode{
        margin-top: calc(36/1920*100vw);
    }
    .focusOnCode div{
        margin-right: calc(15/1920*100vw);
    }
    .focusOnCode div:last-child{
        margin-right: 0;
    }
    .focusOnCode p{
        margin-top: calc(12/1920*100vw);
       
    }
    .footer a{
        color: #fff;
    }
    .footer p{
        font-size: 12px;
        text-align: left;
    }
    .focusOnCode{
        display: flex;
        justify-content: space-between;
    
    }
    .focusOnCode img{
        margin-top: 10px;
        width: calc(75/375*100vw);
    }
    .focusOnCode p{
        text-align: center;
        margin-top: 15px;
    }

     .clauseContent {
        min-height: 100vh;
        padding: 20px;
        padding-top: 85px;
      }
       .clauseContent p {
        font-size: 12px;
        line-height: 18px;
      }
       .clauseContent .title {
        font-size: 16px;
        line-height: 36px;
      }
       .clauseContent .date, 
       .clauseContent .subtitle {
        font-size: 12px;
        line-height: 18px;
      }
       .clauseContent .subtitle {
        margin-top: 20px;
      }
       .mobileBanner.isCreat {
        display: flex;
        flex-direction: column;
        margin-top: 65px;
        height: 693px;
        background: url(../img/mobile_space_banner.png) center center no-repeat;
        background-size: cover;
      }
       .mobileBanner.isCoo {
        display: flex;
        flex-direction: column;
        margin-top: 65px;
        height: 693px;
        background: url(../img/cooperation_mobile_banner.png) center center no-repeat;
        background-size: cover;
      }
       .mobileBanner .contentInner {
        width: 224px;
        margin: 188px auto;
        flex: 1;
      }
       .mobileBanner.isCoo .contentInner {
        margin: 84px auto;
      }
       .mobileBanner .contentInner .title {
        text-align: center;
        font-family: pm;
        font-size: 20px;
        color: #ffffff;
        margin-bottom: 16px;
      }
       .mobileBanner .contentInner .subtitle {
        font-size: 14px;
        color: #ffffff;
        line-height: 20px;
      }
       .mobileBanner.isCoo .contentInner .subtitle {
        display: flex;
        font-size: 14px;
        justify-content: center;
      }
       .mobileBanner.isCoo .contentInner .subtitle div {
        position: relative;
        padding: 0 15px;
      }
       .mobileBanner.isCoo .contentInner .subtitle div::after {
        position: absolute;
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #ffffff;
        top: 50%;
        transform: translateY(-50%);
        right: -4px;
      }
       .mobileBanner.isCoo .contentInner .subtitle div:last-child::after {
        display: none;
      }
      
      .mobileBanner .qrcodeBox {
        width: 208px;
        height: 230px;
        background-color: #ffffff;
        border-radius: 18px;
        text-align: center;
        margin-top: 45px;
        padding: 13px 18px 0;
      }
      .mobileBanner .qrcodeBox .qrcodeBoxTitle {
       font-size: 16px;
       color: #333333;
       font-weight: 600;
       line-height: 44px; 
      }
      .mobileBanner .qrcodeBox .qrcodeInner {
        width: 112px;
        height: 112px;
        border-radius: 15px;
        padding: 9px;
        border: 2px solid #333333;
        margin: 7px auto;
        padding: 5px;
      }
      .mobileBanner .qrcodeBox .qrcodeInner img {
        display: block;
        width: 100%;
      }
      .mobileBanner .qrcodeBox p {
        font-size: 10px;
        color: #8c8c8c;
      }
       .spaceFooter {
        display: none;
        /* position: fixed;
        bottom: 0;
        background-color: transparent; */
      }
       .mobileFooter {
        display: block;
        height: 135px;
        padding: 0 20px;
        background-color: transparent;
      }
       .mobileFooter p {
        line-height: 14px;
        font-size: 10px;
      }
       .mobileFooter a {
        font-size: 10px;
        line-height: 14px;
      }
       .mobileFooter address {
        margin: 8px 0;
      }
       .spaceFooter span{
        font-size: 10px;
      }
      .app-info {
        height: auto;
        padding: 36px 0 36px 20px;
        background: url(/img/app-bg-mobile.png) center center no-repeat;
    background-size: cover;
      }
      .app-info__in {
        display: block;
      }
      .app-info .swiper-box {
        width: 100%;
      }
      .swiper, .swiper .swiper-wrapper {
        height: 373px;
      }
      .swiper-slide {
        width: 185px;
      }
      .app-info .app-desc {
        width: 100%;
        padding-right: 20px;
        margin-top: 23px;
      }
      .app-info .app-desc p {
        font-size: 10px;
        line-height: 14px;
        color: #ffffff;
      }
      .app-info .app-desc p.line {
        margin-bottom: 20px;
      }
}