html {
  font-family: PingFang SC;
}
/* 禁用iOS弹性滚动 */
html, body {
  overscroll-behavior: none;
}