.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-2 {
  background-color: #FFFFFF;
}
.main > .section-2 > .content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  padding: 100px 0;
}
.main > .section-2 > .content > .main-apply {
  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/addForm/form-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.main > .section-2 > .content > .main-apply .apply-form > .right > .form {
  padding: 65px 102px 0 102px;
  display: flex;
  flex-direction: column;
}
.main > .section-2 > .content > .main-apply .apply-form > .right > .form > .title {
  font-size: 24px;
  color: #333333;
  line-height: 30px;
}
.main > .section-2 > .content > .main-apply .apply-form > .right > .form > .row {
  display: flex;
  margin-bottom: 18px;
  position: relative;
}
.main > .section-2 > .content > .main-apply .apply-form > .right > .form > .row > .sms-code {
  width: 150px;
  height: 30px;
  position: absolute;
  right: 20px;
  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=addForm.css.map */