body.home-page {
  --home-bg: #f7f2ea;
  --home-surface: rgba(255, 255, 255, 0.82);
  --home-border: rgba(126, 96, 70, 0.12);
  --home-shadow: 0 18px 50px rgba(58, 44, 31, 0.12);
  --home-shadow-soft: 0 12px 32px rgba(58, 44, 31, 0.08);
  --home-primary: #c65d35;
  --home-primary-strong: #a94827;
  --home-secondary: #2f6b5f;
  background:
    radial-gradient(circle at top left, rgba(242, 199, 125, 0.22), transparent 30%),
    radial-gradient(circle at top right, rgba(90, 156, 134, 0.16), transparent 24%),
    linear-gradient(180deg, #faf5ef 0%, #f3f5f6 48%, #edf1f3 100%);
  color: #4e4337;
}

body.home-page .h-fix {
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(121, 95, 74, 0.08);
  box-shadow: 0 12px 32px rgba(43, 38, 34, 0.08);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

body.home-page .header .nav-bar li a {
  color: #5c5248;
  font-weight: 500;
}

body.home-page .header .nav-bar li.active > a,
body.home-page .header .nav-bar li a:hover,
body.home-page .search i.fa:hover {
  color: var(--home-primary);
}

body.home-page .header .nav-bar li.active:before,
body.home-page .header .nav-bar li[class*="li-cate-"]:before {
  background: linear-gradient(90deg, var(--home-primary), #ef9b6c);
  height: 4px;
  border-radius: 999px;
}

body.home-page #banner-bear {
  height: 420px;
  margin-bottom: 42px;
  overflow: hidden;
  border-radius: 0 0 34px 34px;
  background:
    linear-gradient(135deg, rgba(25, 40, 49, 0.88), rgba(49, 86, 78, 0.76)),
    url(https://s1-pic.public.vv1234.cn/2026/03/d3f49672b9dc5ab69b6dba16a04453fc.webp) center/cover no-repeat;
  box-shadow: 0 26px 60px rgba(24, 28, 32, 0.24);
}

body.home-page #banner-bear:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 24%, rgba(255, 228, 176, 0.24), transparent 22%),
    radial-gradient(circle at 82% 16%, rgba(130, 209, 186, 0.18), transparent 20%),
    linear-gradient(180deg, rgba(8, 17, 26, 0.04), rgba(8, 17, 26, 0.42));
  pointer-events: none;
}

body.home-page .typing {
  width: min(74%, 860px);
  top: 30%;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
  text-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
}

body.home-page .primary-menus {
  position: absolute;
  left: 50%;
  bottom: 34px;
  z-index: 3;
  width: min(920px, calc(100% - 80px));
  padding: 22px 24px 24px;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 26px 60px rgba(10, 18, 28, 0.24);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

body.home-page .primary-menus .selects {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  list-style: none;
}

body.home-page .primary-menus .selects li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 76px;
  height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.86);
  cursor: pointer;
  transition: all 0.25s ease;
  font-size: 14px;
}

body.home-page .primary-menus .selects li:first-child {
  min-width: 60px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-weight: 600;
  cursor: default;
}

body.home-page .primary-menus .selects li.current,
body.home-page .primary-menus .selects li:not(:first-child):hover {
  background: #fff;
  color: #24333b;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.14);
}

body.home-page .primary-menus .cont,
body.home-page .primary-menus .left-cont,
body.home-page #banner-bear .search {
  width: 100%;
}

body.home-page #banner-bear .search {
  float: none;
  display: block;
  margin: 0;
}

body.home-page #banner-bear .search.hidden {
  display: none;
}

body.home-page #banner-bear form.search {
  display: flex;
  align-items: center;
  gap: 14px;
}

body.home-page #banner-bear .search .s {
  flex: 1;
  width: auto;
  height: 58px;
  padding: 0 22px;
  border: 0;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: inset 0 0 0 1px rgba(97, 69, 47, 0.1);
  color: #2f3235;
  font-size: 16px;
}

body.home-page #banner-bear .search .s:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(232, 150, 89, 0.18), inset 0 0 0 1px rgba(198, 93, 53, 0.28);
}

body.home-page #banner-bear .search .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  padding: 0 28px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #e28c56, var(--home-primary));
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.5px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(198, 93, 53, 0.3);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

body.home-page #banner-bear .search .btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(198, 93, 53, 0.36);
}

body.home-page #banner-bear .submit {
  position: absolute;
  top: 32px;
  left: auto;
  right: 40px;
  z-index: 3;
  float: none;
  transform: none;
}

body.home-page #banner-bear .submit .a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
}

body.home-page #banner-bear .submit .a:hover {
  background: #fff;
  color: #24343c;
}

body.home-page .container {
  position: relative;
  z-index: 1;
}

body.home-page .pcd_ad {
  overflow: hidden;
  margin-bottom: 34px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--home-shadow);
}

body.home-page .pcd_ad a,
body.home-page .pcd_ad img {
  display: block;
  width: 100%;
  height: auto;
}

body.home-page .game-gallery {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(92, 170, 146, 0.22), transparent 24%),
    radial-gradient(circle at bottom left, rgba(198, 93, 53, 0.22), transparent 26%),
    linear-gradient(180deg, #273138 0%, #1c2329 100%);
  box-shadow: 0 24px 60px rgba(27, 21, 16, 0.22);
}

body.home-page .game-gallery .tt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
}

body.home-page .game-gallery .tt strong,
body.home-page .game-gallery .tt strong .title_color {
  color: #fff5e9;
}

body.home-page .game-gallery .tt i {
  margin-right: 10px;
  color: #ffbf7f;
}

body.home-page .game-gallery-note {
  color: rgba(247, 236, 223, 0.72);
  font-size: 13px;
  letter-spacing: 0.4px;
}

body.home-page .game-gallery-grid {
  counter-reset: gallery-card;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  padding: 24px;
}

body.home-page .game-gallery-card {
  counter-increment: gallery-card;
  position: relative;
  overflow: hidden;
  display: block;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  box-shadow: 0 18px 34px rgba(8, 10, 12, 0.22);
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

body.home-page .game-gallery-card::before {
  content: counter(gallery-card, decimal-leading-zero);
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(12, 18, 24, 0.72);
  color: rgba(255, 239, 220, 0.92);
  font-size: 15px;
  font-weight: 700;
  line-height: 42px;
  text-align: center;
  letter-spacing: 1px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

body.home-page .game-gallery-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 190, 126, 0.42);
  box-shadow: 0 24px 40px rgba(6, 8, 10, 0.32);
}

body.home-page .game-gallery-media {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  min-height: 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
    linear-gradient(135deg, #33424a, #1a2025);
}

body.home-page .game-gallery-media::before {
  display: none;
}

body.home-page .game-gallery-media img {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 260px;
  min-height: 0;
  padding: 0;
  object-fit: contain;
  object-position: center center;
  background: rgba(9, 15, 20, 0.4);
  transition:
    transform 0.6s ease,
    filter 0.6s ease;
}

body.home-page .game-gallery-card:hover .game-gallery-media img {
  transform: scale(1.02);
  filter: saturate(1.08) contrast(1.02);
}

body.home-page .game-gallery-chip {
  position: absolute;
  top: 16px;
  right: 14px;
  z-index: 3;
  padding: 6px 10px;
  border: 1px solid rgba(255, 192, 130, 0.34);
  border-radius: 999px;
  background: rgba(255, 192, 130, 0.14);
  color: #ffe3c5;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

body.home-page .game-gallery-card:nth-child(4n+2) .game-gallery-chip {
  border-color: rgba(116, 214, 185, 0.34);
  background: rgba(116, 214, 185, 0.14);
  color: #dffdf5;
}

body.home-page .game-gallery-card:nth-child(4n+3) .game-gallery-chip {
  border-color: rgba(137, 169, 255, 0.34);
  background: rgba(137, 169, 255, 0.14);
  color: #eef3ff;
}

body.home-page .game-gallery-card:nth-child(4n) .game-gallery-chip {
  border-color: rgba(255, 143, 143, 0.34);
  background: rgba(255, 143, 143, 0.14);
  color: #fff0f0;
}

body.home-page .game-gallery-shade {
  display: none;
}

body.home-page .game-gallery-copy {
  position: relative;
  z-index: 2;
  display: block;
  min-height: 96px;
  padding: 14px 16px 16px;
}

body.home-page .game-gallery-copy strong,
body.home-page .game-gallery-copy em {
  display: block;
  overflow: hidden;
}

body.home-page .game-gallery-copy strong {
  margin-bottom: 8px;
  color: #fffaf4;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}

body.home-page .game-gallery-copy em {
  max-height: 42px;
  color: rgba(248, 236, 221, 0.78);
  font-size: 13px;
  font-style: normal;
  line-height: 1.6;
}

body.home-page .part {
  margin-top: 30px;
  margin-bottom: 48px;
}

body.home-page .top_model .part,
body.home-page .index-part,
body.home-page .f-link {
  overflow: hidden;
  border: 1px solid var(--home-border);
  border-radius: 26px;
  background: var(--home-surface);
  box-shadow: var(--home-shadow-soft);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

body.home-page .part .tt {
  padding: 24px 26px;
  border-bottom: 1px solid rgba(113, 86, 62, 0.1);
  background: transparent;
}

body.home-page .part .tt strong .title_color,
body.home-page .part .art-item h3 a,
body.home-page .part .item .a:not(.topa) h3 {
  color: #2f2f31;
}

body.home-page .part .tt a {
  color: var(--home-primary);
  font-weight: 600;
  letter-spacing: 0.3px;
}

body.home-page .part .tt a:hover {
  color: var(--home-primary-strong);
}

body.home-page .part .items {
  padding: 22px 20px 8px;
}

body.home-page .top_model .items,
body.home-page .top_model .topitems {
  padding: 0;
}

body.home-page .top_model .topt {
  padding: 20px 16px;
  border: 0;
}

body.home-page .top_model:nth-child(4n+1) .topt {
  background: linear-gradient(135deg, #d46b53, #ef9a73);
}

body.home-page .top_model:nth-child(4n+2) .topt {
  background: linear-gradient(135deg, #3b8b82, #70bdb1);
}

body.home-page .top_model:nth-child(4n+3) .topt {
  background: linear-gradient(135deg, #5f77d6, #8fa0f1);
}

body.home-page .top_model:nth-child(4n) .topt {
  background: linear-gradient(135deg, #d28b4f, #eab37d);
}

body.home-page .part .top_row {
  border-color: rgba(117, 92, 69, 0.08);
}

body.home-page .part .item .topa {
  margin-bottom: -32px;
  padding: 18px 10px;
  border-radius: 0;
  background: transparent;
}

body.home-page .part .item .topa h3 {
  color: #61564b;
  transition: color 0.25s ease;
}

body.home-page .part .item .topa:hover {
  background: rgba(198, 93, 53, 0.05);
}

body.home-page .part .item .topa:hover h3 {
  color: var(--home-primary);
}

body.home-page .part .item .a:not(.topa) {
  padding: 22px 22px 8px;
  border: 1px solid rgba(118, 90, 66, 0.08);
  border-bottom: 0;
  border-radius: 22px 22px 0 0;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 30px rgba(63, 49, 35, 0.08);
}

body.home-page .part .item .a:not(.topa):hover {
  box-shadow: 0 24px 40px rgba(63, 49, 35, 0.12);
}

body.home-page .part .item .a:not(.topa) img {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.14);
}

body.home-page .part .item .a:not(.topa) h3 {
  max-width: none;
  margin-left: 58px;
  padding-right: 8px;
  font-size: 17px;
}

body.home-page .part .item .a:not(.topa) p {
  margin-left: 58px;
  color: #837b73;
  font-size: 13px;
}

body.home-page .part .item .article_btm {
  border: 1px solid rgba(118, 90, 66, 0.08);
  border-top: 1px solid rgba(118, 90, 66, 0.06);
  border-radius: 0 0 22px 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 30px rgba(63, 49, 35, 0.08);
}

body.home-page .part .item .link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(198, 93, 53, 0.08);
  transition: all 0.25s ease;
}

body.home-page .part .item .link .fa {
  padding-left: 0;
  color: var(--home-primary);
  opacity: 1;
}

body.home-page .part .item .link:hover {
  background: var(--home-primary);
}

body.home-page .part .item .link:hover .fa {
  color: #fff;
}

body.home-page .part .art-item {
  overflow: hidden;
  border: 1px solid rgba(118, 90, 66, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 30px rgba(63, 49, 35, 0.08);
}

body.home-page .part .art-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 42px rgba(63, 49, 35, 0.13);
}

body.home-page .part .art-item .art-a {
  display: block;
  overflow: hidden;
}

body.home-page .part .art-item .art-a img {
  height: 200px;
  transition: transform 0.6s ease;
}

body.home-page .part .art-item:hover .art-a img {
  transform: scale(1.05);
}

body.home-page .part .art-item h3 {
  margin: 18px 20px 10px;
  height: 42px;
}

body.home-page .part .art-item p {
  margin: 0 20px 20px;
  color: #837b73;
}

body.home-page .f-link {
  padding-bottom: 8px;
}

body.home-page #flink {
  width: 100%;
  padding: 18px 26px 12px;
}

body.home-page .f-link li {
  padding: 0 12px 12px 0;
}

body.home-page .f-link li a {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border: 1px solid rgba(198, 93, 53, 0.12);
  border-radius: 999px;
  background: rgba(198, 93, 53, 0.08);
  color: #65584b;
  font-size: 13px;
  transition: all 0.25s ease;
}

body.home-page #flink a.fa {
  font-family: inherit;
}

body.home-page #flink a.fa:before {
  margin-right: 8px;
  color: var(--home-primary);
  font-family: FontAwesome;
  font-size: 12px;
}

body.home-page .f-link li a:hover {
  background: var(--home-primary);
  color: #fff;
  box-shadow: 0 12px 24px rgba(198, 93, 53, 0.22);
  transform: translateY(-2px);
}

body.home-page .f-link li a:hover:before {
  color: #fff;
}

body.home-page .footer-copyright {
  background: rgba(32, 35, 38, 0.96);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

body.home-page .footer-content {
  padding: 15px 0;
  text-align: center;
}

body.home-page .footer-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

body.home-page .contact-item {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  white-space: nowrap;
}

body.home-page .contact-item i {
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.9);
}

body.home-page .bilibili-link {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 5px 12px;
  border-radius: 20px;
  background: rgba(251, 106, 88, 0.1);
  white-space: nowrap;
}

body.home-page .bilibili-link:hover {
  background: rgba(251, 106, 88, 0.3);
  color: #fb6a58;
}

body.home-page .bilibili-link i {
  margin-right: 5px;
  color: #fb6a58;
}

/* 底部导航按钮组 */
body.home-page .footer-nav-buttons {
  position: fixed;
  right: 2%;
  bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
  align-items: center;
}

body.home-page #backtop,
body.home-page #backbottom,
body.home-page .footer-bilibili {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(118, 90, 66, 0.1);
  color: #6b7386;
  text-align: center;
  line-height: 44px;
  font-size: 22px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  display: block;
  margin: 0;
  padding: 0;
}

body.home-page #backtop:hover,
body.home-page #backbottom:hover {
  color: #ff3636;
  background: rgba(255, 255, 255, 1);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

body.home-page .footer-bilibili {
  color: #fb6a58;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.home-page .footer-bilibili:hover {
  background: #fb6a58;
  color: #fff;
  transform: scale(1.08);
  box-shadow: 0 4px 12px rgba(251, 106, 88, 0.3);
}

body.home-page .footer-copyright p,
body.home-page .footer-copyright p span,
body.home-page .footer-copyright p a {
  color: rgba(255, 255, 255, 0.72);
}

body.home-page #backtop {
  border: 1px solid rgba(118, 90, 66, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.95);
}

@media (max-width: 1199px) {
  body.home-page #banner-bear {
    height: 400px;
  }

  body.home-page .typing {
    width: calc(100% - 48px);
    font-size: 28px;
  }

  body.home-page .primary-menus {
    width: calc(100% - 40px);
  }

  body.home-page .part .art-item .art-a img {
    height: 168px;
  }
}

@media (max-width: 991px) {
  body.home-page #banner-bear {
    height: auto;
    min-height: 0;
    padding: 112px 0 28px;
    border-radius: 0 0 24px 24px;
  }

  body.home-page .typing {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin-bottom: 22px;
    padding: 0 20px;
    transform: none;
    font-size: 24px;
  }

  body.home-page .primary-menus {
    position: relative;
    left: auto;
    bottom: auto;
    width: calc(100% - 32px);
    margin: 0 auto;
    transform: none;
  }

  body.home-page #banner-bear .submit {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0 auto 16px;
    text-align: center;
    transform: none;
  }

  body.home-page #banner-bear form.search {
    flex-direction: column;
  }

  body.home-page #banner-bear .search .s,
  body.home-page #banner-bear .search .btn {
    width: 100%;
  }

  body.home-page .top_model .part,
  body.home-page .index-part,
  body.home-page .f-link {
    border-radius: 22px;
  }

  body.home-page .part .tt {
    padding: 20px 18px;
  }

  body.home-page .part .items {
    padding: 18px 16px 0;
  }

  body.home-page .game-gallery-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 20px;
  }

  body.home-page .game-gallery-media {
    min-height: 0;
  }

  body.home-page .game-gallery-media img {
    height: 220px;
  }

  body.home-page .game-gallery-copy strong {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  body.home-page #banner-bear {
    margin-bottom: 28px;
    padding: 96px 0 22px;
  }

  body.home-page .typing {
    font-size: 20px;
    line-height: 1.45;
    margin-bottom: 18px;
  }

  body.home-page .primary-menus {
    padding: 14px;
    border-radius: 20px;
  }

  body.home-page .primary-menus .selects {
    flex-wrap: nowrap;
    gap: 8px;
    margin-bottom: 14px;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  body.home-page .primary-menus .selects li {
    min-width: auto;
    height: 38px;
    padding: 0 14px;
    white-space: nowrap;
  }

  body.home-page #banner-bear .search .s,
  body.home-page #banner-bear .search .btn {
    height: 48px;
    border-radius: 14px;
    font-size: 15px;
  }

  body.home-page .pcd_ad {
    margin-bottom: 24px;
    border-radius: 18px;
  }

  body.home-page .part {
    margin-top: 22px;
    margin-bottom: 24px;
  }

  body.home-page .game-gallery {
    border-radius: 22px;
  }

  body.home-page .game-gallery .tt {
    align-items: flex-start;
  }

  body.home-page .game-gallery-note {
    font-size: 12px;
    line-height: 1.6;
  }

  body.home-page .game-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding: 16px;
  }

  body.home-page .game-gallery-card {
    border-radius: 18px;
  }

  body.home-page .game-gallery-card::before {
    top: 12px;
    left: 12px;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 38px;
  }

  body.home-page .game-gallery-chip {
    top: 12px;
    right: 12px;
    padding: 5px 8px;
    font-size: 10px;
  }

  body.home-page .game-gallery-copy {
    min-height: 84px;
    padding: 12px 12px 14px;
  }

  body.home-page .game-gallery-copy strong {
    margin-bottom: 6px;
    font-size: 14px;
  }

  body.home-page .game-gallery-copy em {
    font-size: 12px;
    line-height: 1.55;
  }

  body.home-page .game-gallery-media {
    min-height: 0;
  }

  body.home-page .game-gallery-media img {
    height: 170px;
  }

  body.home-page .part .item .a:not(.topa) {
    padding: 18px 18px 8px;
  }

  body.home-page .part .item .a:not(.topa) img {
    width: 40px;
    height: 40px;
  }

  body.home-page .part .item .a:not(.topa) h3,
  body.home-page .part .item .a:not(.topa) p {
    margin-left: 52px;
  }

  body.home-page .part .art-item .art-a img {
    height: 148px;
  }

  body.home-page #flink {
    padding: 16px 16px 8px;
  }

  body.home-page .f-link li {
    padding: 0 10px 10px 0;
  }
}
