/* 申请使用 */
.apply-container-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -220px auto 0;
  background-color: #fff;
  z-index: 10;
}

.apply-content {
  display: flex;
  align-items: flex-start;
  width: 1200px;
  padding-top: 20px;
  background-color: #fff;
}

.apply-explain {
  background-color: #fff;
  width: 30vw;
  margin-right: 50px;
}
.apply-explain .explain-title {
  font-size: 40px;
  font-weight: bold;
}
.apply-explain .explain-desc {
  font-size: 16px;
  color: #84878c;
  margin-top: 10px;
  margin-bottom: 50px;
}

.apply-explain .explain-plate {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.explain-plate .explain-icon {
  background-color: #e6f0ff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.explain-icon .explain-icon-img {
  width: 30px;
  height: 30px;
}

/* 提交表单 */
.apply-form {
  /* background-color: #f7f8fa; */
  padding: 40px 60px;
  flex-grow: 1;
}
.apply-form .form-title {
  font-size: 30px;
}
.apply-form .form-item {
  margin-top: 20px;
}
.form-item .form-item-label {
  display: flex;
  align-items: center;
  color: #5c5f66;
}
.form-item .form-item-input-box {
  border: 1px solid #e8e9eb;
  margin-top: 10px;
  border-radius: 5px;
}
.form-item-input-box .form-item-input {
  width: 90%;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
}
.apply-form .form-btn {
  text-align: right;
  margin-top: 50px;
}

.form-btn .form-btn-submit {
  display: inline;
  background-color: #2468f2;
  border-radius: 5px;
  color: #fff;
  padding: 10px 40px;
}

@media screen and (max-width: 768px) {
  .apply-container-box {
    display: block;
    margin-top: 20px;
    width: auto;
  }
  .apply-content {
    display: block;
    width: auto;
    padding-top: 20px;
    background-color: #fff;
  }
  .apply-explain {
    background-color: #fff;
    width: auto;
    margin-right: 0;
    padding: 0 20px;
  }
  .apply-explain .explain-title {
    font-size: 26px;
    font-weight: bold;
  }
  .apply-explain .explain-desc {
    font-size: 14px;
    color: #84878c;
    margin-top: 10px;
    margin-bottom: 20px;
    width: auto;
  }

  .apply-explain .explain-plate {
    display: flex;
    align-items: center;
    margin-top: 20px;
  }
  .explain-plate .explain-icon {
    background-color: #e6f0ff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
  }

  .explain-icon .explain-icon-img {
    width: 20px;
    height: 20px;
  }
  /* 提交表单 */
  .apply-form {
    background-color: #f7f8fa;
    padding: 20px 20px;
    flex-grow: 0;
    margin-top: 20px;
  }
  .apply-form .form-title {
    font-size: 24px;
  }
  .apply-form .form-item {
    margin-top: 20px;
  }
  .form-item .form-item-label {
    display: flex;
    align-items: center;
    color: #5c5f66;
  }
  .form-item .form-item-input-box {
    border: 1px solid #e8e9eb;
    margin-top: 10px;
    border-radius: 5px;
  }
  .form-item-input-box .form-item-input {
    /* width: 100%; */
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
  }
  .apply-form .form-btn {
    text-align: right;
    margin-top: 50px;
  }

  .form-btn .form-btn-submit {
    display: inline;
    background-color: #2468f2;
    border-radius: 5px;
    color: #fff;
    padding: 10px 40px;
  }
}
