/* ============================================================
   永远的BEYOND - 站点增强样式（在 base.css 原版风格之上）
   ============================================================ */

/* ---------- 面包屑 / 模块页 ---------- */
/* 当前位置条：原版是导航正下方一个白底细边框的小条 */
.crumb {
  font-size: 12px; color: #333;
  background: #fff;
  border: 1px solid #444;
  padding: 3px 10px;
  margin: 5px 0 8px;
}
.crumb a { color: #0000cc; }
.module-page { background: #fff; border: 1px solid #9db8d2; padding: 14px 16px 24px; margin-bottom: 14px; min-height: 300px; }
.module-head { text-align: center; border-bottom: 2px solid #336699; padding-bottom: 8px; margin-bottom: 12px; }
.mod-title-txt { font-size: 18px; font-weight: bold; color: #003366; letter-spacing: 4px; }

/* ---------- 分类标签 ---------- */
.cat-tabs { margin: 8px 0 14px; border-bottom: 1px solid #d7e3ef; padding-bottom: 8px; }
.cat-tabs a { display: inline-block; padding: 3px 14px; margin-right: 6px; font-size: 13px; color: #004a99;
  border: 1px solid #b9cde1; border-radius: 3px; background: #f2f7fc; text-decoration: none; }
.cat-tabs a.on, .cat-tabs a:hover { background: #336699; color: #fff; border-color: #336699; }

/* ---------- 栏目列表 ---------- */
ul.module-list { list-style: none; margin: 0; padding: 0; }
.module-list li { padding: 7px 4px; border-bottom: 1px dotted #c9d7e4; font-size: 14px; overflow: hidden; }
.module-list li .dot { display: inline-block; margin: 0 8px 0 2px; }
.module-list li a { color: #0044aa; text-decoration: none; }
.module-list li a:hover { color: #cc0000; text-decoration: underline; }
.module-list li a.bold-red, .bold-red { color: #cc0000; font-weight: bold; }
.module-list li time { float: right; color: #777; font-size: 12px; }
.module-list li .author { margin: 0 12px; color: #666; font-size: 12px; }
.empty { color: #999; text-align: center; padding: 14px 0; list-style: none; }

/* ---------- 分页 ---------- */
.pager { text-align: center; padding: 18px 0 4px; font-size: 13px; }
.pager a, .pager .cur { display: inline-block; min-width: 28px; padding: 3px 8px; margin: 0 3px;
  border: 1px solid #b9cde1; background: #f2f7fc; color: #0044aa; text-decoration: none; border-radius: 3px; }
.pager .cur { background: #336699; color: #fff; border-color: #336699; font-weight: bold; }

/* ---------- 详情页 ---------- */
.detail { padding: 4px 6px; }
.detail-title { font-size: 22px; color: #003366; text-align: center; margin: 12px 0 8px; line-height: 1.4; }
.detail-meta { text-align: center; color: #888; font-size: 12px; border-bottom: 1px solid #e2e9f0; padding-bottom: 10px; margin-bottom: 14px; }
.detail-body { font-size: 15px; line-height: 1.9; color: #222; word-break: break-word; }
.detail-body img { max-width: 100%; height: auto; }
.detail-body table { max-width: 100%; }
.detail-body a { color: #0044aa; }
.detail-nav { border-top: 1px solid #e2e9f0; margin-top: 22px; padding-top: 12px; font-size: 13px; color: #555; }
.detail-nav a { color: #0044aa; }
.detail-nav .back { text-align: center; margin-top: 10px; }

/* ---------- KOMA 纪念页 ---------- */
.koma-epigraph { text-align: center; color: #8a6d3b; font-size: 13px; letter-spacing: 2px; margin-bottom: 16px; }
.koma-intro { overflow: hidden; }
.koma-portrait { float: right; margin: 0 0 10px 16px; max-width: 260px; border: 4px solid #fff; box-shadow: 0 2px 10px rgba(0,0,0,.25); }
.koma-portrait img { display: block; width: 100%; height: auto; }
.koma-sections { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 12px; margin-top: 20px; }
.koma-sec-card { display: block; background: linear-gradient(#f6fafd, #e8f1f8); border: 1px solid #b9cde1;
  border-radius: 4px; padding: 12px 14px; text-decoration: none; transition: all .15s; }
.koma-sec-card:hover { border-color: #336699; box-shadow: 0 2px 8px rgba(51,102,153,.25); transform: translateY(-2px); }
.ks-title { color: #003366; font-weight: bold; font-size: 14px; }
.ks-sum { color: #777; font-size: 12px; margin-top: 4px; }

/* ---------- 试听（音乐网格） ---------- */
.music-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 16px; }
.music-item { text-align: center; cursor: pointer; }
.music-item.disabled { opacity: .45; cursor: default; }
.music-cover { position: relative; width: 100%; aspect-ratio: 1; border-radius: 6px; overflow: hidden;
  border: 1px solid #b9cde1; background: linear-gradient(135deg, #16324f, #336699); }
.music-cover img { width: 100%; height: 100%; object-fit: cover; display: block; }
.music-cover-ph { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 42px; color: #cfe3f5; }
.music-play-ico { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  font-size: 30px; color: #fff; background: rgba(0,20,40,.35); opacity: 0; transition: opacity .15s; }
.music-item:hover .music-play-ico { opacity: 1; }
.music-name { margin-top: 7px; font-size: 13px; color: #003366; font-weight: bold;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.music-artist { font-size: 12px; color: #888; }

/* ---------- 视频网格 ---------- */
.video-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; }
.video-card { display: block; text-decoration: none; }
.video-thumb { position: relative; width: 100%; aspect-ratio: 16/9; border-radius: 5px; overflow: hidden;
  background: #0a1622; border: 1px solid #9db8d2; }
.video-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.video-thumb-ph { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
  font-size: 36px; color: #5f87ad; }
.video-thumb::after { content: "▶"; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  font-size: 30px; color: #fff; background: rgba(0,0,0,.25); opacity: 0; transition: opacity .15s; }
.video-card:hover .video-thumb::after { opacity: 1; }
.video-name { margin-top: 7px; font-size: 13px; color: #003366; font-weight: bold;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.video-meta { font-size: 12px; color: #888; }
.video-player-box { margin: 10px 0; }
.video-player-box video { width: 100%; max-height: 560px; background: #000; border-radius: 4px; }
.video-embed-wrap { position: relative; width: 100%; aspect-ratio: 16/9; background: #000; border-radius: 4px; overflow: hidden; }
.video-embed-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ---------- 相册 ---------- */
.album-desc { color: #666; font-size: 13px; margin-bottom: 12px; }
.album-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 16px; }
.album-card { display: block; text-decoration: none; text-align: center; }
.album-cover { width: 100%; aspect-ratio: 4/3; overflow: hidden; border-radius: 5px; border: 1px solid #b9cde1; background: #eef4fa; }
.album-cover img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .2s; }
.album-card:hover .album-cover img { transform: scale(1.05); }
.album-cover-ph { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 40px; color: #9db8d2; }
.album-name { margin-top: 7px; font-size: 14px; color: #003366; font-weight: bold; }
.album-cnt { font-size: 12px; color: #888; }

/* ---------- 试听：最新专辑 ---------- */
.newalbum-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 22px; }
.newalbum-card { display: flex; gap: 14px; padding: 12px; background: linear-gradient(#fff, #f2f7fc);
  border: 1px solid #d7e3ef; border-radius: 6px; text-decoration: none; transition: box-shadow .2s, transform .2s; }
.newalbum-card:hover { box-shadow: 0 4px 14px rgba(30,80,140,.18); transform: translateY(-2px); }
.na-cover { position: relative; width: 118px; flex: none; aspect-ratio: 1; border-radius: 4px; overflow: hidden;
  background: #eaf1f8; border: 1px solid #dce6f1; }
.na-cover img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .25s; }
.newalbum-card:hover .na-cover img { transform: scale(1.06); }
.na-ph { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 40px; color: #9db8d2; }
.na-badge { position: absolute; top: 0; left: 0; background: #c1272d; color: #fff; font-size: 10px;
  padding: 2px 6px; border-bottom-right-radius: 5px; letter-spacing: .5px; }
.na-info { min-width: 0; display: flex; flex-direction: column; justify-content: center; gap: 3px; }
.na-name { font-size: 15px; font-weight: bold; color: #003366; line-height: 1.35;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.na-meta { font-size: 12px; color: #779; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.na-go { margin-top: 4px; font-size: 12px; color: #c1272d; }

/* ---------- 试听：主体两栏 ---------- */
.music-cols { display: grid; grid-template-columns: 1fr 250px; gap: 18px; align-items: start; }
.music-main { min-width: 0; }
.music-side { display: flex; flex-direction: column; gap: 14px; }
.side-card { background: #fff; border: 1px solid #d7e3ef; border-radius: 5px; overflow: hidden; }
.side-hd { background: linear-gradient(#3f7ab5, #2c5a8c);
  color: #fff; font-size: 13px; font-weight: bold; padding: 7px 11px; }
.side-note { padding: 10px 12px; font-size: 12px; color: #55688a; line-height: 1.8; }
.rank-list { list-style: none; margin: 0; padding: 4px 0; counter-reset: none; }
.rank-list li a { display: flex; align-items: center; gap: 8px; padding: 5px 11px; font-size: 12.5px;
  color: #24507d; text-decoration: none; }
.rank-list li a:hover { background: #f1f6fb; color: #c1272d; }
.rk-no { flex: none; width: 17px; height: 17px; line-height: 17px; text-align: center; font-size: 11px;
  background: #c3d5e6; color: #fff; border-radius: 3px; }
.rk-no.top { background: #c1272d; }
.rk-name { flex: 1; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.rk-hit { flex: none; font-size: 11px; color: #9aa8bb; }
.rank-empty { padding: 12px; font-size: 12px; color: #98a; }
.lang-list { list-style: none; margin: 0; padding: 5px 0; }
.lang-list li a { display: flex; justify-content: space-between; padding: 5px 11px; font-size: 12.5px;
  color: #24507d; text-decoration: none; }
.lang-list li a:hover { background: #f1f6fb; color: #c1272d; }
.lang-list li span { color: #9aa8bb; font-size: 11px; }

/* ---------- 试听：搜索 + 曲目表 ---------- */
.mus-search { display: flex; gap: 6px; margin-bottom: 10px; flex-wrap: wrap; align-items: center; }
.mus-search select { height: 30px; border: 1px solid #cfdceb; border-radius: 3px; background: #fff; color: #24507d; padding: 0 6px; }
.mus-search input[type=text] { flex: 1; min-width: 150px; height: 30px; padding: 0 10px;
  border: 1px solid #cfdceb; border-radius: 3px; font-size: 13px; }
.mus-search button { height: 30px; padding: 0 16px; border: 0; border-radius: 3px; cursor: pointer;
  background: linear-gradient(#3f7ab5, #2c5a8c); color: #fff; font-size: 13px; }
.mus-search button:hover { background: #c1272d; }
.mus-clear { font-size: 12px; color: #889; }

.mus-table { border: 1px solid #d7e3ef; border-radius: 5px; overflow: hidden; background: #fff; }
.mus-tr { display: grid; grid-template-columns: 46px 1fr 100px 90px 62px; align-items: center;
  gap: 8px; padding: 8px 10px; border-bottom: 1px solid #e8eff6; font-size: 13px; }
.mus-th { background: #eef4fa; color: #336699; font-weight: bold; font-size: 12.5px; }
.mus-table > .mus-tr:last-child { border-bottom: 0; }
.mus-tr:not(.mus-th):hover { background: #f4f9fd; }
.mus-tr:not(.mus-th) { cursor: pointer; }
.mus-tr.mus-off { cursor: default; opacity: .62; }
.c-no { text-align: center; color: #9aa8bb; }
.c-name { display: flex; align-items: center; gap: 7px; min-width: 0; }
.c-name b { color: #003366; font-weight: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mus-album { font-style: normal; font-size: 11px; color: #9aa8bb; background: #f1f5f9; padding: 1px 5px;
  border-radius: 8px; white-space: nowrap; }
.mus-mini { width: 26px; height: 26px; border-radius: 3px; object-fit: cover; flex: none; }
.mus-ico { flex: none; width: 20px; height: 20px; line-height: 20px; text-align: center; font-style: normal;
  font-size: 9px; color: #fff; background: #c1272d; border-radius: 50%; }
.mus-off .mus-ico { background: #9db8d2; }
.c-art { color: #668; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.c-hit { text-align: right; color: #9aa8bb; font-size: 12px; }
.c-act { text-align: center; font-size: 12px; color: #2c5a8c; }
.mus-off .c-act { color: #9aa8bb; }
.mus-empty { padding: 30px; text-align: center; color: #9aa8bb; font-size: 13px; }
.filter-tip { font-size: 12.5px; color: #55688a; background: #f1f6fb; border-left: 3px solid #3f7ab5;
  padding: 6px 10px; margin-bottom: 10px; }
.tab-sub { font-size: 12px; color: #8b9bb0; font-weight: normal; margin-left: 8px; letter-spacing: .5px; }
.tab-sub b.ok { color: #2a8c4a; }

.photo-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 12px; }
.photo-cell { margin: 0; background: #fff; border: 1px solid #d7e3ef; border-radius: 4px; overflow: hidden; cursor: zoom-in; }
.photo-cell img { width: 100%; height: 150px; object-fit: cover; display: block; transition: transform .2s; }
.photo-cell:hover img { transform: scale(1.04); }
.photo-cell figcaption { font-size: 12px; color: #556; padding: 5px 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* ---------- 灯箱 ---------- */
.lightbox { position: fixed; inset: 0; z-index: 1000; background: rgba(5,12,20,.92);
  display: flex; align-items: center; justify-content: center; }
.lightbox[hidden] { display: none; }
.lightbox > img { max-width: 88%; max-height: 86%; box-shadow: 0 4px 30px rgba(0,0,0,.6); }
.lb-close { position: absolute; top: 14px; right: 18px; background: none; border: 0; color: #fff; font-size: 26px; cursor: pointer; }
.lb-nav { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,.12); border: 0;
  color: #fff; font-size: 44px; width: 56px; height: 90px; cursor: pointer; border-radius: 6px; }
.lb-prev { left: 12px; } .lb-next { right: 12px; }
.lb-nav:hover { background: rgba(255,255,255,.25); }
.lb-caption { position: absolute; bottom: 18px; left: 0; right: 0; text-align: center; color: #cfe0f0; font-size: 14px; }

/* ---------- 底部全局播放器工具条 ---------- */
.player-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 900; height: 58px;
  background: linear-gradient(#0e2439, #0a1a2b); border-top: 2px solid #336699;
  display: flex; align-items: center; gap: 10px; padding: 0 14px; box-shadow: 0 -3px 14px rgba(0,0,0,.35); }
.player-bar[hidden] { display: none; }
.pb-btn { background: none; border: 1px solid #3d6288; color: #cfe3f5; border-radius: 50%;
  width: 34px; height: 34px; cursor: pointer; font-size: 13px; line-height: 1; flex: none; transition: all .15s; }
.pb-btn:hover { background: #336699; color: #fff; }
.pb-play { width: 42px; height: 42px; font-size: 16px; background: #336699; border-color: #336699; }
.pb-info { flex: 1; min-width: 0; color: #cfe3f5; }
.pb-title { font-size: 13px; font-weight: bold; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pb-progress { position: relative; height: 6px; background: #1d3a57; border-radius: 3px; margin: 4px 0 2px; cursor: pointer; }
.pb-progress > div { position: absolute; left: 0; top: 0; bottom: 0; border-radius: 3px; }
.pb-loaded { background: #2c527a; }
.pb-played { background: #e33; background: linear-gradient(90deg, #cc2222, #ff5544); }
.pb-time { font-size: 11px; color: #7d9ab8; }
.pb-rate { width: auto; border-radius: 15px; padding: 0 10px; font-size: 12px; }
.pb-vol-wrap { display: flex; align-items: center; gap: 4px; }
.pb-vol-ico { color: #7d9ab8; font-size: 14px; }
.pb-vol-wrap input[type=range] { width: 70px; accent-color: #cc2222; }
.pb-close { border-color: transparent; color: #587a9d; }
body.has-player { padding-bottom: 66px; }

/* ---------- 移动端适配 ---------- */
.nav-toggle { display: none; }
@media (max-width: 860px) {
  .layout { display: block; }
  .col-left, .col-right { width: auto; float: none; margin: 0 0 14px; }
  .col-main { width: auto; }

  /* --- 汉堡导航：按钮贴左上，点开全宽下拉 --- */
  .main-nav { position: relative; }
  .nav-wrap { position: relative; display: flex; justify-content: flex-start; align-items: center; min-height: 34px; }
  .nav-toggle {
    display: inline-flex; flex-direction: column; justify-content: center; gap: 4px;
    width: 42px; height: 32px; padding: 0 10px; margin-right: auto;
    background: none; border: 0; cursor: pointer;
  }
  .nav-toggle span {
    display: block; width: 100%; height: 3px;
    background: #083f6e; border-radius: 2px;
    transition: transform .2s ease, opacity .2s ease;
  }
  /* 点开后变 ✕ */
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav ul {
    display: none; flex-direction: column;
    position: absolute; left: 0; right: 0; top: 100%;
    z-index: 60; margin: 0; padding: 0 0 4px;
    background: #dce9f5;
    border: 1px solid #7d9ab8; border-top: 0;
    box-shadow: 0 6px 12px rgba(8, 63, 110, .25);
  }
  .main-nav ul.open { display: flex; }
  .main-nav li { flex: 0 0 auto; width: 100%; border-right: 0; border-bottom: 1px solid #b9cce0; }
  .main-nav li:last-child { border-bottom: 0; }
  .main-nav li a { line-height: 40px; padding: 0 16px; text-align: left; font-size: 15px; }
  .main-nav li a.on { background: #f0d800; }
  /* --- 汉堡导航结束 --- */

  .bottom-row { display: block; }
  .gmh, .music { width: auto !important; margin-bottom: 14px; }
  .banner img { max-width: 100%; height: auto; }
  .top-inner { flex-wrap: wrap; }
  .player-bar { gap: 6px; padding: 0 8px; }
  .pb-vol-wrap, .pb-close { display: none; }
  .pb-rate { display: none; }
  .koma-portrait { float: none; margin: 0 auto 12px; }

  /* 试听页 */
  .music-cols { grid-template-columns: 1fr; }
  .newalbum-row { grid-template-columns: 1fr; }
  .na-cover { width: 92px; }
  .mus-tr { grid-template-columns: 30px 1fr 58px; padding: 7px 8px; gap: 6px; }
  .mus-th { display: none; }
  .c-art, .c-hit { display: none; }
  .mus-album { display: none; }
  .c-act { font-size: 11px; }
  .music-grid { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); gap: 10px; }
  .album-grid { grid-template-columns: repeat(auto-fill, minmax(105px, 1fr)); gap: 10px; }
}

/* ============================================================
   单页（关于本站/联系方法/Beyond网站/访客留言/行程表/刊物…）
   观感对齐原站老 htm 页面：白底、小字号、密排版
   ============================================================ */
.page-wrap { padding: 12px 0 24px; }
.page-h1 {
  color: #172E5B; font-size: 18px; font-weight: bold;
  text-align: center; margin: 0 0 16px; padding-bottom: 10px;
  border-bottom: 1px solid #D8DEE6;
}
.page-body { color: #2C3E50; font-size: 13px; line-height: 1.9; }
.page-body p { margin: 0 0 .7em; }
.page-body img { max-width: 100% !important; height: auto !important; }
.page-body table { max-width: 100% !important; border-collapse: collapse; }
.page-body table[width] { width: auto !important; }
.page-body td { padding: 2px 4px; font-size: 13px; vertical-align: top; }
.page-body a { color: #1E5B9E; }
.page-body font { font-size: inherit; }
.page-empty { color: #98A6B5; text-align: center; padding: 30px 0; }
.page-back { margin: 22px 0 6px; padding-top: 12px; border-top: 1px solid #E2E8EE; text-align: center; }
.page-back a { color: #172E5B; text-decoration: none; font-size: 13px; }
.page-back a:hover { color: #C0392B; }

/* ---------- 关于本站 · 历史版本 TAB 卡 ---------- */
.ab-wrap { margin: 0 auto; max-width: 700px; }
.ab-tabs { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; padding: 4px 0 10px; }
.ab-tab {
  cursor: pointer; border: 1px solid #9DB8D2; background: linear-gradient(#F6FAFD, #E8F1F8);
  padding: 5px 14px; border-radius: 4px 4px 0 0; text-align: center; line-height: 1.3;
}
.ab-tab:hover { border-color: #336699; }
.ab-tab.on { background: #336699; border-color: #336699; }
.ab-tab .ab-y { display: block; font-size: 14px; font-weight: bold; color: #003366; }
.ab-tab.on .ab-y { color: #fff; }
.ab-tab .ab-d { display: block; font-size: 11px; color: #7A8BA0; }
.ab-tab.on .ab-d { color: #CFE0F0; }
.ab-panel {
  display: none; background: #fff url(/static/page/about/back1-15.gif);
  border: 1px solid #9DB8D2; padding: 14px 6px; overflow-x: auto;
  font-family: SimSun, "Songti SC", serif; font-size: 9pt; color: #000;
}
.ab-panel.on { display: block; }
.ab-panel table { font-size: 9pt; }
.ab-panel td { font-size: 9pt; color: #000; }
.ab-panel a { color: #000; text-decoration: underline; font-size: 9pt; }
.ab-panel a:hover { color: #333; text-decoration: none; }
.ab-note { margin: 10px 0 0; text-align: center; color: #98A6B5; font-size: 12px; }
@media (max-width: 720px) {
  .ab-panel table { max-width: 640px; }   /* 老表格定宽，窄屏横向滑动看全 */
}

/* ---------- 行程表（原站 index/xc.asp 数据结构） ---------- */
.xc-page { padding: 10px 0 24px; }
.xc-page .page-title { color: #172E5B; font-size: 18px; text-align: center; margin: 0 0 10px; }
.xc-page .src-note {
  color: #6B7C8F; font-size: 12px; line-height: 1.8; text-align: center;
  background: #F6F8FA; border-left: 3px solid #C18364; padding: 9px 12px;
  margin: 0 0 20px; border-radius: 0 3px 3px 0; text-align: left;
}
.xc-list { display: block; }
.xc-item { border: 1px solid #E2E8EE; border-radius: 4px; padding: 12px 14px; margin-bottom: 12px; background: #fff; }
.xc-item:hover { border-color: #B7C6D4; }
.xc-head { margin-bottom: 7px; }
.xc-title { color: #172E5B; font-size: 15px; font-weight: bold; margin-right: 12px; }
.xc-place, .xc-time { color: #7A8A9C; font-size: 12px; margin-right: 12px; white-space: nowrap; }
.xc-desc { color: #445566; font-size: 13px; line-height: 1.9; margin: 0; }
.xc-desc a { color: #1E5B9E; word-break: break-all; }

/* ---------- 历史公告（首页公告区 more → /notice/） ---------- */
.nt-list { display: block; }
.nt-item { border: 1px solid #E2E8EE; border-radius: 4px; padding: 12px 14px; margin-bottom: 12px; background: #fff; }
.nt-item:hover { border-color: #B7C6D4; }
.nt-head { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px; margin-bottom: 7px; }
.nt-top {
  flex: 0 0 auto; font-size: 11px; color: #fff; background: #C0392B;
  padding: 1px 6px; border-radius: 3px;
}
.nt-title { color: #172E5B; font-size: 15px; font-weight: bold; }
.nt-time { color: #7A8A9C; font-size: 12px; margin-left: auto; white-space: nowrap; }
.nt-body {
  color: #445566; font-size: 13px; line-height: 1.9;
  overflow-wrap: anywhere; word-break: break-word;
}
.nt-body > :first-child { margin-top: 0; }
.nt-body > :last-child { margin-bottom: 0; }
.nt-body p { margin: 0 0 8px; }
.nt-body img, .nt-body table { max-width: 100% !important; }
.nt-body .red { color: #C0392B; }
.nt-body .gray { color: #98A6B5; }

@media (max-width: 720px) {
  .page-body { font-size: 12px; }
  .page-body table { width: 100% !important; }
  .page-body td { padding: 2px; font-size: 12px; }
  .xc-title { display: block; margin: 0 0 5px; }
  .xc-place, .xc-time { display: inline-block; }
}

/* ---- 文章详情页左侧浮动菜单（分类导航 + 搜索） ---- */
.art-fmenu {
  position: static;
  width: 168px; margin: 0 0 14px;
  background: #F4F8FC; border: 1px solid #9DB8D2;
  font-size: 12px; box-sizing: border-box;
}
.art-fmenu.affix { position: fixed; left: calc(50% - 590px); top: 160px; z-index: 30; }
.art-fmenu .afm-h {
  background: #336699; color: #fff; font-weight: 700;
  padding: 4px 8px; letter-spacing: 1px;
}
.art-fmenu .afm-cats { padding: 6px 5px; border-bottom: 1px solid #C5D5E4; }
.art-fmenu .afm-cats a {
  display: block; padding: 4px 8px; margin: 1px 0;
  color: #336699; text-decoration: none;
}
.art-fmenu .afm-cats a:hover { background: #E3ECF5; color: #CC0000; }
.art-fmenu .afm-cats a.on { background: #336699; color: #fff; }
.art-fmenu .afm-search { padding: 8px 8px 4px; display: flex; gap: 4px; }
.art-fmenu .afm-search input {
  flex: 1 1 auto; min-width: 0; border: 1px solid #9DB8D2;
  padding: 3px 5px; font-size: 12px; background: #fff;
}
.art-fmenu .afm-search button {
  border: 1px solid #7A9BBE; background: #E8F0F8; color: #336699;
  font-size: 12px; padding: 3px 8px; cursor: pointer;
}
.art-fmenu .afm-search button:hover { background: #D5E4F2; }
.art-fmenu .afm-top {
  display: block; text-align: center; padding: 6px 0;
  color: #667788; text-decoration: none; border-top: 1px dashed #C5D5E4; margin-top: 4px;
}
.art-fmenu .afm-top:hover { color: #CC0000; }
@media (min-width: 1250px) {
  .art-fmenu.affix { left: calc(50% - 625px); }
}
@media (max-width: 1249px) {
  .art-fmenu.affix { position: static; width: 100%; margin-bottom: 14px; }
  .art-fmenu.affix .afm-cats { display: flex; flex-wrap: wrap; gap: 2px; }
  .art-fmenu.affix .afm-cats a { display: inline-block; }
}

/* ============ 首访公告（致敬原站，仅首次进站弹出） ============ */
.lb-visit {
  position: fixed; inset: 0; z-index: 9700;   /* 高于常规内容，低于专辑/相册全屏浮层 */
  display: flex; align-items: center; justify-content: center; padding: 16px;
}
.lb-visit[hidden] { display: none; }
.lb-visit-mask { position: absolute; inset: 0; background: rgba(10, 8, 6, .62); animation: lbVisitFade .3s ease both; }
@keyframes lbVisitFade { from { opacity: 0; } to { opacity: 1; } }
.lb-visit-card {
  position: relative; width: 480px; max-width: 100%; max-height: calc(100vh - 48px); overflow: auto;
  background: #FDFBF6; border: 1px solid #C9A882; border-top: 3px solid #993300;
  box-shadow: 0 12px 40px rgba(0, 0, 0, .45); padding: 0 0 16px;
  animation: lbVisitIn .35s ease both;
}
@keyframes lbVisitIn { from { opacity: 0; transform: translateY(14px) scale(.97); } to { opacity: 1; transform: none; } }
.lb-visit-head {
  padding: 12px 18px; font-size: 15.5px; font-weight: bold; color: #993300;
  border-bottom: 1px solid #E4D5C2; letter-spacing: 1px;
}
.lb-visit-body { padding: 14px 18px 0; font-size: 13.5px; line-height: 1.9; color: #4A3B2E; }
.lb-visit-body p { margin: 0 0 10px; }
.lb-visit-body strong { color: #333333; }
.lb-visit-salute { color: #8A2B12; font-weight: bold; }
.lb-visit-btns { display: flex; gap: 10px; justify-content: center; padding: 14px 18px 0; }
.lb-visit-btn {
  min-width: 120px; padding: 8px 14px; font-size: 13.5px; cursor: pointer; border-radius: 2px;
  border: 1px solid #B9A18A; background: #FFFFFF; color: #6B5B4A;
}
.lb-visit-btn:hover { border-color: #993300; color: #993300; }
.lb-visit-btn.lb-visit-forever { background: #993300; border-color: #993300; color: #FFFFFF; }
.lb-visit-btn.lb-visit-forever:hover { background: #7A2900; border-color: #7A2900; color: #FFFFFF; }
@media (max-width: 520px) {
  .lb-visit-card { width: 100%; }
  .lb-visit-btn { flex: 1; min-width: 0; }
}
