@charset "UTF-8";
[v-cloak] {
  display: none;
}

body {
  margin: 0;
}

label, input {
  box-sizing: border-box;
}

.link {
  color: rgb(252, 111, 3);
  text-decoration: none;
}

label {
  display: block;
  width: 100%;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgb(255, 255, 255);
  line-height: 16px;
  margin-bottom: 15px;
}

label.checkbox-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  cursor: pointer;
}
label.checkbox-wrap .checkbox-desgin {
  width: 14px;
  height: 14px;
  border-radius: 2px;
  display: inline-block;
  margin-right: 10px;
  background-color: #fff;
}
label.checkbox-wrap .checkbox-desgin-checked {
  background-color: #FC6F03;
}
label.checkbox-wrap .checkbox-desgin-checked::before {
  content: "✓";
  position: absolute;
  top: 1px;
  left: 2px;
  border-radius: 4px;
  color: #000;
  font-size: 12px;
  font-weight: bold;
}

.required:after {
  content: "*";
  font-family: PingFangSC-Medium;
  font-size: 12px;
  color: #FF6F64;
  position: relative;
  top: -8px;
}

.select-warp {
  display: block;
  width: 100%;
  padding: 10px 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: rgba(255, 255, 255, 0.6);
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px #31394c;
  box-shadow: inset 0 1px 1px #31394c;
  -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;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #31394c url("../../img/select_down.png") no-repeat right;
  background-size: 20px;
  background-position-x: 98%;
}

.marginBottom10 {
  margin-bottom: 10px;
}

.native-phone-code-select {
  color: rgba(0, 0, 0, 0.0001);
  width: 70px;
}
.native-phone-code-select option {
  color: rgba(255, 255, 255, 0.6);
}

.select-phone {
  position: relative;
  outline: none;
}

.file-wrap {
  position: relative;
  height: 120px;
  background: rgb(49, 57, 76);
  border-radius: 2px;
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.file-wrap input[type=file] {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.file-wrap .upload-text {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50px;
  height: 12px;
  margin: 0 auto;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(252, 111, 3, 0.9);
  line-height: 16px;
}
.file-wrap .upload-text img {
  margin-right: 5px;
  width: 16px;
  height: 16px;
  vertical-align: bottom;
}
.file-wrap img {
  margin: 0 auto;
}

input.custom {
  outline-color: invert;
  outline-style: none;
  outline-width: 0px;
  border: none;
  border-style: none;
  text-shadow: none;
  -webkit-appearance: none;
  -webkit-user-select: text;
  outline-color: transparent;
  box-shadow: none;
}

input.custom {
  display: block;
  width: 100%;
  height: 40px;
  background: rgb(49, 57, 76);
  border-radius: 2px;
  padding: 0 10px;
  line-height: 40px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}

.help-block {
  height: 12px;
  margin: 5px 0 12px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgb(255, 111, 100);
  line-height: 12px;
}

.page-apply {
  overflow-x: hidden;
  background-image: url("https://cdn.zdeal.com.cn/img/m-zerone-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #212735;
}
.page-apply .slogan {
  height: 20px;
  line-height: 20px;
  margin: 30px auto 0;
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
}
.page-apply .logo-container {
  margin-top: 30px;
  display: flex;
  justify-content: space-around;
}
.page-apply .logo-container .logo {
  height: 30px;
}
.page-apply .logo-container .logo img {
  height: 30px;
}
.page-apply form {
  max-width: 350px;
  margin: 40px auto;
}
.page-apply form .form-group {
  position: relative;
}
.page-apply form .form-group .native-phone-code-select-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
}
.page-apply form .form-group .native-phone-code-select-wrap::before {
  content: attr(data-content);
  position: absolute;
  top: 0;
  left: 0;
  text-transform: capitalize;
  pointer-events: none;
  line-height: 40px;
  padding-left: 10px;
  color: #3c3c3c;
  color: rgba(255, 255, 255, 0.6);
}
.page-apply form .form-group .input-plain-wrap input {
  padding-left: 70px;
}
.page-apply form .upload-tip {
  position: absolute;
  top: 3px;
  right: 0;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 12px;
}
.page-apply form span.checkbox {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgb(255, 255, 255);
  line-height: 14px;
}
.page-apply form .dropdown-menu {
  margin: 0;
  position: relative;
  top: -10px;
  list-style: none;
  padding-left: 0;
  background-color: rgb(33, 39, 52);
}
.page-apply form .dropdown-menu li {
  display: block;
  border-radius: 4px;
  background: rgb(49, 57, 80);
  padding: 12px 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgb(255, 255, 255);
  line-height: 14px;
}
.page-apply form .dropdown-menu li + li {
  margin-top: 1px;
}
.page-apply .btn {
  text-align: center;
  border-radius: 2px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  height: 44px;
  line-height: 44px;
  color: #fff;
  background-color: rgb(252, 111, 3);
  border-color: rgb(252, 111, 3);
}

.page-reuslt {
  padding-top: 150px;
  background-color: #212734;
  text-align: center;
}
.page-reuslt .img-wrap {
  width: 158px;
  height: 156px;
  margin: 0 auto;
}
.page-reuslt .img-wrap img {
  width: 100%;
  height: 100%;
}
.page-reuslt .tip {
  margin-top: 15px;
  font-size: 15px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgb(164, 177, 214);
  line-height: 25px;
}

.page-static {
  background: #212734;
  padding: 20px 15px;
}
.page-static .con {
  height: auto;
  margin: 0 auto;
  padding-bottom: 120px;
}
.page-static .con .head {
  width: 100%;
  height: 70px;
  font-size: 18px;
  font-weight: 500;
  color: rgb(197, 213, 255);
  line-height: 70px;
  text-align: center;
}
.page-static .con .detail .head-1 {
  font-size: 17px;
  color: #A4B1D6;
  height: 56px;
  line-height: 56px;
  font-weight: 500;
}
.page-static .con .detail .con-detail {
  font-size: 15px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.8);
  text-align: justify;
}
.page-static .con .detail .im-strong {
  color: rgba(255, 255, 255, 0.9);
  font-weight: bold;
}
.page-static .margin20 {
  margin-left: 20px;
  margin-right: 20px;
}
.page-static .margin_right10 {
  margin-right: 10px;
}
.page-static .margin_right20 {
  margin-right: 20px;
}