*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body{
    width: 100%;
    height: 100%;
    /* font-size: 16px; */
}
html{
    font-size: calc(100vw/7.5);
}
#container{
    width: 100%;
    height: auto;
    background: #ffffff;
}
.main{
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 1rem;
}
li{
    list-style: none;
}
button,input{
    outline: none;
    border: none;
}
a{
    text-decoration: none;
}
#header{
    width: 100%;
    height: .9rem;
    background: #ffffff;
    position: relative;
    display: flex;
    align-items: center;
}
#header #logo{
    width: 1.71rem;
    position: absolute;
    /* top: .25rem; */
    left: .91rem;
}
#header #bread{
    width: .31rem;
    position: absolute;
    left: .31rem;
    /* top: .39rem; */
}
#header p{
    position: absolute;
    /* top: .2rem; */
    right: .28rem;
    text-align: right;
    font-size: .18rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #000000;
}
#header p a{
    text-decoration: none; 
    font-size: .28rem;
    font-family: Source Han Sans CN;
    font-weight: 600;
    color: #FC8146;
}
.banner{
    width: 100%;
    height: auto;
    /* background: linear-gradient(to right,#fa4f52 ,#FC8243); */
}
.banner_cont{
    width: 100%;
    height: auto;
    background: url('../images/bannerm.png') no-repeat;
    background-size: 100% auto;
    padding: 5.6rem .28rem .54rem .28rem;
}
/* 注册框 */
.register_cont{
    width: 100%;
    height: auto;
    background: #ffffff;
    padding: .36rem .5rem .52rem .5rem;
    box-shadow: 0px .11rem .28rem 0.04rem rgba(248, 30, 36, 0.71);
    border-radius: .12rem;
}
.register_detail{
    width: 100%;
    height: auto;
}
.register_detail h3{
    font-size: .36rem;
    font-family: Resource Han Rounded CN;
    font-weight: bold;
    color: #000000;
    text-align: center;
}
.register_detail h3 span{
    color: #FB2E35;
}
.register_detail p{ 
    font-size: .22rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    text-align: center;
    padding-top: .1rem;
}
.form_cont{
    width: 100%;
    margin-top: .18rem;
}
.form_list{
    width: 100%;
    height: .75rem;  
    border-radius: .16rem;
    border: 1px solid #C6C6C6;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    margin-bottom: .15rem;
}
.form_list input{
    width: 100%;
    height: .7rem;
    padding-left: .21rem;
    background: none;
    font-size: .26rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
}
::-webkit-input-placeholder{
    font-size: .26rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
}
.form_list:nth-child(3){
    border: none;
    margin-bottom: 0!important;
}
.form_list #yzm{
    width: 3.72rem!important;
    height: .75rem;
    border-radius: .16rem;
    border: 1px solid #C6C6C6;
    margin-right: .19rem;
}
.form_list .span-code{
    display: inline-block;
    flex: 1;
    height: .75rem;
    line-height: .75rem;
    text-align: center;
    font-size: .26rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    background: #D34C42;
    box-shadow: 0px 0.04rem 0.03rem 0px rgba(250, 146, 52, 0.15);
    border-radius: .16rem;
}
/* .form_list .span-code::before{
    content: "";
    width: 0.01rem;
    height: .43rem;
    background: #666666;
    position: absolute;
    left: 0;
} */
/* .protocol-list{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.protocol-list label{
    font-size: .22rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #343434;
    padding-left: .1rem;
} */

.form_cont .prompt{
    font-size: .26rem;
    font-family: PingFangSC-Regular, PingFang SC;
    color: red;
    text-align: center;
}
.form_cont .btn{
    width: 100%;
    height: .75rem;
    position: relative;
    margin-top: .15rem;
}
.form_cont button{
    width: 100%;
    height: .75rem;
    background: linear-gradient(180deg, rgba(232,109,98), rgba(225,35,35));
    box-shadow: 0px 0.05rem 0.06rem 0px rgba(250, 146, 52, 0.36);
    border-radius: .38rem;
    position: absolute;
    top: 0rem;
    left: 0rem; 
    font-size: .34rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
}

/* 内容区域 */
#section{
    width: 100%;
    height: auto;
}
.section{
    width: 100%;
    height: auto;
    background: #FCF2EA;
    padding: .75rem .25rem .39rem .25rem;
}
.expert_cont{
    width: 100%;
    height: auto;
}
.expert_detail{
    width: 100%;
    height: 3.2rem;
    padding: .4rem 0rem 0rem .29rem;
}
.expert_detail h3{
    font-size: .3rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FF7D11;
}
.expert_detail span{ 
    display: block;
    font-size: .22rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    padding-top: .19rem;
}
.expert_detail ul{
    padding-top: .2rem;
}
.expert_detail ul li{
    font-size: .18rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #595757;
    line-height: .35rem;
}
.expert_detail:first-child{
    background: url('../images/expert3.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-top: .46rem;
}
/*.expert_detail:nth-child(2){
    background: url('../images/expert3.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-top: .18rem;
}
.expert_detail:last-child{
    background: url('../images/expert2.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-top: .18rem;
}*/

/* 百万人群选择 */
.section1{
    width: 100%;
    height: auto;
    padding: .49rem .41rem .5rem .41rem;
}
.title{
    width: 100%;
    text-align: center;
}
.title h3{  
    font-size: .44rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #000000;
}
.title p{        
    font-size: .28rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #595757;
    padding-top: .15rem;
}
.title h3 span{
    width: auto;
    display: inline-block;
    position: relative;
    background: url('../images/titlebg.png') no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
}
.advantage_cont{
    width: 100%;
    height: auto;
    margin-top: .51rem;
}
.advantage_list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
}
.advantage_list dl{
    width: 48%;
    text-align: left;
    height: auto;
    background: #FD6560;
    box-shadow: 0px 0.05rem .12rem 0.01rem rgba(248, 63, 58, 0.33);
    border-radius: .24rem;
    margin-bottom: .41rem;
    padding: 0.09rem 0.09rem .17rem 0.09rem
}
.advantage_list dl dt{
    width: 100%;
    height: 2.05rem;
    position: relative;
}
.advantage_list dl dt img{
    width: 100%;
}
.advantage_list dl dt h3{
    width: 2.5rem;
    height: .61rem;
    line-height: .61rem;
    background: linear-gradient(0deg, #FA2924 0%, #F8544F 100%);
    border-radius: 0px .28rem .28rem 0px;
    position: absolute;
    left: -0.09rem;
    top: -.3rem;
    font-size: .27rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    padding-left: .11rem;
}
.advantage_list dl dd p{ 
    font-size: .2rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    padding-top: .18rem;
}
.advantage_cont .btn{
    margin: 0 auto;
    width: 3.5rem;
    height: .65rem;
    position: relative;
}
.advantage_cont .btn button{
    margin: 0 auto;
    width: 100%;
    height: .65rem;
    background: #F8332F;
    box-shadow: 0px 5px 6px 0px rgba(248, 51, 47, 0.36);
    border-radius: .11rem;
    position: absolute;
    top: 0;
    left: 0; 
    font-size: .32rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
}

/* 0基础 */
.section2{
    width: 100%;
    height: auto;
    padding: .47rem .3rem .42rem .3rem;
    background: #FEF0EF;
}
.title1{
    width: 100%;
    text-align: center;
}
.title1 h3{ 
    font-size: .42rem;
    font-family: STYuanti-SC-Bold, STYuanti-SC;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0px 2px 3px rgba(167, 0, 0, 0.5);
}
.title1 p{     
    font-size: .3rem;
    font-family: STYuanti-SC-Bold, STYuanti-SC;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0px 2px 3px rgba(167, 0, 0, 0.5);
    padding-top: .11rem;
}
.class_cont{
    width: 100%;
    margin-top: .43rem;
}
.class_t{
    width: 100%;
    height: auto;
}
.class_t ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.class_t ul li{
    width: 31%;
    height: .62rem;
    background: #E7E7E8;
    border-radius: 0.08rem;  
    font-size: .26rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    margin: 0.05rem;
    text-align: center;
    line-height: .62rem;
}
.class_t ul li:nth-child(4){
    width: 48%;
}
.class_t ul li:last-child{
    width: 48%;
}
.class_t ul li.active{ 
    background: #F8332F;
    /* background: linear-gradient(180deg, #FA9732, #FB574C); */
    box-shadow: 0px 0.05rem 0.06rem 0px rgba(250, 146, 52, 0.36);
    color: #ffffff;
}

.class_list{
    width: 100%;   
    margin-top: .3rem;;
}
.class_desc{
    width: 100%;
    display: none;
}
.class_desc img{
    width: 100%;
}
.section2 .btn1{
    margin: .2rem auto 0;
    width: 3.5rem;
    height: .65rem;
    position: relative;
}
.section2 .btn1 button{
    width: 100%;
    height: .65rem;
    background: #F8332F;
    /* background: linear-gradient(180deg, #FA9732, #FB574C); */
    border-radius: .11rem;
    position: absolute;
    top: 0;
    left: 0; 
    font-size: .32rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
}


/* 强大师资 */
.section3{
    width: 100%;
    height: auto;
    padding: .66rem .35rem .5rem .35rem;
    background: #ffffff;
}
.teacher_cont{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.teacher_list{
    width: 50%;
    height: auto;
    margin-top: .73rem;
}
.teacher_list:first-child dl dt{
    border-top-left-radius: .12rem;
}
.teacher_list:first-child dl dd{
    border-bottom-left-radius: .12rem;
}
.teacher_list:nth-child(2) dl dt{
    border-top-right-radius: .12rem;
}
.teacher_list:nth-child(2) dl dd{
    border-bottom-right-radius: .12rem;
}
.teacher_list:nth-child(3) dl dt{
    border-top-left-radius: .12rem;
}
.teacher_list:nth-child(3) dl dd{
    border-bottom-left-radius: .12rem;
}
.teacher_list:nth-child(4) dl dt{
    border-top-right-radius: .12rem;
}
.teacher_list:nth-child(4) dl dd{
    border-bottom-right-radius: .12rem;
}

.teacher_list dl{
    width: 100%;
}
.teacher_list dl dt{
    width: 100%;
    height: 2.3rem;
    line-height: 2.3rem;
    text-align: center;
    display: flex;
    justify-content: center;
    position: relative;
    background: #FFF9C2;
}
.teacher_list dl dt img{
    height: 2.72rem;
    position: absolute;
    bottom: 0;
}
.teacher_list dl dd{
    width: 100%;
    height: auto;
    text-align: center;   
    background: #FFFCEB;
    padding-bottom: .21rem;
}
.teacher_list dl dd h3{ 
    font-size: .25rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #4C4948;
    padding-top: .15rem;
}
.teacher_list dl dd p{   
    width: 2.71rem;
    height: .4rem;
    line-height: .4rem;;
    background: #FFE100;
    border-radius: 0.08rem;
    font-size: .25rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #3E3A39;
    margin: 0.05rem auto 0;
}
.teacher_list dl dd ul{
    width: 100%;
    padding-top: .1rem;
}
.teacher_list dl dd ul li{    
    font-size: .22rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #4C4948;
    line-height: .35rem;
}
.section3 .btn{
    margin: 0 auto;
    width: 3.5rem;
    height: .65rem;
    position: relative;
    margin-top: .5rem;
}
.section3 .btn button{
    margin: 0 auto;
    width: 100%;
    height: .65rem;
    background: linear-gradient(180deg, #FA9732, #FB574C);
    box-shadow: 0px 0.05rem 0.06rem 0px rgba(250, 146, 52, 0.36);
    border-radius: .11rem;
    position: absolute;
    top: 0;
    left: 0; 
    font-size: .34rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
}

/* 优秀作品 */
.section4{
    width: 100%;
    height: auto;
    background: #ffffff;
    padding: .4rem .35rem .34rem .35rem;
}
.work-cont{
    width: 100%;
    height: auto;
    margin-top: .24rem;
}
.work-cont #swiper1{
    width: 100%;
    height: 7.7rem;
}
#swiper1 .swiper-pagination-bullet{
    background: #D2D2D3;
}
#swiper1 .swiper-pagination-bullet-active{
    background: #FF5C00;
}
.work_list{
    width: 100%;
    height: auto;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px .1rem .12rem 0.01rem rgba(255, 114, 12, 0.27);
    border-radius: 0px 0.08rem 0.08rem 0.08rem;
    margin-top: .77rem;
}
.work_list .title{
    width: 2.65rem;
    height: .77rem;
    background: #F8332F;
    border-top-left-radius: .15rem;
    border-top-right-radius: .15rem;
    text-align: center;
    line-height: .77rem; 
    font-size: .28rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    top: -.77rem;
    left: 0.01rem;
}
.work_list .work_desc{
    width: 100%;
    padding: .31rem .4rem .47rem .4rem;
}
.work_list .work_desc h3{
    font-size: .34rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #000000;
    text-align: center;
}
.work_list .work_desc p{   
    font-size: .22rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    text-align: left;
    padding-top: .23rem;
    line-height: .36rem;
}
.work_list .work_desc .poster_cont{
    width: 100%;
    height: 3.44rem;
    margin-top: .23rem;
    position: relative;
}
.work_list .work_desc .poster_cont img{
    width: 100%;
}
.work_list .work_desc .poster_cont .video_desc{
    width: 100%;
    height: 3.44rem;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.work_list .work_desc .poster_cont .video_desc img{
    width: .9rem;
}


/* 专注少儿编程 */
.section5{
    width: 100%;
    height: auto;
    background: #FEF0EF;
    padding: .74em .35rem .35rem .35rem;
}
.feature-cont{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: .3rem;
    padding: 0rem 0rem 0rem .3rem;
}
.feature-list{
    width: 45%;
    height: auto;
}
.feature-list dl{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.feature-list dl dt{
    padding-right: .17rem;
}
.feature-list dl dt img{
    width: .6rem;
}
.feature-list dl dd{
    padding-top: .3rem;
}
.feature-list dl dd h3{ 
    font-size: .4rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #000000;
}
.feature-list dl dd p{
    font-size: .24rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #000000;
}
.featuer-video{
    width: 100%;
    height: 3.85rem;
    margin-top: .57rem;
    position: relative;
}
.featuer-video .video_desc{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.featuer-video .video_desc img{
    width: .9rem;
}
.section5 .btn{
    margin: 0 auto;
    width: 3.5rem;
    height: .65rem;
    position: relative;
    margin-top: .35rem;
}
.section5 .btn button{
    margin: 0 auto;
    width: 100%;
    height: .65rem;
    background: #F8332F;
    /* background: linear-gradient(180deg, #FA9732, #FB574C); */
    box-shadow: 0px 0.05rem 0.06rem 0px rgba(250, 146, 52, 0.36);
    border-radius: .11rem;
    position: absolute;
    top: 0;
    left: 0; 
    font-size: .34rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
}


/* 荣誉资质 */
.section6{
    width: 100%;
    height: auto;
    padding: .39rem .31rem .38rem .31rem;
    background: #FFFFFF;
}
.cert-cont{
    width: 100%;
    height: auto;
    margin-top: .39rem;    
    background: #F8332F;
    padding: .18rem;
    position: relative;
}
.cert-cont #swiper2{
    width: 100%;
    height: auto;
    background: #ffffff;
}
.cert-cont #swiper2 .swiper-slide{
    width: 100%;
    padding: .2rem;
    display: flex;
    justify-content: space-between;
}
.cert_detail{
    width: 48%;
    height: auto;      
    background: #FFFFFF;
    box-shadow: 0px 6px 5px 0px rgba(198, 198, 198, 0.17);
    padding: .19rem 0.09rem .19rem 0.09rem;
}
.cert_detail dl dt{
    width: 100%;
    /* height: 1.53rem; */
    background: url('../images/certBg.png') no-repeat;
    background-size: contain;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cert_detail dl dt img{
    width: 1.85rem;
}
.cert_detail dl dd p{
    font-size: .19rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    text-align: center;
    padding-top: 0.07rem;
}
.cert-cont .btn img{
   width: 100%;
}
.cert-cont .btn_left{
    width: .5rem;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -.3rem;
    z-index: 2000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cert-cont .btn_right{
    width: .5rem;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -.3rem;
    z-index: 2000;
    display: flex;
    justify-content: center;
    align-items: center;
}
#swiper2 .swiper-pagination-bullet{
    /* width: .12rem!important;
    height: .12rem!important; */
    background: #FF8E8C;
}
#swiper2 .swiper-pagination-bullet-active{
    background: #EC0000!important;
}
/* 返回顶部 */
.section7{
    width: 100%;
    height: auto;
    background: #ffffff;
    padding: .37rem;
}
.cont7{
    width: 100%;
    text-align: center;
}
.cont7 .back{
    width: 2.14rem;
    height: .49rem;
    border: 1px solid #908F8F;
    border-radius: .1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.cont7 .back span{
    font-size: .26rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #5C5C5C;
    padding-right: .18rem;
}
.cont7 .back img{
    width: .28rem;
}
.cont7 p{  
    font-size: .24rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #5C5C5C;
    line-height: .37rem;
    padding-top: .22rem;
}
.cont7 p span{
    display: inline-block;
    width: .95rem;
    /* height: .32rem;
    line-height: .32rem; */
    padding: 0.02rem 0rem;
    background: #E9E8E8;
    border-radius: 0.08rem;
    font-size: .22rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #5C5C5C;
    text-align: center;
    margin-left: .17rem;
}
.section8{
    width: 100%;
    height: auto;
    padding: .48rem 0rem;
    text-align: center;
    background: #E9E8E8;
}
.section8 p{  
    font-size: .21rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #686868;
    line-height: .33rem;
}

#footer{
    width: 100%;
    height: 1rem;
    background: linear-gradient(0deg, #E12423, #E66057);
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.footer_left{
    width: 1rem;
    height: 1rem;
    position: relative;
    margin-left: .45rem;
}
.footer_left img{
    width: .96rem;
    position: absolute;
    bottom: 0.05rem
}
.footer_center{
    flex: 1;
    height: 1rem;
    text-align: center;
    padding: .1rem 0rem;
}
.footer_center p{
    font-size: .29rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #ffffff;
    line-height: .45rem;
    text-shadow: 0px 2px 5px #de3e01ad;
    letter-spacing: 0.02rem;
}
.footer_center p:first-child{
    font-size: .34rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FBEA74;
    text-shadow: 0rem 0.02rem 0.05rem rgba(222, 62, 1, 0.68);
    letter-spacing: 0.05rem;
}
.footer_right{
    width: 2rem;
    height: 1rem;
    display: flex;
    align-items: center;
    margin-right: .3rem;
}
.footer_right a{
    position: relative;
    display: block;
    width: 1.9rem;
    height: .65rem;
}
.footer_right button{
    width: 1.9rem;
    height: .65rem;
    background: linear-gradient(0deg, #FEF552 0%, #F6D659 100%);
    box-shadow: 0rem 0.02rem 0.07rem 0.01rem rgba(222, 62, 1, 0.34);
    border-radius: .33rem;
    outline: none;
    border: none;
    font-size: .31rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FA0C0C;
    position: absolute;
    top: 0;
}
/* 视频弹窗 */
.video_dialog{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}
.video_dialog .video{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video_cont{
    width: 100%;
    height: 5.63rem;
    text-align: center;
    position: relative;
}
.video_cont img{
    width: .8rem;
    position: absolute;
    /* left: 50%;
    margin-left: -.4rem; */
    top: -1rem;
    right: .1rem;
}


.wrapper{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 8000;
    color: #666;
    background: #ffffff;
    top: 0px;
    left: 0px;
    overflow: scroll;
}
.wrapper p{
    position: absolute;
    right: .1rem;
    top: .1rem;
    font-size: .35rem;
}
.wrapper h4{
    text-align: center;
    font-size: .4rem;
    padding-top: .6rem;
}
.wrapper .pro-info{
    margin: .3rem;
    white-space: pre-wrap;
    line-height: .45rem;
    font-size: .25rem;
}

/* 菜单栏 */
.menu_cont{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 5000;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* -webkit-animation: move 5s ease-in-out forwards; */
}
.menu_detail{
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.menu_mask{
    flex: 1;
    height: 100%;
}
.menu_cont.move-active{
    -webkit-animation: move .5s ease-in-out forwards;
}
.menu_cont.back-active{
    -webkit-animation: backmove .5s ease-in-out forwards;
}
.menu_title{
    width: 100%;
    height: 1.03rem;
    background: #FFFFFF;
    border-bottom: 1px solid #E7E5E0;
    display: flex;
    align-items: center;
}
.menu_title img{
    width: 1.71rem;
}
.menu_title #close_menu{
    width: .28rem!important;
    margin-left: .35rem;
    margin-right: .28rem;
}
.menu_list{
    width: 100%;
    height: auto;
    padding: 0rem .36rem;
    background: #ffffff;
}
.menu_list ul{
    width: 100%;
}
.menu_list ul a{
    display: block;
    width: 100%;
    height: 1.03rem;
}
.menu_list ul a li{
    width: 100%;
    height: 1.03rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E7E5E0;
}
.menu_list ul a:last-child li{
    border-bottom: none;
}
.menu_list ul a li span{
    font-size: .27rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #28201A;
}
.menu_list ul a li img{
    width: .15rem; 
}
.menu_section{
    width: 100%;
    flex: 1;
    background: #F5F4F2;
}
.menu_desc{
    width: 100%;
    padding: 0rem .36rem 4rem .36rem;
    background: #F5F4F2;
}
.menu_desc p{
    width: 100%;
    height: .95rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E7E5E0;
}
.menu_desc p span{
    font-size: .27rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #28201A;
}
.menu_desc p img{
    width: .36rem;
    margin-right: .3rem;
}
.menu_desc p:last-child img{
    width: .3rem;
}
.menu_footer{
    width: 100%;
    height: 1rem;
    background: #ffffff;
}
@-webkit-keyframes move{
    0%{
        -webkit-transform: translate(-100%,0);
    }
    100%{
        -webkit-transform: translate(100%,0);
    }
}

@-webkit-keyframes backmove{
    0%{
        -webkit-transform: translate(100%,0);
    }
    100%{
        -webkit-transform: translate(0,0);
    }
}