.mb-20 {
  margin-bottom: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}

.section-1, .section-2 {
  width: 1200px;
  margin: 40px auto;
}

.section-1 {
  color: #151617;
  font-size: 18px;
  line-height: 28px;
}

.section-1 > h2 {
  text-align: center;
  color: #151617;
  font-size: 40px;
  line-height: 52px;
  margin-bottom: 30px;
}

.section-1 > .img {
  width: 1200px;
  margin: 52px auto;
}

.section-1 > ul {
  margin-top: 16px;
  margin-bottom: 16px;
}

.section-2 {
  color: #151617;
  font-size: 18px;
  line-height: 28px;
  height: calc(100vh - 290px);
  display: flex;
}

.section-2 > .success-area {
  margin: auto;
  text-align: center;
}

.section-2 > .success-area img {
  width: 78px;
  margin: 0 auto 20px;
}

.section-2 > .desc-area {
  padding-top: 20px;
}

.section-2 > .desc-area img {
  width: 1200px;
}

.el-form .el-form-item__label {
  color: #151617;
  font-size: 16px;
}

.el-form .el-input__inner, .el-form .el-textarea__inner {
  border-color: #caced5;
}

.el-form .el-button--primary {
  color: #ffffff;
  font-size: 16px;
  padding: 12px 32px;
  background-color: #094ca3;
  border-radius: 4px;
  border-color: #094ca3;
}
