﻿/* Template 2 — 值班窗 Desk Window */
:root {
  --green: #0c3b2e;
  --green-m: #1a5c48;
  --sand: #efe8d8;
  --sand-d: #e2d7c0;
  --ink: #1c2a24;
  --mute: #5a6b62;
  --line: #d4cbb8;
  --white: #fffaf3;
}
html { scroll-behavior: smooth; }
*, *:before, *:after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; width: 100%; overflow-x: hidden; }
body.z1fbf8body {
  font-family: "Georgia", "Songti SC", "SimSun", "Microsoft YaHei", serif;
  color: var(--ink);
  background: var(--sand);
  line-height: 1.75;
  word-wrap: break-word;
}
img { max-width: 100%; height: auto; display: block; border: 0; }
a { color: inherit; text-decoration: none; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, p { margin: 0; }

.z1fbf8container {
  width: 92%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 16px;
}

.z1fbf8header {
  position: sticky; top: 0; z-index: 100;
  background: var(--white);
  border-bottom: 2px solid var(--green);
}
.z1fbf8bar {
  display: flex; align-items: center; min-height: 60px; gap: 10px;
}
.z1fbf8logo {
  display: flex; align-items: center; gap: 10px;
  font-weight: 700; max-width: 36%; flex-shrink: 0;
  font-family: "Segoe UI", "Microsoft YaHei", sans-serif;
}
.z1fbf8logoicon {
  width: 36px; height: 36px;
  background: var(--green); color: var(--sand);
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 800;
  border-radius: 50%;
}
.z1fbf8logotext { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.z1fbf8navtog { position: absolute; left: -9999px; opacity: 0; }
.z1fbf8navbtn { display: none; margin-left: auto; padding: 10px; cursor: pointer; }
.z1fbf8navbtn span { display: block; width: 22px; height: 2px; margin: 5px 0; background: var(--green); }
.z1fbf8nav { margin-left: auto; }
.z1fbf8nav ul {
  display: flex; flex-wrap: wrap; align-items: center; gap: 4px 16px;
  font-family: "Segoe UI", "Microsoft YaHei", sans-serif;
}
.z1fbf8nav a { color: var(--mute); font-size: 14px; }
.z1fbf8nav a:hover { color: var(--green); }
.z1fbf8navcta {
  padding: 8px 14px !important;
  background: var(--green) !important;
  color: var(--sand) !important;
  border-radius: 2px;
  font-weight: 700;
}
.z1fbf8navcta:hover { background: var(--green-m) !important; }

.z1fbf8btn {
  display: inline-block;
  padding: 12px 22px;
  font-family: "Segoe UI", "Microsoft YaHei", sans-serif;
  font-size: 14px; font-weight: 700;
  border-radius: 2px;
  border: 2px solid transparent;
  text-align: center;
}
.z1fbf8btnfill { background: var(--sand); color: var(--green) !important; }
.z1fbf8btnfill:hover { background: #fff; }
.z1fbf8btnline { border-color: rgba(239,232,216,.55); color: var(--sand) !important; }
.z1fbf8btnline:hover { background: rgba(255,255,255,.12); }
.z1fbf8btnblock { width: 100%; }

/* Full-bleed banner */
.z1fbf8banner {
  position: relative;
  min-height: 78vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  overflow: hidden;
}
.z1fbf8bannerbg {
  position: absolute; inset: 0; z-index: 0;
}
.z1fbf8bannerbg img {
  width: 100%; height: 100%; object-fit: cover;
}
.z1fbf8bannerveil {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(12,59,46,.78) 0%, rgba(12,59,46,.88) 55%, rgba(12,59,46,.95) 100%);
}
.z1fbf8bannercenter {
  position: relative; z-index: 2;
  text-align: center;
  padding: 80px 16px 60px;
  max-width: 820px;
}
.z1fbf8bannerlabel {
  font-family: "Segoe UI", "Microsoft YaHei", sans-serif;
  font-size: 13px; font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #b8d4c8;
  margin-bottom: 16px;
}
.z1fbf8banner h1 {
  font-size: clamp(30px, 5vw, 48px);
  line-height: 1.2;
  margin-bottom: 18px;
  font-weight: 700;
}
.z1fbf8bannerdesc {
  font-size: 17px;
  color: #d5e6dd;
  margin-bottom: 28px;
  font-family: "Segoe UI", "Microsoft YaHei", sans-serif;
}
.z1fbf8bannerbtns {
  display: flex; flex-wrap: wrap; gap: 12px; justify-content: center;
}
.z1fbf8metricbar {
  position: relative; z-index: 2;
  margin-top: auto;
  background: rgba(0,0,0,.28);
  border-top: 1px solid rgba(239,232,216,.15);
}
.z1fbf8metricrow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 18px 16px;
  text-align: center;
  font-family: "Segoe UI", "Microsoft YaHei", sans-serif;
}
.z1fbf8metricrow strong {
  display: block; font-size: 20px; color: var(--sand); margin-bottom: 2px;
}
.z1fbf8metricrow span { font-size: 12px; color: #a8c4b6; }

.z1fbf8ad { padding: 12px 0; background: var(--sand-d); }

.z1fbf8sec { padding: 68px 0; background: var(--white); }
.z1fbf8secalt { background: var(--sand); }
.z1fbf8sechead { text-align: center; margin-bottom: 36px; }
.z1fbf8sechead.z1fbf8left { text-align: left; }
.z1fbf8sechead h2 {
  font-size: clamp(24px, 3vw, 34px);
  margin-bottom: 10px;
}
.z1fbf8sechead p {
  font-family: "Segoe UI", "Microsoft YaHei", sans-serif;
  color: var(--mute); max-width: 34em; margin: 0 auto;
}
.z1fbf8sechead.z1fbf8left p { margin: 0; }

/* Ability as stacked rows */
.z1fbf8abilitylist { display: flex; flex-direction: column; gap: 0; }
.z1fbf8abilitylist article {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 16px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  font-family: "Segoe UI", "Microsoft YaHei", sans-serif;
}
.z1fbf8abilitylist article:last-child { border-bottom: 0; }
.z1fbf8abilitylist span {
  font-size: 28px; font-weight: 800; color: var(--green);
  line-height: 1; font-family: Georgia, serif;
}
.z1fbf8abilitylist h3 { font-size: 18px; margin-bottom: 6px; font-family: Georgia, "Songti SC", serif; }
.z1fbf8abilitylist p { color: var(--mute); font-size: 14px; }

.z1fbf8boundgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 2px solid var(--green);
  overflow: hidden;
}
.z1fbf8boundyes, .z1fbf8boundno { padding: 28px 24px; }
.z1fbf8boundyes { background: var(--white); }
.z1fbf8boundno { background: var(--green); color: var(--sand); }
.z1fbf8boundgrid h3 {
  font-size: 20px; margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid currentColor;
  opacity: 0.9;
}
.z1fbf8boundyes ul li,
.z1fbf8boundno ul li {
  position: relative;
  padding: 8px 0 8px 18px;
  font-size: 14px;
  font-family: "Segoe UI", "Microsoft YaHei", sans-serif;
}
.z1fbf8boundyes ul li:before,
.z1fbf8boundno ul li:before {
  content: "·";
  position: absolute; left: 0; top: 8px;
  font-weight: 700;
}

.z1fbf8stepwrap {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 40px;
  align-items: start;
}
.z1fbf8spine { position: relative; }
.z1fbf8spine:before {
  content: "";
  position: absolute;
  left: 17px; top: 8px; bottom: 8px;
  width: 2px;
  background: var(--line);
}
.z1fbf8spine li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 16px;
  margin-bottom: 28px;
  position: relative;
}
.z1fbf8spine li:last-child { margin-bottom: 0; }
.z1fbf8spine span {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--green);
  color: var(--sand);
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 14px;
  font-family: "Segoe UI", sans-serif;
  z-index: 1;
}
.z1fbf8spine h3 { font-size: 18px; margin-bottom: 6px; }
.z1fbf8spine p {
  font-family: "Segoe UI", "Microsoft YaHei", sans-serif;
  font-size: 14px; color: var(--mute);
}

.z1fbf8channelwrap {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 20px;
}
.z1fbf8channellist, .z1fbf8channelaside {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 28px 24px;
}
.z1fbf8channellist h3, .z1fbf8channelaside h3 {
  margin-bottom: 16px; font-size: 18px;
}
.z1fbf8channellist li {
  display: flex; justify-content: space-between; gap: 12px;
  padding: 12px 0;
  border-bottom: 1px dashed var(--line);
  font-family: "Segoe UI", "Microsoft YaHei", sans-serif;
  font-size: 14px;
}
.z1fbf8channellist li span { color: var(--mute); }
.z1fbf8channellist a { color: var(--green); font-weight: 700; }
.z1fbf8channelaside {
  background: var(--green); color: var(--sand); border-color: var(--green);
}
.z1fbf8channelaside ol {
  list-style: decimal;
  padding-left: 18px;
  margin-bottom: 20px;
  font-family: "Segoe UI", "Microsoft YaHei", sans-serif;
  font-size: 14px;
}
.z1fbf8channelaside li { margin-bottom: 8px; }
.z1fbf8channelaside .z1fbf8btnfill {
  background: var(--sand); color: var(--green) !important;
}

.z1fbf8qalist details {
  background: var(--white);
  border: 1px solid var(--line);
  margin-bottom: 10px;
  padding: 0;
}
.z1fbf8qalist summary {
  padding: 16px 20px;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  list-style: none;
}
.z1fbf8qalist summary::-webkit-details-marker { display: none; }
.z1fbf8qalist details[open] summary { border-bottom: 1px solid var(--line); color: var(--green); }
.z1fbf8qalist p {
  padding: 14px 20px 18px;
  font-family: "Segoe UI", "Microsoft YaHei", sans-serif;
  font-size: 14px; color: var(--mute);
}

.z1fbf8about { background: var(--green); color: var(--sand); }
.z1fbf8aboutband {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 28px;
  margin-bottom: 28px;
  align-items: center;
}
.z1fbf8aboutband h2 { font-size: 28px; margin-bottom: 12px; }
.z1fbf8aboutband > div > p {
  font-family: "Segoe UI", "Microsoft YaHei", sans-serif;
  color: #b8d4c8; font-size: 15px;
}
.z1fbf8aboutstats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
}
.z1fbf8aboutstats div {
  text-align: center;
  padding: 16px 8px;
  border: 1px solid rgba(239,232,216,.25);
}
.z1fbf8aboutstats span {
  display: block; font-size: 22px; font-weight: 800; margin-bottom: 4px;
  font-family: "Segoe UI", sans-serif;
}
.z1fbf8aboutstats em {
  font-style: normal; font-size: 12px; color: #a8c4b6;
  font-family: "Segoe UI", "Microsoft YaHei", sans-serif;
}
.z1fbf8aboutcards {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
}
.z1fbf8aboutcards article {
  padding: 20px 18px;
  background: rgba(0,0,0,.18);
  border: 1px solid rgba(239,232,216,.15);
}
.z1fbf8aboutcards h3 { font-size: 16px; margin-bottom: 8px; }
.z1fbf8aboutcards p {
  font-family: "Segoe UI", "Microsoft YaHei", sans-serif;
  font-size: 13px; color: #b8d4c8;
}

.z1fbf8flinklist {
  display: flex; flex-wrap: wrap; gap: 10px 18px;
  justify-content: center;
  font-family: "Segoe UI", "Microsoft YaHei", sans-serif;
}
.z1fbf8flinklist a {
  padding: 8px 14px;
  border: 1px solid var(--line);
  background: var(--white);
  font-size: 14px;
}
.z1fbf8flinklist a:hover { border-color: var(--green); color: var(--green); }

.z1fbf8footer {
  background: #081f18;
  color: #8fa89c;
  padding: 36px 0;
  text-align: center;
  font-family: "Segoe UI", "Microsoft YaHei", sans-serif;
}
.z1fbf8footbrand {
  color: var(--sand); font-size: 18px; font-weight: 700; margin-bottom: 14px;
  font-family: Georgia, serif;
}
.z1fbf8footnav {
  display: flex; flex-wrap: wrap; gap: 10px 18px; justify-content: center;
  margin-bottom: 18px; font-size: 13px;
}
.z1fbf8footnav a:hover { color: var(--sand); }
.z1fbf8footpower { font-size: 12px; }
.z1fbf8footpower a { color: #b8d4c8; }

@media (max-width: 900px) {
  .z1fbf8boundgrid,
  .z1fbf8stepwrap,
  .z1fbf8channelwrap,
  .z1fbf8aboutband,
  .z1fbf8aboutcards { grid-template-columns: 1fr; }
  .z1fbf8metricrow { grid-template-columns: 1fr 1fr; }
  .z1fbf8nav { display: none; }
  .z1fbf8navbtn { display: block; }
  .z1fbf8bar { position: relative; }
  .z1fbf8navtog:checked ~ .z1fbf8nav {
    display: block;
    position: absolute;
    left: 0; right: 0; top: 60px;
    background: var(--white);
    padding: 16px 20px 20px;
    border-bottom: 2px solid var(--green);
    z-index: 101;
  }
  .z1fbf8navtog:checked ~ .z1fbf8nav ul {
    flex-direction: column; align-items: flex-start; gap: 12px;
  }
}
@media (max-width: 560px) {
  .z1fbf8metricrow,
  .z1fbf8aboutstats { grid-template-columns: 1fr; }
  .z1fbf8banner { min-height: 70vh; }
  .z1fbf8abilitylist article { grid-template-columns: 48px 1fr; }
  .z1fbf8sec { padding: 48px 0; }
}
