* {
  font-size: 20px;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-weight: normal;
  text-decoration: none;
  text-size-adjust: 100%;
  list-style: none;
  border: 0;
  outline: none;
  /* user-select: none; */
  -khtml-user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
*:not(input, textarea) {
  /* user-select: none; */
  /* -webkit-touch-callout: none; */
  /* -webkit-user-select: none; */
}
input,
select,
textarea {
  /* appearance: none;
  border: none;
  outline: none;
  user-select: text;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: text; */
}
img {
  display: block;
}
html,
body {
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  font-family: 'Microsoft YaHei', 'Arial', 'Myriad Pro', '华文细黑', Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scrollbar-width: none;
  touch-action: none;
}
.noClick {
  pointer-events: none;
}
.app {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.app::-webkit-scrollbar {
  display: none;
}
.appRoll {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.appRoll::-webkit-scrollbar {
  display: none;
}
.appPage {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 100%;
}
.appPage::before,
.appPage::after {
  content: '';
  position: absolute;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 1px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  pointer-events: none;
}
.appPage::before {
  top: 0;
}
.appPage::after {
  bottom: 0;
}
.pcFrame {
  display: block;
  width: 375px;
  height: 780px;
  margin: 10px auto;
}
.lockScreen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  background: #fff url('https://oss.eventnet.cn/file/img/lockScreen.png') center no-repeat;
  background-size: 150px;
}
.loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #af204a;
}
.loading .loadTheme {
  width: 300px;
  margin-bottom: 100px;
}
.loading .progress {
  position: relative;
  z-index: 5;
  width: 60%;
  background: #ff9999;
  border: 2px solid #fff;
  border-radius: 20px;
  display: block;
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.5);
  overflow: hidden;
}
.loading .progressBar {
  display: block;
  width: 0%;
  height: 20px;
  background-color: #d00;
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.35) 25%,
    rgba(255, 255, 255, 0) 25%,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 0.35) 50%,
    rgba(255, 255, 255, 0.35) 75%,
    rgba(255, 255, 255, 0) 75%,
    rgba(255, 255, 255, 0)
  );
  background-repeat: repeat-x;
  background-size: 20px 20px;
  animation: candyStripe 1s linear infinite;
}
@keyframes candyStripe {
  0% {
    background-position: 10px 0;
  }
  100% {
    background-position: 50px 0;
  }
}
.downAim {
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 5;
  width: 30px !important;
  height: 24px;
  margin-left: -15px;
  animation: aniDownAim 5s ease-in-out infinite;
  pointer-events: none;
  opacity: 0.8;
}
@keyframes aniDownAim {
  0% {
    transform: translateY(0);
    opacity: 0.8;
  }
  30% {
    transform: translateY(20px);
  }
  45% {
    transform: translateY(10px);
  }
  65% {
    transform: translateY(20px);
  }
  70% {
    transform: translateY(20px);
    opacity: 0.8;
  }
  80% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}

@font-face {
  font-family: zh55;
  src: url('https://oss.eventnet.cn/H5/zz/font/alibaba/AlibabaPuHuiTi55.woff') format('woff'),
    url('https://oss.eventnet.cn/H5/zz/font/alibaba/AlibabaPuHuiTi55.ttf') format('truetype');
  font-display: swap;
}

*:not(i),
input {
  font-family: zh55, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
    Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}
