:deep(.van-cell) {
  padding: 0.4rem 0.3rem;
}
:deep(.van-field__label) {
  width: auto;
  font-size: 0.32rem;
  font-weight: 400;
  color: #333333;
}
:deep(.van-field__value) {
  font-size: 0.28rem;
  font-weight: 400;
  color: #d6d6d6;
}
::-webkit-scrollbar {
  display: none;
}
html,
body {
  width: 100vw;
  min-height: 100vh !important;
}
#app {
  width: 100vw;
  min-height: 100vh;
  /*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;
  text-align: center;
  color: #2c3e50;
  background: #f4f3f8;
  max-width: 750px;
  margin: 0 auto;
  display: block;
  overflow-x: hidden;
}

