.page-main {
  margin-top: -20px;
}

.swiper-banner {
  margin-bottom: 20rem;
  width: 100%;
  box-shadow: 0px 4px 21px 0px rgba(51, 51, 51, 0.6);
}

.swiper-banner .swiper-slide {
  width: 100%;
  height: 460px;
}

.swiper-banner-thumbs {
  width: 100%;
}

.swiper-banner-thumbs .swiper-slide {
  width: 168px;
  height: 106px;
  position: relative;
}

.swiper-banner-thumbs .swiper-slide:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: var(--border-radius-base);
}

.swiper-banner-thumbs .swiper-slide.swiper-slide-thumb-active:after {
  display: none;
}

.game-list-top .game-top-content {
  gap: 20px !important;
}

.game-list-top .game-top-content .game-top-item {
  counter-increment: n;
}

.game-list-top .game-top-item:nth-child(-n + 3) .game-top-text::before {
  content: counter(n);
  width: 16px;
  height: 21px;
  display: inline-block;
  background-size: 100% 100%;
  text-align: center;
  line-height: 28px;
  font-weight: bold;
  margin-right: 5px;
  font-size: 12px;
  color: white;
  background-image: url(../images/index/hot_4.png);
}

.game-list-top .game-top-item:nth-child(1) .game-top-text::before {
  background-image: url(../images/index/hot_1.png);
}

.game-list-top .game-top-item:nth-child(2) .game-top-text::before {
  background-image: url(../images/index/hot_2.png);
}

.game-list-top .game-top-item:nth-child(3) .game-top-text::before {
  background-image: url(../images/index/hot_3.png);
}

.game-list-more .game-more-content {
  gap: 20px !important;
}

.game-list-more .game-more-content .game-list-img {
  height: 220px;
}

.btn-more {
  width: 213px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #ffffff;
  color: var(--color-primary);
  box-shadow: 0px 0px 36px 2px rgba(51, 51, 51, 0.06);
  border-radius: 30px;
}

@media screen and (max-width: 767px) {
  .banner-box {
    margin: auto -15px 10px;
  }

  .swiper-banner {
    margin-bottom: 10px;
  }

  .swiper-banner-item {
    border-radius: 0;
  }

  .swiper-banner .swiper-slide {
    height: 225px;
  }

  .swiper-banner-thumbs {
    padding: 0 5px;
  }

  .swiper-banner-thumbs .swiper-slide {
    width: 64px;
    height: 48px;
  }

  .new-games-block {
    padding: 10px;
  }

  .new-games-block .new-games-item:nth-child(n + 5) {
    display: none;
  }

  .game-list-top .game-top-content {
    display: flex;
  }

  .game-list-top .game-top-content .game-top-item {
    width: 194px;
    min-width: 194px;
  }

  .game-list-more .game-more-content .game-list-img {
    height: 260px;
  }
}
