.ah-wrap-xwtg {
  min-height: 1163px;
  background: url(../img/ico_wztg_bg.jpg) #d1ebf9 center bottom no-repeat;
}

.submission-con {
  padding: 24px 65px;
  background: url(../img/ico_ah_xwgt_title_bg.png) right 70px no-repeat;
}

.submission-title {
  width: 987px;
}
.submission-title h2 {
  margin-bottom: 8px;
}
.submission-title .info {
  color: #000;
  font-size: 16px;
  line-height: 26px;
}
.submission-title .info p {
  margin-bottom: 8px;
  color: red;
    font-weight: bold;
text-indent: 2em;
    line-height: 30px;
}

.submission-form {
  padding: 24px;
  height: 863px;
  max-height: 863px;
  background: url(../img/ico_ah_xwgt_form_bg.png) no-repeat;
}

.form-header {
  width: 480px;
}

.form-header h1 {
  font-size: 20px;
  font-weight: 600;
}
.form-header h2 em {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}
.form-header h2 em b {
  color: #f53f3f;
}

.form-header .subtitle {
  font-size: 13px;
  opacity: 0.85;
  margin-top: 5px;
}

.form-content {
  padding: 25px;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #f2f3f5;
  border: 1px solid #ededed;
}

.label-col {
  width: 240px;
  padding: 0 16px;
  font-weight: 500;
  font-size: 16px;
  background: #f2f3f5;
}

.required-star {
  color: #e74c3c;
  margin-right: 4px;
}

.input-col {
  flex: 1;
  min-width: 250px;
  padding: 10px 16px;
  background: #fff;
}

.form-control {
  width: 56%;
  padding: 8px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 15px;
  transition: all 0.3s;
  box-sizing: border-box;
}

.form-control:focus {
  border-color: #3498db;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);
  outline: none;
}

.form-control::placeholder {
  color: #aaa;
}

.hint-text {
  font-size: 13px;
  color: #7f8c8d;
  margin-top: 6px;
  margin-left: 20px;
  white-space: nowrap;
}

.radio-group {
  display: flex;
  gap: 25px;
  margin-top: 8px;
}

.radio-item {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.radio-input {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  accent-color: #3498db;
  cursor: pointer;
}

.radio-label {
  font-size: 15px;
  cursor: pointer;
}

textarea.form-control {
  min-height: 180px;
  resize: vertical;
  font-family: inherit;
  line-height: 1.5;
}

.captcha-row {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.captcha-input {
  width: 150px;
}

.captcha-display {
}
.flex-center {
  display: flex;
  align-items: center;
}

.button-group {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 15px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.btn {
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
  padding: 10px 48px;
}

.btn-submit {
  background: linear-gradient(90deg, #219afc 0%, #0d52f9 100%);
  color: white;
}

.btn-submit:hover {
  background-color: #2980b9;
}

.btn-close {
  background: #e5e6eb;
  color: #999;
}

.btn-close:hover {
  background-color: #dde4e6;
}

@media screen and (max-width: 768px) {
  .submission-con {
    padding: 10px;
    background: none;
  }
  .submission-title {
    width: 100%;
    padding: 0px 0 20px;
  }
  .submission-form {
    padding: 24px 10px;
    height: auto;
    max-height: none;
    background: #fff;
    border-radius: 20px;
  }
  .form-header {
    width: 100%;
  }
  .ah-title-hd {
    height: 78px;
    padding: 0 20px;
  }
  .ah-title-hd h2 {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
  }
  .submission-title h2 {
    width: 85%;
  }
  .submission-title .info {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
  }
  .form-content {
    padding: 10px;
  }
  .label-col {
    padding: 10px;
  }
  .input-col {
    padding: 10px;
  }
  .input-col iframe {
    width: 100%;
  }
  .form-control {
    width: 100%;
  }
}
