/* roulang page: index */
:root{
  --ag-primary:#1B5FE8;
  --ag-primary-dark:#1249BF;
  --ag-primary-soft:#E7EFFF;
  --ag-teal:#16C6B7;
  --ag-warm:#FF9A2E;
  --ag-bg:#F5F8FC;
  --ag-surface:#FFFFFF;
  --ag-alt:#EDF2FA;
  --ag-line:#E3EAF4;
  --ag-text:#101A2C;
  --ag-text-2:#4C5A70;
  --ag-text-3:#8B97A8;
  --ag-ink:#101B33;
  --ag-r-lg:16px;
  --ag-r-md:14px;
  --ag-r-sm:10px;
  --ag-r-pill:999px;
  --ag-shadow:0 2px 10px rgba(16,42,90,.06);
  --ag-shadow-hover:0 14px 30px rgba(16,42,90,.13);
  --ag-shadow-nav:0 2px 12px rgba(16,42,90,.08);
  --ag-container:1200px;
}
*,*::before,*::after{box-sizing:border-box;}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;}
body{
  margin:0;
  padding:72px 0 0;
  font-family:"PingFang SC","Microsoft YaHei","Noto Sans SC","Helvetica Neue",Arial,sans-serif;
  font-size:16px;
  line-height:1.75;
  color:var(--ag-text);
  background:var(--ag-bg);
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block;border:0;}
a{color:var(--ag-primary);text-decoration:none;transition:color .2s ease,background-color .2s ease;}
a:hover{color:var(--ag-primary-dark);}
button,input,select,textarea{font-family:inherit;font-size:inherit;}
ul,ol{margin:0;padding:0;list-style:none;}
h1,h2,h3,h4{margin:0;font-weight:700;line-height:1.3;letter-spacing:.2px;}
p{margin:0;}
table{border-collapse:collapse;width:100%;}
.ag-container{width:100%;max-width:var(--ag-container);margin:0 auto;padding:0 24px;}
.ag-section{padding:96px 0;}
.ag-section--alt{background:var(--ag-alt);}
.ag-sec-head{max-width:720px;margin-bottom:48px;}
.ag-sec-head h2{font-size:30px;line-height:1.3;position:relative;padding-left:16px;}
.ag-sec-head h2::before{content:"";position:absolute;left:0;top:6px;bottom:6px;width:4px;border-radius:4px;background:var(--ag-primary);}
.ag-sec-head p{margin-top:14px;font-size:16px;color:var(--ag-text-2);}
.ag-sec-head--center{margin-left:auto;margin-right:auto;text-align:center;}
.ag-sec-head--center h2{padding-left:0;}
.ag-sec-head--center h2::before{display:none;}

/* 按钮 */
.ag-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:46px;padding:0 22px;border-radius:var(--ag-r-sm);font-size:15px;font-weight:600;border:1.5px solid transparent;cursor:pointer;transition:transform .2s ease,background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease;white-space:nowrap;}
.ag-btn-primary{background:var(--ag-primary);color:#fff;}
.ag-btn-primary:hover{background:var(--ag-primary-dark);color:#fff;transform:translateY(-2px);}
.ag-btn-primary:active{transform:translateY(0);}
.ag-btn-ghost{background:var(--ag-surface);border-color:var(--ag-primary);color:var(--ag-primary);}
.ag-btn-ghost:hover{background:var(--ag-primary-soft);color:var(--ag-primary-dark);transform:translateY(-2px);}
.ag-btn-ghost:active{transform:translateY(0);}
.ag-btn:focus-visible,a:focus-visible,button:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(27,95,232,.30);border-radius:var(--ag-r-sm);}
.ag-text-link{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:var(--ag-primary);}
.ag-text-link::after{content:"\2192";font-size:14px;transition:transform .2s ease;}
.ag-text-link:hover{color:var(--ag-primary-dark);}
.ag-text-link:hover::after{transform:translateX(4px);}

/* 徽章 */
.ag-badge{display:inline-flex;align-items:center;height:24px;padding:0 10px;border-radius:var(--ag-r-pill);font-size:12px;font-weight:600;line-height:1;background:var(--ag-primary-soft);color:var(--ag-primary-dark);}
.ag-badge--warm{background:#FFF2E3;color:#B5651A;}
.ag-badge--teal{background:#E4F8F6;color:#0E8C81;}
.ag-badge--ghost{background:rgba(255,255,255,.86);color:var(--ag-primary);}

/* 导航 */
.ag-header{position:fixed;top:0;left:0;right:0;z-index:60;background:var(--ag-surface);border-bottom:1px solid var(--ag-line);transition:box-shadow .25s ease;}
.ag-header.is-scrolled{box-shadow:var(--ag-shadow-nav);}
.ag-nav{display:flex;align-items:center;height:72px;gap:16px;}
.ag-logo{display:flex;align-items:center;gap:10px;flex:0 0 auto;}
.ag-logo-mark{width:38px;height:38px;border-radius:12px;background:linear-gradient(135deg,#1B5FE8 0%,#16C6B7 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;}
.ag-logo-text strong{display:block;font-size:16px;line-height:1.25;color:var(--ag-text);font-weight:700;}
.ag-logo-text em{display:block;font-size:12px;font-style:normal;line-height:1.4;color:var(--ag-text-3);}
.ag-nav-links{display:flex;align-items:center;gap:2px;margin-left:16px;}
.ag-nav-links a{position:relative;display:inline-flex;align-items:center;height:72px;padding:0 13px;font-size:15px;font-weight:500;color:var(--ag-text-2);}
.ag-nav-links a::after{content:"";position:absolute;left:13px;right:13px;bottom:16px;height:3px;border-radius:var(--ag-r-pill);background:var(--ag-primary);transform:scaleX(0);transition:transform .2s ease;}
.ag-nav-links a:hover,.ag-nav-links a.is-active{color:var(--ag-primary);}
.ag-nav-links a:hover::after,.ag-nav-links a.is-active::after{transform:scaleX(1);}
.ag-nav-actions{margin-left:auto;display:flex;align-items:center;gap:18px;}
.ag-burger{display:none;width:44px;height:44px;border:1px solid var(--ag-line);background:var(--ag-surface);border-radius:var(--ag-r-sm);color:var(--ag-text);font-size:18px;cursor:pointer;margin-left:auto;}
.ag-drawer-mask{position:fixed;inset:0;background:rgba(16,27,51,.45);opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease;z-index:70;}
.ag-drawer-mask.is-open{opacity:1;visibility:visible;}
.ag-drawer{position:fixed;top:0;right:0;bottom:0;width:84%;max-width:360px;background:var(--ag-surface);z-index:71;transform:translateX(102%);transition:transform .28s ease;display:flex;flex-direction:column;padding:20px 20px 24px;overflow-y:auto;}
.ag-drawer.is-open{transform:translateX(0);}
.ag-drawer-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;}
.ag-drawer-top span{font-size:15px;font-weight:700;}
.ag-drawer-close{width:40px;height:40px;border-radius:var(--ag-r-sm);border:1px solid var(--ag-line);background:var(--ag-surface);font-size:18px;cursor:pointer;color:var(--ag-text-2);}
.ag-drawer-nav{display:flex;flex-direction:column;gap:4px;margin-bottom:24px;}
.ag-drawer-nav a{display:flex;align-items:center;justify-content:space-between;min-height:52px;padding:0 14px;border-radius:var(--ag-r-sm);font-size:16px;font-weight:500;color:var(--ag-text-2);}
.ag-drawer-nav a:hover{background:var(--ag-alt);color:var(--ag-primary);}
.ag-drawer-nav a.is-active{background:var(--ag-primary-soft);color:var(--ag-primary);font-weight:600;}
.ag-drawer .ag-btn{width:100%;}
.ag-drawer-note{margin-top:16px;font-size:13px;color:var(--ag-text-3);line-height:1.7;}

/* Hero */
.ag-hero{position:relative;padding:72px 0 0;background:linear-gradient(180deg,#F5F8FC 0%,#EDF2FA 100%);overflow:hidden;}
.ag-hero::before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(27,95,232,.55) 1px,transparent 1px);background-size:24px 24px;opacity:.07;pointer-events:none;}
.ag-hero-inner{position:relative;z-index:1;}
.ag-hero-copy{padding-right:16px;}
.ag-hero h1{margin-top:16px;font-size:40px;line-height:1.24;letter-spacing:.4px;}
.ag-hero h1 .ag-hl{color:var(--ag-primary);}
.ag-hero-sub{margin-top:16px;font-size:17px;line-height:1.7;color:var(--ag-text-2);max-width:520px;}
.ag-hero-cta{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px;}
.ag-stats{display:flex;flex-wrap:wrap;gap:32px;margin-top:34px;padding-top:22px;border-top:1px dashed var(--ag-line);}
.ag-stat strong{display:block;font-size:22px;line-height:1.2;font-weight:700;color:var(--ag-primary);font-variant-numeric:tabular-nums;}
.ag-stat span{display:block;margin-top:4px;font-size:13px;color:var(--ag-text-3);}
.ag-hero-media{position:relative;}
.ag-hero-kv{position:relative;border-radius:var(--ag-r-md);overflow:hidden;box-shadow:var(--ag-shadow-hover);aspect-ratio:16/9;background:var(--ag-alt);}
.ag-hero-kv img{width:100%;height:100%;object-fit:cover;}
.ag-hero-kv::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(16,27,51,0) 55%,rgba(16,27,51,.35) 100%);}
.ag-hero-kv-tag{position:absolute;left:16px;top:16px;z-index:2;}
.ag-mini-card{position:absolute;right:-8px;bottom:-26px;width:230px;background:var(--ag-surface);border-radius:var(--ag-r-lg);box-shadow:0 14px 30px rgba(16,42,90,.14);padding:16px 18px;z-index:3;}
.ag-mini-card span{display:block;font-size:12px;color:var(--ag-text-3);}
.ag-mini-card strong{display:block;margin-top:4px;font-size:24px;line-height:1.2;color:var(--ag-warm);font-variant-numeric:tabular-nums;}
.ag-progress{height:8px;border-radius:var(--ag-r-pill);background:var(--ag-primary-soft);overflow:hidden;margin-top:12px;}
.ag-progress i{display:block;height:100%;border-radius:var(--ag-r-pill);background:linear-gradient(90deg,#1B5FE8,#16C6B7);}
.ag-hero-strip{position:relative;z-index:1;margin-top:72px;background:var(--ag-surface);border-top:1px solid var(--ag-line);}
.ag-hero-strip-inner{display:flex;align-items:center;gap:20px;padding:18px 0;}
.ag-hero-strip-inner span{font-size:13px;color:var(--ag-text-3);white-space:nowrap;}
.ag-hero-strip-inner .ag-progress{flex:1;margin-top:0;}

/* 玩法 */
.ag-play-row{align-items:center;margin-bottom:72px;}
.ag-play-row:last-child{margin-bottom:0;}
.ag-play-num{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:var(--ag-primary-soft);color:var(--ag-primary);font-weight:700;font-size:17px;font-variant-numeric:tabular-nums;}
.ag-play-body h3{margin-top:16px;font-size:24px;line-height:1.35;}
.ag-play-body p{margin-top:12px;color:var(--ag-text-2);max-width:560px;}
.ag-play-list{margin-top:20px;display:flex;flex-direction:column;gap:10px;}
.ag-play-list li{position:relative;padding-left:22px;font-size:15px;color:var(--ag-text-2);}
.ag-play-list li::before{content:"";position:absolute;left:0;top:9px;width:8px;height:8px;border-radius:3px;background:var(--ag-teal);}
.ag-play-media{border-radius:var(--ag-r-md);overflow:hidden;box-shadow:var(--ag-shadow);aspect-ratio:4/3;background:var(--ag-alt);}
.ag-play-media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease;}
.ag-play-media:hover img{transform:scale(1.03);}

/* 奖励横向卡 */
.ag-reward-track{display:flex;gap:20px;overflow-x:auto;padding:6px 4px 22px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;}
.ag-reward-track::-webkit-scrollbar{display:none;}
.ag-reward-card{flex:0 0 calc((100% - 60px) / 4);scroll-snap-align:start;background:var(--ag-surface);border:1px solid var(--ag-line);border-radius:var(--ag-r-lg);overflow:hidden;box-shadow:var(--ag-shadow);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;display:flex;flex-direction:column;}
.ag-reward-card:hover{transform:translateY(-4px);box-shadow:var(--ag-shadow-hover);border-color:#CFDCF3;}
.ag-reward-media{position:relative;aspect-ratio:4/3;background:var(--ag-alt);}
.ag-reward-media img{width:100%;height:100%;object-fit:cover;}
.ag-reward-lv{position:absolute;left:12px;top:12px;display:inline-flex;align-items:center;height:24px;padding:0 10px;border-radius:var(--ag-r-pill);font-size:12px;font-weight:700;color:#fff;background:var(--ag-warm);}
.ag-reward-body{padding:18px 18px 20px;display:flex;flex-direction:column;gap:10px;flex:1;}
.ag-reward-body h3{font-size:17px;line-height:1.4;}
.ag-reward-body p{font-size:14px;color:var(--ag-text-2);line-height:1.65;}
.ag-reward-body .ag-text-link{margin-top:auto;}
.ag-reward-foot{margin-top:8px;text-align:center;}

/* 任务进度 */
.ag-steps{display:flex;gap:12px;margin-bottom:36px;}
.ag-step{flex:1;background:var(--ag-surface);border:1px solid var(--ag-line);border-radius:var(--ag-r-lg);padding:20px;position:relative;}
.ag-step-dot{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;background:#fff;border:2px solid #D7E0EE;color:var(--ag-text-3);}
.ag-step.is-done .ag-step-dot{background:var(--ag-warm);border-color:var(--ag-warm);color:#fff;}
.ag-step.is-now{border-color:var(--ag-primary);box-shadow:0 8px 22px rgba(27,95,232,.12);}
.ag-step.is-now .ag-step-dot{background:var(--ag-primary);border-color:var(--ag-primary);color:#fff;animation:agPulse 2.4s ease-in-out infinite;}
@keyframes agPulse{0%,100%{box-shadow:0 0 0 0 rgba(27,95,232,.35);}50%{box-shadow:0 0 0 8px rgba(27,95,232,0);}}
.ag-step h3{margin-top:14px;font-size:16px;}
.ag-step p{margin-top:8px;font-size:13px;color:var(--ag-text-3);line-height:1.65;}
.ag-step-line{position:absolute;top:37px;right:-12px;width:24px;height:2px;background:#D7E0EE;}
.ag-step.is-done .ag-step-line{background:var(--ag-warm);}
.ag-step:last-child .ag-step-line{display:none;}
.ag-taskbar{display:flex;align-items:center;gap:20px;background:var(--ag-surface);border:1px solid var(--ag-line);border-radius:var(--ag-r-lg);padding:22px 24px;box-shadow:var(--ag-shadow);}
.ag-taskbar .ag-progress{flex:1;margin-top:0;height:10px;}
.ag-taskbar b{font-size:22px;color:var(--ag-primary);font-variant-numeric:tabular-nums;}
.ag-taskbar span{font-size:14px;color:var(--ag-text-2);}

/* 榜单 */
.ag-rank{background:var(--ag-surface);border:1px solid var(--ag-line);border-radius:var(--ag-r-lg);box-shadow:var(--ag-shadow);padding:8px 8px 8px;height:100%;}
.ag-rank li{display:flex;align-items:center;gap:14px;padding:14px 14px;border-radius:var(--ag-r-md);transition:background-color .2s ease;}
.ag-rank li+li{border-top:1px solid var(--ag-line);}
.ag-rank li:hover{background:var(--ag-alt);}
.ag-rank .ag-rank-no{width:26px;height:26px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;background:var(--ag-alt);color:var(--ag-text-2);font-variant-numeric:tabular-nums;flex:0 0 auto;}
.ag-rank li:nth-child(1) .ag-rank-no{background:var(--ag-warm);color:#fff;}
.ag-rank li:nth-child(2) .ag-rank-no{background:var(--ag-primary);color:#fff;}
.ag-rank li:nth-child(3) .ag-rank-no{background:var(--ag-teal);color:#fff;}
.ag-rank a{font-size:15px;font-weight:600;color:var(--ag-text);flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.ag-rank a:hover{color:var(--ag-primary);}
.ag-rank em{font-style:normal;font-size:13px;color:var(--ag-text-3);font-variant-numeric:tabular-nums;flex:0 0 auto;}
.ag-topic-track{display:flex;gap:18px;overflow-x:auto;padding-bottom:16px;scrollbar-width:none;}
.ag-topic-track::-webkit-scrollbar{display:none;}
.ag-topic-card{flex:0 0 62%;background:var(--ag-surface);border:1px solid var(--ag-line);border-radius:var(--ag-r-lg);overflow:hidden;box-shadow:var(--ag-shadow);transition:transform .25s ease,box-shadow .25s ease;}
.ag-topic-card:hover{transform:translateY(-4px);box-shadow:var(--ag-shadow-hover);}
.ag-topic-card img{width:100%;aspect-ratio:21/9;object-fit:cover;}
.ag-topic-card div{padding:16px 18px 20px;}
.ag-topic-card h3{font-size:17px;line-height:1.4;}
.ag-topic-card p{margin-top:8px;font-size:14px;color:var(--ag-text-2);}

/* 大 CTA */
.ag-cta{background:var(--ag-primary-soft);border:1px solid #CBDCFB;border-radius:24px;padding:44px 48px;display:flex;align-items:center;justify-content:space-between;gap:32px;position:relative;overflow:hidden;}
.ag-cta::before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(27,95,232,.5) 1px,transparent 1px);background-size:22px 22px;opacity:.06;pointer-events:none;}
.ag-cta-text{position:relative;z-index:1;max-width:640px;}
.ag-cta-text h2{font-size:28px;line-height:1.35;}
.ag-cta-text p{margin-top:12px;font-size:15px;color:var(--ag-text-2);}
.ag-cta .ag-btn{position:relative;z-index:1;}

/* 最新信息卡 */
.ag-post-grid{margin-bottom:-24px;}
.ag-post-grid > .cell{margin-bottom:24px;}
.ag-post-card{height:100%;display:flex;flex-direction:column;background:var(--ag-surface);border:1px solid var(--ag-line);border-radius:var(--ag-r-lg);overflow:hidden;box-shadow:var(--ag-shadow);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;}
.ag-post-card:hover{transform:translateY(-4px);box-shadow:var(--ag-shadow-hover);border-color:#CFDCF3;}
.ag-post-thumb{display:block;aspect-ratio:4/3;background:var(--ag-alt);overflow:hidden;}
.ag-post-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease;}
.ag-post-card:hover .ag-post-thumb img{transform:scale(1.04);}
.ag-post-body{padding:20px;display:flex;flex-direction:column;gap:12px;flex:1;}
.ag-post-title{font-size:17px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.ag-post-title a{color:var(--ag-text);}
.ag-post-card:hover .ag-post-title a{color:var(--ag-primary);}
.ag-post-excerpt{font-size:14px;color:var(--ag-text-2);line-height:1.7;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.ag-post-meta{margin-top:auto;padding-top:14px;border-top:1px solid var(--ag-line);display:flex;align-items:center;justify-content:space-between;gap:12px;}
.ag-post-meta time{font-size:13px;color:var(--ag-text-3);font-variant-numeric:tabular-nums;}
.ag-empty{background:var(--ag-surface);border:1px dashed #CFDCF3;border-radius:var(--ag-r-lg);padding:56px 24px;text-align:center;color:var(--ag-text-2);}
.ag-empty i{font-size:28px;color:var(--ag-primary);}
.ag-empty strong{display:block;margin-top:14px;font-size:17px;color:var(--ag-text);}
.ag-empty span{display:block;margin-top:8px;font-size:14px;color:var(--ag-text-3);}

/* FAQ */
.ag-faq{display:flex;flex-direction:column;gap:14px;max-width:900px;margin:0 auto;}
.ag-faq-item{background:var(--ag-surface);border:1px solid var(--ag-line);border-radius:var(--ag-r-lg);overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease;}
.ag-faq-item.is-open{border-color:#CBDCFB;box-shadow:var(--ag-shadow);}
.ag-faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:56px;padding:16px 24px;background:transparent;border:0;text-align:left;font-size:16px;font-weight:600;color:var(--ag-text);cursor:pointer;transition:color .2s ease;}
.ag-faq-q:hover{color:var(--ag-primary);}
.ag-faq-q i{flex:0 0 auto;font-size:14px;color:var(--ag-primary);transition:transform .25s ease;}
.ag-faq-item.is-open .ag-faq-q i{transform:rotate(45deg);}
.ag-faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease;}
.ag-faq-a p{padding:0 24px 20px;font-size:15px;line-height:1.85;color:var(--ag-text-2);}

/* 表单 */
.ag-form{max-width:640px;margin:0 auto;background:var(--ag-surface);border:1px solid var(--ag-line);border-radius:var(--ag-r-lg);padding:28px;box-shadow:var(--ag-shadow);}
.ag-field{margin-bottom:18px;}
.ag-field label{display:block;margin-bottom:8px;font-size:14px;font-weight:600;color:var(--ag-text-2);}
.ag-field input,.ag-field textarea{width:100%;height:46px;padding:0 14px;border:1px solid var(--ag-line);border-radius:var(--ag-r-sm);background:#fff;color:var(--ag-text);transition:border-color .2s ease,box-shadow .2s ease;}
.ag-field textarea{height:auto;min-height:110px;padding:12px 14px;resize:vertical;line-height:1.7;}
.ag-field input:focus,.ag-field textarea:focus{outline:none;border-color:var(--ag-primary);box-shadow:0 0 0 3px rgba(27,95,232,.16);}
.ag-field-hint{margin-top:8px;font-size:13px;color:var(--ag-text-3);}

/* 页脚 */
.ag-footer{background:var(--ag-ink);color:#C7D2E4;border-top:1px solid var(--ag-primary);}
.ag-footer-top{padding:64px 0 40px;}
.ag-footer h3{color:#fff;font-size:15px;font-weight:700;margin-bottom:18px;letter-spacing:.4px;}
.ag-footer-brand{display:flex;align-items:center;gap:12px;margin-bottom:16px;}
.ag-footer-brand .ag-logo-mark{background:linear-gradient(135deg,#2F72F0 0%,#16C6B7 100%);}
.ag-footer-brand strong{color:#fff;font-size:17px;font-weight:700;}
.ag-footer p{font-size:14px;line-height:1.85;color:#9DAEC7;}
.ag-footer ul{display:flex;flex-direction:column;gap:10px;}
.ag-footer ul a{font-size:14px;color:#C7D2E4;}
.ag-footer ul a:hover{color:#fff;}
.ag-footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:20px 0;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;}
.ag-footer-bottom p{font-size:13px;color:#8B9AB4;}
.ag-footer-bottom nav{display:flex;gap:20px;}
.ag-footer-bottom nav a{font-size:13px;color:#8B9AB4;}
.ag-footer-bottom nav a:hover{color:#fff;}

/* 响应式 */
@media screen and (max-width:1279px){
  .ag-container{max-width:1100px;}
  .ag-hero h1{font-size:36px;}
  .ag-reward-card{flex:0 0 calc((100% - 40px) / 3);}
}
@media screen and (max-width:1023px){
  .ag-section{padding:72px 0;}
  .ag-nav-links{display:none;}
  .ag-nav-actions{display:none;}
  .ag-burger{display:inline-flex;align-items:center;justify-content:center;}
  .ag-hero{padding:48px 0 0;}
  .ag-hero h1{font-size:32px;}
  .ag-hero-copy{padding-right:0;margin-bottom:48px;}
  .ag-hero-media{padding:0 8px;}
  .ag-mini-card{right:8px;bottom:-20px;}
  .ag-play-body{margin-top:24px;}
  .ag-play-row{margin-bottom:56px;}
  .ag-play-row .ag-play-media{order:-1;}
  .ag-steps{flex-direction:column;gap:16px;}
  .ag-step-line{display:none;}
  .ag-topic-card{flex:0 0 78%;}
  .ag-cta{flex-direction:column;align-items:flex-start;padding:34px 28px;}
  .ag-reward-card{flex:0 0 calc((100% - 20px) / 2.14);}
  .ag-section{padding:64px 0;}
}
@media screen and (max-width:767px){
  body{padding-top:64px;}
  .ag-nav{height:64px;gap:10px;}
  .ag-nav-links a{height:64px;}
  .ag-logo-text em{display:none;}
  .ag-hero{padding:36px 0 0;}
  .ag-hero h1{font-size:27px;line-height:1.32;}
  .ag-hero-sub{font-size:15px;}
  .ag-hero-cta .ag-btn{flex:1 1 auto;min-width:150px;}
  .ag-stats{gap:20px;margin-top:26px;}
  .ag-stat strong{font-size:19px;}
  .ag-hero-strip-inner{flex-direction:column;align-items:stretch;gap:10px;padding:16px 0;}
  .ag-hero-strip-inner span{text-align:left;}
  .ag-container{padding:0 20px;}
  .ag-section{padding:56px 0;}
  .ag-sec-head{margin-bottom:32px;}
  .ag-sec-head h2{font-size:22px;padding-left:12px;}
  .ag-sec-head p{font-size:15px;}
  .ag-play-body h3{font-size:20px;}
  .ag-reward-track{gap:14px;padding-right:0;}
  .ag-reward-card{flex:0 0 78%;}
  .ag-taskbar{flex-direction:column;align-items:stretch;gap:12px;}
  .ag-topic-card{flex:0 0 86%;}
  .ag-cta{border-radius:18px;padding:28px 20px;}
  .ag-cta-text h2{font-size:22px;}
  .ag-cta .ag-btn{width:100%;}
  .ag-footer-top{padding:48px 0 28px;}
  .ag-footer-bottom{flex-direction:column;align-items:flex-start;}
  .ag-faq-q{padding:14px 18px;font-size:15px;}
  .ag-faq-a p{padding:0 18px 18px;}
  .ag-form{padding:22px 18px;}
  .ag-mini-card{position:static;width:100%;margin-top:16px;}
  .ag-hero-kv{border-radius:var(--ag-r-md);}
}
@media (prefers-reduced-motion:reduce){
  *{animation:none !important;transition:none !important;}
  html{scroll-behavior:auto;}
}

/* roulang page: article */
:root{
  --ag-primary:#1B5FE8;
  --ag-primary-dark:#1249BF;
  --ag-primary-light:#E7EFFF;
  --ag-teal:#16C6B7;
  --ag-warm:#FF9A2E;
  --ag-bg:#F5F8FC;
  --ag-card:#FFFFFF;
  --ag-alt:#EDF2FA;
  --ag-border:#E3EAF4;
  --ag-text:#101A2C;
  --ag-text-2:#4C5A70;
  --ag-text-3:#8B97A8;
  --ag-dark:#101B33;
  --ag-radius-card:16px;
  --ag-radius-img:14px;
  --ag-radius-btn:10px;
  --ag-radius-pill:999px;
  --ag-shadow:0 2px 10px rgba(16,42,90,.06);
  --ag-shadow-hover:0 14px 30px rgba(16,42,90,.13);
  --ag-shadow-nav:0 2px 12px rgba(16,42,90,.08);
  --ag-font:"PingFang SC","Microsoft YaHei","Noto Sans SC","Hiragino Sans GB",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
*,*::before,*::after{box-sizing:border-box;}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;}
body{
  margin:0;
  background:var(--ag-bg);
  color:var(--ag-text);
  font-family:var(--ag-font);
  font-size:16px;
  line-height:1.75;
  font-weight:400;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block;border:0;}
a{color:var(--ag-primary);text-decoration:none;transition:color .2s ease;}
a:hover{color:var(--ag-primary-dark);}
h1,h2,h3,h4{margin:0;font-weight:700;line-height:1.35;color:var(--ag-text);}
p{margin:0;}
ul,ol{margin:0;padding:0;list-style:none;}
button{font:inherit;cursor:pointer;border:0;background:none;}
input,textarea,select{font:inherit;}
a:focus-visible,button:focus-visible,summary:focus-visible{outline:2px solid var(--ag-primary);outline-offset:2px;border-radius:6px;}
body.ag-lock{overflow:hidden;}

/* ---------- 通用容器与排版 ---------- */
.ag-container{max-width:1200px;margin:0 auto;padding:0 32px;}
.ag-section{padding:96px 0;}
.ag-section-alt{background:var(--ag-alt);}
.ag-section-head{max-width:760px;margin-bottom:48px;}
.ag-section-head h2{font-size:30px;line-height:1.3;position:relative;padding-left:18px;}
.ag-section-head h2::before{
  content:"";position:absolute;left:0;top:8px;width:4px;height:22px;
  border-radius:2px;background:var(--ag-primary);
}
.ag-section-head p{margin-top:12px;color:var(--ag-text-2);font-size:16px;}
.ag-eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-size:13px;font-weight:600;color:var(--ag-primary);
  background:var(--ag-primary-light);border-radius:var(--ag-radius-pill);
  padding:6px 14px;
}

/* ---------- 按钮 ---------- */
.ag-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  height:46px;padding:0 24px;border-radius:var(--ag-radius-btn);
  font-size:15px;font-weight:600;line-height:1;
  transition:transform .2s ease,background-color .2s ease,color .2s ease,box-shadow .2s ease,border-color .2s ease;
  white-space:nowrap;
}
.ag-btn-primary{background:var(--ag-primary);color:#fff;box-shadow:0 6px 16px rgba(27,95,232,.22);}
.ag-btn-primary:hover{background:var(--ag-primary-dark);color:#fff;transform:translateY(-2px);}
.ag-btn-primary:active{transform:translateY(0);}
.ag-btn-ghost{background:#fff;color:var(--ag-primary);border:1.5px solid var(--ag-primary);}
.ag-btn-ghost:hover{background:var(--ag-primary-light);color:var(--ag-primary-dark);}
.ag-btn-sm{height:40px;padding:0 18px;font-size:14px;border-radius:9px;}
.ag-btn-block{width:100%;}
.ag-text-link{
  display:inline-flex;align-items:center;gap:6px;
  font-size:14px;font-weight:600;color:var(--ag-primary);
}
.ag-text-link .ag-arrow{transition:transform .2s ease;display:inline-block;}
.ag-text-link:hover .ag-arrow{transform:translateX(4px);}

/* ---------- 徽章 / 标签 ---------- */
.ag-badge{
  display:inline-flex;align-items:center;gap:6px;
  font-size:12px;font-weight:600;line-height:18px;
  padding:3px 12px;border-radius:var(--ag-radius-pill);
}
.ag-badge-primary{background:var(--ag-primary-light);color:var(--ag-primary);}
.ag-badge-warm{background:#FFF2E2;color:#D9760F;}
.ag-badge-teal{background:#E4F8F6;color:#0E9C90;}
.ag-tag{
  display:inline-flex;align-items:center;
  padding:6px 14px;border-radius:var(--ag-radius-pill);
  background:#fff;border:1px solid var(--ag-border);
  font-size:13px;color:var(--ag-text-2);transition:.2s ease;
}
.ag-tag:hover{border-color:var(--ag-primary);color:var(--ag-primary);}

/* ---------- 导航 ---------- */
.ag-header{
  position:sticky;top:0;z-index:60;background:#fff;
  border-bottom:1px solid var(--ag-border);
}
.ag-header.is-stuck{box-shadow:var(--ag-shadow-nav);}
.ag-header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;height:72px;}
.ag-brand{display:flex;align-items:center;gap:12px;color:var(--ag-text);}
.ag-brand:hover{color:var(--ag-text);}
.ag-logo-mark{
  width:40px;height:40px;flex:0 0 40px;border-radius:12px;
  background:linear-gradient(135deg,#1B5FE8 0%,#16C6B7 100%);
  color:#fff;font-size:19px;font-weight:700;
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 6px 14px rgba(27,95,232,.24);
}
.ag-brand-text{display:flex;flex-direction:column;line-height:1.25;}
.ag-brand-text strong{font-size:16px;font-weight:700;letter-spacing:.2px;}
.ag-brand-text em{font-style:normal;font-size:12px;color:var(--ag-text-3);letter-spacing:.3px;}
.ag-nav-links{display:flex;align-items:center;gap:4px;}
.ag-nav-links a{
  position:relative;display:inline-flex;align-items:center;height:72px;
  padding:0 14px;font-size:15px;font-weight:500;color:var(--ag-text-2);
  transition:color .2s ease;
}
.ag-nav-links a::after{
  content:"";position:absolute;left:14px;right:14px;bottom:18px;height:3px;
  border-radius:3px;background:var(--ag-primary);
  transform:scaleX(0);transform-origin:center;transition:transform .2s ease;
}
.ag-nav-links a:hover{color:var(--ag-primary);}
.ag-nav-links a:hover::after,.ag-nav-links a.is-active::after{transform:scaleX(1);}
.ag-nav-links a.is-active{color:var(--ag-primary);font-weight:600;}
.ag-nav-actions{display:flex;align-items:center;gap:16px;}
.ag-nav-actions .ag-nav-link-plain{font-size:14px;font-weight:600;color:var(--ag-text-2);}
.ag-nav-actions .ag-nav-link-plain:hover{color:var(--ag-primary);}
.ag-burger{
  display:none;width:44px;height:44px;border-radius:12px;
  align-items:center;justify-content:center;flex-direction:column;gap:5px;
  background:var(--ag-primary-light);
}
.ag-burger span{display:block;width:20px;height:2px;border-radius:2px;background:var(--ag-primary);}

.ag-mask{
  position:fixed;inset:0;background:rgba(16,27,51,.45);z-index:70;
  opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease;
}
.ag-mask.is-open{opacity:1;visibility:visible;}
.ag-drawer{
  position:fixed;top:0;right:0;bottom:0;width:84%;max-width:360px;z-index:80;
  background:#fff;box-shadow:-12px 0 32px rgba(16,42,90,.16);
  transform:translateX(102%);transition:transform .28s ease;
  display:flex;flex-direction:column;padding:24px 24px 28px;
  overflow-y:auto;
}
.ag-drawer.is-open{transform:translateX(0);}
.ag-drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;}
.ag-drawer-head strong{font-size:16px;}
.ag-drawer-close{
  width:40px;height:40px;border-radius:10px;background:var(--ag-alt);
  color:var(--ag-text-2);font-size:16px;display:flex;align-items:center;justify-content:center;
}
.ag-drawer-nav a{
  display:block;padding:14px 4px;font-size:16px;font-weight:500;color:var(--ag-text-2);
  border-bottom:1px solid var(--ag-border);
}
.ag-drawer-nav a:hover,.ag-drawer-nav a.is-active{color:var(--ag-primary);}
.ag-drawer-nav a.is-active{font-weight:600;}
.ag-drawer-foot{margin-top:auto;padding-top:24px;}

/* ---------- 文章头部 ---------- */
.ag-article-top{
  background:
    radial-gradient(circle at 88% 12%, rgba(27,95,232,.10), transparent 42%),
    #fff;
  border-bottom:1px solid var(--ag-border);
  padding:28px 0 48px;
}
.ag-breadcrumb{
  display:flex;flex-wrap:wrap;align-items:center;gap:8px;
  font-size:14px;color:var(--ag-text-3);margin-bottom:24px;
}
.ag-breadcrumb a{color:var(--ag-text-2);font-weight:500;}
.ag-breadcrumb a:hover{color:var(--ag-primary);}
.ag-breadcrumb .ag-sep{color:var(--ag-text-3);}
.ag-breadcrumb .is-current{
  color:var(--ag-text-3);max-width:520px;overflow:hidden;
  text-overflow:ellipsis;white-space:nowrap;
}
.ag-article-head{max-width:900px;}
.ag-article-head .ag-article-badges{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:16px;}
.ag-article-head h1{
  font-size:36px;line-height:1.32;letter-spacing:-.4px;margin-bottom:20px;
}
.ag-article-meta{
  display:flex;flex-wrap:wrap;align-items:center;gap:20px;
  font-size:14px;color:var(--ag-text-3);
}
.ag-article-meta span{display:inline-flex;align-items:center;gap:6px;}
.ag-article-meta i{color:var(--ag-primary);font-size:13px;}

/* ---------- 正文阅读区 ---------- */
.ag-article-main{padding:56px 0 72px;}
.ag-article-layout{max-width:800px;margin:0 auto;}
.ag-prose{
  background:var(--ag-card);border:1px solid var(--ag-border);
  border-radius:var(--ag-radius-card);box-shadow:var(--ag-shadow);
  padding:44px 48px;
}
.ag-prose p{font-size:16px;line-height:1.9;color:var(--ag-text-2);margin:0 0 18px;}
.ag-prose h2{
  font-size:24px;line-height:1.4;color:var(--ag-text);
  margin:40px 0 16px;padding-left:14px;border-left:4px solid var(--ag-primary);
}
.ag-prose h3{font-size:20px;line-height:1.5;color:var(--ag-text);margin:28px 0 12px;}
.ag-prose h4{font-size:17px;line-height:1.5;color:var(--ag-text);margin:24px 0 10px;}
.ag-prose ul{margin:0 0 20px;padding-left:4px;}
.ag-prose ul li{
  position:relative;padding-left:20px;margin-bottom:10px;
  font-size:16px;line-height:1.85;color:var(--ag-text-2);
}
.ag-prose ul li::before{
  content:"";position:absolute;left:2px;top:12px;
  width:6px;height:6px;border-radius:2px;background:var(--ag-primary);
}
.ag-prose ol{margin:0 0 20px;padding-left:22px;list-style:decimal;}
.ag-prose ol li{font-size:16px;line-height:1.85;color:var(--ag-text-2);margin-bottom:10px;}
.ag-prose blockquote{
  margin:24px 0;padding:18px 22px;
  background:var(--ag-primary-light);border-left:4px solid var(--ag-primary);
  border-radius:0 12px 12px 0;
}
.ag-prose blockquote p{margin:0;color:var(--ag-text);font-size:15.5px;}
.ag-prose img{
  width:100%;height:auto;border-radius:var(--ag-radius-img);
  margin:24px auto;box-shadow:var(--ag-shadow);
}
.ag-prose figure{margin:24px 0;}
.ag-prose figcaption{
  margin-top:10px;text-align:center;font-size:13px;color:var(--ag-text-3);
}
.ag-prose a{color:var(--ag-primary);text-decoration:underline;text-underline-offset:3px;}
.ag-prose a:hover{color:var(--ag-primary-dark);}
.ag-prose table{
  width:100%;border-collapse:collapse;margin:24px 0;font-size:15px;
  border:1px solid var(--ag-border);border-radius:12px;overflow:hidden;
}
.ag-prose thead th{
  background:var(--ag-alt);font-weight:700;color:var(--ag-text);
  text-align:left;padding:12px 16px;border-bottom:1px solid var(--ag-border);
}
.ag-prose tbody td{
  padding:12px 16px;border-bottom:1px solid var(--ag-border);
  color:var(--ag-text-2);line-height:1.7;
}
.ag-prose tbody tr:last-child td{border-bottom:0;}
.ag-prose hr{border:0;border-top:1px solid var(--ag-border);margin:32px 0;}
.ag-prose strong{color:var(--ag-text);font-weight:700;}
.ag-prose > *:first-child{margin-top:0;}
.ag-prose > *:last-child{margin-bottom:0;}

.ag-empty{
  text-align:center;padding:40px 24px;
}
.ag-empty i{
  font-size:34px;color:var(--ag-primary);background:var(--ag-primary-light);
  width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  margin:0 auto 20px;
}
.ag-empty h2{font-size:22px;margin-bottom:10px;padding:0;border:0;}
.ag-empty p{color:var(--ag-text-2);margin-bottom:24px;}

/* ---------- 文末 ---------- */
.ag-article-foot{
  margin-top:32px;display:flex;flex-wrap:wrap;align-items:center;
  justify-content:space-between;gap:20px;
}
.ag-tags{display:flex;flex-wrap:wrap;gap:10px;}

/* ---------- 相关推荐卡片 ---------- */
.ag-card{
  display:flex;flex-direction:column;height:100%;
  background:var(--ag-card);border:1px solid var(--ag-border);
  border-radius:var(--ag-radius-card);box-shadow:var(--ag-shadow);
  overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.ag-card:hover{transform:translateY(-4px);box-shadow:var(--ag-shadow-hover);border-color:#D6E2F5;}
.ag-card-thumb{
  position:relative;width:100%;aspect-ratio:4/3;overflow:hidden;background:var(--ag-alt);
}
.ag-card-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease;}
.ag-card:hover .ag-card-thumb img{transform:scale(1.04);}
.ag-card-thumb .ag-card-badge{position:absolute;left:12px;top:12px;}
.ag-card-body{padding:20px 22px 22px;display:flex;flex-direction:column;gap:12px;flex:1;}
.ag-card-body h3{
  font-size:17px;line-height:1.55;color:var(--ag-text);
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
  transition:color .2s ease;
}
.ag-card:hover .ag-card-body h3{color:var(--ag-primary);}
.ag-card-meta{
  margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:12px;
  font-size:13px;color:var(--ag-text-3);padding-top:12px;border-top:1px solid var(--ag-border);
}

/* ---------- CTA ---------- */
.ag-cta{
  background:var(--ag-primary-light);
  border:1px solid #CFE0FF;
  border-radius:24px;
  padding:40px 44px;
  display:flex;align-items:center;justify-content:space-between;gap:32px;
}
.ag-cta h2{font-size:26px;line-height:1.4;margin-bottom:10px;}
.ag-cta p{color:var(--ag-text-2);font-size:15px;}
.ag-cta-actions{display:flex;flex-direction:column;align-items:flex-start;gap:10px;flex:0 0 auto;}
.ag-cta-actions small{font-size:13px;color:var(--ag-text-3);}

/* ---------- 页脚 ---------- */
.ag-footer{background:var(--ag-dark);color:#C7D3E6;margin-top:0;border-top:1px solid var(--ag-primary);}
.ag-footer-top{padding:64px 0 40px;}
.ag-footer h3{
  font-size:15px;color:#fff;margin-bottom:18px;font-weight:600;letter-spacing:.4px;
}
.ag-footer p{font-size:14px;line-height:1.85;color:#9DAEC7;margin-top:16px;}
.ag-footer ul li{margin-bottom:12px;}
.ag-footer ul li a{font-size:14px;color:#C7D3E6;}
.ag-footer ul li a:hover{color:#fff;}
.ag-footer-brand{display:flex;align-items:center;gap:12px;margin-bottom:6px;}
.ag-footer-brand strong{font-size:16px;color:#fff;font-weight:700;}
.ag-footer-brand .ag-logo-mark{width:38px;height:38px;flex:0 0 38px;font-size:18px;}
.ag-footer-bottom{
  border-top:1px solid rgba(255,255,255,.10);
  padding:22px 0 28px;
  display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;
}
.ag-footer-bottom p{font-size:13px;color:#8B9BB4;margin:0;}
.ag-footer-bottom nav{display:flex;flex-wrap:wrap;gap:20px;}
.ag-footer-bottom nav a{font-size:13px;color:#8B9BB4;}
.ag-footer-bottom nav a:hover{color:#fff;}

/* ---------- 响应式 ---------- */
@media screen and (max-width:1023px){
  .ag-container{padding:0 24px;}
  .ag-nav-links,.ag-nav-actions{display:none;}
  .ag-burger{display:flex;}
  .ag-section{padding:72px 0;}
  .ag-section-head{margin-bottom:36px;}
  .ag-section-head h2{font-size:26px;}
  .ag-article-head h1{font-size:30px;}
  .ag-article-top{padding:22px 0 36px;}
  .ag-prose{padding:32px 30px;}
  .ag-cta{padding:32px 32px;flex-direction:column;align-items:flex-start;}
  .ag-cta-actions{width:100%;}
  .ag-cta-actions .ag-btn{width:100%;}
}
@media screen and (max-width:639px){
  .ag-container{padding:0 20px;}
  body{font-size:15.5px;}
  .ag-section{padding:56px 0;}
  .ag-section-head h2{font-size:22px;padding-left:14px;}
  .ag-section-head h2::before{top:6px;height:18px;}
  .ag-section-head p{font-size:15px;}
  .ag-brand-text strong{font-size:15px;}
  .ag-brand-text em{font-size:11px;}
  .ag-header-inner{height:64px;}
  .ag-article-head h1{font-size:26px;letter-spacing:-.2px;}
  .ag-article-meta{gap:14px;font-size:13px;}
  .ag-breadcrumb{font-size:13px;}
  .ag-article-main{padding:36px 0 56px;}
  .ag-prose{padding:24px 20px;border-radius:14px;}
  .ag-prose h2{font-size:20px;margin:32px 0 14px;}
  .ag-prose h3{font-size:18px;margin:24px 0 10px;}
  .ag-prose p,.ag-prose ul li{font-size:15.5px;}
  .ag-prose table{font-size:14px;}
  .ag-prose thead th,.ag-prose tbody td{padding:10px 12px;}
  .ag-article-foot{flex-direction:column;align-items:flex-start;}
  .ag-card-body h3{font-size:16px;}
  .ag-cta{border-radius:18px;padding:26px 22px;}
  .ag-cta h2{font-size:21px;}
  .ag-footer-top{padding:48px 0 24px;}
  .ag-footer-bottom{flex-direction:column;align-items:flex-start;gap:14px;}
}
@media (prefers-reduced-motion:reduce){
  *{transition:none !important;animation:none !important;scroll-behavior:auto !important;}
}

/* roulang page: category1 */
/* ===================== 设计变量 ===================== */
:root{
  --ag-primary:#1B5FE8;
  --ag-primary-dark:#1249BF;
  --ag-primary-light:#E7EFFF;
  --ag-aid:#16C6B7;
  --ag-warm:#FF9A2E;
  --ag-bg:#F5F8FC;
  --ag-card:#FFFFFF;
  --ag-alt:#EDF2FA;
  --ag-border:#E3EAF4;
  --ag-text:#101A2C;
  --ag-text-2:#4C5A70;
  --ag-text-3:#8B97A8;
  --ag-white:#FFFFFF;
  --ag-dark:#101B33;
  --ag-radius-card:16px;
  --ag-radius-img:14px;
  --ag-radius-btn:10px;
  --ag-radius-pill:999px;
  --ag-shadow:0 2px 10px rgba(16,42,90,.06);
  --ag-shadow-hover:0 14px 30px rgba(16,42,90,.13);
  --ag-shadow-nav:0 2px 12px rgba(16,42,90,.08);
  --ag-container:1200px;
  --ag-space-1:12px;
  --ag-space-2:16px;
  --ag-space-3:20px;
  --ag-space-4:24px;
  --ag-space-5:32px;
}

/* ===================== 基础 reset ===================== */
*,*::before,*::after{box-sizing:border-box;}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;}
body{
  margin:0;
  font-family:"PingFang SC","Microsoft YaHei","Noto Sans SC","Helvetica Neue",Arial,sans-serif;
  font-size:16px;
  line-height:1.75;
  color:var(--ag-text);
  background:var(--ag-bg);
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto;display:block;border:0;}
a{color:var(--ag-primary);text-decoration:none;transition:color .2s ease,background-color .2s ease;}
a:hover{color:var(--ag-primary-dark);}
h1,h2,h3,h4{margin:0;color:var(--ag-text);font-weight:600;line-height:1.35;letter-spacing:.2px;}
p{margin:0;}
ul,ol{margin:0;padding:0;list-style:none;}
button{font:inherit;color:inherit;border:0;background:none;cursor:pointer;}
input,textarea,select{font:inherit;}
:focus-visible{outline:2px solid var(--ag-primary);outline-offset:2px;border-radius:4px;}
.ag-no-scroll{overflow:hidden;}

/* 覆盖 Foundation 默认味道 */
body,button,input,select,textarea{font-family:"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;}
a:not(.ag-btn){color:var(--ag-primary);}
.grid-container,.ag-container{max-width:var(--ag-container);}
.button,.button.primary{background:var(--ag-primary);border-radius:var(--ag-radius-btn);}

/* ===================== 容器 ===================== */
.ag-container{
  width:100%;
  max-width:var(--ag-container);
  margin:0 auto;
  padding:0 32px;
}

/* ===================== 按钮 ===================== */
.ag-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  height:46px;
  padding:0 26px;
  border-radius:var(--ag-radius-btn);
  font-size:15px;
  font-weight:600;
  border:1.5px solid transparent;
  cursor:pointer;
  white-space:nowrap;
  transition:background-color .2s ease,color .2s ease,transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.ag-btn-primary{background:var(--ag-primary);color:var(--ag-white);}
.ag-btn-primary:hover{background:var(--ag-primary-dark);color:var(--ag-white);transform:translateY(-2px);}
.ag-btn-primary:active{transform:translateY(0);}
.ag-btn-ghost{background:var(--ag-white);border-color:var(--ag-primary);color:var(--ag-primary);}
.ag-btn-ghost:hover{background:var(--ag-primary-light);color:var(--ag-primary);transform:translateY(-2px);}
.ag-btn-ghost:active{transform:translateY(0);}
.ag-btn-sm{height:40px;padding:0 18px;font-size:14px;}
.ag-btn-block{display:flex;width:100%;}
.ag-text-link{
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-size:14px;
  font-weight:600;
  color:var(--ag-primary);
}
.ag-text-link span{transition:transform .2s ease;}
.ag-text-link:hover span{transform:translateX(4px);}

/* ===================== 标签与徽章 ===================== */
.ag-badge{
  display:inline-flex;
  align-items:center;
  gap:6px;
  height:28px;
  padding:0 14px;
  border-radius:var(--ag-radius-pill);
  font-size:12px;
  font-weight:600;
  line-height:18px;
  background:var(--ag-primary-light);
  color:var(--ag-primary);
}
.ag-badge-light{background:rgba(255,255,255,.18);color:var(--ag-white);border:1px solid rgba(255,255,255,.34);}
.ag-badge-warm{background:rgba(255,154,46,.14);color:#B85F00;}
.ag-badge-aid{background:rgba(22,198,183,.14);color:#0C8578;}

/* ===================== 顶部导航 ===================== */
.ag-header{
  position:sticky;
  top:0;
  z-index:120;
  background:var(--ag-white);
  border-bottom:1px solid var(--ag-border);
  transition:box-shadow .25s ease;
}
.ag-header.is-stuck{box-shadow:var(--ag-shadow-nav);}
.ag-header-inner{
  height:72px;
  display:flex;
  align-items:center;
  gap:24px;
}
.ag-logo{
  display:flex;
  align-items:center;
  gap:12px;
  flex:0 0 auto;
}
.ag-logo-mark{
  width:40px;
  height:40px;
  flex:0 0 40px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  background:linear-gradient(135deg,var(--ag-primary) 0%,#2F7BFF 60%,var(--ag-aid) 100%);
  color:var(--ag-white);
  font-size:19px;
  font-weight:700;
}
.ag-logo-text{display:flex;flex-direction:column;line-height:1.25;}
.ag-logo-text strong{font-size:16px;font-weight:700;color:var(--ag-text);letter-spacing:.3px;}
.ag-logo-text em{font-style:normal;font-size:12px;color:var(--ag-text-3);}
.ag-nav-links{
  display:flex;
  align-items:center;
  gap:4px;
  margin-left:auto;
}
.ag-nav-links a{
  position:relative;
  display:inline-flex;
  align-items:center;
  height:40px;
  padding:0 14px;
  border-radius:8px;
  font-size:15px;
  font-weight:500;
  color:var(--ag-text-2);
  transition:color .2s ease,background-color .2s ease;
}
.ag-nav-links a:hover{color:var(--ag-primary);background:var(--ag-primary-light);}
.ag-nav-links a.is-active{color:var(--ag-primary);font-weight:600;}
.ag-nav-links a.is-active::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:2px;
  transform:translateX(-50%);
  width:20px;
  height:3px;
  border-radius:var(--ag-radius-pill);
  background:var(--ag-primary);
}
.ag-header-actions{
  display:flex;
  align-items:center;
  gap:18px;
  flex:0 0 auto;
}
.ag-menu-toggle{
  display:none;
  width:44px;
  height:44px;
  border-radius:10px;
  border:1px solid var(--ag-border);
  background:var(--ag-white);
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:5px;
  margin-left:auto;
}
.ag-menu-toggle span{
  display:block;
  width:20px;
  height:2px;
  border-radius:2px;
  background:var(--ag-text);
  transition:transform .25s ease,opacity .25s ease;
}
.ag-menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg);}
.ag-menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0;}
.ag-menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}

/* 移动端抽屉 */
.ag-overlay{
  position:fixed;
  inset:0;
  background:rgba(16,27,51,.5);
  opacity:0;
  pointer-events:none;
  transition:opacity .3s ease;
  z-index:190;
}
.ag-overlay.is-open{opacity:1;pointer-events:auto;}
.ag-drawer{
  position:fixed;
  top:0;
  right:0;
  width:84%;
  max-width:360px;
  height:100%;
  background:var(--ag-white);
  z-index:200;
  display:flex;
  flex-direction:column;
  transform:translateX(100%);
  transition:transform .3s ease;
  overflow-y:auto;
  box-shadow:-12px 0 32px rgba(16,42,90,.16);
}
.ag-drawer.is-open{transform:translateX(0);}
.ag-drawer-head{
  display:flex;
  align-items:center;
  gap:12px;
  padding:18px 20px;
  border-bottom:1px solid var(--ag-border);
}
.ag-drawer-head strong{font-size:15px;font-weight:700;}
.ag-drawer-close{
  margin-left:auto;
  width:36px;
  height:36px;
  border-radius:10px;
  font-size:22px;
  line-height:1;
  color:var(--ag-text-2);
  background:var(--ag-alt);
}
.ag-drawer-close:hover{background:var(--ag-primary-light);color:var(--ag-primary);}
.ag-drawer-links{display:flex;flex-direction:column;padding:12px 12px 0;}
.ag-drawer-links a{
  display:flex;
  align-items:center;
  min-height:48px;
  padding:0 14px;
  border-radius:10px;
  font-size:16px;
  font-weight:500;
  color:var(--ag-text-2);
}
.ag-drawer-links a:hover{background:var(--ag-primary-light);color:var(--ag-primary);}
.ag-drawer-links a.is-active{background:var(--ag-primary-light);color:var(--ag-primary);font-weight:600;}
.ag-drawer-foot{margin-top:auto;padding:20px;border-top:1px solid var(--ag-border);}

/* ===================== 分类横幅 ===================== */
.ag-banner{
  position:relative;
  height:260px;
  overflow:hidden;
  background:var(--ag-dark);
}
.ag-banner-img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}
.ag-banner-mask{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(16,27,51,.84) 0%,rgba(16,27,51,.58) 46%,rgba(16,27,51,.2) 100%);
}
.ag-banner-inner{
  position:relative;
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  gap:12px;
  padding-bottom:34px;
}
.ag-banner-text{
  color:var(--ag-white);
  font-size:20px;
  font-weight:600;
  letter-spacing:.4px;
  text-shadow:0 1px 8px rgba(16,27,51,.4);
}
.ag-banner-sub{
  color:rgba(255,255,255,.82);
  font-size:14px;
  font-weight:400;
}

/* ===================== 页面头部（面包屑 + H1 + 引导） ===================== */
.ag-page-head{
  background:var(--ag-white);
  border-bottom:1px solid var(--ag-border);
  padding:36px 0 48px;
}
.ag-breadcrumb{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  font-size:13px;
  color:var(--ag-text-3);
  margin-bottom:18px;
}
.ag-breadcrumb a{color:var(--ag-text-3);}
.ag-breadcrumb a:hover{color:var(--ag-primary);}
.ag-breadcrumb .is-current{color:var(--ag-text-2);font-weight:600;}
.ag-page-head h1{
  font-size:40px;
  line-height:1.28;
  font-weight:700;
  margin-bottom:18px;
  max-width:900px;
}
.ag-page-head h1 .ag-hl{color:var(--ag-primary);}
.ag-lead{
  font-size:16px;
  line-height:1.9;
  color:var(--ag-text-2);
  max-width:840px;
}
.ag-head-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px;}

/* ===================== 数据条 ===================== */
.ag-stats{
  padding:0 0 8px;
  margin-top:-32px;
  position:relative;
  z-index:5;
}
.ag-stats-box{
  background:var(--ag-card);
  border:1px solid var(--ag-border);
  border-radius:var(--ag-radius-card);
  box-shadow:var(--ag-shadow);
  display:grid;
  grid-template-columns:repeat(4,1fr);
  overflow:hidden;
}
.ag-stat{
  padding:24px 20px;
  text-align:center;
  border-right:1px solid var(--ag-border);
}
.ag-stat:last-child{border-right:0;}
.ag-stat-num{
  display:block;
  font-size:30px;
  font-weight:700;
  line-height:1.2;
  color:var(--ag-warm);
  font-variant-numeric:tabular-nums;
  letter-spacing:.5px;
}
.ag-stat-label{
  display:block;
  margin-top:6px;
  font-size:14px;
  color:var(--ag-text-2);
}

/* ===================== 区块通用 ===================== */
.ag-section{padding:96px 0;}
.ag-section-alt{background:var(--ag-alt);}
.ag-section-head{max-width:760px;margin-bottom:48px;}
.ag-section-head h2{
  position:relative;
  font-size:30px;
  line-height:1.36;
  padding-left:16px;
  margin-bottom:14px;
}
.ag-section-head h2::before{
  content:"";
  position:absolute;
  left:0;
  top:8px;
  width:4px;
  height:22px;
  border-radius:2px;
  background:var(--ag-primary);
}
.ag-section-head p{
  font-size:16px;
  color:var(--ag-text-2);
  line-height:1.85;
}

/* ===================== 图文交错长列表 ===================== */
.ag-step-list{display:flex;flex-direction:column;gap:64px;}
.ag-step-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:48px;
  align-items:center;
}
.ag-step-row.is-reverse .ag-step-media{order:2;}
.ag-step-media{
  border-radius:var(--ag-radius-img);
  overflow:hidden;
  box-shadow:var(--ag-shadow);
  background:var(--ag-alt);
}
.ag-step-media img{
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  transition:transform .4s ease;
}
.ag-step-row:hover .ag-step-media img{transform:scale(1.03);}
.ag-step-body{max-width:520px;}
.ag-step-title{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:14px;
}
.ag-step-num{
  width:44px;
  height:44px;
  flex:0 0 44px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:var(--ag-primary-light);
  color:var(--ag-primary);
  font-size:17px;
  font-weight:700;
  font-variant-numeric:tabular-nums;
}
.ag-step-title h3{font-size:20px;line-height:1.4;}
.ag-step-body p{
  font-size:16px;
  line-height:1.9;
  color:var(--ag-text-2);
  margin-bottom:18px;
}
.ag-points{display:flex;flex-direction:column;gap:10px;}
.ag-points li{
  position:relative;
  padding-left:18px;
  font-size:15px;
  color:var(--ag-text-2);
  line-height:1.8;
}
.ag-points li::before{
  content:"";
  position:absolute;
  left:0;
  top:11px;
  width:7px;
  height:7px;
  border-radius:2px;
  background:var(--ag-aid);
}
.ag-step-link{margin-top:20px;display:inline-flex;}

/* ===================== 准备清单 ===================== */
.ag-check-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
}
.ag-check-item{
  display:flex;
  align-items:flex-start;
  gap:14px;
  background:var(--ag-card);
  border:1px solid var(--ag-border);
  border-radius:var(--ag-radius-card);
  padding:20px 22px;
  box-shadow:var(--ag-shadow);
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.ag-check-item:hover{
  transform:translateY(-4px);
  box-shadow:var(--ag-shadow-hover);
  border-color:#D5E2FA;
}
.ag-check-index{
  flex:0 0 30px;
  width:30px;
  height:30px;
  border-radius:8px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:var(--ag-primary-light);
  color:var(--ag-primary);
  font-size:13px;
  font-weight:700;
  font-variant-numeric:tabular-nums;
}
.ag-check-item strong{
  display:block;
  font-size:16px;
  font-weight:600;
  margin-bottom:4px;
}
.ag-check-item span{font-size:14px;color:var(--ag-text-3);line-height:1.7;}

/* ===================== FAQ ===================== */
.ag-faq{display:flex;flex-direction:column;gap:14px;max-width:920px;}
.ag-faq-item{
  background:var(--ag-card);
  border:1px solid var(--ag-border);
  border-radius:var(--ag-radius-card);
  box-shadow:var(--ag-shadow);
  overflow:hidden;
  transition:border-color .25s ease,box-shadow .25s ease;
}
.ag-faq-item:hover{border-color:#D5E2FA;}
.ag-faq-item.is-open{box-shadow:var(--ag-shadow-hover);border-color:#D5E2FA;}
.ag-faq-q{
  width:100%;
  min-height:56px;
  display:flex;
  align-items:center;
  gap:16px;
  padding:16px 24px;
  text-align:left;
  font-size:16px;
  font-weight:600;
  color:var(--ag-text);
}
.ag-faq-q span{flex:1 1 auto;}
.ag-faq-icon{
  position:relative;
  flex:0 0 18px;
  width:18px;
  height:18px;
}
.ag-faq-icon::before,
.ag-faq-icon::after{
  content:"";
  position:absolute;
  background:var(--ag-primary);
  border-radius:2px;
  transition:transform .3s ease;
}
.ag-faq-icon::before{left:0;top:8px;width:18px;height:2px;}
.ag-faq-icon::after{left:8px;top:0;width:2px;height:18px;}
.ag-faq-q[aria-expanded="true"] .ag-faq-icon::after{transform:rotate(90deg);}
.ag-faq-a{
  max-height:0;
  overflow:hidden;
  opacity:0;
  transition:max-height .32s ease,opacity .32s ease;
}
.ag-faq-item.is-open .ag-faq-a{opacity:1;}
.ag-faq-a p{
  padding:0 24px 20px;
  font-size:15px;
  line-height:1.8;
  color:var(--ag-text-2);
}

/* ===================== CTA ===================== */
.ag-cta{padding:0 0 96px;}
.ag-cta-box{
  background:var(--ag-primary-light);
  border:1px solid #CFDDFB;
  border-radius:24px;
  padding:44px 48px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:32px;
}
.ag-cta-box h2{font-size:26px;line-height:1.4;margin-bottom:10px;}
.ag-cta-box p{font-size:15px;color:var(--ag-text-2);line-height:1.8;max-width:560px;}
.ag-cta-actions{display:flex;align-items:center;gap:16px;flex:0 0 auto;}

/* ===================== 页脚 ===================== */
.ag-footer{
  background:var(--ag-dark);
  border-top:1px solid var(--ag-primary);
  padding-top:64px;
  color:#C7D3E6;
}
.ag-footer-top{padding-bottom:16px;}
.ag-footer-brand{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:16px;
}
.ag-footer-brand strong{color:var(--ag-white);font-size:16px;font-weight:700;}
.ag-footer p{font-size:14px;line-height:1.85;color:#9DAEC7;max-width:340px;}
.ag-footer h3{
  color:var(--ag-white);
  font-size:15px;
  font-weight:600;
  margin-bottom:16px;
}
.ag-footer ul li{margin-bottom:10px;}
.ag-footer ul li a,
.ag-footer ul li span{font-size:14px;color:#9DAEC7;transition:color .2s ease;}
.ag-footer ul li a:hover{color:var(--ag-white);}
.ag-footer-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
  border-top:1px solid rgba(255,255,255,.1);
  padding:22px 0 28px;
}
.ag-footer-bottom p{font-size:13px;color:#8B9BB5;}
.ag-footer-bottom nav{display:flex;gap:20px;flex-wrap:wrap;}
.ag-footer-bottom nav a{font-size:13px;color:#8B9BB5;}
.ag-footer-bottom nav a:hover{color:var(--ag-white);}

/* ===================== 响应式 ===================== */
@media screen and (max-width:1279px){
  .ag-container{padding:0 28px;}
  .ag-page-head h1{font-size:34px;}
}

@media screen and (max-width:1023px){
  .ag-container{padding:0 24px;}
  .ag-nav-links,.ag-header-actions{display:none;}
  .ag-menu-toggle{display:flex;}
  .ag-section{padding:72px 0;}
  .ag-cta{padding:0 0 72px;}
  .ag-page-head{padding:28px 0 40px;}
  .ag-page-head h1{font-size:30px;}
  .ag-step-row{gap:32px;}
  .ag-step-body{max-width:none;}
  .ag-stats-box{grid-template-columns:repeat(2,1fr);}
  .ag-stat:nth-child(2){border-right:0;}
  .ag-stat:nth-child(1),
  .ag-stat:nth-child(2){border-bottom:1px solid var(--ag-border);}
  .ag-cta-box{padding:36px;flex-direction:column;align-items:flex-start;}
  .ag-cta-actions{width:100%;}
}

@media screen and (max-width:639px){
  .ag-container{padding:0 20px;}
  .ag-header-inner{height:64px;}
  .ag-logo-mark{width:36px;height:36px;flex:0 0 36px;font-size:17px;}
  .ag-logo-text strong{font-size:15px;}
  .ag-logo-text em{display:none;}
  .ag-banner{height:220px;}
  .ag-banner-text{font-size:17px;}
  .ag-banner-sub{font-size:13px;}
  .ag-page-head h1{font-size:28px;line-height:1.34;}
  .ag-section{padding:56px 0;}
  .ag-section-head{margin-bottom:32px;}
  .ag-section-head h2{font-size:22px;padding-left:14px;}
  .ag-section-head h2::before{height:18px;top:6px;}
  .ag-step-list{gap:44px;}
  .ag-step-row{grid-template-columns:1fr;gap:22px;}
  .ag-step-row.is-reverse .ag-step-media{order:0;}
  .ag-step-num{width:38px;height:38px;flex:0 0 38px;font-size:15px;}
  .ag-step-title h3{font-size:18px;}
  .ag-check-grid{grid-template-columns:1fr;}
  .ag-stats{margin-top:-26px;}
  .ag-stat{padding:18px 12px;}
  .ag-stat-num{font-size:24px;}
  .ag-stat-label{font-size:13px;}
  .ag-faq-q{padding:14px 18px;font-size:15px;}
  .ag-faq-a p{padding:0 18px 18px;}
  .ag-cta{padding:0 0 56px;}
  .ag-cta-box{padding:26px 22px;border-radius:18px;}
  .ag-cta-box h2{font-size:21px;}
  .ag-cta-actions{flex-direction:column;align-items:stretch;gap:12px;}
  .ag-cta-actions .ag-btn{width:100%;}
  .ag-footer{padding-top:44px;}
  .ag-footer-bottom{flex-direction:column;align-items:flex-start;}
}

/* roulang page: category2 */
:root{
  --ag-primary:#1B5FE8;
  --ag-primary-dark:#1249BF;
  --ag-primary-light:#E7EFFF;
  --ag-teal:#16C6B7;
  --ag-warm:#FF9A2E;
  --ag-bg:#F5F8FC;
  --ag-card:#FFFFFF;
  --ag-alt:#EDF2FA;
  --ag-border:#E3EAF4;
  --ag-text:#101A2C;
  --ag-text-2:#4C5A70;
  --ag-text-3:#8B97A8;
  --ag-ink:#101B33;
  --ag-r-card:16px;
  --ag-r-img:14px;
  --ag-r-btn:10px;
  --ag-shadow:0 2px 10px rgba(16,42,90,.06);
  --ag-shadow-hover:0 14px 30px rgba(16,42,90,.13);
  --ag-max:1200px;
}

*,*::before,*::after{box-sizing:border-box;}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;}
body{
  margin:0;
  background:var(--ag-bg);
  color:var(--ag-text);
  font-family:"PingFang SC","Microsoft YaHei","Noto Sans SC",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:16px;
  line-height:1.75;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block;border:0;}
a{color:var(--ag-primary);text-decoration:none;transition:color .2s ease;}
a:hover{color:var(--ag-primary-dark);}
h1,h2,h3,h4,p,ul,ol{margin:0;}
ul{list-style:none;padding:0;}
button{font-family:inherit;}
:focus-visible{outline:2px solid var(--ag-primary);outline-offset:2px;border-radius:6px;}

.ag-container{
  width:100%;
  max-width:var(--ag-max);
  margin:0 auto;
  padding:0 20px;
}
@media (min-width:640px){.ag-container{padding:0 24px;}}
@media (min-width:1024px){.ag-container{padding:0 32px;}}

.ag-section{padding:56px 0;}
@media (min-width:640px){.ag-section{padding:72px 0;}}
@media (min-width:1024px){.ag-section{padding:96px 0;}}
.ag-section-alt{background:var(--ag-alt);}

.ag-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  height:28px;
  padding:0 14px;
  border-radius:999px;
  background:var(--ag-primary-light);
  color:var(--ag-primary);
  font-size:12px;
  font-weight:600;
  letter-spacing:.04em;
}
.ag-eyebrow i{font-size:11px;}

.ag-sec-head{max-width:720px;margin-bottom:32px;}
.ag-sec-head h2{
  position:relative;
  font-size:22px;
  line-height:1.45;
  font-weight:700;
  padding-left:14px;
  margin-top:14px;
}
.ag-sec-head h2::before{
  content:"";
  position:absolute;
  left:0;top:6px;
  width:4px;height:20px;
  border-radius:2px;
  background:var(--ag-primary);
}
.ag-sec-head p{margin-top:12px;color:var(--ag-text-2);font-size:15px;}
@media (min-width:1024px){
  .ag-sec-head h2{font-size:30px;line-height:1.35;}
  .ag-sec-head h2::before{top:9px;height:24px;}
  .ag-sec-head p{font-size:16px;}
}

/* ---------- 按钮 ---------- */
.ag-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  height:46px;
  padding:0 24px;
  border-radius:var(--ag-r-btn);
  font-size:15px;
  font-weight:600;
  border:1.5px solid transparent;
  cursor:pointer;
  transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease;
  white-space:nowrap;
}
.ag-btn-primary{background:var(--ag-primary);color:#fff;}
.ag-btn-primary:hover{background:var(--ag-primary-dark);color:#fff;transform:translateY(-2px);box-shadow:0 10px 22px rgba(27,95,232,.24);}
.ag-btn-primary:active{transform:translateY(0);box-shadow:none;}
.ag-btn-ghost{background:#fff;color:var(--ag-primary);border-color:var(--ag-primary);}
.ag-btn-ghost:hover{background:var(--ag-primary-light);color:var(--ag-primary-dark);}
.ag-btn-sm{height:40px;padding:0 18px;font-size:14px;}
.ag-btn-block{width:100%;}
.ag-btn-warm{background:var(--ag-warm);color:#fff;}
.ag-btn-warm:hover{background:#F08A18;color:#fff;transform:translateY(-2px);}
.ag-link-arrow{
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-size:14px;
  font-weight:600;
  color:var(--ag-primary);
}
.ag-link-arrow i{transition:transform .2s ease;font-size:12px;}
.ag-link-arrow:hover i{transform:translateX(4px);}

/* ---------- 导航 ---------- */
.ag-header{
  position:sticky;
  top:0;
  z-index:60;
  background:#fff;
  border-bottom:1px solid var(--ag-border);
  transition:box-shadow .25s ease;
}
.ag-header.is-stuck{box-shadow:0 2px 12px rgba(16,42,90,.08);}
.ag-header-inner{
  display:flex;
  align-items:center;
  gap:24px;
  height:64px;
}
@media (min-width:1024px){.ag-header-inner{height:72px;gap:32px;}}
.ag-logo{display:flex;align-items:center;gap:10px;flex-shrink:0;}
.ag-logo-mark{
  width:38px;height:38px;
  display:flex;align-items:center;justify-content:center;
  border-radius:12px;
  background:linear-gradient(135deg,var(--ag-primary) 0%,var(--ag-teal) 100%);
  color:#fff;
  font-size:17px;
  font-weight:700;
  flex-shrink:0;
}
.ag-logo-text{display:flex;flex-direction:column;line-height:1.2;}
.ag-logo-text strong{font-size:15px;font-weight:700;color:var(--ag-text);letter-spacing:.01em;}
.ag-logo-text em{font-style:normal;font-size:11px;color:var(--ag-text-3);letter-spacing:.06em;}
@media (min-width:1024px){
  .ag-logo-mark{width:42px;height:42px;font-size:18px;}
  .ag-logo-text strong{font-size:16px;}
}
.ag-nav-links{display:none;}
@media (min-width:1024px){
  .ag-nav-links{
    display:flex;
    align-items:center;
    gap:4px;
    margin:0 auto;
  }
  .ag-nav-links a{
    position:relative;
    display:inline-flex;
    align-items:center;
    height:72px;
    padding:0 14px;
    font-size:15px;
    font-weight:500;
    color:var(--ag-text-2);
  }
  .ag-nav-links a::after{
    content:"";
    position:absolute;
    left:14px;right:14px;bottom:16px;
    height:3px;
    border-radius:3px;
    background:transparent;
    transition:background-color .2s ease;
  }
  .ag-nav-links a:hover{color:var(--ag-primary);}
  .ag-nav-links a:hover::after{background:var(--ag-primary-light);}
  .ag-nav-links a.is-active{color:var(--ag-primary);font-weight:600;}
  .ag-nav-links a.is-active::after{background:var(--ag-primary);}
}
.ag-header-actions{display:none;}
@media (min-width:1024px){
  .ag-header-actions{display:flex;align-items:center;gap:18px;flex-shrink:0;}
}
.ag-burger{
  margin-left:auto;
  width:44px;height:44px;
  display:flex;align-items:center;justify-content:center;
  border:1px solid var(--ag-border);
  border-radius:12px;
  background:#fff;
  color:var(--ag-text);
  font-size:18px;
  cursor:pointer;
}
@media (min-width:1024px){.ag-burger{display:none;}}

.ag-drawer-mask{
  position:fixed;inset:0;
  background:rgba(16,27,51,.5);
  opacity:0;
  visibility:hidden;
  transition:opacity .25s ease,visibility .25s ease;
  z-index:80;
}
.ag-drawer-mask.is-open{opacity:1;visibility:visible;}
.ag-drawer{
  position:fixed;
  top:0;right:0;bottom:0;
  width:84%;
  max-width:360px;
  background:#fff;
  z-index:90;
  transform:translateX(100%);
  transition:transform .3s ease;
  display:flex;
  flex-direction:column;
  padding:20px;
  overflow-y:auto;
}
.ag-drawer.is-open{transform:translateX(0);}
.ag-drawer-head{display:flex;align-items:center;gap:10px;padding-bottom:18px;border-bottom:1px solid var(--ag-border);}
.ag-drawer-head strong{font-size:15px;flex:1;}
.ag-drawer-close{
  width:40px;height:40px;
  border:1px solid var(--ag-border);
  border-radius:10px;
  background:#fff;
  font-size:20px;
  line-height:1;
  color:var(--ag-text-2);
  cursor:pointer;
}
.ag-drawer-nav{display:flex;flex-direction:column;padding:16px 0;}
.ag-drawer-nav a{
  height:52px;
  display:flex;
  align-items:center;
  font-size:16px;
  font-weight:500;
  color:var(--ag-text-2);
  border-bottom:1px solid var(--ag-border);
}
.ag-drawer-nav a.is-active{color:var(--ag-primary);font-weight:600;}
.ag-drawer-cta{margin-top:auto;padding-top:20px;}

/* ---------- Banner ---------- */
.ag-banner{
  position:relative;
  min-height:240px;
  border-radius:var(--ag-r-card);
  overflow:hidden;
  display:flex;
  align-items:center;
  margin-top:20px;
  background-image:linear-gradient(96deg,rgba(9,26,68,.86) 0%,rgba(9,26,68,.62) 52%,rgba(9,26,68,.28) 100%),url('/assets/images/backpic/back-3.webp');
  background-size:cover;
  background-position:center;
}
@media (min-width:1024px){.ag-banner{min-height:280px;margin-top:28px;}}
.ag-banner-inner{padding:32px 24px;position:relative;z-index:2;}
@media (min-width:1024px){.ag-banner-inner{padding:48px 48px;}}
.ag-banner .ag-eyebrow{background:rgba(255,255,255,.16);color:#fff;backdrop-filter:none;}
.ag-banner h1{
  color:#fff;
  font-size:28px;
  line-height:1.34;
  font-weight:700;
  margin-top:16px;
  max-width:720px;
}
@media (min-width:1024px){.ag-banner h1{font-size:40px;line-height:1.3;}}
.ag-banner p{
  color:#CFDCEE;
  font-size:15px;
  margin-top:14px;
  max-width:640px;
}
.ag-crumb{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:13px;
  color:#9DAEC7;
  margin-top:18px;
  flex-wrap:wrap;
}
.ag-crumb a{color:#CFDCEE;}
.ag-crumb a:hover{color:#fff;}
.ag-crumb span{color:#fff;}

/* ---------- 引导 ---------- */
.ag-intro{
  display:block;
  background:var(--ag-card);
  border:1px solid var(--ag-border);
  border-radius:var(--ag-r-card);
  box-shadow:var(--ag-shadow);
  padding:24px;
  margin-top:24px;
}
@media (min-width:1024px){.ag-intro{padding:32px;margin-top:32px;}}
.ag-intro p{color:var(--ag-text-2);font-size:15px;}
.ag-intro p + p{margin-top:12px;}
.ag-stat-row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin-top:24px;
  padding-top:22px;
  border-top:1px dashed var(--ag-border);
}
.ag-stat strong{
  display:block;
  font-size:24px;
  font-weight:700;
  color:var(--ag-primary);
  font-variant-numeric:tabular-nums;
  line-height:1.2;
}
.ag-stat span{display:block;font-size:13px;color:var(--ag-text-3);margin-top:6px;}
@media (max-width:519px){
  .ag-stat-row{grid-template-columns:1fr 1fr;}
}

/* ---------- 筛选胶囊 ---------- */
.ag-filter-bar{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:28px;
}
.ag-chip{
  display:inline-flex;
  align-items:center;
  gap:6px;
  height:38px;
  padding:0 18px;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--ag-border);
  color:var(--ag-text-2);
  font-size:14px;
  font-weight:500;
  cursor:pointer;
  transition:all .2s ease;
}
.ag-chip:hover{border-color:var(--ag-primary);color:var(--ag-primary);}
.ag-chip.is-active{background:var(--ag-primary);border-color:var(--ag-primary);color:#fff;font-weight:600;}
.ag-chip:focus-visible{outline:2px solid var(--ag-primary-light);outline-offset:2px;}

/* ---------- 奖励卡片 ---------- */
.ag-card{
  height:100%;
  display:flex;
  flex-direction:column;
  background:var(--ag-card);
  border:1px solid var(--ag-border);
  border-radius:var(--ag-r-card);
  box-shadow:var(--ag-shadow);
  overflow:hidden;
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.ag-card:hover,.ag-card:focus-within{
  transform:translateY(-4px);
  box-shadow:var(--ag-shadow-hover);
  border-color:#D3E0F5;
}
.ag-card-media{
  position:relative;
  aspect-ratio:4 / 3;
  background:var(--ag-alt);
  overflow:hidden;
}
.ag-card-media img{
  width:100%;height:100%;
  object-fit:cover;
  transition:transform .4s ease;
}
.ag-card:hover .ag-card-media img{transform:scale(1.04);}
.ag-tier{
  position:absolute;
  top:12px;left:12px;
  height:26px;
  padding:0 12px;
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  background:var(--ag-warm);
  color:#fff;
  font-size:12px;
  font-weight:600;
  letter-spacing:.02em;
}
.ag-card-body{
  display:flex;
  flex-direction:column;
  flex:1;
  padding:20px 20px 22px;
}
@media (min-width:1024px){.ag-card-body{padding:22px 24px 24px;}}
.ag-badge{
  align-self:flex-start;
  display:inline-flex;
  align-items:center;
  height:24px;
  padding:0 10px;
  border-radius:999px;
  background:var(--ag-primary-light);
  color:var(--ag-primary);
  font-size:12px;
  font-weight:600;
}
.ag-badge-teal{background:rgba(22,198,183,.14);color:#0E8F84;}
.ag-card-body h3{
  font-size:18px;
  line-height:1.5;
  font-weight:600;
  margin-top:12px;
  color:var(--ag-text);
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.ag-card:hover .ag-card-body h3{color:var(--ag-primary);}
.ag-card-body p{
  margin-top:10px;
  font-size:14px;
  line-height:1.7;
  color:var(--ag-text-2);
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.ag-card-foot{
  margin-top:18px;
  padding-top:14px;
  border-top:1px solid var(--ag-border);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
}
.ag-card-foot time{font-size:13px;color:var(--ag-text-3);}

/* ---------- 进度 / 档位 ---------- */
.ag-progress-wrap{
  background:#fff;
  border:1px solid var(--ag-border);
  border-radius:var(--ag-r-card);
  box-shadow:var(--ag-shadow);
  padding:24px;
}
@media (min-width:1024px){.ag-progress-wrap{padding:32px;}}
.ag-steps{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  margin:28px 0 24px;
}
@media (max-width:1023px){
  .ag-steps{grid-template-columns:1fr;gap:0;}
}
.ag-step{
  position:relative;
  padding-right:16px;
}
@media (min-width:1024px){.ag-step{padding-right:24px;}}
.ag-step-dot{
  width:32px;height:32px;
  border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  font-size:13px;
  font-weight:700;
  color:#fff;
  background:var(--ag-warm);
  flex-shrink:0;
}
.ag-step.is-doing .ag-step-dot{
  background:var(--ag-primary);
  box-shadow:0 0 0 5px rgba(27,95,232,.16);
}
.ag-step.is-todo .ag-step-dot{
  background:#fff;
  color:var(--ag-text-3);
  border:2px dashed #C9D6E8;
}
.ag-step-head{display:flex;align-items:center;gap:12px;}
.ag-step h3{font-size:16px;font-weight:600;color:var(--ag-text);}
.ag-step p{margin-top:8px;font-size:14px;color:var(--ag-text-2);}
@media (max-width:1023px){
  .ag-step{
    padding:0 0 22px 0;
    display:block;
  }
  .ag-step:not(:last-child)::before{
    content:"";
    position:absolute;
    left:15px;top:32px;bottom:0;
    width:2px;
    background:var(--ag-border);
  }
  .ag-step > div:last-child{padding-left:46px;margin-top:-32px;}
}
.ag-bar{
  height:8px;
  border-radius:999px;
  background:var(--ag-primary-light);
  overflow:hidden;
}
.ag-bar > i{
  display:block;
  height:100%;
  border-radius:999px;
  background:linear-gradient(90deg,var(--ag-primary) 0%,var(--ag-warm) 100%);
}
.ag-bar-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:10px;
  font-size:14px;
  color:var(--ag-text-2);
  flex-wrap:wrap;
}
.ag-bar-meta b{
  font-size:20px;
  color:var(--ag-warm);
  font-variant-numeric:tabular-nums;
  font-weight:700;
}
.ag-note{
  margin-top:18px;
  padding:14px 18px;
  border-radius:var(--ag-r-btn);
  background:rgba(22,198,183,.10);
  border-left:3px solid var(--ag-teal);
  font-size:14px;
  color:#0E7A72;
}

/* ---------- FAQ ---------- */
.ag-faq{max-width:880px;}
.ag-faq-item{
  background:#fff;
  border:1px solid var(--ag-border);
  border-radius:var(--ag-r-card);
  box-shadow:var(--ag-shadow);
  margin-bottom:12px;
  overflow:hidden;
}
.ag-faq-q{
  width:100%;
  min-height:56px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:14px 20px;
  background:none;
  border:0;
  text-align:left;
  font-size:16px;
  font-weight:600;
  color:var(--ag-text);
  cursor:pointer;
  transition:color .2s ease,background-color .2s ease;
}
.ag-faq-q:hover{color:var(--ag-primary);background:#FAFCFF;}
.ag-faq-q i{
  flex-shrink:0;
  width:26px;height:26px;
  display:flex;align-items:center;justify-content:center;
  border-radius:50%;
  background:var(--ag-primary-light);
  color:var(--ag-primary);
  font-size:12px;
  transition:transform .25s ease;
}
.ag-faq-item.is-open .ag-faq-q{color:var(--ag-primary);}
.ag-faq-item.is-open .ag-faq-q i{transform:rotate(45deg);}
.ag-faq-a{
  max-height:0;
  overflow:hidden;
  transition:max-height .3s ease,opacity .3s ease;
  opacity:0;
}
.ag-faq-item.is-open .ag-faq-a{opacity:1;}
.ag-faq-a p{
  padding:16px 20px;
  font-size:15px;
  line-height:1.8;
  color:var(--ag-text-2);
  background:var(--ag-alt);
}

/* ---------- CTA ---------- */
.ag-cta{
  background:var(--ag-primary-light);
  border:1px solid #CBDBFB;
  border-radius:24px;
  padding:32px 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  flex-wrap:wrap;
}
@media (min-width:1024px){.ag-cta{padding:44px 48px;}}
.ag-cta h2{font-size:22px;font-weight:700;color:var(--ag-text);}
@media (min-width:1024px){.ag-cta h2{font-size:28px;}}
.ag-cta p{margin-top:10px;font-size:15px;color:var(--ag-text-2);max-width:560px;}
.ag-cta-actions{display:flex;gap:12px;flex-wrap:wrap;}

/* ---------- 页脚 ---------- */
.ag-footer{
  background:var(--ag-ink);
  border-top:1px solid var(--ag-primary);
  color:#C3CFE2;
  padding:56px 0 0;
  margin-top:8px;
}
.ag-logo-mark.ag-foot-mark{width:34px;height:34px;font-size:15px;border-radius:10px;}
.ag-footer-brand{display:flex;align-items:center;gap:10px;margin-bottom:16px;}
.ag-footer-brand strong{color:#fff;font-size:16px;font-weight:600;}
.ag-footer h3{
  color:#fff;
  font-size:15px;
  font-weight:600;
  margin-bottom:16px;
}
.ag-footer p{font-size:14px;line-height:1.8;color:#9DAEC7;}
.ag-footer ul li{margin-bottom:10px;}
.ag-footer ul li a,.ag-footer ul li span{
  font-size:14px;
  color:#C3CFE2;
}
.ag-footer ul li a:hover{color:#fff;}
.ag-footer-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
  padding:20px 0 28px;
  margin-top:8px;
  border-top:1px solid rgba(255,255,255,.1);
}
.ag-footer-bottom p{font-size:13px;color:#8B9AB4;}
.ag-footer-bottom nav{display:flex;gap:18px;flex-wrap:wrap;}
.ag-footer-bottom nav a{font-size:13px;color:#8B9AB4;}
.ag-footer-bottom nav a:hover{color:#fff;}

/* roulang page: category3 */
:root{
  --ag-primary:#1B5FE8;
  --ag-primary-dark:#1249BF;
  --ag-primary-soft:#E7EFFF;
  --ag-teal:#16C6B7;
  --ag-warm:#FF9A2E;
  --ag-bg:#F5F8FC;
  --ag-card:#FFFFFF;
  --ag-alt:#EDF2FA;
  --ag-border:#E3EAF4;
  --ag-text:#101A2C;
  --ag-text-2:#4C5A70;
  --ag-text-3:#8B97A8;
  --ag-ink:#101B33;
  --ag-r-card:16px;
  --ag-r-img:14px;
  --ag-r-btn:10px;
  --ag-r-pill:999px;
  --ag-shadow:0 2px 10px rgba(16,42,90,.06);
  --ag-shadow-hover:0 14px 30px rgba(16,42,90,.13);
  --ag-container:1200px;
  --ag-sec-pc:96px;
  --ag-sec-tb:72px;
  --ag-sec-mb:56px;
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{
  margin:0;
  background:var(--ag-bg);
  color:var(--ag-text);
  font-family:"PingFang SC","Microsoft YaHei","Noto Sans SC",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:16px;
  line-height:1.75;
  font-weight:400;
  overflow-x:hidden;
}
img{max-width:100%;display:block;border:0}
a{color:var(--ag-primary);text-decoration:none;transition:color .2s ease}
a:hover{color:var(--ag-primary-dark)}
button{font-family:inherit}
h1,h2,h3,h4{margin:0;color:var(--ag-text);font-weight:700;line-height:1.35}
p{margin:0 0 16px}
p:last-child{margin-bottom:0}
ul{margin:0;padding:0;list-style:none}
::selection{background:var(--ag-primary-soft);color:var(--ag-primary-dark)}
:focus-visible{outline:2px solid var(--ag-primary);outline-offset:2px;border-radius:6px}

.ag-container{width:100%;max-width:var(--ag-container);margin:0 auto;padding:0 32px}
.ag-section{padding:var(--ag-sec-pc) 0}
.ag-section-alt{background:var(--ag-alt)}
.ag-section-head{max-width:760px;margin-bottom:48px}
.ag-section-head h2{
  position:relative;
  font-size:30px;
  line-height:1.4;
  padding-left:18px;
  margin-bottom:14px;
}
.ag-section-head h2::before{
  content:"";position:absolute;left:0;top:9px;width:4px;height:22px;border-radius:2px;background:var(--ag-primary);
}
.ag-section-head p{color:var(--ag-text-2);font-size:16px;margin:0}

/* ---------- 顶部导航 ---------- */
.ag-header{
  position:sticky;top:0;z-index:80;background:#fff;
  border-bottom:1px solid var(--ag-border);
  transition:box-shadow .25s ease;
}
.ag-header.is-stuck{box-shadow:0 2px 12px rgba(16,42,90,.08)}
.ag-nav-wrap{display:flex;align-items:center;justify-content:space-between;gap:20px;height:72px}
.ag-logo{display:flex;align-items:center;gap:10px;flex-shrink:0}
.ag-logo-mark{
  width:40px;height:40px;border-radius:12px;flex-shrink:0;
  background:linear-gradient(135deg,var(--ag-primary),var(--ag-teal));
  color:#fff;font-size:20px;font-weight:700;
  display:flex;align-items:center;justify-content:center;
}
.ag-logo-text{display:flex;flex-direction:column;line-height:1.25}
.ag-logo-text strong{font-size:17px;font-weight:700;color:var(--ag-text);letter-spacing:.2px}
.ag-logo-text small{font-size:12px;color:var(--ag-text-3);font-weight:400}

.ag-nav-links{display:flex;align-items:center;gap:4px}
.ag-nav-links a{
  position:relative;display:inline-flex;align-items:center;height:44px;padding:0 13px;
  font-size:15px;font-weight:500;color:var(--ag-text-2);border-radius:8px;
  transition:color .2s ease,background-color .2s ease;
}
.ag-nav-links a:hover{color:var(--ag-primary);background:var(--ag-primary-soft)}
.ag-nav-links a.is-active{color:var(--ag-primary);font-weight:600}
.ag-nav-links a.is-active::after{
  content:"";position:absolute;left:13px;right:13px;bottom:5px;height:3px;border-radius:3px;background:var(--ag-primary);
}
.ag-nav-actions{display:flex;align-items:center;gap:16px;flex-shrink:0}
.ag-burger{
  display:none;width:44px;height:44px;border:1px solid var(--ag-border);background:#fff;
  border-radius:10px;color:var(--ag-text);font-size:18px;cursor:pointer;
  align-items:center;justify-content:center;transition:background-color .2s ease,border-color .2s ease;
}
.ag-burger:hover{background:var(--ag-primary-soft);border-color:var(--ag-primary-soft);color:var(--ag-primary)}

/* 抽屉 */
.ag-drawer-mask{
  position:fixed;inset:0;background:rgba(16,27,51,.45);opacity:0;visibility:hidden;
  transition:opacity .25s ease,visibility .25s ease;z-index:90;
}
.ag-drawer-mask.is-open{opacity:1;visibility:visible}
.ag-drawer{
  position:fixed;top:0;right:0;height:100%;width:84%;max-width:360px;background:#fff;z-index:100;
  transform:translateX(102%);transition:transform .3s ease;
  display:flex;flex-direction:column;box-shadow:-8px 0 30px rgba(16,42,90,.14);
}
.ag-drawer.is-open{transform:translateX(0)}
.ag-drawer-head{
  display:flex;align-items:center;justify-content:space-between;
  padding:18px 20px;border-bottom:1px solid var(--ag-border);
}
.ag-drawer-head strong{font-size:16px}
.ag-drawer-close{
  width:40px;height:40px;border:0;background:var(--ag-alt);border-radius:10px;
  color:var(--ag-text-2);font-size:16px;cursor:pointer;transition:background-color .2s ease,color .2s ease;
}
.ag-drawer-close:hover{background:var(--ag-primary-soft);color:var(--ag-primary)}
.ag-drawer-nav{padding:14px 12px;overflow-y:auto;flex:1}
.ag-drawer-nav a{
  display:flex;align-items:center;justify-content:space-between;
  min-height:52px;padding:0 14px;border-radius:12px;
  font-size:16px;color:var(--ag-text-2);font-weight:500;
}
.ag-drawer-nav a:hover{background:var(--ag-alt);color:var(--ag-primary)}
.ag-drawer-nav a.is-active{background:var(--ag-primary-soft);color:var(--ag-primary);font-weight:600}
.ag-drawer-foot{padding:16px 20px 24px;border-top:1px solid var(--ag-border)}
.ag-drawer-foot .ag-btn{width:100%}

/* ---------- 按钮 / 徽章 ---------- */
.ag-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  height:46px;padding:0 24px;border-radius:var(--ag-r-btn);
  font-size:15px;font-weight:600;line-height:1;border:1.5px solid transparent;
  cursor:pointer;text-decoration:none;white-space:nowrap;
  transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease;
}
.ag-btn-primary{background:var(--ag-primary);color:#fff}
.ag-btn-primary:hover{background:var(--ag-primary-dark);color:#fff;transform:translateY(-2px);box-shadow:0 10px 22px rgba(27,95,232,.24)}
.ag-btn-primary:active{transform:translateY(0);box-shadow:none}
.ag-btn-ghost{background:#fff;color:var(--ag-primary);border-color:var(--ag-primary)}
.ag-btn-ghost:hover{background:var(--ag-primary-soft);color:var(--ag-primary-dark);transform:translateY(-2px)}
.ag-btn-ghost:active{transform:translateY(0)}
.ag-btn-sm{height:40px;padding:0 18px;font-size:14px}
.ag-btn-text{
  display:inline-flex;align-items:center;gap:6px;
  font-size:15px;font-weight:600;color:var(--ag-primary);
}
.ag-btn-text i{font-size:12px;transition:transform .2s ease}
.ag-btn-text:hover{color:var(--ag-primary-dark)}
.ag-btn-text:hover i{transform:translateX(4px)}

.ag-badge{
  display:inline-flex;align-items:center;gap:6px;
  height:26px;padding:0 12px;border-radius:var(--ag-r-pill);
  font-size:12px;font-weight:600;line-height:1;
}
.ag-badge-primary{background:var(--ag-primary-soft);color:var(--ag-primary-dark)}
.ag-badge-teal{background:rgba(22,198,183,.12);color:#0E8F85}
.ag-badge-warm{background:rgba(255,154,46,.15);color:#B96400}
.ag-badge-plain{background:var(--ag-alt);color:var(--ag-text-2)}

/* ---------- 横幅 ---------- */
.ag-banner{position:relative;overflow:hidden;background:#0E2A66}
.ag-banner-bg{
  position:absolute;inset:0;
  background-image:url('/assets/images/backpic/back-3.webp');
  background-size:cover;background-position:center;
}
.ag-banner-bg::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(96deg,rgba(9,32,80,.92) 0%,rgba(14,54,132,.78) 46%,rgba(22,198,183,.28) 100%);
}
.ag-banner-inner{position:relative;z-index:2;padding:56px 0 52px;min-height:260px;display:flex;flex-direction:column;justify-content:center}
.ag-banner-inner .ag-badge{background:rgba(255,255,255,.16);color:#fff;backdrop-filter:none}
.ag-banner-lead{
  margin:18px 0 0;max-width:620px;
  font-size:26px;line-height:1.45;font-weight:700;color:#fff;
}
.ag-banner-sub{margin:12px 0 0;max-width:640px;color:#D7E3FA;font-size:15px;line-height:1.8}
.ag-banner-meta{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}
.ag-banner-chip{
  display:inline-flex;align-items:center;gap:8px;height:34px;padding:0 14px;
  border-radius:var(--ag-r-pill);background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.22);color:#EAF1FF;font-size:13px;font-weight:500;
}
.ag-banner-chip i{color:var(--ag-teal)}

/* ---------- 面页头 ---------- */
.ag-crumb{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:13px;color:var(--ag-text-3);padding:22px 0 0}
.ag-crumb a{color:var(--ag-text-3)}
.ag-crumb a:hover{color:var(--ag-primary)}
.ag-crumb span.is-current{color:var(--ag-text-2);font-weight:600}
.ag-crumb i{font-size:10px}

.ag-page-intro{padding:22px 0 0}
.ag-page-intro h1{font-size:40px;line-height:1.3;letter-spacing:-.4px;margin:10px 0 18px}
.ag-page-intro .ag-lead{font-size:16px;line-height:1.9;color:var(--ag-text-2);max-width:880px}
.ag-stat-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:32px}
.ag-stat{
  background:#fff;border:1px solid var(--ag-border);border-radius:var(--ag-r-card);
  padding:20px 22px;box-shadow:var(--ag-shadow);
}
.ag-stat .ag-num{
  font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace;
  font-variant-numeric:tabular-nums;font-size:28px;font-weight:700;color:var(--ag-primary);line-height:1.2;
}
.ag-stat .ag-num em{font-style:normal;font-size:14px;color:var(--ag-text-3);margin-left:4px;font-weight:500}
.ag-stat p{margin:6px 0 0;font-size:13px;color:var(--ag-text-3)}

/* ---------- 时间线 ---------- */
.ag-timeline{position:relative;padding-top:8px}
.ag-timeline::before{
  content:"";position:absolute;left:27px;top:16px;bottom:52px;width:2px;border-radius:2px;
  background:linear-gradient(180deg,var(--ag-primary) 0%,var(--ag-teal) 72%,rgba(22,198,183,.15) 100%);
  opacity:.45;
}
.ag-tl-item{position:relative;padding-left:80px;margin-bottom:28px}
.ag-tl-item:last-child{margin-bottom:0}
.ag-tl-marker{
  position:absolute;left:0;top:0;width:56px;height:56px;border-radius:50%;
  background:#fff;border:2px solid var(--ag-primary-soft);color:var(--ag-primary);
  display:flex;align-items:center;justify-content:center;
  font-family:"SFMono-Regular",Consolas,Menlo,monospace;
  font-size:16px;font-weight:700;letter-spacing:.5px;
  box-shadow:0 6px 16px rgba(16,42,90,.08);z-index:2;
}
.ag-tl-item.is-done .ag-tl-marker{background:var(--ag-warm);border-color:var(--ag-warm);color:#fff}
.ag-tl-item.is-live .ag-tl-marker{
  background:var(--ag-primary);border-color:var(--ag-primary);color:#fff;
  box-shadow:0 0 0 6px rgba(27,95,232,.14);
}
.ag-tl-card{
  background:#fff;border:1px solid var(--ag-border);border-radius:var(--ag-r-card);
  padding:24px;box-shadow:var(--ag-shadow);
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.ag-tl-card:hover{transform:translateY(-4px);box-shadow:var(--ag-shadow-hover);border-color:#D3E0F6}
.ag-tl-head{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:12px}
.ag-tl-head h3{font-size:20px;line-height:1.4}
.ag-tl-card > p{color:var(--ag-text-2);font-size:15px;line-height:1.85}
.ag-tl-list{margin:16px 0 0;display:grid;gap:10px}
.ag-tl-list li{position:relative;padding-left:22px;font-size:14px;line-height:1.75;color:var(--ag-text-2)}
.ag-tl-list li::before{
  content:"";position:absolute;left:0;top:9px;width:8px;height:8px;border-radius:2px;
  background:var(--ag-teal);opacity:.85;
}
.ag-tl-foot{
  margin-top:18px;padding-top:16px;border-top:1px dashed var(--ag-border);
  display:flex;flex-wrap:wrap;gap:10px 18px;font-size:13px;color:var(--ag-text-3);
}
.ag-tl-foot span i{color:var(--ag-primary);margin-right:6px;font-size:12px}

/* ---------- 节奏卡 ---------- */
.ag-rhythm-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.ag-card{
  background:#fff;border:1px solid var(--ag-border);border-radius:var(--ag-r-card);
  overflow:hidden;box-shadow:var(--ag-shadow);
  display:flex;flex-direction:column;
  transition:transform .25s ease,box-shadow .25s ease;
}
.ag-card:hover{transform:translateY(-4px);box-shadow:var(--ag-shadow-hover)}
.ag-card-media{position:relative;aspect-ratio:4/3;overflow:hidden;background:var(--ag-alt)}
.ag-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.ag-card:hover .ag-card-media img{transform:scale(1.05)}
.ag-card-tag{
  position:absolute;left:14px;top:14px;height:26px;padding:0 12px;border-radius:var(--ag-r-pill);
  background:rgba(255,154,46,.94);color:#fff;font-size:12px;font-weight:600;
  display:inline-flex;align-items:center;
}
.ag-card-body{padding:22px 24px 24px;display:flex;flex-direction:column;flex:1}
.ag-card-body h3{font-size:19px;margin-bottom:10px}
.ag-card-body p{font-size:14px;line-height:1.8;color:var(--ag-text-2);margin-bottom:16px}
.ag-card-foot{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:12px}

.ag-progress{
  width:100%;height:8px;border-radius:var(--ag-r-pill);background:var(--ag-primary-soft);overflow:hidden;
}
.ag-progress-fill{height:100%;border-radius:var(--ag-r-pill);background:linear-gradient(90deg,var(--ag-primary),var(--ag-teal))}
.ag-progress-fill.is-warm{background:linear-gradient(90deg,var(--ag-warm),#FFC178)}
.ag-p-78{width:78%}
.ag-p-62{width:62%}
.ag-p-45{width:45%}
.ag-progress-line{display:flex;align-items:center;gap:12px;margin-top:14px}
.ag-progress-line .ag-pct{
  font-family:"SFMono-Regular",Consolas,Menlo,monospace;font-variant-numeric:tabular-nums;
  font-size:13px;font-weight:700;color:var(--ag-primary);min-width:38px;text-align:right;
}

/* ---------- 卡点速查 ---------- */
.ag-check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.ag-check{
  background:#fff;border:1px solid var(--ag-border);border-left:4px solid var(--ag-teal);
  border-radius:12px;padding:20px 22px;box-shadow:var(--ag-shadow);
  transition:transform .22s ease,box-shadow .22s ease;
}
.ag-check:hover{transform:translateY(-3px);box-shadow:var(--ag-shadow-hover)}
.ag-check h3{font-size:17px;margin-bottom:8px;display:flex;align-items:center;gap:10px}
.ag-check h3 i{color:var(--ag-primary);font-size:15px}
.ag-check p{font-size:14px;line-height:1.8;color:var(--ag-text-2);margin:0}

/* ---------- FAQ ---------- */
.ag-faq{max-width:900px}
.ag-faq-item{
  background:#fff;border:1px solid var(--ag-border);border-radius:var(--ag-r-card);
  margin-bottom:12px;overflow:hidden;box-shadow:var(--ag-shadow);
  transition:border-color .2s ease,box-shadow .2s ease;
}
.ag-faq-item.is-open{border-color:#CBDCF8;box-shadow:0 10px 26px rgba(16,42,90,.10)}
.ag-faq-q{
  width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;
  min-height:56px;padding:14px 24px;background:transparent;border:0;cursor:pointer;
  text-align:left;font-size:16px;font-weight:600;color:var(--ag-text);
  transition:color .2s ease;
}
.ag-faq-q:hover{color:var(--ag-primary)}
.ag-faq-q .ag-faq-icon{
  flex-shrink:0;width:26px;height:26px;border-radius:8px;background:var(--ag-primary-soft);
  color:var(--ag-primary);display:flex;align-items:center;justify-content:center;
  font-size:13px;transition:transform .28s ease,background-color .28s ease,color .28s ease;
}
.ag-faq-item.is-open .ag-faq-icon{transform:rotate(180deg);background:var(--ag-primary);color:#fff}
.ag-faq-a{
  max-height:0;overflow:hidden;
  transition:max-height .32s ease,opacity .32s ease;
  opacity:0;
}
.ag-faq-item.is-open .ag-faq-a{opacity:1}
.ag-faq-a-inner{
  padding:4px 24px 20px;background:var(--ag-alt);
  font-size:15px;line-height:1.85;color:var(--ag-text-2);
}

/* ---------- CTA ---------- */
.ag-cta{
  background:var(--ag-primary-soft);border:1px solid #CFE0FF;border-radius:24px;
  padding:44px 48px;display:flex;align-items:center;justify-content:space-between;gap:32px;
}
.ag-cta h2{font-size:28px;line-height:1.4;margin-bottom:10px;color:var(--ag-text)}
.ag-cta p{margin:0;font-size:15px;color:var(--ag-text-2);max-width:560px}
.ag-cta-actions{display:flex;align-items:center;gap:14px;flex-shrink:0}

/* ---------- 页脚 ---------- */
.ag-footer{background:var(--ag-ink);color:#C6D2E6;border-top:1px solid var(--ag-primary);padding-top:64px;margin-top:0}
.ag-footer-top{padding-bottom:24px}
.ag-footer h3{font-size:15px;color:#fff;margin-bottom:16px;font-weight:600}
.ag-footer ul{display:grid;gap:10px}
.ag-footer a{color:#C6D2E6;font-size:14px}
.ag-footer a:hover{color:#fff}
.ag-footer-brand{display:flex;align-items:center;gap:10px;margin-bottom:14px}
.ag-footer-brand .ag-logo-mark{width:38px;height:38px;border-radius:11px;font-size:19px}
.ag-footer-brand strong{font-size:17px;color:#fff}
.ag-footer p{font-size:14px;color:#9DAEC7;line-height:1.8;max-width:320px}
.ag-footer-bottom{
  border-top:1px solid rgba(255,255,255,.10);
  padding:22px 0 28px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;
}
.ag-footer-bottom p{margin:0;font-size:13px;color:#8DA0BC;max-width:none}
.ag-footer-bottom nav{display:flex;flex-wrap:wrap;gap:18px}
.ag-footer-bottom nav a{font-size:13px;color:#8DA0BC}
.ag-footer-bottom nav a:hover{color:#fff}

/* ---------- 响应式 ---------- */
@media screen and (max-width:1279px){
  .ag-container{padding:0 28px}
  .ag-page-intro h1{font-size:36px}
}
@media screen and (max-width:1023px){
  :root{--ag-sec-pc:var(--ag-sec-tb)}
  .ag-container{padding:0 24px}
  .ag-nav-links,.ag-nav-actions{display:none}
  .ag-burger{display:flex}
  .ag-rhythm-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ag-page-intro h1{font-size:32px}
  .ag-section-head h2{font-size:26px}
  .ag-cta{flex-direction:column;align-items:flex-start;padding:36px 32px}
  .ag-cta-actions{width:100%;flex-wrap:wrap}
}
@media screen and (max-width:639px){
  :root{--ag-sec-pc:var(--ag-sec-mb)}
  .ag-container{padding:0 20px}
  body{font-size:15px}
  .ag-logo-text strong{font-size:15px}
  .ag-logo-text small{display:none}
  .ag-banner-inner{padding:40px 0 36px;min-height:250px}
  .ag-banner-lead{font-size:21px}
  .ag-page-intro h1{font-size:27px;line-height:1.38}
  .ag-section-head h2{font-size:22px}
  .ag-stat-row{grid-template-columns:1fr;gap:12px}
  .ag-timeline::before{left:20px}
  .ag-tl-item{padding-left:60px;margin-bottom:20px}
  .ag-tl-marker{width:42px;height:42px;font-size:13px}
  .ag-tl-card{padding:20px}
  .ag-tl-head h3{font-size:18px}
  .ag-rhythm-grid{grid-template-columns:1fr}
  .ag-check-grid{grid-template-columns:1fr}
  .ag-faq-q{padding:14px 18px;font-size:15px}
  .ag-faq-a-inner{padding:4px 18px 18px}
  .ag-cta{padding:28px 22px;border-radius:18px}
  .ag-cta h2{font-size:22px}
  .ag-cta-actions .ag-btn{width:100%}
  .ag-footer{padding-top:48px}
  .ag-footer-bottom{flex-direction:column;align-items:flex-start;gap:12px}
}
@media (prefers-reduced-motion:reduce){
  *{transition:none!important;animation:none!important;scroll-behavior:auto!important}
}

/* roulang page: category4 */
:root{
  --ag-primary:#1B5FE8;
  --ag-primary-dark:#1249BF;
  --ag-primary-light:#E7EFFF;
  --ag-accent:#16C6B7;
  --ag-warm:#FF9A2E;
  --ag-bg:#F5F8FC;
  --ag-surface:#FFFFFF;
  --ag-alt:#EDF2FA;
  --ag-border:#E3EAF4;
  --ag-text:#101A2C;
  --ag-text-2:#4C5A70;
  --ag-text-3:#8B97A8;
  --ag-footer:#101B33;
  --ag-r-card:16px;
  --ag-r-img:14px;
  --ag-r-btn:10px;
  --ag-shadow:0 2px 10px rgba(16,42,90,.06);
  --ag-shadow-hover:0 14px 30px rgba(16,42,90,.13);
}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{
  margin:0;
  font-family:"PingFang SC","Microsoft YaHei","Noto Sans SC",system-ui,-apple-system,"Segoe UI",sans-serif;
  font-size:16px;
  line-height:1.75;
  color:var(--ag-text);
  background:var(--ag-bg);
  -webkit-font-smoothing:antialiased;
}
body.ag-lock{overflow:hidden}
img{max-width:100%;display:block;border:0}
a{color:var(--ag-primary);text-decoration:none;transition:color .2s ease}
a:hover{color:var(--ag-primary-dark)}
h1,h2,h3,h4{margin:0;font-weight:700;color:var(--ag-text);letter-spacing:.2px}
p{margin:0}
ul,ol{margin:0;padding:0;list-style:none}
button{font-family:inherit;font-size:inherit;border:0;background:none;cursor:pointer;color:inherit}
table{border-collapse:collapse;width:100%}
:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(27,95,232,.28);border-radius:6px}
.ag-container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}
.ag-section{padding:96px 0}
.ag-section--alt{background:var(--ag-alt)}
.ag-section--surface{background:var(--ag-surface)}
.ag-section-head{max-width:760px;margin-bottom:40px}
.ag-section-head h2{position:relative;font-size:30px;line-height:40px;padding-left:16px;margin-bottom:12px}
.ag-section-head h2::before{content:"";position:absolute;left:0;top:8px;width:4px;height:24px;border-radius:2px;background:var(--ag-primary)}
.ag-section-head p{color:var(--ag-text-2);font-size:16px}

/* ---------- 按钮 ---------- */
.ag-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  height:46px;padding:0 24px;border-radius:var(--ag-r-btn);
  font-size:16px;font-weight:600;line-height:1;white-space:nowrap;
  border:1.5px solid transparent;cursor:pointer;
  transition:transform .2s ease,background-color .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.ag-btn-primary{background:var(--ag-primary);color:#fff}
.ag-btn-primary:hover{background:var(--ag-primary-dark);color:#fff;transform:translateY(-2px)}
.ag-btn-primary:active{transform:translateY(0)}
.ag-btn-ghost{background:#fff;color:var(--ag-primary);border-color:var(--ag-primary)}
.ag-btn-ghost:hover{background:var(--ag-primary-light);color:var(--ag-primary-dark);transform:translateY(-2px)}
.ag-btn-ghost:active{transform:translateY(0)}
.ag-text-link{display:inline-flex;align-items:center;gap:6px;font-size:15px;font-weight:600;color:var(--ag-primary)}
.ag-text-link i{font-size:12px;transition:transform .2s ease}
.ag-text-link:hover i{transform:translateX(4px)}

/* ---------- 徽章与标签 ---------- */
.ag-badge{display:inline-flex;align-items:center;height:26px;padding:0 12px;border-radius:999px;font-size:12px;font-weight:600;line-height:18px;letter-spacing:.3px}
.ag-badge-primary{background:var(--ag-primary-light);color:var(--ag-primary-dark)}
.ag-badge-accent{background:#E1F7F4;color:#0B8C81}
.ag-badge-warm{background:#FFF1DF;color:#A85F0C}

/* ---------- 导航 ---------- */
.ag-header{
  position:sticky;top:0;z-index:60;background:#fff;
  border-bottom:1px solid var(--ag-border);
  transition:box-shadow .25s ease;
}
.ag-header.is-stuck{box-shadow:0 2px 12px rgba(16,42,90,.08)}
.ag-header-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;height:72px}
.ag-brand{display:flex;align-items:center;gap:12px;color:var(--ag-text);flex:0 0 auto}
.ag-brand:hover{color:var(--ag-text)}
.ag-logo-mark{
  width:40px;height:40px;flex:0 0 auto;border-radius:12px;
  display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,var(--ag-primary),var(--ag-accent));
  color:#fff;font-size:20px;font-weight:700;
}
.ag-brand-text{display:flex;flex-direction:column;line-height:1.25}
.ag-brand-text strong{font-size:17px;font-weight:700;white-space:nowrap}
.ag-brand-text small{font-size:12px;color:var(--ag-text-3);white-space:nowrap}
.ag-nav-links{display:flex;align-items:center;gap:2px}
.ag-nav-links a{
  position:relative;display:inline-flex;align-items:center;height:72px;
  padding:0 14px;font-size:15px;font-weight:500;color:var(--ag-text-2);
  transition:color .2s ease;
}
.ag-nav-links a::after{
  content:"";position:absolute;left:14px;right:14px;bottom:16px;height:3px;
  border-radius:999px;background:var(--ag-primary);
  transform:scaleX(0);transition:transform .2s ease;
}
.ag-nav-links a:hover{color:var(--ag-primary)}
.ag-nav-links a:hover::after{transform:scaleX(1)}
.ag-nav-links a.is-active{color:var(--ag-primary);font-weight:600}
.ag-nav-links a.is-active::after{transform:scaleX(1)}
.ag-header-cta{display:flex;align-items:center;gap:18px;flex:0 0 auto}
.ag-header-cta .ag-btn{height:42px;padding:0 20px;font-size:15px}
.ag-burger{
  display:none;width:44px;height:44px;border-radius:12px;
  align-items:center;justify-content:center;
  background:var(--ag-primary-light);color:var(--ag-primary);font-size:18px;
}
.ag-burger:hover{background:#D8E4FF}

/* ---------- 移动抽屉 ---------- */
.ag-mask{
  position:fixed;inset:0;background:rgba(16,27,51,.45);
  opacity:0;visibility:hidden;transition:opacity .28s ease,visibility .28s ease;z-index:70;
}
.ag-mask.is-open{opacity:1;visibility:visible}
.ag-drawer{
  position:fixed;top:0;right:0;bottom:0;width:84%;max-width:360px;
  background:#fff;z-index:80;padding:20px;
  display:flex;flex-direction:column;overflow-y:auto;
  transform:translateX(102%);transition:transform .28s ease;
  box-shadow:-8px 0 30px rgba(16,42,90,.12);
}
.ag-drawer.is-open{transform:translateX(0)}
.ag-drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--ag-border)}
.ag-drawer-head strong{font-size:16px}
.ag-drawer-close{width:40px;height:40px;border-radius:10px;background:var(--ag-alt);color:var(--ag-text-2);display:flex;align-items:center;justify-content:center}
.ag-drawer-close:hover{background:var(--ag-primary-light);color:var(--ag-primary)}
.ag-drawer-nav{display:flex;flex-direction:column;gap:4px;margin-bottom:28px}
.ag-drawer-nav a{
  display:flex;align-items:center;justify-content:space-between;
  min-height:48px;padding:0 14px;border-radius:10px;
  font-size:16px;color:var(--ag-text-2);font-weight:500;
}
.ag-drawer-nav a:hover{background:var(--ag-alt);color:var(--ag-primary)}
.ag-drawer-nav a.is-active{background:var(--ag-primary-light);color:var(--ag-primary-dark);font-weight:600}
.ag-drawer-foot{margin-top:auto;display:flex;flex-direction:column;gap:12px;padding-top:20px;border-top:1px solid var(--ag-border)}
.ag-drawer-foot .ag-btn{width:100%}

/* ---------- 分类横幅 ---------- */
.ag-banner{
  position:relative;min-height:250px;display:flex;align-items:center;
  background-image:url(/assets/images/backpic/back-1.webp);
  background-size:cover;background-position:center;
  border-bottom:1px solid var(--ag-border);
}
.ag-banner::before{
  content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.84) 46%,rgba(255,255,255,.42) 100%);
}
.ag-banner .ag-container{position:relative;z-index:1;padding-top:44px;padding-bottom:44px}
.ag-breadcrumb{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--ag-text-3);margin-bottom:18px}
.ag-breadcrumb a{color:var(--ag-text-2)}
.ag-breadcrumb a:hover{color:var(--ag-primary)}
.ag-breadcrumb [aria-current]{color:var(--ag-primary-dark);font-weight:600}
.ag-banner-title{font-size:26px;line-height:36px;margin:14px 0 10px;max-width:640px}
.ag-banner-text{font-size:15px;color:var(--ag-text-2);max-width:560px}

/* ---------- 页头 ---------- */
.ag-page-head{padding:56px 0 8px}
.ag-page-head h1{font-size:40px;line-height:48px;max-width:900px;margin-bottom:20px}
.ag-lead{font-size:17px;line-height:1.9;color:var(--ag-text-2);max-width:880px}
.ag-quick-facts{display:flex;flex-wrap:wrap;gap:12px 32px;margin-top:26px;font-size:14px;color:var(--ag-text-2)}
.ag-quick-facts li{display:flex;align-items:center;gap:8px}
.ag-quick-facts li::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--ag-accent);flex:0 0 auto}

/* ---------- 对照表 ---------- */
.ag-table-wrap{
  background:var(--ag-surface);border:1px solid var(--ag-border);
  border-radius:var(--ag-r-card);box-shadow:var(--ag-shadow);overflow:hidden;
}
.ag-compare-table th{
  background:var(--ag-alt);color:var(--ag-text);font-size:14px;font-weight:600;
  text-align:left;padding:16px 20px;border-bottom:1px solid var(--ag-border);white-space:nowrap;
}
.ag-compare-table td{
  padding:18px 20px;font-size:15px;color:var(--ag-text-2);
  border-bottom:1px solid var(--ag-border);vertical-align:top;
}
.ag-compare-table tbody tr:last-child td{border-bottom:0}
.ag-compare-table tbody tr:hover{background:#FAFCFF}
.ag-compare-table td strong{color:var(--ag-text);font-weight:600}
.ag-cell-old{color:var(--ag-text-3)}
.ag-cell-new{color:var(--ag-primary-dark);font-weight:600}
.ag-table-note{margin-top:18px;font-size:14px;color:var(--ag-text-3)}

/* ---------- 阅读顺序 ---------- */
.ag-split{display:grid;grid-template-columns:5fr 7fr;gap:56px;align-items:center}
.ag-figure{
  border-radius:var(--ag-r-img);overflow:hidden;
  box-shadow:var(--ag-shadow);background:var(--ag-alt);
  aspect-ratio:4 / 3;
}
.ag-figure img{width:100%;height:100%;object-fit:cover}
.ag-read-order{border-top:1px solid var(--ag-border)}
.ag-read-order li{
  display:flex;gap:24px;align-items:flex-start;
  padding:22px 10px;border-bottom:1px solid var(--ag-border);
  transition:background-color .2s ease;
}
.ag-read-order li:hover{background:var(--ag-surface)}
.ag-read-num{
  flex:0 0 auto;min-width:46px;
  font-size:20px;font-weight:700;color:var(--ag-primary);
  font-variant-numeric:tabular-nums;line-height:1.5;
}
.ag-read-body h3{font-size:18px;line-height:28px;font-weight:600;margin-bottom:6px}
.ag-read-body p{font-size:15px;color:var(--ag-text-2);line-height:1.8}

/* ---------- FAQ ---------- */
.ag-faq{max-width:880px;margin:0 auto}
.ag-faq-item{
  background:var(--ag-surface);border:1px solid var(--ag-border);
  border-radius:14px;margin-bottom:14px;overflow:hidden;
  box-shadow:var(--ag-shadow);transition:box-shadow .2s ease,border-color .2s ease;
}
.ag-faq-item:hover{box-shadow:var(--ag-shadow-hover)}
.ag-faq-item.is-open{border-color:#CFDEFA}
.ag-faq-q{
  display:flex;align-items:center;justify-content:space-between;gap:16px;
  width:100%;min-height:56px;padding:16px 24px;text-align:left;
  font-size:17px;font-weight:600;color:var(--ag-text);
  transition:color .2s ease;
}
.ag-faq-q:hover{color:var(--ag-primary)}
.ag-faq-icon{position:relative;width:20px;height:20px;flex:0 0 auto}
.ag-faq-icon::before,
.ag-faq-icon::after{
  content:"";position:absolute;background:var(--ag-primary);border-radius:2px;
  transition:transform .25s ease,opacity .25s ease;
}
.ag-faq-icon::before{left:50%;top:4px;width:2px;height:12px;transform:translateX(-50%)}
.ag-faq-icon::after{top:50%;left:4px;width:12px;height:2px;transform:translateY(-50%)}
.ag-faq-item.is-open .ag-faq-icon::before{transform:translateX(-50%) rotate(90deg);opacity:0}
.ag-faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease}
.ag-faq-a-inner{
  padding:16px 24px;background:var(--ag-alt);border-top:1px solid var(--ag-border);
  font-size:15px;line-height:1.85;color:var(--ag-text-2);
}

/* ---------- CTA ---------- */
.ag-cta{
  background:var(--ag-primary-light);
  border:1px solid #CFDEFA;
  border-radius:24px;
  padding:44px;
  display:flex;align-items:center;justify-content:space-between;gap:36px;
}
.ag-cta h2{font-size:26px;line-height:36px;margin-bottom:10px}
.ag-cta p{font-size:15px;color:var(--ag-text-2);max-width:520px}
.ag-cta-actions{display:flex;gap:14px;flex-wrap:wrap;flex:0 0 auto}

/* ---------- 页脚 ---------- */
.ag-footer{background:var(--ag-footer);color:#C7D3E6;border-top:1px solid var(--ag-primary)}
.ag-footer-top{padding:64px 0 24px}
.ag-footer h3{font-size:15px;color:#fff;font-weight:600;margin-bottom:16px}
.ag-footer ul{margin:0}
.ag-footer li{margin-bottom:12px}
.ag-footer a{color:#C7D3E6;font-size:14px;transition:color .2s ease}
.ag-footer a:hover{color:#fff}
.ag-footer p{font-size:14px;line-height:1.8;color:#9DAEC7;margin:0}
.ag-footer-brand{display:flex;align-items:center;gap:10px;margin-bottom:16px}
.ag-footer-brand strong{font-size:17px;color:#fff;font-weight:700}
.ag-footer .ag-logo-mark{background:linear-gradient(135deg,var(--ag-primary),var(--ag-accent));width:36px;height:36px;border-radius:10px;font-size:18px}
.ag-footer-bottom{
  display:flex;align-items:center;justify-content:space-between;gap:16px;
  flex-wrap:wrap;padding:20px 0 32px;border-top:1px solid rgba(255,255,255,.1);
}
.ag-footer-bottom p{font-size:13px;color:#8DA0BF}
.ag-footer-bottom nav{display:flex;gap:20px;flex-wrap:wrap}
.ag-footer-bottom nav a{font-size:13px;color:#8DA0BF}
.ag-footer-bottom nav a:hover{color:#fff}

/* ---------- 响应式 ---------- */
@media (max-width:1023px){
  .ag-section{padding:72px 0}
  .ag-nav-links{display:none}
  .ag-header-cta{display:none}
  .ag-burger{display:inline-flex}
  .ag-page-head h1{font-size:32px;line-height:42px}
  .ag-split{grid-template-columns:1fr;gap:32px}
  .ag-cta{flex-direction:column;align-items:flex-start;padding:36px}
  .ag-section-head h2{font-size:26px;line-height:36px}
}
@media (max-width:767px){
  .ag-banner{min-height:220px}
  .ag-banner-title{font-size:22px;line-height:32px}
  .ag-page-head{padding:40px 0 0}
  .ag-page-head h1{font-size:28px;line-height:38px}
  .ag-lead{font-size:16px}
  .ag-compare-table thead{display:none}
  .ag-compare-table,.ag-compare-table tbody,.ag-compare-table tr,.ag-compare-table td{display:block;width:100%}
  .ag-table-wrap{background:transparent;border:0;box-shadow:none;overflow:visible}
  .ag-compare-table tr{
    background:#fff;border:1px solid var(--ag-border);border-radius:14px;
    padding:8px 18px;margin-bottom:16px;box-shadow:var(--ag-shadow);
  }
  .ag-compare-table tr:hover{background:#fff}
  .ag-compare-table td{
    display:flex;justify-content:space-between;gap:16px;
    padding:12px 0;border-bottom:1px dashed var(--ag-border);
  }
  .ag-compare-table td:last-child{border-bottom:0}
  .ag-compare-table td::before{
    content:attr(data-label);flex:0 0 auto;
    font-size:13px;font-weight:600;color:var(--ag-text-3);
  }
  .ag-compare-table td>*{text-align:right}
}
@media (max-width:639px){
  .ag-section{padding:56px 0}
  .ag-container{padding:0 18px}
  .ag-btn{height:44px;font-size:15px;padding:0 18px}
  .ag-section-head h2{font-size:22px;line-height:32px}
  .ag-read-order li{gap:16px;padding:18px 4px}
  .ag-read-num{min-width:38px;font-size:18px}
  .ag-cta{padding:28px 22px;border-radius:20px}
  .ag-cta h2{font-size:22px;line-height:32px}
  .ag-cta-actions{width:100%}
  .ag-cta-actions .ag-btn{flex:1 1 100%}
  .ag-faq-q{font-size:16px;padding:16px 18px}
  .ag-faq-a-inner{padding:14px 18px}
  .ag-brand-text small{display:none}
}
@media (prefers-reduced-motion:reduce){
  *{animation:none !important;transition:none !important}
  html{scroll-behavior:auto}
}
