.inquiry-blog-wrapper {
  margin-bottom: 37px;
}

.centered-wrapper {
  margin: 0 auto;
  width: 1200px;
  padding-bottom: 70px;
  padding-top: 26px;
}
.inquiry-blog-wrapper-content {
  display: flex;
  gap: 23px;
}
.inquiry-blog-large-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 52.87px;
  color: #1d1f21;
  margin-bottom: 45px;
  text-align: center;
}
.inquiry-blog-wrapper .inquiry-module-content {
  width: 100%;
}
.detail-introduce-right {
  flex: 1;
}
.acm-form-inquiry {
  height: 100%;
  position: relative;
  padding: 13px 38px;
  background-size: cover;
  background-position: right;
  background-image: url('../img/pc-page-banner.png');
}
.acm-form-inquiry::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* 黑色半透明蒙版 */
  background-color: rgba(0, 0, 0, 0.63);
  z-index: 1;
}
.acm-form-inquiry > * {
  position: relative;
  z-index: 2;
}
.inquiry-blog-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 42.3px;
  text-align: left;
  color: #fff;
  margin-bottom: 18px;
}
.percent-a-upload {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  color: #fff;
}
.percent-a-upload-wrapper {
  display: flex;
  align-items: center;
}
.form-ul .has-upload-file {
  color: #1e73bd;
}
.percent-a-upload .form-item-label {
  color: #1e73bd;
  font-weight: 700;
}
#upload {
  padding: 0 34px;
  background-color: #5c646b;
}
.form-ul li {
  margin-bottom: 10px;
}
.form-ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.form-footer {
  margin-bottom: 0;
}
.form-footer .form-check {
  color: #fff;
  padding: 0;
  margin-bottom: 0;
}
.form-content .submit-btn {
  margin: 0;
  padding: 0 89px;
  height: 60px;
  line-height: 60px;
}
.form-footer-btns {
  margin-top: 5px;
  display: flex;
  gap: 51px;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .form-ul .percent-one-third {
    width: 48%;
    margin-bottom: 10px;
  }
  .form-ul {
    width: 604px;
  }
  .form-ul input,
  .form-ul select {
    height: 40px;
  }
  .form-ul textarea {
    height: 51px;
  }
}

/*mobile*/
@media only screen and (max-width: 1024px) {
  .acm-form-inquiry {
    padding: 0.4rem 0.8rem;
  }
  .form-ul input,
  .form-ul select {
    height: 0.6rem;
    font-size: 0.2rem;
    border-radius: 0.08rem;
  }
  .inquiry-blog-wrapper-content {
    flex-direction: column;
  }
  .inquiry-blog-title {
    font-size: 0.26rem;
    margin-bottom: 0.35rem;
    line-height: 0.35rem;
  }
  .inquiry-blog-large-title {
    font-size: 0.28rem;
    margin-bottom: 0.57rem;
    line-height: 0.35rem;
  }
  .percent-a-upload .form-item-label {
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
  }
  #upload {
    font-size: 0.2rem;
    padding: 0 0.38rem;
    line-height: 0.53rem;
    border-radius: 0.08rem;
  }
  .form-ul .has-upload-file {
    line-height: 0.26rem;
  }
  .form-footer-btns {
    flex-direction: column-reverse;
    gap: 0.46rem;
  }
  .form-important-reminder {
    margin-bottom: 0.17rem;
  }
  .form-content .submit-btn {
    font-size: 0.2rem;
    padding: 0 0.64rem;
    height: 0.64rem;
    line-height: 0.64rem;
    border-radius: 0.08rem;
  }
  .form-footer .form-check {
    margin-bottom: 0.15rem;
  }
  .inquiry-blog-wrapper {
    margin-bottom: 0.34rem;
  }
}
