* {
  padding: 0;
  margin: 0;
}

img {
  display: block;
}

body {
  background-color: #000;
}

.full-img {
  width: 100%;
}

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

.container {
  padding: 0 10px;
  position: relative;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.header-body {
  max-width: 500px;
  margin: 0 auto;
  height: 52px;
  background: #d0322a;
  display: flex;
  align-items: center;
  padding: 0 10px;
  box-sizing: border-box;
  justify-content: space-between;
}
.logo {
  height: 40px;
}
.logo img {
  height: 40px;
  width: 111px;
}
.link-box {
  width: 92px;
  height: 26px;
  border-radius: 13px;
  background: #ffffff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.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-slide-item .swiper-wrapper {
  transition-timing-function: linear;
}
.game-slide-item .swiper-slide {
  padding: 0 5px;
}
.game-slide-item .swiper-slide img {
  width: 100%;
}

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

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

.btn1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 50%;
}
.btn2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  margin-top: 51%;
  padding-top: 10%;
}
.btn3 {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  margin-top: 51%;
  padding-top: 10%;
}

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

.btn5 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
  padding-top: 7%;
  margin-bottom: 2.2%;
}

.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;
}
