/*
 Theme Name: 真题99
 Template: storefront
 Description: 真题99新站前台装修子主题（红白视觉，配合 zhenti99-core 插件）。测试环境 dev.zhenti99.com。
 Version: 1.0.2
 Author: 建站师·恒
 Text Domain: zhenti99
*/

/* çº¢ç½è§è§è§è */
:root{
  --zt-red:#C8102E;
  --zt-red-dark:#9e0c24;
  --zt-ink:#1f2329;
  --zt-gray:#6b7280;
  --zt-line:#ececf0;
  --zt-bg:#ffffff;
}
.zt-hero,.zt-slide,.zt-block,.zt-entries,.zt-card,.zt-btn,.zt-note,.zt-grid,.zt-list,.zt-entry,.zt-meta{
  font-family:-apple-system,&quot;PingFang SC&quot;,&quot;Microsoft YaHei&quot;,sans-serif;
}
.zt-hero{padding:48px 24px;background:linear-gradient(135deg,var(--zt-red),var(--zt-red-dark));color:#fff;text-align:center;border-radius:12px;margin:24px auto;max-width:1080px;}
.zt-hero h1{font-size:30px;margin:0 0 10px;}
.zt-hero p{font-size:16px;opacity:.92;margin:0 0 18px;}
.zt-btn{display:inline-block;background:var(--zt-red);color:#fff;padding:10px 22px;border-radius:6px;text-decoration:none;font-weight:600;}
.zt-btn:hover{background:var(--zt-red-dark);color:#fff;}
.zt-btn-locked{background:var(--zt-gray);}
.zt-slide{position:relative;max-width:1080px;margin:20px auto;border-radius:12px;overflow:hidden;border:1px solid var(--zt-line);}
.zt-slide img{width:100%;display:block;height:220px;object-fit:cover;}
.zt-slide-text{position:absolute;left:0;bottom:0;padding:18px 22px;color:#fff;background:rgba(0,0,0,.45);width:100%;}
.zt-block{max-width:1080px;margin:28px auto;padding:0 16px;}
.zt-block h2{border-left:4px solid var(--zt-red);padding-left:10px;font-size:22px;}
.zt-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;margin-top:14px;}
.zt-card{display:block;border:1px solid var(--zt-line);border-radius:10px;padding:16px;background:#fff;text-decoration:none;color:var(--zt-ink);transition:.15s;}
.zt-card:hover{border-color:var(--zt-red);box-shadow:0 4px 14px rgba(200,16,46,.12);}
.zt-card h4{margin:0 0 6px;font-size:16px;}
.zt-card p{margin:0;color:var(--zt-gray);font-size:14px;}
.zt-meta{display:block;margin-top:8px;font-size:12px;color:var(--zt-red);}
.zt-list{list-style:none;padding:0;margin:10px 0;}
.zt-list li{padding:10px 0;border-bottom:1px solid var(--zt-line);}
.zt-list a{color:var(--zt-ink);text-decoration:none;}
.zt-list a:hover{color:var(--zt-red);}
.zt-entries{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;}
.zt-entry{background:#fff;border:1px solid var(--zt-red);color:var(--zt-red);padding:10px 20px;border-radius:24px;text-decoration:none;font-weight:600;}
.zt-entry:hover{background:var(--zt-red);color:#fff;}
.zt-note{display:block;margin-top:10px;color:var(--zt-red);font-size:13px;}
.zt-exam-meta{background:#fafafa;border:1px solid var(--zt-line);border-radius:10px;padding:16px;margin:16px 0;}
.zt-exam-meta dt{font-weight:600;color:var(--zt-ink);}
.zt-exam-meta dd{margin:0 0 10px;color:var(--zt-gray);}
@media(max-width:600px){
  .zt-hero h1{font-size:24px;}
  .zt-grid{grid-template-columns:1fr;}
}


/* ====== èªå¨æ³¨å¥ï¼éè WC åå°åç´  ====== */
/* === éè WC ååºåç´ ï¼æµè¯ç«ä¸éè¦åå°è´­ç©æµç¨ï¼=== */
.site-header-cart { display: none !important; }          /* å³ä¸è§è´­ç©è½¦ */
.storefront-handheld-footer-bar { display: none !important; } /* ææºåºæ  */
.site-main .woocommerce { display: none !important; }    /* ååºé¡µé¢åå®¹ */
.woocommerce-products-header__title { display: none !important; }

/* === éèé¡¶é¨æç´¢æ¡ï¼ä¿æçé¢ç®æ´ï¼=== */
.site-search { display: none !important; }
.widget_product_search { display: none !important; }

/* === éèå³ä¸è§ My Account é¾æ¥ï¼éè¿ nav ç§»é¤æ´å¹²åï¼CSS ååºï¼=== */
nav .menu-item-object-page.menu-item-type-post_type a[href*=&quot;my-account&quot;] {
    display: none !important;
}

/* === å¯¼èªæ ç´§åå === */
.main-navigation ul li a { padding: 0.8em 1em; font-size: 15px; }
/* ====== end auto-inject ====== */

/* ====== ç¬¬9æ­¥ï¼é¡µèåçå ====== */
.zhenti99-footer{
  background:#1f2329;
  color:#9ca3af;
  padding:36px 16px 24px;
  margin-top:40px;
}
.zhenti99-footer-inner{
  max-width:1080px;
  margin:0 auto;
  text-align:center;
}
.zhenti99-footer-brand a{
  color:#fff;
  font-size:22px;
  font-weight:700;
  text-decoration:none;
  margin-right:10px;
}
.zhenti99-footer-brand span{
  font-size:13px;
  color:#9ca3af;
}
.zhenti99-footer-links{
  margin:18px 0;
}
.zhenti99-footer-links a{
  color:#d1d5db;
  text-decoration:none;
  margin:0 14px;
  font-size:14px;
}
.zhenti99-footer-links a:hover{
  color:#fff;
}
.zhenti99-footer-copy{
  font-size:13px;
  color:#6b7280;
  margin:10px 0 0;
}
.site-footer .col-full{
  padding-bottom:0;
}
/* ===== çé¢99 ç»ä¸å¬å±å¤´è (v2-04) ===== */
.zt-site { background:#fff; }
.zt-container { max-width:1100px; margin:0 auto; padding:0 18px; }

/* é¡¶é¨ä¿¡æ¯æ¡ */
.zt-topbar { background:#7a1226; color:#fff; font-size:12.5px; line-height:1; }
.zt-topbar .zt-container { display:flex; justify-content:space-between; align-items:center; padding-top:7px; padding-bottom:7px; }
.zt-topbar-right { opacity:.85; }

/* å¤´é¨ä¸»ä½ */
.zt-header { background:#fff; border-bottom:1px solid #eee; }
.zt-header-inner { display:flex; align-items:center; justify-content:space-between; gap:18px; padding-top:14px; padding-bottom:14px; }
.zt-logo { text-decoration:none; display:flex; align-items:center; }
.zt-logo-img { max-height:46px; width:auto; }
.zt-logo-text { font-size:28px; font-weight:800; color:#b51c32; letter-spacing:1px; }
.zt-logo-num { color:#b51c32; }

.zt-header-tools { display:flex; align-items:center; gap:10px; }
.zt-search { display:flex; border:1px solid #d9d9d9; border-radius:6px; overflow:hidden; }
.zt-search input { border:0; padding:8px 12px; width:200px; font-size:14px; outline:none; }
.zt-search button { border:0; background:#b51c32; color:#fff; padding:8px 16px; cursor:pointer; font-size:14px; }
.zt-search button:hover { background:#931524; }
.zt-btn { display:inline-block; padding:8px 16px; border-radius:6px; font-size:14px; text-decoration:none; font-weight:600; }
.zt-btn-lib { background:#f3e6e9; color:#b51c32; }
.zt-btn-lib:hover { background:#ecd5da; }
.zt-btn-member { background:#b51c32; color:#fff; }
.zt-btn-member:hover { background:#931524; }

/* ä¸»å¯¼èª */
.zt-nav { background:#b51c32; }
.zt-nav-list { list-style:none; margin:0; padding:0; display:flex; flex-wrap:wrap; }
.zt-nav-list &gt; li { position:relative; }
.zt-nav-list &gt; li &gt; a { display:block; color:#fff; text-decoration:none; padding:13px 18px; font-size:15px; font-weight:600; white-space:nowrap; }
.zt-nav-list &gt; li &gt; a:hover, .zt-nav-list &gt; li:hover &gt; a { background:rgba(0,0,0,.14); }
.zt-nav-list .sub-menu { position:absolute; top:100%; left:0; min-width:200px; background:#fff; box-shadow:0 6px 18px rgba(0,0,0,.16); border-radius:0 0 8px 8px; list-style:none; margin:0; padding:6px 0; display:none; z-index:50; }
.zt-nav-list .sub-menu li a { display:block; padding:9px 18px; color:#333; text-decoration:none; font-size:14px; white-space:nowrap; }
.zt-nav-list .sub-menu li a:hover { background:#f6f0f1; color:#b51c32; }
.zt-nav-list &gt; li:hover &gt; .sub-menu { display:block; }

/* é¡µè */
.zt-footer { background:#22252b; color:#c9ccd2; margin-top:40px; }
.zt-footer-inner { display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:24px; padding-top:34px; padding-bottom:26px; }
.zt-footer-brand .zt-logo-text { color:#fff; font-size:24px; }
.zt-footer-desc { font-size:13px; line-height:1.7; margin-top:10px; color:#9aa0aa; }
.zt-footer-col h4 { color:#fff; font-size:15px; margin:0 0 12px; }
.zt-footer-col ul { list-style:none; margin:0; padding:0; }
.zt-footer-col li { margin:7px 0; }
.zt-footer-col a { color:#c9ccd2; text-decoration:none; font-size:13.5px; }
.zt-footer-col a:hover { color:#fff; }
.zt-footer-bottom { border-top:1px solid #34383f; padding:14px 0; font-size:12px; color:#8b909a; }
.zt-footer-bottom .zt-container { display:flex; justify-content:space-between; flex-wrap:wrap; gap:6px; }

/* ååºå¼ */
@media (max-width:860px){
  .zt-header-inner { flex-wrap:wrap; }
  .zt-header-tools { width:100%; justify-content:space-between; }
  .zt-search input { width:140px; }
  .zt-nav-list { overflow-x:auto; flex-wrap:nowrap; }
  .zt-footer-inner { grid-template-columns:1fr 1fr; }
}
@media (max-width:560px){
  .zt-topbar-right { display:none; }
  .zt-footer-inner { grid-template-columns:1fr; }
  .zt-search { flex:1; }
  .zt-search input { width:100%; }
}

    :root{--red:#b9192e;--red-dark:#821326;--red-soft:#fff1f2;--ink:#20212a;--muted:#6e717b;--line:#eadfe1;--paper:#fff;--wash:#faf7f6;--gold:#e9b949;--shadow:0 18px 55px rgba(71,18,27,.10);--max:1440px}
    *{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:&quot;Arial&quot;,&quot;Microsoft YaHei&quot;,&quot;PingFang SC&quot;,system-ui,sans-serif;line-height:1.65;font-weight:400}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}.wrap{max-width:var(--max);margin:auto;padding:0 28px}
    .topline{background:var(--red-dark);color:#fff;font-size:13px}.topline .wrap{height:42px;display:flex;align-items:center;justify-content:space-between}.topline span{opacity:.86}.topline strong{font-size:14px;font-weight:800;letter-spacing:.2px}
    .header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.head-row{min-height:78px;display:flex;align-items:center;gap:0;flex-wrap:wrap}.brand{order:1;display:flex;align-items:center;gap:10px;min-width:175px}.brand img{width:42px;height:42px;object-fit:contain}.brand b{font-size:25px;font-weight:900;letter-spacing:2px}.brand small{display:block;color:var(--muted);font-size:10px;font-weight:600;letter-spacing:.4px}.nav{order:4;display:flex;align-items:stretch;justify-content:center;gap:0;flex:0 0 100%;height:34px;background:var(--red);padding:0 8px}.nav-item{position:relative;background:transparent;border-right:1px solid rgba(0,0,0,.52)}.nav-item:last-child{border-right:0}.nav-link{display:flex;align-items:center;gap:5px;height:34px;padding:0 15px;color:#fff;font-size:18px;font-weight:900;letter-spacing:.2px;line-height:1;white-space:nowrap}.nav-link:hover,.nav-item:focus-within&gt;.nav-link{background:var(--red-dark);color:#fff}.nav-link .chev{display:inline-block;font-size:11px;margin-left:1px;opacity:.85}.nav-item:hover .dropdown,.nav-item:focus-within .dropdown,.nav-item.open .dropdown{display:block}.dropdown{position:absolute;left:0;top:34px;min-width:235px;max-height:480px;overflow:auto;padding:10px;background:var(--red-dark);border:1px solid rgba(255,255,255,.26);box-shadow:var(--shadow);display:none}.nav-item:hover .dropdown,.nav-item:focus-within .dropdown{display:block}.dropdown a{display:block;padding:8px 12px;color:#fff;font-size:13px;border-radius:3px;background:rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.10);margin:3px 0}.dropdown a:hover{background:#e9b949;color:#4d0917}.drop-title{display:flex;justify-content:space-between;gap:12px;padding:8px 12px 6px;color:#ffd866;font-size:12px;font-weight:800;border-bottom:1px solid rgba(255,255,255,.25)}.drop-title:not(:first-child){margin-top:8px}.drop-note{display:block;padding:6px 12px 4px;color:rgba(255,255,255,.72);font-size:11px;line-height:1.45}.nav-item:nth-child(2) .dropdown{background:#8e1830}.nav-item:nth-child(3) .dropdown{background:#9f3a20}.nav-item:nth-child(4) .dropdown{background:#a94c18}.nav-item:nth-child(5) .dropdown{background:#7a2462}.nav-item:nth-child(6) .dropdown{background:#19567b}.nav-item:nth-child(7) .dropdown{background:#3e347d}.nav-item:nth-child(8) .dropdown{background:#3c5e42}.nav-item:nth-child(9) .dropdown{background:#5c3e24}.nav-item:nth-child(11) .dropdown{background:#68152a}.head-note{order:2;position:relative;flex:1;max-width:680px;margin:0 auto;padding:9px 22px 10px;text-align:center;color:var(--red-dark);font-size:14px;font-weight:900;letter-spacing:.25px;line-height:1.3;white-space:nowrap;background:linear-gradient(180deg,#fffdf2,#fff7d9);border:1px solid #eedca5;border-bottom:4px solid #e9b949;box-shadow:0 5px 0 rgba(185,25,46,.08),0 10px 18px rgba(71,18,27,.08);clip-path:polygon(2% 0,98% 0,100% 50%,98% 100%,2% 100%,0 50%)}.head-note:before,.head-note:after{content:&#039;&#039;;position:absolute;top:50%;width:7px;height:7px;background:var(--red);transform:translateY(-50%) rotate(45deg)}.head-note:before{left:10px}.head-note:after{right:10px}.head-actions{order:3;display:flex;gap:10px;align-items:center;margin-left:auto}.icon-btn{display:none;background:none;border:0;font-size:24px}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:3px;padding:11px 20px;border:1px solid transparent;font-size:14px;font-weight:700;transition:.2s}.btn-red{background:var(--red);color:#fff}.btn-red:hover{background:var(--red-dark);transform:translateY(-1px)}.btn-ghost{border-color:var(--red);color:var(--red);background:#fff}.btn-ghost:hover{background:var(--red-soft)}.btn-exam{background:#f2c14e;border-color:#f2c14e;color:#171717;font-size:15px;font-weight:900}.btn-exam:hover{background:#ffd866;border-color:#ffd866;color:#8e1830}
    .hero{position:relative;min-height:510px;color:#fff;overflow:hidden;background:#5c0816}.hero-track{display:flex;min-height:510px;transition:transform .55s ease}.hero-slide{position:relative;min-width:100%;min-height:510px;background-position:center;background-size:cover}.hero-slide:before{content:&#039;&#039;;position:absolute;inset:0;background:linear-gradient(90deg,rgba(70,5,16,.94),rgba(125,14,34,.70) 48%,rgba(125,14,34,.20));}.hero .wrap{position:relative;z-index:1;min-height:510px;display:flex;align-items:center}.hero-copy{max-width:680px;padding:58px 0}.eyebrow{display:inline-block;padding:5px 12px;border:1px solid rgba(255,255,255,.55);font-size:12px;letter-spacing:2px;margin-bottom:20px}.hero h1{font-size:clamp(36px,5vw,66px);font-weight:900;line-height:1.16;margin:0 0 18px;letter-spacing:2px}.hero h1 em{font-style:normal;color:#ffd866}.hero p{font-size:18px;line-height:1.9;color:rgba(255,255,255,.88);max-width:590px;margin:0 0 28px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero .btn-red{background:#e4394f}.hero .btn-ghost{background:rgba(255,255,255,.08);border-color:#fff;color:#fff}.hero .btn-ghost:hover{background:#fff;color:var(--red)}.hero-arrow{position:absolute;z-index:3;top:50%;width:42px;height:42px;margin-top:-21px;border:1px solid rgba(255,255,255,.6);background:rgba(70,5,16,.32);color:#fff;font-size:27px;line-height:1}.hero-arrow:hover{background:#fff;color:var(--red)}.hero-arrow.prev{left:22px}.hero-arrow.next{right:22px}.hero-dots{position:absolute;z-index:3;bottom:22px;left:50%;display:flex;gap:8px;transform:translateX(-50%)}.hero-dot{width:28px;height:4px;border:0;background:rgba(255,255,255,.45);padding:0}.hero-dot.active{background:#ffd866;width:46px}.slide-theme{display:inline-block;margin-top:15px;padding:6px 11px;background:rgba(255,216,102,.16);border-left:3px solid #ffd866;color:#ffd866;font-size:12px;font-weight:800;letter-spacing:1px}
    .quick{background:#fff;border-bottom:1px solid var(--line);padding:34px 0 38px}.pain-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.pain-title{font-size:13px;color:var(--red);font-weight:900;letter-spacing:2px}.pain-title b{display:block;color:var(--ink);font-size:25px;font-weight:900;letter-spacing:0;margin-top:4px}.pain-note{color:var(--muted);font-size:13px}.quick-row{display:grid;grid-template-columns:repeat(4,1fr);align-items:end;box-shadow:0 14px 32px rgba(71,18,27,.09)}.quick-cell{position:relative;min-height:148px;padding:20px 21px 20px;border-right:1px solid rgba(185,25,46,.16);overflow:hidden;background:#fff;transition:transform .22s,box-shadow .22s}.quick-cell:last-child{border-right:0}.quick-cell:before{content:&#039;&#039;;position:absolute;left:0;top:0;width:100%;height:4px;background:var(--red);transform:scaleX(.2);transform-origin:left;transition:.25s}.quick-cell:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(115,20,35,.14)}.quick-cell:hover:before{transform:scaleX(1)}.quick-cell strong{display:flex;align-items:baseline;gap:8px;color:var(--red-dark);font-size:14px;font-weight:900;letter-spacing:.4px;margin-bottom:10px}.quick-num{font-size:64px;font-weight:900;line-height:.78;letter-spacing:-2px;color:var(--red)}.quick-label{font-size:22px;font-weight:900;line-height:1.05}.quick-cell b{display:block;font-size:16px;font-weight:900;margin-bottom:6px;color:var(--ink)}.quick-cell span{display:block;color:#74535a;font-size:12px;line-height:1.65}.quick-cell:nth-child(1){background:linear-gradient(145deg,#fff,#fff7f8);min-height:148px}.quick-cell:nth-child(2){background:linear-gradient(145deg,#fff7f8,#ffeef1);min-height:152px}.quick-cell:nth-child(3){background:linear-gradient(145deg,#fff0f2,#ffe1e6);min-height:156px}.quick-cell:nth-child(4){background:linear-gradient(145deg,#ffe7eb,#ffd3da);min-height:160px}.quick-cell:nth-child(3) .quick-num,.quick-cell:nth-child(4) .quick-num{color:#a71932}
    .section{padding:52px 0}.section.alt{background:var(--wash)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:30px}.section-kicker{color:var(--red);font-size:12px;letter-spacing:3px;font-weight:800}.section h2{font-size:34px;font-weight:900;line-height:1.25;margin:7px 0 5px}.section-intro{color:var(--muted);margin:0;max-width:650px}.more{color:var(--red);font-size:14px;font-weight:700;white-space:nowrap}.more:after{content:&#039; â&#039;;font-size:18px}
    .exam-finder{background:var(--wash);border:1px solid var(--line);padding:34px;display:grid;grid-template-columns:1fr 1.15fr;gap:34px;align-items:center}.exam-finder h2{margin:7px 0 8px;font-size:30px;line-height:1.25}.exam-finder p{color:var(--muted);margin:0;max-width:430px}.finder-panel{background:#fff;border:1px solid var(--line);padding:22px;box-shadow:var(--shadow)}.finder-label{display:block;font-size:14px;font-weight:900;margin-bottom:9px}.finder-row{display:flex;gap:10px}.finder-row select{min-width:0;flex:1;border:1px solid #d9cacc;background:#fff;color:var(--ink);padding:12px 13px;font:inherit;font-weight:700;border-width:2px}.finder-row .btn{white-space:nowrap}.finder-hints{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.finder-hints span{padding:5px 9px;background:var(--red-soft);color:var(--red);font-size:12px}.finder-meta{display:flex;gap:18px;margin-top:18px;color:var(--muted);font-size:12px}.finder-meta b{color:var(--ink);font-size:16px;margin-right:3px}.finder-status{min-height:20px;margin:12px 0 0;color:var(--red);font-size:12px}
    .split{display:grid;grid-template-columns:1.1fr .9fr;gap:46px;align-items:center}.split-img{width:100%;height:340px;object-fit:cover}.feature-list{display:grid;grid-template-columns:1.25fr 1fr 1fr 1fr;gap:0;margin-top:30px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.feature{min-height:132px;padding:18px 16px 16px;border-left:1px solid var(--line);background:transparent}.feature:first-child{border-left:3px solid var(--red)}.feature b{display:block;color:var(--red);font-size:24px;font-weight:900;line-height:1.1;margin:7px 0 9px}.feature span{display:block;color:var(--muted);font-size:12px;line-height:1.6}.feature-index{display:block;color:#b9a1a5;font-size:10px;font-weight:900;letter-spacing:.7px;white-space:nowrap}
    .content-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.content-card{border:1px solid var(--line);background:#fff;transition:.2s}.content-card:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.content-card img{width:100%;height:150px;object-fit:cover}.content-card-image{position:relative;height:150px;overflow:hidden}.content-card-image img{display:block}.image-label-cover{position:absolute;left:50%;top:50%;width:76%;height:52%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;background:rgba(67,119,164,.92);backdrop-filter:blur(5px);color:#fff;font-size:25px;font-weight:900;letter-spacing:2px;text-shadow:0 2px 3px rgba(0,0,0,.32)}.content-card-body{padding:16px}.content-card h3{font-size:18px;margin:0 0 5px}.content-card p{color:#4a4f57;font-size:14px;margin:0}.tag{color:var(--red);font-size:11px;letter-spacing:1px;font-weight:800}
    .news-wrap{display:grid;grid-template-columns:1fr 1fr;gap:50px}.news-list{border-top:2px solid var(--red)}.news-item{display:grid;grid-template-columns:78px 1fr;gap:15px;padding:16px 0;border-bottom:1px solid var(--line)}.news-date{color:var(--red);font-size:13px;font-weight:700}.news-date small{display:block;color:#6b7280;font-size:12px;font-weight:400}.news-item h3{font-size:17px;margin:0 0 3px}.news-item p{font-size:14px;color:#4a4f57;margin:0}
    .about{background:var(--red);color:#fff;border-radius:22px;margin:0 28px;padding:52px 0}.about .section-kicker{color:#ffd866}.about .section-intro{color:rgba(255,255,255,.9);font-size:16px;line-height:1.8}.about .btn-ghost{background:transparent;color:#fff;border-color:#fff;border-radius:999px}.values{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:32px}.value{padding:23px;border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.08)}.value b{display:block;font-size:22px;margin-bottom:5px}.value span{font-size:13px;color:rgba(255,255,255,.76)}
    .steps{display:grid;grid-template-columns:repeat(6,1fr);gap:0;margin-top:34px}.step{position:relative;text-align:center;padding:10px 8px}.step:after{content:&#039;â&#039;;position:absolute;right:-8px;top:17px;color:var(--red);font-size:22px}.step:last-child:after{display:none}.step-num{width:42px;height:42px;border-radius:50%;margin:0 auto 12px;background:var(--red);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800}.step b{display:block;font-size:14px}.step span{display:block;color:var(--muted);font-size:12px;margin-top:3px}
    .cta{background:linear-gradient(110deg,#4d0917,var(--red));color:#fff;padding:45px 0}.cta-row{display:flex;justify-content:space-between;align-items:center;gap:24px}.cta h2{margin:0 0 6px;font-size:28px}.cta p{margin:0;color:rgba(255,255,255,.8)}.cta .btn-ghost{background:#fff;color:var(--red);border-color:#fff}
    footer{background:#26080e;color:rgba(255,255,255,.72);padding:42px 0 18px;font-size:13px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:30px}.footer-brand{color:#fff;font-size:23px;font-weight:800;letter-spacing:2px}.footer-content-list{line-height:1.9}.footer-content-list span{display:block}.footer h4{color:#fff;margin:0 0 14px;font-size:14px}.footer a{display:block;margin:8px 0;color:rgba(255,255,255,.7)}.footer a:hover{color:#ffd866}.copyright{border-top:1px solid rgba(255,255,255,.14);margin-top:30px;padding-top:15px;text-align:center;font-size:11px;color:rgba(255,255,255,.48)}
    @media(max-width:980px){.nav{gap:0}.nav-link{padding:0 10px;font-size:14px}.head-actions .btn{padding:8px 12px;font-size:12px}.content-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}.exam-finder{grid-template-columns:1fr;gap:22px}}
    @media(max-width:720px){.wrap{padding:0 18px}.topline .wrap{height:auto;min-height:34px;padding-top:6px;padding-bottom:6px}.topline .right{display:none}.topline strong{font-size:12px;white-space:nowrap}.head-row{min-height:70px;justify-content:space-between;row-gap:0}.brand{min-width:0}.brand img{width:40px;height:40px}.brand b{font-size:20px}.brand small{font-size:9px}.head-note{display:block;order:3;flex:0 0 100%;max-width:none;margin:0;text-align:left;padding:8px 18px 9px;color:var(--red-dark);font-size:13px;letter-spacing:.4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;clip-path:polygon(1% 0,99% 0,100% 50%,99% 100%,1% 100%,0 50%)}.head-note:before,.head-note:after{width:5px;height:5px}.head-note:before{left:8px}.head-note:after{right:8px}.head-actions{order:2;margin-left:auto}.head-actions .btn{padding:8px 12px}.library-btn{display:none}.icon-btn{display:block;order:4;margin-left:10px}.nav-link{padding:0 12px;font-size:16px}.nav{display:none;position:absolute;left:0;right:0;top:112px;height:auto;background:var(--red);border-bottom:1px solid var(--red-dark);padding:8px 18px;flex-direction:column;box-shadow:var(--shadow)}.nav.open{display:flex}.nav-link{height:34px;justify-content:space-between}.dropdown{position:static;max-height:none;box-shadow:none;border:0;padding:0 0 5px 15px;background:rgba(0,0,0,.14)!important}.nav-item:not(.open):hover .dropdown{display:none}.nav-item.open .dropdown{display:block}.head-actions{display:none}.hero,.hero-track,.hero-slide,.hero-slide .wrap{min-height:560px}.hero-copy{padding:45px 0}.hero h1{font-size:42px}.hero p{font-size:15px}.hero-arrow{width:34px;height:34px;font-size:22px}.hero-arrow.prev{left:10px}.hero-arrow.next{right:10px}.hero-dots{bottom:16px}.pain-head{display:block;margin-bottom:14px}.pain-note{margin-top:5px}.quick{padding:26px 0 28px}.quick-row{grid-template-columns:1fr 1fr}.quick-cell{min-height:148px;padding:17px 13px}.quick-cell:nth-child(2){border-right:0}.quick-cell:nth-child(-n+2){border-bottom:1px solid var(--line)}.quick-num{font-size:50px}.quick-label{font-size:18px}.quick-cell b{font-size:15px}.quick-cell span{font-size:11px}.exam-finder{padding:24px 18px}.exam-finder h2{font-size:26px}.finder-panel{padding:16px}.finder-row{display:block}.finder-row select{width:100%;margin-bottom:10px}.finder-row .btn{width:100%}.finder-meta{gap:12px}.section{padding:55px 0}.section-head{display:block}.more{display:inline-block;margin-top:14px}.split,.news-wrap{grid-template-columns:1fr;gap:28px}.split-img{height:240px}.feature-list{grid-template-columns:repeat(2,1fr)}.feature{min-height:118px;padding:15px 12px}.feature b{font-size:21px}.feature span{font-size:11px}.feature-index{font-size:9px;letter-spacing:.4px}.values{grid-template-columns:1fr}.steps{grid-template-columns:repeat(3,1fr);row-gap:20px}.step:nth-child(3):after{display:none}.step:after{right:-5px}.cta-row{display:block}.cta .btn{margin-top:20px}.footer-grid{grid-template-columns:1fr}.footer-grid&gt;div:not(:first-child){display:none}}
  
/* COLAHOME_STYLE_MARK */

/* ZT_CONTENT_CSS_START éç¨åå®¹é¡µ/æç« /èè¯ è®¾è®¡ç³»ç»ï¼æ¥æºï¼æå¥åå 03_éç¨åå®¹é¡µï¼ */

@import url(&#039;https://fonts.googleapis.com/css2?family=Ma+Shan+Zheng&amp;family=Zhi+Mang+Xing&amp;display=swap&#039;);
/* ============================================================
   çé¢99 Â· éç¨åå®¹é¡µè®¾è®¡ç³»ç»ï¼ä¸å¨ç«åçä¸è´ï¼
   æ¹åï¼æ¸©ææ¤èª Â· ä¸ä¸å¯ä¿¡ â çº¢ä¸ºéç¹ / éä¸ºç¯å¡ / æç±³ä¸ºåº
   æ¬æ¨¡æ¿ä¸ºãå³äºä¸æå¡ / åçåå®¹ãç±»é¡µé¢çéç¨éª¨æ¶ï¼
   æ­£æç¨ prose æç« æ¨¡åï¼éç½®é©±å¨ãå¯æ¹ï¼ï¼å¶ä½æ¨¡åæéå ã
   ============================================================ */
:root{
  --red:#b9192e; --red-dark:#821326; --red-700:#9c1626; --red-soft:#fff1f2;
  --ink:#20212a; --ink-2:#3a3b46; --muted:#6e717b; --muted-2:#9094a0;
  --line:#eadfe1; --line-2:#f3e9eb;
  --paper:#fff; --wash:#faf7f6; --cream:#fdf6f3; --cream-2:#fbeee9;
  --gold:#e9b949; --gold-soft:#fdf3da;
  --mint:#1f9d7a; --mint-soft:#e6f5ef;
  --shadow-sm:0 2px 10px rgba(71,18,27,.07);
  --shadow-md:0 16px 38px rgba(71,18,27,.11);
  --shadow-lg:0 30px 64px rgba(71,18,27,.15);
  --radius:16px; --radius-sm:11px;
  --max:1440px;
  --ease:cubic-bezier(.22,.61,.36,1);
  --font:&quot;PingFang SC&quot;,&quot;Microsoft YaHei&quot;,Arial,system-ui,sans-serif;
  --mono:&quot;JetBrains Mono&quot;,ui-monospace,&quot;SFMono-Regular&quot;,Menlo,monospace;
  --font-brush:&quot;Ma Shan Zheng&quot;,&quot;Zhi Mang Xing&quot;,&quot;STXingkai&quot;,&quot;åæè¡æ¥·&quot;,&quot;FZXingKai-Z04&quot;,&quot;STKaiti&quot;,&quot;KaiTi&quot;,&quot;æ¥·ä½&quot;,&quot;FZSuXinShiLiuKaiS-R-GB&quot;,cursive;
}

img {max-width:100%;display:block}

:focus-visible {outline:2px solid var(--gold);outline-offset:3px;border-radius:4px}

/* ---------- éå®å¤´é¨ï¼ä¸å¨ç«ä¸è´ï¼ ---------- */ .topline {background:var(--red-dark);color:#fff;font-size:13px}

.btn-ink {background:var(--ink);color:#fff}

.btn-ink:hover {background:#000;transform:translateY(-2px);box-shadow:var(--shadow-md)}

/* ---------- é¢åå± + å­æ ç®äºçº§å¯¼èª ---------- */ .breadcrumb {background:var(--wash);border-bottom:1px solid var(--line);font-size:13px;color:var(--muted)}

.breadcrumb .wrap {display:flex;align-items:center;gap:8px;padding:13px 28px;flex-wrap:wrap}

.breadcrumb a {color:var(--muted);font-weight:600}

.breadcrumb a:hover {color:var(--red)}

.breadcrumb .sep {color:var(--muted-2)}

.breadcrumb b {color:var(--ink);font-weight:800}

/* ---------- éç¨åºå ---------- */ .section {padding:clamp(30px,3.6vw,46px) 0}

/* ---------- æ¿åæ¡çº¿ç³»ç»ï¼ç»é»çº¿æ¡ + åè§å»çº¿ ---------- */ .section:not(.pathway):not(.focus):not(.cta) &gt; .wrap {
  position:relative;background:#fff;border:1px solid var(--ink);border-radius:var(--radius);
  padding:clamp(30px,4vw,50px) clamp(22px,3vw,40px);box-shadow:var(--shadow-sm);
}

.section.alt:not(.focus) &gt; .wrap {padding-top:clamp(30px,3.4vw,44px)}

.section &gt; .wrap::before {
  content:&#039;&#039;;position:absolute;inset:0;border-radius:inherit;pointer-events:none;
  background:
    linear-gradient(var(--ink),var(--ink)) left 7px top 7px/15px 2px no-repeat,
    linear-gradient(var(--ink),var(--ink)) left 7px top 7px/2px 15px no-repeat,
    linear-gradient(var(--ink),var(--ink)) right 7px top 7px/15px 2px no-repeat,
    linear-gradient(var(--ink),var(--ink)) right 7px top 7px/2px 15px no-repeat,
    linear-gradient(var(--ink),var(--ink)) left 7px bottom 7px/15px 2px no-repeat,
    linear-gradient(var(--ink),var(--ink)) left 7px bottom 7px/2px 15px no-repeat,
    linear-gradient(var(--ink),var(--ink)) right 7px bottom 7px/15px 2px no-repeat,
    linear-gradient(var(--ink),var(--ink)) right 7px bottom 7px/2px 15px no-repeat;
}

.section-head &gt; div:first-child {position:relative;padding-left:20px}

.section-head &gt; div:first-child::before {
  content:&#039;&#039;;position:absolute;left:0;top:5px;bottom:5px;width:4px;border-radius:3px;
  background:linear-gradient(180deg,var(--red),var(--gold));
}

.wm-host::after {content:var(--wm,&#039;&#039;);position:absolute;z-index:0;pointer-events:none;font-family:var(--font-brush);font-weight:400;line-height:1;color:var(--ink);opacity:.14;user-select:none;transform:rotate(-5deg)}

.wm-br::after {right:14px;bottom:12px;font-size:clamp(140px,16vw,210px)}

.wm-tr::after {right:16px;top:12px;font-size:clamp(110px,12vw,160px)}

/* ---------- éç¨åå®¹é¡µé¦å±ï¼çº¢åºï¼åéè¯»ï¼ ---------- */ .exam-hero {position:relative;overflow:hidden;background:linear-gradient(120deg,#6f0d1c 0%,#a8162b 60%,#c8233a 100%)}

.exam-hero:after {content:&#039;&#039;;position:absolute;inset:0;background:
  radial-gradient(680px 360px at 90% -10%,rgba(255,216,102,.2),transparent 60%),
  radial-gradient(420px 320px at -6% 120%,rgba(255,255,255,.08),transparent 55%);pointer-events:none}

.exam-hero .wrap {position:relative;z-index:1;display:grid;grid-template-columns:1fr 360px;gap:42px;align-items:center;padding:clamp(40px,5vw,64px) 28px}

.hero-eyebrow {display:inline-flex;align-items:center;gap:8px;padding:6px 13px;border:1px solid rgba(255,255,255,.5);border-radius:999px;font-size:12px;letter-spacing:2px;font-weight:700;margin-bottom:20px}

.hero-eyebrow:before {content:&#039;&#039;;width:8px;height:8px;border-radius:50%;background:var(--gold)}

.exam-hero h1 {font-size:clamp(30px,4.6vw,52px);font-weight:900;line-height:1.12;margin:0 0 14px;letter-spacing:1px}

.exam-hero h1 em {font-style:normal;color:#ffd866}

.exam-hero .pos {font-size:clamp(15px,1.6vw,18px);line-height:1.85;color:rgba(255,255,255,.9);max-width:560px;margin:0 0 22px}

.exam-hero-actions {display:flex;gap:12px;flex-wrap:wrap}

.exam-stats {display:flex;gap:12px;margin-top:26px;flex-wrap:wrap}

.exam-stat {padding:13px 17px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);border-radius:13px;min-width:110px}

.exam-stat b {display:block;font-size:19px;font-weight:900;color:#ffd866;line-height:1.1;font-variant-numeric:tabular-nums}

.exam-stat span {display:block;font-size:12px;color:rgba(255,255,255,.82);margin-top:5px}

/* å³ä¾§ï¼æ¦è§å¡ */ .exam-aside {position:relative;background:var(--ink);border-radius:20px;padding:28px 28px 34px;color:#fff;box-shadow:var(--shadow-lg);overflow:hidden;width:100%;min-height:388px;--aside-accent:#e36b66}

.exam-aside.cat-medical {--aside-accent:#e36b66}

.exam-aside.cat-engineering {--aside-accent:#ef8a2b}

.exam-aside.cat-teacher {--aside-accent:#f2c94c}

.exam-aside.cat-finance {--aside-accent:#2bb39a}

.exam-aside.cat-english {--aside-accent:#5b9bd5}

.exam-aside.cat-civil {--aside-accent:#a3273f}

.exam-aside:after {content:attr(data-wm);position:absolute;right:-14px;bottom:-22px;font-family:var(--font-brush);font-weight:400;font-size:clamp(220px,26vw,300px);line-height:1;color:rgba(255,255,255,.06);pointer-events:none}

.exam-aside h3 {font-size:14px;letter-spacing:1px;font-weight:800;color:#ffd866;margin:0 0 14px;position:relative;z-index:1}

.exam-aside ul {list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:16px;position:relative;z-index:1}

.exam-aside li {position:relative;padding-left:17px;font-size:13.5px;line-height:1.55;color:rgba(255,255,255,.9)}

.exam-aside li:before {content:&#039;&#039;;position:absolute;left:0;top:7px;flex:0 0 auto;width:7px;height:7px;border-radius:50%;background:var(--aside-accent);box-shadow:0 0 0 3px rgba(255,255,255,.14)}

.exam-aside .a-label {display:block;font-size:12px;font-weight:800;color:var(--aside-accent);letter-spacing:.5px;margin-bottom:4px}

.exam-aside .a-val {display:block;color:rgba(255,255,255,.9)}

.exam-aside .a-path {display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-top:3px}

.exam-aside .a-path a {color:#fff;font-weight:700;border-bottom:1px solid rgba(255,255,255,.45);padding-bottom:1px}

.exam-aside .a-path a:hover {color:var(--aside-accent);border-color:var(--aside-accent)}

.exam-aside .a-arrow {color:rgba(255,255,255,.6);font-size:12px}

/* ---------- æç« æ¨¡å ---------- */ .prose p {margin:0 0 16px;color:var(--ink-2);font-size:15.5px;line-height:1.85}

.prose p:last-child {margin-bottom:0}

/* ---------- å·¦ä¾§è¾¹æ  + å³ä¾§æç« ï¼ä¸»æ¡æ¶ï¼ ---------- */ .article-layout {display:grid;grid-template-columns:280px 1fr;gap:32px;align-items:start}

.page-sidebar {position:sticky;top:148px;display:flex;flex-direction:column;gap:18px}

.side-card {background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm)}

.side-card h4 {margin:0;padding:14px 18px;background:var(--red);color:#fff;font-size:15px;font-weight:900;letter-spacing:1px}

.side-card ul {list-style:none;margin:0;padding:10px 0}

.side-card li a {display:block;padding:11px 18px;font-size:14px;font-weight:700;color:var(--ink-2);transition:background .18s,color .18s,border-color .18s;border-left:3px solid transparent}

.side-card li a:hover {background:var(--red-soft);color:var(--red);border-left-color:var(--red)}

.side-card li a.active {background:var(--red-soft);color:var(--red);border-left-color:var(--red)}

.side-items {display:flex;flex-direction:column;padding:10px 0}

.side-items a {display:flex;justify-content:space-between;align-items:center;padding:11px 18px;font-size:14px;font-weight:700;color:var(--ink-2);transition:background .18s,color .18s}

.side-items a:hover {background:var(--gold-soft);color:#7a5310}

.side-items a span {opacity:.5;font-size:13px;transition:transform .2s}

.side-items a:hover span {transform:translateX(4px);opacity:1}

.side-note {padding:14px 18px;font-size:13px;color:var(--muted);line-height:1.6;background:var(--wash);border-top:1px solid var(--line)}

.page-article {background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:clamp(28px,3.6vw,44px) clamp(26px,4vw,52px);box-shadow:var(--shadow-sm);min-height:720px}

.article-header {margin-bottom:28px;padding-bottom:22px;border-bottom:1px dashed var(--line-2)}

.article-kicker {display:inline-block;color:var(--red);font-size:12px;letter-spacing:3px;font-weight:800;margin-bottom:10px}

.article-title {font-size:clamp(26px,3.4vw,38px);font-weight:900;line-height:1.18;margin:0 0 12px;letter-spacing:.5px}

.article-meta {font-size:13.5px;color:var(--muted);margin:0}

.article-meta em {color:var(--red);font-style:normal;font-weight:700}

.article-body {color:var(--ink-2);font-size:15.5px;line-height:1.85}

.article-body h2 {font-size:clamp(20px,2.4vw,25px);font-weight:900;color:var(--ink);margin:34px 0 14px;padding-bottom:10px;border-bottom:1px solid var(--line-2);scroll-margin-top:170px}

.article-body h2:first-child {margin-top:0}

.article-body p {margin:0 0 18px}

.article-body ul, .article-body ol {margin:0 0 18px;padding-left:24px}

.article-body li {margin:8px 0}

.article-body blockquote {margin:0 0 18px;padding:12px 18px;border-left:4px solid var(--gold);background:var(--gold-soft);color:#7a5310;border-radius:0 8px 8px 0;font-size:14.5px;line-height:1.7}

.placeholder-note {display:inline-block;background:var(--gold-soft);color:#7a5310;font-size:12px;font-weight:800;padding:3px 10px;border-radius:6px;margin-right:6px;vertical-align:1px}

/* ---------- éç¨åºåï¼value-cards / timeline / table / faq / contact / form / notice / steps ---------- */ .value-grid {display:grid;grid-template-columns:repeat(4,1fr);gap:18px}

.value-card {background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:24px 22px;transition:transform .25s var(--ease),box-shadow .25s var(--ease)}

.value-card:hover {transform:translateY(-5px);box-shadow:var(--shadow-md)}

.value-ico {width:48px;height:48px;border-radius:13px;background:var(--red-soft);color:var(--red);display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:900;margin-bottom:14px}

.value-card h3 {font-size:17px;font-weight:900;margin:0 0 8px}

.value-card p {color:var(--muted);font-size:14px;line-height:1.6;margin:0}

.timeline {position:relative;padding-left:28px}

.timeline:before {content:&#039;&#039;;position:absolute;left:9px;top:6px;bottom:6px;width:2px;background:linear-gradient(var(--red),var(--gold))}

.tl-item {position:relative;padding:0 0 26px 18px}

.tl-item:last-child {padding-bottom:0}

.tl-item:before {content:&#039;&#039;;position:absolute;left:-23px;top:4px;width:16px;height:16px;border-radius:50%;background:#fff;border:3px solid var(--red)}

.tl-item .tl-year {display:inline-block;font-weight:900;color:var(--red);font-size:14px;margin-bottom:4px}

.tl-item h3 {font-size:17px;font-weight:900;margin:0 0 6px}

.tl-item p {color:var(--muted);font-size:14px;line-height:1.6;margin:0}

.data-table {width:100%;border-collapse:collapse;font-size:14px;margin-top:6px}

.data-table th, .data-table td {border:1px solid var(--line);padding:13px 15px;text-align:left;vertical-align:top}

.data-table th {background:var(--red);color:#fff;font-weight:900;font-size:14px}

.data-table tbody tr:nth-child(even) {background:var(--wash)}

.data-table td b {color:var(--ink)}

.faq-item {border:1px solid var(--line);border-radius:12px;margin-bottom:12px;overflow:hidden;background:#fff}

.faq-q {width:100%;text-align:left;background:transparent;border:0;padding:16px 18px;font-size:15px;font-weight:800;color:var(--ink);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:12px}

.faq-q:after {content:&#039;+&#039;;font-size:22px;color:var(--red);font-weight:900;transition:transform .2s}

.faq-item.open .faq-q:after {content:&#039;â&#039;;transform:rotate(180deg)}

.faq-a {max-height:0;overflow:hidden;transition:max-height .3s ease;padding:0 18px}

.faq-item.open .faq-a {max-height:600px;padding:0 18px 18px}

.faq-a p {margin:0;color:var(--muted);font-size:14px;line-height:1.7}

.contact-grid {display:grid;grid-template-columns:repeat(3,1fr);gap:18px}

.contact-card {background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:22px;transition:transform .2s,box-shadow .2s}

.contact-card:hover {transform:translateY(-4px);box-shadow:var(--shadow-md)}

.contact-card .c-ico {width:44px;height:44px;border-radius:11px;background:var(--gold-soft);color:#a9760a;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:900;margin-bottom:12px}

.contact-card h3 {margin:0 0 6px;font-size:16px;font-weight:900}

.contact-card p {margin:0;color:var(--muted);font-size:13.5px;line-height:1.6}

.form-card {background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px;max-width:680px}

.form-row {margin-bottom:16px}

.form-row label {display:block;font-weight:800;font-size:14px;margin-bottom:7px;color:var(--ink-2)}

.form-row input, .form-row textarea {width:100%;padding:12px 14px;border:1px solid var(--line);border-radius:10px;font:inherit;font-size:14px;background:#fff;transition:border-color .2s,box-shadow .2s}

.form-row input:focus, .form-row textarea:focus {outline:none;border-color:var(--red);box-shadow:0 0 0 3px var(--red-soft)}

.form-row textarea {resize:vertical;min-height:120px}

.form-note {font-size:12.5px;color:var(--muted);margin-top:10px;line-height:1.6}

.notice-band {margin-top:22px;border:1px solid var(--red);border-left:6px solid var(--red);background:var(--red-soft);border-radius:12px;padding:16px 20px;color:var(--ink-2);font-size:14px;line-height:1.7}

.notice-band b {color:var(--red)}

.step .num {width:40px;height:40px;border-radius:50%;background:var(--red);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:18px;margin-bottom:14px}

.step h3 {font-size:16px;font-weight:900;margin:0 0 8px}

.step p {color:var(--muted);font-size:13.5px;line-height:1.6;margin:0}

/* ---------- CTA ---------- */ .cta {background:var(--cream);border-top:1px solid var(--line)}

.cta-box {background:linear-gradient(115deg,var(--red-dark),var(--red));border-radius:22px;padding:clamp(28px,3.6vw,42px);display:flex;justify-content:space-between;align-items:center;gap:24px;color:#fff;box-shadow:var(--shadow-md)}

.cta-box h2 {margin:0 0 7px;font-size:clamp(21px,2.5vw,29px);font-weight:900}

.cta-box p {margin:0;color:rgba(255,255,255,.82);font-size:14.5px}

.cta-note {margin:10px 0 0;color:rgba(255,255,255,.78);font-size:13.5px;line-height:1.7;max-width:560px}

.cta-left {flex:1;min-width:0;display:flex;flex-direction:column}

.cta-carousel {position:relative;flex:1;min-height:128px;overflow:hidden}

.cta-slide {position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;opacity:0;transform:translateY(10px);transition:opacity .5s ease,transform .5s ease;pointer-events:none}

.cta-slide.active {opacity:1;transform:none;pointer-events:auto;position:relative}

.cta-slide h2 {margin:0 0 7px;font-size:clamp(21px,2.5vw,29px);font-weight:900}

.cta-slide p {margin:0;color:rgba(255,255,255,.82);font-size:14.5px}

.cta-slide .cta-note {margin:10px 0 0;color:rgba(255,255,255,.78);font-size:13.5px;line-height:1.7;max-width:560px}

.cta-slide--slogan {justify-content:center;padding-top:18px}

.cta-slide--slogan h2 {font-size:clamp(40px,4.6vw,56px);letter-spacing:1px;white-space:nowrap}

.cta-dots {display:flex;gap:8px;margin-top:14px}

.cta-dots button {width:9px;height:9px;border-radius:50%;border:0;background:rgba(255,255,255,.4);cursor:pointer;padding:0;transition:background .25s,transform .25s}

.cta-dots button:hover {background:rgba(255,255,255,.7)}

.cta-dots button[aria-current=&quot;true&quot;] {background:#fff;transform:scale(1.25)}

/* ---------- é¡µè ---------- */ footer {background:#26080e;color:rgba(255,255,255,.72);padding:46px 0 20px;font-size:13px}

footer h4 {color:#fff;margin:0 0 14px;font-size:14px}

footer a {display:block;margin:8px 0;color:rgba(255,255,255,.7);transition:color .2s}

footer a:hover {color:#ffd866}

/* ---------- ååºå¼ ---------- */ @media(max-width:980px) {
  .exam-hero .wrap{grid-template-columns:1fr;gap:28px}
  .exam-aside{max-width:100%;min-height:0}
  .value-grid,.contact-grid,.steps{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
}


@media(max-width:720px){
  .wrap{padding:0 18px}
  .topline .wrap{height:auto;min-height:36px;padding:6px 18px;flex-wrap:wrap;gap:2px}
  .topline .right{display:none}
  .head{min-height:70px;justify-content:space-between;row-gap:0}
  .brand{min-width:0}.brand b{font-size:20px}.brand img{width:38px;height:38px}.brand small{font-size:9px}
  .head-note{order:3;flex:0 0 100%;display:flex;justify-content:flex-start;padding:6px 0 10px}
  .head-note-board{display:flex;max-width:none;width:100%;text-align:left;font-size:13px;padding:9px 16px}
  .head-actions{order:2;margin-left:auto;display:none}
  .icon-btn{display:block}
  .nav{display:none;position:absolute;left:0;right:0;top:116px;height:auto;background:var(--red);flex-direction:column;box-shadow:var(--shadow-md);padding:8px 16px;z-index:60}
  .nav.open{display:flex}
  .nav-link{height:42px;justify-content:space-between;font-size:16px}
  .dropdown{position:static;max-height:none;box-shadow:none;border:0;padding:0 0 6px 14px;background:rgba(0,0,0,.14)!important;display:none}
  .nav-item.open .dropdown{display:block}
  .nav-item:not(.open):hover .dropdown{display:none}
  .subnav{top:112px}
  .value-grid,.contact-grid,.steps,.update-item{grid-template-columns:1fr}
  .head-note-board{font-size:13px}
  .cta-box{flex-direction:column;align-items:flex-start}
  .article-layout{grid-template-columns:1fr}
  .page-sidebar{position:static;display:grid;grid-template-columns:1fr;gap:14px}
  .page-article{padding:24px}
  .data-table{display:block;overflow-x:auto;white-space:nowrap}
}


@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
/* ZT_CONTENT_CSS_END */

/* ZT_TPL_CSS_START æ¨¡æ¿éç¨ç»ä»¶ï¼æç« /åè¡¨/å³èå¡çï¼ï¼ç»ä¸ç»´æ¤ï¼å¿å¨æ¨¡æ¿åè */
.exam-hero{color:#fff}
.article-cover{margin:0 0 22px}
.article-body img{max-width:100%;height:auto;border-radius:12px}
.article-body h2,.article-body h3{margin:26px 0 12px;font-weight:900;color:var(--ink)}
.article-body p{margin:0 0 16px;line-height:1.9;color:#4a4a52}
.article-body ul,.article-body ol{margin:0 0 16px 20px;line-height:1.9}
.side-items a{display:block;padding:9px 0;border-bottom:1px dashed var(--line);font-size:13.5px;color:var(--ink);text-decoration:none}
.side-items a:last-child{border-bottom:0}
.side-items a:hover{color:var(--red)}
.rel-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:18px}
.rel-card{display:block;padding:20px 22px;background:#fff;border:1px solid var(--line);border-radius:16px;text-decoration:none;color:inherit;transition:.2s}
.rel-card:hover{border-color:var(--red);transform:translateY(-3px);box-shadow:0 12px 28px rgba(185,25,46,.10)}
.rel-tag{display:inline-block;font-size:11px;letter-spacing:1px;font-weight:800;color:var(--red);background:rgba(185,25,46,.08);padding:4px 10px;border-radius:999px;margin-bottom:10px}
.rel-card h4{margin:0 0 8px;font-size:16px;font-weight:800;line-height:1.4;color:var(--ink)}
.rel-card p{margin:0;font-size:13px;color:var(--muted,#7a7a84)}
/* åè¡¨é¡µ */
.post-list{display:grid;grid-template-columns:1fr;gap:18px}
.post-item{display:grid;grid-template-columns:220px 1fr;gap:22px;padding:20px;background:#fff;border:1px solid var(--line);border-radius:18px;transition:.2s}
.post-item:hover{border-color:var(--red);box-shadow:0 14px 30px rgba(185,25,46,.09)}
.post-item .thumb{display:block;border-radius:13px;overflow:hidden;background:var(--wash);aspect-ratio:16/10}
.post-item .thumb img{width:100%;height:100%;object-fit:cover;display:block}
.post-item .thumb.is-empty{display:flex;align-items:center;justify-content:center;color:var(--red);font-weight:900;font-size:26px;letter-spacing:2px;border:1px dashed var(--line)}
.post-item h3{margin:2px 0 10px;font-size:19px;font-weight:900;line-height:1.4}
.post-item h3 a{color:var(--ink);text-decoration:none}
.post-item h3 a:hover{color:var(--red)}
.post-item .excerpt{margin:0 0 12px;font-size:14px;line-height:1.85;color:#5a5a63}
.post-item .meta{display:flex;flex-wrap:wrap;gap:10px;font-size:12.5px;color:var(--muted,#7a7a84);align-items:center}
.post-item .meta .tag{background:rgba(185,25,46,.07);color:var(--red);padding:3px 10px;border-radius:999px;font-weight:700}
.zt-pagination{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin-top:30px}
.zt-pagination .page-numbers{display:inline-flex;min-width:38px;height:38px;align-items:center;justify-content:center;padding:0 12px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink);text-decoration:none;font-weight:700}
.zt-pagination .page-numbers.current,.zt-pagination .page-numbers:hover{background:var(--red);border-color:var(--red);color:#fff}
.list-empty{padding:44px 28px;text-align:center;color:var(--muted,#7a7a84);border:1px dashed var(--line);border-radius:16px;background:var(--wash)}
@media (max-width:820px){
  .post-item{grid-template-columns:1fr}
  .post-item .thumb{aspect-ratio:16/9}
}
/* ZT_TPL_CSS_END */

/* ZT_LIB_CSS_START èµæåº/ååå¡è®¾è®¡ç³»ç»ï¼æ¥æºï¼æå¥åå 04_èµæåºå¥å£é¡µï¼ */

@import url(&#039;https://fonts.googleapis.com/css2?family=Ma+Shan+Zheng&amp;family=Zhi+Mang+Xing&amp;display=swap&#039;);
/* ============================================================
   çé¢99 Â· èµæåºæ»å¥å£ï¼ä¸å¨ç«åçä¸è´ï¼å¤ç¨éå®å¤´é¨ï¼
   æ¹åï¼æ¸©ææ¤èª Â· ä¸ä¸å¯ä¿¡ â çº¢ä¸ºéç¹ / éä¸ºç¯å¡ / æç±³ä¸ºåº
   æ¬é¡µä¸ºèµæåºå±ç¤ºååï¼ç®å½+ååå¡+æéç¶æ+ç­éæ ·æ¿ï¼ä¸æ¥çå®æ¯ä»/è®¢å/ä¸è½½ã
   ============================================================ */
:root{
  --red:#b9192e; --red-dark:#821326; --red-700:#9c1626; --red-soft:#fff1f2;
  --ink:#20212a; --ink-2:#3a3b46; --muted:#6e717b; --muted-2:#9094a0;
  --line:#eadfe1; --line-2:#f3e9eb;
  --paper:#fff; --wash:#faf7f6; --cream:#fdf6f3; --cream-2:#fbeee9;
  --gold:#e9b949; --gold-soft:#fdf3da;
  --mint:#1f9d7a; --mint-soft:#e6f5ef;
  --shadow-sm:0 2px 10px rgba(71,18,27,.07);
  --shadow-md:0 16px 38px rgba(71,18,27,.11);
  --shadow-lg:0 30px 64px rgba(71,18,27,.15);
  --radius:16px; --radius-sm:11px;
  --max:1440px;
  --ease:cubic-bezier(.22,.61,.36,1);
  --font:&quot;PingFang SC&quot;,&quot;Microsoft YaHei&quot;,Arial,system-ui,sans-serif;
  --mono:&quot;JetBrains Mono&quot;,ui-monospace,&quot;SFMono-Regular&quot;,Menlo,monospace;
  --font-brush:&quot;Ma Shan Zheng&quot;,&quot;Zhi Mang Xing&quot;,&quot;STXingkai&quot;,&quot;åæè¡æ¥·&quot;,&quot;FZXingKai-Z04&quot;,&quot;STKaiti&quot;,&quot;KaiTi&quot;,&quot;æ¥·ä½&quot;,&quot;FZSuXinShiLiuKaiS-R-GB&quot;,cursive;
}

/* ---------- éç¨åºåå¤å£³ ---------- */ .section {padding:clamp(30px,3.6vw,46px) 0}

/* ---------- èµæåºé¦å±ï¼çº¢åºï¼åæ¾èµæï¼ ---------- */ .exam-hero {position:relative;overflow:hidden;background:linear-gradient(120deg,#6f0d1c 0%,#a8162b 60%,#c8233a 100%)}

/* æ¦è§å¡ä¸­ãç§äººå®å¶ãå éè®°å¿ï¼æ¾å¤§å­å· + éè²èæ¿ */ .exam-aside li.feat {position:relative;background:linear-gradient(135deg,rgba(233,185,73,.18),rgba(233,185,73,.05));border:1px solid var(--gold);border-radius:12px;padding:15px 16px 15px 36px;margin:2px 0}

/* ---------- èµæåºååºï¼åå / å¥åï¼+ æç´¢ ---------- */ .lib-tabs {display:flex;gap:12px;margin-bottom:18px;flex-wrap:wrap}

.lib-tab {display:inline-flex;align-items:center;gap:8px;padding:12px 22px;border:1px solid var(--line);background:#fff;border-radius:12px;font-weight:900;font-size:15px;color:var(--ink-2);transition:all .2s var(--ease)}

.lib-tab:hover {border-color:var(--red);color:var(--red)}

.lib-tab.active {background:var(--red);border-color:var(--red);color:#fff;box-shadow:var(--shadow-md)}

.lib-tab-count {font-size:12px;font-weight:800;background:rgba(0,0,0,.08);padding:2px 9px;border-radius:999px}

.lib-tab.active .lib-tab-count {background:rgba(255,255,255,.22)}

.lib-toolbar {margin-bottom:22px}

.search-box {position:relative;display:flex;align-items:center;width:100%;max-width:560px}

.search-box .search-ico {position:absolute;left:15px;top:50%;transform:translateY(-50%);width:21px;height:21px;color:var(--red);flex:0 0 auto;pointer-events:none}

.search-box input {width:100%;padding:15px 16px 15px 46px;border:2px solid #e7c4c9;border-radius:14px;font:inherit;font-size:15px;font-weight:600;background:#fff7f8;color:var(--ink);transition:border-color .2s,box-shadow .2s,background .2s}

.search-box input::placeholder {color:#b06a76;font-weight:600}

.search-box input:focus {outline:none;border-color:var(--red);box-shadow:0 0 0 4px var(--red-soft);background:#fff}

.lib-panel {display:none;max-height:600px;overflow-y:auto;overflow-x:hidden;padding-right:8px;scrollbar-color:#e3b6bc #f6e9eb;scrollbar-width:thin}

.lib-panel.active {display:block}

.lib-panel::-webkit-scrollbar {width:9px}

.lib-panel::-webkit-scrollbar-thumb {background:#e3b6bc;border-radius:999px}

.lib-panel::-webkit-scrollbar-thumb:hover {background:var(--red)}

.lib-panel::-webkit-scrollbar-track {background:#f6e9eb;border-radius:999px}

/* ---------- ååç½æ ¼ + ååå¡ ---------- */ .product-grid {display:grid;grid-template-columns:repeat(3,1fr);gap:18px}

.product-card {position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:transform .25s var(--ease),box-shadow .25s var(--ease)}

.product-card:hover {transform:translateY(-5px);box-shadow:var(--shadow-md)}

.pc-cover {height:120px;display:flex;align-items:center;justify-content:center;color:#fff;position:relative;overflow:hidden}

.pc-cover:after {content:attr(data-ico);font-family:var(--font-brush);font-size:54px;opacity:.32;position:absolute;right:14px;bottom:6px}

.pc-cover .pc-cat {position:relative;z-index:1;font-size:13px;font-weight:800;letter-spacing:.5px;background:rgba(0,0,0,.18);padding:5px 12px;border-radius:999px}

.pc-body {padding:18px 18px 16px;display:flex;flex-direction:column;flex:1}

.pc-form {display:inline-block;font-size:11px;font-weight:800;color:#fff;background:var(--ink);padding:3px 9px;border-radius:6px;margin-bottom:9px;align-self:flex-start}

.pc-name {font-size:16px;font-weight:900;line-height:1.35;margin:0 0 7px}

.pc-meta {font-size:12.5px;color:var(--muted);margin:0 0 6px}

.pc-intro {font-size:13px;color:var(--ink-2);line-height:1.6;margin:0 0 12px;flex:1}

.pc-foot {display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto}

.pc-price {font-weight:900;color:var(--red);font-size:17px}

.pc-price small {font-size:12px;color:var(--muted);font-weight:700}

.pc-perm {display:inline-flex;gap:6px;flex-wrap:wrap}

.perm-tag {font-size:11px;font-weight:800;padding:3px 8px;border-radius:999px;border:1px solid transparent}

.perm-tag.free {color:var(--mint);background:var(--mint-soft);border-color:var(--mint)}

.perm-tag.buy {color:#a9760a;background:var(--gold-soft);border-color:#e6c569}

.perm-tag.member {color:var(--red);background:var(--red-soft);border-color:var(--red)}

.pc-date {font-size:11.5px;color:var(--muted-2);margin-top:10px}

.pc-actions {display:flex;gap:8px;margin-top:12px}

.pc-actions .btn {padding:9px 14px;font-size:13px;flex:1}

.pc-note {font-size:11px;color:var(--muted-2);margin-top:8px}

.demo-flag {position:absolute;top:10px;left:10px;z-index:2;font-size:10px;font-weight:800;color:var(--ink-2);background:rgba(255,255,255,.9);border:1px solid var(--line);border-radius:6px;padding:2px 7px}

/* ---------- ä½¿ç¨æ­¥éª¤ 3 æ­¥ ---------- */ .steps3 {display:grid;grid-template-columns:repeat(3,1fr);gap:18px}

.step3 {position:relative;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:24px 22px}

.step3 .num {width:40px;height:40px;border-radius:50%;background:var(--red);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:18px;margin-bottom:14px}

.step3 h3 {font-size:16px;font-weight:900;margin:0 0 8px}

.step3 p {color:var(--muted);font-size:13.5px;line-height:1.65;margin:0}

/* ---------- FAQ ---------- */ .faq-item {border:1px solid var(--line);border-radius:12px;margin-bottom:12px;overflow:hidden;background:#fff}

/* ---------- ä¼åæç¤ºæ¨ªå¹ ---------- */ .mem-band {display:flex;align-items:center;gap:22px;flex-wrap:wrap;background:linear-gradient(115deg,var(--red-dark),var(--red));border-radius:var(--radius);padding:26px 30px;color:#fff;box-shadow:var(--shadow-md)}

.mem-band .mem-ico {width:54px;height:54px;border-radius:14px;background:rgba(255,255,255,.14);display:flex;align-items:center;justify-content:center;font-size:26px;font-weight:900;flex:0 0 auto}

.mem-band h3 {margin:0 0 6px;font-size:20px;font-weight:900}

.mem-band p {margin:0;color:rgba(255,255,255,.86);font-size:14px;line-height:1.6;flex:1;min-width:240px}

/* ---------- ç§äººå®å¶æ¨ªå¹ ---------- */ .priv-banner {display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;background:var(--cream);border:1px solid var(--gold);border-radius:var(--radius);padding:26px 30px}

.priv-banner .pb-mark {display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:800;letter-spacing:2px;color:#a9760a;margin-bottom:10px}

.priv-banner h3 {margin:0 0 8px;font-size:20px;font-weight:900}

.priv-banner p {margin:0;color:var(--ink-2);font-size:14px;line-height:1.7}

.priv-banner .pb-actions {display:flex;flex-direction:column;gap:10px;min-width:170px}


@media(max-width:720px){
  .wrap{padding:0 18px}
  .topline .wrap{height:auto;min-height:36px;padding:6px 18px;flex-wrap:wrap;gap:2px}
  .topline .right{display:none}
  .head{min-height:70px;justify-content:space-between;row-gap:0}
  .brand{min-width:0}.brand b{font-size:20px}.brand img{width:38px;height:38px}.brand small{font-size:9px}
  .head-note{order:3;flex:0 0 100%;display:flex;justify-content:flex-start;padding:6px 0 10px}
  .head-note-board{display:flex;max-width:none;width:100%;text-align:left;font-size:13px;padding:9px 16px}
  .head-actions{order:2;margin-left:auto;display:none}
  .icon-btn{display:block}
  .nav{display:none;position:absolute;left:0;right:0;top:116px;height:auto;background:var(--red);flex-direction:column;box-shadow:var(--shadow-md);padding:8px 16px;z-index:60}
  .nav.open{display:flex}
  .nav-link{height:42px;justify-content:space-between;font-size:16px}
  .dropdown{position:static;max-height:none;box-shadow:none;border:0;padding:0 0 6px 14px;background:rgba(0,0,0,.14)!important;display:none}
  .nav-item.open .dropdown{display:block}
  .nav-item:not(.open):hover .dropdown{display:none}
  .subnav{top:112px}
  .product-grid,.steps3{grid-template-columns:1fr}
  .cta-box{flex-direction:column;align-items:flex-start}
}


@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}

.fresh-flag {position:absolute;top:10px;right:10px;z-index:2;font-size:10px;font-weight:800;color:#fff;background:linear-gradient(135deg,#e9b949,#c98a1e);border:1px solid rgba(0,0,0,.12);border-radius:6px;padding:2px 8px;box-shadow:var(--shadow-sm)}
/* ZT_LIB_CSS_END */

/* ZT_LIBX_CSS_START èµæåºç­éè¡¥åï¼v2-10ï¼æ²¿ç¨åå tokenï¼ */
.lib-filters{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin:16px 0 8px}
.lib-filters select,.lib-filters input[type=search]{height:40px;padding:0 12px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink);font-size:14px;font-family:inherit;min-width:140px}
.lib-filters select:focus,.lib-filters input[type=search]:focus{outline:none;border-color:var(--red)}
.lib-filters .filter-label{font-size:12.5px;color:var(--muted,#7a7a84);font-weight:700;letter-spacing:1px}
.lib-filters .btn-reset{height:40px;padding:0 16px;border:1px solid var(--line);border-radius:10px;background:var(--wash);color:var(--ink);font-weight:700;cursor:pointer;font-size:13.5px}
.lib-filters .btn-reset:hover{border-color:var(--red);color:var(--red)}
.lib-count-note{font-size:13px;color:var(--muted,#7a7a84);margin:6px 0 14px}
.lib-empty{padding:40px 24px;text-align:center;border:1px dashed var(--line);border-radius:16px;background:var(--wash);color:var(--muted,#7a7a84)}
.product-card[hidden]{display:none !important}
.res-file-table{width:100%;border-collapse:collapse;font-size:14px;margin:10px 0 0}
.res-file-table th,.res-file-table td{padding:11px 12px;border-bottom:1px solid var(--line);text-align:left}
.res-file-table th{background:var(--wash);font-weight:800;color:var(--ink);font-size:13px;letter-spacing:.5px}
.res-file-table td{color:#4a4a52}
.res-status{display:inline-block;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:800}
.res-status.ok{background:rgba(30,140,80,.1);color:#1e8c50}
.res-status.lock{background:rgba(185,25,46,.08);color:var(--red)}
.res-status.wait{background:rgba(233,185,73,.16);color:#8a6a12}
/* ZT_LIBX_CSS_END */

/* ===== ZT_PROD_CSS_START v2-11 ååè¯¦æ/ååå½æ¡£ ===== */
.perm-tag.file {color:#2a6b8f;background:#eaf4fa;border-color:#a9cfe4}
.perm-tag.code {color:var(--ink-2);background:#f4f1f2;border-color:var(--line);letter-spacing:.02em}

.pc-tag {display:inline-block;font-size:11px;font-weight:800;color:var(--red);background:var(--red-soft);border:1px solid var(--red);border-radius:999px;padding:3px 9px;margin-bottom:8px}

.prod-buy {border-color:var(--red)}
.prod-buy h4 {color:var(--red)}
.prod-price {margin:6px 0 10px}
.prod-price-num {font-size:24px;font-weight:900;color:var(--red);line-height:1.2}
.prod-price-num del {font-size:14px;font-weight:600;color:var(--muted-2);margin-right:6px}
.prod-price-num ins {text-decoration:none}
.prod-price-num .woocommerce-Price-amount {font-size:24px}
.prod-perm {display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}
.prod-cart {margin-top:10px}
.prod-cart form.cart {display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin:0}
.prod-cart .quantity input[type=number] {width:64px;padding:8px;border:1px solid var(--line);border-radius:8px;font-size:14px;text-align:center}
.prod-cart button.button,
.prod-cart .single_add_to_cart_button {flex:1;min-width:140px;background:var(--red);color:#fff;border:0;border-radius:10px;padding:11px 16px;font-size:14px;font-weight:800;cursor:pointer;transition:background .18s}
.prod-cart button.button:hover,
.prod-cart .single_add_to_cart_button:hover {background:var(--red-dark)}
.prod-cart .stock {font-size:12px;color:var(--muted-2);width:100%}
.prod-notice {font-size:11px;color:var(--muted-2);line-height:1.6;margin-top:10px;padding-top:10px;border-top:1px dashed var(--line)}
.prod-cover {margin:0 0 18px;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:var(--wash)}
.prod-cover img {display:block;width:100%;height:auto}

.btn-sm {padding:9px 14px;font-size:13px}

@media (max-width:720px){
  .prod-price-num {font-size:21px}
  .prod-cart form.cart {flex-direction:column;align-items:stretch}
  .prod-cart .quantity input[type=number] {width:100%}
}
/* ===== ZT_PROD_CSS_END ===== */

/* v2-15 åæ§åä»¶æé® */
.btn-mini{display:inline-block;padding:5px 14px;border-radius:999px;background:var(--red);color:#fff;font-size:12px;font-weight:800;text-decoration:none;line-height:1.6}
.btn-mini:hover{background:#9c1526;color:#fff}
.btn-mini.ghost{background:transparent;color:var(--red);border:1px solid var(--red)}



/* v2-29: parent navigation click dropdown hard override */
.nav-item.open &gt; .dropdown,
.nav-item:focus-within &gt; .dropdown,
.nav-item:hover &gt; .dropdown {
  display: block !important;
}
@media (max-width:720px) {
  .nav-item.open &gt; .dropdown { display: block !important; }
  .nav-item:not(.open):hover &gt; .dropdown { display: none !important; }
}


/* === 真题99 dev 视觉对齐 · 页面级覆盖 v1.0（不碰 :root / 不动头脚 / 不注入整段） === */
.home .content-card{border-radius:var(--radius);overflow:hidden}
.home .content-card-image{border-radius:var(--radius) var(--radius) 0 0}
.home .btn{border-radius:var(--radius-sm)}
.home .quick-cell{border-radius:var(--radius-sm)}
.home .feature{border-radius:0 0 var(--radius-sm) var(--radius-sm)}
.home .section{padding:clamp(40px,4.4vw,60px) 0}
.home .content-card-body{padding:18px 18px 20px}


/* === visual-alignment-v01 appended 20260806 === */
/* 鐪熼99瑙嗚瀵归綈 v01
 * 浠呴〉闈㈢骇瑙嗚瑕嗙洊锛屼笉鏀归椤靛喕缁撳熀绾裤€侀摼鎺ャ€佽彍鍗曘€佸悗鍙板瓧娈靛拰鍔熻兘閫昏緫銆? */

/* 鍥哄畾椤甸潰涓?WooCommerce 椤甸潰锛氳鐩?Storefront 鐨?Source Sans Pro 缁ф壙銆?*/
body.page:not(.home),
body.archive,
body.single,
body.woocommerce,
body.tax-parent_cat,
body.single-exam,
body.post-type-archive,
body.page:not(.home) .site-main,
body.woocommerce .site-main,
body.woocommerce-page .site-main {
  font-family: "PingFang SC", "Microsoft YaHei", Arial, system-ui, sans-serif;
}

body.page:not(.home) .entry-content,
body.page:not(.home) .page-content,
body.page:not(.home) .woocommerce,
body.woocommerce-page .site-main,
body.archive .site-main,
body.single .site-main {
  font-family: "PingFang SC", "Microsoft YaHei", Arial, system-ui, sans-serif;
}

/* 浠呰祫鏂欏簱銆侀殣绉併€佹湇鍔″拰浼氬憳椤甸潰鐨勭幇鏈夋寜閽紝缁熶竴鍒版姤鍛婁腑鐨勫師鍨嬬洰鏍囧€笺€?*/
body.page-id-15 .btn,
body.page-id-15 .button,
body.page-id-15 .wp-element-button,
body.page-id-16 .btn,
body.page-id-16 .button,
body.page-id-16 .wp-element-button,
body.page-id-37 .btn,
body.page-id-37 .button,
body.page-id-37 .wp-element-button,
body.page-id-38 .btn,
body.page-id-38 .button,
body.page-id-38 .wp-element-button {
  border-radius: 10px;
  font-weight: 800;
  padding: 11px 18px;
}

/* 鐖舵爮鐩拰鍏充簬椤电殑 Hero锛氭仮澶嶅師鍨嬬殑娣辫壊鑳屾櫙涓庣櫧鑹蹭富鏍囬锛涗笉鏀归椤点€?*/
body.tax-parent_cat .hero,
body.page-id-17 .hero {
  background: #5c0816;
  color: #fff;
}

body.tax-parent_cat .hero h1,
body.tax-parent_cat .hero h1 em,
body.page-id-17 .hero h1,
body.page-id-17 .hero h1 em {
  color: #fff;
}

/* 浼氬憳椤?Hero 鏄嫭绔?mz-hero锛屼繚鐣欏叾绾㈣壊鑳屾櫙浣撶郴锛屽彧鎭㈠涓绘爣棰樼櫧瀛椼€?*/
body.page-id-16 .mz-hero h1,
body.page-id-16 .mz-hero h1 em {
  color: #fff;
}

@media (max-width: 720px) {
  body.page-id-15 .btn,
  body.page-id-15 .button,
  body.page-id-15 .wp-element-button,
  body.page-id-16 .btn,
  body.page-id-16 .button,
  body.page-id-16 .wp-element-button,
  body.page-id-37 .btn,
  body.page-id-37 .button,
  body.page-id-37 .wp-element-button,
  body.page-id-38 .btn,
  body.page-id-38 .button,
  body.page-id-38 .wp-element-button {
    max-width: 100%;
    white-space: normal;
  }
}


/* === visual-alignment-v02 appended 20260806 === */
/* 鐪熼99瑙嗚瀵归綈 v02锛氳祫鏂欏簱绉诲姩绔笌浼氬憳鍗＄墖缁嗚妭 */

/* 璧勬枡搴?Hero锛氬皬灞忔椂鏀逛负鍗曞垪锛岄伩鍏嶈鏄庢爮鍜屾爣棰樻尋鍘嬨€?*/
@media (max-width: 720px) {
  body.page-id-15 .exam-hero .wrap {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-left: 18px;
    padding-right: 18px;
  }

  body.page-id-15 .exam-hero h1 {
    font-size: clamp(30px, 9vw, 38px);
    line-height: 1.22;
    word-break: keep-all;
  }

  body.page-id-15 .exam-hero .pos {
    font-size: 15px;
    line-height: 1.8;
  }

  body.page-id-15 .exam-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.page-id-15 .exam-hero-actions .btn {
    width: 100%;
    min-height: 42px;
  }

  body.page-id-15 .exam-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body.page-id-15 .exam-stat {
    min-width: 0;
    padding: 12px 13px;
  }

  body.page-id-15 .exam-aside {
    width: 100%;
  }

  body.page-id-15 .section > .wrap {
    padding-left: 18px;
    padding-right: 18px;
  }

  body.page-id-15 .section-head {
    display: block;
    margin-bottom: 20px;
  }

  body.page-id-15 .section-intro {
    line-height: 1.75;
  }

  body.page-id-15 .lib-tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
    margin-bottom: 16px;
  }

  body.page-id-15 .lib-tab {
    width: 100%;
    justify-content: space-between;
    padding: 11px 14px;
  }

  body.page-id-15 .lib-filters {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    align-items: stretch;
    margin-top: 14px;
  }

  body.page-id-15 .lib-filters .filter-label {
    margin-bottom: -2px;
  }

  body.page-id-15 .lib-filters select,
  body.page-id-15 .lib-filters input[type=search],
  body.page-id-15 .lib-filters .btn-reset {
    width: 100%;
    min-width: 0;
    height: 42px;
  }

  body.page-id-15 .product-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  body.page-id-15 .product-card {
    min-width: 0;
  }

  body.page-id-15 .pc-name,
  body.page-id-15 .pc-intro,
  body.page-id-15 .pc-meta,
  body.page-id-15 .pc-date {
    overflow-wrap: anywhere;
  }

  body.page-id-15 .pc-actions .btn {
    min-height: 42px;
  }
}

/* 浼氬憳椤碉細鍥哄畾娓稿鍗＄墖搴曢儴瀵归綈锛屼繚鎸佺幇鏈夋寜閽拰鍔熻兘涓嶅彉銆?*/
body.page-id-16 .guest-card {
  min-height: 250px;
}

body.page-id-16 .guest-card .guest-actions,
body.page-id-16 .guest-card .gc-btns {
  margin-top: auto;
}

@media (max-width: 720px) {
  body.page-id-16 .guest-card {
    min-height: 0;
  }

  body.page-id-16 .mz-path {
    padding: 16px 15px 18px;
  }

  body.page-id-16 .mz-path small {
    min-height: 0;
  }
}


/* === visual-alignment-v03 appended 20260806 === */
/* 鐪熼99瑙嗚瀵归綈 v03锛氳祫鏂欏簱390px鏈€缁堟敹绱?*/
@media (max-width: 720px) {
  body.page-id-15 .exam-hero h1 {
    display: block;
    max-width: 100%;
    overflow: visible;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
    font-size: 32px;
    line-height: 1.28;
    letter-spacing: 0;
  }

  body.page-id-15 .exam-hero h1 em {
    display: inline;
    white-space: normal;
  }

  body.page-id-15 .exam-hero-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  body.page-id-15 .exam-hero-actions .btn {
    display: flex;
    width: 100%;
    min-height: 44px;
    justify-content: center;
    box-sizing: border-box;
  }

  body.page-id-15 .exam-stats {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  body.page-id-15 .exam-stat {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    min-height: 48px;
    padding: 12px 14px;
    box-sizing: border-box;
  }

  body.page-id-15 .exam-stat b {
    display: inline;
  }

  body.page-id-15 .exam-stat span {
    display: inline;
    margin-top: 0;
    text-align: right;
  }
}


/* === visual-alignment-v04 appended 20260806 === */
/* 鐪熼99瑙嗚瀵归綈 v04锛氱埗鏍忕洰銆佽€冭瘯椤点€佷細鍛樼Щ鍔ㄧ */

@media (max-width: 720px) {
  /* 鐖舵爮鐩?Hero锛氳瑙夊崱鐗囪繘鍏ユ甯告枃妗ｆ祦锛屼笉鑳芥拺鐮?90px瑙嗗彛銆?*/
  body.tax-parent_cat .hero .wrap {
    grid-template-columns: minmax(0, 1fr);
    gap: 26px;
    width: 100%;
    min-width: 0;
  }

  body.tax-parent_cat .hero-copy,
  body.tax-parent_cat .hero-visual,
  body.tax-parent_cat .hero-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  body.tax-parent_cat .hero-card {
    aspect-ratio: auto;
    min-height: 340px;
    overflow: hidden;
  }

  body.tax-parent_cat .hero-cover {
    position: relative;
    inset: auto;
    min-height: 340px;
    box-sizing: border-box;
  }

  body.tax-parent_cat .cover-list {
    min-width: 0;
  }

  body.tax-parent_cat .cover-item,
  body.tax-parent_cat .cover-name {
    min-width: 0;
  }

  body.tax-parent_cat .hero-jump {
    padding-left: 4px;
  }

  /* 瀛愭爮鐩笌鑰冭瘯璇︽儏锛氬鑸笉鎹㈣锛屽厑璁告墜鎸囨í鍚戞粦鍔ㄣ€?*/
  body.tax-parent_cat .subnav .wrap,
  body.single-exam .subnav .wrap {
    display: flex;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  body.tax-parent_cat .subnav .wrap::-webkit-scrollbar,
  body.single-exam .subnav .wrap::-webkit-scrollbar {
    display: none;
  }

  body.tax-parent_cat .subnav a,
  body.single-exam .subnav a {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  /* 鑰冭瘯椤电粺璁″崱鏄庣‘閲囩敤2x2锛岄伩鍏嶅洓椤规尋鎴愪竴琛屻€?*/
  body.tax-parent_cat .exam-stats,
  body.single-exam .exam-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    width: 100%;
  }

  body.tax-parent_cat .exam-stat,
  body.single-exam .exam-stat {
    min-width: 0;
    padding: 12px 12px;
    box-sizing: border-box;
  }

  body.tax-parent_cat .exam-stat span,
  body.single-exam .exam-stat span {
    overflow-wrap: anywhere;
  }

  /* 浼氬憳椤甸敋鐐瑰鑸崟琛屾粦鍔紝閬垮厤椤圭洰鎸ゅ帇鎴栨姌琛屻€?*/
  body.page-id-16 .subnav .wrap {
    display: flex;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  body.page-id-16 .subnav .wrap::-webkit-scrollbar {
    display: none;
  }

  body.page-id-16 .subnav a {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  body.page-id-16 .mz-hero .wrap {
    padding-left: 18px;
    padding-right: 18px;
  }

  body.page-id-16 .mz-hero h1 {
    font-size: 34px;
    line-height: 1.25;
    letter-spacing: 0;
  }
}

/* 头部三大端口 · 私人定制按钮（深藏蓝） · 2026-08-12 部署 */
.btn-private{background:#1a1a2e;border-color:#1a1a2e;color:#fff;font-size:15px;font-weight:900}
.btn-private:hover{background:#2c2c46;border-color:#2c2c46;color:#ffd866;transform:translateY(-1px)}
.btn-private:focus-visible{outline:2px solid #ffd866;outline-offset:2px}

/* ===== kejian page layout cleanup ===== */
.page-id-652 .page-sidebar,
.page-id-652 .section-head{display:none !important;}
.page-id-652 .page-article{width:100% !important; max-width:none !important; flex:none !important; float:none !important;}
.page-id-652 .article-layout{gap:0 !important;}

/* ===== kejian premium card grid ===== */
#resource-entries.kj-section{max-width:1200px; margin:0 auto; padding:30px 20px 70px;}
.kejian-lead{max-width:760px; margin:0 auto 40px; text-align:center; font-size:17px; color:#555; line-height:1.8;}
.kejian-foot{max-width:760px; margin:50px auto 0; text-align:center; font-size:15px; color:#777; line-height:1.7;}
.kj-section-head{text-align:center; margin-bottom:50px;}
.kj-eyebrow{display:inline-block; padding:7px 16px; background:rgba(185,25,46,.08); color:#b9192e; font-size:13px; font-weight:800; letter-spacing:1.5px; border-radius:30px; margin-bottom:18px; text-transform:uppercase;}
.kj-section-head h2{font-size:36px; font-weight:800; color:#1a1a2e; margin:0 0 16px; line-height:1.25;}
.kj-section-head h2 em{font-style:normal; color:#b9192e;}
.kj-subtitle{color:#666; font-size:17px; line-height:1.7; max-width:680px; margin:0 auto;}
.kj-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:28px;}
.kj-card{display:flex; flex-direction:column; background:#fff; border-radius:22px; overflow:hidden; box-shadow:0 8px 28px rgba(0,0,0,.07); transition:all .35s cubic-bezier(.25,.46,.45,.94); text-decoration:none; color:inherit; border:1px solid rgba(0,0,0,.04);}
.kj-card:hover{transform:translateY(-8px); box-shadow:0 22px 52px rgba(0,0,0,.13); border-color:rgba(185,25,46,.12);}
.kj-thumb{position:relative; aspect-ratio:16/10; overflow:hidden; background:#821326;}
.kj-thumb img{display:block; width:100%; height:100%; object-fit:cover; transition:transform .5s ease;}
.kj-card:hover .kj-thumb img{transform:scale(1.08);}
.kj-card-body{padding:26px; flex:1; display:flex; flex-direction:column;}
.kj-card-body h4{margin:0 0 12px; font-size:21px; font-weight:800; color:#1a1a2e; line-height:1.3;}
.kj-card-body p{margin:0 0 22px; color:#555; font-size:15px; line-height:1.7; flex:1;}
.kj-card-go{display:inline-flex; align-items:center; gap:6px; color:#b9192e; font-weight:800; font-size:14px; transition:gap .2s ease;}
.kj-card:hover .kj-card-go{gap:10px; color:#821326;}
/* featured first card spans 2 rows */
.kj-card:first-child{grid-row:span 2;}
.kj-card:first-child .kj-thumb{aspect-ratio:3/4;}
.kj-card:first-child .kj-card-body h4{font-size:28px;}
.kj-card:first-child .kj-card-body p{font-size:16px;}
/* responsive */
@media (max-width:1023px){
  .kj-grid{grid-template-columns:repeat(2,1fr); gap:22px;}
  .kj-card:first-child{grid-row:auto;}
  .kj-card:first-child .kj-thumb{aspect-ratio:16/10;}
  .kj-card:first-child .kj-card-body h4{font-size:21px;}
  .kj-section-head h2{font-size:30px;}
}
@media (max-width:639px){
  .kj-grid{grid-template-columns:1fr; gap:20px;}
  .kj-section-head h2{font-size:26px;}
  .kj-section-head{padding:0 10px;}
  .kj-card-body{padding:22px;}
  .kj-thumb{aspect-ratio:16/9;}
}


/* 课件专区 tab 链接适配（2026-08-16） */
.lib-tab.lib-tab-link { text-decoration:none; }
.lib-tab.lib-tab-link:hover { border-color:var(--red); color:var(--red); }


/* ================= 20260831 首页资讯两列表 + 资料库列表化 + 资料详情观感（Cola v20260831） ================= */
/* —— A. 首页「考试资讯 · 最新动态」两列：考试新闻 / 平台新闻，每列可见约5条，其余列表内滚动 —— */
.home-news .news-col-title{font-size:18px;font-weight:900;margin:0 0 12px}
.news-scroll{max-height:392px;overflow-y:auto;overflow-x:hidden;padding-right:8px;scrollbar-width:thin;scrollbar-color:#e3b6bc #f6e9eb}
.news-scroll::-webkit-scrollbar{width:8px}
.news-scroll::-webkit-scrollbar-thumb{background:#e3b6bc;border-radius:999px}
.news-scroll::-webkit-scrollbar-track{background:#f6e9eb;border-radius:999px}
.news-empty{color:var(--muted);font-size:14px;padding:18px 0}
/* —— B. 资料库(页面15)：大卡片改一行一条，可见约10条，其余面板内滚动 —— */
body.page-id-15 .lib-panel{max-height:700px}
body.page-id-15 .product-grid{display:flex;flex-direction:column;gap:10px}
body.page-id-15 .product-card{flex-direction:row;align-items:center;gap:14px;padding:12px 16px}
body.page-id-15 .product-card:hover{transform:none;box-shadow:var(--shadow-sm)}
body.page-id-15 .pc-cover{width:46px;height:46px;flex:0 0 46px;border-radius:10px}
body.page-id-15 .pc-cover:after{font-size:20px;right:3px;bottom:0}
body.page-id-15 .pc-cover .pc-cat{display:none}
body.page-id-15 .pc-body{padding:0;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;column-gap:16px;flex:1;min-width:0}
body.page-id-15 .pc-form{display:none}
body.page-id-15 .pc-name{grid-column:1;grid-row:1;margin:0;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body.page-id-15 .pc-meta{grid-column:1;grid-row:2;margin:0;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body.page-id-15 .pc-intro{display:none}
body.page-id-15 .pc-foot{grid-column:2;grid-row:1/span 2;margin:0;flex-direction:column;align-items:flex-end;gap:4px}
body.page-id-15 .pc-price{font-size:15px}
body.page-id-15 .pc-date{display:none}
body.page-id-15 .pc-actions{grid-column:3;grid-row:1/span 2;margin:0}
body.page-id-15 .pc-actions .btn{flex:none;padding:8px 14px;font-size:13px}
@media(max-width:720px){
  body.page-id-15 .pc-body{grid-template-columns:minmax(0,1fr) auto}
  body.page-id-15 .pc-foot{grid-column:1/-1;grid-row:3;flex-direction:row;align-items:center;gap:10px;margin-top:4px}
  body.page-id-15 .pc-actions{grid-column:2;grid-row:1/span 2}
  body.page-id-15 .pc-actions .btn{padding:7px 10px;font-size:12px}
}
/* —— C. 资料详情页(single-resource)：正文与说明字号收敛、去强制高卡，内容长靠页面自然滚动 —— */
body.single-resource .page-article{min-height:0}
body.single-resource .article-title{font-size:22px}
body.single-resource .article-body{font-size:14.5px;line-height:1.75}
body.single-resource .article-body h2{font-size:19px;margin:26px 0 12px}
body.single-resource .article-body h3{font-size:16px;margin:22px 0 10px}
body.single-resource .res-file-table{font-size:13.5px}
/* ================= /20260831 结束 ================= */
