/*
 * Target: PC — desktop-first reset.
 * No rem-based scaling. px units render 1:1.
 */
html,
body {
  margin: 0;
  padding: 0;
  font-family:
    -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Microsoft Yahei', 'Segoe UI', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #1f1f1f;
  background: #f5f5f5;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #1677ff;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
}
