body {
  background: #000;
  margin: 0;
  padding: 0;
}

.zoom-adnimate {
  animation: zoom 0.5s infinite alternate;
}

@keyframes zoom {
  from {
    transform: scale(0.99);
  }

  to {
    transform: scale(1.02);
  }
}

/* 将动画绑定到图片 */
.pc28-2 {
  background: #e6f7ff;
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
}

.banner {
  width: 100%;
  max-width: 500px;
  background: url(../images/bannerbg.png) top no-repeat;
  background-size: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.topBannerSwiper {
  width: 100%;
}

.banner-ren {
  width: 100%;
}

.banner-logo {
  width: 200px;
  margin: 20px 0;
}

.banner-button {
  width: 100%;
  max-width: 500px;
  margin-top: 10px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.banner-button>a {
  width: 46%;
  height: 40px;
  border-radius: 12px;
  background-image: linear-gradient(-60deg, #C956FC, #46E5E9);
  background: linear-gradient();
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-button a>img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  animation: zoom 0.5s infinite alternate;
}


.banner-xiazai {
  width: 95%;
  max-width: 440px;
  height: 50px;
  border-radius: 16px;
  margin: 20px 0;
  background: #1678ff;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  border: none;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  animation: zoom 0.5s infinite alternate;
}

.banner-xiazai-bottom {
  width: 90%;
  max-width: 400px;
}

.list {
  width: 100%-20px;
  max-width: 480px;
  padding: 0 10px;
  border-radius: 16px 16px 0 0;
  background-image: linear-gradient(#b2e6ff, #e6f7ff);
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.list-title {
  width: 100%;
  margin-top: 20px;
}

.list-jiedian {
  width: 100%;
  max-width: 480px;
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list-jiedian-left {
  width: 100%;
  height: 36px;
  background: #000000;
  border-radius: 16px;
  border: 1px solid #edd089;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list-jiedian-left-ms {
  width: 30%;
  height: 36px;
  border-radius: 15px 0 0 15px;
  background: #edd089;
  font-size: 14px;
  color: #000;
  text-align: center;
  line-height: 36px;
}

.list-jiedian-left-xianlu {
  width: 70%;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 36px;
}

.list-jiedian-right {
  width: 150px;
  height: 40px;
  margin-left: 10px;
  display: block;
  background: url(../images/butt.png) center no-repeat;
  background-size: 100%;
  flex-shrink: 0;
}

.game {
  width: 100%;
  max-width: 500px;
  border-radius: 16px 16px 0 0;
  background-image: linear-gradient(#b2e6ff, #e6f7ff);
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.game-title {
  width: 100%;
  max-width: 480px;
  margin-top: 20px;
}

.game-banner {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}

.adBannerSwiper {
  width: 100%;
}

.adBannerSwiper .swiper-slide {
  padding: 0 10px;
  box-sizing: border-box;
}

.adBannerSwiper img {
  width: 100%;
}

.game-container {
  width: 100%;
  max-width: 500px;
}

.game-slide-item .swiper-wrapper {
  transition-timing-function: linear;
}

.game-slide-item .swiper-slide {
  padding: 0 5px;
}

.game-slide-item .swiper-slide img {
  width: 100%;
}

.paizhao {
  width: 100%;
  max-width: 500px;
  border-radius: 16px 16px 0 0;
  background-image: linear-gradient(#b2e6ff, #e6f7ff);
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 75px;
}

.paizhao-title {
  width: 95%;
  max-width: 470px;
  margin-top: 20px;
}

.paizhao-cont {
  width: 95%;
  max-width: 480px;
  margin: 20px 0;
}

.bottom-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 500px;
  height: 80px;
  z-index: 9;
  background-image: linear-gradient(#281716, #49342f);
  opacity: 0.95;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bottom-ltft {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.bottom-fixed-left {
  width: 70px;
  flex-shrink: 0;
  margin: 0 10px;
}

.bottom-fixed-mid {
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.bottom-fixed-right {
  display: block;
  margin-left: 20px;
  width: 160px;
  height: 100%;
  background: url(../images/butt.png) center no-repeat;
  background-size: contain;
  margin-right: 10px;
  animation: zoom 0.5s infinite alternate;
}

.service-button {
  width: 124px;
  height: 131px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  transform: translate(100vw, 50vh);
  transition: all 0.3s;
}

.service-button a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/service_button.webp) no-repeat center;
  background-size: contain;
}