body {
  background: #f7f8f9;
}
body .join-apply {
  width: 560px;
  margin: 90px auto;
  margin-bottom: 0;
  padding: 48px 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  -webkit-box-shadow: 0px -1px 4px 0px rgba(0,0,0,0.2);
          box-shadow: 0px -1px 4px 0px rgba(0,0,0,0.2);
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  transition: height 0.5s;
}
body .join-apply .apply {
  width: 100%;
}
body .join-apply .apply .title {
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #3d4d69;
  text-align: center;
}
body .join-apply .apply .form-control {
  margin: 20px 0;
  width: 100%;
  position: relative;
  margin-bottom: 44px;
}
body .join-apply .apply .form-control .label-text {
  height: 18px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000;
  line-height: 18px;
}
body .join-apply .apply .form-control .required {
  position: relative;
}
body .join-apply .apply .form-control .required:after {
  content: '*';
  font-size: 14px;
  color: #ff1717;
  position: absolute;
  right: -12px;
  top: -2px;
}
body .join-apply .apply .form-control .input-text {
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  padding: 0 16px;
  margin-top: 10px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  outline: none;
}
body .join-apply .apply .form-control .error {
  border: 1px solid #ff1717;
}
body .join-apply .apply .form-control .error-tip {
  position: absolute;
  bottom: -20px;
  left: 0;
  height: 18px;
  font-size: 14px;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: #ff1717;
  line-height: 18px;
}
body .join-apply .apply .form-control .select-wrap {
  display: none;
  position: absolute;
  background: #fff;
  top: 100%;
  width: 100%;
  padding: 0;
  max-height: 320px;
  overflow: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  border-radius: 4px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
          box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
  border: 1px solid #e0e0e0;
}
body .join-apply .apply .form-control .select-wrap .select-item {
  padding: 0 24px;
  margin: 0;
  width: 100%;
  height: 40px;
  list-style: none;
  color: #636569;
  font-size: 14px;
  height: 34px;
  line-height: 34px;
  cursor: pointer;
}
body .join-apply .apply .form-control .select-wrap .select-item:hover {
  background: #f5f7fa;
}
body .join-apply .apply .qrcode {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/qrcode-partner-db_1e8ba93f6a.png");
}
body .join-apply .apply .desc {
  font-size: 14px;
  color: #000;
  text-align: center;
}
body .join-apply .apply #submit {
  width: 100%;
  height: 44px;
  line-height: 44px;
  color: #fff;
  font-size: 14px;
  background: rgba(23,149,255,0.4);
  border-radius: 4px;
  margin-top: 32px;
  text-align: center;
  cursor: pointer;
}
body .join-apply .apply .available {
  background: #1795ff !important;
}
body .join-apply .apply-success {
  width: 100%;
  height: 380px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
body .join-apply .apply-success .success-icon {
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/apply-success_5c0dc98d66.png");
}
body .join-apply .apply-success .tip-title {
  font-size: 24px;
  color: #000;
  font-weight: 600;
}
body .join-apply .apply-success .tip-desc {
  font-size: 20px;
  color: #333;
  text-align: center;
  margin: 10px 0;
}
body .join-apply .apply-success .tip-desc .back-index {
  color: #1795ff;
  text-decoration: underline;
}
body .logo {
  display: inline-block;
  text-align: center;
  margin: 116px auto;
  width: 300px;
  height: 33px;
  cursor: pointer;
  background-image: url("../img/logo-gray_a915fa76bc.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 560px) {
  body .join-apply {
    margin: 0;
    width: 100%;
    padding: 36px 4vw;
  }
  body .logo {
    margin-top: 12vw;
    margin-bottom: 20vw;
  }
}
