html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html,
body {
  margin: 0;
  padding: 0;
  height: auto;
  min-height: 0;
  background: transparent;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    'PingFang SC',
    'Hiragino Sans GB',
    'Microsoft YaHei',
    'Noto Sans SC',
    sans-serif;
  overflow-x: hidden;
}

#app {
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow-x: hidden;
  height: auto;
  box-sizing: border-box;
}

/* embed 页不滚动；历史独立页需要滚动，由 history-page 自己控制 */
body:has(.lottery-plugin) {
  overflow-y: hidden;
}
