.page-schedule .hero-content {
  margin-top: 80px;
  margin-bottom: 60px;
}

.page-schedule .hero-area {
  margin-top: 0;
}

.page-schedule .hero-area h1 {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.4;
}

.page-schedule .hero-area .graphic {
  width: 100%;
  border-radius: 16px;
}

.el-form-item {
  margin-bottom: 20px;
}

.page-schedule .hero-area .graphic img {
  max-width: 100%;
}

.page-schedule .form {
  padding: 40px 30px 25px 30px;
  background: #fff;
  border-radius: 16px;
  margin-top: 62px;
}

.el-form-item.date-sub.el-form-item--feedback .el-input {
  width: 100%;
}

.el-time-spinner.has-seconds .el-time-spinner__wrapper {
  width: 33%;
}

.timeZone {
  width: 100%;
}

.date-sub {
  width: 30%;
}

.phone-sub,
.date-sub {
  width: 50%;
  display: inline-block;
}

.phone-box,
.date-box {
  display: flex;
}

.el-input__suffix {
  display: none;
}

.el-date-editor.date-row.el-input.el-input--prefix.el-input--suffix.el-date-editor--datetime {
  width: 100%;
}

.page-schedule .form .sign-btn {
  background: #f79e02;
  color: #fff;
  border: 0;
  padding: 12px;
  font-size: 18px;
  margin-top: 10px;
  width: 100%;
}

.el-select.phone-code {
  width: 100%;
  padding-right: 30px;
}
.date-box .date-sub .select-date-box {
  width: 100%;
  padding-right: 30px;
}
.date-box .date-sub .select-time-box {
  width: 100%;
}
