.body {
  width: 100%;
  height: 100%;
  padding: 0.6rem;
}

.main-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
}

/* 左侧导航 */
.left-nav {
  width: 7rem;
  background: #282b30;
  /* border-right: 1px solid #eee; */
  padding: 0.5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  overflow-y: auto;
  height: 80vh;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
  position: relative;
  z-index: 100;
}

.nav-item {
  width: 85%;
  height: 7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* transition: all 0.3s; */
  border-radius: 0.5rem;
  margin: 0.2rem 0.5rem;
  background: #16181f;
  /* background: url("../https://xhtd888.oss-accelerate.aliyuncs.com/static/images/event/btn_zc2_2.avif") no-repeat center center; */
  box-shadow: 0 0.03rem 0.07rem 0 #bea8851f;
  color: white;
  font-size: 0.8rem;
}

.nav-item.active {
  /* background: url("../https://xhtd888.oss-accelerate.aliyuncs.com/static/images/event/btn_zc1_1.png") no-repeat center center; */
  background: #f0c059;
  color: #874404;
}

.nav-item .nav-icon {
  width: 2rem;
  font-size: 0.8rem;
  background: none;
}

#leftNav {
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

#leftNav::-webkit-scrollbar {
  display: none;
}

.right-content {
  width: 100%;
  padding: 0.6rem;
  overflow-y: auto;
  height: 80vh;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

.filter-nav {
  height: 2.9rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}

.filter-nav span {
  text-align: center;
  padding-top: 0.4rem;
  width: 5.3rem;
  height: 2rem;
  /* border: 1px solid #ccc; */
  border-radius: 0.3rem;
  color: #999999;
  border: 0.1rem solid #313843;
  font-size: 0.8rem;

  /* background-color: #fff; */
}

.filter-nav span.active {
  background-color: #f0c059;
  color: #874404;
  border: none;
}

.game-list {
  width: 100%;
  height: 100%;
}

.game-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.game-img-box {
  position: relative;
}

.game-img-box>div:first-child {
  width: 100%;
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  /* justify-content: space-between; */
  z-index: 10;
}

.game-icon {
  position: absolute;
  width: 1.6rem;
}

.game-info {
  color: #fff;
  font-size: 0.8rem;
  text-align: center;
}

.game-img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}

/* 分页样式 */
.pagination-container {
  background: #282b30;
  border-radius: 1rem;
  padding: 0.5rem;
  margin: 0 0.5rem;
}

.pagination-btn {
  width: 2rem;
  height: 2rem;
  border-radius: 0.3rem;
  border: 0.1rem solid #3e4353;
  background: #16181f;
  color: #874404;
  font-size: 0.8rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-btn:hover:not(.disabled) {
  background: #3e4353;
  border-color: #f0c059;
  color: #f0c059;
}

.pagination-btn.active {
  background: #f0c059;
  border-color: #f0c059;
  color: #874404;
  font-weight: 600;
}

.pagination-btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.pagination-ellipsis {
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  border: 0.1rem solid #3e4353;
  background: #16181f;
  color: #adb6c3;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

._down-indicator_1r4a5_32 {
  --indicator-bg-img-color: #282b30;
  --indicator-bg-img-rgb-string: 40, 43, 48;
  --indicator-icon-color: #f0c059;
  width: 100%;
  height: 0.65rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(to bottom,
      transparent,
      rgba(40, 43, 48, 0.6) 35%,
      rgba(40, 43, 48, 0.8) 45%,
      rgba(40, 43, 48, 0.9) 50%,
      rgba(40, 43, 48, 1) 60%,
      #282b30);
}