html,
body,
#root {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
  overscroll-behavior-y: contain;
  touch-action: none;
  overflow-x: hidden;
  user-select: text;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  touch-action: manipulation;
  display: flex;
  flex: 1;
  background: #17181a;
}
.wxtip {
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}

.wxtip-txt {
  margin-top: 107px;
  color: #fff;
  font-size: 20px;
  line-height: 1.8;
}
/* body {
  -webkit-touch-callout: none !important;
}
a {
  -webkit-user-select: none !important;
  user-select: none !important;
} */
