button,
input :focus {
  outline: 0;
}

button,
input,
select,
textarea {
  font-size: 100%;
  border: none;
}

input,
button {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

textarea {
  resize: none;
  overflow: auto;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

.form-section {
  background: #f9f9f9;
}
.form-section .message-content {
  padding-left: 12px;
  padding-right: 12px;
}
.form-section .message-content h2 {
  color: #333;
  text-align: center;
  font-weight: bold;
  font-size: 36px;
}
.form-section .message-content p {
  color: #333;
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}
.form-section .form {
  margin-top: 25px;
}
.form-section .form .form-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form-section .form .form-content input {
  width: 100%;
  padding-left: 20px;
  border: none;
  font-family: Arial;
  color: #666;
}
.form-section .form .form-content .form-item {
  position: relative;
  margin-bottom: 23px;
}
.form-section .form .form-content .form-left .form-item .required {
  position: absolute;
  top: 15px;
  left: 8px;
  font-size: 24px;
  line-height: 24px;
  color: #dd0000;
}
.form-section .form .form-content .form-left .imBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 23px;
}
.form-section .form .form-content .form-left .imBox .imtypeBox {
  position: relative;
}
.form-section .form .form-content .form-left .imBox .imtypeBox span {
  position: absolute;
  top: 15px;
  left: 8px;
  font-size: 24px;
  line-height: 24px;
  color: #dd0000;
}
.form-section .form .form-content .form-left .imBox .imtypeBox select {
  width: 100%;
  border: none;
  padding-left: 20px;
  font-family: Arial;
  color: #666;
  background: #fff;
}
.form-section .form .form-content .form-left .imBox .imtypeBox select option {
  font-size: 18px;
  font-family: Arial;
}
.form-section .form .form-content .form-left .imBox .imvalueBox .imvalueBox-1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.form-section .form .form-content .form-left .imBox .imvalueBox .imvalueBox-2 {
  width: 100%;
  display: none;
}
.form-section .form .form-content .form-right .form-item {
  position: relative;
  width: 100%;
  margin-bottom: 23px;
}
.form-section .form .form-content .form-right .form-item .required {
  position: absolute;
  font-size: 24px;
  line-height: 24px;
  color: #dd0000;
}
.form-section .form .form-content .form-right .form-item .content {
  width: 100%;
  height: 293px;
  border: none;
  font-family: Arial;
  color: #666;
  line-height: 1.5;
}
.form-section .form .submit-item {
  width: 100%;
}
.form-section .form .submit-item .btn-submit {
  width: 100%;
  background-color: #f9bb0b;
  font-family: Arial;
  color: #fff;
  border: none;
}

@media (max-width: 575px) {
  .form-section {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .form-section .form .form-content .form-left {
    width: 100%;
  }
  .form-section .form .form-content input {
    height: 46px;
    font-size: 16px;
    line-height: 46px;
  }
  .form-section .form .form-content .form-left .imBox .imtypeBox {
    width: 32%;
  }
  .form-section .form .form-content .form-left .imBox .imtypeBox select {
    height: 46px;
    font-size: 16px;
    line-height: 46px;
  }
  .form-section .form .form-content .form-left .imBox .imvalueBox {
    width: 66%;
  }
  .form-section .form .form-content .form-left .imBox .imvalueBox .imvalueBox-1 input {
    width: 48.5%;
    padding-left: 5px;
  }
  .form-section .form .form-content .form-right {
    width: 100%;
    margin-top: 23px;
  }
  .form-section .form .form-content .form-right .form-item .required {
    top: 15px;
    left: 8px;
  }
  .form-section .form .form-content .form-right .form-item .content {
    font-size: 16px;
    padding: 15px 0 0 20px;
  }
  .form-section .form .submit-item {
    margin-top: 28px;
  }
  .form-section .form .submit-item .btn-submit {
    height: 46px;
    font-size: 18px;
    line-height: 46px;
  }
  .form-section {
    padding: 25px 0 30px;
  }
}
@media (min-width: 576px) {
  .form-section {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .form-section .form .form-content .form-left {
    width: 100%;
  }
  .form-section .form .form-content input {
    height: 46px;
    font-size: 16px;
    line-height: 46px;
  }
  .form-section .form .form-content .form-left .imBox .imtypeBox {
    width: 32%;
  }
  .form-section .form .form-content .form-left .imBox .imtypeBox select {
    height: 46px;
    font-size: 16px;
    line-height: 46px;
  }
  .form-section .form .form-content .form-left .imBox .imvalueBox {
    width: 66%;
  }
  .form-section .form .form-content .form-left .imBox .imvalueBox .imvalueBox-1 input {
    width: 48.5%;
  }
  .form-section .form .form-content .form-right {
    width: 100%;
    margin-top: 23px;
  }
  .form-section .form .form-content .form-right .form-item .required {
    top: 15px;
    left: 8px;
  }
  .form-section .form .form-content .form-right .form-item .content {
    font-size: 16px;
    padding: 15px 0 0 20px;
  }
  .form-section .form .submit-item {
    margin-top: 28px;
  }
  .form-section .form .submit-item .btn-submit {
    height: 46px;
    font-size: 20px;
    line-height: 46px;
  }
}
@media (min-width: 1200px) {
  .form-section {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .form-section .form .form-content .form-left {
    width: 49%;
  }
  .form-section .form .form-content input {
    height: 56px;
    font-size: 18px;
    line-height: 56px;
  }
  .form-section .form .form-content .form-left .imBox .imtypeBox {
    width: 30.4%;
  }
  .form-section .form .form-content .form-left .imBox .imtypeBox select {
    height: 56px;
    font-size: 18px;
    line-height: 56px;
  }
  .form-section .form .form-content .form-left .imBox .imvalueBox {
    width: 66%;
  }
  .form-section .form .form-content .form-left .imBox .imvalueBox .imvalueBox-1 input {
    width: 47.5%;
  }
  .form-section .form .form-content .form-right {
    width: 49%;
    margin-top: 0;
  }
  .form-section .form .form-content .form-right .form-item .required {
    top: 15px;
    left: 15px;
  }
  .form-section .form .form-content .form-right .form-item .content {
    font-size: 18px;
    padding: 15px 0 0 30px;
  }
  .form-section .form .submit-item {
    margin-top: 35px;
  }
  .form-section .form .submit-item .btn-submit {
    height: 56px;
    font-size: 22px;
    line-height: 56px;
  }
}