[v-cloak] {
      display: none !important;
    }
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 14px;
  -webkit-user-select: none !important;
  -webkit-touch-callout: none !important;
  user-select: none !important;
  -webkit-tap-highlight-color: transparent !important;
}
html {
  /* font-size: calc(100vw / 750 * 100); */
  font-size: min(calc(100vw / 750 * 100), 100px);
  max-width: 750px;
  margin: 0 auto;
}
body {
  background-color: #f5f5f5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
#app {
  background: #f2f5f5;
  height: auto;
  min-height: 100vh;
}
.uni-page-head {
  padding-top: calc(7px + var(--safe-area-inset-top));
  box-sizing: border-box;
  height: calc(44px + var(--safe-area-inset-top));
}
uni-page-head[uni-page-head-type="default"] ~ uni-page-wrapper {
  padding-top: var(--safe-area-inset-top);
}
