* {
  padding: 0;
  margin: 0;
  scrollbar-width: thin;
}
html,
body {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: none;
  background: #000;
  height: 100%;
  margin: 0 auto;
  cursor: none;
}
img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.custom-cursor {
  position: fixed;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/icon3.png) top/100% no-repeat;
  background-size: cover;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: transform 0.1s;
}
.wrapper {
  position: relative;
  width: 100%;
  overflow-y: auto;
}
.page-bg {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.hide {
  display: none;
}
.allAlert {
  position: fixed;
  top: 40%;
  left: 50%;
  font-size: 1.25rem;
  color: #e9dccd;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  white-space: nowrap;
}

.allAlert-str {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 5.625rem;
  padding: 0.5rem 1.5rem;
}

.pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.pop-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.9;
}
.pop-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
  z-index: 4;
  width: auto;
}
.pop-tips-content img {
  display: block;
  width: auto;
  height: 80%;
}
.top-cover{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 11.125rem;
  background: url(../img/cover.png)top/100% no-repeat;
  background-size: contain;
  pointer-events: none;
}
.part1 {
  width: 100%;
  height: 67.5rem;
  background: url(../img/bg.jpg) center/100% no-repeat;
}
.logo{
  position: absolute;
  top: 0;
  left: 8rem;
  width: 14.3125rem;
  height: 8.1875rem;
  background: url(../img/logo.png) top/100% no-repeat;
}
.part2 {
  position: relative;
  z-index: 2;
}
.part1 .tab-box {
  position: absolute;
  right: 4.5rem;
  top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tab-box .tab {
  margin: 0 3rem;
}

.tab-box .tab1 {
  background: url(../img/tab1.png) top/100% no-repeat;
  width: 2.8125rem;
  height: 2.5625rem;
}
.tab-box .tab1:hover {
  background: url(../img/tab1_on.png) top/100% no-repeat;
}
.tab-box .tab2 {
  width: 5.3125rem;
  height: 2.5625rem;
  background: url(../img/tab2.png) top/100% no-repeat;
}
.tab-box .tab2:hover {
  background: url(../img/tab2_on.png) top/100% no-repeat;
}
.tab-box .tab3 {
  background: url(../img/share.png) top/100% no-repeat;
  width: 1.6875rem;
  height: 1.6875rem;
}
.tab-box .tab4 {
  background: url(../img/music.png) top/100% no-repeat;
  width: 2.3125rem;
  height: 2.375rem;
}
.tab-box .tab4.off {
  background: url(../img/music_off.png) top/100% no-repeat;
}
.slogan {
  pointer-events: none;
  position: absolute;
  left: 50%;
  margin-left: 6rem;
  top: 6rem;
  width: 56.9375rem;
  height: 16.4375rem;
  background: url(../img/title.png) top/100% no-repeat;
}
.title2 {
  position: absolute;
  top: 18rem;
  right: 1.5rem;
  background: url(../img/title2.png) top/100% no-repeat;
  width: 53.875rem;
  height: 2.75rem;
}
.download {
  position: absolute;
  left: 50%;
  margin-left: 18rem;
  top: 31rem;
  width: 21.3125rem;
  height: 5.0625rem;
  background: url(../img/download.png) top/100% no-repeat;
}
.download::after {
  content: '';
  position: absolute;
  left: 4.5rem;
  top: 6rem;
  display: block;
  width: 11.6875rem;
  height: 1.125rem;
  background: url(../img/tips.png) top/100% no-repeat;
}
.avatar-box {
  position: absolute;
  left: 50%;
  margin-left: 42rem;
  top: 29.5rem;
  background: url(../img/icon2.png) top/100% no-repeat;
  width: 11.125rem;
  height: 9.8125rem;
}
.avatar-box .avatar {
  position: relative;
  left: 2.8rem;
  top: 1.6rem;
  background: url(../img/avatar.png) top/100% no-repeat;
  width: 6.3125rem;
  height: 6.5rem;

  animation: naturalShake 3s ease-in-out infinite;
}
.avatar-box:hover .avatar-text {
  opacity: 1;
  right: -9rem;
}
.avatar-text {
  opacity: 0;
  position: absolute;
  right: -9rem;
  top: 4rem;
  width: 21.625rem;
  height: 6.9375rem;
  transition: all 0.5s;
  background: url(../img/float.png) top/100% no-repeat;
}
.draw-box {
  width: 15.25rem;
  height: 15.25rem;
  position: absolute;
  right: 7rem;
  top: 37rem;
  display: none;
}
.draw-gift {
  position: absolute;
  right: -5rem;
  top: -3rem;
  background: url(../img/gift.png) top/100% no-repeat;
  width: 21.3125rem;
  height: 22.6875rem;
}
.draw-go {
  position: absolute;
  bottom: -7rem;
  background: url(../img/go.png) top/100% no-repeat;
  width: 22rem;
  height: 8.125rem;
}
.swiper {
  width: 52rem;
}
.small-box {
  position: absolute;
  width: 50rem;
  height: 24.5rem;
  left: 50%;
  top: 41rem;
  margin-left: 9rem;
}
.small-box img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 36.8125rem;
}
.swiper-slide {
  position: relative;
  opacity: 0;
}
.swiper-slide-active,
.swiper-slide-prev,
.swiper-slide-next {
  opacity: 1;
}
.swiper-slide-prev,
.swiper-slide-next {
  filter: brightness(0.5);
}
.swiper-pagination-bullet {
  background: url(../img/point.png) top/100% no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  opacity: 1;
  margin: 0 0.5rem !important;
}
.swiper-pagination-bullet-active {
  background: url(../img/point_on.png) top/100% no-repeat;
}
.to-big {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.swiper2 {
  width: 60rem;
}
.pop-swiper-content {
  width: 60rem;
  height: 49rem;
}

.pop-swiper img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 70rem;

}

.swiper-next {
  position: absolute;
  top: 24rem;
  right: -19rem;
  background: url(../img/next.png) top/100% no-repeat;
  width: 3.625rem;
  height: 4.625rem;
}
.swiper-prev {
  position: absolute;
  top: 24rem;
  left: -17rem;
  width: 3.625rem;
  height: 4.625rem;
  background: url(../img/prev.png) top/100% no-repeat;
}


@keyframes naturalShake {
  0%,
  31%,
  100% {
    transform: rotate(0deg);
  }
  8% {
    transform: rotate(-8deg);
  }
  16% {
    transform: rotate(6deg);
  }
  24% {
    transform: rotate(-4deg);
  }
  30% {
    transform: rotate(2deg);
  }
}
@keyframes bubble1 {
  0% {
    transform: scale(0);
    filter: brightness(0.8);
  }
  50% {
    transform: scale(1.6);
    filter: brightness(1.3);
  }
  100% {
    transform: scale(0);
    filter: brightness(0.8);
  }
}
