:root{
--bg:#eef2f9;--bg2:#e4ebf5;--card:#ffffff;
--primary:#2b6cff;--primary-d:#1a4ed8;--cyan:#00b8d9;--purple:#7c3aed;
--green:#10b981;--orange:#f59e0b;--red:#ef4444;--gold:#d4a017;
--text:#1a2332;--text2:#5a6a85;--text3:#94a3b8;
--border:rgba(43,108,255,0.08);--border2:rgba(0,0,0,0.06);
--shadow:0 2px 8px rgba(43,108,255,0.06);--shadow-h:0 8px 24px rgba(43,108,255,0.12);
--radius:12px;
}
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:"Segoe UI","Microsoft YaHei",sans-serif;background:var(--bg);color:var(--text);font-size:14px;overflow-x:hidden}
a{text-decoration:none;color:inherit}
ul,li{list-style:none}
body::before{content:"";position:fixed;inset:0;z-index:-2;background:radial-gradient(ellipse at 15% -5%,rgba(43,108,255,0.06),transparent 45%),radial-gradient(ellipse at 85% 5%,rgba(0,184,217,0.05),transparent 40%),linear-gradient(180deg,var(--bg),var(--bg2))}
body::after{content:"";position:fixed;inset:0;z-index:-1;background-image:linear-gradient(rgba(43,108,255,0.025) 1px,transparent 1px),linear-gradient(90deg,rgba(43,108,255,0.025) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(180deg,transparent,#000 20%,#000 80%,transparent)}
.wrap{max-width:1360px;margin:0 auto;padding:0 32px}
.card{background:var(--card);border:1px solid var(--border2);border-radius:var(--radius);box-shadow:var(--shadow);transition:all .3s ease}
.card:hover{box-shadow:var(--shadow-h);transform:translateY(-3px);border-color:rgba(43,108,255,0.15)}
.clamp1{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.clamp2{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}
/* ===== 顶部导航 ===== */
.topbar{position:sticky;top:0;z-index:100;background:rgba(255,255,255,0.85);backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}
.topbar-inner{max-width:1360px;margin:0 auto;height:60px;padding:0 32px;display:flex;align-items:center;gap:20px}
.logo{display:flex;align-items:center;gap:8px;flex-shrink:0}
.logo-icon{width:32px;height:32px;border-radius:8px;background:linear-gradient(135deg,var(--primary),var(--cyan));display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:900;color:#fff}
.logo-text{font-size:17px;font-weight:700;letter-spacing:.5px}
.logo-text span{color:var(--primary)}
.nav-links{display:flex;align-items:center;gap:2px;flex:1}
.nav-links a{padding:7px 14px;border-radius:8px;font-size:14px;color:var(--text2);transition:all .25s;cursor:pointer;position:relative}
.nav-links a:hover{color:var(--primary);background:rgba(43,108,255,0.05)}
.nav-links a.active{color:var(--primary);font-weight:600}
.nav-links a.active::after{content:"";position:absolute;bottom:-2px;left:50%;transform:translateX(-50%);width:20px;height:2px;background:var(--primary);border-radius:1px}
.search-mini{display:flex;align-items:center;gap:8px;background:rgba(43,108,255,0.04);border:1px solid var(--border);border-radius:20px;padding:6px 14px;width:200px;transition:all .25s}
.search-mini:hover{border-color:var(--primary);box-shadow:0 0 0 3px rgba(43,108,255,0.08)}
.search-mini input{background:none;border:none;outline:none;color:var(--text);font-size:13px;flex:1;width:100%}
.search-mini input::placeholder{color:var(--text3)}
.search-mini form{flex:1;display:flex}
.search-mini form input{flex:1;width:100%;border:none;outline:none;background:none;font-size:13px;color:var(--text)}
.search-mini form input::placeholder{color:var(--text3)}
.sm-icon{color:var(--text3);font-weight:700}
.top-actions{display:flex;align-items:center;gap:10px}
.mobile-quick-nav{display:none}
.btn-ghost{padding:7px 18px;border-radius:8px;font-size:13px;border:1px solid var(--border);color:var(--text2);cursor:pointer;transition:all .25s}
.btn-ghost:hover{border-color:var(--primary);color:var(--primary)}
.btn-primary{padding:7px 18px;border-radius:8px;font-size:13px;background:linear-gradient(135deg,var(--primary),var(--primary-d));color:#fff;font-weight:600;cursor:pointer;transition:all .25s;border:none}
.btn-primary:hover{box-shadow:0 4px 12px rgba(43,108,255,0.3);transform:translateY(-1px)}
.user-link{display:flex;align-items:center;gap:6px}
.user-link .avatar{width:28px;height:28px;border-radius:50%}
/* ===== Hero ===== */
.hero{padding:36px 0 24px;position:relative}
.hero-bg{position:absolute;inset:0;z-index:-1;overflow:hidden}
.hero-bg .orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.5}
.hero-bg .o1{width:500px;height:500px;background:rgba(43,108,255,0.12);top:-150px;right:5%}
.hero-bg .o2{width:350px;height:350px;background:rgba(0,184,217,0.1);bottom:-80px;left:0}
.hero-inner{display:flex;align-items:center;gap:40px}
.hero-left{flex:1}
.hero-tag{display:inline-flex;align-items:center;gap:6px;padding:5px 14px;border-radius:16px;background:rgba(43,108,255,0.06);border:1px solid var(--border);font-size:12px;color:var(--primary);margin-bottom:16px}
.hero-tag .dot{width:6px;height:6px;border-radius:50%;background:var(--green);animation:pulse 2s infinite}
@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.3)}}
.hero-title{font-size:36px;font-weight:800;line-height:1.25;margin-bottom:12px}
.hero-title .grad{background:linear-gradient(135deg,var(--primary),var(--cyan));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.hero-desc{font-size:15px;color:var(--text2);line-height:1.6;margin-bottom:22px;max-width:480px}
.hero-search{display:flex;gap:0;margin-bottom:16px;max-width:540px}
.hero-search input{flex:1;height:50px;background:var(--card);border:1px solid var(--border);border-radius:12px 0 0 12px;padding:0 18px;font-size:15px;outline:none;transition:border-color .25s;box-shadow:var(--shadow)}
.hero-search input:focus{border-color:var(--primary)}
.hero-search input::placeholder{color:var(--text3)}
.hero-search button{height:50px;padding:0 26px;border:none;border-radius:0 12px 12px 0;background:linear-gradient(135deg,var(--primary),var(--primary-d));color:#fff;font-size:15px;font-weight:600;cursor:pointer}
.hero-search button:hover{box-shadow:0 4px 16px rgba(43,108,255,0.3)}
.hot-tags{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.hot-tags .label{font-size:13px;color:var(--text3)}
.hot-tags a{padding:4px 12px;border-radius:14px;background:rgba(43,108,255,0.03);border:1px solid var(--border);font-size:12px;color:var(--text2);transition:all .25s;cursor:pointer}
.hot-tags a:hover{border-color:var(--primary);color:var(--primary);background:rgba(43,108,255,0.06)}
/* ===== APP下载卡片 ===== */
.app-card{width:360px;flex-shrink:0;position:relative}
.app-card .glow{position:absolute;inset:-20px;background:radial-gradient(ellipse at 60% 30%,rgba(43,108,255,0.15),rgba(0,184,217,0.05) 40%,transparent 70%);z-index:-1;animation:breathe 3s ease-in-out infinite}
@keyframes breathe{0%,100%{opacity:.5}50%{opacity:1}}
.app-card .inner{background:linear-gradient(165deg,#fff,rgba(238,242,249,0.85));border:1px solid rgba(43,108,255,0.15);border-radius:20px;box-shadow:0 12px 40px rgba(43,108,255,0.1);position:relative;overflow:hidden}
.app-card .inner::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--primary),var(--cyan),var(--primary));z-index:5}
.app-card .badge{position:absolute;top:16px;right:16px;padding:4px 12px;border-radius:10px;background:linear-gradient(135deg,var(--green),#059669);color:#fff;font-size:10px;font-weight:700;animation:pulse 2s infinite;z-index:5;box-shadow:0 4px 12px rgba(16,185,129,0.3)}
.app-card .ac-visual{background:linear-gradient(135deg,rgba(43,108,255,0.08),rgba(0,184,217,0.05));padding:24px 20px 18px;display:flex;align-items:center;justify-content:center;gap:12px;position:relative;overflow:hidden}
.app-card .ac-visual::after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(43,108,255,0.04) 1px,transparent 1px),linear-gradient(90deg,rgba(43,108,255,0.04) 1px,transparent 1px);background-size:20px 20px;pointer-events:none}
.app-card .ac-visual .orb{position:absolute;border-radius:50%;filter:blur(12px);pointer-events:none}
.app-card .ac-visual .orb1{width:80px;height:80px;background:rgba(43,108,255,0.12);top:-10px;left:10px}
.app-card .ac-visual .orb2{width:60px;height:60px;background:rgba(0,184,217,0.1);bottom:-10px;right:20px}
.app-card .phone-mockup{border-radius:20px;background:linear-gradient(145deg,#1e293b,#334155);padding:5px;box-shadow:0 16px 36px rgba(30,41,59,0.35),inset 0 1px 0 rgba(255,255,255,0.1);position:relative;flex-shrink:0;z-index:2}
.app-card .phone-mockup::before{content:"";position:absolute;top:4px;left:50%;transform:translateX(-50%);width:30px;height:5px;background:#0f172a;border-radius:0 0 5px 5px;z-index:4}
.app-card .phone-mockup .phone-screen{border-radius:14px;background:#f0f4ff;overflow:hidden;display:flex;flex-direction:column;height:100%}
.app-card .phone-mockup .phone-screen-img{width:100%;height:100%;border-radius:14px;object-fit:cover}
.app-card .phone-mockup .ps-bar{height:20px;background:linear-gradient(135deg,var(--primary),var(--cyan));display:flex;align-items:center;justify-content:center;color:#fff;font-size:8px;font-weight:700;flex-shrink:0}
.app-card .phone-mockup .ps-search{margin:4px 5px;height:10px;background:#fff;border-radius:5px;box-shadow:0 1px 2px rgba(0,0,0,0.05);flex-shrink:0}
.app-card .phone-mockup .ps-cards{padding:0 5px;display:flex;flex-direction:column;gap:3px;flex:1}
.app-card .phone-mockup .ps-card{height:14px;background:linear-gradient(90deg,rgba(43,108,255,0.1),rgba(0,184,217,0.05));border-radius:3px;flex-shrink:0}
.app-card .phone-mockup .ps-card:nth-child(2){height:12px}
.app-card .phone-left{width:76px;height:140px;transform:perspective(600px) rotateY(12deg) translateZ(-10px);opacity:0.85}
.app-card .phone-right{width:100px;height:184px;transform:perspective(600px) rotateY(-6deg)}
.app-card .app-jump-mark{position:absolute;bottom:14px;right:14px;min-width:58px;height:34px;padding:0 9px;background:#fff;border:1px solid rgba(43,108,255,.12);border-radius:8px;box-shadow:0 6px 16px rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;gap:5px;z-index:5;color:var(--primary)}
.app-card .app-jump-mark span{font-size:10px;font-weight:800;letter-spacing:0}
.app-card .app-jump-mark strong{font-size:16px;line-height:1}
.app-card .ac-body{padding:20px 24px 22px;position:relative}
.app-card .ac-title{font-size:18px;font-weight:700;margin-bottom:4px;display:flex;align-items:center;gap:8px}
.app-card .ac-title .ac-ver{font-size:11px;font-weight:600;color:var(--primary);padding:2px 10px;border-radius:10px;background:rgba(43,108,255,0.08);border:1px solid rgba(43,108,255,0.12)}
.app-card .ac-sub{font-size:13px;color:var(--text2);line-height:1.5;margin-bottom:14px}
.app-card .ac-features{display:flex;gap:6px;margin-bottom:16px;flex-wrap:wrap}
.app-card .ac-features span{padding:3px 10px;border-radius:8px;background:rgba(43,108,255,0.05);font-size:11px;color:var(--primary);border:1px solid rgba(43,108,255,0.08)}
.app-card .ac-platforms{display:flex;gap:14px;margin-bottom:18px;padding:10px 14px;background:rgba(43,108,255,0.02);border-radius:10px;border:1px solid var(--border)}
.app-card .ac-plat{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--text2)}
.app-card .ac-plat .pd{width:8px;height:8px;border-radius:50%;flex-shrink:0}
.app-card .ac-plat.android .pd{background:var(--green)}
.app-card .ac-plat.harmony .pd{background:var(--cyan)}
.app-card .ac-plat.pending{color:var(--text3)}
.app-card .ac-plat.pending .pd{background:var(--text3)}
.app-card .ac-plat.ios .pd{background:var(--purple)}
.app-card .ac-plat.ios.pending .pd{background:var(--text3)}
.app-card .ac-plat.ios.pending{color:var(--text3)}
.app-card .dl-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:46px;border-radius:12px;background:linear-gradient(135deg,var(--primary),var(--primary-d));color:#fff;font-size:15px;font-weight:700;transition:all .25s;cursor:pointer;border:none}
.app-card .dl-btn:hover{box-shadow:0 8px 24px rgba(43,108,255,0.35);transform:translateY(-2px)}
.app-card .dl-btn .arrow{font-size:16px;transition:transform .25s}
.app-card .dl-btn:hover .arrow{transform:translateX(3px)}
.app-card .ac-footer{font-size:11px;color:var(--text3);text-align:center;margin-top:10px}
.app-card .ac-footer strong{color:var(--purple)}
/* ===== 通知公告 ===== */
.notice-bar{display:flex;align-items:center;gap:12px;background:var(--card);border:1px solid var(--border2);border-radius:var(--radius);padding:0 16px;height:44px;box-shadow:var(--shadow);margin-bottom:24px;overflow:hidden}
.notice-bar .nb-icon{display:flex;align-items:center;gap:6px;padding:4px 12px;border-radius:8px;background:linear-gradient(135deg,rgba(239,68,68,0.08),rgba(245,158,11,0.06));font-size:12px;font-weight:600;color:var(--red);flex-shrink:0}
.notice-bar .nb-icon .dot{width:6px;height:6px;border-radius:50%;background:var(--red);animation:pulse 2s infinite}
.notice-bar .nb-scroll{flex:1;overflow:hidden;position:relative}
.notice-bar .nb-content{display:flex;gap:40px;animation:scrollLeft 30s linear infinite;white-space:nowrap}
.notice-bar .nb-scroll:hover .nb-content{animation-play-state:paused}
.notice-bar .nb-content a{color:var(--text2);font-size:13px;transition:color .25s}
.notice-bar .nb-content a:hover{color:var(--primary)}
@keyframes scrollLeft{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.notice-bar .nb-more{font-size:12px;color:var(--primary);cursor:pointer;flex-shrink:0;padding-left:12px;border-left:1px solid var(--border)}
/* ===== 统计数据 ===== */
.stats{display:flex;gap:16px;margin-bottom:32px}
.stats .s-item{flex:1;background:var(--card);border:1px solid var(--border2);border-radius:var(--radius);padding:24px;text-align:center;box-shadow:var(--shadow);transition:all .3s}
.stats .s-item:hover{box-shadow:var(--shadow-h);transform:translateY(-2px)}
.stats .s-num{font-size:28px;font-weight:800;background:linear-gradient(135deg,var(--primary),var(--cyan));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:4px}
.stats .s-label{font-size:13px;color:var(--text3)}
/* ===== 人工精选 ===== */
.craft-band{background:linear-gradient(135deg,rgba(212,160,23,0.04),rgba(245,158,11,0.02));border:1px solid rgba(212,160,23,0.12);border-radius:16px;padding:24px;margin-bottom:32px}
.craft-badge{display:flex;align-items:center;gap:12px;margin-bottom:20px}
.craft-badge .cb-icon{width:32px;height:32px;border-radius:8px;background:linear-gradient(135deg,var(--gold),#e8a020);display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px}
.craft-badge .cb-text{font-size:20px;font-weight:800;color:var(--gold)}
.craft-badge .cb-desc{font-size:13px;color:var(--text3);margin-left:auto}
.craft-items{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.craft-item{background:var(--card);border:1px solid var(--border2);border-radius:12px;overflow:hidden;transition:all .3s;box-shadow:var(--shadow)}
.craft-item:hover{box-shadow:var(--shadow-h);transform:translateY(-3px)}
.craft-item .ci-cover{aspect-ratio:16/9;overflow:hidden;background:rgba(43,108,255,0.03)}
.craft-item .ci-cover img{width:100%;height:100%;object-fit:cover}
.craft-item .ci-title{padding:10px 14px;font-size:13px;font-weight:600}
/* ===== 板块标题 ===== */
.section-head{text-align:center;margin-bottom:24px}
.section-head h2{font-size:26px;font-weight:800;margin-bottom:6px}
.section-head h2 .grad{background:linear-gradient(135deg,var(--primary),var(--cyan));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.section-head p{font-size:14px;color:var(--text2)}
/* ===== 精选PPT ===== */
.featured-ppt{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:32px}
.fp-card{overflow:hidden}
.fp-cover{aspect-ratio:16/9;overflow:hidden;background:rgba(43,108,255,0.03)}
.fp-cover img{width:100%;height:100%;object-fit:cover;transition:transform .3s}
.fp-card:hover .fp-cover img{transform:scale(1.05)}
.fp-info{padding:14px 16px}
.fp-title{font-size:15px;font-weight:600;margin-bottom:8px}
.fp-meta{display:flex;gap:14px;font-size:12px;color:var(--text3)}
/* ===== PPT分类库 ===== */
.ppt-chips{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:20px}
.ppt-chips .chip{padding:8px 18px;border-radius:20px;background:var(--card);border:1px solid var(--border2);font-size:14px;color:var(--text2);cursor:pointer;transition:all .25s}
.ppt-chips .chip:hover{border-color:var(--primary);color:var(--primary)}
.ppt-chips .chip.active{background:linear-gradient(135deg,var(--primary),var(--primary-d));color:#fff;border-color:transparent}
.ppt-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-bottom:32px}
.pg-card{overflow:hidden}
.pg-cover{aspect-ratio:16/9;overflow:hidden;background:rgba(43,108,255,0.03)}
.pg-cover img{width:100%;height:100%;object-fit:cover;transition:transform .3s}
.pg-card:hover .pg-cover img{transform:scale(1.05)}
.pg-title{padding:10px 12px 4px;font-size:13px;font-weight:600}
.pg-meta{padding:0 12px 10px;display:flex;gap:10px;font-size:11px;color:var(--text3)}
/* ===== 精选专题 + 标签 + 达人 + 动态 ===== */
.content-row1{display:grid;grid-template-columns:1.6fr 1fr;gap:20px;margin-bottom:20px}
.content-row2{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;margin-bottom:32px}
.cr-block{padding:20px}
.cr-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
.cr-head h3{font-size:17px;font-weight:700}
.cr-head a{font-size:13px;color:var(--primary)}
.cr-topic-list{display:flex;flex-direction:column;gap:12px}
.cr-topic-item{display:flex;gap:14px;padding:10px;border-radius:10px;transition:background .25s}
.cr-topic-item:hover{background:rgba(43,108,255,0.03)}
.ct-cover{width:80px;height:60px;border-radius:8px;overflow:hidden;flex-shrink:0;background:rgba(43,108,255,0.03)}
.ct-cover img{width:100%;height:100%;object-fit:cover}
.ct-info{flex:1;min-width:0}
.ct-title{font-size:14px;font-weight:600;margin-bottom:2px}
.ct-desc{font-size:12px;color:var(--text3);line-height:1.5;margin-bottom:4px}
.ct-meta{font-size:11px;color:var(--text3)}
.cr-tag-list{display:flex;flex-wrap:wrap;gap:10px}
.cr-tag-item{display:flex;align-items:center;gap:6px;padding:8px 14px;border-radius:10px;background:rgba(43,108,255,0.03);border:1px solid var(--border);font-size:13px;color:var(--text2);transition:all .25s}
.cr-tag-item:hover{border-color:var(--primary);color:var(--primary);background:rgba(43,108,255,0.06)}
.tag-icon{color:var(--primary);font-weight:700}
.tag-count{font-size:11px;color:var(--text3)}
.cr-daren-list{display:flex;flex-direction:column;gap:10px}
.cr-daren-item{display:flex;align-items:center;gap:12px;padding:8px 10px;border-radius:10px;transition:background .25s}
.cr-daren-item:hover{background:rgba(43,108,255,0.03)}
.dr-rank{width:24px;height:24px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:var(--text3);background:rgba(0,0,0,0.04);flex-shrink:0}
.dr-rank.r1{background:linear-gradient(135deg,#f59e0b,#d4a017);color:#fff}
.dr-rank.r2{background:linear-gradient(135deg,#94a3b8,#64748b);color:#fff}
.dr-rank.r3{background:linear-gradient(135deg,#cd7f32,#a05a2c);color:#fff}
.dr-avatar{width:36px;height:36px;border-radius:50%;flex-shrink:0}
.dr-info{flex:1;min-width:0}
.dr-name{font-size:13px;font-weight:600}
.dr-count{font-size:11px;color:var(--text3)}
.cr-scroll{height:280px;overflow:hidden;position:relative;mask-image:linear-gradient(180deg,transparent 0%,#000 10%,#000 90%,transparent 100%)}
.cr-scroll-inner{display:flex;flex-direction:column;gap:12px;animation:scrollUp 20s linear infinite}
.cr-scroll:hover .cr-scroll-inner{animation-play-state:paused}
@keyframes scrollUp{0%{transform:translateY(0)}100%{transform:translateY(-50%)}}
.cr-scroll-item{display:flex;align-items:center;gap:8px;padding:10px;border-radius:8px;background:rgba(43,108,255,0.02);font-size:12px}
.cs-time{color:var(--text3);flex-shrink:0}
.cs-text{color:var(--text2);flex-shrink:0}
.cs-link{color:var(--primary);transition:color .25s}
.cs-link:hover{text-decoration:underline}
/* ===== 特性 ===== */
.features{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-bottom:32px}
.feat-card{padding:24px;text-align:center}
.fc-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin:0 auto 14px}
.feat-card h3{font-size:15px;font-weight:700;margin-bottom:6px}
.feat-card p{font-size:12px;color:var(--text2);line-height:1.5}
/* ===== 响应式 ===== */
@media(max-width:1200px){.wrap{max-width:100%}.nav-links a{padding:7px 8px}.search-mini{display:none}.ppt-grid{grid-template-columns:repeat(4,1fr)}.features{grid-template-columns:repeat(3,1fr)}.content-row2{grid-template-columns:1fr 1fr}}
@media(max-width:900px){.topbar-inner{padding:0 16px}.nav-links{display:none}.top-actions{margin-left:auto}.mobile-quick-nav{display:flex;position:sticky;top:60px;z-index:90;gap:18px;padding:10px 16px;background:rgba(255,255,255,.96);border-bottom:1px solid var(--border);overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}.mobile-quick-nav a{color:var(--text2);font-size:13px}.mobile-quick-nav a[href="/plus-member"]{color:var(--purple);font-weight:700}.wrap{padding:0 16px}.hero-inner{flex-direction:column}.hero-left{width:100%}.app-card{width:100%;max-width:400px}.ppt-grid{grid-template-columns:repeat(3,1fr)}.craft-items{grid-template-columns:repeat(2,1fr)}.featured-ppt{grid-template-columns:1fr}.content-row1{grid-template-columns:1fr}.content-row2{grid-template-columns:1fr}.features{grid-template-columns:repeat(2,1fr)}.stats{flex-wrap:wrap}.stats .s-item{flex:1 1 40%}.home-page .fixed-right-btns,.home-page .footer .links,.home-page .footer .fast-links,.home-page .footer .qr-section{display:none}.home-page .footer .explain,.home-page .footer .copyright{width:100%;max-width:100%;padding:16px;font-size:12px;line-height:1.6}}
@media(max-width:600px){.hero{padding-top:24px}.hero-title{font-size:30px}.hero-search input{min-width:0}.app-card .ac-platforms{flex-wrap:wrap;gap:10px}.ppt-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.craft-items{grid-template-columns:1fr}.features{grid-template-columns:1fr}.stats .s-item{flex:1 1 calc(50% - 8px);padding:18px 10px}.stats .s-num{font-size:22px}}

/* ===== 2026 全站统一液态玻璃视觉 ===== */
.home-page .topbar{height:70px;background:rgba(249,252,255,.76);border-color:rgba(255,255,255,.9);box-shadow:0 8px 35px rgba(44,79,145,.08);backdrop-filter:blur(22px) saturate(150%)}
.home-page .topbar-inner{height:70px}.home-page .logo-icon{width:40px;height:40px;border-radius:14px;box-shadow:0 9px 22px rgba(40,103,235,.28),inset 0 1px 2px rgba(255,255,255,.65)}
.home-page .logo-text{font-size:20px;font-weight:900}.home-page .nav-links a{border-radius:11px;font-weight:600}.home-page .btn-primary{border-radius:11px;box-shadow:0 8px 18px rgba(37,99,235,.2)}
.home-page .card,.home-page .liquid-panel{border:1px solid rgba(255,255,255,.86);background:linear-gradient(145deg,rgba(255,255,255,.88),rgba(247,251,255,.66));box-shadow:0 16px 45px rgba(52,89,160,.1),inset 0 1px 0 rgba(255,255,255,.95);backdrop-filter:blur(16px)}
.hero{padding:72px 0 54px;min-height:620px;display:flex;align-items:center}
.hero-inner{gap:70px}.hero-left{padding:20px 0}.hero-tag{padding:8px 17px;border-radius:99px;background:rgba(255,255,255,.64);box-shadow:0 8px 24px rgba(37,99,235,.08),inset 0 1px 0 rgba(255,255,255,.9)}
.hero-title{font-size:52px;line-height:1.18;letter-spacing:-1.5px;margin-bottom:20px;text-shadow:0 7px 24px rgba(34,84,185,.13)}
.hero-title .grad{background-image:linear-gradient(110deg,#235cf2 0,#12b8d7 38%,#7b51ef 65%,#235cf2 100%);background-size:220% 100%;animation:heroFluid 7s ease-in-out infinite}
@keyframes heroFluid{0%,100%{background-position:0 50%}50%{background-position:100% 50%}}
.hero-desc{font-size:17px;max-width:650px;line-height:1.85;margin-bottom:27px}.hero-search{max-width:680px;margin-bottom:19px;padding:5px;border:1px solid rgba(57,111,216,.18);border-radius:18px;background:rgba(255,255,255,.7);box-shadow:0 16px 38px rgba(47,83,150,.12),inset 0 1px 0 #fff}
.hero-search input{height:55px;border:0;border-radius:13px 0 0 13px;background:transparent;box-shadow:none;font-size:16px}.hero-search button{height:55px;min-width:110px;border-radius:13px;background:linear-gradient(135deg,#2563eb,#06b6d4);box-shadow:0 9px 22px rgba(37,99,235,.25)}
.hot-tags a{padding:6px 14px;background:rgba(255,255,255,.54);border-color:rgba(255,255,255,.85);box-shadow:0 5px 15px rgba(47,83,150,.06)}
.app-card{width:430px}.app-card .inner{border:1px solid rgba(255,255,255,.9);border-radius:30px;background:linear-gradient(145deg,rgba(255,255,255,.88),rgba(232,244,255,.58));box-shadow:0 30px 70px rgba(45,84,158,.2),inset 0 1px 1px rgba(255,255,255,1);backdrop-filter:blur(22px);transform:perspective(1200px) rotateY(-2deg);transition:.35s}
.app-card:hover .inner{transform:perspective(1200px) rotateY(0) translateY(-5px)}.app-card .inner::before{height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.95),#61d9f0,transparent)}
.app-card .ac-visual{padding:31px 20px 24px;background:radial-gradient(circle at 35% 20%,rgba(255,255,255,.94),transparent 28%),linear-gradient(135deg,rgba(47,113,255,.15),rgba(6,182,212,.09),rgba(124,58,237,.1))}
.app-card .phone-left{width:88px;height:162px}.app-card .phone-right{width:114px;height:210px}.app-card .ac-body{padding:24px 28px 27px}.app-card .ac-title{font-size:20px}.app-card .dl-btn{height:50px;border-radius:15px;background:linear-gradient(135deg,#2563eb,#06b6d4)}
.notice-bar{height:52px;margin-bottom:20px;border:1px solid rgba(255,255,255,.88);border-radius:17px;background:rgba(255,255,255,.62);box-shadow:0 13px 34px rgba(52,89,160,.09),inset 0 1px 0 #fff;backdrop-filter:blur(16px)}
.stats{gap:20px;margin-bottom:42px}.stats .s-item{position:relative;overflow:hidden;padding:29px 20px;border:1px solid rgba(255,255,255,.88);border-radius:20px;background:linear-gradient(145deg,rgba(255,255,255,.85),rgba(240,247,255,.58));box-shadow:0 16px 38px rgba(52,89,160,.1),inset 0 1px 0 #fff}.stats .s-item::before{content:"";position:absolute;width:90px;height:90px;border-radius:50%;right:-35px;top:-45px;background:radial-gradient(circle,rgba(37,99,235,.16),transparent 68%)}
.stats .s-num{font-size:34px;letter-spacing:-.5px;text-shadow:0 7px 18px rgba(37,99,235,.13)}.stats .s-label{font-size:14px;font-weight:650;color:#61718b}
.section-head{margin:48px 0 24px}.section-head-row{display:flex;text-align:left;align-items:flex-end;justify-content:space-between;gap:18px}.section-head h2{font-size:30px;letter-spacing:-.3px}.section-head p{font-size:13px}.section-more{display:inline-flex;align-items:center;gap:8px;padding:10px 15px;border-radius:13px;border:1px solid rgba(255,255,255,.9);background:rgba(255,255,255,.62);color:var(--primary);font-size:13px;font-weight:700;box-shadow:0 8px 22px rgba(47,83,150,.08);transition:.25s}.section-more:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(47,83,150,.13)}
.craft-band{padding:28px;border-radius:26px;margin-bottom:44px;background:linear-gradient(145deg,rgba(255,255,255,.82),rgba(246,250,255,.62))}.craft-band .section-head{margin:0 0 22px}.craft-items{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.craft-item{border-radius:17px}.craft-item .ci-cover{aspect-ratio:16/9}.craft-item .ci-title{padding:12px 13px 7px;font-size:14px}.ci-meta{display:flex;justify-content:space-between;padding:0 13px 12px;color:var(--text3);font-size:11px}.ci-meta span:first-child{color:#d18d12;font-weight:700}
.featured-ppt.marquee-shell{display:block;position:relative;overflow:hidden;margin:0 -12px 40px;padding:12px;mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent)}.featured-track{width:max-content;display:flex;gap:18px;animation:pptMarquee 58s linear infinite}.featured-ppt:hover .featured-track{animation-play-state:paused}@keyframes pptMarquee{to{transform:translateX(calc(-50% - 9px))}}
.featured-track .fp-card{width:244px;flex:0 0 244px;border-radius:18px}.fp-cover{position:relative}.rank-badge{position:absolute;top:10px;left:10px;z-index:2;display:grid;place-items:center;width:30px;height:30px;border-radius:11px;background:linear-gradient(145deg,#fff,#dfeaff);border:1px solid rgba(255,255,255,.9);box-shadow:0 7px 16px rgba(32,67,128,.18);color:var(--primary);font-size:13px;font-weight:900}.hot-download{color:#ff5b45!important;font-weight:750}
.ppt-chips{padding:8px;border-radius:16px;background:rgba(255,255,255,.44);border:1px solid rgba(255,255,255,.8)}.ppt-chips .chip{background:transparent;border-color:transparent}.ppt-grid{gap:18px}.pg-card{border-radius:17px}.pg-cover{position:relative}.new-badge{position:absolute;left:9px;top:9px;z-index:2;padding:3px 7px;border-radius:7px;background:linear-gradient(135deg,#2f72ff,#14bdd9);color:#fff;font-size:9px;font-weight:800;box-shadow:0 6px 14px rgba(37,99,235,.2)}
.content-row1{grid-template-columns:minmax(0,2.1fr) minmax(260px,.9fr);gap:20px}.cr-block{border-radius:22px!important;padding:22px}.cr-head h3{font-size:19px}.cr-head h3 small{margin-left:8px;padding:4px 9px;border-radius:9px;background:linear-gradient(90deg,rgba(37,99,235,.09),rgba(124,58,237,.08));color:var(--primary);font-size:10px}.cr-topic-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.cr-topic-item{position:relative;display:block;min-height:132px;padding:0;overflow:hidden;border-radius:15px;background:#dceaff}.ct-cover{position:absolute;inset:0;width:auto;height:auto;border-radius:0}.ct-cover::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(13,35,82,.04),rgba(13,35,82,.82))}.ct-info{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:15px;color:#fff}.ct-title{font-size:14px}.ct-desc{display:none}.ct-meta{color:rgba(255,255,255,.78)}
.cr-tag-list{align-content:flex-start}.cr-tag-item{flex:1 1 120px;background:rgba(255,255,255,.5);border-color:rgba(255,255,255,.85)}.content-row2{align-items:stretch}.content-row2>.cr-block{min-height:350px}.cr-daren-list{gap:6px}.cr-scroll{height:280px}
.features{position:relative;gap:0;padding:16px;border-radius:25px;margin:12px 0 42px;overflow:hidden}.features::before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,rgba(37,99,235,.06),transparent 35%,rgba(6,182,212,.06) 70%,rgba(124,58,237,.06));pointer-events:none}.features .feat-card{position:relative;border:0;border-right:1px solid rgba(75,108,170,.1);border-radius:0;background:transparent;box-shadow:none}.features .feat-card:last-child{border-right:0}.features .feat-card:hover{transform:translateY(-3px);background:rgba(255,255,255,.38)}.fc-icon{border:1px solid rgba(255,255,255,.9);box-shadow:0 10px 24px rgba(46,78,140,.13),inset 0 1px 2px #fff}
@media(max-width:1200px){.hero-title{font-size:45px}.app-card{width:390px}.craft-items{grid-template-columns:repeat(3,1fr)}.cr-topic-list{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.home-page .topbar{height:60px}.home-page .topbar-inner{height:60px}.hero{min-height:0;padding:42px 0}.hero-title{font-size:40px}.hero-inner{gap:36px}.app-card{width:100%;max-width:460px;min-width:0;flex-shrink:1}.app-card .inner{width:100%}.app-card .glow{inset:0}.section-head-row{align-items:flex-start}.craft-items{grid-template-columns:repeat(2,1fr)}.content-row1{grid-template-columns:1fr}.features{grid-template-columns:repeat(2,1fr)}.features .feat-card{border-right:0;border-bottom:1px solid rgba(75,108,170,.1)}.features .feat-card:last-child{grid-column:1/-1}.ppt-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:600px){.hero-title{font-size:34px}.hero-desc{font-size:15px}.hero-search{padding:4px}.hero-search button{min-width:82px}.app-card{max-width:100%}.app-card .inner{transform:none}.section-head h2{font-size:25px}.section-head-row{gap:10px}.section-more{padding:8px 10px;white-space:nowrap}.craft-band{padding:16px}.craft-items{grid-template-columns:1fr}.ppt-grid{grid-template-columns:repeat(2,1fr)}.cr-topic-list{grid-template-columns:1fr 1fr}.features{grid-template-columns:1fr}.features .feat-card:last-child{grid-column:auto}}


/* ===== 2026-08 确认稿高保真还原 ===== */
body.home-page{background:#edf4ff;color:#17233c}
body.home-page::before{background:radial-gradient(circle at 8% 8%,rgba(82,149,255,.18),transparent 30%),radial-gradient(circle at 88% 18%,rgba(99,220,236,.16),transparent 28%),linear-gradient(180deg,#f5f9ff 0,#e8f1ff 44%,#eef5ff 100%)}
body.home-page::after{background-image:linear-gradient(rgba(51,116,222,.026) 1px,transparent 1px),linear-gradient(90deg,rgba(51,116,222,.026) 1px,transparent 1px);background-size:46px 46px}
body.home-page .wrap{width:min(1600px,calc(100% - 64px));max-width:none;padding:0;margin-left:auto;margin-right:auto}

body.home-page .topbar{position:sticky;top:12px;z-index:120;width:calc(100% - 64px);height:80px;margin:18px auto 0;border:1px solid rgba(255,255,255,.92);border-radius:21px;background:linear-gradient(135deg,rgba(255,255,255,.9),rgba(246,251,255,.72));box-shadow:0 18px 46px rgba(49,91,166,.14),inset 0 1px 0 #fff;backdrop-filter:blur(26px) saturate(165%)}
body.home-page .topbar-inner{width:100%;max-width:1540px;height:80px;padding:0 28px;gap:24px}
body.home-page .logo{min-width:170px}
body.home-page .logo-icon{display:none}
body.home-page .logo-text{font-size:30px;font-weight:950;letter-spacing:2px;color:#1858e8;text-shadow:0 4px 13px rgba(31,93,226,.18)}
body.home-page .logo-text span{color:#1858e8}
body.home-page .nav-links{justify-content:flex-start;gap:12px}
body.home-page .nav-links a{padding:12px 12px;border-radius:12px;color:#17233c;font-size:16px;font-weight:650}
body.home-page .nav-links a[href="/plus-member"]{color:#b97a13}
body.home-page .nav-links a.active{color:#175ff0}
body.home-page .nav-links a.active::after{bottom:3px;width:38px;height:3px;background:linear-gradient(90deg,#175ff0,#14bfd4)}
body.home-page .search-mini{width:210px;height:42px;background:rgba(239,246,255,.76);border-color:rgba(91,133,212,.1)}
body.home-page .top-actions{gap:7px}
body.home-page .btn-ghost,body.home-page .btn-primary{padding:10px 15px}

body.home-page .hero{min-height:570px;padding:34px 0 28px;overflow:hidden;align-items:center}
body.home-page .hero::before{content:"";position:absolute;z-index:-1;left:-8%;right:-8%;bottom:-80px;height:300px;background:radial-gradient(ellipse at 35% 55%,rgba(78,143,255,.25),transparent 38%),radial-gradient(ellipse at 64% 45%,rgba(49,214,224,.2),transparent 36%),linear-gradient(168deg,transparent 18%,rgba(81,137,255,.2) 19%,rgba(255,255,255,.7) 34%,rgba(82,170,255,.28) 47%,transparent 63%);filter:blur(7px);transform:rotate(-2deg)}
body.home-page .hero-bg .o1{width:680px;height:680px;right:14%;top:-300px;background:rgba(65,139,255,.2);filter:blur(120px)}
body.home-page .hero-bg .o2{width:620px;height:420px;left:-8%;bottom:-170px;background:rgba(72,154,255,.18);filter:blur(105px)}
body.home-page .hero-inner{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(600px,.92fr);gap:52px;align-items:center}
body.home-page .hero-left{min-width:0;padding:12px 0 0 42px}
body.home-page .hero-tag{display:none}
body.home-page .hero-title{margin:0 0 22px;font-size:68px;font-weight:950;line-height:1.12;letter-spacing:1px;background:linear-gradient(110deg,#1f61f2 0,#1b78f5 31%,#11c2d3 62%,#3165ef 88%);background-size:180% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;-webkit-text-stroke:1px rgba(21,85,218,.5);text-shadow:0 3px 0 rgba(23,91,220,.28),0 7px 0 rgba(26,111,220,.12),0 13px 24px rgba(34,94,201,.25);animation:heroFluid 7s ease-in-out infinite}
body.home-page .hero-title .title-line,body.home-page .hero-title .grad{background:linear-gradient(110deg,#1f61f2 0,#1b78f5 31%,#11c2d3 62%,#3165ef 88%);background-size:180% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}
body.home-page .hero-title .title-line{display:block;white-space:nowrap}
body.home-page .hero-desc{max-width:760px;margin-bottom:24px;color:#5f6f89;font-size:20px;line-height:1.75}
body.home-page .hero-search{display:grid;grid-template-columns:126px 1fr 88px;align-items:center;max-width:780px;height:76px;margin-bottom:18px;padding:8px;border:2px solid rgba(255,255,255,.92);border-radius:38px;background:linear-gradient(145deg,rgba(255,255,255,.91),rgba(244,249,255,.68));box-shadow:0 22px 52px rgba(46,92,174,.17),inset 0 1px 0 #fff}
body.home-page .hero-search .search-type{display:flex;align-items:center;justify-content:center;gap:12px;height:44px;border-right:1px solid rgba(84,112,169,.18);color:#263955;font-size:16px}
body.home-page .hero-search .search-type i{width:8px;height:8px;border-right:2px solid #344c6b;border-bottom:2px solid #344c6b;transform:rotate(45deg) translateY(-3px)}
body.home-page .hero-search input{min-width:0;height:56px;padding:0 22px;border:0;border-radius:0;background:transparent;box-shadow:none;font-size:18px}
body.home-page .hero-search button{position:relative;display:grid;place-items:center;width:60px;min-width:60px;height:60px;padding:0;border-radius:50%;background:linear-gradient(145deg,#1769f4,#1a61e8 55%,#7b4ff3);box-shadow:0 12px 24px rgba(36,95,222,.33),inset 0 1px 2px rgba(255,255,255,.6)}
body.home-page .hero-search button span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
body.home-page .hero-search button::before{content:"";width:19px;height:19px;border:4px solid #fff;border-radius:50%}
body.home-page .hero-search button::after{content:"";position:absolute;width:13px;height:4px;border-radius:3px;background:#fff;transform:translate(12px,12px) rotate(45deg)}
body.home-page .hot-tags{gap:10px;max-width:800px}
body.home-page .hot-tags .label{font-size:15px;color:#60708a}
body.home-page .hot-tags a{padding:8px 14px;border:1px solid rgba(255,255,255,.92);border-radius:17px;background:rgba(255,255,255,.62);box-shadow:0 7px 18px rgba(55,94,161,.08);font-size:13px}

body.home-page .app-card{width:100%;min-width:0;height:505px}
body.home-page .app-card .glow{inset:-25px;background:radial-gradient(circle at 82% 16%,rgba(110,82,255,.25),transparent 26%),radial-gradient(circle at 10% 88%,rgba(40,190,235,.25),transparent 32%);filter:blur(18px)}
body.home-page .app-card .inner{display:grid;grid-template-columns:43% 57%;width:100%;height:100%;overflow:hidden;border:2px solid rgba(255,255,255,.93);border-radius:34px;background:linear-gradient(145deg,rgba(255,255,255,.82),rgba(229,241,255,.56));box-shadow:0 34px 82px rgba(47,83,157,.23),inset 0 1px 2px #fff,inset 0 0 35px rgba(89,161,255,.1);transform:none}
body.home-page .app-card .inner::before{height:3px;background:linear-gradient(90deg,#39c9ec,#fff 45%,#7b62ff)}
body.home-page .app-card .inner::after{content:"";position:absolute;inset:9px;border:1px solid rgba(255,255,255,.72);border-radius:27px;pointer-events:none}
body.home-page .app-card:hover .inner{transform:translateY(-4px)}
body.home-page .app-card .ac-copy{position:relative;z-index:3;display:flex;flex-direction:column;padding:52px 10px 38px 42px}
body.home-page .app-card .ac-title{margin:0 0 8px;color:#14264a;font-size:30px;font-weight:900;white-space:nowrap}
body.home-page .app-card .ac-sub{margin:0 0 32px;color:#65738c;font-size:15px;white-space:nowrap}
body.home-page .ac-platform-list{display:flex;flex-direction:column;gap:15px;margin-bottom:auto}
body.home-page .platform-row{display:grid;grid-template-columns:34px 1fr auto;align-items:center;width:250px;height:58px;padding:0 14px;border:1px solid rgba(255,255,255,.93);border-radius:15px;background:linear-gradient(145deg,rgba(255,255,255,.8),rgba(237,245,255,.57));box-shadow:0 12px 28px rgba(47,86,159,.12),inset 0 1px 0 #fff}
body.home-page .platform-icon{display:grid;place-items:center;width:26px;height:26px;border-radius:9px;background:#eef4ff;color:#17233c;font-size:13px;font-style:normal}
body.home-page .platform-row strong{color:#20314e;font-size:14px;font-weight:650}
body.home-page .platform-row em{padding:4px 9px;border-radius:9px;background:linear-gradient(135deg,#2b6cff,#5a65f4);color:#fff;font-size:11px;font-style:normal;font-weight:750}
body.home-page .platform-row.pending{opacity:.62}
body.home-page .platform-row.pending em{background:#a4afc1}
body.home-page .app-card .dl-btn{width:270px;height:64px;border:1px solid rgba(255,255,255,.48);border-radius:17px;background:linear-gradient(110deg,#166cf5 0,#245ff4 50%,#8049f2 100%);box-shadow:0 16px 34px rgba(39,93,222,.32),inset 0 1px 2px rgba(255,255,255,.55);font-size:23px}
body.home-page .app-card .dl-btn .arrow{font-size:28px}
body.home-page .app-card .ac-visual{align-items:center;justify-content:center;height:100%;padding:35px 24px 18px 0;overflow:visible;background:radial-gradient(circle at 52% 45%,rgba(255,255,255,.86),transparent 32%),linear-gradient(140deg,transparent,rgba(56,135,255,.07));gap:0}
body.home-page .app-card .ac-visual::after{background-size:34px 34px;opacity:.45}
body.home-page .app-card .phone-left{z-index:2;width:178px;height:340px;opacity:1;transform:translate(-8px,15px) rotate(-3deg)}
body.home-page .app-card .phone-right{z-index:3;width:205px;height:382px;transform:translate(-58px,-2px) rotate(3deg)}
body.home-page .app-card .phone-mockup{border-radius:32px;padding:8px;box-shadow:0 28px 48px rgba(17,34,68,.35),inset 0 1px 1px rgba(255,255,255,.4)}
body.home-page .app-card .phone-mockup::before{top:7px;width:58px;height:12px;border-radius:0 0 9px 9px}
body.home-page .app-card .phone-mockup .phone-screen,body.home-page .app-card .phone-mockup .phone-screen-img{border-radius:24px}
body.home-page .app-card .phone-mockup .ps-bar{height:36px;font-size:11px}
body.home-page .app-card .phone-mockup .ps-search{height:22px;margin:9px}
body.home-page .app-card .phone-mockup .ps-cards{padding:0 9px;gap:7px}
body.home-page .app-card .phone-mockup .ps-card,body.home-page .app-card .phone-mockup .ps-card:nth-child(2){height:31px}
body.home-page .app-card .app-jump-mark{display:none}

body.home-page .notice-bar{height:58px;margin:4px 0 22px;padding:0 20px;border:2px solid rgba(255,255,255,.91);border-radius:24px;background:linear-gradient(145deg,rgba(255,255,255,.8),rgba(239,247,255,.59));box-shadow:0 16px 36px rgba(49,88,158,.12),inset 0 1px 0 #fff}
body.home-page .notice-bar .nb-icon{height:38px;padding:0 22px;border:1px solid rgba(255,255,255,.94);border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.9),rgba(230,241,255,.68));box-shadow:0 8px 18px rgba(41,95,194,.12);color:#1c5ee5;font-size:16px}
body.home-page .notice-bar .nb-icon .dot{background:#1b66ef}
body.home-page .notice-bar .nb-content a{font-size:14px}
body.home-page .notice-bar .nb-more{font-size:0}
body.home-page .notice-bar .nb-more::after{content:"›";font-size:30px;color:#1764ec}

body.home-page .stats{gap:18px;margin-bottom:40px}
body.home-page .stats .s-item{display:flex;align-items:center;justify-content:center;gap:24px;min-height:154px;padding:20px;border:2px solid rgba(255,255,255,.92);border-radius:25px;background:linear-gradient(145deg,rgba(255,255,255,.85),rgba(235,245,255,.62));box-shadow:0 18px 42px rgba(51,91,166,.13),inset 0 1px 0 #fff;text-align:left}
body.home-page .stats .s-item::before{right:-20px;top:auto;bottom:-50px;width:150px;height:150px}
body.home-page .s-icon{display:grid;place-items:center;width:88px;height:88px;flex:0 0 88px;border:5px solid rgba(255,255,255,.82);border-radius:50%;background:linear-gradient(145deg,#e7f1ff,#60a6ff);box-shadow:0 13px 30px rgba(42,103,220,.24),inset 0 2px 8px rgba(255,255,255,.9);color:#fff;font-size:30px;font-weight:900;text-shadow:0 3px 8px rgba(20,83,195,.4)}
body.home-page .s-cyan .s-icon{background:linear-gradient(145deg,#e4fcff,#27cbd7);font-size:13px;letter-spacing:-3px}
body.home-page .s-violet .s-icon{background:linear-gradient(145deg,#f1e8ff,#9b62f3)}
body.home-page .s-orange .s-icon{background:linear-gradient(145deg,#fff0d6,#ffad42)}
body.home-page .stats .s-copy{display:flex;flex-direction:column;gap:4px}
body.home-page .stats .s-label{order:0;color:#5d6d86;font-size:18px;font-weight:650}
body.home-page .stats .s-num{order:1;margin:0;font-size:42px;line-height:1.1;text-shadow:0 6px 16px rgba(31,96,225,.24)}
body.home-page .s-cyan .s-num{background-image:linear-gradient(135deg,#18b9cc,#16d0ca)}
body.home-page .s-violet .s-num{background-image:linear-gradient(135deg,#8051ea,#aa55ef)}
body.home-page .s-orange .s-num{background-image:linear-gradient(135deg,#f08c20,#ffad35)}

body.home-page .craft-band{border:2px solid rgba(255,255,255,.91);border-radius:24px;background:linear-gradient(145deg,rgba(255,255,255,.82),rgba(239,247,255,.62));box-shadow:0 18px 45px rgba(51,91,166,.12),inset 0 1px 0 #fff}
body.home-page .craft-band .section-head h2::before{content:"◆";margin-right:9px;color:#376ff2;font-size:18px;text-shadow:0 4px 10px rgba(32,101,229,.3)}
body.home-page .section-head h2{font-size:27px}
body.home-page .section-more{border:1px solid rgba(80,135,242,.18);border-radius:14px;background:rgba(241,247,255,.75);color:#1764ed}
body.home-page .craft-items{gap:20px}
body.home-page .craft-item,body.home-page .fp-card,body.home-page .pg-card{border:1px solid rgba(255,255,255,.94);border-radius:17px;background:rgba(255,255,255,.82);box-shadow:0 13px 28px rgba(45,83,154,.13),inset 0 1px 0 #fff}
body.home-page .featured-ppt.marquee-shell{padding:22px 18px;border:2px solid rgba(255,255,255,.9);border-radius:22px;background:rgba(255,255,255,.56);box-shadow:0 17px 40px rgba(51,91,166,.1)}
body.home-page .ppt-chips{border:2px solid rgba(255,255,255,.89);box-shadow:0 12px 30px rgba(51,91,166,.08)}
body.home-page .content-row1 .cr-block,body.home-page .content-row2 .cr-block,body.home-page .features{border:2px solid rgba(255,255,255,.9);background:linear-gradient(145deg,rgba(255,255,255,.82),rgba(239,247,255,.62));box-shadow:0 18px 42px rgba(51,91,166,.11),inset 0 1px 0 #fff}

@media(max-width:1450px){
  body.home-page .wrap{width:min(1320px,calc(100% - 40px))}
  body.home-page .topbar{width:calc(100% - 40px)}body.home-page .topbar-inner{padding:0 20px;gap:14px}
  body.home-page .logo{min-width:125px}body.home-page .logo-text{font-size:25px}body.home-page .nav-links{gap:2px}body.home-page .nav-links a{padding:10px 8px;font-size:14px}
  body.home-page .hero-inner{grid-template-columns:minmax(0,1fr) 560px;gap:30px}body.home-page .hero-left{padding-left:10px}body.home-page .hero-title{font-size:58px}body.home-page .hero-desc{font-size:17px}
  body.home-page .app-card{height:475px}body.home-page .app-card .ac-copy{padding:44px 5px 30px 28px}body.home-page .app-card .ac-title{font-size:24px}body.home-page .platform-row{width:210px}body.home-page .app-card .dl-btn{width:225px}
  body.home-page .app-card .phone-left{width:140px;height:285px;transform:translate(-8px,15px) rotate(-3deg)}body.home-page .app-card .phone-right{width:164px;height:330px;transform:translate(-48px,-2px) rotate(3deg)}
  body.home-page .s-icon{width:72px;height:72px;flex-basis:72px}body.home-page .stats .s-num{font-size:34px}
}
@media(max-width:1100px){
  body.home-page .search-mini{display:none}body.home-page .hero-inner{grid-template-columns:1fr 470px}body.home-page .hero-title{font-size:48px}body.home-page .hero-search{grid-template-columns:100px 1fr 72px;height:66px}
  body.home-page .app-card .inner{grid-template-columns:48% 52%}body.home-page .platform-row{width:190px}body.home-page .app-card .phone-left{width:115px;height:245px}body.home-page .app-card .phone-right{width:140px;height:290px}
  body.home-page .stats .s-item{gap:12px}body.home-page .stats .s-label{font-size:15px}body.home-page .s-icon{width:58px;height:58px;flex-basis:58px}
}
@media(max-width:900px){
  body.home-page .topbar{top:0;width:100%;height:62px;margin:0;border-width:0 0 1px;border-radius:0}body.home-page .topbar-inner{height:62px}body.home-page .logo{min-width:auto}body.home-page .logo-text{font-size:21px}
  body.home-page .wrap{width:calc(100% - 24px)}body.home-page .hero{padding:36px 0 30px}body.home-page .hero-inner{display:flex;gap:34px}body.home-page .hero-left{padding:0}body.home-page .hero-title{font-size:43px}body.home-page .hero-title .title-line{white-space:normal}body.home-page .hero-desc{font-size:16px}
  body.home-page .hero-search{grid-template-columns:86px 1fr 58px;width:100%;height:62px}body.home-page .hero-search input{font-size:15px;padding:0 12px}body.home-page .hero-search button{width:48px;min-width:48px;height:48px}
  body.home-page .app-card{max-width:680px;height:470px}body.home-page .app-card .inner{grid-template-columns:44% 56%}
  body.home-page .stats{display:grid;grid-template-columns:1fr 1fr}body.home-page .stats .s-item{min-height:125px}
}
@media(max-width:600px){
  body.home-page .hero-title{font-size:37px;letter-spacing:0}body.home-page .hero-desc{font-size:15px}body.home-page .hero-search{grid-template-columns:70px 1fr 50px;height:58px}body.home-page .hero-search .search-type{font-size:13px}body.home-page .hero-search button{width:44px;min-width:44px;height:44px}
  body.home-page .app-card{height:auto}body.home-page .app-card .inner{display:flex;flex-direction:column}body.home-page .app-card .ac-copy{padding:28px 24px 22px}body.home-page .app-card .ac-title{font-size:24px}body.home-page .app-card .ac-sub{margin-bottom:18px}body.home-page .ac-platform-list{gap:9px;margin-bottom:20px}body.home-page .platform-row{width:100%}body.home-page .app-card .dl-btn{width:100%}body.home-page .app-card .ac-visual{height:340px;padding:12px}body.home-page .app-card .phone-left{width:125px;height:245px}body.home-page .app-card .phone-right{width:145px;height:285px}
  body.home-page .stats{gap:10px}body.home-page .stats .s-item{min-height:112px;padding:12px;gap:10px}body.home-page .s-icon{width:48px;height:48px;flex-basis:48px;font-size:20px}body.home-page .stats .s-label{font-size:13px}body.home-page .stats .s-num{font-size:26px}
}

/* ===== 2026-08 用户复核修正 ===== */
body.home-page .hero-inner{grid-template-columns:minmax(0,1.22fr) minmax(500px,.78fr);gap:76px}
body.home-page .hero-left{min-width:0}
body.home-page .hero-title{overflow:visible;background-image:linear-gradient(105deg,#164ee8 0%,#1d75f7 34%,#04c8e2 66%,#7548ed 100%)}
body.home-page .hero-title .title-line{position:relative;width:max-content;max-width:100%;background-image:linear-gradient(105deg,#164ee8 0%,#1d75f7 34%,#04c8e2 66%,#7548ed 100%)}
body.home-page .hero-title .title-line::after{content:attr(data-text);position:absolute;inset:0;pointer-events:none;background:linear-gradient(110deg,transparent 0%,transparent 41%,rgba(255,255,255,.15) 46%,#fff 50%,rgba(132,245,255,.88) 54%,transparent 60%,transparent 100%);background-size:240% 100%;background-position:210% 0;-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 7px rgba(111,237,255,.5));animation:titleShine 7s ease-in-out infinite}
body.home-page .hero-title .title-line:nth-child(2)::after{animation-delay:.16s}
@keyframes titleShine{0%,66%{background-position:210% 0;opacity:0}69%{opacity:1}84%{background-position:-80% 0;opacity:1}87%,100%{background-position:-80% 0;opacity:0}}

body.home-page .app-card{max-width:590px;justify-self:end}
body.home-page .app-card .inner{grid-template-columns:48% 52%}
body.home-page .app-card .ac-copy{padding:48px 8px 36px 34px}
body.home-page .app-card .ac-title{font-size:27px}
body.home-page .app-card .ac-sub{font-size:14px}
body.home-page .platform-row{width:220px;height:56px}
body.home-page .app-card .dl-btn{width:235px}
body.home-page .app-card .ac-visual{padding-left:28px;overflow:hidden}
body.home-page .app-card .phone-left{width:148px;height:304px;transform:translate(13px,17px) rotate(-3deg)}
body.home-page .app-card .phone-right{width:172px;height:348px;transform:translate(-33px,-1px) rotate(3deg)}

body.home-page .content-row1{align-items:stretch}
body.home-page .content-row1>.cr-block:first-child{display:flex;flex-direction:column}
body.home-page .content-row1>.cr-block:first-child .cr-topic-list{flex:1;grid-template-rows:repeat(2,minmax(165px,1fr))}
body.home-page .cr-topic-item{min-height:165px}
body.home-page .content-row2{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}
body.home-page .content-row2>.cr-block{display:flex;flex-direction:column;height:430px;min-height:430px}
body.home-page .content-row2 .cr-daren-list,body.home-page .content-row2 .cr-scroll{flex:1;height:auto;min-height:0}
body.home-page .content-row2 .cr-daren-list{justify-content:space-between}
body.home-page .content-row2 .cr-daren-item{min-height:40px}
body.home-page .content-row2 .cr-scroll-inner{gap:8px}
body.home-page .content-row2 .cr-scroll-item{min-height:43px;padding:11px 12px}

body.home-page .features{padding:20px 14px}
body.home-page .features .feat-card{padding:25px 18px}
body.home-page .features .fc-icon{width:72px;height:72px;margin-bottom:16px;border-radius:22px;box-shadow:0 16px 32px rgba(46,78,140,.19),inset 0 2px 3px rgba(255,255,255,.75)}
body.home-page .features .fc-icon svg{width:40px;height:40px}
body.home-page .features .feat-card h3{font-size:18px}

@media(max-width:1450px){
  body.home-page .hero-inner{grid-template-columns:minmax(0,1fr) 520px;gap:46px}
  body.home-page .app-card{max-width:520px}
  body.home-page .app-card .ac-copy{padding-left:26px}
  body.home-page .platform-row{width:198px}
  body.home-page .app-card .dl-btn{width:210px}
  body.home-page .app-card .phone-left{width:130px;height:275px}
  body.home-page .app-card .phone-right{width:150px;height:315px}
}
@media(max-width:1100px){
  body.home-page .hero-inner{grid-template-columns:1fr 455px;gap:28px}
  body.home-page .app-card{max-width:455px}
  body.home-page .app-card .inner{grid-template-columns:50% 50%}
  body.home-page .platform-row{width:180px}
  body.home-page .app-card .dl-btn{width:190px}
}
@media(max-width:900px){
  body.home-page .hero-inner{display:flex;gap:36px}
  body.home-page .app-card{justify-self:auto;max-width:650px}
  body.home-page .content-row1>.cr-block:first-child .cr-topic-list{grid-template-rows:repeat(3,minmax(150px,1fr))}
  body.home-page .content-row2{grid-template-columns:1fr}
  body.home-page .content-row2>.cr-block{height:548px;min-height:548px}
}
@media(max-width:600px){
  body.home-page .hero-title .title-line{width:auto}
  body.home-page .platform-row,body.home-page .app-card .dl-btn{width:100%}
  body.home-page .app-card .ac-visual{padding-left:12px}
  body.home-page .content-row1>.cr-block:first-child .cr-topic-list{grid-template-rows:repeat(3,150px)}
  body.home-page .cr-topic-item{min-height:150px}
  body.home-page .features .fc-icon{width:66px;height:66px}
}
@media(prefers-reduced-motion:reduce){body.home-page .hero-title .title-line::after{animation:none;display:none}}
