.apply .content .tabs {
  position: absolute;
  top: 48px;
}
.apply .content .ontrial-title {
  font-weight: 600;
  font-size: 26px;
  color: #333333;
  margin: 60px 0 20px 30px;
}
.apply .content .form {
  padding-bottom: 20px;
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: 30px;
}
.apply .content .form .item {
  margin-bottom: 20px;
}
.apply .content .form .item:last-child {
  margin-bottom: 0;
}
.apply .content .form .getAuthCode {
  float: right;
  font-size: 16px;
  font-weight: 400;
  color: #0088ff;
  cursor: pointer;
  border-left: 1px solid #CFCFCF;
  padding-left: 16px;
}
.apply .content .form .item .area {
  border: none;
  margin: 0;
  width: 100%;
}
.apply .content .form .item .area option[disabled] {
  color: #9097a9;
}
.apply .content .form .item .area option {
  color: black;
}
.apply .content .form .item .gray {
  color: #9097a9;
}
.apply .content .submit .sk-fading-circle {
  left: 40%;
}
