#app {
  min-height: 100vh;
  position: relative;
}

.body-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1080px;
  overflow: hidden;
  pointer-events: none;
}
.body-bg .bg-mask {
  position: absolute;
  width: 100%;
  height: 432px;
  background: linear-gradient(0deg, rgba(240, 106, 22, 0) 15%, rgba(199, 82, 8, 0.92) 37.72%, #e45e06 49.86%, #ff6c07 92.59%);
}
.body-bg .bg-img {
  position: absolute;
  top: -164px;
  left: 50%;
  transform: translateX(-50%);
  background: url('https://static.fhyx.com/images/application/pc/common/ranking/body-bg.webp') center top / contain no-repeat;
  width: 1920px;
  height: 1080px;
  mix-blend-mode: overlay;
  mask-image: linear-gradient(to bottom, transparent, #ff6c07);
  mask-mode: alpha;
  mask-composite: intersect;
  mask-clip: no-clip;
  mask-repeat: no-repeat;
  mask-size: 1920px 724px;
}
.body-bg .dots {
  position: absolute;
  z-index: 1;
  top: -36px;
  width: 2035px;
  height: 2285px;
  background: url('https://static.fhyx.com/images/application/pc/common/ranking/game-cover-bg.webp') no-repeat;
  mix-blend-mode: overlay;
  mask-image: linear-gradient(to right, #f06a16, #de5700);
  mask-mode: alpha;
  mask-composite: intersect;
  mask-clip: no-clip;
  mask-repeat: no-repeat;
  mask-size: 100% 537px;
}

.header-title {
  position: relative;
  z-index: 1;
  text-align: center;
  overflow: hidden;
}
.header-title .title {
  color: #fff;
  text-shadow: -1px 0 6.3px #ba3800;
  font-family: 'Alimama ShuHeiTi';
  font-size: 80px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 2.4px;
  margin-top: 55px;
}
.header-title .slogan {
  color: #fff;
  font-family: 'Source Han Sans CN';
  font-size: 26px;
  font-weight: 350;
  line-height: 1em;
  letter-spacing: 1.56px;
  margin-top: 25px;
}

.tabs-bar {
  position: sticky;
  top: 73px;
  z-index: 10;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.tabs-bar .ghost {
  flex: 1;
}
.tabs-bar .ghost .ghost-inner {
  min-width: 214px;
}
.tabs-bar .tabs-inner {
  display: flex;
  align-items: center;
  height: 90px;
  padding: 0px 80px;
  backdrop-filter: blur(2px);
  gap: 76px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow:
    -1px -1px rgba(255, 255, 255, 0.3),
    inset -1px -1px 1px rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
}
.tabs-bar .tabs-inner.fixed {
  backdrop-filter: blur(26px);
}
.tabs-bar .tab-item {
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  user-select: none;
  transition: text-shadow 0.2s;
}
.tabs-bar .tab-item::before {
  content: '';
  position: absolute;
  width: 60%;
  height: 5px;
  border-radius: 3.5px;
  background: #fff;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.tabs-bar .tab-item:hover,
.tabs-bar .tab-item.active {
  text-shadow: 0.5px 0 0 currentColor;
}
.tabs-bar .tab-item:hover::before,
.tabs-bar .tab-item.active::before {
  opacity: 1;
  transition: opacity 0.2s;
}

/* ===== 主体布局 ===== */
.page-body {
  position: relative;
  padding-bottom: 72px;
  margin-top: 44px;

  display: flex;
  gap: 56px;
}

/* ===== 左侧筛选浮窗 ===== */
.sidebar {
  position: relative;
  z-index: 1;
  padding-top: 196px;
  flex: 1;
  box-sizing: border-box;

  background: url('https://static.fhyx.com/images/application/pc/common/ranking/text_2.png') left top/75px 2536px repeat-y;
}
.sidebar .filter-box {
  width: 224px;
  height: auto;
  border-radius: 16px;
  background: rgba(108, 67, 58, 0.2);

  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 14px;
  position: sticky;
  top: 232px;
  margin: 0 0 0 auto;
  backdrop-filter: blur(5px);
}

.ghost-box {
  /* width: 276px; */
  flex: 1;
  background: url('https://static.fhyx.com/images/application/pc/common/ranking/text_1.png') right top/81px 2536px repeat-y;
  background-position-y: -817px;
}
.filter-box .filter-title {
  display: flex;
  align-items: center;
  height: 52px;
  gap: 8.86px;
}
.filter-box .filter-title .filter-title-dot {
  display: block;
  width: 14px;
  height: 15px;
  background: url('https://static.fhyx.com/images/application/pc/common/ranking/Vector.png') center/contain no-repeat;
  margin-left: 16px;
}
.filter-box .filter-mask {
  height: 12px;
  background: linear-gradient(0deg, rgba(40, 23, 18, 0) 0%, rgba(97, 57, 43, 0.5) 100%);
}
.filter-box .filter-group {
  padding: 0 16px 8px;
}
.filter-box .filter-group-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6px;
}
.filter-box .filter-group-label .title {
  color: #cca392;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 6px;
}
.filter-box .filter-group-year .filter-group-label .icon {
  width: 14px;
  height: 14px;
  background: url('https://static.fhyx.com/images/application/pc/common/ranking/Vector_2.png') center/contain no-repeat;
}
.filter-box .filter-group-tag .filter-group-label .icon {
  width: 15px;
  height: 14px;
  background: url('https://static.fhyx.com/images/application/pc/common/ranking/Vector_1.png') center/contain no-repeat;
}
.filter-box .filter-group-label .arrow {
  width: 24px;
  height: 22px;
  border-radius: 4px;
  background: #583928;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s;
}
.filter-box .filter-group-label .arrow:hover {
  background: #ca561f;
}
.filter-box .filter-group-label .arrow .icon {
  width: 9px;
  height: 8px;
  background: url('https://static.fhyx.com/images/application/pc/common/ranking/arrow.png') center/contain no-repeat;
}
.filter-box .filter-group-label .arrow.fold .icon {
  transform: rotate(180deg);
}
.filter-box .filter-list {
  margin-top: 18px;
}
.filter-box .filter-year-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.filter-box .filter-year-list .filter-year {
  height: 29px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 29px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.2s;
}
.filter-box .filter-year-list .filter-year:hover,
.filter-box .filter-year-list .filter-year.active {
  background: #ca561f;
}
.filter-box .filter-tag-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
  column-gap: 11px;
}
.filter-box .filter-tag-list .filter-tag {
  min-width: 90px;
  height: 29px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 29px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.2s;
}
.filter-box .filter-tag-list .filter-tag:hover,
.filter-box .filter-tag-list .filter-tag.active {
  background: #ca561f;
}

/* ===== 主榜单容器 ===== */
.board-body {
  width: 1204px;
  margin: 0 auto;
  min-height: 900px;
}
.board-body .board-info-bar {
  margin-bottom: 18px;
}
.board-body .board-big-title {
  font-size: 70px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.01em;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 166, 108, 1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.board-body .board-subtitle {
  color: #fff;
  font-size: 24px;
  font-weight: 350;
  letter-spacing: 1.44px;
  margin-top: 5px;
}
.board-body .board-update {
  color: #fff;
  font-size: 18px;
  font-weight: 350;
  letter-spacing: 1.08px;
  margin-top: 13px;
}

/* ===== 表格区域 ===== */
.table-wrap {
}
.table-wrap .table-row {
  display: grid;
  align-items: center;
}
.table-wrap-sales .table-row {
  grid-template-columns: 86px minmax(0, 1fr) 337px 155px 133px;
}
.table-wrap-online .table-row {
  grid-template-columns: 86px minmax(0, 1fr) 120px 177px 133px;
}
.table-wrap .table-head {
  position: sticky;
  top: 166px;
  z-index: 10;
  border: 1px solid transparent;
  box-sizing: border-box;
}
.board-body.fixed .table-wrap .table-head {
  background: rgba(255, 255, 255, 0.07);
  box-shadow:
    -1px -1px rgba(255, 255, 255, 0.3),
    inset -1px -1px 1px rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(26px);
  border-radius: 15px;
}
.table-wrap .table-head .table-row {
  height: 68px;
}
.table-wrap .table-head .table-row .th {
  font-size: 22px;
  font-weight: 350;
  letter-spacing: 1.32px;
  color: #fff;
}
/* 表头 排名列 */
.table-wrap .table-head .th-rank {
  text-align: center;
}
/* 表头 名称列 */
.table-wrap .table-head .th-name {
  padding-left: 228px;
  box-sizing: border-box;
}
.table-wrap .table-head .th-info {
  display: flex;
  align-items: center;
}
.table-wrap .table-head .info-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 3px;
  cursor: pointer;
  user-select: none;
}
.table-wrap .table-head .info-icon {
  font-size: 22px;
}
.table-wrap .table-head .info-text {
  position: absolute;
  text-wrap: nowrap;
  height: 34px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.38);
  transform: translateY(-100%);
  margin-bottom: 20px;
  padding: 0 16px;
  box-sizing: border-box;
  visibility: hidden;
  font-size: 16px;
  line-height: 34px;
}
.table-wrap .table-head .info-box:hover .info-text {
  visibility: visible;
}
.table-wrap .table-body .table-row {
  min-height: 120px;
  border-radius: 18px;
  border: 1px solid #55514c;
  background: rgba(12, 8, 5, 0.7);
  margin-bottom: 15px;
  box-sizing: border-box;
}
.table-wrap .table-body .table-row .td {
  color: #fff;
  font-size: 20px;
  font-weight: 350;
  letter-spacing: 1.2px;
}
.table-wrap .table-body .table-row:last-child {
  margin-bottom: none;
}
.table-wrap .table-body .table-row.rank-1 {
  border: 1px solid #ffe49c;
  background: linear-gradient(278deg, rgba(188, 139, 37, 0.3) -4.83%, rgba(203, 174, 96, 0.5) 42.53%, rgba(185, 142, 58, 0.4) 76.14%, #ccaf5f 99.97%);
  box-shadow: 0 -1px 18px 7px rgba(255, 216, 0, 0.15);
}
.table-wrap .table-body .table-row.rank-2 {
  border: 1px solid #8d8d8d;
  background: linear-gradient(269deg, #0f0a05 11.42%, #44464e 74.63%);
  box-shadow: 0 -1px 18px -1px rgba(216, 216, 216, 0.15);
}
.table-wrap .table-body .table-row.rank-3 {
  border: 1px solid #8d8d8d;
  background: linear-gradient(269deg, #0f0a05 11.42%, #2f1911 74.63%);
  box-shadow: 0 -1px 18px -1px rgba(216, 216, 216, 0.15);
}
/* 排名列 */
.table-wrap .table-body .td-rank {
  text-align: center;
}
.table-wrap .table-body .td-rank .rank-badge {
  font-size: inherit;
}
/* 名称列 */
.table-wrap .table-body .td-name {
  display: flex;
  align-items: center;
  gap: 34px;
}
.table-wrap .table-body .td-name .game-thumb {
  width: 194px;
  height: 92px;
  object-fit: cover;
  border-radius: 9px;
  background: #d9d9d9;
  flex-shrink: 0;
}
.table-wrap .table-body .td-name .game-name {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1.32px;
}
/* 标签列 */
.table-wrap .table-body .td-tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  row-gap: 10px;
}
.table-wrap .table-body .td-tag .tag {
  min-width: 78px;
  height: 35px;
  border-radius: 2px 17.5px 17.5px 17.5px;
  background: rgba(177, 157, 126, 0.1);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.96px;
  text-align: center;
  line-height: 35px;
  padding: 0 22px;
  box-sizing: border-box;
  backdrop-filter: blur(10px);
  box-shadow:
    -1px -1px rgba(255, 255, 255, 0.5),
    1px 1px rgba(255, 255, 255, 0.2);
}
/* 日期列 */
.table-wrap .table-body .td-date {
  color: #fff;
  font-size: 20px;
  font-weight: 350;
  letter-spacing: 1.2px;
}
/* 排名变化 */
.table-wrap .table-body .th-change {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.table-wrap .table-body .change-num {
  font-size: inherit;
}
.table-wrap .table-body .change-num.same {
  color: transparent;
  font-size: 0;
  width: 29px;
  height: 7px;
  background-color: #0554ff;
}
.table-wrap .table-body .change-num.down {
  color: #75f505;
}
.table-wrap .table-body .change-num.down::before {
  content: '';
  display: inline-block;
  width: 0px;
  height: 0px;
  border-top: 9px solid #75f505;
  border-left: 6.5px solid transparent;
  border-right: 6.5px solid transparent;
  margin-bottom: 2px;
}
.table-wrap .table-body .change-num.up {
  color: #f54e05;
}
.table-wrap .table-body .change-num.up::before {
  content: '';
  display: inline-block;
  width: 0px;
  height: 0px;
  border-bottom: 9px solid #f54e05;
  border-left: 6.5px solid transparent;
  border-right: 6.5px solid transparent;
  margin-bottom: 2px;
}
.table-wrap .table-body .change-num.new {
  font-size: 0;
}
.table-wrap .table-body .change-num.new::before {
  display: inline-block;
  content: 'new';
  width: 33px;
  height: 20px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.6px;
  border-radius: 4px;
  background: #f54e05;
  text-align: center;
  line-height: 20px;
}

/* ===== 愿望单 ===== */
.wishlist {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.wishlist .wish-row {
  height: 249px;
  border-radius: 18px;
  border: 1px solid #55514c;
  background: rgba(12, 8, 5, 0.7);
  box-sizing: border-box;
  padding: 22px 22px 20px;
  display: flex;
  gap: 20px;
}
.wishlist .wish-left-rail {
  width: 142px;
  height: 207px;
  border-radius: 9px;
  background: #d9d9d9;
  overflow: hidden;
  flex-shrink: 0;
}
.wishlist .wish-left-rail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wishlist .wish-main {
  position: relative;
  flex: 1;
}
.wishlist .wish-main .wish-name {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1em;
}
.wishlist .wish-main .wish-desc {
  color: #fff;
  font-size: 16px;
  font-weight: 350;
  margin-top: 16px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}
.wishlist .wish-main .wish-tags {
  display: flex;
  gap: 8px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.wishlist .wish-main .tag {
  min-width: 58px;
  height: 24px;
  padding: 0 14px;
  box-sizing: border-box;
  border-radius: 4px;
  background: rgba(177, 157, 126, 0.2);
  color: #fff;
  font-size: 14px;
  font-weight: 350;
  text-align: center;
  line-height: 24px;
  box-shadow:
    -1px -1px rgba(255, 255, 255, 0.3),
    1px 1px rgba(255, 255, 255, 0.3);
}
.wishlist .wish-main .wish-datetime {
  position: absolute;
  bottom: 31px;
  right: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 350;
}
.wishlist .wish-gallery {
  width: 266px;
  flex-shrink: 0;
}
.wishlist .wish-gallery-main {
  position: relative;
  width: 266px;
  height: 136px;
  border-radius: 9px;
  background: #d9d9d9;
  overflow: hidden;
}
.wishlist .wish-gallery-main video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wishlist .wish-gallery-main .wish-mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);

  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;
}
.wishlist .wish-gallery-main .wish-play-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  background: url('https://static.fhyx.com/images/application/pc/common/ranking/play_btn.png') center/contain no-repeat;
  pointer-events: none;
}
.wishlist .wish-gallery-stack {
  display: flex;
  gap: 9px;
  margin-top: 6px;
}
.wishlist .wish-gallery-thumb {
  width: 130px;
  height: 70px;
  object-fit: cover;
  border-radius: 9px;
  background: #d9d9d9;
}

/* ===== PGA ===== */
.awards {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.pga-card {
  position: relative;
  min-height: 553px;
  border-radius: 18px;
  border: 1px solid #55514c;
  box-sizing: border-box;

  background-size: cover;
  padding: 31px 28px;
}
.pga-card .pga-card-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(10px);
  opacity: 0.4;
}
.pga-card .pga-card-title {
  position: relative;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1em;
}
.pga-card .pga-card-desc {
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 350;
  margin-top: 16px;
}
.pga-card .pga-hero {
  display: block;
  position: relative;
  width: 395px;
  height: 230px;
  border-radius: 9px;
  background: #d9d9d9;
  overflow: hidden;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  margin-top: 32px;
}
.pga-card .pga-hero .pga-hero-rank {
  position: absolute;
  left: 0;
  top: 0;
}
.pga-card .pga-hero .pga-hero-rank::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 56px solid #ef782c;
  border-right: 63px solid transparent;
}
.pga-card .pga-hero .pga-hero-rank-num {
  position: absolute;
  left: 0px;
  top: 3px;
  z-index: 1;
  width: 29px;
  height: 29px;
  background: url('https://static.fhyx.com/images/application/pc/common/ranking/fire_icon.png') center/contain no-repeat;
  text-align: center;
  line-height: 32px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.pga-card .pga-hero .pga-hero-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pga-card .pga-hero .pga-hero-name {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  width: 100%;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  line-height: 50px;
  background: #ef782c;
}
.pga-card .pga-rest {
  display: flex;
  gap: 26px;
  margin-top: 30px;
  flex-wrap: wrap;
}
.pga-card .pga-rest-item {
  position: relative;
  width: 267px;
  height: 134px;
  border-radius: 10px;
  background: #d9d9d9;
  overflow: hidden;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.pga-card .pga-rest-item .pga-rest-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pga-card .pga-rest-item .pga-rest-rank {
  position: absolute;
  left: 0;
  top: 0;
}
.pga-card .pga-rest-item .pga-hero-rank-num {
  position: absolute;
  left: 4px;
  top: 1px;
  z-index: 1;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
.pga-card .pga-rest-item .pga-rest-rank::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 30px solid #ef782c;
  border-right: 34px solid transparent;
}
.pga-card .pga-rest-item .pga-rest-name {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 33px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 33px;
  background: #ef782c;
}

/* ===== IGN ===== */
.ign-list {
  display: flex;
  flex-direction: column;
  gap: 41px;
}
.ign-list .ign-hero {
  height: 347px;
  border-radius: 18px;
  border: 1px solid #ffe49c;
  background: linear-gradient(278deg, #bc8b25 -4.83%, #cbae60 42.53%, #b98e3a 76.14%, #ccaf5f 99.97%);
  box-shadow: 0 -1px 18px 7px rgba(255, 216, 0, 0.15);
  display: flex;
}
.ign-list .ign-hero-media {
  position: relative;
  width: 621px;
  height: 100%;
  border-radius: 18px;
  border: 1px solid #ffe49c;
  box-shadow: 0 -1px 18px 7px rgba(255, 216, 0, 0.15);
  overflow: hidden;
  flex-shrink: 0;
}
.ign-list .ign-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ign-list .ign-hero-media .ign-hero-rank {
  position: absolute;
  left: 0;
  top: 0;
  width: 98px;
  height: 40px;
  border-radius: 18px 0;
  background: linear-gradient(261deg, #a76f0e 2.34%, #ffcf3b 99.07%);

  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.88px;
  text-align: center;
  line-height: 38px;
}
.ign-list .ign-hero-media .ign-hero-score-badge {
  position: absolute;
  width: 48px;
  height: 51px;
  top: 16px;
  right: 21px;
  background: url('https://static.fhyx.com/images/application/pc/common/ranking/ign_source_bg.png') center/contain no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;

  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
}
.ign-list.metacritic .ign-hero-media .ign-hero-score-badge {
  width: 38px;
  height: 38px;
  background: #00ce7a;
  border-radius: 8px;
  color: black;
}
.ign-list .ign-hero-main {
  padding: 23px;
  box-sizing: border-box;
  flex: 1;
}
.ign-list .ign-hero-main .ign-name {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1em;
}
.ign-list .ign-hero-main .ign-desc,
.ign-list .ign-hero-main .ign-desc p {
  color: #fff;
  font-size: 22px;
  font-weight: 350;
  margin-top: 11px;
}
.ign-list .ign-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 41px 11px;
}
.ign-list .ign-card {
  position: relative;
  height: 417px;
  border-radius: 18px;
  border: 1px solid #8d8d8d;
  background: linear-gradient(180deg, #0c0805 48.56%, #000 100%);
  box-shadow: 0 -1px 18px -1px rgba(216, 216, 216, 0.15);
  overflow: hidden;
}
.ign-list .ign-card:nth-of-type(1) {
  background: linear-gradient(180deg, #000 48.56%, #44464e 100%);
}
.ign-list .ign-card:nth-of-type(2) {
  background: linear-gradient(180deg, #000 48.56%, #2f1911 100%);
}
.ign-list .ign-card .ign-hero-rank {
  position: absolute;
  left: 0;
  top: 0;
  width: 88px;
  height: 36px;
  border-radius: 18px 0;
  background: linear-gradient(261deg, #575757 2.34%, #9e9fa2 99.07%);

  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.88px;
  text-align: center;
  line-height: 32px;
}
.ign-list .ign-card:nth-of-type(2) .ign-hero-rank {
  background: linear-gradient(261deg, #655336 2.34%, #826f45 99.07%);
}
.ign-list .ign-card .ign-hero-score-badge {
  position: absolute;
  width: 48px;
  height: 51px;
  top: 15px;
  right: 18px;
  background: url('https://static.fhyx.com/images/application/pc/common/ranking/ign_source_bg.png') center/contain no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;

  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
}
.ign-list.metacritic .ign-card .ign-hero-score-badge {
  width: 38px;
  height: 38px;
  background: #00ce7a;
  border-radius: 8px;
  color: black;
}
.ign-list .ign-card .ign-cover {
  display: block;
  width: 100%;
  height: 214px;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid #bdbdbd;
}
.ign-list .ign-card .ign-card-main {
  padding: 15px 22px 0;
  box-sizing: border-box;
}
.ign-list .ign-card .ign-name {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
}
.ign-list .ign-card .ign-desc,
.ign-list .ign-card .ign-desc p {
  color: #fff;
  font-size: 18px;
  font-weight: 350;
  margin-top: 8px;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

/* ===== 游戏悬浮公告浮窗 ===== */
.game-popup {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11;
  width: 491px;
  min-height: 391px;
  border-radius: 18px;
  border: 1px solid #8d8d8d;
  background: linear-gradient(180deg, #140b06 48.56%, #140b06 100%);
  box-shadow: 0 -1px 18px -1px rgba(216, 216, 216, 0.15);
}
.game-popup .popup-cover-bg {
  height: 214px;
  border-radius: 18px;
  overflow: hidden;
  border-bottom: 1px solid #bdbdbd;
  box-sizing: border-box;
}
.game-popup img,
.game-popup video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.game-popup .popup-body {
  padding: 10px 13px 13px;
  box-sizing: border-box;
}
.game-popup .popup-info-box {
  display: flex;
  gap: 10px;
}
.game-popup .popup-info-box .popup-banner {
  width: 185px;
  height: 89px;
  border-radius: 9px;
  border: 1px solid #bdbdbd;
  box-sizing: border-box;
  overflow: hidden;
  flex-shrink: 0;
}
.game-popup .popup-info-box .popup-title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}
.game-popup .popup-info-box .popup-price {
  color: #f54e05;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  display: flex;
  line-height: 20px;
  margin-top: 6px;
}
.game-popup .popup-info-box .popup-price small {
  font-size: 14px;
  line-height: 25px;
}
.game-popup .popup-info-box .popup-review {
  color: #eb9c37;
  font-size: 12px;
  font-weight: 350;
  margin-top: 8px;
}
.game-popup .popup-release {
  color: #fff;
  font-size: 14px;
  font-weight: 350;
  margin-top: 6px;
}
.game-popup .popup-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.game-popup .popup-bottom .popup-tags {
  display: flex;
  gap: 8px;
  margin-top: 10px;
  flex-wrap: wrap;
}
.game-popup .popup-bottom .popup-tag {
  min-width: 58px;
  height: 24px;
  padding: 0 14px;
  box-sizing: border-box;
  border-radius: 4px;
  background: rgba(177, 157, 126, 0.2);
  color: #fff;
  font-size: 14px;
  font-weight: 350;
  text-align: center;
  line-height: 24px;
  box-shadow:
    -1px -1px rgba(255, 255, 255, 0.3),
    1px 1px rgba(255, 255, 255, 0.3);
}

.video-iframe-content {
  position: relative;
  width: 980px;
  height: 600px;
  background: #000;
  border: 1px solid #000;
}
.video-iframe-content video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-iframe-content .close-btn {
  position: absolute;
  width: 36px;
  height: 36px;
  top: -26px;
  right: -36px;
  background: url('https://static.fhyx.com/images/application/pc/com/fhyx_zt_video_closed.png') no-repeat center center;
  cursor: pointer;
}

.backtop-btn {
  position: fixed;
  z-index: 10;
  right: 100px;
  bottom: 100px;
  cursor: pointer;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ca561f;
  border-radius: 50%;
  transition: transform 0.2s;
}
.backtop-btn:active {
  transform: scale(0.9);
}
.backtop-btn .icon {
  width: 31px;
  height: 32.5px;
  background: url('https://static.fhyx.com/images/application/pc/common/ranking/backtop.png') no-repeat center/contain;
}

@media (max-width: 1600px) {
  .page-body {
    gap: 10px;
  }

  .sidebar .filter-box {
    /* top: 16px; */
  }

  .table-wrap-sales .table-row {
    grid-template-columns: 86px minmax(0, 1fr) 339px 138px 133px;
  }

  .backtop-btn {
    right: 10px;
  }
}
