.mt-12-5 {
  margin-top: 0.78rem;
}
.mt-3-5 {
  margin-top: 0.22rem;
}
.page {
  background-color: #ffffff;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
.section_2 {
  background-image: url('../../images/6b840a28ebe6687d91c994172ddd4efb.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  /* height: 16.78rem; */
  aspect-ratio: 750 / 537;
}
.text_2 {
  color: #ffffff;
  font-size: 1.1rem;
  font-family: "NunitoSans", sans-serif;
  line-height: 0.63rem;
}
.group_5 {
  text-align: center;
}
.font {
  font-size: 0.78rem;
  font-family: "NunitoSans", sans-serif;
  line-height: 1.38rem;
  color: #ffffff;
  font-style: italic;
}
.group_6 {
  padding:0 15px;
}
.text_3 {
  color: #1c1c1c;
  font-size: 1.09rem;
  font-family: "NunitoSans", sans-serif;
  line-height: 0.97rem;
}
.group_7 {
  line-height: 0.88rem;
  text-align: center;
}
.font_2 {
  font-size: 0.72rem;
  font-family: "NunitoSans",sans-serif;
  letter-spacing: 0.036rem;
  line-height: 0.88rem;
  color: #1c1c1c;
}
.group_8 {
  line-height: 0.88rem;
  text-align: center;
}
.group_1 {
  margin-top: 1.41rem;
}
.grid {
  display: grid;
  grid-template-rows: repeat(6, minmax(0, 1fr));
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 0;
  column-gap: 2.2rem;
}
.grid-item {
}
.group_9 {
  line-height: 0.75rem;
}
.font_3 {
  font-size: 0.66rem;
  font-family: "NunitoSans",sans-serif;
  line-height: 0.75rem;
  color: #1c1c1c;
}
.font_4 {
  font-size: 0.66rem;
  font-family: "NunitoSans",sans-serif;
  line-height: 0.31rem;
  color: #ff0000;
}
.input-field {
  border-radius: 0.094rem;
  width: 100%;
  height: 1.4rem;
  border: 1px solid rgb(28, 28, 28);
  padding: 0.2rem 0.3rem;
  font-size: 0.66rem;
  font-family: "NunitoSans",sans-serif;
  color: rgb(28, 28, 28);
  line-height: 1.4;
  outline: none;
  transition: border-color 0.3s ease;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: rgb(255, 255, 255);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-spacing: 0;
  -webkit-border-spacing: 0;
}

/* 自定义select容器样式 */
.select-wrapper {
  position: relative;
  width: 100%;
}

/* 透明的select元素 - 覆盖在input上方 */
.select-wrapper .select-hidden {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.input-field:focus {
  border-color: rgb(230, 105, 36);
}
.input-field:hover {
  border-color: rgb(100, 100, 100);
}
.input-field:disabled {
  background-color: rgb(245, 245, 245);
  color: rgb(150, 150, 150);
  cursor: not-allowed;
}
.input-field:read-only {
  background-color: rgb(245, 245, 245);
  cursor: default;
}
.input-field::placeholder {
  color: rgb(150, 150, 150);
  font-family: "NunitoSans",sans-serif;
}
.input-field::-webkit-input-placeholder {
  color: rgb(150, 150, 150);
  font-family: "NunitoSans",sans-serif;
}
.input-field::-moz-placeholder {
  color: rgb(150, 150, 150);
  font-family: "NunitoSans",sans-serif;
}
.input-field:-ms-input-placeholder {
  color: rgb(150, 150, 150);
  font-family: "NunitoSans",sans-serif;
}
.input-field::-ms-input-placeholder {
  color: rgb(150, 150, 150);
  font-family: "NunitoSans",sans-serif;
}
.font_5 {
  font-size: 0.66rem;
  font-family: "NunitoSans",sans-serif;
  line-height: 0.59rem;
  color: #1c1c1c;
}
.text_10 {
  margin-top: 0.45rem;
  margin-bottom: 0.45rem;
}
.textarea-field {
  align-self: stretch;
  border-radius: 0.094rem;
  height: 2.59rem;
  border: 1px solid rgb(28, 28, 28);
  padding: 0.2rem 0.3rem;
  font-size: 0.66rem;
  font-family: "NunitoSans",sans-serif;
  color: rgb(28, 28, 28);
  line-height: 1.4;
  outline: none;
  transition: border-color 0.3s ease;
  resize: vertical;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: rgb(255, 255, 255);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-spacing: 0;
  -webkit-border-spacing: 0;
}
.textarea-field:focus {
  border-color: rgb(230, 105, 36);
}
.textarea-field:hover {
  border-color: rgb(100, 100, 100);
}
.textarea-field:disabled {
  background-color: rgb(245, 245, 245);
  color: rgb(150, 150, 150);
  cursor: not-allowed;
  resize: none;
}
.textarea-field:read-only {
  background-color: rgb(245, 245, 245);
  cursor: default;
  resize: none;
}
.textarea-field::placeholder {
  color: rgb(150, 150, 150);
  font-family: "NunitoSans",sans-serif;
}
.textarea-field::-webkit-input-placeholder {
  color: rgb(150, 150, 150);
  font-family: "NunitoSans",sans-serif;
}
.textarea-field::-moz-placeholder {
  color: rgb(150, 150, 150);
  font-family: "NunitoSans",sans-serif;
}
.textarea-field:-ms-input-placeholder {
  color: rgb(150, 150, 150);
  font-family: "NunitoSans",sans-serif;
}
.textarea-field::-ms-input-placeholder {
  color: rgb(150, 150, 150);
  font-family: "NunitoSans",sans-serif;
}
.font_8 {
  font-size: 0.5rem;
  font-family: "NunitoSans",sans-serif;
  line-height: 0.59rem;
  font-weight: 300;
  color: #1c1c1c;
}
.text_11 {
  margin-top: 0.91rem;
  line-height: 0.38rem;
}
.group_21 {
  line-height: 0.59rem;
  margin-top: 0.5rem;
}
.text_12 {
  margin-left: 0.22rem;
}
.text-wrapper {
  align-self: center;
  margin-top: 1.56rem;
}
.view_4 {
  padding: 0.34rem 0 0.28rem;
  background-color: #1c1c1c;
  border-radius: 0.18rem;
}
.text_13 {
  color: #ffffff;
  font-size: 0.65rem;
  font-family: "NunitoSans",sans-serif;
  line-height: 0.8rem;
  letter-spacing: 0.043rem;
  margin-inline: 0.5rem;
}
