.main > header {
  z-index: 2999;
}
.main > section {
  width: 100%;
  min-width: 1208px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.main > .section-1 {
  height: 600px;
  background-image: url("../../../img/applyForm/bg-1.jpg");
}
.main > .section-2 {
  height: 800px;
  background-color: #FFFFFF;
}
.main > .section-2 > .content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.main > .section-2 > .content > .main-apply {
  position: absolute;
  left: 0;
  top: -220px;
  width: 1200px;
  height: 710px;
  background: #FFFFFF;
  box-shadow: 0px 1px 4px 0px rgba(213, 213, 213, 0.5);
  border-radius: 8px;
}
.main > .section-2 > .content > .main-apply .apply-form {
  display: flex;
}
.main > .section-2 > .content > .main-apply .apply-form > .left {
  width: 445px;
  height: 710px;
  background-image: url("../../../img/applyForm/form-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.main > .section-2 > .content > .main-apply .apply-form > .right {
  flex: 1;
}
.main > .section-2 > .content > .main-apply .apply-form > .right > .success-page {
  padding: 34px 0 0 0;
  display: none;
  flex-direction: column;
}
.main > .section-2 > .content > .main-apply .apply-form > .right > .success-page > .row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main > .section-2 > .content > .main-apply .apply-form > .right > .success-page > .row > .icon-success {
  width: 200px;
  height: 200px;
}
.main > .section-2 > .content > .main-apply .apply-form > .right > .success-page > .row > .text {
  color: #d81e06;
  font-size: 40px;
  font-weight: 600;
}
.main > .section-2 > .content > .main-apply .apply-form > .right > .success-page > .bottom-row {
  padding-top: 60px;
  display: flex;
}
.main > .section-2 > .content > .main-apply .apply-form > .right > .success-page > .bottom-row > .col {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.main > .section-2 > .content > .main-apply .apply-form > .right > .success-page > .bottom-row > .col > .icon-weixin {
  width: 242px;
  height: 242px;
}
.main > .section-2 > .content > .main-apply .apply-form > .right > .success-page > .bottom-row > .col > .icon-login {
  width: 342px;
  height: 242px;
}
.main > .section-2 > .content > .main-apply .apply-form > .right > .success-page > .bottom-row > .col > .text {
  color: #d81e06;
  font-size: 16px;
}
.main > .section-2 > .content > .main-apply .apply-form > .right > .success-page > .bottom-row > .col > .text > a:hover {
  text-decoration: underline;
}
.main > .section-2 > .content > .main-apply .apply-form > .right > .form {
  padding: 34px 102px 0 102px;
  display: flex;
  flex-direction: column;
}
.main > .section-2 > .content > .main-apply .apply-form > .right > .form > .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
}
.main > .section-2 > .content > .main-apply .apply-form > .right > .form > .head > .title {
  font-size: 24px;
  color: #333333;
  line-height: 30px;
}
.main > .section-2 > .content > .main-apply .apply-form > .right > .form > .head > .login-text {
  text-align: right;
}
.main > .section-2 > .content > .main-apply .apply-form > .right > .form > .head > .login-text > span {
  font-size: 12px;
  color: #333333;
}
.main > .section-2 > .content > .main-apply .apply-form > .right > .form > .head > .login-text > a {
  font-size: 12px;
  color: #999;
}
.main > .section-2 > .content > .main-apply .apply-form > .right > .form > .head > .login-text > a:hover {
  color: #B53434;
  text-decoration: underline;
}
.main > .section-2 > .content > .main-apply .apply-form > .right > .form > .row {
  display: flex;
  margin-bottom: 12px;
  position: relative;
}
.main > .section-2 > .content > .main-apply .apply-form > .right > .form > .row > .sms-code {
  width: 150px;
  height: 30px;
  position: absolute;
  right: 88px;
  top: 8px;
  background: #B53434;
  font-size: 14px;
  color: #FFFFFF;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 4px;
}
.main > .section-2 > .content > .main-apply .apply-form > .right > .form > .row > input {
  width: 470px;
  padding: 9px;
  border-bottom: 1px solid #E9E9E9;
}
.main > .section-2 > .content > .main-apply .apply-form > .right > .form > .row > .btn {
  width: 485px;
  height: 68px;
  background: #D5D6DC;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #FFFFFF;
  transition: all 0.3s;
}
.main > .section-2 > .content > .main-apply .apply-form > .right > .form > .row > .btn:hover, .main > .section-2 > .content > .main-apply .apply-form > .right > .form > .row > .btn.is-ok {
  background: #B53434;
}/*# sourceMappingURL=applyForm.css.map */