@font-face {
  font-family: "AlibabaPuHuiTi";
  src:
    url("/font/AlibabaPuHuiTi.woff2") format("woff2"),
    url("/font/AlibabaPuHuiTi.woff") format("woff");
  font-display: swap;
}

body {
  font-family:
    PingFang SC,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    Noto Sans,
    sans-serif,
    apple color emoji,
    segoe ui emoji,
    Segoe UI Symbol,
    noto color emoji !important;
}

.AlibabaPuHuiTi {
  font-family: "AlibabaPuHuiTi" !important;
}

html,
body,
#app,
#__nuxt,
#__layout {
  height: 100%;
  width: 100%;
  color: #333 !important;
}

#app {
  display: flex;
  flex-direction: column;
}

#app .main {
  flex: 1;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px !important;
  }
}

.gray-3 {
  color: #333;
}
.gray-6 {
  color: #666;
}
.gray-9 {
  color: #999;
}

.bg-f6 {
  background-color: #f6f6f6;
}

.fs-32 {
  font-size: 32px !important;
}
