@charset "utf-8";
/* CSS Document */
body {
    max-width: 100%; overflow-x: hidden; background: #fff;
    font: 18px/36px "Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif; }
body , h1 , h2 , h3 , h4 , h5 , h6 , hr , p , blockquote , dl , dt , dd , ul , ol , li ,
pre , form , fieldset , legend , button , input , select, textarea ,
th, td { margin: 0; padding: 0; }
img { border: none; max-width: 100%; }
a { color: #2b2a3c; text-decoration: none; }
a:hover { text-decoration: none; }
a , area { blr: expression(this.onFocus=this.blur()); }
ul , ol , li { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; max-width: 100%; }
input , :focus { outline: 0; }
input[type="button"] , input[type="submit"] , input[type="reset"] , select { -webkit-appearance: none; appearance:none; -moz-appearance:none; -ms-appearance:none;}
input::focus-inner { padding: 0; border: 0; }
input::-webkit-input-placeholder{ color: #999; }
input::-moz-placeholder{ color: #999; }
input:-moz-placeholder{ color: #999; }
input:-ms-input-placeholder{ color: #999; }
select::-ms-expand { display: none; }
select{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}

.fl { float: left; } .fr { float: right; }
.clearfix::after { display: block; content: ''; height: 0; font-size: 0; clear: both; } .clearfix { zoom: 1;}
.clear { height: 0; width: 100%; overflow: hidden; font-size: 1px; line-height: 0; visibility: hidden; }
.Width { width: 1190px; margin: 0 auto; }
.hide , .onlymob { display: none; }
.container{ width:1200px; margin:0 auto; position:relative; box-sizing: border-box }
.container::after { display: block; content: ''; height: 0; font-size: 0; clear: both; }
ul::after { display: block; content: ''; height: 0; font-size: 0; clear: both; }
.no_after::after { display: none; content: ''; height: 0; font-size: 0; clear: both; }


body{
    background-image: url('../images/body_bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center left;
}
.menu {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 300px;
    z-index: 5;
    overflow: hidden;
    text-align: center;
}
.nav{
    height: 100%;
}
.nav li.on{
    background: url('../images/nav_active.png');
    background-size: 100% 100%;
}
.nav li{
    height: 11.1%;
    background:rgb(44 111 255 / 55%);
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    width: 100%;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav li::after{
    content: '';
    display: block;
    width: 100%;
    background-image: url('../images/nav_after.png');
    background-size: 100%;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -6px;
    height: 12px;
}
.nav li.on::after,
.nav li:nth-last-child(1):after{
    display: none;
}
.nav li img{
    height: 24px;
}
.nav li img.title_img,
.nav li.on img.title_img_active{
    display: block;
}
.nav li.on img.title_img,
.nav li img.title_img_active{
    display: none;
}
.nav li h3{
    margin-top: 5px;
    width: 240px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 26px;
}
.nav li h3 span{
    background: linear-gradient(85deg, #fff 0.9521484375%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.nav li.on h3{
    background: #fff;
}
.nav li.on h3 span{
    background: linear-gradient(173deg, #3F51B5 29.3701171875%, #2196F3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.swiper-container {
    width:100%; max-width:100%; height:100%; }
.swiper-slide {
    width:100%; max-width:100%; }
.swiper-slide > .wrap {  
    position: absolute; 
    width:100%; 
    box-sizing: border-box; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 30px 0 230px;
}
.section01{
    background-image: url('../images/box1_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.box1{
    position: relative;
}
.wrap01 h1{
    display: block;
    font-size: 0;
    background-image: url('../images/box1_h1.png');
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center center;
    width: 930px;
    height: 960px;
}
.box1_qr{
    position: absolute;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    bottom: 190px;
    right: -20px;
}
.box1_qr_img{
    box-sizing: border-box;
    border: 1px solid #00BCD4;
    background: linear-gradient(0deg, #e9f8ff, #2196F3);
    padding: 10px;
    border-radius: 10px;
    width: 150px;
    height: 150px;
}
.box1_qr_img img{
    display: block;
    width: 100%;
}
.box1_qr_text{
    box-sizing: border-box;
    border: 1px solid #acd8fc;
    background: linear-gradient(-90deg, #006ed9, #0c90f9);
    padding: 10px;
    border-radius: 10px;
    width: 190px;
}
.box1_qr_text p{
    line-height: 24px;
    font-size: 18px;
    color: #fff;
}
.box2{
    background-image: url('../images/box2_bg.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding-bottom: 40px;
    width: 950px;
    background-size: 950px;
}
.box_title{
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../images/title_bg.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    margin: 0 auto;
    font-weight: bold;
    white-space: nowrap;
    width: 750px;
    height: 110px;
    line-height: 110px;
    font-size: 46px;
}
.box_title img{
    display: block;
    height: 26px;
    margin: 0 10px;
}
.box_title span{
    background: linear-gradient(0deg, #FFF8E1 0%, #fff 20.0927734375%, #FFF6EA 93.5791015625%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.after_title{
    margin-bottom: 10px;
    line-height: 40px;
    font-size: 24px;
    text-align: center;
    color: #fff;
}
.box2_box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.box2_box li{
    margin: 16px 0;
    width: 355px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    border-radius: 26px 0px 0px 26px;
    box-shadow: 0px 3px 0px 0px #3F51B5;
    padding-left: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: bold;
    background: linear-gradient(0deg, #6bd6ff, #a6ebff, #ffffff);
    border: 1px solid #03A9F4;
    box-sizing: border-box;
}
.box2_box li img{
    display: block;
    width: 30px;
    margin-right: 10px;
}
.box2_box li span{
    background: linear-gradient(0deg, #0042ad 0%, #0053d9 98.2177734375%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.box2_book{
    display: block;
    width: 260px;
}
.yy_btn{
    display: block;
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
    color: #3F51B5;
    background: linear-gradient(0deg, #FFEB3B, #FFF6B6);
    font-size: 36px;
    width: 390px;
    line-height: 74px;
    border-radius: 37px;
    box-shadow: 0px 5px 0px 0px #3F51B5;
    margin-top: 20px;
}
.box3_center{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box3_center>img{
    display: block;
    width: 360px;
}
.box3_center ul{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.box3_center li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    padding: 0 20px;
    height: 52px;
    line-height: 52px;
    border-radius: 0px 26px;
    background: linear-gradient(0deg, #e1f5ff, #a6e6ff, #eafaff);
    box-shadow: 0px 7px 0px 0px #03A9F4;
}
.box3_center li img{
    display: block;
    width: 32px;
    margin-right: 10px;
}
.box3_center li p{
    font-size: 24px;
    white-space: nowrap;
    font-weight: bold;
    background: linear-gradient(0deg, #3F51B5 0%, #1093fb 98.2177734375%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.box3_list1 li{
    margin-bottom: 30px;
}
.box3_list2 li{
    margin-bottom: 50px;
}
.box3_list1 li:nth-child(1){
    margin-left: 80px;
}
.box3_list1 li:nth-child(2){
    margin-left: 28px;
}
.box3_list1 li:nth-child(3){
    margin-left: 56px;
}
.box3_list2 li:nth-child(1){
    margin-left: -44px;
}
.box3_list2 li:nth-child(2){
    margin-left: 32px;
}
.box4_top_list,
.box4_bottom_list{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.box4_top_list li{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background: linear-gradient(0deg, #ffffff, #d9f2fd, #b5e6f8);
    border: 2px solid #00BCD4;
    margin: 10px;
    width: 150px;
    height: 150px;
    border-radius: 10px;
}
.box4_top_list li h5{
    background-image: url('../images/box4_pdf.png');
    background-size: 100%;
    box-sizing: border-box;
    width: 90px;
    height: 80px;
    line-height: 40px;
    padding-top: 30px;
    font-size: 26px;
}
.box4_top_list li h5 span,
.box4_top_list li p span{
    background: linear-gradient(85deg, #fff 0.9521484375%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.box4_top_list li p {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(269deg, #3F51B5, #2196F3);
    box-shadow: 0px 10px 35px 0px rgba(22, 21, 22, 0.05);
    width: 130px;
    height: 40px;
    border-radius: 20px;
    margin-top: 5px;
    font-size: 26px;
    font-weight: bold;
}
.box4_top_list li p img{
    display: block;
    height: 18px;
    margin: 0 4px;
}
.box4_bottom_list li{
    background: linear-gradient(0deg, #ffffff, #d9f2fd, #76c2ff);
    border: 2px solid #00BCD4;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin: 0 10px;
    width: 250px;
    height: 260px;
    border-radius: 10px;
}
.box4_bottom_list li img{
    display: block;
    margin: 0 auto;
    height: 210px;
}
.box4_bottom_list li p{
    text-align: center;
    color: #fff;
    background: #2196F3;
    width: 100%;
    font-size: 14px;
    line-height: 40px;
    border-radius: 4px;
}
.box5 .box_title{
    font-size: 36px;
}
.box5_center_img{
    display: block;
    margin: 20px auto -40px;
    height: 280px;
}
.box5_list{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    width: 820px;
}
.box5_list li{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    background-image: url('../images/box5_stitle.png');
    background-size: 100%;
    width: 390px;
    height: 65px;
    margin: 10px;
    font-size: 25px;
}
.box5_list li img{
    display: block;
    width: 20px;
    margin: 0 4px;
}
.box5_list li p{
    background: linear-gradient(0deg, #FFF8E1 0%, #ffffff 20.0927734375%, #FFF6EA 93.5791015625%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.box6_center{
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding-bottom: 60px;
    background-image: url('../images/box6_bg.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 120px;
}
.box6_center>img{
    display: block;
    width: 250px;
    margin-right: 26px;
}
.box6_center li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 17px 0;
    height: 36px;
    line-height: 36px;
    font-size: 20px;
}
.box6_center li img{
    display: block;
    height: 36px;
    margin-right: 10px;
}
.box6_center li p{
    font-weight: bold;
    background: linear-gradient(0deg, #FFF8E1 0%, #FFD9A6 20.0927734375%, #FFF6EA 93.5791015625%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.box7_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box7_box li{
    background-image: url('../images/box7_list.png');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 30px 0;
    padding-left: 64px;
    padding-top: 16px;
    height: 80px;
}
.box7_box li p{
    box-sizing: border-box;
    background: #FFFFFF;
    font-weight: bold;
    color: #C11D14;
    white-space: nowrap;
    padding: 0 16px;
    font-size: 22px;
    line-height: 34px;
    border-radius: 17px;
}
.box7_center{
    background-image: url('../images/box7_bg.png');
    background-size: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 120px;
    width: 350px;
    height: 364px;
}
.box7_center img{
    display: block;
    height: 180px;
}
.box7_center p{
    margin: 8px auto;
    padding: 0 8px;
    font-size: 25px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    background: #FF4C13;
}
.box8_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box8_box li{
    background: linear-gradient(0deg, #FFF8E1, #FFD9A6, #FFF6EA);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 40px 0;
    padding: 0 20px;
    height: 50px;
    border-radius: 25px;
    font-size: 24px;
}
.box8_box li img{
    display: block;
    width: 25px;
    margin-right: 6px;
}
.box8_box li p{
    font-size: 24px;
    background: linear-gradient(269deg, #E2342B 0%, #C11D14 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}
.box8_img{
    display: block;
    height: 340px;
    margin: 0 20px;
}
.box9_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box9_box li{
    text-align: center;
    background-image: url('../images/box9_list.png');
    background-size: 100%;
    width: 350px;
    line-height: 60px;
    font-size: 20px;
    margin: 40px 0;
}
.box9_box li p{
    background: linear-gradient(269deg, #E2342B 0%, #C11D14 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}
.box9_img{
    display: block;
    height: 360px;
    margin: 0 20px;
}




.window_mask{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.7);
}
.yy_box{
    width: 574px;
    padding: 36px 48px 48px;
    box-shadow: 0px 5px 0px 0px #E2342B;
    border-radius: 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: linear-gradient(0deg, #FFC616, #FFF6B6);
    position: absolute;
    box-sizing: border-box;
}
.yy_box img{
    display: block;
    margin: 0 auto;
}
.close{
    cursor: pointer;
    position: absolute;
    display: block;
    width: 32px;
    right: -35px;
    top: -35px;
}
.yy_box h3{
    text-align: center;
    margin-bottom: 36px;
    line-height: 36px;
    font-size: 26px;
    color: #333;
}
.trueName{
    width: 100%!important;
    margin-bottom: 1%;
}
.trueName::placeholder{
    color: #000!important;
}
.ajax_form{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.ajax_form p{
    position: relative;
    margin-bottom: 1%;
}
.ajax_form input,
.ajax_form select{
    width: 230px;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    border: 1px solid #A1A1A1;
    box-sizing: border-box;
    padding-left: 20px;
    background: #fff;
    color: #333;
    font-size: 20px;
    float: left;
}
.ajax_form select{
    background: #fff url("../images/select_bg.png") 95% center no-repeat;
}
.ajax_form select#city,
.ajax_form input.mobile{
    float: right;
}
.ajax_form input#PhoneCode{
    width: 285px;
}
.ajax_form input#fs{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    border: 0;
    width: 200px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: #F11D36;
}
.ajax_form input.button{
    width: 100%;
    height: 58px;
    line-height: 58px;
    border: 0;
    display: block;
    box-sizing: border-box;
    background: #F11D36;
    text-align: center;
    cursor: pointer;
    padding: 0;
    color: #fff;
    font-size: 26px;
    float: none;
}

/* 隐私协议 */
.checkbox {
    margin-right: 2%;
}
.last-check {
    /*   margin-top: .2rem;*/
    display: flex;
}
.last-check label {
    font-size: 14px;
    color: #666;
}
.last-check a {
    color: #999;
    font-size: 10px;
}
input[type=checkbox] {
    width: 28px !important;
    height: 24px !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0 !important;
    line-height: 0 !important;
    filter:"alpha(opacity=0)";
}
input[type=checkbox]+label {
    display: inline-block;
    margin-left: -28px;
    padding-left: 28px;
    background: url('../images/checkbox_icon.png') no-repeat 0px -81px;
    line-height: 24px;
    opacity: 1;
}
input[type=checkbox]:hover+label {
    background: url('../images/checkbox_icon.png') no-repeat 0px -51px;
}
input[type=checkbox]:checked+label {
    background: url('../images/checkbox_icon.png') no-repeat 0px -25px;
}
input[type=checkbox]:checked:hover+label {
    background: url('../images/checkbox_icon.png') no-repeat 0px -81px;
}
/* 协议样式 end */

.distpicker{
    display: flex;
    justify-content:space-between;
    margin-bottom: 1%;
}
#__nc {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    border: 1px solid #e5e5e5;
    background-color: #f9f9f9;
    font-size: .8rem;
    margin-bottom: 1%;
    padding: 0;
  }
  ._nc .stage,._nc .stage1 .track div, ._nc .stage1 .label{
    padding: 0!important;
    height: 50px!important;
    line-height: 50px!important;
    font-size: .8rem;
  }
  ._nc .stage1 .slider{
    height: 50px!important;
    left: .7rem;
    right: .7rem;
  }
  ._nc .stage1 .button{
    width:  50px!important;
    height: 50px!important;
  }
  .nc-container #nc_1_wrapper, .nc-container.tb-login #nc_1_wrapper,.nc-container #nc_2_wrapper, .nc-container.tb-login #nc_2_wrapper {
    width: 100%!important;
    height: 50px;
  }
  .nc-container .nc_scale .scale_text{
    font-size: .4rem!important;
    text-align: left;
  }
  .nc_scale {
    height: 50px!important;
  }
  .nc-container .nc_scale span {
    height: 50px!important;
    line-height: 50px!important;
  }
  .nc-container .nc_scale span.nc-lang-cnt {
    line-height: 50px;
  }
  .nc-container .nc_scale .btn_ok {
    line-height: 50px;
  }
  textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 3.5rem;
    border: 1px solid #e5e5e5;
    padding-left: 1.1rem;
    margin-top: .75rem;
    background-color: #f9f9f9;
    border-radius: 0.5rem;
    font-size: .5rem;
  }

@media screen and (max-width:1380px) {
    .wrap01 h1{
        height: 600px;
    }
    .box4_bottom_list li{
        height: 180px;
    }
    .box4_bottom_list li img{
        height: 120px;
    }
    .box6_center>img{
        width: 200px;
    }
}

@media only all and (max-width:1080px) {
    .onlymob {
        display: block;
    }

    html {
        font-size: 20px;
    }

    body {
        width: 100%;
        font-size: .7rem;
        line-height: 1.2rem;
    }

    html, body {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    .Width {
        width: 17.5rem;
    }
    .container{
        width: 98%;
    }
    .fl,.fr{
        float: none;
    }

    /* 隐藏元素 */
    .swiper-button-prev,
    .swiper-button-next,
    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction,
    .menu .nav i,
    .ht_top .topnav a:nth-child(n+2),
    .stage,
    .footer p,
    .pc, .onlypc {
        display: none;
    }
    body{
        box-sizing: border-box;
        padding-bottom: 5.2rem;
    }

    .menu {
        position: relative;
        left: auto;
        top: auto;
        height: auto;
        width: 100%;
        background: none;
        box-sizing: border-box;
        /*padding-bottom: 1rem;*/
    }
    .nav{
        height:auto;
    }
    .nav li{
        float: left;
        height: auto;
        background: rgb(3 193 244);
        box-sizing: border-box;
        cursor: pointer;
        position: relative;
        width: 33.3%;
        box-sizing: border-box;
        padding: .2rem;
        flex-direction: column;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .nav li::after{
        display: none;
    }
    .nav li img.title_img,
    .nav li.on img.title_img_active{
        display: none;
    }
    .nav li.on img.title_img,
    .nav li img.title_img_active{
        display: none;
    }
    .nav li h3{
        margin-top: 0;
        width: 90%;
        line-height: 1.3rem;
        border-radius: .65rem;
        font-size: .65rem;
    }
    .nav{
        position: fixed;
        z-index: 90;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
    }
    /* 分页 */
    .swiper-container {
        height:auto; }
    .swiper-wrapper {
        display:grid; height:auto; }
    .swiper-slide {
        height:auto; flex-shrink:1; }
    .swiper-slide > .wrap {  position: relative;
    padding: 0; width: 98%; margin: .25rem auto;}
    
    .yy_box{
        width: 80%;
        padding: 1rem;
        border-radius: .6rem;
        background-size: 2.5rem, 2rem;
    }
    .close{
        width: 1.2rem;
        right: -1.3rem;
        top: -1.3rem;
    }
    .yy_box h3{
        line-height: 1.5rem;
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    .ajax_form p{
        margin-bottom: .5rem;
    }
    .ajax_form input,
    .ajax_form select{
        width: 48.5%;
        height: 1.6rem;
        line-height: 1.6rem;
        border-radius: .25rem;
        padding-left: .5rem;
        font-size: .7rem;
    }
    .ajax_form select{
        background-size: .5rem;
    }
    .ajax_form input{
        width: 100%;
    }
    .ajax_form input#fs{
        width: 45%;
    }
    .ajax_form input.button{
        width: 10rem;
        height: 1.8rem;
        line-height: 1.8rem;
        border-radius: .9rem;
        margin: 1rem auto 0;
        font-size: .9rem;
    }
    

    body{
        /*background-image: url('../images/body_bg.png');
        background-size: cover;
        background-repeat: no-repeat;*/
        background-position: center left;
        background: linear-gradient(180deg, #0367ca, #02aeeb, #288fdf);
    }
    .section01{
        background-image: url('../images/box1_bg.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center left;
    }
    .box1{
        position: relative;
    }
    .wrap01 h1{
        width: 18rem;
        height: 15.5rem;
    }
    .box1_qr{
        position: relative;
        bottom: auto;
        right: auto;
        margin: 0 auto 1.5rem;
        width: 10rem;
    }
    .box1_qr_img{
        padding: .2rem;
        border-radius: .2rem;
        width: 4rem;
        height: 4rem;
    }
    .box1_qr_text{
        padding: .2rem;
        border-radius: .2rem;
        width: 6rem;
    }
    .box1_qr_text p{
        line-height: 1rem;
        font-size: .6rem;
    }
    .box2{
        padding-bottom: 0rem;
        width: 100%;
        background-size: 90%;
    }
    .box_title{
        width: 18rem;
        height: 2.6rem;
        line-height: 2.6rem;
        font-size: 1rem;
    }
    .box_title img{
        height: .6rem;
        margin: 0 .2rem;
    }
    .after_title{
        margin-bottom: .3rem;
        line-height: 1.2rem;
        font-size: .7rem;
    }
    .box2_box{
        flex-direction: column;
    }
    .box2_box li{
        margin: .4rem;
        width: 12rem;
        height: 1.3rem;
        line-height: 1.3rem;
        font-size: .75rem;
        border-radius: .65rem;
        box-shadow: 0px .1rem 0px 0px #3F51B5;
        padding-left: .6rem;
    }
    .box2_box li img{
        width: .75rem;
        margin-right: .2rem;
    }
    .box2_book{
        width: 7rem;
    }
    .yy_btn{
        font-size: .85rem;
        width: 10rem;
        line-height: 1.7rem;
        border-radius: .85rem;
        box-shadow: 0px .1rem 0px 0px #3f77b5;
        margin: 1rem auto;
    }
    .box3_center{
        flex-direction: column;
    }
    .box3_center>img{
        display: none;
    }
    .box3_center li{
        width: 13rem;
        padding: 0 .5rem;
        height: 1.6rem;
        line-height: 1.6rem;
        border-radius: 0px .8rem;
        box-shadow: 0px .2rem 0px 0px #1a93f3;
    }
    .box3_center li img{
        width: .8rem;
        margin-right: .2rem;
    }
    .box3_center li p{
        font-size: .75rem;
    }
    .box3_list1 li{
        margin-bottom: .4rem;
    }
    .box3_list2 li{
        margin-bottom: .4rem;
    }
    .box3_list1 li:nth-child(1){
        margin-left:0;
    }
    .box3_list1 li:nth-child(2){
        margin-left:0;
    }
    .box3_list1 li:nth-child(3){
        margin-left:0;
    }
    .box3_list2 li:nth-child(1){
        margin-left: 0;
    }
    .box3_list2 li:nth-child(2){
        margin-left:0;
    }
    .box4_top_list,
    .box4_bottom_list{
        flex-wrap: wrap;
    }
    .box4_top_list li{
        margin: .2rem;
        width: 5.6rem;
        height: 5.6rem;
        border-radius: .2rem;
    }
    .box4_top_list li h5{
        width: 3.3rem;
        height: 3rem;
        line-height: 1.2rem;
        padding-top: 1.5rem;
        font-size: .8rem;
    }
    .box4_top_list li p {
        width: 5rem;
        height: 1.2rem;
        border-radius: .6rem;
        margin-top: .1rem;
        font-size: .8rem;
    }
    .box4_top_list li p img{
        height: .7rem;
        margin: 0 .2rem;
    }
    .box4_bottom_list li{
        margin: 0 .5%;
        width: 32.3%;
        height: auto;
        border-radius: .2rem;
        padding-top: .2rem;
    }
    .box4_bottom_list li img{
        height: 6rem;
    }
    .box4_bottom_list li p{
        font-size: .6rem;
        line-height: .8rem;
        border-radius: .1rem;
    }
    .box5 .box_title{
        font-size: .85rem;
    }
    .box5_center_img{
        margin: .5rem auto -1rem;
        height: 6rem;
    }
    .box5_list{
        width: 100%;
    }
    .box5_list li{
        width: 49%;
        height: 1.5rem;
        margin: .1rem .5%;
        font-size: .7rem;
    }
    .box5_list li img{
        width: .5rem;
        margin: 0 .1rem;
    }
    .box6_center{
        flex-direction: column-reverse;
        padding-bottom: 2rem;
        background-size: auto 2rem;
    }
    .box6_center>img{
        width: 7rem;
        margin-right: 0;
    }
    .box6_center li{
        margin: .5rem 0;
        height: 1.2rem;
        line-height: 1.2rem;
        font-size: .7rem;
    }
    .box6_center li img{
        height: 1.2rem;
        margin-right: .2rem;
    }
    .box7_box{
        flex-direction: column;
        position: relative;
        box-sizing: border-box;
        padding-top: 10rem;
    }
    .box7_center{
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        padding-top: 3rem;
        width: 8.75rem;
        height: 9.1rem;
    }
    .box7_center img{
        height: 4.5rem;
    }
    .box7_center p{
        margin: .2rem auto;
        padding: 0 .2rem;
        font-size: .7rem;
    }
    .box7_box li{
        margin: 0 0 .5rem 0;
        padding-left: 1.6rem;
        padding-top: .25rem;
        height: 2rem;
    }
    .box7_box li p{
        padding: 0 .4rem;
        font-size: .7rem;
        line-height: 1rem;
        border-radius: .5rem;
    }
    .box8_box{
        flex-direction: column;
    }
    .box8_box li{
        margin: 0 0 .5rem 0;
        padding: 0 .5rem;
        height: 1.6rem;
        border-radius: .8rem;
        font-size: .8rem;
        width: 12rem;
    }
    .box8_box li img{
        width: .6rem;
        margin-right: .2rem;
    }
    .box8_box li p{
        font-size: .8rem;
    }
    .box8_img{
        display: none;
    }
    .box9_box{
        flex-direction: column;
    }
    .box9_box li{
        width: 12rem;
        line-height: 2rem;
        border-radius: 1rem;
        font-size: .7rem;
        margin: 0 0 .3rem 0;
    }
    .box9_img{
        display: none;
    }
    
    .distpicker .por{
        width: 48%;
    }
    .distpicker .por select{
        width: 100%;
    }
    .ajax_form select#kslx{
        width: 48%;
    }
    ._nc .stage, ._nc .stage1 .track div, ._nc .stage1 .label,._nc .stage1 .slider,#__nc{
        height: 30px !important;
        line-height: 30px !important;
    }
    ._nc .stage1 .button{
        width: 30px !important;
        height: 30px !important;
    }
    ._nc .stage1 .slider{
        width: 100%;
        left: 0 !important;
    }
    .trueName,.distpicker,#__nc{
        margin-bottom: 0.5rem;
    }
    .ajax_form input.mobile{
        width: 48%;
    }
    .last-check{
        display: block;
    }
}
