*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; -webkit-text-size-adjust: 100%; }
body {
  font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", sans-serif;
  font-variant-numeric: tabular-nums;
  background: #F0EDE6;
  color: var(--color-text-1);
  line-height: 1.5;
  min-height: 100vh;
  overflow-x: hidden;
}
button { font: inherit; cursor: pointer; border: none; background: none; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul, ol { list-style: none; }
input, textarea { font: inherit; border: none; outline: none; }
