@charset "utf-8";
/* ============================================================
   5300PK 内页统一化皮肤（2026-09-02）
   与首页(home.css)同一套设计语言：浅色渐变底 + 白卡大圆角 + 蓝青渐变
   加载顺序：icon.css → style.css → site.css（内容页/列表页）
   ============================================================ */

/* ---------- 页面底色：与首页一致 ---------- */
body{background:
  radial-gradient(900px 400px at 12% -80px, rgba(37,99,235,.10), transparent 62%),
  radial-gradient(760px 340px at 92% -60px, rgba(6,182,212,.08), transparent 58%),
  linear-gradient(180deg,#eef5ff 0%,#f5f8fc 45%,#eaf1fa 100%);}
body.night{background:
  radial-gradient(900px 400px at 12% -80px, rgba(37,99,235,.16), transparent 62%),
  radial-gradient(760px 340px at 92% -60px, rgba(6,182,212,.10), transparent 58%),
  linear-gradient(180deg,#0d1424 0%,#0b1220 55%,#0a0f1a 100%);}

/* ---------- 顶部通栏广告 ---------- */
.container .content>.advertisement:first-child{margin-bottom:14px;}
.container .content>.advertisement:first-child a img{display:block;width:100%;height:auto;max-height:96px;object-fit:cover;border-radius:16px;box-shadow:0 12px 30px -14px rgba(2,10,30,.35);}

/* ---------- 内容白卡统一样式 ---------- */
.article-box .article-item,
.single-container .single-detail,
.sidebar-widget .widget-row,
.sidebar-widget .widget-user,
.ranking,
.personality-container .personality-left,
.personality-container .personality-detail,
.personality-container .personality-left{background:#fff;border:1px solid rgba(226,232,240,.9);border-radius:16px;box-shadow:0 14px 34px -24px rgba(2,10,30,.38);overflow:hidden;}

/* ---------- 列表页：标题条 / 栏目切换 ---------- */
.article-item .article-item-nav{display:flex;align-items:center;gap:2px;padding:8px 12px;border-bottom:1px solid #eef2f7;overflow-x:auto;}
.article-item .article-item-nav>a{display:inline-block;flex:none;padding:8px 16px;border-radius:9px;color:#475569;font-size:14.5px;font-weight:500;transition:all .2s;}
.article-item .article-item-nav>a:hover{color:#2563eb;background:rgba(37,99,235,.08);}
.article-item .article-item-nav .active,.article-item .article-item-nav>a.active{color:#2563eb;background:rgba(37,99,235,.12);font-weight:700;border-bottom:0;}
.article-item .article-item-nav>h3{margin:0;padding:8px 16px;color:#0f172a;font-size:16px;font-weight:800;letter-spacing:.4px;}
.article-item .article-item-nav>h3:before{content:"";display:inline-block;width:4px;height:16px;margin-right:10px;border-radius:3px;background:linear-gradient(180deg,#2563eb,#22d3ee);vertical-align:-2px;}

/* ---------- 列表条目 ---------- */
.post-article{padding:14px 18px;transition:background .2s;}
.post-article:hover{background:rgba(37,99,235,.03);}
.post-article .post-image{width:64px;height:64px;border-radius:12px;overflow:hidden;box-shadow:0 5px 12px -6px rgba(2,10,30,.35);}
.post-article .post-image .lazy{border-radius:0;}
.post-article .post-info h3{font-size:15.5px;}
.post-article .post-info h3 a{color:#1e293b;transition:color .2s;}
.post-article:hover .post-info h3 a{color:#2563eb;}
.post-info .post-info-meta>span{color:#94a3b8;}
.post-info .post-info-meta>span>i{color:#7d8ea6;}
.article-item .article-item-content .post-go{margin-top:17px;padding:0 18px;height:30px;border-radius:15px;background:linear-gradient(90deg,#2563eb,#06b6d4);color:#fff;font-size:13px;font-weight:600;line-height:30px;box-shadow:0 6px 14px -6px rgba(37,99,235,.55);transition:transform .2s,box-shadow .2s;}
.article-item .article-item-content .post-go:hover{transform:translateY(-1px);color:#fff;}

/* ---------- 内容页 ---------- */
.single-container .single-detail{padding-bottom:6px;}
.single-detail-header{padding:22px 26px 14px;border-bottom:1px solid #eef2f7;}
.single-detail-header h1{margin:0 0 10px;color:#0f172a;font-size:23px;font-weight:800;line-height:1.5;word-break:break-all;}
.single-detail-header .meta{color:#94a3b8;font-size:13px;}
.single-detail-header .meta a{color:#2563eb;}
.single-detail-content{padding:20px 26px 10px;color:#374151;font-size:15px;line-height:2;}
.single-detail-content p{margin:12px 0;color:#374151;line-height:2;}
.single-detail-content h2,.single-detail-content h3,.single-detail-content h4{margin:20px 0 10px;color:#0f172a;font-weight:700;line-height:1.6;}
.single-detail-content img{border-radius:10px;max-width:100%;}
.single-detail-content a{color:#2563eb;}
.single-detail-content a:hover{text-decoration:underline;}
.single-detail-content pre{padding:14px 16px;border-radius:10px;background:#0f172a;color:#e2e8f0;overflow-x:auto;font-size:13.5px;line-height:1.8;}
.single-detail-content blockquote{margin:12px 0;padding:10px 16px;border-left:4px solid #2563eb;border-radius:6px;background:rgba(37,99,235,.06);color:#475569;}
.single-detail-content table{width:100%;border-collapse:collapse;margin:12px 0;}
.single-detail-content td,.single-detail-content th{padding:8px 12px;border:1px solid #e2e8f0;}
.single-detail-content .download,.single-detail-content .downbox{padding:12px 16px;border-radius:10px;background:#f8fafc;border:1px dashed #cbd5e1;}

/* ---------- 详情页：相关推荐 ---------- */
.rel-box{margin:0 26px 18px;padding:16px 18px 10px;border:1px solid #ececee;border-radius:12px;background:#fff;}
.rel-title{margin:0 0 10px;padding-left:10px;border-left:3px solid #18181b;color:#111;font-size:15px;font-weight:800;line-height:1.4;}
.rel-list{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(2,1fr);column-gap:24px;}
.rel-list li{display:flex;align-items:center;gap:14px;padding:9px 2px;border-bottom:1px dashed #ececee;}
.rel-list li:last-child{border-bottom:0;}
.rel-list a{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#3f3f46;font-size:13.5px;transition:color .2s;}
.rel-list a:hover{color:#000;text-decoration:underline;}
.rel-list li span{flex:none;color:#9e9ea5;font-size:12px;}
body.night .rel-box{background:#202024;border-color:#303036;}
body.night .rel-title{color:#f4f4f5;border-color:#f4f4f5;}
body.night .rel-list li{border-bottom-color:#2c2c30;}
body.night .rel-list a{color:#d4d4d6;}
body.night .rel-list a:hover{color:#fff;}
body.night .rel-list li span{color:#7d7d85;}

/* 下载卡 */
.single-download{margin:18px 26px 0;}
.single-download-title{position:relative;padding:0 0 8px 16px;color:#0f172a;font-size:16px;font-weight:800;}
.single-download-title:before{content:"";position:absolute;top:4px;left:0;width:4px;height:16px;border-radius:3px;background:linear-gradient(180deg,#2563eb,#22d3ee);}
.single-download-item{padding:16px;border-radius:14px;border:1px solid #edf1f7;background:#fbfdff;transition:box-shadow .2s,border-color .2s;}
.single-download-item:hover{border-color:#c7d8ff;box-shadow:0 10px 24px -16px rgba(37,99,235,.3);}
.single-download-item .down-detail .title{color:#1e293b;font-weight:700;}
.single-download-item .down-detail .type{color:#94a3b8;}
.single-download-item>a{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:linear-gradient(90deg,#2563eb,#06b6d4);color:#fff;font-size:20px;box-shadow:0 8px 18px -8px rgba(37,99,235,.6);transition:transform .2s;}
.single-download-item>a:hover{transform:scale(1.08);color:#fff;}

/* 免责声明 / 上下篇 */
.Exemption{margin:18px 26px 6px;padding:14px 18px;border-radius:12px;background:#fffbeb;border:1px solid #fde68a;color:#92400e;}
.Exemption h2{margin:0 0 6px;color:#b45309;font-size:14px;font-weight:800;}
.Exemption div{font-size:13px;line-height:1.9;}
.Parttwo{display:flex;gap:12px;margin:16px 26px 20px;}
.Parttwo a{flex:1;padding:10px 16px;border-radius:10px;background:#f4f8ff;border:1px solid #e2e8f0;color:#475569;font-size:13.5px;text-align:center;transition:all .2s;}
.Parttwo a:hover{color:#fff;background:linear-gradient(90deg,#2563eb,#0891b2);border-color:transparent;}

/* ---------- 侧栏 ---------- */
.sidebar-widget .widget-row{margin-bottom:14px;}
.sidebar-widget .widget-user{margin-bottom:14px;}
.widget-user .user-info>a{color:#2563eb;font-weight:700;}
.sidebar-widget .widget-row .widget-title{position:relative;padding:13px 15px 11px 20px;border-bottom:1px solid #eef2f7;color:#0f172a;font-weight:800;font-size:15.5px;letter-spacing:.3px;}
.sidebar-widget .widget-row .widget-title:before{content:"";position:absolute;top:15px;left:12px;width:4px;height:15px;border-radius:3px;background:linear-gradient(180deg,#2563eb,#22d3ee);}
.widget-row #divTags .widget-list>li>a,#divTags .widget-list>li>a{display:inline-block;padding:4px 11px;border-radius:999px;background:rgba(37,99,235,.08);color:#2563eb;font-size:12.5px;opacity:1;transition:all .2s;}
.widget-row #divTags .widget-list>li>a:hover,#divTags .widget-list>li>a:hover{background:linear-gradient(90deg,#2563eb,#0891b2);color:#fff;}
#divTags .widget-list>li:nth-child(9n) a,#divTags .widget-list>li:nth-child(9n+1) a,#divTags .widget-list>li:nth-child(9n+2) a,#divTags .widget-list>li:nth-child(9n+3) a,#divTags .widget-list>li:nth-child(9n+4) a,#divTags .widget-list>li:nth-child(9n+5) a,#divTags .widget-list>li:nth-child(9n+6) a,#divTags .widget-list>li:nth-child(9n+7) a,#divTags .widget-list>li:nth-child(9n+8) a{background:rgba(37,99,235,.08);color:#2563eb;}
#divTags .widget-list>li>a:hover{background:linear-gradient(90deg,#2563eb,#0891b2);color:#fff;opacity:1;}
#divNavBar .widget-list>li>a,#divCatalog .widget-list>li>a,#divAuthors .widget-list>li>a{border-radius:9px;border-color:#e6ecf5;color:#475569;transition:all .2s;}
#divNavBar .widget-list>li>a:hover,#divCatalog .widget-list>li>a:hover,#divAuthors .widget-list>li>a:hover{border-color:#2563eb;color:#2563eb;background:rgba(37,99,235,.05);}
.widget-row .widget-div img{border-radius:10px;}
.widget-list .discuss-user>img{border-radius:50%;}

/* ---------- 翻页 ---------- */
.article-item .pagebar{margin:16px 18px;text-align:center;}
.article-item .pagebar a{display:inline-block;min-width:34px;margin:3px 4px;padding:6px 13px;border-radius:9px;background:#fff;border:1px solid #e2e8f0;color:#475569;font-size:13px;text-align:center;transition:all .2s;}
.article-item .pagebar a:hover{background:linear-gradient(90deg,#2563eb,#0891b2);border-color:transparent;color:#fff;}
.article-item .pagebar a.active,.article-item .pagebar a.cur,.article-item .pagebar a.on{background:linear-gradient(90deg,#2563eb,#0891b2);border-color:transparent;color:#fff;font-weight:700;}

/* ---------- 排行 / 关于等单页 ---------- */
.ranking .ranking-box>li{transition:background .2s;}
.ranking .ranking-box>li:hover{background:rgba(37,99,235,.05);}
.personality-detail h1,.personality-detail h2,.personality-detail h3{color:#0f172a;}
.personality-detail{line-height:2;}
.search-tishi{color:#64748b;}

/* ---------- 暗黑模式修正（style.css 已有大部分，这里只补新加元素） ---------- */
body.night .article-item .article-item-nav>a{color:#94a3b8;}
body.night .article-item .article-item-nav>a:hover{color:#7db4f5;background:rgba(96,165,250,.12);}
body.night .article-item .article-item-nav .active{color:#7db4f5;background:rgba(96,165,250,.18);}
body.night .single-detail-header h1,body.night .article-item .article-item-nav>h3,body.night .single-download-title{color:#e2e8f0;}
body.night .single-detail-header{border-bottom-color:#232d42;}
body.night .single-detail-content p{color:#94a3b8;}
body.night .single-detail-content h2,body.night .single-detail-content h3,body.night .single-detail-content h4{color:#e2e8f0;}
body.night .single-detail-content a{color:#7db4f5;}
body.night .single-download-item{background:#1c2536;border-color:#2b3547;}
body.night .single-download-item .down-detail .title{color:#e2e8f0;}
body.night .Exemption{background:rgba(120,80,20,.15);border-color:#5c4a1e;color:#d9c48a;}
body.night .Exemption h2{color:#eab308;}
body.night .Parttwo a{background:#1c2536;border-color:#2b3547;color:#94a3b8;}
body.night .Parttwo a:hover{color:#fff;}
body.night .article-item .pagebar a{background:#1c2536;border-color:#2b3547;color:#94a3b8;}
body.night .article-item .pagebar a:hover,body.night .article-item .pagebar a.active{color:#fff;}
body.night .post-article:hover{background:rgba(59,130,246,.06);}
body.night .single-detail-content td,.body.night .single-detail-content th{border-color:#2b3547;}

/* ---------- 响应式 ---------- */
@media screen and (max-width:900px){
  .article-box .article-item,.single-container .single-detail,.article-box .sidebar-widget,.single-page .sidebar-widget{float:none;width:100%;}
  .sidebar-widget .widget-row,.sidebar-widget .widget-user{margin-bottom:12px;}
}
@media screen and (max-width:768px){
  .single-detail-header h1{font-size:19px;}
  .single-detail-content,.single-detail-header,.single-download,.Exemption{padding-left:16px;padding-right:16px;}
  .container .content>.advertisement:first-child a img{max-height:60px;border-radius:10px;}
  .rel-box{margin-left:16px;margin-right:16px;}
  .Parttwo{margin-left:16px;margin-right:16px;flex-direction:column;}
}

/* ============================================================
   白色主题：内页覆盖层（2026-09-03，全站统一白底浅色）
   ============================================================ */
body{background:#fff;}

/* 栏目切换条 */
.article-item .article-item-nav>a:hover{color:#000;background:rgba(0,0,0,.06);}
.article-item .article-item-nav .active,.article-item .article-item-nav>a.active{color:#000;background:rgba(0,0,0,.1);}
.article-item .article-item-nav>h3:before{background:linear-gradient(180deg,#18181b,#4b4b52);}
.article-item .article-item-nav>h3{color:#111;}

/* 列表条目 */
.post-article:hover{background:rgba(0,0,0,.03);}
.article-item .article-item-content .post-go{background:linear-gradient(90deg,#111,#4b4b52);box-shadow:0 6px 14px -6px rgba(0,0,0,.5);}
.article-item-content .post-article:hover .post-info>h3>a{color:#000;}

/* 内容页 */
.single-detail-content a{color:#111;}
.single-detail-content blockquote{border-left-color:#111;background:rgba(0,0,0,.04);}
.single-detail-content pre{background:#111114;}
.single-download-title:before{background:linear-gradient(180deg,#18181b,#4b4b52);}
.single-download-item{border-color:#ececee;background:#fbfbfc;}
.single-download-item>a{background:linear-gradient(90deg,#111,#4b4b52);box-shadow:0 8px 18px -8px rgba(0,0,0,.5);}
.Exemption{background:#f5f5f6;border-color:#d4d4d8;color:#3f3f46;}
.Exemption h2{color:#111;}
.Parttwo a{background:#f4f4f5;border-color:#e4e4e6;color:#3f3f46;}
.Parttwo a:hover{background:#111;border-color:#111;color:#fff;}
.widget-user .user-info>a{color:#111;}
.sidebar-widget .widget-row .widget-title:before{background:linear-gradient(180deg,#18181b,#4b4b52);}
.widget-row #divTags .widget-list>li>a,#divTags .widget-list>li>a{background:rgba(0,0,0,.06);color:#111;}
.widget-row #divTags .widget-list>li>a:hover,#divTags .widget-list>li>a:hover{background:#111;color:#fff;}
#divNavBar .widget-list>li>a:hover,#divCatalog .widget-list>li>a:hover,#divAuthors .widget-list>li>a:hover{border-color:#111;color:#111;background:rgba(0,0,0,.04);}
.article-item .pagebar a:hover{background:#111;border-color:#111;color:#fff;}
.article-item .pagebar a.active,.article-item .pagebar a.cur,.article-item .pagebar a.on{background:#111;border-color:#111;color:#fff;}
.ranking .ranking-box>li:hover{background:rgba(0,0,0,.03);}

/* ---------- 黑白：内页夜间 ---------- */
body.night{background:linear-gradient(180deg,#0d0d0f 0%,#0a0a0c 55%,#080809 100%);background-attachment:fixed;}
body.night .article-item .article-item-nav>a{color:#b9b9c0;}
body.night .article-item .article-item-nav>a:hover{color:#fff;background:rgba(255,255,255,.1);}
body.night .article-item .article-item-nav .active{color:#fff;background:rgba(255,255,255,.16);}
body.night .single-detail-content a,body.night .widget-user .user-info>a{color:#f4f4f5;}
body.night .single-detail-content blockquote{border-left-color:#fff;background:rgba(255,255,255,.06);}
body.night .single-download-item{background:#1c1c20;border-color:#303036;}
body.night .single-download-item>a{background:linear-gradient(90deg,#f4f4f5,#b3b3b8);color:#111;box-shadow:none;}
body.night .Exemption{background:rgba(255,255,255,.05);border-color:#3f3f46;color:#c8c8cd;}
body.night .Exemption h2{color:#f4f4f5;}
body.night .Parttwo a{background:#202024;border-color:#303036;color:#b9b9c0;}
body.night .Parttwo a:hover{background:#f4f4f5;color:#111;border-color:#f4f4f5;}
body.night .article-item .pagebar a{background:#202024;border-color:#303036;color:#b9b9c0;}
body.night .article-item .pagebar a:hover,body.night .article-item .pagebar a.active{background:#f4f4f5;color:#111;border-color:#f4f4f5;}
body.night .widget-row #divTags .widget-list>li>a,#divTags .widget-list>li>a{background:rgba(255,255,255,.08);color:#e5e5e5;}
body.night .widget-row #divTags .widget-list>li>a:hover,#divTags .widget-list>li>a:hover{background:#f4f4f5;color:#111;}
body.night .post-article:hover{background:rgba(255,255,255,.04);}
body.night .ranking .ranking-box>li:hover{background:rgba(255,255,255,.04);}

/* ============================================================
   二级栏目页头部（面包屑 + H1 + 描述，与首页同风格）
   ============================================================ */
.cat-head{display:flex;flex-direction:column;gap:6px;margin-bottom:14px;padding:18px 24px 16px;background:#fff;border:1px solid #e4e4e6;border-radius:16px;box-shadow:0 14px 34px -24px rgba(0,0,0,.22);}
.cat-head .crumbs{font-size:12.5px;color:#8e8e95;}
.cat-head .crumbs a{color:#71717a;transition:color .2s;}
.cat-head .crumbs a:hover{color:#000;}
.cat-head .crumbs i{margin:0 7px;font-style:normal;color:#c9c9cd;}
.cat-head .crumbs .cur{color:#111;font-weight:600;}
.cat-head h1{margin:0;color:#111;font-size:24px;font-weight:800;letter-spacing:.4px;line-height:1.4;}
.cat-head .cat-desc{margin:2px 0 0;color:#6b6b73;font-size:13.5px;line-height:1.8;}
body.night .cat-head{background:#19191c;border-color:#2d2d31;box-shadow:0 14px 34px -24px rgba(0,0,0,.5);}
body.night .cat-head h1{color:#f4f4f5;}
body.night .cat-head .crumbs a{color:#a1a1a8;}
body.night .cat-head .crumbs a:hover{color:#fff;}
body.night .cat-head .crumbs .cur{color:#fff;}
body.night .cat-head .cat-desc{color:#9e9ea5;}
@media screen and (max-width:768px){
  .cat-head{padding:14px 16px 13px;border-radius:12px;}
  .cat-head h1{font-size:19px;}
}

/* ============================================================
   二级栏目列表条目 UI 强化（卡片行，与首页一致）
   ============================================================ */
.article-item-content .post-article{display:flex;align-items:center;gap:16px;padding:16px 20px;width:100%;}
.post-article .post-image{float:none;flex:none;width:80px;height:80px;margin:0;border-radius:12px;box-shadow:0 5px 12px -6px rgba(0,0,0,.28);}
.post-article .post-info{float:none;flex:1;min-width:0;max-width:none;}
.post-article .post-info>h3{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.post-article .post-info .post-info-meta{margin-top:9px;}
.article-item .article-item-content .post-go{float:none;flex:none;margin:0;padding:0 20px;height:32px;line-height:32px;border-radius:16px;}
body.night .post-article .post-image{box-shadow:0 5px 12px -6px rgba(0,0,0,.6);}
@media screen and (max-width:600px){
  .article-item-content .post-article{gap:10px;padding:12px 12px;}
  .post-article .post-image{width:56px;height:56px;}
  .article-item .article-item-content .post-go{display:none;}
}

/* ============================================================
   二级栏目：资源卡片网格（一行 4 个，每页 20 条）
   ============================================================ */
.cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;padding:18px;}
.cat-grid>li{min-width:0;}
.cat-card{display:flex;flex-direction:column;height:100%;overflow:hidden;background:#fff;border:1px solid #ececee;border-radius:14px;transition:transform .22s,border-color .22s,box-shadow .22s;}
.cat-card:hover{transform:translateY(-3px);border-color:#9ca3af;box-shadow:0 14px 26px -16px rgba(0,0,0,.28);}
.cat-thumb{display:block;width:100%;height:150px;overflow:hidden;background:#f0f0f1;}
.cat-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .35s;}
.cat-card:hover .cat-thumb img{transform:scale(1.05);}
.cat-info{display:flex;flex-direction:column;flex:1;min-width:0;padding:11px 12px 13px;}
.cat-info h3{margin:0 0 9px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:39px;color:#1c1c1f;font-size:13.5px;font-weight:600;line-height:1.5;}
.cat-card:hover .cat-info h3{color:#000;}
.cat-meta{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:6px;color:#9e9ea5;font-size:11.5px;}
.cat-meta .cat-sort{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:55%;padding:1px 7px;border-radius:5px;background:#ececee;color:#444;font-weight:600;}
body.night .cat-card{background:#202024;border-color:#303036;}
body.night .cat-card:hover{border-color:#52525b;}
body.night .cat-thumb{background:#26262b;}
body.night .cat-info h3{color:#e8e8ea;}
body.night .cat-card:hover .cat-info h3{color:#fff;}
body.night .cat-meta{color:#8e8e95;}
body.night .cat-meta .cat-sort{background:#33333a;color:#d4d4d6;}
@media screen and (max-width:1024px){
  .cat-grid{grid-template-columns:repeat(3,1fr);}
}
@media screen and (max-width:768px){
  .cat-grid{grid-template-columns:1fr 1fr;gap:10px;padding:12px;}
  .cat-thumb{height:110px;}
}
@media screen and (max-width:480px){
  .cat-thumb{height:88px;}
  .cat-info{padding:9px 9px 11px;}
  .cat-info h3{font-size:12.5px;min-height:auto;-webkit-line-clamp:2;}
}

/* /top/ 排行页：手机端长标题省略号 */
@media screen and (max-width:768px){
  .ranking-box>li>h2{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
  .ranking-box>li>h2>a{display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
}

/* ============================================================
   资源/文章详情页（参考源码下载页：面包屑 + 下载面板）
   ============================================================ */
.crumb-line{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin:0 0 12px;padding:9px 14px;background:rgba(255,255,255,.6);border:1px solid #e4e4e6;border-radius:12px;font-size:12.5px;color:#9e9ea5;}
.crumb-line a{color:#6f6f76;transition:color .2s;}
.crumb-line a:hover{color:#000;}
.crumb-line i{margin:0 3px;font-style:normal;color:#c9c9cd;}
.crumb-line span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:60%;color:#3f3f46;}

.down-panel{display:flex;gap:20px;margin:18px 26px;padding:16px;border:1px solid #ececee;border-radius:12px;background:#fafbfc;}
.down-gallery{flex:1;min-width:0;}
.down-gallery a{display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid #ececee;border-radius:10px;background:#fff;box-shadow:0 10px 24px -16px rgba(0,0,0,.25);cursor:zoom-in;}
.down-gallery img{display:block;width:100%;height:auto;aspect-ratio:820/510;object-fit:contain;}
.down-info{display:flex;flex:0 0 330px;width:330px;min-width:0;flex-direction:column;}
.price-tag{display:inline-flex;align-self:flex-start;margin-bottom:12px;padding:4px 16px;border-radius:999px;background:#111;color:#fff;font-size:13px;font-weight:700;letter-spacing:.5px;}
.meta-list{margin:0 0 12px;padding:0;list-style:none;}
.meta-list li{display:block;padding:7px 0;border-bottom:1px dashed #ececee;font-size:13px;color:#3f3f46;line-height:1.6;}
.meta-list li>span{color:#9a9aa1;}
.meta-list li>span:after{content:"：";}
.meta-list li a{color:#111;font-weight:600;}
.meta-list li a:hover{text-decoration:underline;}
.meta-list li.warn{border-bottom:0;color:#9a9aa1;font-size:12px;}
.btn-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:auto;}
.btn-download{display:inline-flex;align-items:center;justify-content:center;flex:1;min-width:160px;gap:8px;padding:12px 18px;border-radius:999px;background:#111;color:#fff;font-size:15px;font-weight:700;box-shadow:0 8px 18px -8px rgba(0,0,0,.45);transition:background .2s,transform .2s,box-shadow .2s;}
.btn-download:hover{background:#333;color:#fff;transform:translateY(-1px);box-shadow:0 12px 22px -8px rgba(0,0,0,.5);}
.btn-download i{font-style:normal;font-size:18px;line-height:1;}
.dl-code{font-size:13px;color:#6f6f76;}
.dl-code b{margin-left:2px;padding:2px 9px;border-radius:6px;background:#ececee;color:#111;font-weight:700;}
.dl-tip{margin:10px 0 0;color:#9a9aa1;font-size:11.5px;line-height:1.65;}

body.night .crumb-line{background:rgba(255,255,255,.03);border-color:#2d2d31;color:#7d7d85;}
body.night .crumb-line a{color:#a1a1a8;}
body.night .crumb-line a:hover{color:#fff;}
body.night .crumb-line span{color:#d4d4d6;}
body.night .down-panel{background:#1c1c20;border-color:#2c2c30;}
body.night .down-gallery a{border-color:#303036;background:#202024;}
body.night .price-tag{background:#f4f4f5;color:#111;}
body.night .meta-list li{border-bottom-color:#2c2c30;color:#b9b9c0;}
body.night .meta-list li a{color:#f4f4f5;}
body.night .meta-list li span{color:#8e8e95;}
body.night .meta-list li.warn{color:#7d7d85;}
body.night .btn-download{background:#f4f4f5;color:#111;box-shadow:0 8px 18px -8px rgba(0,0,0,.6);}
body.night .btn-download:hover{background:#fff;color:#000;}
body.night .dl-code{color:#a1a1a8;}
body.night .dl-code b{background:#33333a;color:#e5e5e5;}
body.night .dl-tip{color:#7d7d85;}
.meta-list li em{font-style:normal;color:inherit;}
.meta-list li:has(em:empty){display:none;}
.dl-code{display:none;}
.dl-code:has(.code-val:not(:empty)){display:inline-flex;align-items:center;gap:2px;}

@media screen and (max-width:900px){
  .down-panel{flex-direction:column;}
  .down-gallery{width:100%;}
  .down-info{width:100%;}
}
@media screen and (max-width:768px){
  .down-panel{margin-left:16px;margin-right:16px;}
}
@media screen and (max-width:600px){
  .crumb-line{font-size:11.5px;padding:7px 10px;}
  .crumb-line span{max-width:46%;}
  .down-panel{margin-left:14px;margin-right:14px;padding:12px;}
  .rel-box{margin-left:14px;margin-right:14px;padding:12px 12px 6px;}
  .rel-list{grid-template-columns:1fr;}
  .btn-download{min-width:0;}
  .btn-download{width:100%;justify-content:center;}
}

/* ============================================================
   二级栏目：去掉侧边栏，内容区整栏
   ============================================================ */
.article-item-full{float:none!important;width:100%!important;}

/* 详情页：移除 sidebar-widget 后内容整栏显示（卡片与全站同宽，内列居中） */
.single-page .single-container.single-full{float:none!important;width:100%!important;}
.single-page .single-container.single-full .single-gadget{padding-left:26px;padding-right:26px;}
@media screen and (min-width:1100px){
  .single-page .single-container.single-full .single-detail{padding-left:108px;padding-right:108px;}
  .single-page .single-container.single-full .Parttwo{margin-left:134px;margin-right:134px;}
}
.rel-list{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(2,1fr);column-gap:24px;}
.rel-list li{display:flex;align-items:center;gap:14px;padding:9px 2px;border-bottom:1px dashed #ececee;}
.rel-list li{display:flex;align-items:center;gap:14px;min-width:0;padding:9px 2px;border-bottom:1px dashed #ececee;}
.rel-list li:last-child{border-bottom:0;}
/* 提取码点击复制 */
.dl-code{cursor:pointer;transition:color .2s;}
.dl-code:hover{color:#2563eb;}
.dl-code .copy-ok{color:#16a34a;font-style:normal;font-weight:600;margin-left:4px;}
/* ============================================================
   2026-09-09 QQ群右下角悬浮窗(后台: 定制标签 qq_*)
   ============================================================ */
.hp-qqfloat{position:fixed;right:18px;bottom:18px;z-index:9999;font-family:"Microsoft YaHei",Arial,sans-serif;}
.hp-qqfloat-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;width:58px;height:58px;border:0;border-radius:50%;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;cursor:pointer;box-shadow:0 8px 22px -6px rgba(22,163,74,.65);transition:transform .2s,box-shadow .2s;}
.hp-qqfloat-btn:hover{transform:translateY(-2px);box-shadow:0 12px 26px -6px rgba(22,163,74,.8);}
.hp-qqfloat-btn .qq-ico{font-size:20px;font-weight:900;line-height:1;font-style:normal;}
.hp-qqfloat-btn .qq-txt{font-size:10px;line-height:1.1;margin-top:2px;}
.hp-qqfloat-panel{display:none;position:absolute;right:0;bottom:70px;width:210px;padding:16px 16px 14px;border-radius:16px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 16px 38px -14px rgba(2,10,30,.35);text-align:left;}
.hp-qqfloat.open .hp-qqfloat-panel{display:block;}
.hp-qqfloat.open .hp-qqfloat-btn{display:none;}
.hp-qqfloat-close{position:absolute;top:7px;right:10px;border:0;background:none;font-size:18px;line-height:1;color:#9ca3af;cursor:pointer;}
.hp-qqfloat-close:hover{color:#111;}
.hp-qqf-tag{display:inline-block;padding:1px 9px;border-radius:999px;background:linear-gradient(90deg,#22c55e,#0ea5e9);color:#fff;font-size:11px;font-weight:700;}
.hp-qqf-name{display:block;margin:9px 0 5px;color:#0f172a;font-size:16px;font-weight:800;}
.hp-qqf-no{display:block;margin-bottom:9px;color:#475569;font-size:13px;cursor:pointer;}
.hp-qqf-qr{display:block;width:130px;height:130px;margin:0 auto 10px;object-fit:contain;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:4px;box-sizing:border-box;}
.hp-qqf-btn{display:block;text-align:center;padding:8px 0;border-radius:999px;background:linear-gradient(90deg,#22c55e,#0ea5e9);color:#fff;font-size:14px;font-weight:700;text-decoration:none;transition:opacity .2s;}
.hp-qqf-btn:hover{opacity:.9;color:#fff;}
.hp-qqfloat img[src=""],.hp-qqfloat a[href=""]{display:none;}
@media (max-width:767px){
  .hp-qqfloat{right:10px;bottom:10px;}
  .hp-qqfloat-btn{width:52px;height:52px;}
  .hp-qqfloat-panel{right:0;bottom:62px;width:190px;padding:14px 13px 12px;}
  .hp-qqf-qr{width:110px;height:110px;}
}
