#game {
  /* min-height: 100vh; */
  min-height: 17.7867rem;
  justify-content: center;
  align-items: center;
  /* background-image: url('https://lilithimage.lilithcdn.com/allgames-official-web/pgame/cn_new/images/mobile/home/section3.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed; */
}
.game_container_wrapper {
  width: 100%;
  max-width: 500px;
  /* position: relative; */
}
#game .game_container {
  width: 10rem;
  position: absolute;
  top: 4.8933rem;
  height: calc(17.7867rem - 1.3333rem);
  overflow: hidden;
}

#game .game_content_wapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 169%;
}
#game .game_content {
  position: absolute;
  top: 0.6933rem;
  left: 0;
  width: 100%;
  height: calc(100% - 1.0667rem);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
#game .swiper-container {
  /* width: calc(100% - 1.12rem); */
  width: 6.12rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

#game .swiper-wrapper {
  /* overflow: hidden; */
}
#game .swiper-slide {
  width: 6.12rem;
  height: 11.04rem;
  position: relative;
  transition: all .3s ease;
}
#game .swiper-slide-prev,
#game .swiper-slide-next {
  transform: scale(0.9);
}
#game .swiper-slide-prev::after,
#game .swiper-slide-next::after {
  content: "";
  display: block;
  position: absolute;
  left: .1867rem;
  top: .6133rem;
  right: .1867rem;
  bottom: .1867rem;
  border-radius: .5867rem;
  background-color: rgba(0, 0, 0, 0.3);
}
.game_title_img {
  width: 5.8133rem;
  margin-left: calc(50% - 0.2667rem);
  transform: translateX(-50%);
  margin-bottom: 0.5067rem;
  display: block;
}

.game_kv {
  width: 6.12rem;
  height: 11.04rem;
}
.game_kv img {
  width: 100%;
  height: 100%;
}

#game .game_button_next:after,
#game .game_button_prev:after {
  font-size: 0;
}
#game .swiper-button-next,
#game .swiper-button-prev {
  top: auto;
  bottom: -1.5667rem;
  width: 1.1467rem;
  /* right: 0.4rem; */
  right: -1.04rem;
  --swiper-navigation-sides-offset: -0.1rem;
  transition: all 0.1s ease;
}
#game .swiper-button-prev {
  /* left: -0.1rem; */
  left: -1.04rem;
}
#game .swiper-button-next:active,
#game .swiper-button-prev:active {
  transform: scale(0.9);
}

#game .swiper-pagination {
  left: 50%;
  bottom: 2.56rem;
  top: unset;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  /* justify-content: center; */
  justify-content: space-around;
  width: 5.5267rem;
  /* margin-left: -0.4rem; */
}
#game .swiper-pagination-bullet {
  background-color: #fff;
  width: 0.3067rem;
  height: 0.3067rem;
  /* margin: 0 0.5867rem 0.1067rem 0; */
  opacity: 1;
  flex-shrink: 0;
}
#game .swiper-pagination-bullet-active {
  width: 0.5867rem;
  height: 0.6133rem;
  background: url("https://lilithimage.lilithcdn.com/allgames-official-web/pgame/cn_new/images/mobile/home/game/active.png")
    no-repeat;
  background-size: 100%;
}

#game .swiper-horizontal > .swiper-pagination-bullets,
#game .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -1.2667rem;
}
