html {
  font-size: 1px !important;
}
.rem-container {
  font-family: "Inter", "Noto Sans", "Noto Sans SC", sans-serif !important; /* 自动匹配用户系统默认字体 */
  position: relative;
  font-size: 16rem;
  line-height: normal;
}

.rem-wrapper {
  padding-left: 360rem;
  padding-right: 360rem;
  margin: 0 auto;
  max-width: 1920rem;
}
@media (max-width: 1920px) {
  html {
    font-size: 0.052083vw !important;
  }
}
@media (max-width: 1440px) {
  /* html {
    font-size: 0.0694439vw;
  } */
  html {
    font-size: 0.0694439vw !important;
  }
}
@media (max-width: 996px) {
  html {
    font-size: 0.133333vw !important;
  }
}
