﻿* {
  box-sizing: border-box;
}

body,
html {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  color: #333;
  background: #f5f5f5;
  line-height: 1.7;
}

body {
  min-width: 1200px;
}

.c-wrap {
  width: 1200px;
  margin: 0 auto;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: #e60012;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

.c-gray {
  color: #999;
}

.w_5d225aa::after {
  content: "";
  display: table;
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.c-red {
  color: #e60012;
}

/* ========== Footer BASELINE（与 header.htm / footer.htm 配套） ========== */
.c-footer {
  background: #fafafa;
  border-top: 1px solid #eee;
  padding: 28px 0 24px;
  margin-top: 10px;
  font-size: 13px;
  color: #666;
}

.c-foot-main {
  display: grid;
  grid-template-columns: 1.3fr 2fr 1fr;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #eee;
}

.c-foot-logo {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.c-foot-logo img {
  height: 42px;
}

.c-foot-copy p {
  margin: 5px 0;
  line-height: 1.8;
}

.c-foot-copy a {
  color: #e60012;
}

.c-foot-col h4 {
  font-size: 15px;
  margin: 0 0 10px;
  color: #333;
}

.c-foot-col ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}

.c-foot-col li a {
  color: #666;
  font-size: 13px;
}

.c-foot-col li a:hover {
  color: #e60012;
}

.c-foot-qr {
  text-align: center;
}

.c-foot-qr img {
  width: 180px;
  height: auto;
  border: 1px solid #f0f0f0;
  padding: 6px;
  background: #fff;
  border-radius: 4px;
}

.c-foot-qr p {
  color: #999;
  margin-top: 6px;
  font-size: 12px;
}

.c-foot-tip {
  background: #fff6e9;
  border: 1px solid #ffe0a3;
  color: #a86000;
  border-radius: 6px;
  padding: 10px 16px;
  text-align: center;
  font-size: 13px;
  margin-top: 10px;
}

.c-foot-links {
  padding: 14px 0 0;
  margin-top: 14px;
  border-top: 1px solid #eee;
  color: #888;
  font-size: 13px;
}

.c-foot-links a {
  color: #666;
  margin: 0 10px 0 4px;
}

.c-foot-links a:hover {
  color: #e60012;
}

/* ========== 1. header.htm 配套 CSS（与 lists_article 100% 统一） ========== */
/* ① 顶栏红条 */
.c-topbar {
  background: #c00000;
  color: #fff;
  height: 34px;
  line-height: 34px;
  font-size: 13px;
}

.c-topbar a {
  color: #fff;
  margin: 0 8px;
}

.c-topbar a:hover {
  color: #ffe95a;
}

.c-topbar-left b {
  margin-right: 10px;
  letter-spacing: 1px;
}

.c-topbar-right span {
  margin: 0 6px;
  color: rgba(255, 255, 255, 0.5);
}

/* ② 头部 Logo+搜索+热线 */
.c-header {
  background: #fff;
}

.c-header-inner {
  padding: 18px 0;
  display: flex;
  align-items: center;
}

.c-logo {
  flex: 0 0 260px;
}

.c-logo img {
  height: 62px;
}

.c-header-center {
  flex: 1;
  text-align: center;
  padding: 0 30px;
}

.c-slogan {
  font-family: "KaiTi", "楷体", sans-serif;
  font-size: 22px;
  letter-spacing: 8px;
  color: #666;
  border-top: 1px solid #eee;
  padding-top: 6px;
  margin-bottom: 10px;
}

.c-search {
  display: inline-flex;
  max-width: 420px;
  width: 100%;
  border: 1px solid #e60012;
  border-radius: 4px;
  overflow: hidden;
}

.c-search input {
  flex: 1;
  border: 0;
  outline: 0;
  padding: 8px 12px;
  font-size: 14px;
  color: #333;
  background: #fff;
}

.c-search button {
  flex: 0 0 84px;
  border: 0;
  background: #e60012;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
}

.c-header-right {
  flex: 0 0 220px;
  text-align: right;
  font-size: 13px;
  color: #666;
}

.c-header-right .tel {
  font-size: 18px;
  color: #e60012;
  font-weight: bold;
  letter-spacing: 1px;
}

/* ③ 主导航（header.htm 内嵌 c-nav-list 用的 div 不是 ul） */
.c-nav {
  background: #c00000;
  border-top: 2px solid #9b0000;
}

.c-nav-list {
  display: flex;
  height: 52px;
  line-height: 52px;
}

.c-nav-item {
  flex: 1;
  text-align: center;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  transition: background .2s;
}

.c-nav-item:last-child {
  border-right: 0;
}

.c-nav-item:hover,
.c-nav-item.active {
  background: #9b0000;
  color: #fff;
}

/* ④ 栏目 Banner（fcpz/yxjs 独有 - 红三级渐变 + tdeb4d9af_ssq-banner.png） */
.c-sbanner {
  height: 220px;
  background: linear-gradient(135deg, #c00000, #e60012 60%, #ff3300);
  position: relative;
  overflow: hidden;
}

.c-sbanner .c-wrap {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
}

.c-sbanner .sb-text {
  color: #fff;
  z-index: 2;
}

.c-sbanner .sb-cn {
  font-family: "SimHei", sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 4px;
  margin: 0;
}

.c-sbanner .sb-en {
  font-size: 14px;
  letter-spacing: 3px;
  opacity: .9;
  margin-top: 10px;
  text-transform: uppercase;
}

.c-sbanner .sb-desc {
  font-family: "KaiTi", "STKaiti", serif;
  font-size: 16px;
  margin-top: 16px;
  color: #fff5d6;
  letter-spacing: 1.5px;
}

.c-sbanner .sb-img {
  height: 160px;
  width: auto;
  z-index: 2;
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, .2));
}

.c-sbanner::before {
  content: "";
  position: absolute;
  top: -40%;
  right: -6%;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, .18), rgba(255, 255, 255, 0) 70%);
}

.c-sbanner::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: 10%;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 233, 90, .22), rgba(255, 233, 90, 0) 70%);
}

/* ⑤ 面包屑 */
.c-crumb {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 14px 0;
  font-size: 14px;
  color: #666;
}

.c-crumb a:hover {
  color: #e60012;
}

.c-crumb .sep {
  color: #bbb;
  margin: 0 8px;
}

.c-crumb .sep::before {
  content: "›";
}

/* ========== 6. 主两栏 ========== */
.c-main {
  padding: 24px 0 40px;
}

.c-main-grid {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 20px;
  align-items: flex-start;
}

/* ⑥-1 左侧栏 */
.c-side-block {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #eee;
  overflow: hidden;
  margin-bottom: 20px;
}

.c-side-title {
  background: linear-gradient(180deg, #d60000, #b30000);
  color: #fff;
  padding: 16px 18px;
}

.c-side-title .cn {
  font-family: "SimHei", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
}

.c-side-title .en {
  font-size: 11px;
  opacity: .85;
  margin-top: 4px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.c-side-nav {
  padding: 6px 0;
}

.c-side-nav li a {
  display: block;
  padding: 11px 18px 11px 34px;
  font-size: 14px;
  color: #444;
  border-left: 3px solid transparent;
  position: relative;
  transition: all .2s;
}

.c-side-nav li a::before {
  content: "▸";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #ccc;
  font-size: 12px;
}

.c-side-nav li a:hover {
  background: #fff6f6;
  color: #c00000;
  border-left-color: #e60012;
}

.c-side-nav li.active a {
  background: #fff6f6;
  color: #c00000;
  border-left-color: #c00000;
  font-weight: 700;
}

.c-side-nav li.active a::before {
  color: #c00000;
}

.c-side-newest {
  padding: 10px 18px 14px;
}

.c-side-newest h4 {
  font-family: "SimHei", sans-serif;
  color: #222;
  font-size: 15px;
  font-weight: 700;
  padding: 8px 0 10px;
  margin-bottom: 6px;
  border-bottom: 1px solid #f1e5e5;
  letter-spacing: 1px;
}

.c-side-newest li {
  padding: 8px 0;
  border-bottom: 1px dashed #eee;
}

.c-side-newest li:last-child {
  border-bottom: 0;
}

.c-side-newest a {
  color: #444;
  font-size: 14px;
}

.c-side-newest a:hover {
  color: #c00000;
}

.c-side-newest .d {
  float: right;
  color: #aaa;
  font-size: 12px;
  font-family: Arial, sans-serif;
  margin-top: 3px;
}

.c-side-wla {
  padding: 14px 18px;
}

.c-side-wla img {
  width: 100%;
  max-width: 200px;
  display: block;
  margin: 0 auto;
}

.c-side-wla p {
  font-family: "FangSong", "STFangsong", serif;
  font-size: 14px;
  color: #555;
  line-height: 1.9;
  text-indent: 2em;
  margin-top: 12px;
}

/* ⑥-2 右侧内容 */
.c-content {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 26px 30px 40px;
  min-height: 600px;
}

.c-content-title {
  border-bottom: 2px solid #c00000;
  padding-bottom: 14px;
  margin-bottom: 22px;
}

.c-content-title h1 {
  font-family: "SimHei", sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #222;
  letter-spacing: 2px;
  float: left;
}

.c-content-title .sub {
  display: inline-block;
  color: #999;
  font-size: 13px;
  margin-left: 16px;
  margin-top: 12px;
}

.c-content-title .more-sub {
  float: right;
  font-size: 13px;
  margin-top: 14px;
}

.c-content-title .more-sub a:hover {
  color: #c00000;
}

/* 7. 福彩品种介绍 7 大彩种卡片（fcpz/yxjs 核心） */
.c-games-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-bottom: 30px;
}

.c-game-card {
  border: 1px solid #eee;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
  transition: all .25s;
  display: flex;
  flex-direction: column;
}

.c-game-card:hover {
  box-shadow: 0 6px 20px rgba(198, 0, 0, .1);
  border-color: #f3c6c6;
  transform: translateY(-2px);
}

.c-game-card .gc-hd {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  background: linear-gradient(135deg, #fff6f6, #fff);
  border-bottom: 1px solid #fbecec;
}

.c-game-card .gc-hd img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  flex: 0 0 64px;
  border-radius: 8px;
  background: #fff;
  padding: 4px;
  border: 1px solid #f2dede;
}

.c-game-card .gc-hd .gc-title {
  flex: 1;
  min-width: 0;
}

.c-game-card .gc-hd .gc-title .cn {
  font-family: "SimHei", sans-serif;
  font-size: 18px;
  color: #c00000;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
}

.c-game-card .gc-hd .gc-title .en {
  font-size: 12px;
  color: #aaa;
  margin-top: 4px;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.c-game-card .gc-hd .gc-tag {
  background: #c00000;
  color: #fff;
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 10px;
  letter-spacing: 1px;
}

.c-game-card.ssq .gc-tag {
  background: linear-gradient(135deg, #e60012, #c00000);
}

.c-game-card.kl8 .gc-tag {
  background: linear-gradient(135deg, #e65c00, #cc3d00);
}

.c-game-card.fc3d .gc-tag {
  background: linear-gradient(135deg, #ff8800, #e66a00);
}

.c-game-card.qlc .gc-tag {
  background: linear-gradient(135deg, #6600cc, #4a0099);
}

.c-game-card.ggl .gc-tag {
  background: linear-gradient(135deg, #0088cc, #005f99);
}

.c-game-card.xw .gc-tag {
  background: linear-gradient(135deg, #228b22, #006600);
}

.c-game-card.syxw .gc-tag {
  background: linear-gradient(135deg, #b8860b, #8b6508);
}

.c-game-card .gc-body {
  padding: 14px 18px 16px;
  flex: 1;
}

.c-game-card .gc-intro {
  font-family: "FangSong", "STFangsong", serif;
  font-size: 17px;
  color: #333;
  line-height: 1.9;
  margin: 0 0 10px;
  text-indent: 2em;
}

.c-game-card .gc-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px 12px;
  padding-top: 10px;
  border-top: 1px dashed #f3d7d7;
}

.c-game-card .gc-meta div {
  font-size: 13px;
  color: #555;
}

.c-game-card .gc-meta div b {
  color: #c00000;
  font-weight: 700;
  margin-right: 4px;
}

.c-game-card .gc-ft {
  padding: 10px 18px 16px;
  display: flex;
  gap: 10px;
}

.c-game-card .gc-ft a {
  flex: 1;
  text-align: center;
  line-height: 34px;
  border-radius: 4px;
  font-size: 13px;
  letter-spacing: 1px;
  transition: all .2s;
  border: 1px solid;
}

.c-game-card .gc-ft .btn-primary {
  background: #c00000;
  color: #fff;
  border-color: #c00000;
}

.c-game-card .gc-ft .btn-primary:hover {
  background: #a80000;
  color: #fff;
}

.c-game-card .gc-ft .btn-ghost {
  background: #fff;
  color: #c00000;
  border-color: #e6b0b0;
}

.c-game-card .gc-ft .btn-ghost:hover {
  background: #fff6f6;
  color: #c00000;
}

/* 8. 规则正文区（政府公文风格） */
.c-rule-title {
  font-family: "SimHei", sans-serif;
  font-size: 20px;
  color: #c00000;
  padding-left: 12px;
  border-left: 4px solid #c00000;
  letter-spacing: 2px;
  margin: 30px 0 16px;
}

.c-rule-title:first-child {
  margin-top: 0;
}

.c-single-body {
  font-family: "FangSong", "STFangsong", serif;
  font-size: 17px;
  line-height: 2.0;
  color: #222;
}

.c-single-body p {
  margin: 0 0 14px;
  text-indent: 2em;
}

.c-single-body h2 {
  font-family: "SimHei", sans-serif;
  color: #c00000;
  font-size: 18px;
  letter-spacing: 1px;
  margin: 22px 0 10px;
  text-indent: 0;
}

.c-single-body h3 {
  font-family: "SimHei", sans-serif;
  color: #c00000;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 18px 0 8px;
  text-indent: 0;
}

.c-single-body ul,
.c-single-body ol {
  padding-left: 2em;
  margin: 0 0 14px;
}

.c-single-body ul li,
.c-single-body ol li {
  margin: 4px 0;
  line-height: 1.9;
  list-style: disc;
}

.c-single-body ol li {
  list-style: decimal;
}

.c-single-body img {
  max-width: 100%;
  display: block;
  margin: 16px auto;
  border-radius: 6px;
  border: 1px solid #eee;
}

.c-play-table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0 20px;
  font-size: 15px;
}

.c-play-table th,
.c-play-table td {
  border: 1px solid #e4c9c9;
  padding: 11px 14px;
  text-align: center;
}

.c-play-table th {
  background: #fff6f6;
  color: #c00000;
  font-family: "SimHei", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}

.c-play-table td.l {
  text-align: left;
  font-family: "FangSong", "STFangsong", serif;
}

.c-play-table td.mono {
  font-family: Arial, sans-serif;
}

/* ========== 2. PC GUARD ≥1200px 显式锁死 ========== */
@media (min-width: 1200px) {
  body {
    min-width: 1200px !important;
    width: auto !important;
  }

  .c-wrap {
    width: 1200px !important;
    max-width: 1200px !important;
  }

  .c-main-grid {
    grid-template-columns: 260px 1fr !important;
  }

  .c-nav-list {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    height: 52px !important;
  }

  .c-nav-item {
    flex: 1 !important;
    width: auto !important;
    border-bottom: 0 !important;
  }

  .c-header-inner {
    flex-direction: row !important;
    padding: 18px 0 !important;
  }

  .c-logo {
    flex: 0 0 260px !important;
  }

  .c-logo img {
    height: 62px !important;
  }

  .c-sbanner {
    height: 220px !important;
  }

  .c-sbanner .sb-cn {
    font-size: 32px !important;
  }

  .c-sbanner .sb-img {
    height: 160px !important;
    display: block !important;
  }

  .c-games-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 18px !important;
  }

  .c-game-card .gc-hd img {
    width: 64px !important;
    height: 64px !important;
    flex: 0 0 64px !important;
  }

  .c-game-card .gc-meta {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  .c-content-title h1 {
    font-size: 26px !important;
  }

  .c-single-body {
    font-size: 17px !important;
    line-height: 2.0 !important;
  }

  .c-foot-main {
    grid-template-columns: 1.3fr 2fr 1fr !important;
    text-align: left !important;
  }

  .c-foot-logo {
    justify-content: flex-start !important;
  }

  .c-foot-col ul {
    justify-content: flex-start !important;
  }

  .c-foot-qr img {
    margin: 0 auto !important;
  }
}

/* ========== 3. MOBILE ≤767px 单列堆叠 ========== */
@media (max-width: 767px) {

  html,
  body {
    min-width: 0 !important;
    width: 100% !important;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }

  body {
    font-size: 15px;
  }

  .c-wrap {
    width: 100% !important;
    padding: 0 12px;
    box-sizing: border-box;
  }

  /* 顶栏两行 */
  .c-topbar {
    height: auto !important;
    line-height: 1.6;
    padding: 6px 10px;
    font-size: 12px;
  }

  .c-topbar .fl,
  .c-topbar .fr {
    float: none !important;
    display: block;
    text-align: center;
    padding: 2px 0;
  }

  .c-topbar a {
    margin: 0 4px;
  }

  /* 头部堆叠 */
  .c-header-inner {
    flex-direction: column !important;
    padding: 14px 12px !important;
    gap: 12px;
  }

  .c-logo {
    flex: none;
    width: 100%;
    text-align: center;
  }

  .c-logo img {
    height: 48px !important;
  }

  .c-header-center {
    padding: 0 !important;
  }

  .c-slogan {
    font-size: 16px;
    letter-spacing: 4px;
  }

  .c-search {
    max-width: 100%;
  }

  .c-header-right {
    flex: none;
    width: 100%;
    text-align: center;
  }

  /* 主导航 3 列 */
  .c-nav-list {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    height: auto !important;
    line-height: 44px;
  }

  .c-nav-item {
    flex: 0 0 33.33% !important;
    width: 33.33% !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-right: 1px solid rgba(255, 255, 255, 0.15) !important;
    font-size: 14px;
  }

  .c-nav-item:nth-child(3n) {
    border-right: 0 !important;
  }

  /* Banner */
  .c-sbanner {
    height: auto !important;
    padding: 26px 0 !important;
  }

  .c-sbanner .c-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 0 12px !important;
  }

  .c-sbanner .sb-cn {
    font-size: 22px !important;
    letter-spacing: 2px !important;
  }

  .c-sbanner .sb-en {
    font-size: 12px;
    letter-spacing: 2px;
  }

  .c-sbanner .sb-desc {
    font-size: 14px !important;
    margin-top: 10px !important;
  }

  .c-sbanner .sb-img {
    height: 110px !important;
    align-self: flex-end;
  }

  /* 面包屑 */
  .c-crumb {
    padding: 10px 0;
    font-size: 13px;
  }

  /* 主两栏堆叠 */
  .c-main {
    padding: 14px 0 24px;
  }

  .c-main-grid {
    grid-template-columns: 100% !important;
    gap: 12px;
  }

  .c-side-title .cn {
    font-size: 18px;
  }

  .c-side-nav li a {
    font-size: 14px;
    padding: 11px 14px 11px 26px;
  }

  /* 内容区 */
  .c-content {
    padding: 14px 16px 22px;
    min-height: 300px;
  }

  .c-content-title {
    padding-bottom: 10px;
    margin-bottom: 14px;
  }

  .c-content-title h1 {
    float: none !important;
    font-size: 20px !important;
    line-height: 1.4 !important;
  }

  .c-content-title .more-sub {
    display: none;
  }

  /* 游戏卡片 1 列 */
  .c-games-grid {
    grid-template-columns: 100% !important;
    gap: 14px !important;
  }

  .c-game-card .gc-hd {
    padding: 12px 14px;
    gap: 10px;
  }

  .c-game-card .gc-hd img {
    width: 52px !important;
    height: 52px !important;
    flex: 0 0 52px !important;
  }

  .c-game-card .gc-hd .gc-title .cn {
    font-size: 16px !important;
  }

  .c-game-card .gc-hd .gc-title .en {
    display: none;
  }

  .c-game-card .gc-hd .gc-tag {
    font-size: 11px;
    padding: 2px 8px;
  }

  .c-game-card .gc-body {
    padding: 12px 14px;
  }

  .c-game-card .gc-intro {
    font-size: 16px !important;
    line-height: 1.9 !important;
  }

  .c-game-card .gc-meta {
    grid-template-columns: 100% !important;
    gap: 4px !important;
  }

  .c-game-card .gc-ft {
    padding: 0 14px 14px;
    gap: 8px;
  }

  .c-game-card .gc-ft a {
    line-height: 32px;
    font-size: 12px;
  }

  /* 规则区 */
  .c-rule-title {
    font-size: 17px !important;
    padding-left: 10px;
    border-left-width: 3px;
    margin: 22px 0 12px;
  }

  .c-single-body {
    font-size: 16px !important;
    line-height: 1.95 !important;
  }

  .c-single-body table,
  .c-play-table {
    font-size: 13px !important;
  }

  .c-single-body th,
  .c-single-body td,
  .c-play-table th,
  .c-play-table td {
    padding: 7px 8px !important;
  }

  /* Footer 单列堆叠 */
  .c-foot-main {
    grid-template-columns: 100% !important;
    gap: 18px;
    text-align: center;
  }

  .c-foot-logo {
    justify-content: center;
  }

  .c-foot-col ul {
    justify-content: center;
  }

  .c-foot-qr img {
    margin: 0 auto;
  }

  .c-foot-links {
    text-align: center;
    line-height: 1.8;
  }

  .c-foot-links a {
    margin: 0 6px 0 2px;
    display: inline-block;
  }
}

/* ========== 4. SMALL MOBILE ≤576px ========== */
@media (max-width: 576px) {
  .c-nav-item {
    flex: 0 0 50% !important;
    width: 50% !important;
    font-size: 13px !important;
  }

  .c-nav-item:nth-child(3n) {
    border-right: 1px solid rgba(255, 255, 255, 0.15) !important;
  }

  .c-nav-item:nth-child(2n) {
    border-right: 0 !important;
  }

  h1 {
    font-size: 18px !important;
  }

  .c-sbanner .sb-cn {
    font-size: 19px !important;
  }

  .c-sbanner .sb-desc {
    font-size: 13px !important;
  }

  .c-sbanner .sb-img {
    height: 90px !important;
  }

  .c-single-body {
    font-size: 15px !important;
    line-height: 1.9 !important;
  }

  .c-game-card .gc-hd img {
    width: 46px !important;
    height: 46px !important;
    flex: 0 0 46px !important;
  }

  .c-game-card .gc-hd .gc-title .cn {
    font-size: 15px !important;
  }

  .c-game-card .gc-intro {
    font-size: 15px !important;
  }
}

/* ab9ec1 */
.d076904 {
    line-break: strict;
}
[data-7cf] {
    -webkit-tap-highlight-color: transparent;
}
