* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  max-width: 640px;
  margin: auto;
}
img[data-src] {
  opacity: 0;
}
body {
  font-size: 0.14rem;
  height: 60.96rem;
  max-height: 60.96rem;
  background: url("../img/bg.jpg") no-repeat;
  background-size: 100% 60.96rem;
}
.top-wrapper {
  height: 11.38rem;
  position: relative;
  overflow: hidden;
  padding-top: 7.2rem;
  background: #999;
}
.top-wrapper .default,
.top-wrapper .gif {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.top-wrapper a {
  display: block;
}
.top-wrapper .logo {
  width: 5rem;
  height: 2rem;
  position: absolute;
  left: -0.5rem;
  top: -0.5rem;
  z-index: 10;
  background: url("../img/logo.gif") no-repeat;
  background-size: 100% 100%;
}
.top-wrapper .canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.top-wrapper .canvas canvas {
  width: 100%;
  height: 100%;
}
.top-wrapper .wrapper-animated {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.top-wrapper .wrapper-animated img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.top-wrapper .wrapper-animated img:nth-child(1) {
  top: -1.3rem;
  left: -0.25rem;
}
.top-wrapper .img1 {
  width: 5.08rem;
  height: 1.89rem;
  display: block;
  margin: auto;
  position: relative;
  z-index: 10;
}
.top-wrapper .img2 {
  width: 6.4rem;
  height: 0.75rem;
  display: block;
  margin: auto;
  position: absolute;
  bottom: 0;
  z-index: 10;
}
.top-wrapper .bbs-btn {
  width: 3.27rem;
  height: 1.17rem;
  margin: 0.2rem auto;
  background: url("../img/btn.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 10;
}
.top-wrapper .bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.title-wrapper {
  width: 100%;
  height: 0.83rem;
  margin-top: 0.7rem;
}
.title-wrapper img {
  width: auto;
  height: 100%;
}
.gift-wrapper1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gift-wrapper1 img {
  width: 5.76rem;
  height: 4.12rem;
}
.text-wrapper1 {
  position: relative;
}
.text-wrapper1 .arrow {
  position: absolute;
  width: 0.09rem;
  height: 0.1rem;
  top: 0.3rem;
  left: 0.3rem;
}
.text-wrapper1 .img {
  width: 4.14rem;
  height: 0.89rem;
  margin-left: 0.3rem;
  margin-top: 0.3rem;
}
.gift-wrapper2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: 0.2rem;
}
@keyframes rightToLeft {
  0% {
    width: 0;
  }
  30% {
    width: 5.56rem;
  }
  100% {
    width: 5.56rem;
  }
}
.gift-wrapper2 .line {
  height: 0.97rem;
  background: url("../img/line.png") no-repeat right center;
  background-size: 5.56rem 0.97rem;
  position: absolute;
  bottom: 0;
  right: 0;
  animation: rightToLeft 3s infinite;
}
.gift-wrapper2 img {
  width: 6.1rem;
  height: 4.11rem;
}
.text-wrapper2 {
  position: relative;
}
.text-wrapper2 .arrow {
  position: absolute;
  width: 0.09rem;
  height: 0.1rem;
  top: 0.3rem;
  left: 0.6rem;
}
.text-wrapper2 .img {
  width: 4.78rem;
  height: 0.89rem;
  margin-left: 0.6rem;
  margin-top: 0.3rem;
}
.role-wrapper {
  position: relative;
  height: 7.6rem;
}
.role-wrapper .bottom-img {
  width: 100%;
  height: 2.22rem;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  z-index: 0;
}
.role-wrapper .role-group {
  position: absolute;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.1rem;
  height: 6.8rem;
  left: 0;
  top: 0.4rem;
}
.role-wrapper .role-group img {
  display: none;
}
.role-wrapper .role-group img:nth-child(1) {
  width: 4.76rem;
  height: 6.13rem;
}
.role-wrapper .role-group img:nth-child(2) {
  width: 4.84rem;
  height: 6.31rem;
}
.role-wrapper .role-group img:nth-child(3) {
  width: 5.07rem;
  height: 6.63rem;
}
.role-wrapper .role-group img:nth-child(4) {
  width: 4.8rem;
  height: 6.02rem;
}
@keyframes topToBottom {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(0);
  }
}
.role-wrapper .bottom-wrapper {
  width: 100%;
  height: 2.2rem;
  background: url("../img/bottom2.png") no-repeat right center;
  background-size: 6.4rem 2.2rem;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  animation: topToBottom 1.5s infinite;
}
.role-wrapper .bottom-wrapper .div1 {
  width: 1rem;
  height: 1rem;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  display: none;
}
.role-wrapper .bottom-wrapper .div2 {
  position: absolute;
  width: 2rem;
  height: 2rem;
  background: rgba(255, 255, 255, 0.4);
  display: none;
}
.role-wrapper .tab-btn-group {
  width: 1.82rem;
  height: 4.58rem;
  position: absolute;
  right: 0;
  top: 1.4rem;
  background: url("../img/tab.png") no-repeat;
  background-size: 100% 100%;
  z-index: 10;
}
.role-wrapper .tab-btn-group img {
  width: 1.13rem;
  height: 1rem;
  position: absolute;
  opacity: 0;
}
.role-wrapper .tab-btn-group img:nth-child(1) {
  top: 0.25rem;
  right: 0.25rem;
  opacity: 1;
}
.role-wrapper .tab-btn-group img:nth-child(2) {
  top: 1.2rem;
  right: 0.45rem;
}
.role-wrapper .tab-btn-group img:nth-child(3) {
  top: 2.15rem;
  right: 0.6rem;
}
.role-wrapper .tab-btn-group img:nth-child(4) {
  top: 3.1rem;
  right: 0.75rem;
}
.role-wrapper .tab-btn-group img:nth-child(3),
.role-wrapper .tab-btn-group img:nth-child(4) {
  height: 1.03rem;
}
.gif-wrapper .wrapper {
  width: 5.87rem;
  height: 3.48rem;
  background: url("../img/bg2.png");
  background-size: 100% 100%;
  margin: auto;
  padding: 2% 2% 2% 1%;
}
.gif-wrapper .swiper-container {
  width: 100%;
  height: 100%;
}
.gif-wrapper .swiper-container img {
  width: 100%;
  height: 100%;
}
.video-wrapper {
  width: 5.8rem;
  height: 4.18rem;
  margin: auto;
  background: url("../img/video-box.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.video-wrapper .play-btn {
  width: 5.7rem;
  height: 3.2rem;
  position: absolute;
  top: 0.56rem;
  left: 0.05rem;
  z-index: 10;
  object-fit: contain;
  background: #000;
}
.video-wrapper video {
  background: #000;
  width: 5.7rem;
  height: 3.2rem;
  position: absolute;
  top: 0.56rem;
  left: 0.05rem;
}
.video-wrapper video::-webkit-media-controls-fullscreen-button {
  display: none !important;
}
.swiper-box {
  margin-top: 0.3rem;
  width: 100%;
  height: 4.23rem;
  background: url("../img/banner-bg.png") no-repeat center;
  background-size: auto 100%;
  padding-top: 0.5rem;
}
.swiper-box .pagination {
  text-align: center;
  padding-top: 0.08rem;
}
.swiper-box .pagination .swiper-pagination-bullet {
  width: 0.18rem;
  height: 0.18rem;
  border-radius: 0;
  background: url("../img/point.png") no-repeat center;
  background-size: 0.09rem 0.09rem;
}
.swiper-box .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: url("../img/active-point.png") no-repeat center;
  background-size: 0.18rem 0.18rem;
}
.swiper-box .cont {
  width: 5.8rem;
  height: 3.32rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.45);
  margin: auto;
}
.swiper-box .cont .swiper-container {
  width: 5.6rem;
  height: 3.15rem;
}
.swiper-box .cont .swiper-container img {
  width: 100%;
  height: 100%;
}
#music {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 1px;
  width: 1px;
}
.num-wrapper {
  text-align: center;
}
.num-wrapper img {
  width: 4.77rem;
  height: 1.44rem;
}
@keyframes rubberBand2 {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  5% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  15% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  25% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  35% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  45% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  50% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.rubberBand2 {
  animation-name: rubberBand2;
  animation-duration: 2s;
}
.model6 {
  margin-top: 0.5rem;
}
.model6 img {
  width: 6.09rem;
  height: 7.2rem;
}
.model1,
.model2,
.model3,
.model4,
.model5,
.model6 {
  visibility: hidden;
}
