#section_game {
  width: 100%;
  height: 100%;

  position: relative;
  position: absolute;
  top: 0;
}
#section_game .pc_continer_overflow_bg {
  background: url(https://lilithimage.lilithcdn.com/allgames-official-web/pgame/cn_new/images/pc/game/game_bg.png)
    no-repeat center/cover;
}

.slide {
  display: flex;
  align-items: center;
  margin-top: 18px;
  gap: 18px;
  align-items: center;
  margin-top: 152px;
  gap: 18px;
  justify-content: center;
}
#game_swiper {
  height: 707px;
  position: absolute;
  left: 50%;
  top: 199px;
  transform: translate(-50%, 0);
  position: relative;
  box-sizing: border-box;
  width: calc(439px * 3);
}
.game_kv {
  width: 392px !important;
  height: 707px;
  position: relative;
  background: url("https://lilithimage.lilithcdn.com/allgames-official-web/pgame/cn_new/images/pc/game/game_ground_border.png")
    no-repeat center/cover;
}
#game_swiper .swiper-slide {
  width: 439px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.92);
  opacity: 0;
}
#game_swiper .swiper-slide-prev {
  transform: translateY(8px) scale(0.85) rotate(-5deg);
  opacity: 1;
}
#game_swiper .swiper-slide-next {
  /* translateX(-17px) */
  transform: translateY(8px) scale(0.85) rotate(5deg);
  opacity: 1;
}
#game_swiper .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
}
.game_kv img, .game_kv .img {
  width: 378px;
  height: 667px;
  position: absolute;
  top: 33px;
  left: 8px;
}
.swiper-slide-next .game_kv::after,
.swiper-slide-prev .game_kv::after {
  content: "";
  display: block;
  width: 363px;
  height: 653px;
  position: absolute;
  top: 40px;
  left: 15px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 40px;
}
#game_swiper .game_button_next,
#game_swiper .game_button_prev {
  width: 81px;
  height: 86px;
  margin-top: 0;
  transition: all 0.3s ease;
}
#game_swiper .game_button_next:active,
#game_swiper .game_button_prev:active {
  transform: scale(0.85);
}
#game_swiper .game_button_next {
  right: -114px;
  background: url(https://lilithimage.lilithcdn.com/allgames-official-web/pgame/cn_new/images/pc/game/right.png)
    no-repeat center/80px 84px;
}
#game_swiper .game_button_prev {
  left: -114px;
  background: url(https://lilithimage.lilithcdn.com/allgames-official-web/pgame/cn_new/images/pc/game/left.png)
    no-repeat center/80px 84px;
}
#game_swiper .game_button_next:hover {
  background: url(https://lilithimage.lilithcdn.com/allgames-official-web/pgame/cn_new/images/pc/game/right_hover.png)
    no-repeat center/80px 84px;
}
#game_swiper .game_button_prev:hover {
  background: url(https://lilithimage.lilithcdn.com/allgames-official-web/pgame/cn_new/images/pc/game/left_hover.png)
    no-repeat center/80px 84px;
}
#game_swiper .game_button_next:after,
#game_swiper .game_button_prev:after {
  font-size: 0;
}
#game_swiper .swiper-pagination {
  left: 50%;
  bottom: 60px;
  top: unset;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  justify-content: center;
}
#game_swiper .swiper-pagination-bullet {
  background-color: #fff;
  width: 16px;
  height: 16px;
  margin-right: 32px;
  opacity: 1;
}
#game_swiper .swiper-pagination-bullet-active {
  width: 30px;
  height: 31px;
  background: url("https://lilithimage.lilithcdn.com/allgames-official-web/pgame/cn_new/images/pc/game/active.png")
    no-repeat;
}
#game_swiper .swiper-horizontal > .swiper-pagination-bullets,
#game_swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -122px;
}
