/* 复选框样式 - 清除浏览器默认样式 */
input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
  box-sizing: border-box;
  border-spacing: 0;
  -webkit-border-spacing: 0;
  margin:0;
  padding:0;
  outline:none;
  border:none;
}
.mt-11 {
  margin-top: 0.69rem;
}
.ml-9-5 {
  margin-left: 0.59rem;
}
.ml-9 {
  margin-left: 0.56rem;
}
.mt-6-5 {
  margin-top: 0.41rem;
}
.page {
  background-color: rgb(255, 255, 255);
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
.text-wrapper {
  background-image: url('../../images/abc27ab87a804be1ba81bb74fa848804.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  /* height: 16.78rem; */
  aspect-ratio: 750 / 537;
}
.text_2 {
  color: rgb(255, 255, 255);
  font-size: 1.1rem;
  font-family: "HarmonyOS Sans", "OPPO Sans",sans-serif;
  line-height: 0.63rem;
}
.group_4 {
  margin: 3.16rem auto 0;
  width: 80vw;
}
.text_3 {
  color: rgb(28, 28, 28);
  font-size: 0.94rem;
  font-family: "HarmonyOS Sans","OPPO Sans", sans-serif;
  line-height: 0.78rem;
}
.group_5 {
  text-align: center;
}
.font {
  font-size: 0.72rem;
  font-family: "OPPO Sans","HarmonyOS Sans", sans-serif;
  letter-spacing: 0.036rem;
  line-height: 1.19rem;
  color: rgb(28, 28, 28);
}
.group_6 {
  margin-top: 1.73rem;
  width: 70vw;
}
input[type="checkbox"] {
  border-radius: 0.094rem;
  width: 1.09rem;
  height: 1.03rem;
  border: 0.1rem solid rgb(28, 28, 28);
}

input[type="checkbox"]:checked {
  background-color: rgb(230, 105, 36);
  border-color: rgb(230, 105, 36);
}

input[type="checkbox"]:checked::after {
  content: '✓';
  position: absolute;
  color: white;
  font-size: 0.63rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

input[type="checkbox"]:active {
  transform: scale(0.9);
}

.checkbox-label {
  cursor: pointer;
  user-select: none;
  transition: font-weight 0.2s ease;
}

/* 按钮样式 */
.button {
  cursor: pointer;
  transition: all 0.2s ease;
  background: none;
  border: none;
}

.button:active {
  transform: scale(0.98);
  opacity: 0.8;
}

.button:hover {
  background-color: rgb(40, 40, 40);
}

/* 淡入动画 */
.fade-in {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.font_2 {
  font-size: 0.78rem;
  font-family: "OPPO Sans","HarmonyOS Sans", sans-serif;
  line-height: 0.69rem;
  color: rgb(28, 28, 28);
}
.group_8 {
  margin-top: 1.41rem;
}
.section_2 {
  border-radius: 0.094rem;
  width: 1.09rem;
  height: 1.06rem;
  border: solid 0.016rem rgb(28, 28, 28);
}
.text_4 {
  line-height: 0.47rem;
}
.group_10 {
  margin-top: 1.41rem;
}
.group_11 {
  margin-top: 1.41rem;
}
.group_12 {
  margin-top: 1.72rem;
}
.text_5 {
  line-height: 0.53rem;
}
/* 统一输入框样式 */
.input-field {
  border-radius: 0.094rem;
  width: 100%;
  height: 0.97rem;
  border: 1px solid rgb(28, 28, 28);
  padding: 0.2rem 0.3rem;
  font-size: 0.66rem;
  font-family: "OPPO Sans","HarmonyOS Sans", 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;
}
.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: "OPPO Sans","HarmonyOS Sans", sans-serif;
}
.input-field::-webkit-input-placeholder {
  color: rgb(150, 150, 150);
  font-family: "OPPO Sans","HarmonyOS Sans", sans-serif;
}
.input-field::-moz-placeholder {
  color: rgb(150, 150, 150);
  font-family: "OPPO Sans","HarmonyOS Sans", sans-serif;
}
.input-field:-ms-input-placeholder {
  color: rgb(150, 150, 150);
  font-family: "OPPO Sans","HarmonyOS Sans", sans-serif;
}
.input-field::-ms-input-placeholder {
  color: rgb(150, 150, 150);
  font-family: "OPPO Sans","HarmonyOS Sans", sans-serif;
}
.text-wrapper_2 {
  align-self: center;
  margin-top: 1.53rem;
}
.view_2 {
  padding: 0.41rem 0 0.53rem;
  background-color: rgb(28, 28, 28);
  border-radius: 0.18rem;
  width: 3.75rem;
}
.text_6 {
  color: rgb(255, 255, 255);
  font-size: 0.75rem;
  font-family: "OPPO Sans","HarmonyOS Sans", sans-serif;
  line-height: 0.56rem;
  letter-spacing: 0.056rem;
}

/* 响应式设计 */
@media (max-width: 375px) {
  .group_6 {
    width: 100%;
    padding: 0 0.5rem;
  }
  
  .text_3 {
    font-size: 0.84rem;
  }
  
  .font {
    font-size: 0.66rem;
  }
  
  .font_2 {
    font-size: 0.72rem;
  }
}