:root {
  --bg: #0c0b0a;
  --bg-2: #14110d;
  --panel: rgba(20, 16, 12, 0.92);
  --panel-border: rgba(214, 164, 75, 0.18);
  --text: #f4eadb;
  --muted: #c2b29d;
  --gold: #d8a24c;
  --gold-2: #f0c067;
  --accent: #7e2116;
  --shadow: 0 18px 45px rgba(0,0,0,.45);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%);
  line-height: 1.7;
  
}

a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }

.page-bg {
  position: fixed;
  inset: 0;
  background:
    linear-gradient(rgba(6,4,3,.58), rgba(6,4,3,.82)),
    url('images/001.jpg') center top / cover no-repeat;
  z-index: -2;
}
.page-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at bottom, rgba(120,35,20,.18), transparent 45%);
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(10px);
  background: rgba(10,8,7,.72);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.brand-mark {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(180deg, #8e2a1b, #45130c);
  color: var(--gold-2);
  font-weight: 800;
  letter-spacing: 1px;
}
img.brand-mark {
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 12px;
}
.brand strong { display: block; font-size: 18px; background: linear-gradient(180deg, #ffffff 0%, #e8b84c 60%, #c9891a 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.brand small { color: var(--muted); }
.nav {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}
.nav a { color: var(--muted); font-size: 16px; font-weight: 700; letter-spacing: 1px; }
.nav a:hover { color: var(--gold); }

.hero-banner {
  display: grid;
  grid-template-columns: 1.35fr .85fr;
  gap: 24px;
  align-items: stretch;
  padding: 42px 0 24px;
}
.hero-copy,
.panel {
  background: var(--panel);
  border: 1px solid var(--panel-border);
  border-radius: 24px;
  box-shadow: var(--shadow);
}
.hero-copy {
  padding: 42px;
}
.tag {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(216,162,76,.12);
  border: 1px solid rgba(240,192,103,.3);
  color: var(--gold-2);
  
}
.hero-copy h1 {
  margin: 18px 0 14px;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.05;
}
.hero-copy h1 span { color: var(--gold-2); }
.hero-copy p {
  margin: 0;
  max-width: 680px;
  color: var(--muted);
  font-size: 17px;
}
.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 28px;
  flex-wrap: wrap;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 14px;
  font-weight: 700;
}
.btn-primary {
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  color: #1a1008;
}
.btn-secondary {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.12);
}
.big-btn {
  min-width: 150px;
  padding: 14px 22px;
}

.hero-panel {
  padding: 26px;
}
.hero-panel h3 { margin-top: 0; }
.hero-stats {
  display: grid;
  gap: 14px;
  margin: 16px 0 12px;
}
.hero-stats div {
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.05);
}
.hero-stats span {
  display: block;
  color: var(--muted);
  font-size: 13px;
}
.hero-stats strong {
  font-size: 28px;
  color: var(--gold-2);
}
.quick-links {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}
.quick-links a {
  display: block;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.05);
  color: var(--muted);
}
.quick-links a:hover { color: #fff; }
.muted { color: var(--muted); }

.official-home-main {
  display: grid;
  gap: 24px;
  padding-bottom: 42px;
}
.section-block {
  padding: 28px;
}
.official-section {
  padding: 32px;
}
.section-head {
  text-align: center;
  margin-bottom: 24px;
}
.section-head h2 {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  font-size: 24px;
  color: var(--gold);
  font-weight: 700;
  letter-spacing: 2px;
}
.section-head h2::before,
.section-head h2::after {
  content: "";
  width: 60px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.section-head p {
  margin: 6px 0 0;
  color: #8a7e6a;
  font-size: 13px;
}
.section-head.center { text-align: center; }

.news-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 18px;
}
.news-card {
  padding: 22px;
  border-radius: 20px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.06);
}
.featured-news {
  background: linear-gradient(180deg, rgba(216,162,76,.10), rgba(126,33,22,.10));
}
.news-label {
  display: inline-block;
  margin-bottom: 12px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(216,162,76,.12);
  color: var(--gold-2);
  font-size: 13px;
}
.news-label.small {
  background: rgba(255,255,255,.06);
  color: var(--muted);
}
.news-card h3 { margin: 0 0 10px; }
.news-card p { margin: 0 0 12px; color: var(--muted); }
.news-card a { color: var(--gold-2); }

.version-hero-card {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 24px;
  padding: 28px;
  border-radius: 22px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.06);
}
.version-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(180deg, #7f2618, #43120b);
  color: var(--gold-2);
  font-weight: 800;
}
.version-badge.large {
  min-height: 180px;
  font-size: 42px;
  border-radius: 22px;
}
.version-main h3 {
  margin: 0 0 10px;
  font-size: 30px;
}
.version-main p {
  margin: 0 0 18px;
  color: var(--muted);
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.feature-box {
  padding: 16px;
  border-radius: 16px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.05);
}
.feature-box strong {
  display: block;
  margin-bottom: 6px;
  color: var(--gold-2);
}
.feature-box span {
  color: var(--muted);
}

.download-grid {
  display: grid;
  gap: 14px;
}
.official-download-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.official-download-grid.three-col {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.download-box {
  display: block;
  padding: 18px 20px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(216,162,76,.12), rgba(126,33,22,.12));
  border: 1px solid rgba(240,192,103,.24);
}
.download-box strong {
  display: block;
  font-size: 18px;
  margin-bottom: 4px;
}
.download-box span { color: var(--muted); }
.official-download-box {
  text-align: center;
  padding: 24px 18px;
}

.official-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.large-gap {
  gap: 24px;
}
.small-panel {
  height: 100%;
}
.side-list {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}
.side-list li + li { margin-top: 8px; }

.timeline {
  display: grid;
  gap: 12px;
}
.timeline-item {
  padding: 16px 18px;
  border-left: 4px solid var(--gold);
  background: rgba(255,255,255,.03);
  border-radius: 0 14px 14px 0;
}
.timeline-item p { margin: 6px 0 0; color: var(--muted); }

.footer {
  border-top: 1px solid rgba(255,255,255,.06);
  background: rgba(8,6,5,.72);
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding: 18px 0 28px;
  color: var(--muted);
}

@media (max-width: 1100px) {
  .news-grid,
  .official-download-grid.three-col {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .hero-banner,
  .version-hero-card,
  .official-info-grid,
  .official-download-grid,
  .feature-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .topbar-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero-copy,
  .hero-panel,
  .section-block {
    padding: 20px;
  }
  .hero-copy h1 {
    font-size: 36px;
  }
  .big-btn {
    width: 100%;
  }
}

/* 职业锟斤拷锟斤拷锟斤拷 */
.class-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.class-card {
  padding: 24px;
  border-radius: 22px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.06);
}
.class-card h3 {
  margin: 12px 0 8px;
  font-size: 24px;
}
.class-card p,
.class-card li {
  color: var(--muted);
}
.class-card ul {
  padding-left: 18px;
  margin-bottom: 0;
}
.class-icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  font-size: 28px;
  font-weight: 800;
  color: var(--gold-2);
  background: linear-gradient(180deg, #8e2a1b, #45130c);
}
img.class-icon {
  object-fit: contain;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
}
.class-card.warrior .class-icon { background: linear-gradient(180deg, #9b301c, #4b120b); }
.class-card.mage .class-icon { background: linear-gradient(180deg, #244e9b, #101d45); }
.class-card.taoist .class-icon { background: linear-gradient(180deg, #2d7d4a, #143b25); }

/* 锟斤拷戏锟斤拷图锟斤拷 */
.screenshot-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 18px;
}
.screenshot-card {
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.06);
}
.screenshot-card img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.large-shot {
  grid-row: span 2;
}
.large-shot img {
  height: 560px;
}
.screenshot-card figcaption {
  padding: 12px 14px;
  color: var(--muted);
}
.placeholder-shot div {
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: rgba(244,234,219,.55);
  background:
    linear-gradient(135deg, rgba(216,162,76,.08), rgba(126,33,22,.10)),
    rgba(255,255,255,.02);
  font-weight: 700;
}
@media (max-width: 1100px) {
  .class-grid,
  .screenshot-grid {
    grid-template-columns: 1fr;
  }
  .large-shot img,
  .screenshot-card img,
  .placeholder-shot div {
    height: 260px;
  }
}

/* 锟斤拷锟斤拷A锟斤拷锟斤拷锟斤拷锟斤拷 */
.compact-topbar {
  padding-top: 10px;
  padding-bottom: 10px;
}
.hero-stage {
  position: relative;
  min-height: 82vh;
  display: flex;
  align-items: flex-start;
}
.hero-mask {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5,4,3,.84) 0%, rgba(5,4,3,.56) 48%, rgba(5,4,3,.32) 100%),
    radial-gradient(circle at 78% 25%, rgba(255,160,40,.14), transparent 28%),
    radial-gradient(circle at 85% 75%, rgba(130,30,20,.18), transparent 26%);
  pointer-events: none;
}
.hero-stage-inner {
  position: relative;
  z-index: 2;
  padding: 10px 0 5px;
}
.hero-main-copy {
  max-width: 760px;
}
.hero-mini-tag {
  display: inline-block;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(216,162,76,.12);
  border: 1px solid rgba(240,192,103,.3);
  color: var(--gold-2);
  
}
.hero-stage h1 {
  margin: 22px 0 8px;
  font-size: clamp(56px, 8vw, 96px);
  line-height: 1;
  letter-spacing: 1px;
  background: linear-gradient(180deg, #ffffff 0%, #e8b84c 50%, #c9891a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-stage h2 {
  margin: 0 0 18px;
  font-size: clamp(24px, 3vw, 40px);
  color: var(--gold-2);
  font-weight: 700;
}
.hero-stage p {
  max-width: 760px;
  color: var(--muted);
  font-size: 18px;
}
.hero-cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 14px;
}
.hero-main-btn {
  min-width: 200px;
  font-size: 16px;
  padding: 15px 26px;
}
.hero-sub-btn {
  min-width: 170px;
  padding: 15px 22px;
}
.hero-info-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
  max-width: 860px;
}
.hero-info-strip div {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(20,16,12,.72);
  border: 1px solid rgba(240,192,103,.18);
  backdrop-filter: blur(8px);
}
.hero-info-strip span {
  display: block;
  color: var(--muted);
  font-size: 13px;
}
.hero-info-strip strong {
  display: block;
  margin-top: 4px;
  color: var(--gold-2);
  font-size: 22px;
}
.home-shortcuts-wrap {
  margin-top: -22px;
  position: relative;
  z-index: 3;
}
.home-shortcuts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  padding: 0;
}
.shortcut-item {
  padding: 22px 20px;
  border-right: 1px solid rgba(255,255,255,.06);
  background: rgba(20,16,12,.92);
}
.shortcut-item:last-child {
  border-right: none;
}
.shortcut-item strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
}
.shortcut-item span {
  color: var(--muted);
}
.shortcut-item:hover {
  background: rgba(30,22,16,.96);
}
@media (max-width: 980px) {
  .hero-info-strip,
  .home-shortcuts {
    grid-template-columns: 1fr;
  }
  .hero-stage {
    min-height: 72vh;
  }
}
@media (max-width: 700px) {
  .hero-stage-inner {
    padding: 56px 0 42px;
  }
  .hero-stage h1 {
    font-size: 46px;
  }
  .hero-stage h2 {
    font-size: 24px;
  }
  .hero-cta-row {
    flex-direction: column;
  }
}

/* 锟劫达拷微锟斤拷锟斤拷锟斤拷锟斤拷锟斤拷锟斤拷锟斤拷锟?*/
.hero-view-topline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(20,16,12,.72);
  border: 1px solid rgba(240,192,103,.18);
  color: var(--muted);
  backdrop-filter: blur(8px);
}
.hero-view-topline strong {
  color: var(--gold-2);
  font-size: 18px;
}
.single-row-strip {
  display: none !important;
}

/* 锟斤拷锟斤拷锟斤拷锟斤拷锟斤拷锟斤拷 */
.hero-stage {
  min-height: auto;
  align-items: flex-start;
  padding-bottom: 0;
}
.hero-stage-inner {
  padding-top: 10px !important;
  padding-bottom: 0 !important;
}
.official-home-main {
  gap: 18px;
  padding-bottom: 32px;
}
.home-shortcuts {
  border-radius: 18px;
}
.shortcut-item {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.official-home-main .section-block:first-child {
  margin-top: 0 !important;
}

/* 锟斤拷锟斤拷锟斤拷一锟斤拷 */
.home-shortcuts-wrap {
  margin-top: -92px !important;
}
.official-home-main {
  margin-top: 20px !important;
}

/* 锟斤拷锟斤拷锟斤拷牡锟斤拷锟脚ワ拷也锟?*/
.hero-view-topline {
  display: none !important;
}
.compact-cta-row {
  align-items: center;
  row-gap: 10px;
}
.inline-view-count {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 16px;
  border-radius: 14px;
  background: rgba(20,16,12,.72);
  border: 1px solid rgba(240,192,103,.18);
  color: var(--muted);
  backdrop-filter: blur(8px);
}
.inline-view-count strong {
  color: var(--gold-2);
  font-size: 18px;
}

/* 5锟脚斤拷图锟斤拷锟斤拷锟今布撅拷 */
.screenshot-grid.five-shots {
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto auto;
}
.screenshot-grid.five-shots .large-shot {
  grid-row: 1;
  grid-column: 1;
}
.screenshot-grid.five-shots .placeholder-shot:nth-child(2) { grid-column: 2; }
.screenshot-grid.five-shots .placeholder-shot:nth-child(3) { grid-column: 3; }
.screenshot-grid.five-shots .placeholder-shot:nth-child(4) { grid-column: 4; }
.screenshot-grid.five-shots .placeholder-shot:nth-child(5) { grid-column: 5; }

@media (max-width: 1100px) {
  .screenshot-grid.five-shots {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .screenshot-grid.five-shots .large-shot {
    grid-column: 1 / -1;
  }
  .screenshot-grid.five-shots .placeholder-shot:nth-child(2) { grid-column: 1; }
  .screenshot-grid.five-shots .placeholder-shot:nth-child(3) { grid-column: 2; }
  .screenshot-grid.five-shots .placeholder-shot:nth-child(4) { grid-column: 1; }
  .screenshot-grid.five-shots .placeholder-shot:nth-child(5) { grid-column: 2; }
}

/* 5锟斤拷图锟侥筹拷锟斤拷锟斤拷2锟叫诧拷锟街ｏ拷锟斤拷3锟斤拷2 */
.screenshot-grid.five-shots {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
}
.screenshot-grid.five-shots .large-shot {
  grid-row: 1;
  grid-column: 1;
}
.screenshot-grid.five-shots .placeholder-shot:nth-child(2) { grid-column: 2; }
.screenshot-grid.five-shots .placeholder-shot:nth-child(3) { grid-column: 3; }
.screenshot-grid.five-shots .placeholder-shot:nth-child(4) { grid-column: 1; }
.screenshot-grid.five-shots .placeholder-shot:nth-child(5) { grid-column: 2; }

@media (max-width: 900px) {
  .screenshot-grid.five-shots {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto auto;
  }
  .screenshot-grid.five-shots .large-shot {
    grid-column: 1 / -1;
  }
  .screenshot-grid.five-shots .placeholder-shot:nth-child(2) { grid-column: 1; }
  .screenshot-grid.five-shots .placeholder-shot:nth-child(3) { grid-column: 2; }
  .screenshot-grid.five-shots .placeholder-shot:nth-child(4) { grid-column: 1; }
  .screenshot-grid.five-shots .placeholder-shot:nth-child(5) { grid-column: 2; }
}

/* 5图锟斤拷锟斤拷3锟斤拷2锟斤拷每图锟饺革拷 */
.screenshot-grid.five-shots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  align-items: stretch;
}
.screenshot-grid.five-shots .large-shot {
  grid-column: 1 / -1;
  grid-row: 1;
}
.screenshot-grid.five-shots .large-shot img {
  height: 320px;
}
.screenshot-grid.five-shots .placeholder-shot {
  grid-row: 2;
}
.screenshot-grid.five-shots .placeholder-shot:nth-child(2) { grid-column: 1; }
.screenshot-grid.five-shots .placeholder-shot:nth-child(3) { grid-column: 2; }
.screenshot-grid.five-shots .placeholder-shot:nth-child(4) { grid-column: 3; }
.screenshot-grid.five-shots .placeholder-shot:nth-child(5) { grid-column: 4; }

@media (max-width: 900px) {
  .screenshot-grid.five-shots {
    grid-template-columns: repeat(2, 1fr);
  }
  .screenshot-grid.five-shots .large-shot {
    grid-column: 1 / -1;
  }
  .screenshot-grid.five-shots .placeholder-shot { grid-row: auto; }
  .screenshot-grid.five-shots .placeholder-shot:nth-child(2) { grid-column: 1; }
  .screenshot-grid.five-shots .placeholder-shot:nth-child(3) { grid-column: 2; }
  .screenshot-grid.five-shots .placeholder-shot:nth-child(4) { grid-column: 1; }
  .screenshot-grid.five-shots .placeholder-shot:nth-child(5) { grid-column: 2; }
}

/* 5图锟斤拷锟斤拷3锟斤拷2锟斤拷锟饺革拷 */
.screenshot-grid.four-shots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 14px;
}
.screenshot-grid.four-shots .large-shot {
  grid-column: 1 / -1;
  grid-row: 1;
}
.screenshot-grid.four-shots .large-shot img {
  height: 300px;
  object-fit: cover;
}
.screenshot-grid.four-shots .screenshot-card img {
  height: 260px;
  object-fit: cover;
}
.screenshot-grid.four-shots .screenshot-card:nth-child(2) { grid-column: 1; grid-row: 2; }
.screenshot-grid.four-shots .screenshot-card:nth-child(3) { grid-column: 2; grid-row: 2; }
.screenshot-grid.four-shots .screenshot-card:nth-child(4) { grid-column: 3; grid-row: 2; }

/* ===== 锟斤拷锟斤拷锟斤拷锟斤拷锟斤拷 ===== */
.marquee-bar {
  display: flex;
  align-items: center;
  gap: 0;
  background: rgba(20, 16, 12, 0.92);
  border-top: 1px solid var(--panel-border);
  border-bottom: 1px solid var(--panel-border);
  overflow: hidden;
  height: 40px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.marquee-label {
  flex-shrink: 0;
  background: var(--accent);
  color: var(--gold-2);
  font-weight: bold;
  font-size: 13px;
  padding: 0 14px;
  height: 100%;
  display: flex;
  align-items: center;
  letter-spacing: 2px;
  border-right: 1px solid rgba(214, 164, 75, 0.3);
}

.marquee-track-wrap {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.marquee-track {
  display: flex;
  align-items: center;
  white-space: nowrap;
  animation: marquee-scroll 40s linear infinite;
  gap: 0;
}

.marquee-track:hover {
  animation-play-state: paused;
}

.marquee-content {
  font-size: 13px;
  color: var(--muted);
  padding: 0 8px;
}

.marquee-sep {
  color: var(--gold);
  font-size: 10px;
  flex-shrink: 0;
}

.marquee-icon {
  flex-shrink: 0;
  font-size: 13px;
  padding: 0 2px;
}

@keyframes marquee-scroll {
  0%   { transform: translateX(50%); }
  100% { transform: translateX(-100%); }
}

@media (max-width: 600px) {
  .marquee-bar { height: 36px; }
  .marquee-label { padding: 0 10px; font-size: 12px; }
  .marquee-content { font-size: 12px; }
}

/* ===== 鏈€鏂板叕鍛?+ 蹇€熶笅杞藉尯鍧?===== */
.section {
  padding: 32px 0;
}
.divider {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 20px;
}
.divider::before,
.divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-glow), transparent);
}
.divider span {
  color: var(--gold);
  font-size: 22px;
  font-weight: 700;
  opacity: 0.7;
  letter-spacing: 2px;
}
.nl-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.nl-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: var(--panel);
  border: 1px solid var(--panel-border);
  border-radius: 10px;
  transition: all 0.3s ease;
  text-decoration: none;
}
.nl-item:hover {
  border-color: rgba(212,160,60,0.3);
  background: rgba(26,20,15,0.95);
}
.nl-tag {
  font-size: 11px;
  padding: 2px 7px;
  border-radius: 3px;
  flex-shrink: 0;
  color: var(--gold);
  border: 1px solid rgba(212,160,60,0.2);
}
.nl-tag--hot {
  background: rgba(192,57,43,0.15);
  color: #e05a4a;
  border-color: rgba(192,57,43,0.3);
}
.nl-title {`n  flex: 1;`n  font-size: 15px;
  color: var(--text);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nl-item:hover .nl-title { color: var(--gold-2); }
.nl-date {
  font-size: 11px;
  color: var(--muted);
  flex-shrink: 0;
}
.nl-arrow {
  color: var(--muted);
  
  flex-shrink: 0;
  transition: all 0.25s ease;
}
.nl-item:hover .nl-arrow {
  color: var(--gold);
  transform: translateX(3px);
}

.dl-card {
  background: var(--panel);
  border: 1px solid var(--panel-border);
  border-radius: 12px;
  padding: 16px;
  transition: all 0.35s ease;
}
.dl-card:hover {
  border-color: rgba(212,160,60,0.25);
  box-shadow: var(--shadow);
}
.dl-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.dl-icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  background: rgba(212,160,60,0.08);
}
.dl-info { flex: 1; min-width: 0; }
.dl-name { font-size: 18px; color: var(--gold-2); font-weight: 600; }
.dl-size { font-size: 11px; color: var(--muted); margin-top: 2px; }
.dl-meta { font-size: 13px; color: var(--muted); line-height: 1.4; margin-bottom: 10px; }
.dl-links { display: flex; gap: 6px; flex-wrap: wrap; padding-top: 10px; border-top: 1px solid var(--panel-border); }
.dl-links .btn {
  flex: 1;
  justify-content: center;
  min-width: 0;
  padding: 8px 10px;
  font-size: 13px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
}
.btn-blue {
  background: rgba(40,80,160,0.25);
  color: #8ab4f8;
  border: 1px solid rgba(40,80,160,0.3);
}
.btn-orange {
  background: rgba(200,120,40,0.2);
  color: #e8a84c;
  border: 1px solid rgba(200,120,40,0.25);
}
.btn-green {
  background: rgba(40,140,80,0.2);
  color: #6cc884;
  border: 1px solid rgba(40,140,80,0.25);
}
.btn-outline {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-size: 13px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.btn-outline:hover {
  background: var(--gold-glow);
}

/* ===== 鑱旂郴鎴戜滑 ===== */
.contact-section {
  padding: 48px 0 36px;
  background: linear-gradient(180deg, rgba(20,16,12,.92) 0%, rgba(10,8,7,.96) 100%);
  border-top: 1px solid var(--panel-border);
  border-bottom: 1px solid var(--panel-border);
}
.contact-banner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.contact-item {
  padding: 28px 22px;
  border-radius: 18px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.06);
  text-align: center;
}
.contact-banner-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  font-size: 26px;
  background: linear-gradient(180deg, rgba(216,162,76,.15), rgba(126,33,22,.15));
  border: 1px solid rgba(240,192,103,.25);
  margin-bottom: 10px;
}
.contact-item h4 {
  margin: 0 0 4px;
  font-size: 20px;
}
.contact-item p {
  margin: 0 0 14px;
  color: var(--muted);
  
}
.contact-highlight {
  display: inline-block;
  padding: 8px 22px;
  border-radius: 10px;
  background: rgba(240,192,103,.1);
  color: var(--gold-2);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}
@media (max-width: 800px) {
  .contact-banner {
    grid-template-columns: 1fr;
  }
}

/* ===== 最新公告 + 快速下载区块 ===== */
.divider {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 20px;
}
.divider::before,
.divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.divider span {
  color: var(--gold);
  font-size: 22px;
  font-weight: 700;
  opacity: 0.7;
  letter-spacing: 2px;
}
.nl-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.nl-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: var(--panel);
  border: 1px solid var(--panel-border);
  border-radius: 10px;
  transition: all 0.3s ease;
  text-decoration: none;
}
.nl-item:hover {
  border-color: var(--gold);
  background: rgba(20, 16, 12, 0.95);
}
.nl-tag {
  font-size: 11px;
  padding: 2px 7px;
  border-radius: 3px;
  flex-shrink: 0;
  color: var(--gold);
  border: 1px solid rgba(216,162,76,0.2);
}
.nl-tag--hot {
  background: rgba(192,57,43,0.15);
  color: #e05a4a;
  border-color: rgba(192,57,43,0.3);
}
.nl-title {
  flex: 1;
  font-size: 13px;
  color: var(--text);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nl-item:hover .nl-title { color: var(--gold-2); }
.nl-date {
  font-size: 11px;
  color: var(--muted);
  flex-shrink: 0;
}
.nl-arrow {
  color: var(--muted);
  font-size: 14px;
  flex-shrink: 0;
  transition: all 0.25s ease;
}
.nl-item:hover .nl-arrow {
  color: var(--gold);
  transform: translateX(3px);
}
.contact-highlight {
  display: inline-block;
  padding: 8px 22px;
  border-radius: 10px;
  background: rgba(240,192,103,.1);
  color: var(--gold-2);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}
.dl-card {
  background: var(--panel);
  border: 1px solid var(--panel-border);
  border-radius: 12px;
  padding: 16px;
  transition: all 0.35s ease;
}
.dl-card:hover {
  border-color: rgba(216,162,76,0.25);
  box-shadow: var(--shadow);
}
.dl-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.dl-icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  background: rgba(216,162,76,0.08);
}
.dl-info { flex: 1; min-width: 0; }
.dl-name { font-size: 18px; color: var(--gold-2); font-weight: 600; }
.dl-size { font-size: 11px; color: var(--muted); margin-top: 2px; }
.dl-meta { font-size: 13px; color: var(--muted); line-height: 1.4; margin-bottom: 10px; }
.dl-links { display: flex; gap: 6px; flex-wrap: wrap; padding-top: 10px; border-top: 1px solid var(--panel-border); }
.dl-links .btn {
  flex: 1;
  justify-content: center;
  min-width: 0;
  padding: 8px 10px;
  font-size: 13px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
}
.btn-blue {
  background: rgba(40,80,160,0.25);
  color: #8ab4f8;
  border: 1px solid rgba(40,80,160,0.3);
}
.btn-orange {
  background: rgba(200,120,40,0.2);
  color: #e8a84c;
  border: 1px solid rgba(200,120,40,0.25);
}
.btn-green {
  background: rgba(40,140,80,0.2);
  color: #6cc884;
  border: 1px solid rgba(40,140,80,0.25);
}
.btn-outline {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-size: 13px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.btn-outline:hover {
  background: rgba(216,162,76,0.1);
}
.section {
  padding: 20px 0;
}

/* ===== 联系我们 + Footer 区块 ===== */
.panel-contact {
  background: var(--panel);
  border-top: 1px solid var(--panel-border);
  border-bottom: 1px solid var(--panel-border);
  padding: 40px 0 32px;
  margin-top: 24px;
}
.contact-banner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.contact-banner-item {
  text-align: center;
  padding: 24px 18px;
  border-radius: 12px;
  background: rgba(255,255,255,.03);
  border: 0.5px solid rgba(255,255,255,.04);
}
.contact-banner-item h4 {
  margin: 10px 0 4px;
  font-size: 18px;
}
.contact-banner-item p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 13px;
}
.contact-banner-item .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  font-size: 24px;
  background: rgba(216,162,76,0.1);
}
.contact-banner-item .qq-icon img {
  width: 28px;
  height: 28px;
}
.contact-qr img {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  display: inline-block;
}
.contact-banner-item .highlight {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 8px;
  background: rgba(216,162,76,0.1);
  color: var(--gold-2);
  font-size: 16px;
  font-weight: 700;
}
.footer {
  background: rgba(8,6,5,0.95);
  border-top: 1px solid rgba(255,255,255,.06);
  padding: 32px 0 0;
}
.footer-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}
.footer-row {
  display: flex;
  gap: 40px;
}
.footer-row .footer-col {
  flex: 1;
}
.footer-row-links {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}
.footer-row-links h4 {
  margin: 0;
  flex-shrink: 0;
  font-size: 16px;
  color: var(--gold);
}
.footer-row-links a {
  color: var(--muted);
  font-size: 13px;
}
.footer-row-links .sep {
  color: rgba(255,255,255,.1);
}
.footer-col h4 {
  margin: 0 0 10px;
  font-size: 16px;
  color: var(--gold);
}
.footer-col p,
.footer-col a {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
  margin: 0;
}
.footer-col a:hover {
  color: var(--gold-2);
}
.contact-inline {
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}
.contact-inline h4 {
  margin: 0 !important;
  flex-shrink: 0;
}
.contact-inline span {
  color: var(--muted);
  font-size: 13px;
}
.contact-inline .sep {
  color: rgba(255,255,255,.1);
}
.footer-nav-grid {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 4px 14px;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.05);
  padding: 16px 0;
  text-align: center;
}
.footer-bottom p {
  color: var(--muted);
  font-size: 12px;
  margin: 0;
  line-height: 1.6;
}
.back-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  border: 1px solid var(--panel-border);
  background: var(--panel);
  color: var(--gold);
  font-size: 20px;
  cursor: pointer;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
.back-top:hover {
  background: rgba(216,162,76,0.1);
}
.intro-layout {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 24px;
  align-items: start;
}
.intro-subtitle {
  text-align: left;
  color: var(--gold);
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
}
.intro-image {
  position: relative;
}
.intro-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid var(--panel-border);
}
.slider-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: none;
}
.slider-img.active {
  display: block;
}
.slider-dots {
  text-align: center;
  margin-top: 8px;
}
.slider-dots span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--muted);
  margin: 0 4px;
  cursor: pointer;
}
.slider-dots span.active {
  background: var(--gold);
}
.intro-text p {
  color: var(--muted);
  line-height: 1.9;
  margin: 8px 0;
  font-size: 14px;
}
.intro-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 24px;
}
.intro-feat {
  padding: 24px 16px;
  border-radius: 12px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  text-align: center;
}
.intro-feat h4 {
  margin: 10px 0 6px;
  font-size: 16px;
  color: var(--gold);
}
.intro-feat p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}
.intro-feat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  font-size: 22px;
  background: rgba(216,162,76,0.08);
  border: 1px solid rgba(216,162,76,0.15);
}
@media (max-width: 800px) {
  .intro-features {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 800px) {
  .intro-layout {
    grid-template-columns: 1fr;
  }
  .intro-features {
    flex-wrap: wrap;
  }
  .intro-feat {
    flex: 1 1 45%;
  }
  .contact-banner,
  .footer-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 800px) {
  .section > .container > [style*="grid-template-columns:2fr 1fr"] {
    grid-template-columns: 1fr !important;
  }
}
