.back-top {
  display: none;
}

html,
body {
  font-size: 0.833333px !important;
  background: white;
}

html,
body,
main,
.game-swiper-list {
  width: 100%;
  height: 100%;
}

main {
  font-size: 14rem;
}

.swiper-list {
  height: 100%;
  width: 100%;
}

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

.swiper-btn-box .swiper-btn {
  background: rgb(0, 0, 0, 0.6);
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
}


.swiper-btn-box .swiper-btn:hover {
  background: var(--color-primary);
}


.swiper-btn-box .swiper-btn.swiper-button-disabled {
  display: none;
}

.swiper-btn-box .swiper-btn:after {
  color: white;
  font-size: 10px;
  font-weight: bold;
}

.game-list-text {
  display: none;
}

.get-widget-btn:hover {
  opacity: 1 !important;
  background-color: var(--color-primary) !important;
  color: white !important;
}

.game-list-item:hover .game-list-img {
  scale: 1.05;
}