@charset "utf-8";
/* CSS Document */
/*全站共用样式*/
body,html{ width:100%; font-size: 12px; -webkit-text-size-adjust:none; color:#333333;  font-family: 'Microsoft YaHei', Arial, 'Hiragino Sans GB', sans-serif; float:left; padding: 0; margin: 0; overflow-x: hidden;}
html, body, figure, dl, dd, img, form, div, ul, ol, li, h1, h2, h3, h4, h5, h6, p, button, input, textarea, a, span, em {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
img{ border:0;}
ul,li,dl,dt,dd{ margin:0; padding:0; list-style: none;}
h1,h2,h3,h4,h5,h6,p,dt,dl,dd,p,input{ margin:0; padding:0;}
rem,i{ font-style:normal;}
input,button,select,textarea{ outline:none;}
input,button,select,textarea{ resize:none;}
*:focus{outline: none;}
a{color:#333333; text-decoration:none;}
a:link,a:visited{ color:#333333; text-decoration:none;}
a:hover,a:active{ color:#eb6629; text-decoration:none;}
.none{ display: none;}
.font12{font-size:12px;}
.font14{font-size:14px;}
.font18{font-size:18px;}
.left{float:left;}
.right{float:right;}
.margin{ margin: 0;}
.nodata{ width: 100%; height: auto; float: left;}
.nodata img{ width: 100%;}
.ifEmpty{ width: 100%; height: auto; float: left; text-align: center; line-height: 55px; font-size: 16px; margin-top: 10px;}
.hide{ display: none;}
.show{ display: block;}


.appIn{width: 1200px;height: auto;margin: 0 auto}
/*统一模块的间距*/
.Uniformspacing{margin:0 0 110px 0 !important }

#header { width:100%; height: auto; float: left; top: 0; left:0; position:fixed; z-index: 9000000;background: #fff;padding: 12px 0 12px 0;}
#header .headerIn{ width: 100%; height: 100%; float: left;display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex;align-items: center }
#header .logo{ width: 160px; height: auto; float: left;margin-left: 52px;    margin-right: 30px; }
#header .logo img{ width: 100%;}
#header .logo img.special{display: none}
@font-face {
    font-family: 'BarlowRegular';
    src: url('../images/Barlow-Regular.ttf')

}
@font-face {
    font-family: 'BarlowSemiBold';
    src: url('../images/Barlow-SemiBold.ttf')

}
@font-face {
    font-family: 'MyriadProRegular';
    src: url('../images/MyriadPro-Regular.otf')

}



.element {
    transform: translateY(20px);
    opacity: 0;
    transition: transform 2000ms, opacity 2000ms;
}

.element:target {
    transform: translateY(0);
    opacity: 1;
}


#header .menuT{ width:auto; height: 100%; float: left; position: relative; text-align: center;}
/*导航栏*/
#menuT ul{ width: 100%; height: 100%; float:left; position: relative; display: block;}
#menuT li{ width: auto; height: auto;/* float:left;*/ margin-left: 43px; display: inline-block;font-family: BarlowRegular}
@media(max-width: 1500px){
    #menuT li a{font-size: 14px !important}
    #menuT li{ margin-left: 20px;}
}
@media(max-width: 1300px){
    #menuT li{ margin-left: 5px;}
}
@media(max-width: 1200px){
    #menuT li{ margin-left: 9px;}
}
#menuT li:nth-child(1){ margin-left: 0;}
#menuT li a{ width: auto; height: auto; float: left;  font-size: 16px; color: #000;font-family: MyriadProRegular;padding-top: 6px}
#menuT li a:hover,#menuT li a:active{ color: chocolate;}
#menuT li a span{ width: auto; height: auto; float: left;}

#menuT li a i{ width: 25px; height: 105px; float: left; background: url("../images/navbg.png") no-repeat right center;}
/*!*下拉*!*/
/*!*覆盖上面的#nav li*!*/
#menuT li dl { left: -999px; position: absolute; width:auto; padding: 10px 26px; background: #fff; margin-top: 105.5px; border:1px solid #d1d1d1; text-align: center; z-index: 99999; margin-left: -40px;}
#menuT li dl dd{ width: 100%; height: auto; float: left; overflow: hidden;}
#menuT li dl dd a{width:100%; height:auto; line-height:32px; border-top:1px solid #eeeeee; padding-top:5px; padding-bottom:5px;}
#menuT li dl dd:nth-child(1) a{ border: 0;}
/*!*覆盖上面的#nav li a*!*/
#menuT li.sfhover dl { width: 150px; height: auto; left: auto; background-color: rgba(48, 54, 67, 0.8); border: 0;}
#menuT li.sfhover dd a{ color:#ffffff; font-size: 12px; padding: 0; margin: 0;}
#menuT li.sfhover span{ color: #0090d7;}
#menuT li.sfhover dd a:hover{ color: #0090d7;}
#menuT li span.dse{width: 40px;height: 55px;text-align: center}

#header .tel{ width: auto; height: auto; float: right; background: url(../images/phone.png) no-repeat center left; background-size: 20px; text-indent: 30px; color: red; font-size: 16px;margin-right: 52px;    flex: 1;
    text-align: right;}
#header .tel a{margin-right: 15px;}
#header .tel a:last-child{margin-right: 0}
#header .menuTwap{ display: none;}
#header .menuTwap .menu_ico{ float: right;}
#header .menuTwap .menu_ico img{ width: 1.5rem;}



/*移动端导航*/
@media(max-width: 1100px){

    #header .logo{        width: 128px;  margin-left: 3rem;  margin-right: 0;}


    #header .menuTwap{ display: block;flex: 1;  margin-right: 30px;}
    #header .tel{display: none}
    #header .menuT{display: none}
    #header.self_adaption{ height: 4.5rem; background: transparent;}
    #header .headerIn.self_adaption{ width: 92%; margin-left: 4%; height: 100%; display: flex; align-items: center; justify-content: space-between;}
    #header .logo.self_adaption{ width: 7.5rem; margin-top: 0;}
    #header .menuT.self_adaption{ display: none;}
    #header .tel.self_adaption{ display: none;}
    #header .menuTwap.self_adaption{ display: block;}
    #header .menuTwap .a_txt{display:block;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index:10000}
    #header .menuTwap .a_txt .div1{position:absolute;width:100%;height:100%;background:#000000;filter:alpha(opacity=0);opacity:0;left:0px;top:0px;z-index:1}
    #header .menuTwap .a_txt .div3{position:absolute;width:66.666666%;right:0px;top:0px;background:#F6F6F6;height:100%;z-index:100;right:-66.666666%}
    #header .menuTwap .a_txt .div3 ul li a{display:block;height:4.5rem;color:#000000;line-height:4.5rem;padding-left: 10%;font-size:1.2rem;position: relative;}
    #header .menuTwap .a_txt .div3 ul li a.cur{ border-right: 3px solid #154B9C;}
    #header .menuTwap .a_txt .div3 ul li a.cur:before{ content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: #154B9C; opacity: 0.05;}
    #header .menuTwap .a_txt .div3 ul li:first-child a{ background: url("../images/moblie_menu.png") no-repeat 95% center; background-size: 1.5rem;}
    #header .menuTwap .a_txt .div3 ul li .a_js2{background:url(../images/moblie_menuN2.png) 90% center no-repeat;background-size: 0.8rem 0.5rem;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
    #header .menuTwap .a_txt .div3 ul li .a_js2_on{background:url(../images/moblie_menuN3.png) 90% center no-repeat;background-size: 1rem 0.6rem;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
    #header .menuTwap .a_txt .div3 ul li .a_txt2{display:none}
    #header .menuTwap .a_txt .div3 ul li .a_txt2 a{ padding-left: 15%;}
}




#banner{ width: 100%; height: 100%; float: left;position: relative}
#banner .swiper-container { width: 100%; height: 100%; --swiper-navigation-color: hsla(0,0%,100%,.6);/* 单独设置按钮颜色 */  --swiper-navigation-size: 1.7rem;/* 设置按钮大小 */}
#banner .swiper-slide {position: relative; text-align: center; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;cursor: pointer}
#banner .swiper-slide a{ width: 100%; height: 100%; float: left;}
#banner .swiper-slide img{ width: 100%; height:100%; object-fit: cover;}
#banner .ASheet{width: 100%;height: auto;float: left}
#banner .ASheet img{ width: 100%; height: auto; object-fit: cover;}
#banner .swiper-button-next{ width: 3.16rem; height: 4.16rem; right: 50px; background-color: rgba(0,0,0,.4); opacity: 0; transition: .3s;}
#banner .swiper-button-prev{ width: 3.16rem; height: 4.16rem; left: 50px; background-color: rgba(0,0,0,.4); opacity: 0; transition: .3s;}
#banner  .swiper-pagination{ display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex;align-items: center;justify-content: center;bottom: 30px; }
#banner .swiper-pagination-bullet{ width: 16px; height: 16px; background-color: #ffffff; border: none; border-radius: 50%;opacity: 1;}
#banner .swiper-pagination-bullet-active{width: 26px;height: 26px;}

#banner .float{text-align:right;width:auto;height: auto;float: left;position: absolute;top: 50%;right:190px;color: #fff;font-family:BarlowRegular;    transform: translateY(-50%); }
#banner .float .box{opacity: 0;position: relative}
#banner .float .box.cur{animation: indexslideInFromRight .3s ease forwards;}
/* 定义动画 */

@keyframes indexslideInFromRight {
    0% {
        transform: translateX(30px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInFromRight {
    0% {
        transform: translateX(-30px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInFromleft {
    0% {
        transform: translateX(30px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}



/* 定义淡入动画 */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: perspective(2500px) rotateX(100deg);
    }
    to {
        opacity: 1;
        transform: perspective(2500px) rotateX(0);
    }
}@keyframes myfadeup  {
    from {
        opacity: 0;
        transform: translate3d(0, 10px, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
}
}

.bigge{
overflow: hidden;}
.bigge:hover img {
    transition: all 0.3s;
    transform: scale(1.1);
}
#banner .float.cur{color: #000}
#banner .float h3{font-size: 50px;margin-bottom: 5px;}
#banner .float p{font-size: 30px;margin-bottom: 7px;font-weight: 700}
#banner .float i{font-size: 16px;display: block;color: #ff6034;text-align: right}
#banner .leftbottom{width:66px;height: auto;float: left;position: absolute;top: 50%;left:20px;transform: translateY(-50%);z-index: 9999}
#banner .leftbottom img{width: 100%;height: 100%}
#banner .rightbottom{width:66px;height: auto;float: left;position: absolute;top: 50%;right:20px;transform: translateY(-50%);z-index: 9999}
#banner .rightbottom img{width: 100%;height: 100%}
#main .bannerWap{ width: 100%; height: auto; float: left; display: none;}
#main .bannerWap .swiper-container { width: 100%; height: 100%;}
#main .bannerWap .swiper-slide { text-align: center; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;}
#main .bannerWap .swiper-slide a{ width: 100%; height: auto; float: left;}
#main .bannerWap .swiper-slide  img{ width: 100%; height: 50rem;}
#main .bannerWap .ASheet  img{ width: 100%; height: 50rem;}

#banner{display: block}
#bannerwap{display: none}

@media(max-width: 1100px){


    #banner{display: none}
    #bannerwap{display: block}

/*#main .banner{ display: none;}*/
    /*#main .bannerWap{ display: unset;}*/
    .bannerwap{ width: 100%; height: 100%; float: left;position: relative}
    .bannerwap .swiper-container { width: 100%; height: 100%; --swiper-navigation-color: hsla(0,0%,100%,.6);/* 单独设置按钮颜色 */  --swiper-navigation-size: 1.7rem;/* 设置按钮大小 */}
    .bannerwap .swiper-slide {position: relative; text-align: center; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;cursor: pointer}
    .bannerwap .swiper-slide a{ width: 100%; height: 100%; float: left;}
    .bannerwap .swiper-slide img{ width: 100%; height:100%; object-fit: cover;}
    .bannerwap .ASheet{width: 100%;height: auto;float: left}
    .bannerwap .ASheet img{ width: 100%; height: auto; object-fit: cover;}
    .bannerwap .swiper-button-next{ width: 3.16rem; height: 4.16rem; right: 50px; background-color: rgba(0,0,0,.4); opacity: 0; transition: .3s;}
    .bannerwap .swiper-button-prev{ width: 3.16rem; height: 4.16rem; left: 50px; background-color: rgba(0,0,0,.4); opacity: 0; transition: .3s;}
    .bannerwap  .swiper-pagination{ display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex;align-items: center;justify-content: center;bottom: 30px; }
    .bannerwap .swiper-pagination-bullet{ width: 0.7rem; height: 0.7rem; background-color: #ffffff; border: none; border-radius: 50%;opacity: 1;}
    .bannerwap .swiper-pagination-bullet-active{width: 1.5rem;height:1.5rem;}

    .bannerwap .float{text-align:right;width:100%;height: auto;float: left;position: absolute;bottom: 0;right:0;color: #fff;font-family:BarlowRegular;        padding: 0 2rem 11rem 0;     }
    .bannerwap .float .box{opacity: 0;position: relative}
    .bannerwap .float .box.cur{animation: indexslideInFromRight .3s ease forwards;}
    .bannerwap .float.cur{color: #000}
    .bannerwap .float h3{font-size: 3.6rem;margin-bottom: 0;}
    .bannerwap .float p{font-size: 1.7rem;margin-bottom: 1rem;font-weight: 700}
    .bannerwap .float i{font-size: 16px;display: inline-block;color: #ff6034;text-align: right}
    .bannerwap .float i.cur{border: 1px solid #fff;color: #fff;padding:0.3rem 1.3rem 0.5rem 1.3rem;line-height: 1;font-size: 1rem }
    .bannerwap .float.cur i{color: #000;border: 1px solid #000}

    .bannerwap .leftbottom{width:66px;height: auto;float: left;position: absolute;top: 50%;left:20px;transform: translateY(-50%);z-index: 9999}
    .bannerwap .leftbottom img{width: 100%;height: 100%}
    .bannerwap .rightbottom{width:66px;height: auto;float: left;position: absolute;top: 50%;right:20px;transform: translateY(-50%);z-index: 9999}
    .bannerwap .rightbottom img{width: 100%;height: 100%}

}



@media only screen and (max-width: 1910px) {
    /* styles to be applied when screen width is greater than 1200px */
    #banner .bannercustomR{right: 0}

}


#Heading{width: 100%;height: auto;float: left;text-align: center}
#Heading h2{color: rgba(204,204,204,0.1); margin-top: 10px;width: 100%; height: auto; float: left; font-size: 90px; }
#Heading  p{width: 100%; height: auto; float: left;margin-top: -4rem;}
#Heading  p span{width:32%;font-size: 36px;color: #212121; padding-bottom: 15px;position: relative;display: inline-block }
#Heading  p span:after{content: '';width: 80px;height: 20px;background: url("../images/Heading_img.png") no-repeat center left;background-size: 100%;display: inline-block;
    left: 0;
    top: 30%;
    transform: translateY(-50%);
    position: absolute;}
#Heading  p span:before{content: '';width: 80px;height: 20px;background: url("../images/Headingright_img.jpg") no-repeat center left;background-size: 100%;display: inline-block;
    right: 0;
    top: 30%;
    transform: translateY(-50%);
    position: absolute;}
#Heading.cur h2{background: transparent;padding: 0;}
#Heading.special h2{margin-bottom: 20px;}

@media(max-width: 1100px){


}



@media only screen and (max-width: 768px) {



    /* styles to be applied when screen width is less than 768px */
    #Heading h2{ font-size:1.6rem;padding-bottom: 1rem;}
    #Heading  p{ font-size: 1.3rem;margin-top: 0}
    #Heading.special h2{margin-bottom: 0.7rem}

}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    /* styles to be applied when screen width is between 768px and 1024px */


}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    /* styles to be applied when screen width is between 1024px and 1200px */


}
@media only screen and (min-width: 1200px) {
    /* styles to be applied when screen width is greater than 1200px */


}




#footer{ width: 100%; height: auto; float: left;line-height: 1;background: #fff;margin-top: 50px;margin-bottom: 50px;}
#footer .appIn{overflow: hidden;width: 1300px;}
#footer .footerT{ width: 100%; height: auto; float: left;line-height: 1;text-align: center;border-bottom:1px solid #000;margin-bottom: 20px;padding-bottom: 20px; }
#footer .footerM{ width: 100%; height: auto; float: left;line-height: 1;}
#footer .footerM ul{width: 100%;height: auto;float: left;display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex;align-items: center}
#footer .footerM ul li{width:auto;height: auto;float: left;margin-right: 60px;}
#footer .footerM ul li b{font-size: 15px;display: block;margin-bottom: 7px;font-family: BarlowSemiBold}
#footer .footerM ul li p{line-height: 17px;font-family: MyriadProRegular}
#footer .footerM ul li:last-child{margin-right: 0}



video::-internal-media-controls-download-button {
    display:none;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}

.oven{width: 100%;height: 100%;float: left;position: absolute;top: 0;left: 0;background: #eee;    z-index: 99999;}
@media only screen and (max-width: 768px) {

    #footer{margin: 0 0 5rem 0;padding-top: 3rem;}
    /* styles to be applied when screen width is less than 768px */
    #footer .appIn{width: 92%}
    #footer .footerT{margin: 0;text-align: left;padding-bottom: 1rem;    border-bottom: 1px solid #c1c1c1;}
    #footer .footerT img{width: 85px;}
    #footer .footerM ul{flex-wrap: wrap}
    #footer .footerM ul li{width: 100%;margin: 0;padding: 1.5rem 0}

    #footer .footerM ul li:nth-of-type(odd){border-top: 1px solid #c1c1c1;border-bottom: 1px solid #c1c1c1;}
    #footer .footerM ul li:first-child{border-top: none}
    #footer .footerM ul li b{font-size: 1.2rem;}
    #footer .footerM ul li p{font-size: 1rem;}
    #footer .footerM ul li:last-child{display: none}
    #footer .footerM ul li:nth-of-type(3){border-bottom: none}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    /* styles to be applied when screen width is between 768px and 1024px */
    #footer .appIn{width: 92%}

    #footer{margin: 5rem 0 5rem 0;padding-top: 3rem;}
    /* styles to be applied when screen width is less than 768px */
    #footer .appIn{width: 92%}
    #footer .footerT{margin: 0;text-align: left}
    #footer .footerM ul{flex-wrap: wrap}
    #footer .footerM ul li{width: 100%;margin: 0;padding: 2rem 0}

    #footer .footerM ul li:nth-of-type(odd){border-top: 1px solid #000;border-bottom: 1px solid #000;}
    #footer .footerM ul li:first-child{border-top: none}
    #footer .footerM ul li b{font-size: 1.5rem;}
    #footer .footerM ul li p{font-size: 1.2rem;}
    #footer .footerM ul li:last-child{display: none}

}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    /* styles to be applied when screen width is between 1024px and 1200px */
    #footer .appIn{width: 92%}

    #footer{margin: 5rem 0 5rem 0;border-top:1px solid #000;padding-top: 3rem;}
    /* styles to be applied when screen width is less than 768px */
    #footer .appIn{width: 92%}
    #footer .footerT{margin: 0;text-align: left}
    #footer .footerM ul{flex-wrap: wrap}
    #footer .footerM ul li{width: 100%;margin: 0;padding: 2rem 0}

    #footer .footerM ul li:nth-of-type(odd){border-top: 1px solid #000;border-bottom: 1px solid #000;}
    #footer .footerM ul li:first-child{border-top: none}
    #footer .footerM ul li b{font-size: 1.5rem;}
    #footer .footerM ul li p{font-size: 1.2rem;}
    #footer .footerM ul li:last-child{display: none}

}
@media only screen and (min-width: 1200px) {
    /* styles to be applied when screen width is greater than 1200px */


}

.overlayN1box{width: 35%;height: auto;float: left;background: #fff;    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);    padding: 93px 77px 93px 77px;}

.overlayN1{width: 100%;height: auto;float: left;margin-bottom: 30px;padding-bottom: 30px;}
.overlayN1:last-child{padding-bottom: 0;border-bottom: 0;margin-bottom: 0}
.overlays{    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.overlayN1 .van-cell{padding: 0;line-height: 29px;    }
.overlayN1:nth-of-type(2) .van-cell{margin-bottom: 15px;    }

.overlayN1 .van-field__label{font-size: 18px;font-family: MyriadProRegular}

.overlayN1 .van-cell:nth-of-type(2){margin-bottom: 0}
.overlayN1 .van-cell:not(:last-child)::after{border: none}
.overlayN1 .van-field__body{border: 1px solid #000}
.overlayN1>span{color: #f67722;margin: 16px 0;display: inline-block;font-size: 18px;font-family: BarlowRegular}
.overlayN1 .van-field__control{padding-left: 10px;}
.overlayN1.overlayN2>span{color: #000}

.overlayN1 .buttom{cursor:pointer;color: #fff;background: #ed6a0c;width: auto;height: 34px;margin:0 auto 0 auto;line-height: 34px;text-align: center;font-size: 18px;font-family: BarlowRegular}
.overlayN1:nth-of-type(2) .buttom{margin: 0 auto}
.overlayN2:nth-of-type(2) .buttom{margin: 23px auto 0 auto;}
.overlayN1 h3{font-size: 35px;font-family:BarlowSemiBold;margin-bottom: 27px;}
#Cookiebox{width: auto;height: auto;float: left;text-align: right; flex: 1;font-size: 16px;font-family:BarlowSemiBold;display: none }

#Cookiebox i{background: #f67722;color: #fff;font-size: 16px;font-family: BarlowRegular;padding: 12px 0  7px 0;display: inline-block;width: 87px;text-align: center;line-height: 1;margin-left: 24px;cursor: pointer}
@media screen and (max-width: 1300px) {
    .overlayN1box{width: 60%}



}

@media screen and (max-width: 1200px) {
    #header .menuTwap{flex: none}



}
@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .overlayN1box{width: 60%}

    #header .menuTwap{flex: none}
}
@media screen and (max-width: 768px) {
    #header .menuTwap{flex: 1}
    #Cookiebox{display: none !important}
    .overlayN1box>span{font-size: 1rem}
    .overlayN1box{width: 92%;padding:3.2rem 1.5rem 3.8rem 1.5rem}
    .overlayN1 .buttom{margin:0 auto 0 auto}
    .overlayN1>span{margin: 1.6rem 0;font-size: 1.4rem}
    .overlayN1:nth-of-type(1) .van-cell{margin-bottom: 0}
    .overlayN1box>img{width: 2rem !important;height: 2rem!important;}
}