* {
  padding: 0;
  margin: 0;
}

img {
  vertical-align: top;
}

body {
  background-color: #000;
}

.full-img {
  width: 100%;
}

.page {
  min-height: 100vh;
  max-width: 500px;
  margin: 0 auto;
  padding-top: 52px;
  padding-bottom: 120px;
  box-sizing: border-box;

  background: url(../img/bg.webp) no-repeat center -229px #f8fbff;
  background-size: 100% auto;
}

.footer-wrapper {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9;
}

.footer-content {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}

.container {
  padding: 0 12px;
  position: relative;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 52px;
}
.header .header-content {
  max-width: 500px;
  margin: 0 auto;
  height: 52px;
  background-color: #5090ff;
  position: relative;
}

.header-text {
  position: absolute;
  left: 16.53%;
  top: 0;
  margin-top: 7.466%;
  width: 73px;
  height: 18px;
  border-radius: 9px;
  background: #305799;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #fff;
}

.game-slide-item .swiper-wrapper {
  transition-timing-function: linear;
}
.game-slide-item p {
  font-family: PingFang SC Regular;
  font-size: 12px;
  font-weight: normal;
  line-height: 12px;
  text-align: center;
  letter-spacing: normal;
  color: #5090ff;
  padding-top: 4px;
  padding-bottom: 12px;
}

.btn1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  padding-top: 7%;
  margin-top: 4%;
}

.btn2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  padding-top: 9%;
  margin-top: 33%;
}
.btn3 {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  padding-top: 9%;
  margin-top: 33%;
}

.btn4 {
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  padding-top: 8%;
  margin-top: 2%;
}

.btn5 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25%;
  padding-top: 8%;
  margin-bottom: 2%;
}

.btn6 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 28%;
  padding-top: 5%;
  margin-bottom: 1.9%;
  margin-left: 38%;
}

.service-button {
  width: 124px;
  height: 131px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  background: url(../img/service_button.webp) no-repeat center;
  background-size: contain;
  transform: translate(100vw, 50vh);
  transition: all 0.3s;
}
