
::-webkit-scrollbar {
  display: none;
}
html,
body {
  width: 100vw;
  min-height: 100vh !important;
}
#app {
  width: 100vw;
  min-height: 100vh;
  background-color: rgb(244, 243, 248);
  overflow: hidden;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC",
    "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333333;
  font-size: 0.24rem;
  line-height: 1;
}

