.form{
  
}
h4{
  color: #0098FF;
  font-size: 24px;
  margin-top: 48px;
  margin-bottom: 41px;
}
.apply_content{
  width: 60%;
  margin: 0 auto;
}
.label_set{

}
.label_set label{
  font-size: 16px;
  color: #666;
}
.label_set span{
  color: #FA6400;
  font-size: 16px;
}
.input_set{
  width: 100%;
}
.input_set input{
  width: 100%;
  height: 44px;
  background: #F1F1F5;
  border: 0px;
  padding: 0px 20px;
  box-sizing: border-box;
}
/* .form_set >div{
  display: inline-block;
  margin-bottom: 30px;
} */
.validation{
  position: relative;
}
.err_msg{
  position: absolute;
  bottom: -19px;
  font-size: 10px;
  color: red;
}
.input_width{
  width: calc((50% - 33px)/2);
}
.line_width{
  margin-bottom: 30px;
}
.line_width >div{
  display: inline-block;
}
.phone{
  width: calc(50% - 16px);
}
.input_set textarea{
  width: 100%;
  height: 213px;
  background: #F1F1F5;
  border: 0px;
  padding: 10px 20px;
  box-sizing: border-box;
}
.flex_btn_form{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.flex_btn_form >span{
  font-size: 12px;
}
.flex_btn_form >span >span{
  color: #0098FF;
  cursor: pointer;
}
.common_big_btn{
  line-height: 0px;
}
.audit{
  display: none;
  text-align: center;
  padding-top: 152px;
  margin-bottom: 100px;
}
.audit h5{
  color: #FE9330;
  font-size: 32px;
  margin-bottom: 41px;
  margin-top: 24px;
}
.audit p{
  font-size: 24px;
  color: #666;
}