@charset "utf-8";
body,
dd,
div,
dl,
dt,
html,
li,
p,
ul {
  margin: 0;
  padding: 0;
}
li,
ul {
  list-style: none;
}

button,
input,
select,
textarea {
  outline: 0;
}

[class^="zqtIcon-"],
[class*=" zqtIcon-"] {
  font-family: "zqtIcon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
textarea {
  resize: none;
}
.ml2 {
  margin-left: 2em;
}
.mt15 {
  margin-top: 15px;
}
.mt40 {
  margin-top: 40px;
}
.mt30 {
  margin-top: 30px;
}
.dn {
  display: none;
}
.of {
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.remind_text {
  color: #f60;
  font-size: 14px;
}
.remind_text:before {
  display: inline-block;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  background: url(../images/form_image/remind_icon.png) no-repeat;
  content: "";
  vertical-align: top;
}
.remind_mark {
  margin-left: -12px;
  color: #fd6538;
  float: left;
  margin-top: 3px;
  font-size: 16px;
  line-height: 1;
}
.common_title {
  display: inline-block;
  margin-bottom: 12px;
  max-width: 100%;
  color: #333333;
  font-weight: 500;
  font-size: 14px;
}
.common_title span {
  margin-left: 12px;
  color: #999999;
  font-size: 12px;
  font-weight: normal;
}
.checkBox_box label font,
.radio_box label font {
  word-break: break-word;
}
.header__banner img {
  max-with: 100%;
  vertical: middle;
}
.form-control {
  display: block;
  padding: 6px 12px;
  width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  background-color: #fff;
  background-image: none;
  color: #333333;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #fa8563;
}
.ml90 {
  margin-left: 90px;
}
.radio_title {
  margin-bottom: 30px;
  max-width: 100%;
  font-weight: 500;
  font-size: 14px;
}
.radio_title span {
  margin-right: 5px;
  color: #fd6538;
}
input[type="radio"].radio {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
input[type="radio"].radio + .radio {
  margin-right: 10px;
  height: 16px;
  width: 16px;
  color: #333333;
  font-size: 14px;
  position: relative;
  margin-top: 2px;
}
input[type="radio"].radio + .radio:after {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #dcdcdc;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  box-sizng: border-box;
}
input[type="radio"].radio:checked + .radio:after {
  border-color: #fa8562;
}
input[type="radio"].radio:checked + .radio:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #fa8562;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.checkBox_box label,
.radio_box label {
  padding: 12px 14px;
  border-radius: 6px;
  background-color: hsla(0, 0%, 100%, 0.6);
  border: 1px solid #eaeaea;
  font-size: 14px;
  color: #333333;
  margin-bottom: 6px;
}

.birth_box {
  position: relative;
  display: inline-block;
}
.birth_box .text {
  position: relative;
  z-index: 100;
  margin-right: 15px;
  padding: 0 10px;
  width: 234px;
  height: 35px;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  background: #fff none repeat scroll 0 0;
  color: #555;
  font: 14px/35px ;
  cursor: pointer;
}
.birth_box .month,
.birth_box .year {
  position: absolute;
  top: 0;
  right: 20px;
  display: inline-block;
  width: 8px;
  height: 5px;
  background-position: 0 0;
  color: #b0b0b0;
}
.dis-box {
  position: absolute;
  top: 34px;
  z-index: 1;
  width: 252px;
  border: 1px solid #f1f3e9;
  background: #fff none repeat scroll 0 0;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}
.dis-box ul {
  padding: 10px;
}
.dis-box ul li {
  float: left;
  margin-right: 2px;
  width: 56px;
  height: 26px;
  color: #00a2e0;
  text-align: center;
  font-size: 12px;
  line-height: 26px;
  cursor: pointer;
}
.dis-box ul li.current {
  background: #00a2e0 none repeat scroll 0 0;
  color: #fff;
}
.form_wrap {
  position: relative;
  display: inline-block;
  width: 262px;
  height: 35px;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  background-color: #fff;
  cursor: pointer;
  width: 100%;
}
.form_wrap .mr_button {
  padding-left: 10px;
  width: 200px;
  height: 33px;
  border: 0;
  background-color: #fff;
  color: #555;
  text-align: left;
  font-size: 14px;
  cursor: pointer;
}
.form_wrap .xl_list {
  position: absolute;
  top: 37px;
  left: -1px;
  right: -1px;
  z-index: 999;
  box-shadow: 0px 0px 4px rgb(217, 224, 230);
  border-radius: 4px;
  background-color: #ffffff;
}
.form_wrap .xl_list ul {
  overflow-y: auto;
  height: 214px;
}
.form_wrap .xl_list li {
  padding-left: 20px;
  font-size: 14px;
  line-height: 34px;
  color: #666666;
}
.form_wrap .xl_list li:hover {
  background-color: #edf1f4;
}
.form_wrap .mr_sj {
  position: absolute;
  top: 15px;
  right: 18px;
  display: block;
  width: 0;
  height: 0;
  border: 6px solid #fff;
  border-color: #d3d3d3 transparent transparent;
  font-size: 0;
}
.mr50 {
  margin-right: 50px;
}
.mb30 {
  margin-bottom: 30px;
}

.checkBox_box label {
  display: inline-block;
}
input[type="checkbox"].checkbox {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
input[type="checkbox"].checkbox + .checkbox {
  display: inline-block;
  margin-left: 2px;
  padding-left: 25px;
  height: 16px;
  background: url(../images/form_image/no_checkbox.png) no-repeat;
  color: #333333;
  font-size: 14px;
  line-height: 16px;
}
input[type="checkbox"].checkbox:checked + .checkbox {
  height: 16px;
  background: url(../images/form_image/checkbox.png) no-repeat;
  color: #fa8562;
}
.pr {
  position: relative;
}
.file-img img {
  display: none;
}
.fill_box {
  text-align: center;
  maigin-right: 80px;
}
.file_box dd,
.file_box dt {
  display: inline-block;
  vertical-align: top;
}
.file_box input[type="file"] {
  position: relative;
  z-index: 1;
  width: 148px;
  height: 70px;
  opacity: 0;
}
.file_box .file_icon {
  position: absolute;
  top: 50px;
  left: 56px;
  z-index: 0;
  display: block;
  width: 37px;
  height: 33px;
  background: url(../images/form_image/file_img.png) no-repeat;
}
.file_box .file_img {
  width: 150px;
  height: 105px;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
}
.file_box .file_title {
  display: inline-block;
  width: 100%;
  height: 35px;
  border-bottom: 1px solid #dcdcdc;
  background-color: #f5f5f5;
  color: #a5a5a5;
  text-align: center;
  font-size: 14px;
  line-height: 35px;
}
.file_box .file_text {
  margin-top: 10px;
  color: #8b909e;
  font-size: 12px;
}
.pr {
  position: relative;
}
.file_works dd,
.file_works dt {
  display: inline-block;
  vertical-align: top;
}
.file_works input[type="file"] {
  position: relative;
  z-index: 1;
  width: 148px;
  height: 35px;
  opacity: 0;
}
.file_works .file_icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 150px;
  height: 36px;
  background: url(../images/form_image/works_file.png) no-repeat;
}
.file_works .file_img {
  width: 150px;
  height: 35px;
}
.file_works .file_text {
  margin-top: 10px;
  color: #8b909e;
  font-size: 12px;
}
.form_textarea {
  padding: 5px;
  width: 100%;
  height: 128px;
  border: 1px solid #dcdcdc;
  color: #333333;
  line-height: 20px;
  font-size: 14px;
  border-radius: 4px;
}
.mt60 {
  margin-top: 60px;
}
.mt50 {
  margin-top: 50px;
}
.form_bg {
  width: 100%;
  min-width: 320px;
  background: #f0f0f0 none repeat scroll 0 0;
}
.w700 {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 700px;
}
.entry_form {
  margin-top: 32px;
  background-color: rgb(255, 255, 255);
  border-radius: 12px;
  font-size: 14px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin-bottom: 60px;
}
.form_activity_img {
  position: absolute;
  top:0;
  left:0;
}
.form-header__banner img {
  max-width: 100%;
  vertical-align: middle;
}
.form-header__container {
  padding: 25px 30px 20px;
}
.form-header__container img {
  max-width: 100%;
}
.entry_form .menu {
  padding: 15px 20px;
  font-size: 14px;
}
.menu_title {
  padding: 0 6px;
  height: 36px;
  background: #333;
  padding: 0 6px;
  position: relative;
}
.menu_title a:first-child {
  color: #fa8562;
}
.menu_title a {
  text-decoration: none;
  font-size: 14px;
}
.entry_form_lists {
  margin: 20px 28px;
}
.entry_form_lists .prompt {
  display: table;
  margin: 0 auto;
  color: #9f9ea2;
  font-size: 12px;
}
.entry_form_lists .prompt span {
  color: #fa8562;
}
.form-btns {
  margin-right: 80px;
  text-align: center;
}
.form-btns a {
  display: inline-block;
  line-height: 42px;
  border-radius: 21px;
  background-color: #2e73ff;
  text-align: center;
  width: 128px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}
.form-btns span {
  display: inline-block;
  line-height: 42px;
  border-radius: 21px;
  background-color: #2e73ff;
  text-align: center;
  width: 128px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}
.form-btns a:hover {
  background-color: #fd5d2e;
}
.form-btns .disable_btn {
  background-color: #c7d3e0;
}

.form_bg .share_btns a {
  display: inline-block;
  margin: 0 20px;
  width: 61px;
  height: 61px !important;
  background: url(../images/form_image/weibo_icon.png) no-repeat;
}
.form_bg .share_btns .qq_icon {
  background: url(../images/form_image/qq_icon.png) no-repeat;
}
.form_bg .share_btns .weixin_icon {
  background: url(../images/form_image/weixin_icon.png) no-repeat;
}
.form_footer {
  margin-top: 15px;
  width: 100%;
  height: 50px;
  border-top: 1px solid #f3f3f3;
  color: #9f9ea2;
  text-align: center;
  font-size: 12px;
  line-height: 50px;
}

.apply_content img {
  max-width: 100%;
}

.file_name span {
  color: #131313;
  font-size: 14px;
}
.file_name .del_btn {
  color: #fa8562;
  cursor: pointer;
  margin-left: 10px;
}
.file_icon_box {
  margin-top: 12px;
  margin-right: 3px;
}
.file_progress_box {
  margin-left: 7px;
}
.file_progress {
  margin-top: 5px;
}
.file_progress span {
  color: #b4b4b4;
  font-size: 12px;
}
.file_progress .re-integrity-m {
  margin: 7px 2px 0 0;
  padding: 1px;
  width: 48px;
  height: 6px;
  border: 1px solid #ababab;
}
.file_progress .re-solid {
  width: 80%;
  height: 6px;
  background-color: #71bf50;
}
.file_progress .upload_time {
  margin-top: 2px;
  margin-left: 1px;
}
.file_finish .fsize14 {
  font-size: 14px;
}
.file_finish .upload_complete {
  color: #3d882d;
  font-size: 14px;
}
.birth_box + .birth_box .text {
  margin-right: 0;
}
.form_city .form_wrap + .form_wrap {
  margin-right: 0;
}
.login-mode {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.login-codeContainer {
  background: #ffffff;
  box-shadow: 0px 3px 8px #b5b9bc;
  border-radius: 4px;
  width: 296px;
  min-height: 170px;
  padding: 56px 20px 24px;
}

.image-upload {
  width: 150px;
  height: 106px;
  border: 1px dashed #e3e3e3;
  border-radius: 2px;
  background: #edf1f7;
  cursor: pointer;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #333;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: 0.3s ease-in-out;
}

.image-upload_desc {
  font-size: 12px;
  text-align: center;
  color: #9e9e9e;
  padding: 0 12px;
  display: none;
  line-height: 16px;
  transition: 0.3s ease-in-out;
}

.image-upload:hover .image-upload_desc {
  display: block;
}

.image-upload:hover span,
.image-upload:hover p {
  color: #2f73ff;
}
.Upload-works {
  width: 195px;
  height: 86px;
  border-radius: 2px;
  background-color: rgba(47, 115, 255, 0.04);
  border: 1px dashed rgba(47, 115, 255, 0.6);
}
.c2F73FF {
  color: #2f73ff;
}
