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

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

.x1cd3d5a31c{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))}
.xfd642d01d1{font-size:1.05rem;margin:0 0 .9rem;font-weight:700}
.x209eb094f4{margin:0;padding-left:1.25rem;columns:2;column-gap:2rem}
.x209eb094f4 li{margin:0 0 .45rem;font-size:.92rem;color:var(--theme-muted, #9aa2b6);break-inside:avoid}
.x209eb094f4 a{color:inherit;text-decoration:none;border-bottom:1px solid transparent}
.x209eb094f4 a:hover{border-bottom-color:currentColor}

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

.x37127464d7{max-width:960px}
.xdc68cfe9e7{display:grid;grid-template-columns:1.2fr .8fr;gap:28px;align-items:start}
.xa0d3271454{margin:0;padding-left:1.15rem;color:var(--theme-muted, #9aa2b6)}
.xa0d3271454 li{margin:0 0 .65rem;line-height:1.65}
.xa0d3271454 strong{color:inherit;font-weight:700;opacity:.95}
.x6b3975c85e{margin:0;padding:0;list-style:none;counter-reset:seo-step}
.x6b3975c85e li{
  position:relative;padding:0 0 1.1rem 2.6rem;color:var(--theme-muted, #9aa2b6);font-size:.92rem;
  border-left:2px solid var(--theme-border, rgba(255,255,255,.1));margin-left:.7rem;line-height:1.55
}
.x6b3975c85e li:last-child{padding-bottom:0;border-left-color:transparent}
.x6b3975c85e 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, #e0a24b);color:#1b1e2b;font-size:.7rem;font-weight:800;
  display:flex;align-items:center;justify-content:center
}
.x3c39dcfacd{
  margin-top:1.25rem;padding:1rem 1.15rem;border-left:3px solid var(--theme-accent, #e0a24b);
  background:rgba(224,137,75,.08);color:var(--theme-muted, #9aa2b6);font-size:.92rem;line-height:1.65
}
.x3c39dcfacd strong{color:inherit;opacity:1}

.x01ec0b9beb{max-width:1100px}
.x9e1aef9ca6{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.x47b0520e9c{grid-template-columns:repeat(4,minmax(0,1fr))}
.xd9a7916f74{grid-template-columns:repeat(3,minmax(0,1fr))}
.x5854cf8d48{
  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
}
.x7c00a86b37{margin:0 0 .55rem;font-size:1rem;line-height:1.35;font-weight:700}
.x8c7fed9476{margin:0;color:var(--theme-muted, #9aa2b6);font-size:.92rem;line-height:1.65}
.x5d027d897f,.x94e09fa44d{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:0;padding:0
}
.x94e09fa44d{grid-template-columns:repeat(4,minmax(0,1fr));list-style:none;counter-reset:seo-quick-step}
.x0a3db3149d,.x643d496a5c{display:flex;flex-direction:column;align-items:flex-start}
.xbf571df7e0{
  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, #e0a24b);
  font-size:1.15rem;font-weight:800;line-height:1
}
.x3c78b703f3::before{content:"◉"}
.xd05ed96e29::before{content:"▤"}
.x8a6b42e6e2::before{content:"⌁"}
.x42fc14e691::before{content:"▣"}
.x7ebb7ec048::before{content:"◎"}
.xd356259551::before{content:"◇"}
.x643d496a5c{counter-increment:seo-quick-step}
.x643d496a5c::before{
  content:counter(seo-quick-step, decimal-leading-zero);margin:0 0 .85rem;
  color:var(--theme-accent, #e0a24b);font-size:1.2rem;font-weight:800;line-height:1
}
.x2da8c09cfb{min-height:0;display:flex;flex-direction:column;gap:.85rem}
.xf92e17f8bd{display:flex;gap:.85rem;align-items:flex-start}
.x65afd86538{
  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)
}
.xfbd5c49b4e{
  display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;
  color:var(--theme-accent, #e0a24b)
}
.xf5a330a12d{margin:-.25rem 0 .2rem;color:var(--theme-accent, #e0a24b);font-size:.82rem;font-weight:700;line-height:1.4}
.x01013fd960{margin:0 0 .35rem;color:var(--theme-muted, #9aa2b6);font-size:.78rem;line-height:1.4}
.x21d311c871{margin:0;color:var(--theme-muted, #9aa2b6);font-size:.88rem;line-height:1.55}
.x0e1b96e370{
  margin:0;padding:.75rem .9rem;border-left:3px solid var(--theme-accent, #e0a24b);
  background:rgba(224,137,75,.08);color:var(--theme-muted, #9aa2b6);font-size:.92rem;line-height:1.65
}
.xc0c493c812{margin:0;color:var(--theme-muted, #9aa2b6);font-size:.86rem;line-height:1.6}
.xc0c493c812 strong{color:inherit;font-weight:700}

@media (max-width:980px){
  .x9e1aef9ca6,.x47b0520e9c,.xd9a7916f74,
  .x5d027d897f,.x94e09fa44d{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:860px){
  .xdc68cfe9e7{grid-template-columns:1fr}
  .x209eb094f4{columns:1}
}
@media (max-width:560px){
  .x9e1aef9ca6,.x47b0520e9c,.xd9a7916f74,
  .x5d027d897f,.x94e09fa44d{grid-template-columns:1fr}
}

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

/* 首页最新三篇：有 1/2 篇时自动铺满，有 3 篇时横向三列 */
.xe4de1674d5 #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)
}
.xe4de1674d5 #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}
.xe4de1674d5 #section-news :is([class$="-news-row"],[class$="-journal"] > article){
  min-width:0
}
/* 横向新闻行进入多列容器后改为卡片布局，避免 220px 缩略图挤压正文 */
.xe4de1674d5 #section-news [class$="-news-rows"] > [class$="-news-row"]{
 grid-template-columns:1fr!important;align-items:start
}
.xe4de1674d5 #section-news [class$="-news-row"] [class$="-news-row-thumb"]{
 width:100%;aspect-ratio:16/10
}
.xe4de1674d5 #section-news [class$="-news-row"] [class$="-news-row-body"]{
 padding:1rem!important
}
@media (max-width:760px){
  .xe4de1674d5 #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}
}

/* 法务页与全站页脚合规区 */
.xfbba0be747{max-width:900px;margin:0 auto;padding:clamp(2rem,5vw,4rem) clamp(1rem,3vw,2rem);color:inherit}
.xdf57e26f5a{margin:0 0 2rem}
.xdf57e26f5a h1{margin:0 0 .8rem;font-size:clamp(1.8rem,4vw,2.7rem);line-height:1.2}
.xf35edd4e30,.xdd60f930d3 p{line-height:1.8;color:inherit;opacity:.82}
.xdd60f930d3{margin:0 0 1.8rem}
.xdd60f930d3 h2{margin:0 0 .65rem;font-size:clamp(1.15rem,2.3vw,1.45rem);color:inherit}
.xdd60f930d3 p{margin:.45rem 0}
.xb7255501a7{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}
.x8a7fd38733{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:.25rem .45rem}
.xb7255501a7 a{color:inherit;text-decoration:none}
.xb7255501a7 a:hover{text-decoration:underline}
.xeb5c968b99,.x69af80fdfb{margin:.35rem auto 0;max-width:960px;color:inherit;opacity:.78}
.x69af80fdfb{font-size:.82rem;opacity:.68}
@media (max-width:560px){
  .x8a7fd38733{display:block}
  .x8a7fd38733 a{display:inline-block;margin:.15rem .2rem}
}
