.game-section-title {
  background: url() no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 2.5rem;
  margin: 1rem 0;
  font-size: 0px;
  color: transparent;
}
.game-pro-section {
  position: relative;
  background-color: #f5f8fa;
  padding-bottom: 1rem;
}
.game-pro-section .game-pro-sec-title {
  background-image: url(../images/2yf99yq9mc.png);
}
.game-pro-section .game-product-wrapper {
  list-style: none;
  padding-left: 0px;
  margin: 0;
}
.game-pro-section .game-product-wrapper li:not(:first-child) {
  display: none;
}
.game-pro-section .game-product-wrapper li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.game-pro-section .game-product-wrapper li .game-card {
  width: 90%;
  margin: 1rem;
}
.game-pro-section .get-more.see-more-games {
  color: gray;
  cursor: pointer;
}
.game-pro-section .get-more.see-more-games:hover {
  color: #0f64ce;
}
.game-pro-section .m-game-product-wrapper {
  padding-top: 0.5rem;
  padding-bottom: 1.5rem;
}
.game-pro-section .m-game-product-wrapper .swiper-slide {
  align-items: flex-start;
}
.game-pro-section .m-game-product-wrapper .swiper-slide .m-game-item {
  width: 45%;
  margin-left: 3%;
  margin-bottom: 5%;
}
.game-pro-section .m-game-product-wrapper .swiper-slide .m-game-item:nth-child(even) {
  margin-left: 4%;
}
.game-partner-section {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.game-partner-section .game-partner-sec-title {
  background-image: url(../images/254ikd-fqr.png);
}
.game-partner-section .swiper-container .swiper-wrapper {
  height: auto;
}
.game-partner-section .swiper-container .swiper-wrapper .swiper-slide {
  height: auto;
}
.game-partner-section .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: gray;
}
.game-partner-section .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #0f64ce;
}
.game-partner-section .game-partner-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.game-partner-section .game-partner-list li {
  box-sizing: border-box;
  padding: 0 0.1rem 0.2rem;
  width: 25%;
  text-align: center;
}
.game-partner-section .game-partner-list li img {
  width: 100%;
  max-height: 5rem;
}
@media (min-width: 576px) {
  .game-pro-section .game-product-wrapper li .game-card {
    flex-basis: 28%;
  }
}
@media (min-width: 768px) {
  .game-pro-section {
    padding-bottom: 4rem;
  }
  .game-pro-section .game-product-wrapper li:first-child,
  .game-pro-section .game-product-wrapper li:nth-child(2) {
    display: flex;
  }
  .game-pro-section .game-product-wrapper li {
    justify-content: flex-start;
  }
  .game-pro-section .game-product-wrapper li .game-card {
    flex-basis: 29%;
    margin: 0 1rem 1.5rem;
  }
  .game-partner-section {
    margin-bottom: 3rem;
  }
  .game-partner-section .game-partner-list li {
    width: 12.5%;
  }
}
@media (min-width: 992px) {
  .game-pro-section .game-product-wrapper li .game-card {
    flex-basis: 28.5%;
  }
}
@media (min-width: 1366px) {
  .game-pro-section .game-product-wrapper li .game-card {
    flex-basis: 29.6%;
  }
}
@media (min-width: 1450px) {
  .game-pro-section .game-product-wrapper li .game-card {
    flex-basis: 30%;
  }
}

/*# sourceMappingURL=game.eb6c00bc8cf1f8824887.css.map*/