.appointment{
  width: 100%;
  background: #fafbfe;
}


.login{
  display: flex;
  height: 100%;
  width: 100%;
  min-height: 605px;
}


.appointment .sub{
  margin:0 8% 30px;
}

.appointment .sub .sub-title{
  width: 100%;
  margin-top: 40px;
}

.appointment .sub .sub-title h2{
  font-size: 28px;
  line-height: 40px;
  text-align: center;
}

.appointment .sub .sub-title p{
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin: 5px 0 20px;
}

.appointment .sub .sub-info{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.appointment .sub .sub-info .item{
  float: left;
  width: 24.5%;
  margin-right: 0.66%;
  margin-top: 10px;
}

.appointment .sub .sub-info .item:nth-child(4n){
  margin-right: 0;
}

.appointment .sub .sub-info .inner{
  display: block;
  border: 2px solid #fff;
  padding: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 5px 0px;
}

.appointment .sub .sub-info .icon{
  margin:20px auto 4px;
  width: 80px;
  height: 80px;
}

.appointment .sub .sub-info .icon img{
  width: 100%;
}

.appointment .sub .sub-info h3{
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin: 10px 0;
  font-weight: 500;
  cursor: pointer;
}

.appointment .sub .sub-info h3 span{
  display: block;
  line-height: 20px;
  margin: 5px 0;
  height: 40px;
}

/* .appointment .sub .sub-info h3:hover{
  color:rgba(34, 169, 173, 1);
} */

.appointment .sub .sub-info p{
  font-size: 14px;
  margin: 15px 0 30px;
  line-height: 19px;
}

.appointment .sub .sub-info .apply{
  border: 1px solid #333;
  border-radius: 3px;
  width: 100%;
  font-size: 14px;
  text-align: center;
  display: block;
  line-height: 36px;
}

.appointment .sub .sub-info .inner:hover{
  color: #000;
}

.appointment .sub .sub-info .item:first-child .inner:hover{
  border: 2px solid #25b7aa
}

.appointment .sub .sub-info .item:nth-child(2) .inner:hover{
  border: 2px solid #00a0b8;
}

.appointment .sub .sub-info .item:nth-child(3) .inner:hover{
  border: 2px solid #00afd5
}

.appointment .sub .sub-info .item:nth-child(4) .inner:hover{
  border: 2px solid #f3981e;
}

.appointment .sub .sub-info .item:nth-child(5) .inner:hover{
  border: 2px solid #d3a359;
}

.appointment .sub .sub-info .item:nth-child(6) .inner:hover{
  border: 2px solid #6cbb5a;
}

.appointment .sub .sub-info .item:nth-child(7) .inner:hover{
  border: 2px solid #f08336;
}

.appointment .sub .sub-info .item:nth-child(8) .inner:hover{
  border: 2px solid #8ec31f;
}

.appointment .sub .sub-info .item:nth-child(9) .inner:hover{
  border: 2px solid #b7d32f;
}

.appointment .sub .sub-info .item:nth-child(10) .inner:hover{
  border: 2px solid #0072f7;
}

.appointment .sub .sub-info .item .inner:hover .apply{
  color: #fff;
}

.appointment .sub .sub-info .item:first-child .inner:hover .apply{
  background-color: #25b7aa;
  border-color: #25b7aa
}
.appointment .sub .sub-info .item:nth-child(2) .inner:hover .apply{
  background-color: #00a0b8;
  border-color: #00a0b8;
}

.appointment .sub .sub-info .item:nth-child(3) .inner:hover .apply{
  background-color: #00afd5;
  border-color: #00afd5;
}

.appointment .sub .sub-info .item:nth-child(4) .inner:hover .apply{
  background-color: #f3981e;
  border-color: #f3981e
}

.appointment .sub .sub-info .item:nth-child(5) .inner:hover .apply{
  background-color: #d3a359;
  border-color: #d3a359;
}
.appointment .sub .sub-info .item:nth-child(6) .inner:hover .apply{
  background-color: #6cbb5a;
  border-color: #6cbb5a;
}
.appointment .sub .sub-info .item:nth-child(7) .inner:hover .apply{
  background-color: #f08336;
  border-color: #f08336;
}

.appointment .sub .sub-info .item:nth-child(8) .inner:hover .apply{
  background-color: #8ec31f;
  border-color: #8ec31f;
}

.appointment .sub .sub-info .item:nth-child(9) .inner:hover .apply{
  background-color: #b7d32f;
  border-color: #b7d32f;
}

.appointment .sub .sub-info .item:nth-child(10) .inner:hover .apply{
  background-color: #0072f7;
  border-color: #0072f7;
}

.appointment .footer{
  width: 100%;
  background: rgba(0, 2, 34, 1);
}

.appointment .footer p{
  line-height: 48px;
  color: #fff;
  font-size: 14px;
  text-align: center  ;
}

.appointment .form{
  width: 100%;
  min-height: 550px;
  background-color: #f4f5fb;
  display: flex;
  flex-wrap: nowrap;
}

.login .form{
  background-color: #fff;
  height: 100vh;
}

.appointment .form-inner{
  margin: 30px 8%;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.login .form-inner{
  margin:0;
  display: block;
}

.appointment .form .item{
  float: left;
  position: relative;
}

.appointment .form .item-8{
  width: 60%;
}

.login .form .item-8{
  width: 45%;
  background-color: #f4f5fb;
  padding: 0px 20px;
  height: 100%;
}

.appointment .form .item-4{
  width: 40%;
}

.login .form .item-4{
  width: auto;
  float: none;
  margin-left: 45%;
  margin-top: 60px;
}

.appointment .form .item-5{
  width: 50%;
}

.appointment .form .item .logo-wrap{
  width: 150px;
  margin-bottom: 20px;
}

.login .form .item .logo-wrap{
  margin-top:30px;
  display: block;
  cursor: pointer;
  margin: 40px 60px 0;
}

.appointment .form .item .explain{
  line-height: 24px;
  color: #8286a7;
  font-size: 14px;
  width: 80%;
  margin: 40px auto 50px;
}


.appointment .form .item .banner-wrap{
  width: 90%;
  margin-bottom: 10px;
}

.login .form .item .banner-wrap{
  width: 80%;
  margin: auto;
}


.login .form .item .right-point{
  position: absolute;
  top: 460px;
  right: 10%;
  width: 300px;
  height: 90px;
  opacity: .4;
  background-image: radial-gradient(#0e6ff6 15%, transparent 0);
  background-size: 15px 15px;
}

.form .item .banner-wrap img{
  width: 100%;
}

.appointment .form .item p{
  margin: 10px 0 20px;
  font-size: 16px;
  color: #000;
  font-weight: 600;
}

.login .form .item p{
  width: 81%;
  /* margin: 100px auto 20px; */
  font-size: 14px;
  color: #999;
  position: absolute;
  bottom: 0;
  left: 11%;
}

.appointment .form .item .enterprise-wrap{
  width: 90%;
  margin-left: 0;
  overflow: hidden;
  max-height: 60px;
}

.appointment .form .item .enterprise-wrap .swiper-slide{
  width: 100%
}

.appointment .form .item .enterprise-wrap img{
  width: 100%
}

.appointment .form .item .inner{
  background: #fff;
  border-radius: 4px;
  padding: 20px;
}

.login .phone-login-wrap{
  display: none;
}

.login .form .item .inner{
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  /*-webkit-box-shadow: 0 4px 14px 0 rgba(206,207,209,0.28);
  box-shadow: 0 4px 14px 0 rgba(206,207,209,0.28); */
  margin: auto;
  width: 420px;
  padding-bottom: 40px;
}

.appointment .form .item h3{
  margin: 20px 0;
  font-size: 18px;
  font-weight: 600;
}

.appointment .form .item .big-title{
  margin: 20px 0;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}

.appointment .form .item .detail-p{
  font-size: 14px;
  color: #333;
  text-align: center;
  margin-bottom: 6px;
}

.appointment .form .item .tabs{
  width: 201px;
  margin: 0 auto 30px;
  font-size: 14px;
  display: flex;
  flex-wrap: nowrap;
}

.appointment .form .item .tabs a{
  float: left;
  display: block;
  width: 100px;
  text-align: center;
  color: #333;
  line-height: 24px;
  cursor: pointer;
}

.appointment .form .item .tabs a.active{
  color: rgba(0, 191, 191, 1);
}

.appointment .form .item .tabs i{
  display: block;
  float: left;
  height: 24px;
  display: inline-block;
  width: 1px;
  background-color: rgba(0, 191, 191, 1);
}

.appointment .form .item .form-item{
  width:100%;
  padding-bottom: 20px;
  position: relative;
}
.appointment .form .item .form-item-reg{
  width: auto;
  padding-left: 60px;
}

.appointment .form .item .form-item .label{
  position: absolute;
  left: 0;
  line-height: 40px;
}

.appointment .form .item .gwlogin{
  display: none;
}

.appointment .form .item .form-item .tip{
  display: none;
  color: #f56c6c;
  position: absolute;
  bottom: 4px;
  width: 100%;
  font-size: 12px;
}

.appointment .form .item .form-item input,
.appointment .form .item .form-item select,
.appointment .form .item .form-item textarea {
  height: 36px;
  line-height: 36px;
  width: 100%;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #C3C3C3;
  border-radius: 5px;
  box-shadow: none;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #333;
  text-align: left;
  padding-left: 10px;
}

.appointment .form .item .form-item input:focus,
.appointment .form .item .form-item select:focus,
.appointment .form .item .form-item textarea:focus {
  border-color: #3b99ff;
}

.appointment .form .item .form-item input::-webkit-input-placeholder,
.appointment .form .item .form-item select::-webkit-input-placeholder,
.appointment .form .item .form-item textarea::-webkit-input-placeholder {
  font-size: 14px;
}

.appointment .form .item .form-item-error input,
.appointment .form .item .form-item-error select,
.appointment .form .item .form-item-error textarea,
.appointment .form .item .form-item-error input:focus,
.appointment .form .item .form-item-error select:focus,
.appointment .form .item .form-item-error textarea:focus  {
  border-color: #f56c6c;
}

.login .form .item .form-item input,
.login .form .item .form-item select,
.login .form .item .form-item textarea {
  height: 40px;
  line-height: 40px;
}

::-webkit-input-placeholder { /* WebKit browsers */
  color: #999;
  font-size: 16px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 16px;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #999;
  font-size: 16px;
}

.appointment .form .item .yzm-wrap{
  position: relative;
  padding-right: 122px;
}

.appointment .form .item .yzm-wrap .yzm{
  position: absolute;
  top: 2px;
  right: 120px;
  width: 120px;
  border-left: 1px solid #aaa;
}

.login .form .item .yzm-wrap .yzm{
  top:4px;
}

.appointment .form .item .yzm-wrap button{
  height: 32px;
  width: 100px;
  background-color: rgba(34, 169, 173, 1);
  border: none;
  border-radius: 5px;
  line-height: 32px;
  color: #fff;
  margin: 0 10px;
  cursor: pointer;
}

.appointment .form .item .submit-wrap{
  width: 100%;
  margin-top: 10px;
}

.appointment .form .item .submit-wrap button{
  height: 45px;
  width: 100%;
  background-color: rgba(34, 169, 173, 1);
  border: none;
  border-radius: 5px;
  line-height: 36px;
  color: #fff;
  cursor: pointer;
}

.appointment .form .item .register-res{
  margin-top: 14px;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 30px;
}

.appointment .form .item .register-res a{
  font-size: 14px;
}
.appointment .form .item .register-res i{
  color: #00adbb;
}

.appointment .form .item .register-res .p4_r{
  display: block;
  float: right;
  text-align: right;
}

.appointment .form .item .iTalent-wrap{
  width: 100%;
  margin-top: 50px;
}

.appointment .form .item .iTalent-wrap p{
  color: #999;
  text-align: center;
  margin: 0;
  font-size: 14px;
  position: relative;
  height:32px;
  width: 100%;
  left: 0;
}

.appointment .form .item .iTalent-wrap p span{
  width: 112px;
  display: block;
  margin-left: -56px;
  background: #fff;
  height: 32px;
  position: absolute;
  z-index: 1;
  left: 50%;
  line-height: 32px;
}

.appointment .form .item .iTalent-wrap p::before{
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top:16px;
  height: 1px;
  background-color: #999;
}


.appointment .form .item .iTalent-wrap a{
  border: 1px solid #333;
  border-radius: 20px;
  line-height: 42px;
  color: #333;
  text-align: center;
  display: block;
}

.appointment .form .item .iTalent-wrap a:hover{
  color: #fff;
  border-color: #00adbb;
  background-color: #00adbb;
}



.appointment .form .item .ysbhfr-wrap {
  margin-top: 14px;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 30px;
}

.login .form .item .ysbhfr-wrap{
  margin-top: 0;
  margin-bottom: 20px;
}

.appointment .form .item .ysbhfr-wrap input {
  width: 14px;
  height: 14px;
  display: block;
  border: 0px;
  margin:2px 6px 0 0;
  float: left;
}

/* .appointment .form .item .ysbhfr-wrap input:checked{
  background: url(../upimg/reg_01_on.jpg) center no-repeat;
  background-size: 100%;
} */
.appointment .form .item .ysbhfr-wrap a:hover{
  color: #000;
}

.appointment .form .item .ysbhfr-wrap a i {
  color: #00adbb;
}

.appointment .form .item .form-item label{
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.appointment .form .item .form-item select{
  padding: 8px 0 8px 10px;
}

.appointment .form .item .form-item textarea{
  line-height: 24px;
}

.appointment .form .item .form-item .option{
  line-height: 24px;
  padding: 3px 0;
}

.appointment .form .item .form-item .form-radio-wrap{
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

.appointment .form .item .form-item .form-radio{
  width: 20%;
  float: left;
  cursor: pointer;
  box-sizing: border-box;
  border-top:1px solid rgba(170, 170, 170, 1);
  border-bottom:1px solid rgba(170, 170, 170, 1);
  border-right:1px solid rgba(170, 170, 170, 1);
}

.appointment .form .item .form-item .form-radio span{
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  padding: 12px 0;
}

.appointment .form .item .form-item .form-radio:first-child{
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-left:1px solid rgba(170, 170, 170, 1);
}

.appointment .form .item .form-item-error .form-radio{
  border-color: #f56c6c;
}
.appointment .form .item .form-item-error .form-radio:first-child{
  border-color: #f56c6c;
}

.appointment .form .item .form-item .form-radio:last-child{
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.appointment .form-final{
  background: #fff;
}

.appointment .form-final .item{
  float: right;
}

.appointment .form .item .form-item .form-radio-checked span{
  background-color: #00adbb;
  color: #fff;
}


.appointment .form .item .play-wrap{
  margin-right: 15px;
  position: relative;
}
.appointment .form .item .play-wrap .play{
  display: block;
  position: absolute;
  top:50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  width: 80px;
  height: 80px;
  background-image: url(../upimg/appointment_u317.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.appointment .form .item .video{
  display: none;
  margin-right: 15px;
}

.appointment .form .item .introduce{
  margin-top: 10px;
  margin-right: 15px;
  line-height: 28px;
  font-size: 14px;
  padding: 10px;
  background-color: rgba(242, 242, 242, 1);
}

.appointment .form .success-wrap{
  padding:0 40px;
  background-image: url(../upimg/appointment_u313.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  display: flex;
}

.appointment .form .success-wrap .success{
  border-bottom:1px solid #eee;
  padding-bottom: 8px;
  line-height: 30px;
  font-size: 14px;
  padding-right: 10px;
}

.appointment .form .success-wrap .success b{
  font-size: 20px;
  margin-right: 10px;
}

.appointment .form .success-wrap .success .p6{
  margin-left: -40px;
}

.appointment .form .success-wrap .img-wrap{
  width: 240px;
  padding-bottom: 10px;
}

.appointment .form .success-wrap .img-wrap img{
  margin-top: -10px;
}

.appointment .form .more-sol{
  margin-top: 10px;
}

.appointment .form .more-sol>h3{
  font-size: 16px;
  line-height: 24px;
}

.appointment .form .more-sol .sol-inner{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.appointment .form .more-sol .sol-inner .item{
  float: left;
  width: 50%;
  margin-bottom: 10px;
}

.appointment .form .more-sol .sol-inner .res-inner{
  display: block;
  padding: 6px 10px;
  border: 1px solid #fff;
  cursor: pointer;
}

.appointment .form .more-sol .sol-inner .img-wrap{
  width: 40px;
  height: 40px;
  float: left;
}

.appointment .form .more-sol .sol-inner .img-wrap img{
  width: 100%;
}


.appointment .form .more-sol .sol-inner .info{
  margin-left: 50px;
  text-align: left;
}

.appointment .form .more-sol .sol-inner h3{
  font-size: 16px;
  margin: 0;
}


.appointment .form .more-sol .sol-inner p{
  font-size: 12px;
  color: #000;
  margin: 0;
  font-weight: 400;
}

.appointment .form .more-sol .item:hover .res-inner{
  border: 1px solid rgba(34, 169, 173, 1);
  background-color: rgba(242, 242, 242, 1);
}

.appointment .form .more-sol .item:hover h3{
  color:rgba(34, 169, 173, 1);
  cursor: pointer;
}


.appointment .form .more-sol .item:hover p{
  color: #000;
}

@media screen and (min-width:1400px) {
  .appointment .form-inner{
    margin:30px auto;
    max-width: 1400px;
  }

  .login .form-inner{
    margin: 0;
    width: 100%;
    display: block;
    max-width: 100%;
  }
  .appointment .form .item .form-item .form-radio span{
    font-size: 14px;
  }
  
}

@media screen and (max-width:600px) {
  .login .form {
    padding: 10px;
}
  .login .phone-login-wrap{
    display: block;
  }

  .appointment .sub .sub-info .item{
    width: 100%;
    margin-right: 0;
  }

  .appointment .form .item-5{
    width: 100%;
  }

  .appointment .form .item .banner-wrap{
    width: 100%;
  }

  .appointment .form .item .enterprise-wrap{
    width: 100%;
  }

  .appointment .form .item .video{
    margin-right: 0;
  }

  .appointment .form .item .introduce{
    margin-right:0;
  }
  .appointment .form .item .inner{
    padding: 0;
  }
  .login .form .item-8{
    display: none;
  }
  .login .form .item-4{
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .login .form .item .inner{
    -webkit-box-shadow: 0 4px 14px 0 rgba(206,207,209,0);
    box-shadow: 0 4px 14px 0 rgba(206,207,209,0);
    margin: auto;
    width: 100%;
  }

}

@media screen and (max-width:475px) {
  .appointment .form .more-sol .sol-inner .item{
    width: 100%;
  }
}