:root{
  --c6ff102fe-bg: #ffffff;
  --c6ff102fe-primary-d: #77281a;
  --c6ff102fe-primary: #9c3624;
  --c6ff102fe-muted: #5c717f;
  --c6ff102fe-accent: #3d7a65;
  --c6ff102fe-ink: #1a2630;
  --c6ff102fe-hero-fg: #ffffff;
  --c6ff102fe-gap: 16px;
  --c6ff102fe-surface: #ffffff;
  --c6ff102fe-border: rgba(20,30,50,0.10);
  --c6ff102fe-primary-l: #f6e6e2;
}

*,*::before,*::after{box-sizing:border-box}
.c6ff102fe-body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",sans-serif;color:var(--c6ff102fe-ink);background:var(--c6ff102fe-bg);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}
.c6ff102fe-body img{max-width:100%;height:auto;display:block}
.c6ff102fe-body h1,.c6ff102fe-body h2,.c6ff102fe-body h3{line-height:1.25;margin:0 0 .5em;font-family:"Segoe UI",Verdana,"PingFang SC","Microsoft YaHei",sans-serif;letter-spacing:.02em;font-weight:800}
.c6ff102fe-body a{color:inherit;text-decoration:none}
.c6ff102fe-wrap{max-width:1180px;margin:0 auto;padding-left:20px;padding-right:20px;width:100%}
.c6ff102fe-skip-link{position:absolute;left:-9999px;top:0;background:var(--c6ff102fe-primary);color:#fff;padding:8px 14px;z-index:100}
.c6ff102fe-skip-link:focus{left:8px}
.c6ff102fe-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.c6ff102fe-eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.72rem;font-weight:700;color:var(--c6ff102fe-accent);margin:0 0 .5rem}


.c6ff102fe-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.7rem 1.4rem;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;border:2px solid transparent;transition:.2s;line-height:1;white-space:nowrap}
.c6ff102fe-btn-primary,.c6ff102fe-btn-green{background:var(--c6ff102fe-primary);color:#fff;border-color:var(--c6ff102fe-primary)}
.c6ff102fe-btn-primary:hover,.c6ff102fe-btn-green:hover{background:var(--c6ff102fe-primary-d);border-color:var(--c6ff102fe-primary-d)}
.c6ff102fe-btn-accent{background:var(--c6ff102fe-accent);color:#fff;border-color:var(--c6ff102fe-accent)}
.c6ff102fe-btn-outline{background:transparent;color:var(--c6ff102fe-primary);border-color:var(--c6ff102fe-primary)}
.c6ff102fe-btn-outline:hover{background:var(--c6ff102fe-primary);color:#fff}
.c6ff102fe-btn-green,.c6ff102fe-btn-primary{background:transparent;color:var(--c6ff102fe-primary)}



.c6ff102fe-section{padding:calc(60px + var(--fp-gap,0px)) 0}
.c6ff102fe-section--gradient{background:linear-gradient(135deg,var(--c6ff102fe-primary),var(--c6ff102fe-primary-d));color:var(--c6ff102fe-hero-fg)}
.c6ff102fe-section--gradient .c6ff102fe-eyebrow{color:rgba(255,255,255,.85)}
.c6ff102fe-section-head{text-align:left;max-width:640px;margin:0 auto 26px;margin-left:0}
.c6ff102fe-section-head h2{font-size:clamp(1.4rem,3vw,2rem);margin:0}
.c6ff102fe-section-head h2{padding-left:.8rem;border-left:4px solid var(--c6ff102fe-accent)}
.c6ff102fe-eyebrow::after{content:'';display:inline-block;width:26px;height:2px;background:var(--c6ff102fe-accent);margin-left:.5rem;vertical-align:middle}
.c6ff102fe-section-cta{text-align:center;margin-top:24px}

.c6ff102fe-main>.c6ff102fe-section:not(.c6ff102fe-section--gradient):nth-child(even){background:var(--c6ff102fe-primary-l)}

.c6ff102fe-card,.c6ff102fe-svc-card,.c6ff102fe-team-card,.c6ff102fe-review-card,.c6ff102fe-blog-card,.c6ff102fe-case-card,.c6ff102fe-adv-box,.c6ff102fe-flow-step,.c6ff102fe-app-feature,.c6ff102fe-faq-item,.c6ff102fe-svc-tile{background:var(--c6ff102fe-surface);border:1px solid var(--c6ff102fe-border);border-radius:0;min-width:0}

.c6ff102fe-card,.c6ff102fe-svc-card,.c6ff102fe-team-card,.c6ff102fe-review-card,.c6ff102fe-blog-card,.c6ff102fe-case-card,.c6ff102fe-adv-box,.c6ff102fe-flow-step,.c6ff102fe-app-feature,.c6ff102fe-faq-item,.c6ff102fe-svc-tile{transition:transform .2s,box-shadow .2s}.c6ff102fe-card,.c6ff102fe-svc-card,.c6ff102fe-team-card,.c6ff102fe-review-card,.c6ff102fe-blog-card,.c6ff102fe-case-card,.c6ff102fe-adv-box,.c6ff102fe-flow-step,.c6ff102fe-app-feature,.c6ff102fe-faq-item,.c6ff102fe-svc-tile:hover{transform:translateY(-4px);box-shadow:0 10px 26px rgba(20,30,50,.12)}


.c6ff102fe-header{background:var(--c6ff102fe-surface);border-bottom:1px solid var(--c6ff102fe-border);position:relative;z-index:20}
.c6ff102fe-header--centered{text-align:center}
.c6ff102fe-topstrip{background:var(--c6ff102fe-primary-d);color:rgba(255,255,255,.9);font-size:.78rem;display:flex;gap:1.2rem;justify-content:flex-end;padding:.4rem 20px;flex-wrap:wrap}
.c6ff102fe-topstrip a{color:inherit}
.c6ff102fe-navbar{max-width:1240px;margin:0 auto;display:flex;align-items:center;gap:1rem;padding:.8rem 20px}
.c6ff102fe-navbar--centered{flex-direction:column;text-align:center}
.c6ff102fe-navbar--centered .c6ff102fe-navlinks{justify-content:center}
.c6ff102fe-logo img{max-height:44px;width:auto}
.c6ff102fe-logo--center{margin:0 auto}
.c6ff102fe-navlinks{list-style:none;display:flex;gap:1.3rem;margin:0;padding:0;flex-wrap:wrap}
.c6ff102fe-navlinks--center{justify-content:center}
.c6ff102fe-navlinks a{font-size:.9rem;font-weight:500;padding:.3rem 0;border-bottom:2px solid transparent;transition:.2s}
.c6ff102fe-navlinks a:hover{color:var(--c6ff102fe-primary);border-color:var(--c6ff102fe-accent)}
.c6ff102fe-nav-cta{margin-left:.4rem}
.c6ff102fe-menu-btn{display:none;background:none;border:0;font-size:1.5rem;cursor:pointer;color:var(--c6ff102fe-ink);margin-left:auto}
.c6ff102fe-header-contact{display:flex;flex-direction:column;font-size:.78rem;text-align:right}
.c6ff102fe-header--inline .c6ff102fe-navbar>nav{margin-left:auto}
.c6ff102fe-header--stack .c6ff102fe-navbar{flex-wrap:wrap}
.c6ff102fe-header--stack .c6ff102fe-navbar>nav{order:3;width:100%;border-top:1px solid var(--c6ff102fe-border);padding-top:.5rem;margin-top:.3rem}
.c6ff102fe-header--stack .c6ff102fe-navbar>nav .c6ff102fe-navlinks{justify-content:center}
.c6ff102fe-header--bar{background:var(--c6ff102fe-primary-d);border-bottom:0}
.c6ff102fe-header--bar .c6ff102fe-navbar>nav{margin-left:auto}
.c6ff102fe-header--bar .c6ff102fe-logo img{filter:brightness(0) invert(1)}
.c6ff102fe-header--bar .c6ff102fe-navlinks a{color:rgba(255,255,255,.9)}
.c6ff102fe-header--bar .c6ff102fe-navlinks a:hover{color:#fff;border-color:var(--c6ff102fe-accent)}
.c6ff102fe-header--bar .c6ff102fe-menu-btn{color:#fff}

.c6ff102fe-navlinks a{border-bottom:0;transition:opacity .2s}.c6ff102fe-navlinks a:hover{opacity:.6;color:inherit;border-color:transparent}

.c6ff102fe-hero{position:relative;overflow:hidden}
.c6ff102fe-hero h1{font-size:clamp(1.8rem,4.5vw,3rem);margin:0 0 1rem}
.c6ff102fe-hero-lead{font-size:1.05rem;margin:0 0 1.5rem;max-width:36em}
.c6ff102fe-hero-actions{display:flex;gap:.8rem;flex-wrap:wrap}
.c6ff102fe-hero-actions--center{justify-content:center}
.c6ff102fe-hero-bg{position:absolute;inset:0;z-index:0}
.c6ff102fe-hero-bg img{width:100%;height:100%;object-fit:cover}
.c6ff102fe-hero-scrim{position:absolute;inset:0;background:linear-gradient(120deg,rgba(0,0,0,.62),rgba(0,0,0,.28));z-index:1}
.c6ff102fe-hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:2rem;align-items:center;padding:calc(60px + var(--fp-gap,0px)) 20px;max-width:1240px;margin:0 auto;position:relative;z-index:2}
.c6ff102fe-hero-grid>*{min-width:0}
.c6ff102fe-hero-visual{min-width:0}
.c6ff102fe-hero-visual img,.c6ff102fe-blob img{width:100%;border-radius:16px}
.c6ff102fe-blob{min-width:0}
.c6ff102fe-hero-copy{min-width:0}
.c6ff102fe-hero--centered{min-height:clamp(340px,52vh,520px);display:flex;align-items:center}
.c6ff102fe-hero-centered{position:relative;z-index:2;max-width:820px;margin:0 auto;text-align:center;color:var(--c6ff102fe-hero-fg);padding:calc(60px + var(--fp-gap,0px)) 20px}
.c6ff102fe-hero-centered .c6ff102fe-eyebrow{color:rgba(255,255,255,.85)}
.c6ff102fe-hero-centered .c6ff102fe-hero-lead{margin-left:auto;margin-right:auto}
.c6ff102fe-hero--split{background:var(--c6ff102fe-primary-l)}
.c6ff102fe-hero--split .c6ff102fe-eyebrow{color:var(--c6ff102fe-accent)}
.c6ff102fe-hero--minimal{background:linear-gradient(135deg,var(--c6ff102fe-primary),var(--c6ff102fe-primary-d))}
.c6ff102fe-hero--minimal .c6ff102fe-hero-centered{color:var(--c6ff102fe-hero-fg)}
.c6ff102fe-hero--card{min-height:clamp(360px,54vh,540px);display:flex;align-items:center}
.c6ff102fe-hero--card-left{justify-content:flex-start}
.c6ff102fe-hero--card-right{justify-content:flex-end}
.c6ff102fe-hero--card .c6ff102fe-hero-copy{position:relative;z-index:2;max-width:520px;background:var(--c6ff102fe-surface);color:var(--c6ff102fe-ink);padding:2rem;border-radius:16px;margin:20px}


.c6ff102fe-feature-split{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}
.c6ff102fe-feature-split>*{min-width:0}
.c6ff102fe-feature-copy{min-width:0}
.c6ff102fe-app-phone{min-width:0}
.c6ff102fe-about-media{min-width:0}
.c6ff102fe-about-simple{max-width:820px;margin:0 auto}
.c6ff102fe-intro-simple{max-width:820px;margin:0 auto}
.c6ff102fe-scenarios-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px}
.c6ff102fe-scenarios-card{padding:1.4rem}
.c6ff102fe-scenarios-num{display:block;font-weight:800;color:var(--c6ff102fe-accent);margin-bottom:.4rem;font-size:.9rem;letter-spacing:.04em}
.c6ff102fe-scenarios-card h3{font-size:1.05rem;margin:0 0 .5rem}
.c6ff102fe-scenarios-card p{font-size:.9rem;color:var(--c6ff102fe-muted);margin:0;line-height:1.75}
.c6ff102fe-richtext{color:var(--c6ff102fe-muted);line-height:1.9}
.c6ff102fe-richtext img{border-radius:10px;margin:1rem 0}
.c6ff102fe-app-feature{padding:1rem 1.1rem;margin-bottom:.8rem}
.c6ff102fe-app-feature h3{margin:0 0 .3rem;font-size:1rem}
.c6ff102fe-app-feature p{margin:0;font-size:.88rem;color:var(--c6ff102fe-muted)}
.c6ff102fe-team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:18px}
.c6ff102fe-team-card{text-align:center;padding:1.2rem}
.c6ff102fe-team-card img{width:96px;height:96px;object-fit:cover;border-radius:50%;margin:0 auto .7rem}
.c6ff102fe-team-card h3{margin:0;font-size:1rem}
.c6ff102fe-team-card span{font-size:.82rem;color:var(--c6ff102fe-muted)}
.c6ff102fe-honor-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:18px;text-align:center}
.c6ff102fe-honor-item{padding:1rem}
.c6ff102fe-honor-num{display:block;font-size:2rem;font-weight:800;color:var(--c6ff102fe-accent)}
.c6ff102fe-honor-label{font-size:.85rem;opacity:.85}
.c6ff102fe-flow-bar{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:18px}
.c6ff102fe-flow-step{padding:1.3rem;position:relative}
.c6ff102fe-flow-num{width:38px;height:38px;border-radius:50%;background:var(--c6ff102fe-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;margin-bottom:.6rem}
.c6ff102fe-adv-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}
.c6ff102fe-adv-box{padding:1.4rem}
.c6ff102fe-review-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}
.c6ff102fe-review-card{padding:1.4rem}
.c6ff102fe-review-card img{width:52px;height:52px;border-radius:50%;object-fit:cover;margin-bottom:.6rem}
.c6ff102fe-review-card .stars{color:var(--c6ff102fe-accent);letter-spacing:2px;margin-bottom:.4rem}
.c6ff102fe-review-card cite{display:block;margin-top:.6rem;font-weight:600;font-style:normal;font-size:.85rem}
.c6ff102fe-faq-list{max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:.7rem}
.c6ff102fe-faq-item{overflow:hidden}
.c6ff102fe-faq-item button{width:100%;text-align:left;background:none;border:0;padding:1rem 1.2rem;font-size:.95rem;font-weight:600;cursor:pointer;color:inherit}
.c6ff102fe-faq-answer{max-height:0;overflow:hidden;transition:max-height .3s;padding:0 1.2rem}
.c6ff102fe-faq-item.is-open .c6ff102fe-faq-answer{max-height:400px;padding-bottom:1rem}
.c6ff102fe-partner-row{display:flex;flex-wrap:wrap;gap:1.6rem;align-items:center;justify-content:center}
.c6ff102fe-partner-row img{max-height:44px;width:auto;filter:grayscale(1);opacity:.7;transition:.2s}
.c6ff102fe-partner-row img:hover{filter:none;opacity:1}
.c6ff102fe-about-cols{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}
.c6ff102fe-about-cols>*{min-width:0}
.c6ff102fe-about-excerpt p{color:var(--c6ff102fe-muted)}
.c6ff102fe-quote-band{background:linear-gradient(135deg,var(--c6ff102fe-primary),var(--c6ff102fe-primary-d));color:var(--c6ff102fe-hero-fg);padding:60px 0}
.c6ff102fe-quote-inner{max-width:760px;margin:0 auto;padding:0 20px;text-align:center}
.c6ff102fe-quote-inner .c6ff102fe-eyebrow{color:rgba(255,255,255,.85)}
.c6ff102fe-form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.7rem;margin-bottom:.7rem}
.c6ff102fe-form input,.c6ff102fe-form textarea{width:100%;padding:.7rem .9rem;border:1px solid rgba(255,255,255,.35);border-radius:8px;background:rgba(255,255,255,.1);color:#fff;font:inherit}
.c6ff102fe-form input::placeholder,.c6ff102fe-form textarea::placeholder{color:rgba(255,255,255,.7)}
.c6ff102fe-svc-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}.c6ff102fe-svc-icon{font-size:2rem;opacity:.5}
.c6ff102fe-svc-card{padding:1.5rem;position:relative}.c6ff102fe-svc-icon{display:inline-block;font-weight:800;color:var(--c6ff102fe-accent);margin-bottom:.5rem}.c6ff102fe-svc-card h3{font-size:1.05rem;margin:.2rem 0 .4rem}.c6ff102fe-svc-card p{font-size:.88rem;color:var(--c6ff102fe-muted);margin:0}.c6ff102fe-svc-link{display:inline-block;margin-top:.6rem;color:var(--c6ff102fe-primary);font-weight:600;font-size:.85rem}

.c6ff102fe-blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}
.c6ff102fe-blog-card{overflow:hidden;display:flex;flex-direction:column}
.c6ff102fe-blog-card img{aspect-ratio:16/10;object-fit:cover;width:100%}
.c6ff102fe-blog-body{padding:1.1rem}
.c6ff102fe-blog-body time{font-size:.75rem;color:var(--c6ff102fe-muted)}
.c6ff102fe-blog-body h3{font-size:1rem;margin:.3rem 0}
.c6ff102fe-blog-body p{font-size:.85rem;color:var(--c6ff102fe-muted);margin:0 0 .5rem}
.c6ff102fe-blog-more{color:var(--c6ff102fe-primary);font-weight:600;font-size:.82rem}
.c6ff102fe-case-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}
.c6ff102fe-case-card{overflow:hidden}
.c6ff102fe-case-card img{aspect-ratio:4/3;object-fit:cover;width:100%}
.c6ff102fe-case-card h3{padding:.8rem 1rem;margin:0;font-size:.95rem}

.c6ff102fe-svc-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;font-size:1rem;margin-bottom:.6rem}.c6ff102fe-svc-icon{border-radius:8px;border:2px solid var(--c6ff102fe-accent);color:var(--c6ff102fe-accent);width:42px;height:42px}

.c6ff102fe-svc-flow{list-style:none;margin:0;padding:0;display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}
.c6ff102fe-svc-flow-item{display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:start;padding:1.3rem;background:var(--c6ff102fe-surface);border:1px solid var(--c6ff102fe-border);border-radius:0;min-width:0}
.c6ff102fe-svc-flow-no{font-size:1.5rem;font-weight:800;color:var(--c6ff102fe-accent);line-height:1}
.c6ff102fe-svc-flow-text{min-width:0}
.c6ff102fe-svc-flow-text h3{margin:0 0 .35rem;font-size:1.05rem}
.c6ff102fe-svc-flow-text p{margin:0;font-size:.88rem;color:var(--c6ff102fe-muted)}
.c6ff102fe-team-roster{display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}
.c6ff102fe-team-row{display:grid;grid-template-columns:64px 1fr;gap:1rem;align-items:center;padding:1rem;background:var(--c6ff102fe-surface);border:1px solid var(--c6ff102fe-border);border-radius:0;min-width:0}
.c6ff102fe-team-row img{width:64px;height:64px;border-radius:50%;object-fit:cover}
.c6ff102fe-team-row-info{min-width:0}
.c6ff102fe-team-row-info h3{margin:0 0 .25rem;font-size:1rem}
.c6ff102fe-team-row-info span{font-size:.82rem;color:var(--c6ff102fe-muted)}
.c6ff102fe-news-rows{display:grid;gap:18px}
.c6ff102fe-news-row{display:grid;grid-template-columns:220px 1fr;gap:1.25rem;align-items:center;background:var(--c6ff102fe-surface);border:1px solid var(--c6ff102fe-border);border-radius:0;overflow:hidden;min-width:0}
.c6ff102fe-news-row>*{min-width:0}
.c6ff102fe-news-row-thumb{aspect-ratio:16/10}
.c6ff102fe-news-row-thumb img{width:100%;height:100%;object-fit:cover}
.c6ff102fe-news-row-body{padding:.6rem 1.1rem .6rem 0;min-width:0}
.c6ff102fe-news-row-body time{font-size:.75rem;color:var(--c6ff102fe-muted)}
.c6ff102fe-news-row-body h3{font-size:1.02rem;margin:.25rem 0}
.c6ff102fe-news-row-body p{font-size:.85rem;color:var(--c6ff102fe-muted);margin:0}
.c6ff102fe-faq-grid{display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}
.c6ff102fe-faq-cell{padding:1.25rem;background:var(--c6ff102fe-surface);border-left:3px solid var(--c6ff102fe-accent);border-radius:0;min-width:0}
.c6ff102fe-faq-cell h3{margin:0 0 .5rem;font-size:1rem}
.c6ff102fe-faq-cell p{margin:0;font-size:.88rem;color:var(--c6ff102fe-muted)}
.c6ff102fe-quote-stack{display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(340px,1fr))}
.c6ff102fe-quote-item{margin:0;padding:1.5rem;background:var(--c6ff102fe-surface);border:1px solid var(--c6ff102fe-border);border-radius:0;min-width:0}
.c6ff102fe-quote-item>p{margin:0 0 1rem;font-style:italic;color:var(--c6ff102fe-ink)}
.c6ff102fe-quote-by{display:flex;align-items:center;gap:.75rem}
.c6ff102fe-quote-by img{width:44px;height:44px;border-radius:50%;object-fit:cover}
.c6ff102fe-quote-by cite{font-style:normal;font-weight:600;font-size:.88rem}
.c6ff102fe-footer--center{text-align:center}
.c6ff102fe-footer-hero{max-width:720px;margin:0 auto;padding:0 20px;display:flex;flex-direction:column;align-items:center;gap:1rem}
.c6ff102fe-footer-logo{max-height:40px;filter:brightness(0) invert(1)}
.c6ff102fe-footer-desc{font-size:.85rem;line-height:1.7;margin:0;opacity:.85;max-width:60ch}
.c6ff102fe-footer-nav{display:flex;flex-wrap:wrap;gap:1.1rem;justify-content:center}
.c6ff102fe-footer-nav a{color:rgba(255,255,255,.85);font-size:.85rem}
.c6ff102fe-footer-nav a:hover{color:#fff}
.c6ff102fe-footer-contact{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}
.c6ff102fe-footer-contact a{color:rgba(255,255,255,.85);font-size:.85rem}
.c6ff102fe-svc-tiles{display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}
.c6ff102fe-svc-tile{padding:1.6rem 1.3rem;text-align:center}
.c6ff102fe-svc-tile-badge{width:48px;height:48px;border-radius:50%;background:var(--c6ff102fe-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;margin:0 auto .8rem}
.c6ff102fe-svc-tile h3{font-size:1.05rem;margin:0 0 .4rem}
.c6ff102fe-svc-tile p{font-size:.88rem;color:var(--c6ff102fe-muted);margin:0}
.c6ff102fe-svc-tile .c6ff102fe-svc-link{display:inline-block;margin-top:.6rem;color:var(--c6ff102fe-primary);font-weight:600;font-size:.85rem}
.c6ff102fe-blog-overlay{display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}
.c6ff102fe-blog-ov-card{position:relative;display:flex;align-items:flex-end;min-height:260px;border-radius:0;overflow:hidden;min-width:0}
.c6ff102fe-blog-ov-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.c6ff102fe-blog-ov-card::after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.72),rgba(0,0,0,.05))}
.c6ff102fe-blog-ov-body{position:relative;z-index:2;padding:1.2rem;color:#fff}
.c6ff102fe-blog-ov-body time{font-size:.75rem;opacity:.85}
.c6ff102fe-blog-ov-body h3{font-size:1.05rem;margin:.3rem 0 0;color:#fff}
.c6ff102fe-team-tiles{display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}
.c6ff102fe-team-tile{position:relative;overflow:hidden;border-radius:0;min-width:0;aspect-ratio:3/4}
.c6ff102fe-team-tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.c6ff102fe-team-tile-cap{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:.8rem 1rem;color:#fff;background:linear-gradient(0deg,rgba(0,0,0,.78),transparent)}
.c6ff102fe-team-tile-cap h3{margin:0;font-size:1rem;color:#fff}
.c6ff102fe-team-tile-cap span{font-size:.8rem;opacity:.85}
.c6ff102fe-faq-dl{max-width:860px;margin:0 auto;display:grid;gap:.9rem}
.c6ff102fe-faq-dl-item{padding:1.1rem 1.3rem;background:var(--c6ff102fe-surface);border-left:3px solid var(--c6ff102fe-accent);border-radius:0;min-width:0}
.c6ff102fe-faq-dl-item dt{font-weight:700;margin:0 0 .35rem}
.c6ff102fe-faq-dl-item dt::before{content:'Q ';color:var(--c6ff102fe-accent);font-weight:800}
.c6ff102fe-faq-dl-item dd{margin:0;font-size:.9rem;color:var(--c6ff102fe-muted)}
.c6ff102fe-review-feature{max-width:820px;margin:0 auto;display:grid;gap:18px}
.c6ff102fe-review-feat-item{margin:0;padding:1.8rem;background:var(--c6ff102fe-surface);border:1px solid var(--c6ff102fe-border);border-radius:0;text-align:center;min-width:0}
.c6ff102fe-review-feat-text{font-size:1.1rem;font-style:italic;line-height:1.7;margin:0 0 1rem;color:var(--c6ff102fe-ink)}
.c6ff102fe-review-feat-by{display:flex;align-items:center;justify-content:center;gap:.7rem}
.c6ff102fe-review-feat-by img{width:48px;height:48px;border-radius:50%;object-fit:cover}
.c6ff102fe-review-feat-by cite{font-style:normal;font-weight:600;font-size:.9rem}
.c6ff102fe-flow-line{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:18px}
.c6ff102fe-flow-line-item{text-align:center;padding:0 .6rem;min-width:0}
.c6ff102fe-flow-line-dot{width:44px;height:44px;border-radius:50%;background:var(--c6ff102fe-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;margin:0 auto .7rem;border:4px solid var(--c6ff102fe-primary-l)}
.c6ff102fe-flow-line-item h3{font-size:1rem;margin:0 0 .3rem}
.c6ff102fe-flow-line-item p{font-size:.86rem;color:var(--c6ff102fe-muted);margin:0}
.c6ff102fe-adv-rows{display:grid;gap:18px}
.c6ff102fe-adv-row{display:grid;grid-template-columns:auto 1fr;gap:1.1rem;align-items:center;padding:1.2rem 1.4rem;background:var(--c6ff102fe-surface);border:1px solid var(--c6ff102fe-border);border-left:3px solid var(--c6ff102fe-accent);border-radius:0;min-width:0}
.c6ff102fe-adv-row-no{font-size:1.7rem;font-weight:800;color:var(--c6ff102fe-accent);line-height:1}
.c6ff102fe-adv-row-text{min-width:0}
.c6ff102fe-adv-row-text h3{margin:0 0 .3rem;font-size:1.05rem}
.c6ff102fe-adv-row-text p{margin:0;font-size:.88rem;color:var(--c6ff102fe-muted)}
@media(max-width:640px){
  .c6ff102fe-news-row{grid-template-columns:1fr}
  .c6ff102fe-news-row-thumb{aspect-ratio:16/9}
  .c6ff102fe-news-row-body{padding:0 1.1rem 1rem}
  .c6ff102fe-svc-flow-item{grid-template-columns:1fr}
}


.c6ff102fe-footer{background:var(--c6ff102fe-primary-d);color:rgba(255,255,255,.85);padding:60px 0 0}
.c6ff102fe-footer-grid{max-width:1180px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:2rem}
.c6ff102fe-footer-grid>*{min-width:0}
.c6ff102fe-footer-grid h3{color:#fff;font-size:.95rem;margin:0 0 .8rem}
.c6ff102fe-footer-grid ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.4rem}
.c6ff102fe-footer-grid a{color:rgba(255,255,255,.8);font-size:.85rem}
.c6ff102fe-footer-grid a:hover{color:#fff}
.c6ff102fe-footer-newsletter{max-width:1180px;margin:0 auto 2rem;padding:0 20px;text-align:center}
.c6ff102fe-footer-sub{display:flex;gap:.5rem;max-width:420px;margin:.6rem auto 0}
.c6ff102fe-footer-sub input{flex:1;min-width:0;padding:.6rem .8rem;border:0;border-radius:8px}
.c6ff102fe-flinks{max-width:1180px;margin:2rem auto 0;padding:1rem 20px 0;border-top:1px solid rgba(255,255,255,.12);display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem .9rem;font-size:.8rem}
.c6ff102fe-flinks-label{color:#fff;font-weight:600;flex-shrink:0}
.c6ff102fe-flinks-list{display:flex;flex-wrap:wrap;gap:.4rem .9rem;min-width:0}
.c6ff102fe-flinks-list a{color:rgba(255,255,255,.72)}
.c6ff102fe-flinks-list a:hover{color:#fff}
.c6ff102fe-footer-bottom{text-align:center;padding:1.2rem;margin-top:2rem;border-top:1px solid rgba(255,255,255,.12);font-size:.8rem}
.c6ff102fe-footer-bottom a{color:#fff}
.c6ff102fe-footer-wave{display:none}
.c6ff102fe-footer--split{border-top:3px solid var(--c6ff102fe-accent)}
.c6ff102fe-footer-split{max-width:1180px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1.5fr 1fr;gap:2rem;align-items:start}
.c6ff102fe-footer-split>*{min-width:0}
.c6ff102fe-footer-brand .c6ff102fe-footer-logo{max-height:38px;margin-bottom:1rem}
.c6ff102fe-footer-brand .c6ff102fe-footer-desc{margin:0 0 1rem}
.c6ff102fe-footer-brand .c6ff102fe-footer-contact{display:flex;flex-direction:column;gap:.3rem}
.c6ff102fe-footer-brand .c6ff102fe-footer-contact a{color:rgba(255,255,255,.85);font-size:.85rem}
.c6ff102fe-footer-cols{display:flex;flex-wrap:wrap;gap:.6rem 1.4rem;justify-content:flex-end}
.c6ff102fe-footer-cols a{color:rgba(255,255,255,.85);font-size:.88rem}
.c6ff102fe-footer-cols a:hover{color:#fff}
.c6ff102fe-page-banner{background:linear-gradient(135deg,var(--c6ff102fe-primary),var(--c6ff102fe-primary-d));color:#fff;padding:2.6rem 20px;text-align:center}
.c6ff102fe-page-banner h1{margin:0 0 .5rem;font-size:clamp(1.5rem,3vw,2.2rem)}
.c6ff102fe-breadcrumb{list-style:none;display:flex;gap:.5rem;justify-content:center;margin:0;padding:0;font-size:.82rem;flex-wrap:wrap}
.c6ff102fe-breadcrumb a{color:rgba(255,255,255,.85)}
.c6ff102fe-list-grid{max-width:1180px;margin:2rem auto 3rem;padding:0 20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:18px}
.c6ff102fe-list-item{display:grid;grid-template-columns:120px 1fr;gap:1rem;background:var(--c6ff102fe-surface);border:1px solid var(--c6ff102fe-border);border-radius:12px;overflow:hidden}
.c6ff102fe-list-item>*{min-width:0}
.c6ff102fe-list-thumb img{width:120px;height:100%;object-fit:cover}
.c6ff102fe-article{max-width:820px;margin:2.5rem auto 3rem;padding:0 20px}
.c6ff102fe-article h1{font-size:clamp(1.6rem,3.5vw,2.4rem)}
.c6ff102fe-article-meta{color:var(--c6ff102fe-muted);font-size:.82rem;margin-bottom:1rem}
.c6ff102fe-article-hero img{width:100%;border-radius:14px;margin:1rem 0}
.c6ff102fe-article .post-content{line-height:1.9;font-size:1rem}
.c6ff102fe-article .post-content img{border-radius:10px;margin:1rem 0}
.c6ff102fe-article-nav{display:flex;justify-content:space-between;gap:1rem;margin:2rem 0;flex-wrap:wrap}
.c6ff102fe-article-nav a{color:var(--c6ff102fe-primary);font-weight:600}
.c6ff102fe-recommend{border-top:1px solid var(--c6ff102fe-border);margin-top:2rem;padding-top:1.5rem}
.c6ff102fe-recommend ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}
.c6ff102fe-recommend li{display:flex;justify-content:space-between;gap:1rem;font-size:.9rem}
.c6ff102fe-recommend time{color:var(--c6ff102fe-muted);font-size:.8rem;flex-shrink:0}
.c6ff102fe-contact-wrap{max-width:1180px;margin:2.5rem auto 3rem;padding:0 20px;display:grid;grid-template-columns:1fr 1.3fr;gap:2rem}
.c6ff102fe-contact-wrap>*{min-width:0}
.c6ff102fe-contact-box{background:var(--c6ff102fe-surface);border:1px solid var(--c6ff102fe-border);border-radius:14px;padding:1.6rem}
.c6ff102fe-contact-box input,.c6ff102fe-contact-box textarea{width:100%;padding:.7rem .9rem;border:1px solid var(--c6ff102fe-border);border-radius:8px;margin-bottom:.7rem;font:inherit;background:var(--c6ff102fe-bg);color:var(--c6ff102fe-ink)}

.c6ff102fe-sk-editorial .c6ff102fe-section-head{text-align:left;margin-left:0}
.c6ff102fe-sk-editorial .c6ff102fe-main .c6ff102fe-wrap{max-width:960px}


@media(max-width:980px){
  .c6ff102fe-menu-btn{display:block}
  .c6ff102fe-navlinks{display:none;flex-direction:column;width:100%;order:3;padding-top:.6rem}
  .c6ff102fe-navlinks.is-open{display:flex}
  .c6ff102fe-header-contact{display:none}
  .c6ff102fe-hero-grid,.c6ff102fe-feature-split,.c6ff102fe-about-cols,.c6ff102fe-contact-wrap{grid-template-columns:1fr}
  .c6ff102fe-footer-grid{grid-template-columns:1fr 1fr}
  .c6ff102fe-footer-split{grid-template-columns:1fr}
  .c6ff102fe-footer-cols{justify-content:flex-start}
}
@media(max-width:560px){
  .c6ff102fe-footer-grid{grid-template-columns:1fr}
  .c6ff102fe-list-item{grid-template-columns:1fr}
  .c6ff102fe-list-thumb img{width:100%;height:180px}
  .c6ff102fe-topstrip{flex-wrap:wrap;gap:.5rem;justify-content:center}
}

.c6ff102fe-app-lead{margin:.6rem 0 1rem;color:var(--c6ff102fe-muted,#6b7680);line-height:1.7}
.c6ff102fe-app-tip{margin:.45rem 0 0;font-size:.84rem;color:var(--c6ff102fe-muted,#6b7680)}
.c6ff102fe-app-actions{display:flex;gap:.5rem;margin-top:.8rem;flex-wrap:wrap}
.c6ff102fe-app-download-note{margin:.6rem 0 0;font-size:.85rem;color:var(--c6ff102fe-muted,#6b7680)}
.c6ff102fe-app-page-hero{display:grid;grid-template-columns:1.1fr .9fr;gap:2rem;align-items:center}
.c6ff102fe-app-feature-grid,.c6ff102fe-app-tips-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.c6ff102fe-app-feature-img{width:100%;height:140px;object-fit:cover;border-radius:0;margin-bottom:.75rem}
.c6ff102fe-app-tip-card{padding:1.1rem 1.2rem;background:var(--c6ff102fe-surface,#fff);border:1px solid var(--c6ff102fe-border,#e5e8eb)}
.c6ff102fe-app-tip-no{display:inline-block;font-weight:700;margin-bottom:.35rem;opacity:.55}
.c6ff102fe-app-cta{text-align:center;max-width:720px;margin:0 auto}
@media (max-width:900px){.c6ff102fe-app-page-hero,.c6ff102fe-app-feature-grid,.c6ff102fe-app-tips-grid{grid-template-columns:1fr}}


/* seo-sections:v5 */
/* 共享 SEO 板块（toc / facts / guide / cards），不依赖 theme{N}- 掩码 */
.x5256920202{text-transform:uppercase;letter-spacing:.14em;font-size:.72rem;font-weight:700;color:var(--theme-accent, #e0704b);margin:0 0 .5rem}
.x416967c90e{max-width:720px;margin:0 0 1.25rem}
.x416967c90e h2{font-size:clamp(1.25rem,2.4vw,1.7rem);margin:0;line-height:1.25}
.xa1f2ec6916{color:var(--theme-muted, #9aacb6);margin:0 0 1.25rem;max-width:46em;font-size:1.02rem;line-height:1.7}

.x30fbe329e6{max-width:820px;margin:0 auto;padding:1.35rem 1.5rem;background:var(--theme-surface, rgba(255,255,255,.04));border:1px solid var(--theme-border, rgba(255,255,255,.1))}
.x14c07b3042{font-size:1.05rem;margin:0 0 .9rem;font-weight:700}
.x9b0a40e1c3{margin:0;padding-left:1.25rem;columns:2;column-gap:2rem}
.x9b0a40e1c3 li{margin:0 0 .45rem;font-size:.92rem;color:var(--theme-muted, #9aacb6);break-inside:avoid}
.x9b0a40e1c3 a{color:inherit;text-decoration:none;border-bottom:1px solid transparent}
.x9b0a40e1c3 a:hover{border-bottom-color:currentColor}

.x370122bee0{max-width:900px}
.x242c15ee3d{width:100%;border-collapse:collapse;font-size:.95rem}
.x242c15ee3d th,.x242c15ee3d td{padding:.85rem 1rem;border:1px solid var(--theme-border, rgba(255,255,255,.1));text-align:left;vertical-align:top}
.x242c15ee3d th{width:28%;font-weight:600;background:rgba(224,137,75,.08)}
.x242c15ee3d td{color:var(--theme-muted, #9aacb6)}

.x39480cf8a4{max-width:960px}
.x3343a2d150{display:grid;grid-template-columns:1.2fr .8fr;gap:28px;align-items:start}
.xbacac92bd2{margin:0;padding-left:1.15rem;color:var(--theme-muted, #9aacb6)}
.xbacac92bd2 li{margin:0 0 .65rem;line-height:1.65}
.xbacac92bd2 strong{color:inherit;font-weight:700;opacity:.95}
.xdc7c90ffcd{margin:0;padding:0;list-style:none;counter-reset:seo-step}
.xdc7c90ffcd li{
  position:relative;padding:0 0 1.1rem 2.6rem;color:var(--theme-muted, #9aacb6);font-size:.92rem;
  border-left:2px solid var(--theme-border, rgba(255,255,255,.1));margin-left:.7rem;line-height:1.55
}
.xdc7c90ffcd li:last-child{padding-bottom:0;border-left-color:transparent}
.xdc7c90ffcd li::before{
  counter-increment:seo-step;content:counter(seo-step, decimal-leading-zero);
  position:absolute;left:-.85rem;top:0;width:1.5rem;height:1.5rem;border-radius:50%;
  background:var(--theme-accent, #e0704b);color:#1b242b;font-size:.7rem;font-weight:800;
  display:flex;align-items:center;justify-content:center
}
.xf76b673ce2{
  margin-top:1.25rem;padding:1rem 1.15rem;border-left:3px solid var(--theme-accent, #e0704b);
  background:rgba(224,137,75,.08);color:var(--theme-muted, #9aacb6);font-size:.92rem;line-height:1.65
}
.xf76b673ce2 strong{color:inherit;opacity:1}

.x985073c6a5{max-width:1100px}
.xf0f022c908{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.x3c4e510d8a{grid-template-columns:repeat(4,minmax(0,1fr))}
.x661b4eed0c{grid-template-columns:repeat(3,minmax(0,1fr))}
.xfbf597cb7b{
  padding:1.1rem 1.15rem;border:1px solid var(--theme-border, rgba(255,255,255,.1));
  background:var(--theme-surface, rgba(255,255,255,.03));min-height:7.5rem
}
.xdb17bae14d{margin:0 0 .55rem;font-size:1rem;line-height:1.35;font-weight:700}
.x9ca0c7b494{margin:0;color:var(--theme-muted, #9aacb6);font-size:.92rem;line-height:1.65}
.x7a35d7cdeb,.xe7bb6763d1{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:0;padding:0
}
.xe7bb6763d1{grid-template-columns:repeat(4,minmax(0,1fr));list-style:none;counter-reset:seo-quick-step}
.xd83061f696,.xdd4b998f41{display:flex;flex-direction:column;align-items:flex-start}
.x8f198bcc2b{
  width:2.6rem;height:2.6rem;margin:0 0 .85rem;display:inline-flex;align-items:center;justify-content:center;
  border:1px solid var(--theme-border, rgba(255,255,255,.1));color:var(--theme-accent, #e0704b);
  font-size:1.15rem;font-weight:800;line-height:1
}
.x749498a782::before{content:"◉"}
.x4e211a96bb::before{content:"▤"}
.x365ca14dfe::before{content:"⌁"}
.xb96e457c61::before{content:"▣"}
.xb95bac04b5::before{content:"◎"}
.x69b927af80::before{content:"◇"}
.xdd4b998f41{counter-increment:seo-quick-step}
.xdd4b998f41::before{
  content:counter(seo-quick-step, decimal-leading-zero);margin:0 0 .85rem;
  color:var(--theme-accent, #e0704b);font-size:1.2rem;font-weight:800;line-height:1
}
.xf0fa38c96c{min-height:0;display:flex;flex-direction:column;gap:.85rem}
.x15aff8d535{display:flex;gap:.85rem;align-items:flex-start}
.xbd75987daf{
  width:72px;height:72px;object-fit:cover;border-radius:0;flex:0 0 72px;
  border:1px solid var(--theme-border, rgba(255,255,255,.12));background:rgba(255,255,255,.04)
}
.xe2c8a67544{
  display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;
  color:var(--theme-accent, #e0704b)
}
.x1197accc32{margin:-.25rem 0 .2rem;color:var(--theme-accent, #e0704b);font-size:.82rem;font-weight:700;line-height:1.4}
.x02b9b3dac6{margin:0 0 .35rem;color:var(--theme-muted, #9aacb6);font-size:.78rem;line-height:1.4}
.xd44124a38a{margin:0;color:var(--theme-muted, #9aacb6);font-size:.88rem;line-height:1.55}
.xfdc3db49e0{
  margin:0;padding:.75rem .9rem;border-left:3px solid var(--theme-accent, #e0704b);
  background:rgba(224,137,75,.08);color:var(--theme-muted, #9aacb6);font-size:.92rem;line-height:1.65
}
.x6be3407ce5{margin:0;color:var(--theme-muted, #9aacb6);font-size:.86rem;line-height:1.6}
.x6be3407ce5 strong{color:inherit;font-weight:700}

@media (max-width:980px){
  .xf0f022c908,.x3c4e510d8a,.x661b4eed0c,
  .x7a35d7cdeb,.xe7bb6763d1{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:860px){
  .x3343a2d150{grid-template-columns:1fr}
  .x9b0a40e1c3{columns:1}
}
@media (max-width:560px){
  .xf0f022c908,.x3c4e510d8a,.x661b4eed0c,
  .x7a35d7cdeb,.xe7bb6763d1{grid-template-columns:1fr}
}

/* 全主题文章图片尺寸边界：首页文章区、栏目列表及文章正文 */
.x65cdb16cb6 #section-news img,
.x65cdb16cb6 #section-cases img,
.x105a169bb4 main img{
  display:block;max-width:100%;max-height:360px;aspect-ratio:16/10;object-fit:cover
}
.x836409fdcb main img{
  display:block;max-width:100%;max-height:520px;margin-left:auto;margin-right:auto;object-fit:contain
}
.x836409fdcb main figure img{
  width:auto;max-width:min(100%,900px);height:auto
}
@media (max-width:640px){
  .x65cdb16cb6 #section-news img,
  .x65cdb16cb6 #section-cases img,
  .x105a169bb4 main img{max-height:260px}
  .x836409fdcb main img{max-height:420px}
}

/* 首页最新三篇：有 1/2 篇时自动铺满，有 3 篇时横向三列 */
.x65cdb16cb6 #section-news :is(
  [class$="-blog-grid"],
  [class$="-news-grid"],
  [class$="-news-rows"],
  [class$="-blog-overlay"],
  [class$="-card-grid"],
  [class$="-journal"],
  [class$="-journal-grid"],
  [class$="-grid"]
){
 display:grid!important;grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr))!important;
  align-items:stretch;gap:clamp(14px,2vw,28px)
}
.x65cdb16cb6 #section-news :is(
  [class$="-blog-grid"],
  [class$="-news-grid"],
  [class$="-news-rows"],
  [class$="-blog-overlay"],
  [class$="-card-grid"],
  [class$="-journal"],
  [class$="-journal-grid"],
  [class$="-grid"]
) > :nth-child(n+4){display:none!important}
.x65cdb16cb6 #section-news :is([class$="-news-row"],[class$="-journal"] > article){
  min-width:0
}
/* 横向新闻行进入多列容器后改为卡片布局，避免 220px 缩略图挤压正文 */
.x65cdb16cb6 #section-news [class$="-news-rows"] > [class$="-news-row"]{
 grid-template-columns:1fr!important;align-items:start
}
.x65cdb16cb6 #section-news [class$="-news-row"] [class$="-news-row-thumb"]{
 width:100%;aspect-ratio:16/10
}
.x65cdb16cb6 #section-news [class$="-news-row"] [class$="-news-row-body"]{
 padding:1rem!important
}
@media (max-width:760px){
  .x65cdb16cb6 #section-news :is(
    [class$="-blog-grid"],
    [class$="-news-grid"],
    [class$="-news-rows"],
    [class$="-blog-overlay"],
    [class$="-card-grid"],
    [class$="-journal"],
    [class$="-journal-grid"],
    [class$="-grid"]
  ){grid-template-columns:1fr!important}
}

/* 法务页与全站页脚合规区 */
.x8ad351a353{max-width:900px;margin:0 auto;padding:clamp(2rem,5vw,4rem) clamp(1rem,3vw,2rem);color:inherit}
.x124888adb5{margin:0 0 2rem}
.x124888adb5 h1{margin:0 0 .8rem;font-size:clamp(1.8rem,4vw,2.7rem);line-height:1.2}
.x1c9d9aa2d5,.x8deb221e17 p{line-height:1.8;color:inherit;opacity:.82}
.x8deb221e17{margin:0 0 1.8rem}
.x8deb221e17 h2{margin:0 0 .65rem;font-size:clamp(1.15rem,2.3vw,1.45rem);color:inherit}
.x8deb221e17 p{margin:.45rem 0}
.x37693e1a91{width:100%;box-sizing:border-box;margin-top:1.25rem;padding:1rem clamp(.75rem,3vw,1.5rem);text-align:center;color:inherit;border-top:1px solid var(--theme-border,rgba(127,127,127,.25));font-size:.88rem;line-height:1.65}
.xd7d2f62cf2{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:.25rem .45rem}
.x37693e1a91 a{color:inherit;text-decoration:none}
.x37693e1a91 a:hover{text-decoration:underline}
.x8332eb5238,.x92bb74709a{margin:.35rem auto 0;max-width:960px;color:inherit;opacity:.78}
.x92bb74709a{font-size:.82rem;opacity:.68}
@media (max-width:560px){
  .xd7d2f62cf2{display:block}
  .xd7d2f62cf2 a{display:inline-block;margin:.15rem .2rem}
}
