/* Gm06 / 翎风传奇发布站 — 浅底白盒 + 红色主色 */
:root {
  --gm06-bg: #f5f5f5;
  --gm06-white: #ffffff;
  --gm06-border: #e2e2e2;
  --gm06-border-dark: #d0d0d0;
  --gm06-red: #c81623;
  --gm06-red-dark: #9b0f1a;
  --gm06-red-light: #e62e2e;
  --gm06-orange: #ff6600;
  --gm06-blue-time: #4796d8;
  --gm06-nav-dark: #2b2b2b;
  --gm06-text: #333333;
  --gm06-text-light: #666666;
  --gm06-text-muted: #999999;
  --gm06-gold: #b8860b;
  --gm06-link-blue: #0066cc;
  --gm06-teal: #20b2aa;
  --gm06-header-bg: #3d3d3d;
  --gm06-width: 1200px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
.gm06-body {
  font: 14px/1.65 "Microsoft YaHei", "PingFang SC", sans-serif;
  color: var(--gm06-text);
  background: var(--gm06-bg);
}

a { color: var(--gm06-text); text-decoration: none; }
a:hover { color: var(--gm06-red); text-decoration: underline; }

.gm06-wrap { width: var(--gm06-width); max-width: 100%; margin: 0 auto; padding: 0 10px; }

/* ========== 顶栏 ========== */
.gm06-topbar {
  background: var(--gm06-nav-dark);
  border-bottom: 2px solid var(--gm06-red);
  font-size: 12px;
}
.gm06-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 32px;
  flex-wrap: wrap;
  gap: 8px;
}
.gm06-topbar-links a {
  color: #ccc;
  margin-right: 12px;
  padding: 4px 0;
}
.gm06-topbar-links a:hover { color: #fff; text-decoration: none; }
.gm06-topbar-links a.gm06-hot { color: #ffb84d; }
.gm06-topbar-search {
  display: flex;
  align-items: center;
  gap: 4px;
}
.gm06-topbar-search input {
  width: 140px;
  height: 24px;
  border: 1px solid #555;
  background: #1a1a1a;
  color: #eee;
  padding: 0 8px;
  font-size: 12px;
}
.gm06-topbar-search button {
  height: 24px;
  padding: 0 10px;
  border: none;
  background: var(--gm06-red);
  color: #fff;
  cursor: pointer;
  font-size: 12px;
}

/* ========== Logo 区 ========== */
.gm06-header {
  background: var(--gm06-white);
  border-bottom: 1px solid var(--gm06-border);
  padding: 12px 0;
}
.gm06-header-inner { text-align: center; }
.gm06-brand { display: inline-block; }
.gm06-brand-img { max-height: 90px; vertical-align: middle; }
.gm06-brand-text {
  display: none;
  font-size: 36px;
  font-weight: 800;
  color: var(--gm06-red);
  letter-spacing: 3px;
  text-shadow: 1px 1px 0 #fff, 2px 2px 4px rgba(0,0,0,.15);
}
.gm06-brand.no-logo .gm06-brand-text { display: inline-block; }
.gm06-brand.no-logo .gm06-brand-img { display: none; }
.gm06-tagline {
  margin: 6px 0 0;
  color: var(--gm06-text-light);
  font-size: 13px;
}

/* ========== 主导航（红底白字） ========== */
.gm06-nav {
  background: linear-gradient(180deg, var(--gm06-red-light), var(--gm06-red));
  box-shadow: 0 2px 6px rgba(0,0,0,.15);
  position: sticky;
  top: 0;
  z-index: 200;
}
.gm06-nav-toggle {
  display: none;
  width: 100%;
  padding: 10px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  text-align: left;
}
.gm06-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.gm06-nav-list li a {
  display: block;
  padding: 0 20px;
  height: 46px;
  line-height: 46px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-right: 1px solid rgba(255,255,255,.15);
}
.gm06-nav-list li:first-child a { border-left: 1px solid rgba(255,255,255,.15); }
.gm06-nav-list li.active a,
.gm06-nav-list li a:hover {
  background: rgba(0,0,0,.2);
  text-decoration: none;
  color: #fff;
}

.gm06-main { padding: 12px 0 20px; }

/* ========== 白盒模块 ========== */
.gm06-box {
  background: var(--gm06-white);
  border: 1px solid var(--gm06-border);
  margin-bottom: 10px;
  overflow: hidden;
}
.gm06-box-hd {
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  background: linear-gradient(180deg, #e84a4a, var(--gm06-red));
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.gm06-box-hd a { color: #fff; }
.gm06-box-hd a:hover { color: #ffe0e0; text-decoration: none; }
.gm06-box-bd { padding: 12px 16px; }

/* ========== 首页 Hero ========== */
.gm06-hero {
  display: grid;
  grid-template-columns: 520px 1fr;
  gap: 10px;
  margin-bottom: 10px;
}
.gm06-hero-slider { min-height: 300px; }
.gm06-slider { position: relative; overflow: hidden; height: 300px; background: #111; }
.gm06-slider-track { display: flex; height: 100%; transition: transform .45s ease; }
.gm06-slide { min-width: 100%; height: 100%; position: relative; }
.gm06-slide img { width: 100%; height: 300px; object-fit: cover; display: block; }
.gm06-slide-cap {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 8px 12px;
  background: rgba(0,0,0,.65);
  color: #fff;
  font-size: 14px;
}
.gm06-slide-placeholder {
  height: 300px; display: flex; align-items: center; justify-content: center;
  color: #999; background: #fafafa;
}
.gm06-slider-dots {
  position: absolute; bottom: 8px; right: 10px;
  display: flex; gap: 5px;
}
.gm06-slider-dots span {
  width: 10px; height: 10px; border-radius: 2px;
  background: rgba(255,255,255,.5); cursor: pointer;
}
.gm06-slider-dots span.active { background: var(--gm06-red); }

.gm06-hero-side { display: flex; flex-direction: column; gap: 10px; }

/* Tab 切换 */
.gm06-tabs-hd {
  display: flex;
  border-bottom: 2px solid var(--gm06-red);
  background: #fafafa;
}
.gm06-tabs-hd button {
  flex: 1;
  padding: 10px 8px;
  border: none;
  background: transparent;
  font-size: 15px;
  font-weight: 700;
  color: var(--gm06-text-light);
  cursor: pointer;
}
.gm06-tabs-hd button.active {
  background: var(--gm06-red);
  color: #fff;
}
.gm06-tabs-bd { display: none; padding: 8px 0; }
.gm06-tabs-bd.active { display: block; }

.gm06-headline {
  display: block;
  padding: 10px 0;
  border-bottom: 1px dashed var(--gm06-border);
}
.gm06-headline:last-child { border-bottom: none; }
.gm06-headline em {
  display: inline-block;
  background: var(--gm06-red);
  color: #fff;
  font-size: 12px;
  padding: 2px 8px;
  margin-right: 6px;
  font-style: normal;
  border-radius: 2px;
}
.gm06-headline strong {
  display: block;
  font-size: 18px;
  color: var(--gm06-red);
  margin: 6px 0;
  line-height: 1.4;
}
.gm06-headline:hover strong { text-decoration: underline; }
.gm06-headline p { margin: 0; color: var(--gm06-text-muted); font-size: 13px; }

/* 排行列表 wf81 风格 */
.gm06-rank-list { list-style: none; margin: 0; padding: 0; }
.gm06-rank-list li {
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 15px;
}
.gm06-rank-num {
  flex-shrink: 0;
  width: 18px; height: 18px; line-height: 18px;
  text-align: center;
  background: var(--gm06-blue-time);
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
  margin-top: 3px;
}
.gm06-rank-list li:nth-child(1) .gm06-rank-num { background: var(--gm06-red); }
.gm06-rank-list li:nth-child(2) .gm06-rank-num { background: var(--gm06-orange); }
.gm06-rank-list li:nth-child(3) .gm06-rank-num { background: #faad14; }
.gm06-rank-list a { flex: 1; color: var(--gm06-text); font-weight: 700; }
.gm06-rank-list time { color: var(--gm06-text-muted); font-size: 12px; white-space: nowrap; }

/* 开服表 */
.gm06-server-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.gm06-server-table thead th {
  background: #f5f5f5;
  color: var(--gm06-text);
  font-weight: 700;
  padding: 8px 10px;
  border: 1px solid var(--gm06-border);
  text-align: left;
}
.gm06-server-table tbody td {
  padding: 8px 10px;
  border: 1px solid var(--gm06-border);
  vertical-align: middle;
}
.gm06-server-table tbody tr:nth-child(even) { background: #fafafa; }
.gm06-server-table tbody tr:hover { background: #fff5f5; }
.gm06-server-table .col-time {
  color: var(--gm06-red);
  font-weight: 700;
  white-space: nowrap;
  width: 100px;
}
.gm06-server-table .col-title a { font-size: 15px; font-weight: 700; color: #333; }
.gm06-server-table .col-title a:hover { color: var(--gm06-red); }
.gm06-server-table .col-tag { width: 70px; text-align: center; }
.gm06-tag-new {
  display: inline-block;
  padding: 1px 6px;
  background: var(--gm06-red);
  color: #fff;
  font-size: 11px;
  border-radius: 2px;
}
.gm06-tag-hot {
  display: inline-block;
  padding: 1px 6px;
  background: var(--gm06-orange);
  color: #fff;
  font-size: 11px;
  border-radius: 2px;
}

/* 栏目双列 */
.gm06-cat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.gm06-cat-card .gm06-box-bd { padding: 0; }
.gm06-cat-more {
  float: right;
  font-size: 13px;
  font-weight: 400;
  color: #ffe0e0;
}

/* newslist 列表 */
.gm06-newslist { list-style: none; margin: 0; padding: 0; }
.gm06-newslist li {
  padding: 10px 0;
  border-bottom: 1px solid #e8e7ed;
  overflow: hidden;
}
.gm06-newslist li:last-child { border-bottom: none; }
.gm06-newslist .gm06-time {
  float: right;
  color: var(--gm06-blue-time);
  font-size: 14px;
}
.gm06-newslist a {
  font-size: 16px;
  font-weight: 700;
  color: #333;
}
.gm06-newslist a:hover { color: var(--gm06-red); }
.gm06-newslist p {
  clear: both;
  margin: 4px 0 0;
  color: var(--gm06-text-muted);
  font-size: 13px;
  line-height: 1.5;
}

/* 图文区 */
.gm06-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 12px;
}
.gm06-photo-card {
  text-align: center;
  background: #f9f9f9;
  border: 1px solid var(--gm06-border);
  padding-bottom: 10px;
}
.gm06-photo-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}
.gm06-photo-card h4 { margin: 8px 8px 4px; font-size: 14px; }
.gm06-photo-card h4 a { color: #333; font-weight: 700; }
.gm06-photo-card p { margin: 0 8px; font-size: 12px; color: var(--gm06-text-muted); }

.gm06-links { padding: 4px 0; line-height: 2.2; }
.gm06-links a {
  display: inline-block;
  margin: 4px 8px 4px 0;
  padding: 3px 10px;
  border: 1px dashed #ccc;
  font-size: 14px;
  color: #555;
}
.gm06-links a:hover {
  border-color: var(--gm06-red);
  color: var(--gm06-red);
  text-decoration: none;
}

/* ========== 列表/详情布局 ========== */
.gm06-layout-with-side {
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 10px;
  padding: 12px 0 20px;
}
.gm06-breadcrumb {
  padding: 8px 12px;
  margin-bottom: 10px;
  background: var(--gm06-white);
  border: 1px solid var(--gm06-border);
  font-size: 13px;
  color: var(--gm06-text-muted);
}
.gm06-breadcrumb em { color: var(--gm06-red); font-style: normal; font-weight: 700; }

.gm06-list-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  background: #fafafa;
  border-bottom: 1px solid var(--gm06-border);
  font-size: 13px;
  color: var(--gm06-text-light);
}
.gm06-view-toggle button {
  margin-left: 6px;
  padding: 3px 10px;
  border: 1px solid var(--gm06-border);
  background: #fff;
  cursor: pointer;
  font-size: 12px;
}
.gm06-view-toggle button.active {
  background: var(--gm06-red);
  color: #fff;
  border-color: var(--gm06-red);
}

.gm06-list-card .gm06-list-row {
  display: flex;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid #eee;
}
.gm06-list-card .gm06-list-thumb img {
  width: 200px; height: 120px;
  object-fit: cover;
  border: 1px solid var(--gm06-border);
}
.gm06-list-card .gm06-list-body h2 { margin: 0 0 6px; font-size: 17px; }
.gm06-list-card .gm06-list-body h2 a { color: #333; font-weight: 700; }
.gm06-list-desc { color: var(--gm06-text-muted); margin: 0 0 6px; }
.gm06-list-meta { font-size: 12px; color: #999; }

.gm06-list-table-wrap { display: none; }
.gm06-list-table-wrap.active { display: block; }
.gm06-list-card-wrap.active { display: block; }
.gm06-list-card-wrap { display: none; }

.gm06-pagebar { padding: 14px; text-align: center; }
.gm06-pagebar a, .gm06-pagebar span {
  display: inline-block;
  min-width: 32px;
  padding: 4px 8px;
  margin: 2px;
  border: 1px solid var(--gm06-border);
  background: #fff;
  color: #333;
}
.gm06-pagebar a:hover, .gm06-pagebar span.current {
  background: var(--gm06-red);
  color: #fff;
  border-color: var(--gm06-red);
  text-decoration: none;
}

/* 详情 */
.gm06-article .gm06-box-bd { padding: 20px 24px; }
.gm06-article-hd {
  border-bottom: 2px solid var(--gm06-red);
  padding-bottom: 12px;
  margin-bottom: 16px;
}
.gm06-article-hd h1 {
  margin: 0 0 10px;
  font-size: 22px;
  color: var(--gm06-red);
  line-height: 1.4;
}
.gm06-article-meta { font-size: 13px; color: var(--gm06-text-muted); }
.gm06-article-meta span { margin-right: 18px; }
.gm06-article-bd {
  font-size: 15px;
  line-height: 1.9;
  color: #444;
}
.gm06-article-bd img { max-width: 100%; height: auto; }
.gm06-article-nav {
  margin-top: 20px;
  padding: 12px 14px;
  background: #fafafa;
  border: 1px solid var(--gm06-border);
  font-size: 13px;
}
.gm06-article-nav a { color: var(--gm06-red); }

/* 侧栏 */
.gm06-side-box {
  background: var(--gm06-white);
  border: 1px solid var(--gm06-border);
  margin-bottom: 10px;
  overflow: hidden;
}
.gm06-side-hd {
  height: 36px;
  line-height: 36px;
  padding: 0 12px;
  background: #383838;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.gm06-side-hd span {
  display: inline-block;
  padding: 0 12px;
  height: 28px;
  line-height: 28px;
  margin-top: 4px;
  background: var(--gm06-red);
}
.gm06-side-bd { padding: 10px 12px; }
.gm06-qq-row { margin-bottom: 8px; font-size: 13px; }
.gm06-qq-row strong { color: var(--gm06-red); }
.gm06-btn {
  display: block;
  text-align: center;
  padding: 10px;
  margin-top: 8px;
  font-weight: 700;
  border-radius: 3px;
}
.gm06-btn-red {
  background: linear-gradient(180deg, #e84a4a, var(--gm06-red));
  color: #fff !important;
  text-decoration: none !important;
}
.gm06-btn-red:hover { opacity: .92; color: #fff !important; }
.gm06-side-list { list-style: none; margin: 0; padding: 0; }
.gm06-side-list li {
  padding: 7px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 14px;
}
.gm06-side-photos li { margin-bottom: 10px; text-align: center; }
.gm06-side-photos img { width: 100%; height: 72px; object-fit: cover; border: 1px solid #eee; }

.gm06-empty { text-align: center; color: #999; padding: 24px; }

/* 页脚 */
.gm06-footer {
  background: var(--gm06-nav-dark);
  color: #aaa;
  padding: 16px 0 24px;
  font-size: 12px;
  margin-top: 10px;
}
.gm06-footer a { color: #ccc; margin-right: 10px; }
.gm06-footer a:hover { color: #fff; }
.gm06-footer-copy { margin-top: 10px; line-height: 1.8; }

/* 右侧悬浮 */
.gm06-float-bar {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 300;
  display: flex;
  flex-direction: column;
  width: 52px;
}
.gm06-float-item {
  display: block;
  padding: 10px 6px;
  text-align: center;
  font-size: 11px;
  color: #fff;
  background: var(--gm06-red);
  border-bottom: 1px solid rgba(255,255,255,.2);
  cursor: pointer;
  line-height: 1.3;
}
.gm06-float-item:hover {
  background: var(--gm06-red-dark);
  color: #fff;
  text-decoration: none;
}
.gm06-float-item.gm06-float-top { background: #383838; }

#gm06BackTop { display: none; }

@media (max-width: 1024px) {
  :root { --gm06-width: 100%; }
  .gm06-hero { grid-template-columns: 1fr; }
  .gm06-cat-grid { grid-template-columns: 1fr; }
  .gm06-photo-grid { grid-template-columns: 1fr 1fr; }
  .gm06-layout-with-side { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .gm06-nav-toggle { display: block; }
  .gm06-nav-list {
    display: none;
    flex-direction: column;
    width: 100%;
  }
  .gm06-nav-list.open { display: flex; }
  .gm06-nav-list li a {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,.1);
    height: 42px;
    line-height: 42px;
  }
  .gm06-photo-grid { grid-template-columns: 1fr; }
  .gm06-list-card .gm06-list-row { flex-direction: column; }
  .gm06-float-bar { display: none; }
}

/* ========== 截图版：统一顶栏 ========== */
.gm06-site-header {
  background: var(--gm06-header-bg);
  box-shadow: 0 1px 4px rgba(0,0,0,.15);
  position: sticky;
  top: 0;
  z-index: 500;
}
.gm06-site-header-inner {
  display: flex;
  align-items: center;
  height: 56px;
  gap: 16px;
}
.gm06-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  text-decoration: none !important;
}
.gm06-logo-img { height: 36px; width: auto; }
.gm06-logo-text {
  display: none;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.gm06-logo.no-logo .gm06-logo-text { display: inline; }
.gm06-header-nav {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
}
.gm06-header-nav a {
  color: #e0e0e0;
  padding: 6px 14px;
  font-size: 15px;
  border-radius: 3px;
  text-decoration: none;
}
.gm06-header-nav a:hover,
.gm06-header-nav a.active {
  color: #fff;
  background: rgba(255,255,255,.1);
  text-decoration: none;
}
.gm06-page-home .gm06-nav-home { color: #fff; font-weight: 700; }
.gm06-header-search {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  padding: 0 4px 0 12px;
  flex-shrink: 0;
}
.gm06-header-search input {
  border: none;
  outline: none;
  width: 120px;
  height: 32px;
  font-size: 13px;
  background: transparent;
}
.gm06-header-search button {
  border: none;
  background: transparent;
  color: #888;
  cursor: pointer;
  padding: 6px 8px;
  display: flex;
  align-items: center;
}
.gm06-mobile-menu-btn {
  display: none;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}

/* ========== 首页 Banner ========== */
.gm06-banner-wrap { padding: 12px 0 0; }
.gm06-banner {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background: #222;
}
.gm06-banner-track {
  display: flex;
  transition: transform .45s ease;
  height: 320px;
}
.gm06-banner-slide { min-width: 100%; height: 320px; }
.gm06-banner-slide img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}
.gm06-banner-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  background: #eee;
}
.gm06-banner-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 56px;
  border: none;
  background: rgba(71,150,216,.85);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  z-index: 10;
  opacity: .9;
}
.gm06-banner-arrow:hover { opacity: 1; }
.gm06-banner-prev { left: 0; border-radius: 0 4px 4px 0; }
.gm06-banner-next { right: 0; border-radius: 4px 0 0 4px; }
.gm06-banner-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
}
.gm06-banner-dots span {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,.5);
  cursor: pointer;
}
.gm06-banner-dots span.active { background: #fff; }

/* ========== 首页双栏 ========== */
.gm06-home-columns {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 16px;
  padding: 16px 10px 8px;
  align-items: start;
}
.gm06-sec-card {
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  padding: 16px 18px;
  margin-bottom: 16px;
}
.gm06-sec-title {
  margin: 0 0 14px;
  font-size: 17px;
  font-weight: 700;
  color: #333;
  display: flex;
  align-items: center;
  gap: 8px;
}
.gm06-sec-title i {
  display: inline-block;
  width: 4px;
  height: 18px;
  background: var(--gm06-red);
  border-radius: 2px;
}

/* 特别推荐 2x2 */
.gm06-rec-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 20px;
}
.gm06-rec-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.gm06-rec-thumb {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #eee;
}
.gm06-rec-thumb img { width: 72px; height: 72px; object-fit: cover; display: block; }
.gm06-rec-body h3 {
  margin: 0 0 6px;
  font-size: 15px;
  line-height: 1.35;
}
.gm06-rec-body h3 a { color: #333; font-weight: 700; text-decoration: none; }
.gm06-rec-body h3 a:hover { color: var(--gm06-link-blue); }
.gm06-rec-body p {
  margin: 0;
  font-size: 12px;
  color: #999;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* 最新发布 */
.gm06-latest-item {
  display: flex;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #f0f0f0;
}
.gm06-latest-item:last-child { border-bottom: none; }
.gm06-latest-thumb {
  flex-shrink: 0;
  width: 160px;
  height: 110px;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #eee;
}
.gm06-latest-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gm06-latest-body { flex: 1; min-width: 0; }
.gm06-latest-body h3 {
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.4;
}
.gm06-latest-body h3 a {
  color: var(--gm06-link-blue);
  font-weight: 700;
  text-decoration: none;
}
.gm06-latest-body h3 a:hover { text-decoration: underline; }
.gm06-latest-desc {
  margin: 0 0 10px;
  color: #888;
  font-size: 13px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.gm06-latest-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 12px;
  color: #aaa;
}
.gm06-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* 右侧栏 */
.gm06-side-widget {
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  margin-bottom: 14px;
  overflow: hidden;
}
.gm06-widget-hd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 14px;
  border-bottom: 1px solid #f0f0f0;
}
.gm06-widget-hd h3 { margin: 0; font-size: 15px; font-weight: 700; color: #333; }
.gm06-widget-hd a { font-size: 12px; color: #999; text-decoration: none; }
.gm06-widget-hd a:hover { color: var(--gm06-red); }

.gm06-tag-cloud {
  padding: 12px 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.gm06-tag {
  display: inline-block;
  padding: 4px 12px;
  background: #f5f5f5;
  border: 1px solid #eee;
  border-radius: 14px;
  font-size: 12px;
  color: #666;
  text-decoration: none;
}
.gm06-tag:hover {
  background: #fff5f5;
  border-color: #fcc;
  color: var(--gm06-red);
  text-decoration: none;
}

.gm06-side-articles {
  list-style: none;
  margin: 0;
  padding: 8px 14px 12px;
}
.gm06-side-articles li {
  display: flex;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px dashed #f0f0f0;
}
.gm06-side-articles li:last-child { border-bottom: none; }
.gm06-side-art-thumb {
  flex-shrink: 0;
  width: 64px;
  height: 48px;
  overflow: hidden;
  border-radius: 3px;
}
.gm06-side-art-thumb img { width: 100%; height: 100%; object-fit: cover; }
.gm06-side-art-info { flex: 1; min-width: 0; }
.gm06-side-art-info a {
  display: block;
  font-size: 13px;
  color: #333;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 4px;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gm06-side-art-info a:hover { color: var(--gm06-link-blue); }
.gm06-side-art-info span { font-size: 11px; color: #bbb; }

.gm06-hot-list {
  list-style: none;
  margin: 0;
  padding: 10px 14px 14px;
  counter-reset: hot;
}
.gm06-hot-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 8px 0;
  border-bottom: 1px dotted #f0f0f0;
  font-size: 14px;
}
.gm06-hot-list li:last-child { border-bottom: none; }
.gm06-hot-num {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  background: #ccc;
  border-radius: 3px;
}
.gm06-hot-list li:nth-child(1) .gm06-hot-num { background: var(--gm06-red); }
.gm06-hot-list li:nth-child(2) .gm06-hot-num { background: var(--gm06-orange, #ff6600); }
.gm06-hot-list li:nth-child(3) .gm06-hot-num { background: #faad14; }
.gm06-hot-list a {
  color: #444;
  text-decoration: none;
  line-height: 1.4;
}
.gm06-hot-list a:hover { color: var(--gm06-link-blue); }

.gm06-home-links { padding-bottom: 16px; }
.gm06-links-bar { padding: 14px 18px; }

/* 悬浮工具（截图青绿色） */
.gm06-float-tools {
  position: fixed;
  right: 16px;
  bottom: 80px;
  z-index: 400;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.gm06-tool-btn {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: var(--gm06-teal);
  color: #fff;
  border-radius: 4px;
  font-size: 18px;
  box-shadow: 0 2px 8px rgba(0,0,0,.2);
  text-decoration: none;
}
.gm06-tool-btn:hover {
  background: #1a9a94;
  color: #fff;
  text-decoration: none;
}
#gm06BackTop { display: none; }

@media (max-width: 960px) {
  .gm06-home-columns { grid-template-columns: 1fr; }
  .gm06-rec-grid { grid-template-columns: 1fr; }
  .gm06-header-nav { display: none; }
  .gm06-header-nav.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    background: var(--gm06-header-bg);
    padding: 10px;
  }
  .gm06-site-header { position: relative; }
  .gm06-mobile-menu-btn { display: block; margin-left: auto; }
  .gm06-latest-thumb { width: 100px; height: 70px; }
}

/* ========== 栏目页 / 详情页 双栏布局 ========== */
.gm06-page-columns {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 16px;
  padding: 16px 10px 8px;
  align-items: start;
}
.gm06-page-main { min-width: 0; }
.gm06-page-side { min-width: 0; }

.gm06-cat-title {
  margin: 0 0 6px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 18px;
  font-weight: 700;
  color: #333;
}

.gm06-cat-list .gm06-latest-body h2 {
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 700;
}
.gm06-cat-list .gm06-latest-body h2 a {
  color: var(--gm06-link-blue);
  text-decoration: none;
}
.gm06-cat-list .gm06-latest-body h2 a:hover { text-decoration: underline; }

/* 标签（gm06 圆角胶囊，侧栏/首页） */
.gm06-tag-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  padding: 12px 14px 14px;
}
.gm06-tag-cell {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 100%;
  min-height: 0;
  padding: 5px 12px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background: #fff;
  font-size: 13px;
  color: #555;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
  word-break: break-word;
}
.gm06-tag-cell:hover {
  border-color: #bbb;
  color: var(--gm06-link-blue);
  background: #fff;
  text-decoration: none;
}

/* 标签索引全页：同风格，略松间距 */
.gm06-tag-grid-page {
  gap: 10px 12px;
  padding: 14px 16px 18px;
}
.gm06-tag-grid-page .gm06-tag-cell {
  padding: 6px 14px;
}

/* 频道点击排行 */
.gm06-rank-articles {
  list-style: none;
  margin: 0;
  padding: 8px 14px 12px;
}
.gm06-rank-articles li {
  display: flex;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px dashed #f0f0f0;
}
.gm06-rank-articles li:last-child { border-bottom: none; }
.gm06-rank-art-thumb {
  flex-shrink: 0;
  width: 64px;
  height: 48px;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid #eee;
}
.gm06-rank-art-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gm06-rank-art-info { flex: 1; min-width: 0; }
.gm06-rank-art-info > a {
  display: -webkit-box;
  font-size: 13px;
  color: #333;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 4px;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.gm06-rank-art-info > a:hover { color: var(--gm06-link-blue); }
.gm06-rank-art-info span { font-size: 11px; color: #aaa; }

/* 分页（栏目页） */
.gm06-page-list .gm06-pagebar {
  margin-top: 8px;
  padding: 16px 0 4px;
  border-top: 1px solid #f0f0f0;
}
.gm06-page-list .gm06-pagebar a,
.gm06-page-list .gm06-pagebar span {
  min-width: 36px;
  padding: 5px 10px;
  margin: 2px 3px;
  border: 1px solid #ddd;
  border-radius: 2px;
  background: #fff;
  color: #555;
  font-size: 13px;
  text-decoration: none;
}
.gm06-page-list .gm06-pagebar a:hover {
  background: #f5f5f5;
  color: #333;
  border-color: #ccc;
}
.gm06-page-list .gm06-pagebar span.current {
  background: #888;
  color: #fff;
  border-color: #888;
}
.gm06-page-list .gm06-pagebar .gm06-pager-info {
  display: inline-block;
  margin-left: 8px;
  border: none;
  background: transparent;
  color: #999;
  font-size: 12px;
}

/* ========== 详情页 ========== */
.gm06-article-wrap { padding: 20px 24px 24px; }
.gm06-view-hd {
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid #eee;
}
.gm06-view-hd h1 {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 700;
  color: #222;
  line-height: 1.45;
}
.gm06-view-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 13px;
  color: #999;
}
.gm06-article-summary {
  margin-bottom: 18px;
  padding: 12px 16px;
  background: #f6fff0;
  border: 1px solid #d4edbc;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.7;
  color: #555;
}
.gm06-article-summary strong { color: #4a8f2a; }
.gm06-view-content {
  font-size: 15px;
  line-height: 1.9;
  color: #444;
}
.gm06-view-content img { max-width: 100%; height: auto; }
.gm06-view-content p { margin: 0 0 12px; }
.gm06-view-content h2,
.gm06-view-content h3 {
  margin: 18px 0 10px;
  font-weight: 700;
  color: #333;
}

.gm06-random-block {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.gm06-random-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px 10px;
}
.gm06-random-item {
  display: block;
  text-decoration: none;
  color: #333;
}
.gm06-random-item img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border: 1px solid #eee;
  border-radius: 3px;
  display: block;
  margin-bottom: 6px;
}
.gm06-random-item span {
  display: -webkit-box;
  font-size: 12px;
  line-height: 1.4;
  color: #555;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.gm06-random-item:hover span { color: var(--gm06-link-blue); }

.gm06-article-pager {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid #eee;
  font-size: 13px;
  color: #666;
  line-height: 1.8;
}
.gm06-article-pager p { margin: 0; }
.gm06-article-pager a { color: var(--gm06-link-blue); text-decoration: none; }
.gm06-article-pager a:hover { text-decoration: underline; }

/* 品牌横幅 */
.gm06-brand-box { padding: 0; }
.gm06-brand-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 20px 16px;
  text-align: center;
  text-decoration: none;
  color: #333;
}
.gm06-brand-banner img {
  max-width: 120px;
  max-height: 60px;
  object-fit: contain;
}
.gm06-brand-banner strong {
  font-size: 16px;
  color: #333;
}
.gm06-brand-banner span {
  font-size: 12px;
  color: #999;
  letter-spacing: 1px;
}

/* 分享 */
.gm06-share-box .gm06-share-icons {
  display: flex;
  justify-content: space-around;
  padding: 14px 12px 16px;
  gap: 8px;
}
.gm06-share-icons a {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: #666;
  text-decoration: none;
  padding-top: 36px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 32px 32px;
}
.gm06-share-wx { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle cx='16' cy='16' r='16' fill='%2309bb07'/%3E%3C/svg%3E"); }
.gm06-share-qq { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle cx='16' cy='16' r='16' fill='%2312b7f5'/%3E%3C/svg%3E"); }
.gm06-share-qzone { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle cx='16' cy='16' r='16' fill='%23f5a623'/%3E%3C/svg%3E"); }
.gm06-share-weibo { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle cx='16' cy='16' r='16' fill='%23e6162d'/%3E%3C/svg%3E"); }
.gm06-share-icons a:hover { color: #333; }

/* 侧栏客服 / 详情图文（非首页） */
.gm06-contact-bd { padding: 4px 0 8px; }
.gm06-contact-row { margin: 0 0 8px; font-size: 13px; }
.gm06-contact-row strong { color: var(--gm06-red); }
.gm06-contact-tip { margin: 0 0 12px; font-size: 12px; color: #999; }
.gm06-btn-block { display: block; text-align: center; }
.gm06-cat-desc { margin: -8px 0 12px; font-size: 13px; color: var(--gm06-text-muted); }
.gm06-photo-grid-side {
  grid-template-columns: 1fr 1fr;
  padding: 10px;
  gap: 8px;
}
.gm06-photo-block { margin-top: 24px; padding-top: 20px; border-top: 1px solid #eee; }

/* 标签页 */
.gm06-breadcrumb {
  margin: 0 0 12px;
  font-size: 13px;
  color: var(--gm06-text-muted);
}
.gm06-breadcrumb a { color: var(--gm06-link-blue); text-decoration: none; }
.gm06-breadcrumb a:hover { text-decoration: underline; }
.gm06-breadcrumb em { color: var(--gm06-red); font-style: normal; font-weight: 700; }
.gm06-cat-title small { font-size: 14px; font-weight: 400; color: #999; }

.gm06-server-table .col-status { width: 90px; text-align: center; white-space: nowrap; }
.gm06-server-table .col-status .gm06-tag-new,
.gm06-server-table .col-status .gm06-tag-hot { margin: 0 2px; }

@media (max-width: 960px) {
  .gm06-page-columns { grid-template-columns: 1fr; }
  .gm06-random-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 560px) {
  .gm06-random-grid { grid-template-columns: repeat(2, 1fr); }
  .gm06-tag-grid { gap: 8px; padding: 10px 12px 12px; }
  .gm06-tag-cell { font-size: 12px; padding: 4px 10px; }
}
