html{ font-size: calc(100vw/7.5);}

body {background-color: #fff;font-family: 'Helvetica Neue', 'PingFang SC', Helvetica,Arial, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', sans-serif;}

html,body,article,aside,figure,footer,header,nav,section,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,table,thead,

tfoot,tr,td,th,blockquote,div,input{margin:0;  padding:0  }

h1,h2,h3,h4,h5,h6 {font-weight:500}

ul,ol,li {list-style-type:none;}

img {border:none;vertical-align:top; -webkit-tap-highlight-color:rgba(0,0,0,0);}

strong,b {font-weight:normal;}

input{  white-space:nowrap;}

em ,i {font-style:normal  }

a{text-decoration: none;-webkit-tap-highlight-color: transparent;}

textarea { overflow: auto; resize: vertical; }

input::-moz-placeholder, textarea::-moz-placeholder { color: #b5b9bc; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #b5b9bc; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #b5b9bc; }

.clear {*zoom:1  }

.clear:after {content:'';  display:block;height:0;clear:both  }

img{

    width: 100%;

    display: block;

}
.header_nav{
  width: 100%;
  height: 0.9rem;
  position: relative;
  box-shadow: 0 0.04rem 0.06rem rgba(26,26,26,0.1);
  background: #fff;
}
.header_nav .logo{
  float: left;
  padding-top: 0.2rem;
  padding-left: 0.2rem;
}
.header_nav .logo img{
  width: 1.04rem;
}
.header_nav .nav{
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0.92rem;
  background: #fff;
  z-index: 10;
  box-shadow: 0 0.04rem 0.06rem rgba(26,26,26,.1);
}
.header_nav .nav li {
  padding-left: 0.2rem;
}
.header_nav .nav li a{
  display: block;
  font-size: 0.30rem;
  color: #8590a6;
  padding: 0 0.5rem;
  line-height: 0.8rem;
}
.header_nav .nav li.on a{
  color: #008AFF
}
.header_nav .nav_menu{
  display: block;
  width: 0.8rem;
  height: 0.9rem;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 0.9rem;
  text-align: center;
  font-size: 0.28rem;
  color: #2A2A2A;
}
.swiper_banner .sw-slide{
  position: relative;
}
.swiper_banner .sw-slide .slide-text{
  width: 4rem;
  position: absolute;
  left: 0.5rem;
  top: 1.2rem;
  color: #fff;
}
.swiper_banner .sw-slide .slide-text h3{
  font-size: 0.4rem;
  padding-bottom: 0.2rem;
}
.swiper_banner .sw-slide .slide-text p{
  font-size: 0.28rem;
}
.swiper_banner .sw-bullet{
  bottom: 18%;
}
.swiper_banner .sw-bullet li{
  width:0.12rem;
  height:0.12rem;
  background:rgba(255,255,255,1);
  border-radius:0.06rem;
  opacity:0.55;
}
.swiper_banner .sw-bullet li.active{
  width:0.28rem;
  height:0.12rem;
  background:rgba(255,255,255,1);
  border-radius:0.06rem;
  opacity: 1;
}
.apply_main{
  padding: 0 0.54rem;
}
.apply_main .apply_form{
  width: 100%;
  background: #fff;
  box-shadow:0rem 0.04rem 0.1rem 0rem rgba(0,0,0,0.06);
  border-radius:0.24rem; 
  padding: 0.58rem 0.4rem 0.74rem;
  margin-top: -0.8rem;
  position: relative;
  box-sizing: border-box;
  font-size: 0.24rem;
}
.apply_main .apply_form .form_label{
  font-size: 0.32rem;
  color: #2A2A2A;
  margin-bottom: 0.4rem;
}
.apply_main .apply_form .checkbox_control{
  display: flex;
  padding-bottom: 0.6rem;
}
.apply_main .apply_form .checkbox_control .checkbox_item{
  flex: 1;
  margin-right: 0.28rem;
}
.apply_main .apply_form .checkbox_control .checkbox_item:last-child{
  margin-right: 0;
}

.apply_main .apply_form .checkbox_control .checkbox_item .inputCheckbox{
  display: none;
}
.apply_main .apply_form .checkbox_control .checkbox_item .inputCheckbox~span{
  width: 100%;
  height: 1.4rem;
  border: 0.02rem solid #E0E3EA;
  border-radius: 0.4rem;
  display: block;
}
.apply_main .apply_form .checkbox_control .checkbox_item:first-child .inputCheckbox~span{
  background: url("../images/logo_default1.png") no-repeat center;
  background-size: 1rem;
}
.apply_main .apply_form .checkbox_control .checkbox_item:nth-child(2) .inputCheckbox~span{
  background: url("../images/logo_default2.png") no-repeat center;
  background-size: 1rem;
}
.apply_main .apply_form .checkbox_control .checkbox_item:nth-child(3) .inputCheckbox~span{
  background: url("../images/logo_default3.png") no-repeat center;
  background-size: 1rem;
}
.apply_main .apply_form .checkbox_control .checkbox_item:last-child .inputCheckbox~span{
  background: url("../images/logo_default4.png") no-repeat center;
  background-size: 1rem;
}

.apply_main .apply_form .checkbox_control .checkbox_item:first-child .inputCheckbox:checked~span{
  background: #008AFF url("../images/logo_checked1.png") no-repeat center;
  background-size: 1rem;
}
.apply_main .apply_form .checkbox_control .checkbox_item:nth-child(2) .inputCheckbox:checked~span{
  background: #008AFF url("../images/logo_checked2.png") no-repeat center;
  background-size: 1rem;
}
.apply_main .apply_form .checkbox_control .checkbox_item:nth-child(3) .inputCheckbox:checked~span{
  background: #008AFF url("../images/logo_checked3.png") no-repeat center;
  background-size: 1rem;
}
.apply_main .apply_form .checkbox_control .checkbox_item:last-child .inputCheckbox:checked~span{
  margin-right: 0;
  background: #008AFF url("../images/logo_checked4.png") no-repeat center;
  background-size: 1rem;
}
.apply_main .apply_form .inputText input{
  width: 100%;
  height: 0.8rem;
  border: 0.02rem solid #E0E3EA;
  border-radius: 0.12rem;
  box-sizing: border-box;
  padding-left: 0.4rem;
  margin-bottom: 0.4rem;
  position: relative;
  outline: none;
}
.apply_main .apply_form .inputText{
  position: relative;
}
.apply_main .apply_form .inputText::before{
  content: "*";
  color: #FE4343;
  font-size: 0.28rem;
  position: absolute;
  left: 0.22rem;
  top: 0.26rem;
  z-index: 1;
}
.apply_main .form_submit{
  display: block;
  width: 100%;
  height: 0.8rem;
  border-radius: 0.12rem;
  border: none;
  background: #008AFF;
  color: #fff;
  outline: none;
}
.apply_main .form_submit:disabled{
  background: #E0E3EA;
}
.copyright{
  font-size: 0.24rem;
  color: #B5B9BC;
  line-height: 0.4rem;
  text-align: center;
  padding: 0.9rem 0.4rem 1.04rem;
}