@import url("./root.css");

html {
  font-size: 1vw;
  overflow-x: hidden;
  font-family: var(--font-family, "Microsoft YaHei", Arial, sans-serif);
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: #f2f2f2;
}

/* 保留基本样式 */
.section-1 {
  position: relative;
  width: 100rem;
  height: 53rem;
  margin-bottom: 8rem;
}

.section-2 {
  position: relative;
  width: 100rem;
  height: 45rem;
  margin-bottom: 2rem;
}

.section-3 {
  position: relative;
  width: 100rem;
  height: 42rem;
  margin-bottom: 1.25rem;
}

/* 保留颜色变量定义 */
.title-white {
  color: white;
}

.subtitle-blue {
  color: var(--theme-color1);
}

.text-white {
  color: white;
}

.bg-blue {
  background-color: var(--theme-color1);
}

.bg-white {
  background-color: white;
}

.bg-black {
  background-color: black;
}
