html {
  font-family: "PingFang SC","Noto Sans SC", "Arial";
  /* font-weight: 400; */
  font-size: 16px;
}
@media screen and (max-width: 1139px) {
  html {
    font-size: 62.5%;
  }
}

body {
  margin: 0 !important;
  margin: 0 auto;
  background-color: #fafbfd;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding-top: 60px;;
}

