ul {
  list-style-type: none;
  margin: 0;
}
:root {
  /* 明亮模式的颜色 */
  --content-width: 1280px;
}
body {
  margin: 0;
}
body * {
  font-family: Chinese Quote, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, PingFang SC, Hiragino Sans GB, Microsoft YaHei, "微软雅黑", Helvetica Neue, Helvetica, Tahoma, Arial, sans-serif !important;
}

