.home_main {
  overflow-x: hidden;
  background-color: var(--bg);
  color: var(--ink);
}
.home_main > section {
  padding: 5.6rem 0 0;
}
.home_main > .home_banner {
  position: relative;
  overflow: visible;
  padding: 2.4rem 0 0;
}
.home_banner_bg {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 0;
  width: 100vw;
  height: calc(100% + 25rem);
  overflow: hidden;
  pointer-events: none;
  transform: translateX(-50%);
}
.home_banner_bg .list,
.home_banner_bg .bg {
  position: absolute;
  inset: 0;
}
.home_banner_bg .bg {
  opacity: 0;
  background-color: #e5bdab;
  transition: opacity 0.6s ease;
}
.home_banner_bg .bg[data-hue="e5bdab"] {
  background-color: #e5bdab;
}
.home_banner_bg .bg[data-hue="abcee1"] {
  background-color: #abcee1;
}
.home_banner_bg .bg[data-hue="615f67"] {
  background-color: #615f67;
}
.home_banner_bg .bg.on {
  opacity: 1;
}
.home_banner_bg::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, color-mix(in srgb, var(--bg) 6%, transparent) 0%, color-mix(in srgb, var(--bg) 20%, transparent) 58%, var(--bg) 100%);
}
.home_main > .home_trust {
  padding: 3.2rem 0 0.4rem;
}
.home_main > .home_cats {
  display: none;
}
.home_main > .home_sell {
  padding-top: 2.8rem;
}
.home_main > .home_news {
  padding: 4.8rem 0 6.4rem;
}
.home_main .head.tcon p {
  color: var(--muted);
}

.home_banner h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.home_banner .home_banner_swiper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: var(--r-lg);
}
.home_banner .swiper-slide {
  box-sizing: border-box;
  width: 76%;
  padding: 0 1.2rem;
}
.home_banner .swiper-slide a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: var(--r-lg);
}
.home_banner .swiper-slide a::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: rgba(10, 10, 10, 0.42);
  pointer-events: none;
  transition: opacity 0.35s;
}
.home_banner .swiper-slide-active a::after {
  opacity: 0;
}
.home_banner .swiper-slide .img {
  padding-bottom: 36%;
}
.home_banner .swiper-slide picture {
  position: absolute;
  inset: 0;
}
.home_banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_banner .home_banner_swiper > .swiper-pagination.swiper-pagination-bullets {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 1.6rem !important;
  z-index: 3;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  width: 100% !important;
  padding: 0;
  background: none;
  transform: none !important;
}
.home_banner .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.4rem;
  margin: 0;
  border-radius: 0.4rem;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.home_banner .swiper-pagination-bullet-active {
  width: 2.4rem;
  background: var(--primary);
}

.home_offers .offer_list,
.home_games .list,
.home_process .step_list,
.home_news .news_list {
  margin-top: 2.4rem;
}
.home_trust .trust_strip {
  margin: 0;
}

.home_cats .cat_list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--space-4);
  margin-top: var(--space-5);
}
.home_cats .cat_list > li,
.home_cats a .flex {
  min-width: 0;
}
.home_cats a {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100%;
  padding: var(--space-4);
  color: var(--ink);
}
.home_cats .img {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  margin-left: var(--space-3);
}
.home_cats .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home_cats .info {
  flex: 1;
  min-width: 0;
}
.home_cats .title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: var(--fs-lg);
  font-weight: var(--fw-black);
  letter-spacing: var(--track-tight);
}
.home_cats a:hover .title {
  color: var(--primary);
}
.home_cats .desc {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 0.6rem;
  font-size: 1.32rem;
  line-height: var(--lh-body);
  color: var(--text);
}
.home_cats .rule {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: var(--space-3);
  padding-top: var(--space-3);
  border-top: 1px solid var(--line);
  font-size: var(--fs-sm);
  line-height: var(--lh-snug);
  color: var(--muted);
}

.home_main .game_list {
  margin-top: 2rem;
  overflow: hidden;
}
.home_main .game_list .swiper-slide {
  width: auto;
  height: auto;
}
.home_main .game_list a {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  height: 3.6rem;
  padding: 0 1.4rem 0 0.4rem;
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  background-color: var(--surface);
  color: var(--ink);
  font-size: 1.32rem;
  font-weight: 600;
  white-space: nowrap;
}
.home_main .game_list li.on a {
  border-color: var(--primary);
  background-color: var(--primary-soft);
  color: var(--primary);
}
.home_main .game_list .img {
  width: 2.8rem;
  height: 2.8rem;
  margin: 0;
  overflow: hidden;
  border-radius: 50%;
  background-color: var(--surface-2);
}
.home_main .game_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_main .game_list [data-game="all"] {
  padding: 0 1.6rem;
}
.home_main .game_list .more_games a {
  padding: 0 1.6rem;
}
.home_main .game_list .more_games a::after {
  content: '';
  display: block;
  width: 0.55rem;
  height: 0.55rem;
  margin-left: 0.2rem;
  border-right: 1.5px solid currentColor;
  border-top: 1.5px solid currentColor;
  transform: rotate(45deg);
}

.home_offers .offer_list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.6rem;
}
.home_offers .offer_list .box {
  position: relative;
  padding: 1.8rem 1.4rem 1.6rem;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: var(--r-lg);
  background-color: var(--surface);
  box-shadow: var(--sh-card);
}
.home_offers .offer_list a {
  display: block;
  color: var(--ink);
}
.home_offers .offer_list a:hover .title {
  color: var(--primary);
}
.home_offers .offer_list .img {
  width: 7.2rem;
  height: 7.2rem;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
  background-color: var(--surface-2);
}
.home_offers .offer_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_offers .info {
  margin-top: 1.2rem;
  text-align: center;
}
.home_offers .title {
  font-size: 1.5rem;
  font-weight: 800;
}
.home_offers .voice {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: var(--primary);
  background-image: url("../img/icon-voice.svg");
  background-repeat: no-repeat;
  background-position: 46% center;
  background-size: 1.5rem;
}
.home_offers .voice.on {
  background-image: none;
}
.home_offers .voice.on::before,
.home_offers .voice.on::after {
  content: '';
  display: block;
  width: 0.28rem;
  height: 1rem;
  margin: 0;
  border-radius: 0.08rem;
  background-color: #111;
}
.home_offers .voice.on::after {
  margin-left: 0.32rem;
}
.home_offers .rate {
  margin-top: 0.3rem;
  font-size: 1.22rem;
  color: var(--muted);
}
.home_offers .rate::before {
  content: '';
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  margin-right: 0.35rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='%23dea31d' d='M6 0.8l1.5 3.1 3.4.5-2.45 2.4.6 3.4L6 8.6 2.95 10.2l.6-3.4L1.1 4.4l3.4-.5z'/%3E%3C/svg%3E") no-repeat center / contain;
  vertical-align: -0.1rem;
}
.home_offers .tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 0.8rem;
}
.home_offers .tags span {
  display: inline-flex;
  align-items: center;
  height: 2rem;
  padding: 0 0.7rem;
  border-radius: 999px;
  background-color: var(--surface-2);
  color: var(--text);
  font-size: 1.12rem;
}
.home_offers .price {
  margin-top: 1rem;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--ink);
}
.home_offers .price em {
  font-size: 1.18rem;
  font-weight: 600;
  color: var(--faint);
}

.home_goods .item_list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.6rem;
  margin-top: 2rem;
  align-items: stretch;
}
.home_goods .btns,
.home_offers .btns {
  justify-content: center;
  margin-top: var(--space-5);
}
.home_goods .btns .btn_line,
.home_offers .btns .btn_line {
  min-width: 16rem;
}
.home_goods .item_list li {
  display: flex;
}
.home_goods .item_list a {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: var(--r-lg);
  background-color: var(--surface);
  color: var(--ink);
  box-shadow: var(--sh-card);
  transition: transform var(--ease-out), box-shadow var(--ease-out), border-color var(--ease);
}
.home_goods .item_list a:hover {
  transform: translateY(-0.4rem);
  box-shadow: var(--sh-2);
}
.home_goods .item_list a:hover .title {
  color: var(--primary);
}
.home_goods .cover {
  position: relative;
  flex-shrink: 0;
  height: 0;
  padding-bottom: 62%;
  overflow: hidden;
  background-color: var(--surface-2);
}
.home_goods .cover img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 0.4s ease;
}
.home_goods .item_list a:hover .cover img {
  transform: scale(1.06);
}
.home_goods .thumbs {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.home_goods .thumbs .img {
  padding-bottom: 62%;
  background-color: var(--surface-2);
}
.home_goods .mark {
  position: absolute;
  left: 0.8rem;
  top: 0.8rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  height: 2rem;
  padding: 0 0.7rem;
  border-radius: 0.4rem;
  background-color: var(--primary);
  color: var(--on-primary);
  font-size: 1.1rem;
  font-weight: 800;
}
.home_goods .info {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.2rem 1.3rem 1.4rem;
}
.home_goods .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.home_goods .tags span {
  display: inline-flex;
  align-items: center;
  height: 2rem;
  padding: 0 0.6rem;
  border-radius: 0.4rem;
  background-color: var(--primary-wash);
  color: var(--primary-deep);
  font-size: 1.1rem;
  font-weight: 700;
}
.home_goods .title {
  margin-top: 0.7rem;
  font-size: 1.36rem;
  font-weight: 800;
  line-height: 1.35;
}
.home_goods .desc {
  margin-top: 0.4rem;
  font-size: 1.2rem;
  color: var(--faint);
}
.home_goods .bar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.8rem;
  margin-top: auto;
  padding-top: 1rem;
}
.home_goods .price {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--ink);
}
.home_goods .price em {
  font-size: 1.18rem;
  font-weight: 600;
  color: var(--faint);
}
.home_sell .price del {
  margin-right: 0.55rem;
  font-size: 1.22rem;
  font-weight: 600;
  color: var(--disabled);
}
.home_goods .time {
  font-size: 1.18rem;
  color: var(--faint);
}
.home_boost .rank {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 0.7rem;
  font-size: 1.28rem;
  font-weight: 800;
  color: var(--ink);
}
.home_boost .rank i {
  width: 1.2rem;
  height: 1.2rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23dea31d' stroke-width='1.6' d='M2 6h8M7 3.2 9.8 6 7 8.8'/%3E%3C/svg%3E") no-repeat center / contain;
}

.home_games .list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1.6rem;
}
.home_games a {
  display: block;
}
.home_games a:hover img {
  transform: scale(1.03);
}
.home_games .img {
  overflow: hidden;
  border-radius: var(--r-lg);
  padding-bottom: 133%;
  background-color: var(--line-strong);
}
.home_games .title {
  margin-top: 0.9rem;
  font-size: 1.36rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.3;
}
.home_games .desc {
  margin-top: 0.25rem;
  font-size: 1.2rem;
  color: var(--faint);
}

.home_process .step_list {
  margin-top: 2.8rem;
}
.home_seller .box {
  min-height: 22rem;
  overflow: hidden;
  border-radius: var(--r-lg);
  box-shadow: var(--sh-2);
}
.home_seller .box::after {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 10, 10, 0.82) 0%, rgba(10, 10, 10, 0.28) 70%, transparent 100%);
}
.home_seller .flex {
  min-height: 22rem;
  padding: 3.6rem 4.4rem;
}
.home_seller .head {
  width: 56%;
  max-width: 58rem;
  color: var(--inverse);
}
.home_seller .kicker {
  font-size: var(--fs-sm);
  font-weight: var(--fw-black);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary);
}
.home_seller h2 {
  margin-top: 0.6rem;
  font-size: var(--fs-3xl);
  color: #ffffff;
  line-height: 1.2;
  font-weight: 800;
}
.home_seller p {
  margin-top: 1.1rem;
  font-size: 1.5rem;
  line-height: 1.55;
  color: #d4d4d4;
}
.home_seller .flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
  margin-top: var(--space-4);
}
.home_seller .flow li {
  display: inline-flex;
  align-items: center;
  height: 3.2rem;
  padding: 0 1.2rem;
  border: 1px solid rgba(222, 163, 29, 0.45);
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, 0.08);
  font-size: var(--fs-sm);
  font-weight: var(--fw-black);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--inverse);
}
.home_seller .flow li + li::before {
  display: none;
}
.home_seller .btn {
  margin-top: var(--space-5);
}

.home_news .news_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
}
.home_news a {
  display: block;
}
.home_news a:hover img {
  transform: scale(1.03);
}
.home_news .img {
  overflow: hidden;
  border-radius: var(--r-lg);
  padding-bottom: 50%;
  background-color: var(--line-strong);
}
.home_news .title {
  margin-top: 1rem;
  font-size: 1.36rem;
  line-height: 1.4;
  font-weight: 700;
  color: var(--ink);
}

@media screen and (max-width: 1440px) {
  .home_cats .cat_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 1220px) {
  .home_cats .cat_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home_offers .offer_list,
  .home_goods .item_list {
    grid-template-columns: repeat(4, 1fr);
  }
  .home_news .news_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .home_banner .swiper-slide .img {
    padding-bottom: 40%;
  }
  .home_offers .offer_list,
  .home_goods .item_list {
    grid-template-columns: repeat(3, 1fr);
  }
  .home_games .list {
    grid-template-columns: repeat(4, 1fr);
  }
  .home_process .step_list {
    grid-template-columns: 1fr 1fr;
  }
  .home_news .news_list {
    grid-template-columns: 1fr 1fr;
  }
  .home_seller .flex {
    padding: 3.2rem;
  }
  .home_seller .head,
  .home_seller h2 {
    width: 80%;
  }
  .home_cats .cat_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .home_main > section {
    padding: 28px 0 0;
  }
  .home_main > .home_banner {
    padding: 12px 0 0;
  }
  .home_main > .home_trust {
    padding: 20px 0 4px;
  }
  .home_main > .home_sell {
    padding-top: 20px;
  }
  .home_main > .home_news {
    padding: 28px 0 40px;
  }
  .home_main .head.tcon h2 {
    font-size: 18px;
    letter-spacing: 0;
  }
  .home_main .head.tcon p {
    display: block;
    margin-top: 6px;
    font-size: 12px;
  }
  .home_trust .desc {
    display: none;
  }
  .home_cats .cat_list {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    margin-top: 14px;
  }
  .home_cats a {
    padding: 14px;
  }
  .home_cats .img {
    width: 40px;
    height: 40px;
    margin-left: 10px;
  }
  .home_cats .title {
    font-size: 16px;
  }
  .home_cats .rule {
    margin-top: 10px;
    padding-top: 8px;
  }
  .home_main .head.between {
    align-items: flex-start;
    gap: 10px;
  }
  .home_main .more {
    font-size: 13px;
  }
  .home_main .game_list {
    margin-top: 14px;
  }
  .home_main .game_list a {
    height: 32px;
    padding: 0 10px 0 3px;
    font-size: 12px;
  }
  .home_main .game_list .img {
    width: 24px;
    height: 24px;
  }
  .home_main .game_list [data-game="all"],
  .home_main .game_list .more_games a {
    padding: 0 12px;
  }
  .home_banner .swiper-slide {
    width: 86%;
    padding: 0 8px;
  }
  .home_banner .swiper-slide a,
  .home_offers .offer_list .box,
  .home_goods .item_list a,
  .home_games .img,
  .home_process li,
  .home_seller .box,
  .home_news .img {
    border-radius: 12px;
  }
  .home_banner .swiper-slide .img {
    padding-bottom: 46%;
  }
  .home_banner .home_banner_swiper > .swiper-pagination.swiper-pagination-bullets {
    bottom: 10px;
  }
  .home_offers .offer_list,
  .home_games .list,
  .home_process .step_list,
  .home_news .news_list {
    margin-top: 16px;
  }
  .home_trust .trust_strip .title {
    font-size: 11px;
  }
  .home_offers .offer_list,
  .home_goods .item_list,
  .home_games .list {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .home_offers .offer_list .box {
    padding: 14px 10px 12px;
  }
  .home_offers .offer_list .img {
    width: 56px;
    height: 56px;
  }
  .home_offers .voice {
    top: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
    background-size: 1.3rem;
  }
  .home_offers .voice.on::before,
  .home_offers .voice.on::after {
    height: 8px;
  }
  .home_offers .title {
    font-size: 13px;
  }
  .home_offers .price {
    font-size: 13px;
  }
  .home_goods .item_list {
    margin-top: 14px;
  }
  .home_goods .btns,
  .home_offers .btns {
    margin-top: 16px;
  }
  .home_goods .btns .btn_line,
  .home_offers .btns .btn_line {
    width: 100%;
    min-width: 0;
  }
  .home_goods .info {
    padding: 10px 10px 12px;
  }
  .home_goods .title {
    font-size: 13px;
  }
  .home_goods .desc,
  .home_goods .time {
    font-size: 11px;
  }
  .home_goods .price {
    font-size: 14px;
  }
  .home_sell .price del {
    display: block;
    margin: 0 0 2px;
    font-size: 11px;
  }
  .home_goods .tags span,
  .home_goods .mark {
    height: 18px;
    font-size: 10px;
  }
  .home_games .desc {
    font-size: 12px;
  }
  .home_games .title {
    font-size: 13px;
  }
  .home_news .news_list {
    gap: 10px;
  }
  .home_process .step_list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .home_seller .box,
  .home_seller .flex {
    min-height: 200px;
  }
  .home_seller .flex {
    padding: 24px 20px;
  }
  .home_seller .head,
  .home_seller h2 {
    width: 100%;
  }
  .home_seller h2 {
    font-size: 22px;
  }
}
@media (hover: none) {
  .home_goods .item_list a:hover,
  .home_cats a:hover,
  .home_cats .card_lift:hover {
    transform: none;
    box-shadow: none;
  }
  .home_goods .item_list a:hover .cover img {
    transform: none;
  }
}
@media screen and (max-width: 576px) {
  .home_main > .home_trust {
    padding: 16px 0 2px;
  }
  .home_main > .home_sell {
    padding-top: 16px;
  }
  .home_banner .swiper-slide .img {
    padding-bottom: 52%;
  }
  .home_games .list {
    grid-template-columns: repeat(3, 1fr);
  }
  .home_offers .offer_list,
  .home_goods .item_list {
    grid-template-columns: 1fr 1fr;
  }
  .home_goods .time {
    display: none;
  }
  .home_news .news_list {
    grid-template-columns: 1fr;
  }
}
