:root {
  --ink: #07111F; --ink-2: #0B1B30;
  --teal: #0F7A57; --teal-2: #16A877; --teal-3: #5FD3A6;
  --blue: #1C4F9C; --blue-2: #2E6FC9;
  --gold: #C9A24B; --gold-2: #E8CE86;
  --mint: #E6F6EF; --mint-2: #F1FAF5;
  --paper: #F5F8FB; --line: rgba(11, 26, 46, .10); --line-d: rgba(255, 255, 255, .12);
  --tx: #0B1A2E; --tx-2: #46566B; --tx-3: #8290A0; --wht: #F2F7FB;
  --r: 18px; --r-s: 13px; --shadow: 0 22px 64px -26px rgba(11, 30, 60, .32);
  --max: 1180px;
}
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", -apple-system, sans-serif;
  color: var(--tx); background: var(--paper); line-height: 1.75;
  -webkit-font-smoothing: antialiased; overflow-x: hidden; font-size: 16px;
}
a { color: inherit; text-decoration: none; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 28px; }
