/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
:root{--hux-surface-plain:#ffffff;--hux-surface-soft:linear-gradient(180deg,#f7f8fb 0%,#f0f2f6 100%);--hux-surface-brand:linear-gradient(160deg,#0a1929 0%,#143a5c 45%,#1a5276 100%);--hux-surface-ink:linear-gradient(160deg,#060e18 0%,#0d2137 50%,#112d4a 100%);--hux-surface-accent:linear-gradient(135deg,#fdf6ef 0%,#f8efe3 50%,#f5f0ea 100%);--hux-border-soft:rgba(13,33,55,0.07);--hux-border-strong:rgba(13,33,55,0.16);--hux-text-strong:#0f1d2f;--hux-text-body:#3d4f63;--hux-text-muted:#7a8a9b;--hux-text-inverse:rgba(255,255,255,0.94);--hux-shadow-sm:0 2px 8px rgba(7,20,32,0.05);--hux-shadow-md:0 8px 32px rgba(7,20,32,0.08);--hux-shadow-lg:0 20px 60px rgba(7,20,32,0.12);--hux-radius-none:0;--hux-radius-sm:12px;--hux-radius-md:20px;--hux-radius-lg:28px;--hux-inline-gutter:var(--hc-inline-gutter);--hux-container-full:var(--hc-container-full);--hux-container-wide:var(--hc-container-wide);--hux-container-standard:var(--hc-container-standard);--hux-container-narrow:var(--hc-container-narrow);--hux-space-none:var(--hc-section-space-none);--hux-space-xs:var(--hc-section-space-xs);--hux-space-sm:var(--hc-section-space-sm);--hux-space-md:var(--hc-section-space-md);--hux-space-lg:var(--hc-section-space-lg);--hux-space-xl:var(--hc-section-space-xl);--hux-gap-tight:var(--hc-gap-tight);--hux-gap-cozy:var(--hc-gap-cozy);--hux-gap-roomy:var(--hc-gap-roomy);--hux-gap-airy:var(--hc-gap-airy);--hux-rhythm-shell:var(--hc-rhythm-shell);--hux-rhythm-content:var(--hc-rhythm-content);--hux-rhythm-title:var(--hc-rhythm-title);--hux-title-size-sm:var(--hc-title-size-card);--hux-title-size-md:var(--hc-title-size-section);--hux-title-size-lg:var(--hc-title-size-hero);--hux-panel-padding-sm:var(--hc-panel-padding-sm);--hux-panel-padding-md:var(--hc-panel-padding-md);--hux-panel-padding-lg:var(--hc-panel-padding-lg);--hux-content-width-compact:34rem;--hux-content-width-standard:48rem;--hux-content-width-wide:64rem;--hux-content-width-full:100%;}.hux-shell{display:grid;gap:var(--hux-rhythm-shell);}.hux-panel{display:grid;gap:var(--hux-rhythm-shell);padding:var(--hux-panel-padding-md);}.hux-panel--compact{gap:var(--hux-gap-cozy);padding:var(--hux-panel-padding-sm);}.hux-panel--roomy{gap:var(--hux-gap-roomy);padding:var(--hux-panel-padding-lg);}.hux-box{display:grid;width:100%;min-width:0;}.hux-box--direction-column{grid-auto-flow:row;grid-template-columns:minmax(0,1fr);}.hux-box--direction-row{grid-auto-flow:column;grid-auto-columns:max-content;align-items:start;justify-content:start;}.hux-box--width-fit{width:fit-content;max-width:100%;}.hux-box--width-narrow{width:min(100%,var(--hux-container-narrow));max-width:100%;margin-inline:auto;}.hux-box--width-standard{width:min(100%,var(--hux-container-standard));max-width:100%;margin-inline:auto;}.hux-box--width-full{width:100%;max-width:100%;}.hux-box--padding-none{padding:0;}.hux-box--padding-sm{padding:var(--hux-panel-padding-sm);}.hux-box--padding-md{padding:var(--hux-panel-padding-md);}.hux-box--padding-lg{padding:var(--hux-panel-padding-lg);}.hux-surface{position:relative;overflow:hidden;border:none;}.hux-surface--plain{background:var(--hux-surface-plain);color:var(--hux-text-strong);}.hux-surface--soft{background:var(--hux-surface-soft);color:var(--hux-text-strong);}.hux-surface--brand{background:var(--hux-surface-brand);color:var(--hux-text-inverse);}.hux-surface--ink{background:var(--hux-surface-ink);color:var(--hux-text-inverse);}.hux-surface--accent{background:var(--hux-surface-accent);color:var(--hux-text-strong);}.hux-surface--radius-none{border-radius:var(--hux-radius-none);}.hux-surface--radius-sm{border-radius:var(--hux-radius-sm);}.hux-surface--radius-md{border-radius:var(--hux-radius-md);}.hux-surface--radius-lg{border-radius:var(--hux-radius-lg);}.hux-surface--shadow-none{box-shadow:none;}.hux-surface--shadow-sm{box-shadow:var(--hux-shadow-sm);}.hux-surface--shadow-md{box-shadow:var(--hux-shadow-md);}.hux-surface--shadow-lg{box-shadow:var(--hux-shadow-lg);}.hux-surface--border-default{border:1px solid var(--hux-border-soft);}.hux-surface--border-none{border:none;}.hux-section{position:relative;}.hux-section--full-height{min-height:100vh;}.hux-section--align-start .hux-section__inner{align-content:start;}.hux-section--align-center .hux-section__inner{min-height:inherit;align-content:center;}.hux-section--align-end .hux-section__inner{min-height:inherit;align-content:end;}.hux-section__overlay{position:absolute;inset:0;pointer-events:none;}.hux-section__overlay--subtle{background:linear-gradient(180deg,rgba(255,255,255,0.06),rgba(255,255,255,0));}.hux-section__overlay--mid{background:linear-gradient(180deg,rgba(13,33,55,0.2),rgba(13,33,55,0.05));}.hux-section__overlay--strong{background:linear-gradient(180deg,rgba(13,33,55,0.45),rgba(13,33,55,0.12));}.hux-section__inner{position:relative;z-index:1;display:grid;gap:var(--hux-gap-roomy);margin:0 auto;padding-inline:var(--hux-inline-gutter);}.hux-container--full{max-width:var(--hux-container-full);}.hux-container--wide{max-width:var(--hux-container-wide);}.hux-container--standard{max-width:var(--hux-container-standard);}.hux-container--narrow{max-width:var(--hux-container-narrow);}.hux-space--none{padding-block:var(--hux-space-none);}.hux-space--xs{padding-block:var(--hux-space-xs);}.hux-space--sm{padding-block:var(--hux-space-sm);}.hux-space--md{padding-block:var(--hux-space-md);}.hux-space--lg{padding-block:var(--hux-space-lg);}.hux-space--xl{padding-block:var(--hux-space-xl);}.hux-space-bottom--none{padding-bottom:var(--hux-space-none);}.hux-space-bottom--xs{padding-bottom:var(--hux-space-xs);}.hux-space-bottom--sm{padding-bottom:var(--hux-space-sm);}.hux-space-bottom--md{padding-bottom:var(--hux-space-md);}.hux-space-bottom--lg{padding-bottom:var(--hux-space-lg);}.hux-space-bottom--xl{padding-bottom:var(--hux-space-xl);}.hux-gap--tight{gap:var(--hux-gap-tight);}.hux-gap--cozy{gap:var(--hux-gap-cozy);}.hux-gap--roomy{gap:var(--hux-gap-roomy);}.hux-gap--airy{gap:var(--hux-gap-airy);}.hux-columns{display:grid;}.hux-columns--1{grid-template-columns:minmax(0,1fr);}.hux-columns-mobile--2{grid-template-columns:repeat(2,minmax(0,1fr));}@media (min-width:768px){.hux-columns--2{grid-template-columns:repeat(2,minmax(0,1fr));}.hux-columns--3{grid-template-columns:repeat(2,minmax(0,1fr));}.hux-columns--4{grid-template-columns:repeat(2,minmax(0,1fr));}}@media (min-width:1120px){.hux-columns--3{grid-template-columns:repeat(3,minmax(0,1fr));}.hux-columns--4{grid-template-columns:repeat(4,minmax(0,1fr));}}.hux-grid{display:grid;width:100%;min-width:0;}.hux-grid--1{grid-template-columns:minmax(0,1fr);}.hux-grid-mobile--2{grid-template-columns:repeat(2,minmax(0,1fr));}.hux-grid--gap-tight{gap:var(--hux-gap-tight);}.hux-grid--gap-cozy{gap:var(--hux-gap-cozy);}.hux-grid--gap-roomy{gap:var(--hux-gap-roomy);}.hux-grid--gap-airy{gap:var(--hux-gap-airy);}.hux-grid--row-gap-tight{row-gap:var(--hux-gap-tight);}.hux-grid--row-gap-cozy{row-gap:var(--hux-gap-cozy);}.hux-grid--row-gap-roomy{row-gap:var(--hux-gap-roomy);}.hux-grid--row-gap-airy{row-gap:var(--hux-gap-airy);}.hux-grid--align-start{align-items:start;}.hux-grid--align-center{align-items:center;}.hux-grid--align-end{align-items:end;}.hux-grid--align-stretch{align-items:stretch;}.hux-grid--justify-start{justify-items:start;}.hux-grid--justify-center{justify-items:center;}.hux-grid--justify-end{justify-items:end;}.hux-grid--justify-stretch{justify-items:stretch;}.hux-grid--rows-auto{grid-auto-rows:auto;}.hux-grid--rows-1{grid-template-rows:repeat(1,minmax(0,auto));}.hux-grid--rows-2{grid-template-rows:repeat(2,minmax(0,auto));}.hux-grid--rows-3{grid-template-rows:repeat(3,minmax(0,auto));}.hux-grid--rows-4{grid-template-rows:repeat(4,minmax(0,auto));}.hux-grid--rows-5{grid-template-rows:repeat(5,minmax(0,auto));}.hux-grid--rows-6{grid-template-rows:repeat(6,minmax(0,auto));}@media (min-width:768px){.hux-grid--2{grid-template-columns:repeat(2,minmax(0,1fr));}.hux-grid--3{grid-template-columns:repeat(2,minmax(0,1fr));}.hux-grid--4{grid-template-columns:repeat(2,minmax(0,1fr));}}@media (min-width:1120px){.hux-grid--3{grid-template-columns:repeat(3,minmax(0,1fr));}.hux-grid--4{grid-template-columns:repeat(4,minmax(0,1fr));}}.hux-section-margin-top--none{margin-top:0;}.hux-section-margin-top--xs{margin-top:var(--hux-space-xs);}.hux-section-margin-top--sm{margin-top:var(--hux-space-sm);}.hux-section-margin-top--md{margin-top:var(--hux-space-md);}.hux-section-margin-top--lg{margin-top:var(--hux-space-lg);}.hux-section-margin-top--xl{margin-top:var(--hux-space-xl);}.hux-section-margin-bottom--none{margin-bottom:0;}.hux-section-margin-bottom--xs{margin-bottom:var(--hux-space-xs);}.hux-section-margin-bottom--sm{margin-bottom:var(--hux-space-sm);}.hux-section-margin-bottom--md{margin-bottom:var(--hux-space-md);}.hux-section-margin-bottom--lg{margin-bottom:var(--hux-space-lg);}.hux-section-margin-bottom--xl{margin-bottom:var(--hux-space-xl);}.hux-section__media{position:absolute;inset:0;z-index:0;overflow:hidden;}.hux-section__media-asset{width:100%;height:100%;object-fit:cover;display:block;}.hux-section__header,.hux-section__footer{display:grid;gap:var(--hux-gap-cozy);}.hux-container-inline--none{padding-inline:0;}.hux-container-inline--sm{padding-inline:var(--hc-space-3);}.hux-container-inline--md{padding-inline:var(--hc-inline-gutter);}.hux-container-inline--lg{padding-inline:clamp(1.5rem,4vw,3rem);}.hux-row{display:flex;width:100%;min-width:0;}.hux-row--direction-row{flex-direction:row;}.hux-row--direction-column{flex-direction:column;}.hux-row--justify-start{justify-content:flex-start;}.hux-row--justify-center{justify-content:center;}.hux-row--justify-end{justify-content:flex-end;}.hux-row--justify-between{justify-content:space-between;}.hux-row--justify-around{justify-content:space-around;}.hux-row--justify-evenly{justify-content:space-evenly;}.hux-row--align-start{align-items:flex-start;}.hux-row--align-center{align-items:center;}.hux-row--align-end{align-items:flex-end;}.hux-row--align-stretch{align-items:stretch;}.hux-row--align-baseline{align-items:baseline;}.hux-row--wrap{flex-wrap:wrap;}.hux-row--nowrap{flex-wrap:nowrap;}.hux-row--reverse.hux-row--direction-row{flex-direction:row-reverse;}.hux-row--reverse.hux-row--direction-column{flex-direction:column-reverse;}.hux-column{display:grid;min-width:0;width:100%;}.hux-column--auto{flex:1 1 0%;}.hux-column--1-2{flex:0 0 50%;max-width:50%;}.hux-column--1-3{flex:0 0 33.333%;max-width:33.333%;}.hux-column--2-3{flex:0 0 66.667%;max-width:66.667%;}.hux-column--1-4{flex:0 0 25%;max-width:25%;}.hux-column--1-5{flex:0 0 20%;max-width:20%;}.hux-column--2-5{flex:0 0 40%;max-width:40%;}.hux-column--3-5{flex:0 0 60%;max-width:60%;}.hux-column--3-4{flex:0 0 75%;max-width:75%;}.hux-column--full{flex:0 0 100%;max-width:100%;}.hux-column--custom{flex:0 0 auto;max-width:none;}.hux-column--align-start{align-self:flex-start;}.hux-column--align-center{align-self:center;}.hux-column--align-end{align-self:flex-end;}.hux-column--align-stretch{align-self:stretch;}.hux-spacer{width:100%;min-width:0;}.hux-spacer--none{height:0;}.hux-spacer--xs{height:var(--hux-space-xs);}.hux-spacer--sm{height:var(--hux-space-sm);}.hux-spacer--md{height:var(--hux-space-md);}.hux-spacer--lg{height:var(--hux-space-lg);}.hux-spacer--xl{height:var(--hux-space-xl);}@media (max-width:1023px){.hux-spacer-tablet--none{height:0;}.hux-spacer-tablet--xs{height:var(--hux-space-xs);}.hux-spacer-tablet--sm{height:var(--hux-space-sm);}.hux-spacer-tablet--md{height:var(--hux-space-md);}.hux-spacer-tablet--lg{height:var(--hux-space-lg);}.hux-spacer-tablet--xl{height:var(--hux-space-xl);}}@media (max-width:767px){.hux-spacer-mobile--none{height:0;}.hux-spacer-mobile--xs{height:var(--hux-space-xs);}.hux-spacer-mobile--sm{height:var(--hux-space-sm);}.hux-spacer-mobile--md{height:var(--hux-space-md);}.hux-spacer-mobile--lg{height:var(--hux-space-lg);}.hux-spacer-mobile--xl{height:var(--hux-space-xl);}}.hux-heading--default{color:var(--hux-text-strong);}.hux-heading--muted{color:var(--hux-text-muted);}.hux-heading--primary{color:var(--hc-blue-600);}.hux-heading--inverse{color:var(--hux-text-inverse);}.hux-heading__link{color:inherit;text-decoration:none;}.hux-text-size--sm{font-size:0.9rem;}.hux-text-size--normal{font-size:0.98rem;}.hux-text-size--lg{font-size:1.08rem;}.hux-text--default{color:var(--hux-text-body);}.hux-text--muted{color:var(--hux-text-muted);}.hux-text--primary{color:var(--hc-blue-600);}.hux-text--inverse{color:var(--hux-text-inverse);}.hux-btn--mobile-full{width:100%;}.hux-btn__icon{display:inline-flex;align-items:center;justify-content:center;font-size:1em;line-height:1;}.hux-content{display:grid;gap:var(--hux-rhythm-content);}.hux-content--left{text-align:left;}.hux-content--center{text-align:center;justify-items:center;margin-inline:auto;}.hux-content--right{text-align:right;justify-items:end;}.hux-content--width-compact{max-width:var(--hux-content-width-compact);}.hux-content--width-standard{max-width:var(--hux-content-width-standard);}.hux-content--width-wide{max-width:var(--hux-content-width-wide);}.hux-content--width-full{max-width:var(--hux-content-width-full);}.hux-content--max-wide{max-width:900px;}.hux-content--max-full{max-width:100%;}.hux-content__eyebrow,.hux-item__eyebrow{margin:0;text-transform:uppercase;letter-spacing:0.2em;font-size:0.72rem;font-weight:700;color:var(--hc-orange-500);}.hux-surface--brand .hux-content__eyebrow,.hux-surface--ink .hux-content__eyebrow{color:rgba(230,168,96,0.9);}.hux-content__title,.hux-item__title{margin:0;font-family:var(--hc-font-heading);line-height:1.15;letter-spacing:-0.01em;color:inherit;}.hux-title-size--sm{font-size:var(--hux-title-size-sm);}.hux-title-size--md{font-size:var(--hux-title-size-md);}.hux-title-size--lg{font-size:var(--hux-title-size-lg);}.hux-content__subtitle{margin:0;font-size:1.05rem;line-height:1.6;color:var(--hux-text-body);}.hux-surface--brand .hux-content__subtitle,.hux-surface--ink .hux-content__subtitle{color:rgba(255,255,255,0.78);}.hux-content__description,.hux-item__description,.hux-form__helper,.hux-form__lead{margin:0;color:var(--hux-text-body);line-height:1.8;font-size:0.95rem;}.hux-content__description > :first-child,.hux-item__description > :first-child{margin-top:0;}.hux-content__description > :last-child,.hux-item__description > :last-child{margin-bottom:0;}.hux-surface--brand .hux-content__description,.hux-surface--brand .hux-item__description,.hux-surface--ink .hux-content__description,.hux-surface--ink .hux-item__description{color:rgba(255,255,255,0.82);}.hux-actions{display:flex;flex-wrap:wrap;width:100%;gap:var(--hux-gap-tight);}.hux-actions-block{display:grid;width:100%;min-width:0;}.hux-button-block{display:inline-grid;width:fit-content;max-width:100%;min-width:0;}.hux-actions--row{flex-direction:row;}.hux-actions--column{flex-direction:column;}.hux-actions--start{justify-content:flex-start;}.hux-actions--center{justify-content:center;}.hux-actions--end{justify-content:flex-end;}.hux-actions--between{justify-content:space-between;}.hux-btn{display:inline-flex;align-items:center;justify-content:center;gap:0.55rem;border-radius:999px;border:1.5px solid transparent;font-weight:700;font-size:0.92rem;text-decoration:none;cursor:pointer;transition:transform 200ms var(--hc-ease),box-shadow 200ms var(--hc-ease),background 200ms var(--hc-ease),color 200ms var(--hc-ease);}.hux-btn:hover{transform:translateY(-2px);}.hux-btn.is-disabled,.hux-btn[aria-disabled="true"]{opacity:0.58;cursor:default;pointer-events:none;transform:none;box-shadow:none;}.hux-btn.is-disabled:hover,.hux-btn[aria-disabled="true"]:hover{transform:none;box-shadow:none;}.hux-btn.is-placeholder{opacity:1;cursor:default;}.hux-btn--sm{padding:0.6rem 1.1rem;font-size:0.85rem;}.hux-btn--md{padding:0.85rem 1.5rem;font-size:0.93rem;}.hux-btn--lg{padding:1rem 1.75rem;font-size:1rem;}.hux-btn--primary{background:linear-gradient(135deg,var(--hc-orange-500),var(--hc-orange-600));color:#fff;box-shadow:0 6px 24px rgba(230,126,34,0.3);}.hux-btn--primary:hover{box-shadow:0 10px 32px rgba(230,126,34,0.4);}.hux-btn--secondary{background:rgba(13,33,55,0.05);color:var(--hux-text-strong);}.hux-btn--secondary:hover{background:rgba(13,33,55,0.1);}.hux-btn--outline{background:transparent;color:var(--hc-blue-600);border-color:currentColor;}.hux-btn--outline:hover{background:rgba(26,115,232,0.08);}.hux-btn--ghost{background:transparent;border-color:currentColor;color:inherit;}.hux-btn--ghost:hover{background:rgba(255,255,255,0.1);}.hux-btn--link{padding:0;border:none;background:none;color:var(--hc-blue-600);font-weight:700;}.hux-btn--danger{background:linear-gradient(135deg,#c0392b,#e74c3c);color:#fff;box-shadow:0 6px 24px rgba(192,57,43,0.25);}.hux-btn--radius-md{border-radius:var(--hux-radius-md);}.hux-form-panel{display:grid;gap:var(--hux-gap-roomy);padding:var(--hux-panel-padding-md);}.hux-form{width:100%;min-width:0;}.hux-form--vertical .hux-form__body,.hux-form--horizontal .hux-form__body,.hux-form--inline .hux-form__body{display:grid;}.hux-form--gap-tight .hux-form__body{gap:var(--hux-gap-tight);}.hux-form--gap-cozy .hux-form__body{gap:var(--hux-gap-cozy);}.hux-form--gap-roomy .hux-form__body{gap:var(--hux-gap-roomy);}.hux-form--gap-airy .hux-form__body{gap:var(--hux-gap-airy);}.hux-form__title{margin:0;font-family:var(--hc-font-heading);font-size:var(--hux-title-size-sm);line-height:1.15;}.hux-form__actions{display:flex;justify-content:flex-start;}.hux-field,.hux-radio-group{display:grid;gap:0.55rem;width:100%;min-width:0;}.hux-field__label{margin:0;display:inline-flex;align-items:center;gap:0.3rem;font-size:0.92rem;font-weight:700;color:var(--hux-text-strong);}.hux-field__required{color:#c0392b;}.hux-field__control{width:100%;min-width:0;border:1px solid var(--hux-border-soft);border-radius:var(--hux-radius-sm);background:rgba(255,255,255,0.98);color:var(--hux-text-strong);padding:0.8rem 0.95rem;line-height:1.5;font:inherit;}.hux-field--sm .hux-field__control{padding:0.65rem 0.85rem;font-size:0.88rem;}.hux-field--lg .hux-field__control{padding:0.95rem 1rem;font-size:1rem;}.hux-field__control--textarea{min-height:7rem;}.hux-field__resize--none{resize:none;}.hux-field__resize--vertical{resize:vertical;}.hux-field__resize--both{resize:both;}.hux-field__help{font-size:0.82rem;line-height:1.6;color:var(--hux-text-muted);}.hux-check{display:inline-flex;align-items:center;gap:0.6rem;font-size:0.94rem;color:var(--hux-text-strong);}.hux-check__control{width:1rem;height:1rem;margin:0;}.hux-radio-group__items{display:flex;flex-wrap:wrap;gap:0.8rem 1rem;}.hux-radio-group--vertical .hux-radio-group__items{flex-direction:column;align-items:flex-start;}.hux-radio-group--horizontal .hux-radio-group__items{flex-direction:row;}.hux-richtext{width:100%;min-width:0;}.hux-richtext--center{margin-inline:auto;text-align:center;}.hux-richtext--right{text-align:right;}.hux-richtext__body{color:var(--hux-text-body);font-size:0.98rem;line-height:1.9;}.hux-richtext__body > :first-child{margin-top:0;}.hux-richtext__body > :last-child{margin-bottom:0;}.hux-richtext__body p,.hux-richtext__body ul,.hux-richtext__body ol,.hux-richtext__body blockquote{margin:0 0 1rem;}.hux-richtext__body ul,.hux-richtext__body ol{padding-left:1.4rem;}.hux-richtext__body li + li{margin-top:0.35rem;}.hux-richtext__body a{color:var(--hc-blue-600);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:0.18em;}.hux-richtext__body strong{color:var(--hux-text-strong);}.hux-richtext__body blockquote{padding-left:1rem;border-left:3px solid rgba(230,126,34,0.32);color:var(--hux-text-strong);}.hux-richtext--muted .hux-richtext__body{color:var(--hux-text-muted);}.hux-richtext--primary .hux-richtext__body{color:var(--hc-blue-600);}.hux-richtext--inverse .hux-richtext__body{color:rgba(255,255,255,0.92);}.hux-richtext--inverse .hux-richtext__body a,.hux-richtext--inverse .hux-richtext__body strong{color:#fff;}.hux-surface--brand .hux-richtext__body,.hux-surface--ink .hux-richtext__body{color:rgba(255,255,255,0.82);}.hux-surface--brand .hux-richtext__body a,.hux-surface--ink .hux-richtext__body a{color:rgba(255,255,255,0.92);}.hux-surface--brand .hux-richtext__body strong,.hux-surface--ink .hux-richtext__body strong{color:#fff;}.hux-media{margin:0;overflow:hidden;background:rgba(13,33,55,0.03);}.hux-media--frame-none{border:none;border-radius:0;}.hux-media--frame-soft{border-radius:var(--hux-radius-md);border:1px solid var(--hux-border-soft);box-shadow:var(--hux-shadow-sm);}.hux-media--frame-lift{border-radius:var(--hux-radius-lg);border:1px solid rgba(255,255,255,0.1);box-shadow:var(--hux-shadow-lg);}.hux-media--landscape{aspect-ratio:16 / 10;}.hux-media--portrait{aspect-ratio:4 / 5;}.hux-media--square{aspect-ratio:1 / 1;}.hux-media--ultrawide{aspect-ratio:16 / 7;}.hux-media__asset{width:100%;height:100%;display:block;}.hux-media__asset--cover{object-fit:cover;}.hux-media__asset--contain{object-fit:contain;}.hux-media__caption{padding:0.8rem 1rem;font-size:0.85rem;color:var(--hux-text-muted);}.hux-image__link{display:block;width:100%;height:100%;}.hux-video__asset{object-fit:cover;background:#000;}.hux-embed{position:relative;}.hux-embed__frame{width:100%;height:100%;border:0;display:block;background:#fff;}.hux-embed__document-shell,.hux-embed__map-shell{display:grid;height:100%;}.hux-embed__frame--document{background:linear-gradient(180deg,rgba(255,255,255,0.96),rgba(248,249,251,0.96));}.hux-embed__caption{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:0.95rem 1rem;background:rgba(13,33,55,0.03);border-top:1px solid rgba(13,33,55,0.06);}.hux-embed__caption-main{display:grid;gap:0.2rem;min-width:0;}.hux-embed__caption-main strong{color:var(--hux-text-strong);font-size:0.92rem;line-height:1.4;}.hux-embed__caption-main span{color:var(--hux-text-muted);font-size:0.82rem;line-height:1.65;}.hux-embed__action{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;padding:0.72rem 1rem;border-radius:999px;background:rgba(26,115,232,0.08);color:var(--hc-blue-600);font-size:0.86rem;font-weight:700;text-decoration:none;transition:background 160ms ease,color 160ms ease;}.hux-embed__action:hover{background:rgba(26,115,232,0.14);color:var(--hc-blue-700);}.hux-embed__empty{display:grid;align-content:center;justify-items:start;gap:0.45rem;width:100%;height:100%;min-height:12rem;padding:1.25rem;background:linear-gradient(135deg,rgba(13,33,55,0.03),rgba(13,33,55,0.06));color:var(--hux-text-muted);}.hux-embed__empty strong{color:var(--hux-text-strong);font-size:1rem;line-height:1.35;}.hux-embed__empty span{font-size:0.88rem;line-height:1.7;}.hux-carousel{display:grid;gap:0.9rem;width:100%;min-width:0;}.hux-carousel__toolbar{display:flex;justify-content:flex-end;gap:0.6rem;}.hux-carousel__arrow{display:inline-flex;align-items:center;justify-content:center;width:2.3rem;height:2.3rem;border-radius:999px;background:rgba(13,33,55,0.06);color:var(--hux-text-strong);font-size:1rem;line-height:1;border:1px solid rgba(13,33,55,0.08);cursor:pointer;transition:transform 160ms ease,background 160ms ease,opacity 160ms ease;}.hux-carousel__arrow:hover{background:rgba(13,33,55,0.12);transform:translateY(-1px);}.hux-carousel__arrow:disabled{opacity:0.38;cursor:not-allowed;transform:none;}.hux-carousel__viewport{overflow:hidden;width:100%;min-width:0;}.hux-carousel__track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(0,1fr);align-items:stretch;width:100%;min-width:0;}.hux-carousel__track > *{min-width:0;}.hux-carousel__slide{width:100%;min-width:0;}.hux-carousel__slide > *{height:100%;}.hux-carousel--1 .hux-carousel__track{grid-auto-columns:minmax(0,100%);}.hux-carousel--2 .hux-carousel__track{grid-auto-columns:minmax(0,calc(50% - 0.5rem));}.hux-carousel--3 .hux-carousel__track{grid-auto-columns:minmax(0,calc(33.333% - 0.666rem));}.hux-carousel--gap-tight .hux-carousel__track{gap:var(--hux-gap-tight);}.hux-carousel--gap-cozy .hux-carousel__track{gap:var(--hux-gap-cozy);}.hux-carousel--gap-roomy .hux-carousel__track{gap:var(--hux-gap-roomy);}.hux-carousel--gap-airy .hux-carousel__track{gap:var(--hux-gap-airy);}.hux-carousel__indicators{display:flex;justify-content:center;gap:0.45rem;}.hux-carousel__indicator{width:0.55rem;height:0.55rem;border-radius:999px;background:rgba(13,33,55,0.18);border:0;padding:0;cursor:pointer;transition:width 160ms ease,background 160ms ease,opacity 160ms ease;}.hux-carousel__indicator.is-active{width:1.35rem;background:var(--hc-orange-500);}.hux-carousel__empty{padding:1rem 1.1rem;border:1px dashed rgba(13,33,55,0.16);border-radius:var(--hux-radius-md);background:rgba(13,33,55,0.03);color:var(--hux-text-muted);font-size:0.92rem;line-height:1.7;}@media (max-width:767px){.hux-carousel--2 .hux-carousel__track,.hux-carousel--3 .hux-carousel__track{grid-auto-columns:minmax(0,100%);}}.hux-icon{display:inline-flex;align-items:center;justify-content:center;line-height:1;font-variation-settings:'FILL' 0,'wght' 500,'GRAD' 0,'opsz' 24;}.hux-icon.is-filled{font-variation-settings:'FILL' 1,'wght' 500,'GRAD' 0,'opsz' 24;}.hux-icon--sm{font-size:1rem;}.hux-icon--md{font-size:1.35rem;}.hux-icon--lg{font-size:1.75rem;}.hux-icon--xl{font-size:2.25rem;}.hux-icon--default{color:var(--hux-text-strong);}.hux-icon--primary{color:var(--hc-blue-600);}.hux-icon--accent{color:#e67e22;}.hux-icon--success{color:#179b5c;}.hux-icon--muted{color:var(--hux-text-muted);}.hux-icon--inverse{color:rgba(255,255,255,0.94);}.hux-link{display:inline-flex;align-items:center;gap:0.35rem;font-weight:700;line-height:1.5;transition:color 160ms ease,opacity 160ms ease,text-decoration-color 160ms ease;}.hux-link--default{color:var(--hux-text-strong);}.hux-link--primary{color:var(--hc-blue-600);}.hux-link--muted{color:var(--hux-text-muted);}.hux-link--inverse{color:rgba(255,255,255,0.94);}.hux-link--underline{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:0.18em;}.hux-link--subtle{text-decoration:none;border-bottom:1px solid currentColor;}.hux-link--none{text-decoration:none;}.hux-link.is-disabled{opacity:0.52;}.hux-link__arrow{font-size:1.05em;line-height:1;}.hux-split{display:grid;gap:var(--hux-gap-roomy);}@media (min-width:960px){.hux-split--2col{grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;}.hux-split--2col.hux-split--reverse > :first-child{order:2;}.hux-split--ratio-balanced{grid-template-columns:minmax(0,1fr) minmax(0,1fr);}.hux-split--ratio-media{grid-template-columns:minmax(0,1.14fr) minmax(0,0.86fr);}.hux-split--ratio-content{grid-template-columns:minmax(0,0.88fr) minmax(0,1.12fr);}}.hux-items{display:grid;}.hux-item{display:grid;gap:var(--hux-rhythm-content);padding:clamp(1.25rem,2vw,1.75rem);border-radius:var(--hc-radius-xl);border:1px solid var(--hux-border-soft);background:rgba(255,255,255,0.96);box-shadow:0 1px 4px rgba(7,20,32,0.04);transition:transform 280ms var(--hc-ease),box-shadow 280ms var(--hc-ease),border-color 280ms var(--hc-ease);}.hux-item:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(7,20,32,0.08);border-color:rgba(13,33,55,0.12);}.hux-item--soft{background:rgba(247,248,251,0.98);}.hux-item--brand{background:linear-gradient(160deg,rgba(13,33,55,0.94),rgba(20,58,92,0.92));color:var(--hux-text-inverse);border-color:rgba(255,255,255,0.08);}.hux-item--brand:hover{border-color:rgba(255,255,255,0.18);}.hux-item--accent{background:linear-gradient(160deg,rgba(253,246,239,0.95),rgba(248,239,227,0.9));border-color:rgba(230,126,34,0.08);}.hux-item--accent:hover{border-color:rgba(230,126,34,0.2);}.hux-item--align-center{text-align:center;justify-items:center;}.hux-item__badge{display:inline-flex;align-items:center;gap:0.35rem;width:fit-content;padding:0.3rem 0.75rem;border-radius:999px;background:rgba(13,33,55,0.05);font-size:0.73rem;font-weight:700;letter-spacing:0.04em;}.hux-item__icon{font-size:2rem;line-height:1;color:var(--hc-blue-600);}.hux-item__value{font-family:var(--hc-font-heading);font-size:clamp(2rem,4vw,3.2rem);line-height:1;letter-spacing:-0.02em;}.hux-item__meta{color:var(--hux-text-muted);font-size:0.88rem;}.hux-item__link a{color:inherit;font-weight:700;font-size:0.88rem;text-decoration:none;transition:color 200ms var(--hc-ease);}.hux-item__link a:hover{color:var(--hc-orange-500);}.hux-media-panel{display:grid;gap:var(--hux-gap-cozy);}.hux-item--emphasis .hux-item__badge,.hux-item--marks .hux-item__badge{background:rgba(13,33,55,0.04);}.hux-item--emphasis .hux-item__value{font-size:clamp(2.4rem,4.6vw,3.8rem);}.hux-item--emphasis .hux-item__title{font-size:clamp(1.1rem,1.8vw,1.45rem);}.hux-item--sequence{align-content:start;}.hux-item--sequence .hux-item__value{display:inline-flex;align-items:center;justify-content:center;min-width:2.5rem;min-height:2.5rem;padding:0.35rem 0.8rem;border-radius:999px;background:rgba(13,33,55,0.06);color:var(--hux-text-strong);font-family:var(--hc-font-body);font-size:0.92rem;font-weight:700;letter-spacing:0.04em;}.hux-item--marks{justify-items:center;align-content:center;text-align:center;gap:0.8rem;padding:clamp(1rem,1.8vw,1.4rem);background:rgba(255,255,255,0.98);box-shadow:none;}.hux-item--marks:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(7,20,32,0.06);}.hux-item--marks .hux-item__icon{font-size:2.4rem;}.hux-item--marks .hux-item__title{font-size:1rem;line-height:1.4;}.hux-tabs{display:grid;gap:1.5rem;}.hux-tabs__nav{display:flex;flex-wrap:wrap;gap:0.5rem;}.hux-tabs__trigger{border:1px solid var(--hux-border-soft);background:rgba(255,255,255,0.8);color:var(--hux-text-body);padding:0.75rem 1.25rem;border-radius:999px;cursor:pointer;font-weight:700;font-size:0.9rem;transition:all 200ms var(--hc-ease);}.hux-tabs__trigger:hover{background:rgba(13,33,55,0.06);}.hux-tabs__trigger.is-active{background:var(--hc-blue-700);color:#fff;border-color:transparent;box-shadow:0 4px 16px rgba(26,82,118,0.25);}.hux-tabs__panel{display:none;}.hux-tabs__panel.is-active{display:block;}.hux-accordion{display:grid;gap:var(--hux-gap-cozy);}.hux-accordion__list{display:grid;gap:var(--hux-gap-cozy);}.hux-accordion__item{border-radius:var(--hc-radius-xl);border:1px solid var(--hux-border-soft);background:rgba(255,255,255,0.9);overflow:hidden;transition:border-color 200ms var(--hc-ease),box-shadow 200ms var(--hc-ease);}.hux-accordion__item:hover{border-color:rgba(13,33,55,0.14);}.hux-accordion__item.is-open{box-shadow:0 4px 20px rgba(7,20,32,0.06);}.hux-accordion__trigger{width:100%;border:none;background:none;padding:1.2rem 1.4rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;font-weight:700;font-size:0.95rem;color:inherit;cursor:pointer;}.hux-accordion__trigger > span:first-child{display:grid;gap:0.35rem;text-align:left;}.hux-accordion__indicator{display:inline-flex;align-items:center;justify-content:center;width:1.9rem;height:1.9rem;border-radius:999px;background:rgba(13,33,55,0.06);font-size:1.1rem;line-height:1;transition:transform 200ms var(--hc-ease),background 200ms var(--hc-ease);}.hux-accordion__item.is-open .hux-accordion__indicator{transform:rotate(45deg);background:rgba(230,126,34,0.14);}.hux-accordion__body{display:none;padding:0 1.4rem 1.3rem;line-height:1.8;color:var(--hux-text-body);}.hux-accordion__item.is-open .hux-accordion__body{display:block;}.hux-form{display:grid;gap:1.5rem;}.hux-form__grid{display:grid;gap:1.25rem;}@media (min-width:900px){.hux-form__grid--split{grid-template-columns:minmax(0,0.9fr) minmax(0,1.1fr);align-items:start;}}.hux-form__panel{padding:2rem;}.hux-form__fields{display:grid;gap:1rem;}.hux-form__field{display:grid;gap:0.4rem;}.hux-form__field label{font-weight:700;font-size:0.9rem;}.hux-form__field input,.hux-form__field textarea,.hux-form__field select{width:100%;border:1px solid var(--hux-border-strong);border-radius:12px;padding:0.85rem 1rem;background:rgba(255,255,255,0.95);box-sizing:border-box;font:inherit;font-size:0.93rem;transition:border-color 200ms var(--hc-ease),box-shadow 200ms var(--hc-ease);}.hux-form__field input:focus,.hux-form__field textarea:focus,.hux-form__field select:focus{outline:none;border-color:var(--hc-blue-500);box-shadow:0 0 0 3px rgba(41,128,185,0.12);}.hux-form__field textarea{min-height:120px;resize:vertical;}.hux-floating{position:fixed;right:1.5rem;bottom:1.5rem;z-index:1000;}.hux-floating--left{right:auto;left:1.5rem;}.hux-floating__panel{width:min(22rem,calc(100vw - 2rem));margin-bottom:0.9rem;padding:1.5rem;border-radius:var(--hux-radius-md);box-shadow:var(--hux-shadow-lg);background:rgba(255,255,255,0.97);backdrop-filter:blur(20px);display:none;}.hux-floating.is-open .hux-floating__panel{display:grid;gap:0.75rem;}.hux-floating__trigger{width:3.75rem;height:3.75rem;border:none;border-radius:999px;background:linear-gradient(135deg,var(--hc-orange-500),var(--hc-orange-600));color:#fff;font-weight:700;box-shadow:0 8px 28px rgba(230,126,34,0.3);cursor:pointer;transition:transform 200ms var(--hc-ease),box-shadow 200ms var(--hc-ease);}.hux-floating__trigger:hover{transform:scale(1.05);box-shadow:0 12px 36px rgba(230,126,34,0.4);}.hux-global-sidebar{position:fixed;right:clamp(14px,2vw,28px);bottom:clamp(20px,3vw,36px);z-index:1200;display:grid;gap:12px;justify-items:end;}.hux-global-sidebar__item{position:relative;display:flex;justify-content:flex-end;}.hux-global-sidebar__button{position:relative;display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border:1px solid rgba(13,33,55,0.08);border-radius:20px;background:rgba(255,255,255,0.96);color:var(--hux-text-strong);box-shadow:0 14px 34px rgba(7,20,32,0.12);backdrop-filter:blur(16px);cursor:pointer;transition:transform 220ms var(--hc-ease),box-shadow 220ms var(--hc-ease),border-color 220ms var(--hc-ease),background 220ms var(--hc-ease),color 220ms var(--hc-ease);}.hux-global-sidebar__button:hover,.hux-global-sidebar__button:focus-visible,.hux-global-sidebar__item.is-open .hux-global-sidebar__button{transform:translateY(-2px) scale(1.02);box-shadow:0 18px 40px rgba(7,20,32,0.16);border-color:rgba(230,126,34,0.22);}.hux-global-sidebar__button:focus-visible{outline:2px solid rgba(230,126,34,0.45);outline-offset:2px;}.hux-global-sidebar__button.is-contact{background:linear-gradient(180deg,rgba(255,255,255,0.98),rgba(247,248,251,0.98));}.hux-global-sidebar__button.is-chat{border-color:rgba(230,126,34,0.16);background:linear-gradient(135deg,var(--hc-orange-500),var(--hc-orange-600));color:#fff;}.hux-global-sidebar__button.is-wechat{border-color:rgba(13,33,55,0.08);background:linear-gradient(160deg,#0a1929 0%,#143a5c 100%);color:rgba(255,255,255,0.96);}.hux-global-sidebar__button.is-top{background:linear-gradient(180deg,rgba(255,255,255,0.98),rgba(242,244,247,0.98));}.hux-global-sidebar__button-icon{display:inline-flex;align-items:center;justify-content:center;}.hux-global-sidebar__button-icon svg{display:block;width:22px;height:22px;}.hux-global-sidebar__mobile-toggle{display:none;position:relative;align-items:center;justify-content:center;width:56px;height:56px;border:0;border-radius:20px;background:linear-gradient(135deg,var(--hc-orange-500,#ff7a3f),var(--hc-orange-600,#ea5a1c));color:#fff;box-shadow:0 18px 38px rgba(234,90,28,0.32);cursor:grab;touch-action:none;user-select:none;-webkit-user-select:none;transition:transform 0.22s ease,box-shadow 0.22s ease;}.hux-global-sidebar.is-dragging{transition:none !important;}.hux-global-sidebar.is-dragging .hux-global-sidebar__mobile-toggle{cursor:grabbing;transition:none;}.hux-global-sidebar__mobile-toggle:hover,.hux-global-sidebar__mobile-toggle:focus-visible{transform:translateY(-2px) scale(1.03);box-shadow:0 22px 42px rgba(234,90,28,0.38);outline:none;}.hux-global-sidebar__mobile-toggle-icon{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;transition:opacity 0.2s ease,transform 0.2s ease;}.hux-global-sidebar__mobile-toggle-icon svg{width:22px;height:22px;}.hux-global-sidebar__mobile-toggle-icon.is-close{opacity:0;transform:rotate(-45deg) scale(0.9);}.hux-global-sidebar.is-mobile-expanded .hux-global-sidebar__mobile-toggle-icon.is-default{opacity:0;transform:rotate(45deg) scale(0.9);}.hux-global-sidebar.is-mobile-expanded .hux-global-sidebar__mobile-toggle-icon.is-close{opacity:1;transform:rotate(0) scale(1);}.hux-global-sidebar__panel{position:absolute;top:50%;right:calc(100% + 14px);width:min(320px,calc(100vw - 110px));padding:20px 20px 18px;border-radius:24px;border:1px solid rgba(13,33,55,0.08);background:rgba(255,255,255,0.985);box-shadow:0 28px 70px rgba(7,20,32,0.18);backdrop-filter:blur(22px);opacity:0;visibility:hidden;pointer-events:none;transform:translate3d(12px,-50%,0);transition:opacity 220ms var(--hc-ease),visibility 220ms var(--hc-ease),transform 220ms var(--hc-ease);}.hux-global-sidebar__panel::after{content:"";position:absolute;top:50%;right:-8px;width:16px;height:16px;background:inherit;border-top:1px solid rgba(13,33,55,0.08);border-right:1px solid rgba(13,33,55,0.08);transform:translateY(-50%) rotate(45deg);}.hux-global-sidebar__item:hover .hux-global-sidebar__panel,.hux-global-sidebar__item:focus-within .hux-global-sidebar__panel,.hux-global-sidebar__item.is-open .hux-global-sidebar__panel{opacity:1;visibility:visible;pointer-events:auto;transform:translate3d(0,-50%,0);}.hux-global-sidebar__heading{display:flex;align-items:flex-start;justify-content:space-between;gap:0.75rem;}.hux-global-sidebar__eyebrow{display:inline-flex;align-items:center;margin:0 0 0.45rem;font-size:0.72rem;font-weight:700;letter-spacing:0.18em;text-transform:uppercase;color:var(--hc-orange-500);}.hux-global-sidebar__title{margin:0;font-family:var(--hc-font-heading);font-size:1.2rem;line-height:1.2;color:var(--hux-text-strong);}.hux-global-sidebar__description{margin:0.7rem 0 0;color:var(--hux-text-body);font-size:0.92rem;line-height:1.75;}.hux-global-sidebar__stack{display:grid;gap:0.8rem;margin-top:1rem;}.hux-global-sidebar__row{display:grid;gap:0.22rem;}.hux-global-sidebar__label{font-size:0.74rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;color:var(--hux-text-muted);}.hux-global-sidebar__value{color:var(--hux-text-strong);font-size:1rem;font-weight:800;line-height:1.45;text-decoration:none;}.hux-global-sidebar__value:hover{color:var(--hc-orange-600);}.hux-global-sidebar__value.is-static{font-weight:700;}.hux-global-sidebar__value.is-muted{font-size:0.92rem;font-weight:700;color:var(--hux-text-body);word-break:break-word;}.hux-global-sidebar__tag{display:inline-flex;align-items:center;justify-content:center;min-width:30px;padding:0.3rem 0.55rem;border-radius:999px;background:rgba(230,126,34,0.12);color:var(--hc-orange-600);font-size:0.75rem;font-weight:800;line-height:1;}.hux-global-sidebar .hux-actions{margin-top:1rem;}.hux-global-sidebar__qr{margin-top:1rem;display:inline-flex;align-items:center;justify-content:center;padding:0.85rem;border-radius:20px;background:linear-gradient(180deg,rgba(247,248,251,0.96),rgba(240,242,246,0.96));border:1px solid rgba(13,33,55,0.06);}.hux-global-sidebar__qr img{display:block;width:min(180px,100%);height:auto;border-radius:16px;}.hux-divider{width:100%;display:grid;gap:0.75rem;}.hux-divider--line{height:1px;background:linear-gradient(90deg,transparent,rgba(13,33,55,0.12),transparent);}.hux-divider--dashed{height:1px;background-image:linear-gradient(90deg,rgba(13,33,55,0.2) 40%,rgba(255,255,255,0) 0%);background-position:bottom;background-size:18px 1px;background-repeat:repeat-x;}.hux-divider__label{font-size:0.73rem;text-transform:uppercase;letter-spacing:0.16em;color:var(--hux-text-muted);}@view-transition{navigation:auto;}:root{--hux-page-transition-duration:180ms;--hux-page-transition-ease:cubic-bezier(0.22,1,0.36,1);}::view-transition-old(root),::view-transition-new(root){animation-duration:var(--hux-page-transition-duration);animation-timing-function:var(--hux-page-transition-ease);}::view-transition-old(root){animation-name:hux-view-transition-old;}::view-transition-new(root){animation-name:hux-view-transition-new;}@keyframes hux-view-transition-old{from{opacity:1;}to{opacity:0.985;}}@keyframes hux-view-transition-new{from{opacity:0.985;}to{opacity:1;}}@media (max-width:767px){.hux-section__inner{padding-inline:1.25rem;}.hux-space--lg{padding-block:3.5rem;}.hux-space--xl{padding-block:5rem;}.hux-gap--roomy{gap:1.5rem;}.hux-gap--airy{gap:2rem;}.hux-shell{gap:1.5rem;}.hux-content{gap:0.9rem;}.hux-panel{padding:1.25rem;}.hux-panel--roomy{padding:1.5rem;}.hux-box--direction-row{grid-auto-flow:row;grid-auto-columns:unset;grid-template-columns:minmax(0,1fr);}.hux-item{padding:1.5rem;}.hux-global-sidebar{right:10px;bottom:calc(10px + env(safe-area-inset-bottom,0px));gap:0;display:block;transition:opacity 0.22s ease,visibility 0.22s ease,transform 0.22s ease;}.touch-top.is-drawer-open ~ .hux-global-sidebar,.touch-top.is-drawer-open + .touch_bg + .blank_h ~ .hux-global-sidebar{opacity:0;visibility:hidden;pointer-events:none;transform:translate3d(0,10px,0);}body.hux-mobile-footer-overlap .hux-global-sidebar{opacity:0;visibility:hidden;pointer-events:none;transform:translate3d(0,12px,0);}.hux-global-sidebar__button{width:46px;height:46px;border-radius:16px;}.hux-global-sidebar__mobile-toggle{display:inline-flex;width:48px;height:48px;border-radius:18px;box-shadow:0 16px 34px rgba(234,90,28,0.28);cursor:pointer;touch-action:manipulation;}.hux-global-sidebar .hux-global-sidebar__item,.hux-global-sidebar > .hux-global-sidebar__button.is-top{position:absolute;right:0;bottom:0;opacity:0;visibility:hidden;transform:translateY(10px) scale(0.94);pointer-events:none;transition:opacity 0.24s ease,transform 0.28s ease,visibility 0.28s ease;}.hux-global-sidebar.is-mobile-expanded .hux-global-sidebar__item:nth-child(1),.hux-global-sidebar.is-mobile-expanded .hux-global-sidebar__item:nth-child(2),.hux-global-sidebar.is-mobile-expanded .hux-global-sidebar__item:nth-child(3),.hux-global-sidebar.is-mobile-expanded > .hux-global-sidebar__button.is-top{opacity:1;visibility:visible;pointer-events:auto;}.hux-global-sidebar.is-mobile-expanded{left:12px;right:12px;padding:56px 12px 12px;border-radius:24px;background:linear-gradient(180deg,rgba(10,18,31,0.9),rgba(15,23,42,0.96));box-shadow:0 28px 64px rgba(7,20,32,0.28);backdrop-filter:blur(18px);}.hux-global-sidebar.is-mobile-expanded .hux-global-sidebar__mobile-toggle{position:absolute;top:10px;right:10px;width:40px;height:40px;border-radius:14px;box-shadow:none;}.hux-global-sidebar.is-mobile-expanded .hux-global-sidebar__item,.hux-global-sidebar.is-mobile-expanded > .hux-global-sidebar__button.is-top{position:relative;right:auto;bottom:auto;opacity:1;visibility:visible;transform:none;pointer-events:auto;}.hux-global-sidebar.is-mobile-expanded .hux-global-sidebar__item + .hux-global-sidebar__item,.hux-global-sidebar.is-mobile-expanded > .hux-global-sidebar__button.is-top{margin-top:10px;}.hux-global-sidebar.is-mobile-expanded .hux-global-sidebar__button{width:100%;height:auto;min-height:52px;justify-content:flex-start;gap:12px;padding:14px 16px;border-radius:16px;box-shadow:none;}.hux-global-sidebar.is-mobile-expanded .hux-global-sidebar__button .visually-hidden{position:static !important;width:auto !important;height:auto !important;margin:0 !important;overflow:visible !important;clip:auto !important;clip-path:none !important;white-space:normal !important;color:inherit;font-size:0.96rem;font-weight:800;line-height:1.3;}.hux-global-sidebar.is-mobile-expanded .hux-global-sidebar__item.is-open{z-index:2;}.hux-global-sidebar__panel{top:auto;right:0;bottom:calc(100% + 12px);width:min(320px,calc(100vw - 24px));transform:translate3d(0,12px,0);}.hux-global-sidebar__panel::after{display:none;}.hux-global-sidebar__item:hover .hux-global-sidebar__panel,.hux-global-sidebar__item:focus-within .hux-global-sidebar__panel,.hux-global-sidebar__item.is-open .hux-global-sidebar__panel{transform:translate3d(0,0,0);}.hux-global-sidebar__button-icon svg,.hux-global-sidebar__mobile-toggle-icon svg{width:20px;height:20px;}}@media (prefers-reduced-motion:reduce){::view-transition-old(root),::view-transition-new(root){animation-duration:1ms;}}
:root{--hc-blue-900:#0a1929;--hc-blue-800:#0d2137;--hc-blue-700:#143a5c;--hc-blue-600:#1a5276;--hc-blue-500:#2980b9;--hc-blue-100:#ebf5fb;--hc-orange-600:#d35400;--hc-orange-500:#e67e22;--hc-orange-400:#f0983a;--hc-gray-900:#1a1a2e;--hc-gray-600:#555555;--hc-gray-400:#999999;--hc-white:#ffffff;--hc-light-bg:#f5f7fa;--hc-warm-bg:#faf8f5;--hc-space-0:0;--hc-space-1:0.25rem;--hc-space-2:0.5rem;--hc-space-3:0.75rem;--hc-space-4:1rem;--hc-space-5:1.5rem;--hc-space-6:2rem;--hc-space-7:2.5rem;--hc-space-8:4rem;--hc-space-9:5.5rem;--hc-space-10:7.5rem;--hc-inline-gutter:clamp(1rem,3vw,2.5rem);--hc-container-full:100%;--hc-container-wide:80rem;--hc-container-standard:68rem;--hc-container-narrow:48.75rem;--hc-section-space-none:var(--hc-space-0);--hc-section-space-xs:var(--hc-space-5);--hc-section-space-sm:var(--hc-space-7);--hc-section-space-md:var(--hc-space-8);--hc-section-space-lg:var(--hc-space-9);--hc-section-space-xl:var(--hc-space-10);--hc-gap-tight:var(--hc-space-4);--hc-gap-cozy:var(--hc-space-5);--hc-gap-roomy:var(--hc-space-6);--hc-gap-airy:3rem;--hc-rhythm-shell:var(--hc-gap-roomy);--hc-rhythm-content:1rem;--hc-rhythm-title:0.75rem;--hc-title-size-card:clamp(1.25rem,1.8vw,1.65rem);--hc-title-size-section:clamp(1.65rem,2.8vw,2.5rem);--hc-title-size-hero:clamp(2.2rem,4.5vw,3.75rem);--hc-panel-padding-sm:clamp(1.25rem,2vw,1.75rem);--hc-panel-padding-md:clamp(1.5rem,2.8vw,2.5rem);--hc-panel-padding-lg:clamp(1.75rem,3.5vw,3rem);--hc-radius-sm:4px;--hc-radius-md:8px;--hc-radius-lg:12px;--hc-radius-xl:16px;--hc-radius-2xl:24px;--hc-radius-full:9999px;--hc-font-heading:'Noto Serif SC','Source Han Serif SC','PingFang SC','Microsoft YaHei',serif;--hc-font-body:'PingFang SC','Microsoft YaHei','Helvetica Neue',sans-serif;--hc-shadow-sm:0 1px 3px rgba(0,0,0,0.06);--hc-shadow-md:0 4px 16px rgba(0,0,0,0.08);--hc-shadow-lg:0 12px 40px rgba(0,0,0,0.12);--hc-ease:cubic-bezier(0.4,0,0.2,1);--hc-duration:0.3s;}
.anim-1,.anim-2,.anim-3,.anim-4,.anim-5,.anim-6,.anim-7,.anim-8,.anim-9,.anim-10,.anim-11,.anim-12{-webkit-transform:translateY(100px) translateX(0);-moz-transform:translateY(100px) translateX(0);transform:translateY(100px) translateX(0);opacity:0;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;}.anim-1{-webkit-transition:transform .8s,opacity .8s;-moz-transition:transform .8s,opacity .8s;-o-transition:transform .8s,opacity .8s;transition:transform .8s,opacity .8s;}.anim-2{-webkit-transition:transform 1s,opacity 1s;-moz-transition:transform 1s,opacity 1s;-o-transition:transform 1s,opacity 1s;transition:transform 1s,opacity 1s;}.anim-3{-webkit-transition:transform 1.2s,opacity 1.2s;-moz-transition:transform 1.2s,opacity 1.2s;-o-transition:transform 1.2s,opacity 1.2s;transition:transform 1.2s,opacity 1.2s;}.anim-4{-webkit-transition:transform 1.4s,opacity 1.4s;-moz-transition:transform 1.4s,opacity 1.4s;-o-transition:transform 1.4s,opacity 1.4s;transition:transform 1.4s,opacity 1.4s;}.anim-5{-webkit-transition:transform 1.6s,opacity 1.6s;-moz-transition:transform 1.6s,opacity 1.6s;-o-transition:transform 1.6s,opacity 1.6s;transition:transform 1.6s,opacity 1.6s;}.anim-6{-webkit-transition:transform 1.8s,opacity 1.8s;-moz-transition:transform 1.8s,opacity 1.8s;-o-transition:transform 1.8s,opacity 1.8s;transition:transform 1.8s,opacity 1.8s;}.anim-7{-webkit-transition:transform 2s,opacity 2s;-moz-transition:transform 2s,opacity 2s;-o-transition:transform 2s,opacity 2s;transition:transform 2s,opacity 2s;}.anim-8{-webkit-transition:transform 2.2s,opacity 2.2s;-moz-transition:transform 2.2s,opacity 2.2s;-o-transition:transform 2.2s,opacity 2.2s;transition:transform 2.2s,opacity 2.2s;}.anim-9{-webkit-transition:transform 2.4s,opacity 2.4s;-moz-transition:transform 2.4s,opacity 2.4s;-o-transition:transform 2.4s,opacity 2.4s;transition:transform 2.4s,opacity 2.4s;}.anim-10{-webkit-transition:transform 2.6s,opacity 2.6s;-moz-transition:transform 2.6s,opacity 2.6s;-o-transition:transform 2.6s,opacity 2.6s;transition:transform 2.6s,opacity 2.6s;}.anim-11{-webkit-transition:transform 2.8s,opacity 2.8s;-moz-transition:transform 2.8s,opacity 2.8s;-o-transition:transform 2.8s,opacity 2.8s;transition:transform 2.8s,opacity 2.8s;}.anim-12{-webkit-transition:transform 3.0s,opacity 3.0s;-moz-transition:transform 3.0s,opacity 3.0s;-o-transition:transform 3.0s,opacity 3.0s;transition:transform 3.0s,opacity 3.0s;}.anim-show{-webkit-transform:translateY(0px) translateX(0);-moz-transform:translateY(0px) translateX(0);transform:translateY(0px) translateX(0);opacity:1;}.anim-list .anim-1{-webkit-transition:transform .5s,opacity .5s;-moz-transition:transform .5s,opacity .5s;-o-transition:transform .5s,opacity .5s;transition:transform .5s,opacity .5s;}.anim-list .anim-2{-webkit-transition:transform .6s,opacity .6s;-moz-transition:transform .6s,opacity .6s;-o-transition:transform .6s,opacity .6s;transition:transform .7s,opacity .7s;}@-webkit-keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@-webkit-keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes mymove8{from{filter:alpha(opacity=0);opacity:0;-webkit-transform:translateY(0) translateX(-100px);-moz-transform:translateY(0) translateX(-100px);transform:translateY(0) translateX(-100px);-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;}to{filter:alpha(opacity=100);opacity:1;-webkit-transform:translateY(0px) translateX(0);-moz-transform:translateY(0px) translateX(0);transform:translateY(0px) translateX(0);}}@-webkit-keyframes mymove8{from{filter:alpha(opacity=0);opacity:0;-webkit-transform:translateY(0) translateX(-100px);-moz-transform:translateY(0) translateX(-100px);transform:translateY(0) translateX(-100px);-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;}to{filter:alpha(opacity=100);opacity:1;-webkit-transform:translateY(0px) translateX(0);-moz-transform:translateY(0px) translateX(0);transform:translateY(0px) translateX(0);}}@keyframes mymove7{from{filter:alpha(opacity=0);opacity:0;-webkit-transform:translateY(0) translateX(100px);-moz-transform:translateY(0) translateX(100px);transform:translateY(0) translateX(100px);-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;}to{filter:alpha(opacity=100);opacity:1;-webkit-transform:translateY(0px) translateX(0);-moz-transform:translateY(0px) translateX(0);transform:translateY(0px) translateX(0);}}@-webkit-keyframes mymove7{from{filter:alpha(opacity=0);opacity:0;-webkit-transform:translateY(0) translateX(100px);-moz-transform:translateY(0) translateX(100px);transform:translateY(0) translateX(100px);-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;}to{filter:alpha(opacity=100);opacity:1;-webkit-transform:translateY(0px) translateX(0);-moz-transform:translateY(0px) translateX(0);transform:translateY(0px) translateX(0);}}
.side{position:fixed;width:56px;right:0;top:355px;z-index:100;text-align:left;filter:Alpha(Opacity=95);opacity:0.95;}.side ul li{width:56px;height:50px;float:left;position:relative;padding-bottom:1px;background:url(/themes/custom/huacai/images/line0.png) #e48c0f right bottom no-repeat;}.side ul li img{opacity:0.8;filter:Alpha(opacity=80);}.side ul li:hover img{opacity:1;filter:Alpha(opacity=100);}.side ul li .sidebox{border-radius:5px 0 0 0px;background:#e48c0f;position:absolute;width:56px;height:50px;top:0;right:0;transition:all 0.3s;color:#fff;font:14px/50px "微软雅黑";overflow:hidden;}.side ul li .sidebox:hover{border-radius:5px 0 0 5px;}.side ul li .sidetop{width:56px;height:50px;line-height:50px;display:inline-block;background:#ff8500;border-radius:0 0 0 5px;transition:all 0.3s;}.side ul li .sideewm{width:56px;height:50px;line-height:50px;display:inline-block;transition:all 0.3s;}.side ul li .sideewm .ewBox{width:207px;display:none;color:#363636;text-align:center;position:absolute;left:-203px;top:-10px;background-image:url(/themes/custom/huacai/images/leftewm.png);background-repeat:no-repeat;background-position:center 0px;height:226px}.side ul li .sideewm .ewBox img{width:150px;height:150px;margin-top:30px;margin-left:30px;}.side ul li .sideetel{width:56px;height:50px;line-height:50px;display:inline-block;transition:all 0.3s;text-align:left;}.side ul li .sideetel .telBox{width:185px;height:72px;padding-top:135px;display:none;color:#363636;text-align:center;position:absolute;left:-185px;top:-155px;background-image:url(/themes/custom/huacai/images/lefttel.png);background-repeat:no-repeat;background-position:center top;}.side ul li .sideetel .telinput{width:135px;text-align:center;height:25px;line-height:25px;background-color:#fff;color:#7d7d7d;font-size:14px;margin-left:25px;border:0;z-index:9999999;float:left;}.side ul li .sideetel .telbnt{width:135px;height:26px;line-height:26px;background-color:#735012;font-size:14px;border:0;margin-left:25px;margin-top:5px;color:#fff;cursor:pointer;border-radius:4px;float:left;}.side ul li img{float:left;}.side dl dt{width:54px;height:54px;float:left;position:relative;}.side dl dt .sidebox{position:absolute;width:54px;height:54px;border-bottom:1px solid #444;top:0;right:0;transition:all 0.3s;background:#000;opacity:0.9;filter:Alpha(opacity=90);color:#fff;font:12px/54px "微软雅黑";}.side dl dd{width:54px;height:44px;float:left;position:relative;display:none;}.side dl dd .sidebox{position:absolute;width:54px;height:44px;border-bottom:1px solid #444;top:0;right:0;transition:all 0.3s;background:#000;opacity:0.9;filter:Alpha(opacity=90);color:#fff;font:12px/54px "微软雅黑";line-height:44px;}.side dl dd .sidebox:hover{background:#f3782a;opacity:1;filter:Alpha(opacity=100);}.side dl dd .sidebox:hover img{opacity:0.8;filter:Alpha(opacity=80);}.side dl img{float:left;}@media screen and (max-width:640px){.side{display:none;}}
*{margin:0;padding:0;border:0;}body{background-color:#fff;overflow-x:hidden;color:#333;font-size:12px;font-family:"微软雅黑","Arial","Microsoft YaHei","Helvetica Neue","Helvetica","Arial","sans-serif";}a{color:#333;text-decoration:none;-webkit-tap-highlight-color:transparent;}a:hover{color:#00a1e9;}input,select,img{vertical-align:middle;}ul,li{list-style:none;}em,cite,th{font-style:normal;font-weight:normal;font-style:normal;}.wrap{clear:both;width:96%;max-width:1300px;margin:0 auto;text-align:left;zoom:1;overflow:hidden;}.wrap2{clear:both;width:96%;max-width:1300px;margin:0 auto;text-align:left;zoom:1;}.wrap3{clear:both;width:94%;max-width:1000px;margin:0 auto;text-align:left;zoom:1;overflow:hidden;}.divhidden{display:none;}.l{float:left;}.r{float:right;}.c_l{clear:both;height:0px;font-size:0px;overflow:hidden;}.f50{font-size:50px;}.f44{font-size:44px;}.f41{font-size:41px;}.f40{font-size:40px;}.f38{font-size:38px;}.f36{font-size:36px;}.f32{font-size:32px;}.f30{font-size:30px;}.f28{font-size:30px;}.f24{font-size:24px;}.f22{font-size:22px;}.f18{font-size:18px;}.f16{font-size:16px;}.header-v1{width:100%;position:fixed;height:100px;z-index:10;background-color:#090a0c;box-shadow:0 1px 10px rgba(0,0,0,0.15);}.nav-hide .header-v1{height:80px;}.nav-hide .blank_h{height:80px;}.header-v1 .top-main{width:100%;margin:0 auto;position:relative;}.header-v1 .top-main .logo1{float:left;height:100px;margin-left:2%;justify-content:center;align-items:center;display:flex;}.header-v1 .top-main .logo1 a{display:block;}.header-v1 .top-main .logo1 img{height:100%;vertical-align:middle;}.nav-hide .header-v1 .top-main .logo1 img{margin-top:0;}.header-v1 .top-main .logo1 img:hover{transition:all 0.3s;filter:Alpha(Opacity=60);opacity:0.6;}.header-v1 .top-main .top_r{float:right;}.header-v1 .languages{float:right;position:relative;display:block;font-size:12px;color:#707070;height:38px;line-height:38px;padding-left:18px;text-align:right;font-family:"宋休";text-decoration:none;margin-left:10px;background:url(/themes/custom/huacai/images/top_pic2.png) left center no-repeat;margin-top:29px;transition:all 0.3s;}.header-v1 .languages:hover{margin-top:25px;}.nav-hide .header-v1 .languages{margin-top:22px;}.nav-hide .header-v1 .languages:Hover{margin-top:18px;}.header-v1 .languages:Hover{transition:all 0.3s;filter:Alpha(Opacity=80);opacity:0.8;}.header-v1 .top-main .top-main-content{text-align:center;}.navBar{}.nav{list-style:none;padding:0;}.nav .m{display:inline-block;border-top:0;border-bottom:0;margin-right:22px;margin-left:22px;}.nav a:hover{text-decoration:none;vertical-align:top;}.nav li:hover span{transform:translateY(-100%);}.nav h3{float:left;font-weight:normal;font-size:16px;height:100px;overflow:hidden;width:100%;text-align:center;position:relative;}.nav h3 a{display:block;color:#c3c3c3;line-height:100px;font-size:16px;text-transform:uppercase;}.nav h3 a span{display:block;position:relative;transition:all 0.3s;height:100px;text-transform:uppercase;}.nav-hide .nav h3 a span{height:80px;}.nav h3 a span:after{content:attr(data-title);position:absolute;left:0;transform:translateY(100%);width:100%;top:0;}.nav h3 a i{width:9px;height:5px;background:url(/themes/custom/huacai/images/top_pic5.png) no-repeat;display:inline-block;margin-left:7px;}.nav-hide .nav{}.nav-hide .nav h3{height:80px;}.nav-hide .nav h3 a{line-height:80px;}.nav .on{}.nav .on h3 a{}.nav .on h3 a i{background:url(/themes/custom/huacai/images/top_pic6.png) no-repeat;}.nav .on h3 a span{}.nav li.on a:after{left:0%;right:0%;opacity:1;-webkit-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;transition:all .5s;}.nav li h3 a:after{content:"";display:block;position:absolute;left:50%;right:50%;margin-left:0px;margin-right:0px;bottom:0px;height:4px;opacity:0;background-color:#00a1e9;-webkit-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;transition:all .5s;}.nav li h3 a:hover:after{left:1%;right:1%;opacity:1;-webkit-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;transition:all .5s;}.nav .sub{display:none;width:100%;padding:0;position:absolute;background:rgba(0,0,0,0.8);top:100px;text-align:center;z-index:110;left:0%;}.nav-hide .nav .sub{top:80px;}.nav .sub ul{width:1100px;margin:0 auto;}.nav .sub li{vertical-align:middle;list-style:none;text-decoration:none;display:inline-block;line-height:50px;font-size:14px;margin-left:10px;margin-right:10px;text-transform:uppercase;}.nav .sub li span{display:block;height:38px;position:relative;}.nav .sub li a{text-decoration:none;background:none;color:#fff;display:block;height:50px;overflow:hidden;}.nav .sub li a:hover{color:#00a1e9;}.nav .sub li:hover img{transition:all 0.3s;opacity:0.8;filter:Alpha(opacity=80);}.blank_h{height:100px;overflow:hidden;}.top_search{float:right;height:100px;width:34px;position:relative;margin-right:2%;}.nav-hide .top_search{height:80px;}.top_search .input1{width:83%;text-indent:10px;line-height:30px;height:30px;outline:medium;background:none;color:#9c9c9c;text-align:left;font-size:13px;border:0;}.top_search em{height:100%;width:100%;background:url(/themes/custom/huacai/images/top_pic1.png) left center no-repeat;cursor:pointer;display:block;}.top_search em:Hover{transition:all 0.3s;opacity:0.8;filter:Alpha(opacity=80);}.top_search .search_con{display:none;position:absolute;bottom:-73px;right:0px;width:300px;height:0px;padding-top:23px;padding-bottom:19px;background:url(/themes/custom/huacai/images/top_bg2.png) no-repeat;z-index:100;}.top_search .search_con .input1{height:39px;line-height:39px;background:#f8f8f8;border:0;padding-left:5px;margin-left:16px;padding-right:47px;width:174px;float:left;outline:none;}.top_search .search_con .bnts{float:left;width:40px;height:39px;background:url(/themes/custom/huacai/images/top_pic3.png) no-repeat;cursor:pointer;}.top_search .search_con .bnts:hover{transition:all 0.3s;background:url(/themes/custom/huacai/images/top_pic4.png) no-repeat;}.touch-top{width:100%;position:fixed;top:0;z-index:99;background:#090a0c;display:none;box-shadow:0 1px 10px rgba(0,0,0,0.15);}.touch_bg{width:100%;position:fixed;top:0;z-index:8;background:#0d0d0d;display:none;filter:Alpha(Opacity=60);opacity:0.6;height:100%;}.touch-top-wrapper{width:96%;margin:0 auto;}.touch-top-wrapper .touch-logo{float:left;}.touch-top-wrapper .touch-logo img{height:90px;display:block;}.touch-navigation{display:block;}.touch-toggle{position:absolute;right:10px;top:0;}.touch-toggle li{float:left;height:70px;padding:0 12px;text-align:center;}.touch-toggle li a{height:70px;}.touch-toggle li:hover,.touch-toggle li:active{}.touch-toggle .touch-toggle-item-first{border-left:none;}.touch-toggle .touch-toggle-item-last{border-right:none;}.touch-toggle li a{display:block;font-size:12px;}.touch-toggle li i{display:inline-block;width:32px;height:32px;overflow:hidden;margin-top:30px;background-repeat:no-repeat;background-position:center center;background-size:contain;}.touch-toggle .touch-icon-language{background-image:url(/themes/custom/huacai/images/touch-icon-language.png);}.touch-toggle .touch-icon-user{background-image:url(/themes/custom/huacai/images/touch-icon-user.png);}.touch-toggle .touch-icon-search{background-image:url(/themes/custom/huacai/images/head_pic2.png);}.touch-toggle .touch-icon-menu{background-image:url(/themes/custom/huacai/images/head_pic1.png);}.touch-toggle li span{display:none;text-align:center;}.drawer-section{display:none;}.drawer-section-menu{}.touch-toggle-content{clear:both;}.touch-menu{clear:both;}.touch-menu .touch-menu-item-head{display:flex;align-items:stretch;}.touch-menu ul li{border-bottom:1px solid #333;position:relative;}.touch-menu ul li a{color:#fff;display:flex;align-items:center;font-size:18px;min-height:48px;line-height:1.45;padding:0 0 0 2%;box-sizing:border-box;}.touch-menu .touch-menu-link{flex:1 1 auto;min-width:0;}.touch-menu .touch-menu-link > span{flex:1 1 auto;min-width:0;}.touch-menu .touch-submenu-toggle{flex:0 0 56px;display:flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;-webkit-appearance:none;appearance:none;cursor:pointer;}.touch-menu ul li a:hover,.touch-menu ul li a:active{background-color:#004ce5;color:#fff;}.touch-menu .touch-submenu-toggle:hover,.touch-menu .touch-submenu-toggle:active{background-color:#004ce5;}.touch-menu ul li i{display:block;width:13px;height:13px;overflow:hidden;background-position:center center;background-repeat:no-repeat;background-size:contain;}.touch-menu .touch-submenu-toggle i{position:static;top:auto;right:auto;}.touch-menu ul li i.touch-arrow-right{display:none;background-image:url(/themes/custom/huacai/images/touch-arrow-r.png);}.touch-menu ul li i.touch-arrow-down{background-image:url(/themes/custom/huacai/images/touch-arrow-d.png);}.touch-menu ul li i.touch-arrow-up{background-image:url(/themes/custom/huacai/images/touch-arrow-u.png);}.touch-menu ul li a:hover i.touch-arrow-down{background-image:url(/themes/custom/huacai/images/touch-arrow-d2.png);}.touch-menu ul li a:hover i.touch-arrow-up{background-image:url(/themes/custom/huacai/images/touch-arrow-u2.png);}.touch-menu ul ul{display:none;margin:0;padding:0 0px 30px 0px;}.touch-menu ul ul li{border-bottom:none;margin:0;padding:0;}.touch-menu ul ul li a{padding:0 0 0 3%;font-size:16px;min-height:38px;line-height:1.45;text-transform:uppercase;}.touch-menu ul ul li i{top:13px;}.touch-menu .closetitle{padding-top:10px;padding-bottom:12px;text-align:center;}.touch-menu .closetitle img{margin:0 auto;height:20px;width:auto;}.search_div{clear:both;width:100%;overflow:hidden;padding-top:2%;padding-bottom:2%;display:none;}.search_div .search_con{width:92%;margin:0 auto;border:1px solid #cdcdcd;height:40px !important;line-height:40px;}.search_div .search_con .input1{text-indent:15px;width:88%;float:left;border:0;background:none;height:100%;font-size:16px;outline:none;color:#bbb;}.search_div .search_con .bnt1{-webkit-appearance:none;float:right;width:12%;max-width:60px;background:url(/themes/custom/huacai/images/head_pic2.png) 50% center no-repeat;background-size:auto 55%;border:0;height:100%;cursor:pointer;}.f_bg{overflow:hidden;background:#313131;color:#8f8f8f;font-size:12px;clear:both;padding-top:2%;padding-bottom:2%;}.f_bg_div{width:96%;max-width:1300px;margin:0 auto;}.f_bg a{color:#8f8f8f;text-decoration:none;}.f_bg a:hover{color:#fff;}.f_bg .links{float:left;padding-right:4%;margin-right:4%;overflow:hidden;padding-bottom:2%;}.f_bg .links h2{font-size:18px;line-height:38px;font-weight:normal;margin-bottom:10px;color:#c7c7c7;}.f_bg .links ul li{display:block;height:38px;line-height:38px;overflow:hidden;}.f_bg .links ul li a{transition:all 0.3s;padding-right:5px;}.f_bg .links ul li a:hover{margin-left:5px;padding-right:0;}.f_bg .f_div2_r2{float:right;text-align:center;padding-bottom:2%;}.f_bg .f_div2_r2 img{display:block;width:118px;margin:0 auto;margin-bottom:10px;margin-top:5px;}.f_bg .f_div2_r{float:left;overflow:hidden;margin-right:3%;}.f_bg .f_div2_r h2{font-size:18px;line-height:38px;font-weight:normal;margin-bottom:10px;color:#c7c7c7;}.f_bg .f_div2_r span{display:block;color:#8f8f8f;line-height:30px;padding-top:2%;clear:both;}.f_bg .f_div2_r a{line-height:20px;font-weight:normal;margin-bottom:4px;padding-bottom:8px;color:#afafaf;font-size:26px;font-family:Arial;}.f_bg .f_div2_r a:Hover{transition:all 0.3s;opacity:0.8;filter:Alpha(opacity=80);}.foot_a{height:41px;width:135px;display:block;margin-top:10px;}.f_div3{line-height:24px;min-height:24px;background-color:#313131;border-top:1px solid #424242;clear:both;overflow:hidden;font-size:14px;padding-top:8px;padding-bottom:8px;color:#8f8f8f;}.f_div3 a{color:#8f8f8f;}.f_div3 a:hover{color:#fff;transition:all 0.3s;filter:Alpha(Opacity=80);opacity:0.8;}.right_ul{height:46px;line-height:46px;overflow:hidden;border-top:2px solid #dedede;position:fixed;width:100%;bottom:0;left:0;display:none;background-color:#fff;}.right_ul ul li{width:25%;float:left;overflow:hidden;text-align:center;font-size:14px;}.right_ul ul li img{height:22px;margin:0 auto;}.right_ul ul li a{display:block;border-right:1px solid #dedede;}.right_ul ul li:last-child a{border:0;}#hidden{z-index:2147483647;display:none;background:#000;filter:alpha(opacity=0);left:0px;opacity:0;position:fixed;width:3000px;height:100%;padding-top:28%;text-align:center;top:0;}#hiddenimg{opacity:1;display:none;position:fixed;left:0%;width:100%;height:300px;padding-top:0;z-index:2147483647;top:28%;text-align:center;}#hiddenimg img{width:90%;max-width:300px;margin:0 auto;}#hiddenimg2{text-align:center;}.weixinclose{position:fixed;right:2%;top:2%;color:#fff;font-size:30px;cursor:pointer;z-index:2147483648;font-weight:normal;display:none;}.case_bgs{z-index:19891024;background:url(/themes/custom/huacai/images/about_bg.png) repeat;width:100%;height:100%;position:fixed;left:0;top:0;display:none;}.case_tc{z-index:19891025;width:90%;left:50%;margin-left:-46%;position:absolute;overflow:hidden;top:270px;height:0;display:none;}.case_tc .case_box{width:94%;margin:0 auto;max-width:740px;background:#00a1e9;border:6px solid #b3b3b3;border-radius:6px;overflow:hidden;}.case_tc .case_box2{width:94%;margin:0 auto;max-width:1028px;background:#fff;overflow:hidden;}.case_tc .case_divs{position:relative;width:100%;}.case_tc .case_divs .closed{right:0%;position:absolute;top:0%;cursor:pointer;}.case_tc .case_divs .closed:hover{filter:Alpha(Opacity=80);opacity:0.8;transition:all 0.3s;}.case_tc .case_divs .closed2{right:15px;position:absolute;top:15px;cursor:pointer;}.case_tc .case_divs .closed2:hover{filter:Alpha(Opacity=80);opacity:0.8;transition:all 0.3s;}.case_tc #tc_big{width:100%;display:block;}.case_tc .case_divs .case_txt{padding:12px;color:#fff;font-size:14px;line-height:22px;padding-top:6px;padding-bottom:6px;}.case_tc .case_divs .case_txt h2{font-size:14px;line-height:40px;font-weight:normal;}.case_tc .case_divs .case_txt2{max-width:890px;width:94%;margin:0 auto;color:#333;font-size:14px;line-height:22px;padding-top:50px;padding-bottom:50px;}.case_tc .case_divs .case_txt2 h2{font-size:18px;line-height:40px;margin-bottom:1%;}.case_tc .case_divs .case_txt3{max-width:890px;width:94%;margin:0 auto;color:#333;font-size:14px;line-height:22px;padding-top:50px;padding-bottom:30px;}.case_tc .case_divs .case_txt3 dl dt{font-weight:bold;font-size:18px;height:36px;line-height:36px;color:#333333;}.case_tc .case_divs .case_txt3 dl dd:first-child{font-size:14px;}.case_tc .case_divs .case_txt3 dl dd{color:#555555;font-size:13px;line-height:28px;border-bottom:1px dashed #cccccc;padding-bottom:2%;margin-bottom:2%;}.case_tc .case_divs .case_txt3 dl dd h3{font-size:16px;height:30px;line-height:30px;}.case_tc .case_divs .case_txt3 dl dd:last-child{border-bottom:0;}.case_tc .case_divs .case_txt3 dl dd .job_a{display:block;width:150px;height:44px;overflow:hidden;background-color:#409EFF;color:#fff;font-size:14px;line-height:44px;border-radius:6px;margin-top:50px;text-align:center;transition:all 0.3s;}.case_tc .case_divs .case_txt3 dl dd .job_a:hover{color:#fff;filter:Alpha(Opacity=80);opacity:0.8;}@media screen and (max-width:1600px){.f50{font-size:47px;}.f44{font-size:40px;}.f41{font-size:38px;}.f40{font-size:37px;}.f38{font-size:36px;}.f36{font-size:35px;}}@media screen and (max-width:1440px){.f50{font-size:45px;}.f44{font-size:38px;}.f41{font-size:36px;}.f40{font-size:35px;}.f38{font-size:34px;}.f36{font-size:33px;}}@media screen and (max-width:1310px){.header-v1 .top-main .top_r{display:none;}}@media screen and (max-width:1200px){.f50{font-size:41px;}.f44{font-size:36px;}.f41{font-size:32px;}.f40{font-size:31px;}.f38{font-size:30px;}.f36{font-size:29px;}.f16{font-size:14px;}.f_bg .links{padding-right:3%;margin-right:3%;}.f_bg .f_div2_r{margin-right:1%;}}@media screen and (max-width:1100px){.f50{font-size:39px;}.f44{font-size:32px;}.f41{font-size:30px;}.f40{font-size:29px;}.f38{font-size:28px;}.f36{font-size:27px;}.f28{font-size:22px;}.f24{font-size:20px;}.f22{font-size:18px;}.f18{font-size:16px;}.blank_h{height:90px;}.nav-hide .blank_h{height:90px;}.header-v1{display:none;}.touch-top{display:block;}.top_search{width:90%;overflow:hidden;margin-bottom:10px;margin-top:0;background:url(/themes/custom/huacai/images/search_bg.png) #eee right center no-repeat;margin-right:5%;}.f_bg .links{padding-right:2.8%;margin-right:2.8%;}.f_bg .f_div2_r a{font-size:18px;}}@media screen and (max-width:960px){.f50{font-size:36px;}.f44{font-size:30px;}.f41{font-size:28px;}.f40{font-size:27px;}.f38{font-size:26px;}.f36{font-size:25px;}.f24{font-size:18px;}.f_bg .links{display:none;}.f_bg .f_div2_r2{margin-top:2%;}.f_bg .f_div2_r{width:40%;margin-top:2%;}}@media screen and (max-width:830px){.f50{font-size:34px;}.f44{font-size:28px;}.f41{font-size:27px;}.f40{font-size:26px;}.f38{font-size:25px;}.f36{font-size:24px;}.f32{font-size:27px;}.f30{font-size:26px;}.f28{font-size:20px;}.f24{font-size:17px;}.f22{font-size:16px;}.f18{font-size:14px;}.f_div3{text-align:center;font-size:12px;}.f_div3 .l{display:block;width:100%;}.f_div3 .l label{display:block;}.f_div3 .r{display:block;width:100%;}}@media screen and (max-width:780px){.f50{font-size:30px;}.f40{font-size:25px;}.f38{font-size:24px;}.f36{font-size:23px;}.side{display:none;}.right_ul{display:block;}}@media screen and (max-width:640px){.f50{font-size:28px;}.f40{font-size:23px;}.f38{font-size:22px;}.f36{font-size:21px;}.f32{font-size:21px;}.f30{font-size:20px;}.f28{font-size:18px;}.f24{font-size:16px;}.f22{font-size:14px;}.f18{font-size:13px;}.f16{font-size:13px;}.blank_h{height:80px;}.touch-top-wrapper .touch-logo img{height:80px;}.touch-toggle li i{margin-top:20px;}.touch-menu ul li a{font-size:16px;height:40px;line-height:40px;}.touch-menu ul ul li a{font-size:14px;}}@media screen and (max-width:480px){.f50{font-size:25px;}.f40{font-size:19px;}.f38{font-size:18px;}.f36{font-size:18px;}.f32{font-size:17px;}.f28{font-size:15px;}.f18{font-size:12px;}.blank_h{height:70px;}.nav-hide .blank_h{height:70px;}.touch-top-wrapper .touch-logo img{height:40px;padding:12px 0;}.touch-toggle li{padding-left:8px;padding-right:8px;}.touch-toggle li i{width:26px;height:26px;margin-top:23px;}.f_bg .f_div2_r2{width:42%;}.f_bg .f_div2_r2 img{width:80%;height:auto;max-width:118px;}.f_bg .f_div2_r{width:45%;}}@media screen and (max-width:360px){.f50{font-size:23px;}.f40{font-size:17px;}.f38{font-size:16px;}.f36{font-size:17px;}.f32{font-size:16px;}.f28{font-size:14px;}}.baidu_ditu{width:100%;height:25rem;margin:0 auto;border:#ccc solid 1px;margin-bottom:2rem;}@media screen and (max-width:767px){body .baidu_ditu{width:96%;height:20rem;margin:0 auto;border:#ccc solid 1px;margin-bottom:2rem;}}.footx a{display:inline-block;margin-right:10px}body.page-home{background:#f5f7fb;color:#0f172a;}body.page-home .header-v1{height:72px;background:rgba(255,255,255,0.97);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 1px 0 rgba(15,23,42,0.06);border-bottom:0;}body.nav-hide.page-home .header-v1{height:72px;}body.page-home .header-v1 .top-main{max-width:1440px;}body.page-home .header-v1 .stitch-header-shell{height:72px;padding:0 2.6%;display:flex;align-items:center;gap:16px;}body.nav-hide.page-home .header-v1 .stitch-header-shell{height:72px;}body.page-home .header-v1 .top-main .logo1{float:none;margin-left:0;height:auto;display:flex;align-items:center;gap:10px;flex:0 0 auto;margin-right:20px;}body.page-home .header-v1 .top-main .logo1 .site-brandmark{display:flex;align-items:center;justify-content:center;}body.page-home .header-v1 .top-main .logo1 img{height:48px;width:auto;max-width:60px;object-fit:contain;}body.nav-hide.page-home .header-v1 .top-main .logo1 img{margin-top:0;height:48px;}body.page-home .site-brand-copy{display:flex;flex-direction:column;gap:4px;}body.page-home .site-brand-copy strong{font-family:"STZhongsong","Songti SC","Noto Serif SC","Microsoft YaHei",serif;font-size:32px;line-height:1;font-weight:700;letter-spacing:0.08em;color:#ef4444;white-space:nowrap;}body.page-home .site-brand-copy span{font-size:10px;line-height:1.3;font-weight:700;letter-spacing:0.22em;text-transform:uppercase;color:#94a3b8;}body.page-home .header-v1 .top-main .top-main-content{flex:1;display:flex;align-items:center;justify-content:flex-end;gap:12px;text-align:left;}body.page-home .navBar{flex:1;min-width:0;}body.page-home .nav{display:flex;align-items:center;justify-content:flex-end;gap:8px;}body.page-home .nav .m{float:none;margin:0;position:relative;flex:0 0 auto;min-width:auto;text-align:center;}body.page-home .nav h3{height:64px;overflow:visible;}body.page-home .nav h3 a span{height:64px;}body.page-home .nav h3 a span:after{display:none;}body.page-home .nav li:hover span{transform:none;}body.page-home .nav .m h3 a{position:relative;display:block;height:64px;line-height:64px;padding:0 16px;color:#475569;font-size:15px;font-weight:600;letter-spacing:0.02em;white-space:nowrap;}body.nav-hide.page-home .nav .m h3 a{height:64px;line-height:64px;}body.page-home .nav .m h3 a:after{content:"";position:absolute;left:50%;bottom:0;width:24px;margin-left:-12px;height:3px;border-radius:3px 3px 0 0;background:var(--stitch-red);opacity:0;transform:scaleX(0.5);transition:all 0.25s ease;right:auto;}body.page-home .nav .m.on h3 a,body.page-home .nav .m h3 a:hover{color:#ef4444;}body.page-home .nav .m.on h3 a:after,body.page-home .nav .m h3 a:hover:after{opacity:1;transform:scaleX(1);}body.page-home .nav .m .sub{top:100%;margin-top:0;padding-top:12px;width:auto;left:50%;transform:translateX(-50%);background:none;}body.page-home .nav .m .sub ul{min-width:140px;width:auto;padding:12px 0;margin:0;background:rgba(255,255,255,0.98);border-radius:16px;border:1px solid rgba(15,23,42,0.06);box-shadow:0 20px 48px rgba(15,23,42,0.12);}body.page-home .nav .m .sub ul li{height:auto;line-height:1.6;display:block;margin:0;}body.page-home .nav .m .sub ul li a{display:block;padding:10px 24px;font-size:14px;font-weight:600;color:#475569;text-transform:none;height:auto;border:none;}body.page-home .nav .m .sub ul li a:hover{background:#f8fafc;color:var(--stitch-red);border:none;}body.page-home .top_search{float:none;height:72px;width:auto;margin-right:0;flex:0 0 auto;position:relative;display:flex;align-items:center;}body.nav-hide.page-home .top_search{height:72px;}body.page-home .top-phone-copy{position:relative;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;padding:0;border:1px solid rgba(15,23,42,0.1);border-radius:999px;background:rgba(248,250,252,0.92);box-shadow:0 10px 24px rgba(15,23,42,0.08);cursor:pointer;-webkit-appearance:none;appearance:none;transition:transform 0.2s ease,box-shadow 0.2s ease,border-color 0.2s ease,background-color 0.2s ease;}body.page-home .top-phone-copy:hover,body.page-home .top-phone-copy:focus-visible,body.page-home .top-phone-copy.is-copied{border-color:rgba(220,38,38,0.18);background:#fff;box-shadow:0 14px 30px rgba(15,23,42,0.12);transform:translateY(-1px);}body.page-home .top-phone-copy__icon{display:block;width:22px;height:22px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230f172a' stroke-width='2.05' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.9.33 1.78.63 2.62a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.46-1.2a2 2 0 0 1 2.11-.45c.84.3 1.72.51 2.62.63A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E") center center / 20px 20px no-repeat;opacity:0.9;transition:transform 0.2s ease,opacity 0.2s ease,filter 0.2s ease;}body.page-home .top-phone-copy:hover .top-phone-copy__icon,body.page-home .top-phone-copy:focus-visible .top-phone-copy__icon,body.page-home .top-phone-copy.is-copied .top-phone-copy__icon{opacity:1;transform:scale(1.04);filter:saturate(1.05);}body.page-home .top-phone-copy__feedback{position:absolute;top:50%;right:calc(100% + 10px);transform:translateY(-50%) translateX(6px);padding:8px 12px;border-radius:999px;background:#fff;border:1px solid rgba(15,23,42,0.08);box-shadow:0 18px 36px rgba(15,23,42,0.14);color:#0f172a;font-size:12px;font-weight:700;line-height:1;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity 0.2s ease,transform 0.2s ease;}body.page-home .top-phone-copy.is-copied .top-phone-copy__feedback{opacity:1;transform:translateY(-50%) translateX(0);}body.page-home .top_search em{position:relative;display:flex;align-items:center;justify-content:center;background:none;}body.page-home .top_search em:before{content:"";width:15px;height:15px;border:2px solid #0f172a;border-radius:50%;box-sizing:border-box;}body.page-home .top_search em:after{content:"";position:absolute;width:8px;height:2px;background:#0f172a;border-radius:999px;transform:translate(8px,7px) rotate(45deg);}body.page-home .top_search .search_con{right:-8px;bottom:-88px;width:320px;height:auto;padding:16px;background:#fff;border-radius:22px;border:1px solid rgba(15,23,42,0.08);box-shadow:0 26px 60px rgba(15,23,42,0.15);}body.page-home .top_search .search_con .input1{width:226px;height:48px;line-height:48px;margin-left:0;padding-left:16px;padding-right:16px;border-radius:14px;background:#f8fafc;color:#0f172a;font-size:14px;}body.page-home .top_search .search_con .bnts{width:48px;height:48px;border-radius:14px;border:0;font-size:0;color:transparent;text-indent:-9999px;overflow:hidden;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='6.5'/%3E%3Cpath d='M16 16l4.2 4.2'/%3E%3C/svg%3E") center center / 18px 18px no-repeat,linear-gradient(135deg,#ff4d39 0%,#ff8f3c 100%);}body.page-home .top_search .s_icon{display:block;width:100%;height:100%;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230f172a' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='M21 21l-4.35-4.35'/%3E%3C/svg%3E") center center / 18px 18px no-repeat;opacity:0.7;transition:opacity 0.2s ease;}body.page-home .top_search .s_icon:hover{opacity:1;}body.page-home .top_search .search_con .bnts:hover{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='6.5'/%3E%3Cpath d='M16 16l4.2 4.2'/%3E%3C/svg%3E") center center / 18px 18px no-repeat,linear-gradient(135deg,#ff6048 0%,#ff9b4f 100%);}body.page-home .blank_h{height:72px;}body.nav-hide.page-home .blank_h{height:66px;}body.page-home .touch-top{background:rgba(255,255,255,0.96);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 18px 48px rgba(15,23,42,0.08);}body.page-home .touch_bg{background:rgba(15,23,42,0.34);opacity:1;}body.page-home .touch-top-wrapper{width:94%;max-width:1320px;display:flex;align-items:center;justify-content:space-between;padding:14px 0;}body.page-home .touch-top-wrapper .touch-logo{display:flex;align-items:center;gap:12px;}body.page-home .touch-top-wrapper .touch-logo img{height:56px;padding:0;}body.page-home .touch-brand-copy{display:flex;flex-direction:column;gap:4px;}body.page-home .touch-brand-copy strong{font-family:"Manrope","Microsoft YaHei","PingFang SC",sans-serif;font-size:23px;line-height:1;font-weight:800;letter-spacing:-0.04em;color:#ef4444;}body.page-home .touch-brand-copy span{font-size:9px;line-height:1.3;font-weight:700;letter-spacing:0.26em;text-transform:uppercase;color:#94a3b8;}body.page-home .touch-navigation{display:flex;align-items:center;}body.page-home .touch-toggle{position:static;}body.page-home .touch-toggle ul{display:flex;align-items:center;gap:10px;}body.page-home .touch-toggle li{padding:0;height:auto;}body.page-home .touch-toggle li a{display:flex;align-items:center;justify-content:center;gap:0;width:48px;min-width:48px;height:48px;min-height:48px;padding:0;border-radius:18px;border:0;background:linear-gradient(180deg,#203a59 0%,#12253b 100%);color:#fff;font-size:0;font-weight:700;box-shadow:0 14px 30px rgba(15,23,42,0.2);transition:transform 160ms ease,box-shadow 160ms ease,background 160ms ease;}body.page-home .touch-toggle li i{margin-top:0;width:22px;height:22px;}body.page-home .touch-toggle li a:hover,body.page-home .touch-toggle li a:active,body.page-home .touch-toggle li a.is-open{background:linear-gradient(180deg,#f97316 0%,#ea580c 100%);box-shadow:0 16px 32px rgba(234,88,12,0.28);transform:translateY(-1px);}body.page-home .drawer-section.search_div{padding-bottom:20px;}body.page-home .drawer-section.search_div .search_con{width:92%;max-width:720px;margin:0 auto;padding:12px;background:#fff;border-radius:22px;box-shadow:0 22px 48px rgba(15,23,42,0.12);}body.page-home .drawer-section.search_div .input1{height:46px;line-height:46px;background:#f8fafc;border-radius:14px;}body.page-home .drawer-section-menu{padding-top:0;max-height:calc(100vh - 84px);overflow-y:auto;-webkit-overflow-scrolling:touch;}body.page-home .touch-menu{background:linear-gradient(180deg,#ffffff 0%,#fff6ef 100%);border-radius:0 0 30px 30px;box-shadow:0 22px 48px rgba(15,23,42,0.12);overflow:hidden;}body.page-home .touch-menu > ul > li{border-bottom:0;}body.page-home .touch-menu .touch-menu-item-head{border-bottom:1px solid rgba(15,23,42,0.06);}body.page-home .touch-menu .touch-menu-link{display:flex;align-items:center;min-height:52px;padding:0 14px 0 22px;border-bottom:1px solid rgba(15,23,42,0.06);font-size:16px;font-weight:700;color:#0f172a;}body.page-home .touch-menu .touch-menu-link span,body.page-home .touch-menu ul ul li a span{color:inherit;}body.page-home .touch-menu .touch-menu-link:hover,body.page-home .touch-menu .touch-menu-link:active{background:rgba(37,99,235,0.04);color:#0f172a;}body.page-home .touch-menu .touch-menu-item.has-children > .touch-menu-item-head .touch-menu-link{border-bottom:0;}body.page-home .touch-menu .touch-submenu-toggle{flex-basis:58px;border-left:1px solid rgba(15,23,42,0.06);}body.page-home .touch-menu .touch-submenu-toggle i{width:14px;height:14px;}body.page-home .touch-menu .touch-submenu-toggle:hover,body.page-home .touch-menu .touch-menu-item.is-open > .touch-menu-item-head .touch-submenu-toggle{background:rgba(37,99,235,0.06);}body.page-home .touch-menu ul ul{background:rgba(248,250,252,0.9);}body.page-home .touch-menu ul ul li a{display:flex;align-items:center;min-height:46px;padding:0 22px 0 38px;font-size:14px;font-weight:600;color:#475569;}body.page-home .touch-menu ul ul li a:hover,body.page-home .touch-menu ul ul li a:active{color:#0f172a;}body.page-home .closetitle{padding:18px 0;text-align:center;background:#fff;}body.page-home .f_bg{position:relative;padding:72px 0 36px;background:linear-gradient(180deg,#0c1628 0%,#07101d 100%);color:#94a3b8;}body.page-home .f_bg:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 12% 0%,rgba(37,87,244,0.16),transparent 34%),radial-gradient(circle at 88% 18%,rgba(255,120,63,0.14),transparent 28%);pointer-events:none;}body.page-home .f_bg_div{position:relative;z-index:1;max-width:1320px;display:flex;flex-wrap:wrap;align-items:flex-start;gap:28px;}body.page-home .f_bg a{color:#94a3b8;}body.page-home .f_bg .links{float:none;flex:1 1 150px;min-width:140px;padding-right:0;margin-right:0;padding-bottom:0;}body.page-home .f_bg .links h2{position:relative;margin-bottom:18px;padding-bottom:14px;font-size:18px;line-height:1.3;font-weight:800;color:#fff;}body.page-home .f_bg .links h2:after{content:"";position:absolute;left:0;bottom:0;width:28px;height:3px;border-radius:2px;background:var(--stitch-red);}body.page-home .f_bg .links h2 a{color:#fff;}body.page-home .f_bg .links ul li{height:auto;line-height:1.7;margin-bottom:10px;}body.page-home .f_bg .links ul li a{padding-right:0;font-size:14px;font-weight:500;}body.page-home .f_bg .links ul li a:hover{margin-left:0;color:#fff;}body.page-home .f_bg .f_div2_r{float:none;flex:1 1 300px;max-width:380px;margin-left:auto;margin-right:0;padding:36px 32px;border-radius:28px;background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.12);box-shadow:inset 0 1px 0 rgba(255,255,255,0.06),0 20px 40px rgba(0,0,0,0.15);}body.page-home .stitch-footer-kicker{margin-bottom:8px;font-size:12px;line-height:1.6;font-weight:800;letter-spacing:0.22em;text-transform:uppercase;color:#ff9861;}body.page-home .f_bg .f_div2_r h2{margin-bottom:8px;font-size:26px;line-height:1.2;font-weight:800;color:#fff;}body.page-home .f_bg .f_div2_r > a{display:inline-block;margin-bottom:10px;padding-bottom:0;font-family:"Manrope","Microsoft YaHei","PingFang SC",sans-serif;font-size:34px;line-height:1.1;font-weight:800;color:#fff;}body.page-home .f_bg .f_div2_r > span{padding-top:0;font-size:13px;line-height:1.8;color:#94a3b8;}body.page-home .foot_a{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:auto;height:auto;margin-top:20px;padding:13px 20px;border-radius:999px;background:linear-gradient(135deg,#ff4d39 0%,#ff8f3c 100%);box-shadow:0 18px 30px rgba(255,102,54,0.24);}body.page-home .foot_a img{width:18px;height:18px;}body.page-home .foot_a span{padding-top:0;color:#fff;font-size:14px;font-weight:800;line-height:1;}body.page-home .f_bg .f_div2_r2{float:none;flex:0 0 164px;padding:18px;border-radius:26px;background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.12);box-shadow:0 20px 40px rgba(0,0,0,0.15);text-align:center;}body.page-home .f_bg .f_div2_r2 img{width:128px;margin-top:0;margin-bottom:12px;border-radius:12px;background:#fff;padding:4px;}body.page-home .f_bg .f_div2_r2 p{margin-top:0;color:#e2e8f0;font-size:13px;line-height:1.6;font-weight:500;}body.page-home .f_div3{padding:18px 0;background:#040b16;border-top:1px solid rgba(148,163,184,0.14);color:#64748b;}body.page-home .f_div3 .footx{display:flex;align-items:center;justify-content:center;text-align:center;}body.page-home .page-home-floating{position:fixed;right:26px;bottom:28px;z-index:90;display:flex;flex-direction:column;gap:12px;}body.page-home .page-home-floating-main{position:relative;width:86px;min-height:92px;padding:16px 14px;border-radius:28px;background:linear-gradient(180deg,#ff7a45 0%,#ff4d39 100%);color:#fff;font-size:13px;line-height:1.45;font-weight:800;text-align:center;display:flex;align-items:center;justify-content:center;box-shadow:0 24px 44px rgba(255,102,54,0.28);}body.page-home .page-home-floating-main b{position:absolute;top:-6px;right:-4px;width:24px;height:24px;border-radius:50%;background:#ef4444;border:2px solid #fff;display:flex;align-items:center;justify-content:center;font-size:11px;line-height:1;}body.page-home .page-home-floating-top{width:60px;height:60px;border-radius:22px;background:rgba(255,255,255,0.96);color:#0f172a;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;letter-spacing:0.18em;box-shadow:0 18px 36px rgba(15,23,42,0.16);}@media screen and (max-width:1400px){body.page-home .header-v1 .stitch-header-shell{gap:18px;}body.page-home .nav .m h3 a{padding:0 12px;}body.page-home .site-brand-copy strong{font-size:24px;}}@media screen and (max-width:1200px){body.page-home .f_bg .links{flex-basis:130px;}}@media screen and (max-width:1100px){body.page-home .blank_h,body.nav-hide.page-home .blank_h{height:88px;}body.page-home .touch-top-wrapper .touch-logo img{height:52px;}body.page-home .f_bg{padding-top:58px;}body.page-home .f_bg .f_div2_r{max-width:none;margin-left:0;}body.page-home .f_bg .f_div2_r2{flex-basis:156px;}}@media screen and (max-width:780px){body.page-home .f_bg_div{gap:22px;}body.page-home .f_bg .links{display:block;flex:1 1 calc(50% - 22px);min-width:calc(50% - 22px);}body.page-home .f_bg .f_div2_r,body.page-home .f_bg .f_div2_r2{width:auto;}body.page-home .page-home-floating{right:16px;bottom:18px;}body.page-home .page-home-floating-main{width:78px;min-height:84px;padding:14px 12px;}}@media screen and (max-width:640px){body.page-home .blank_h,body.nav-hide.page-home .blank_h{height:84px;}body.page-home .touch-top-wrapper{padding:12px 0;}body.page-home .touch-top-wrapper .touch-logo img{height:48px;}body.page-home .touch-brand-copy strong{font-size:19px;}body.page-home .touch-toggle ul{gap:8px;}body.page-home .touch-toggle li a{width:42px;min-width:42px;height:42px;min-height:42px;}body.page-home .f_bg .links{flex-basis:100%;min-width:100%;}body.page-home .f_bg .f_div2_r > a{font-size:28px;}}@media screen and (max-width:480px){body.page-home .blank_h,body.nav-hide.page-home .blank_h{height:76px;}body.page-home .touch-top-wrapper .touch-logo img{height:42px;padding:0;}body.page-home .touch-brand-copy strong{font-size:17px;}body.page-home .touch-brand-copy span{letter-spacing:0.18em;}body.page-home .touch-toggle li a{width:40px;min-width:40px;height:40px;min-height:40px;}body.page-home .drawer-section.search_div .search_con{width:94%;}body.page-home .f_bg{padding-top:28px;}body.page-home .f_bg .f_div2_r{padding:22px;}body.page-home .f_bg .f_div2_r2{flex-basis:100%;max-width:180px;}body.page-home .page-home-floating{right:12px;bottom:14px;}body.page-home .page-home-floating-top{width:52px;height:52px;border-radius:18px;}}.stitch-footer-cards{display:flex;gap:16px;margin-top:0;margin-left:auto;flex-shrink:0;flex-wrap:wrap;align-self:stretch;}.stitch-footer-card{background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.08);border-radius:24px;padding:24px;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 10px 40px rgba(0,0,0,0.2);display:flex;flex-direction:column;justify-content:center;transition:all 0.35s cubic-bezier(0.16,1,0.3,1);flex:1 1 180px;min-width:0;box-sizing:border-box;}.stitch-footer-card:hover{background:rgba(255,255,255,0.06);border-color:rgba(255,255,255,0.15);transform:translateY(-4px);}.stitch-footer-card.is-contact{width:300px;max-width:100%;align-items:flex-start;}.stitch-footer-card.is-qrcode{width:180px;max-width:100%;align-items:center;text-align:center;}.stitch-footer-kicker{font-size:13px;color:#f59e0b;font-weight:700;margin-bottom:12px;letter-spacing:0.06em;text-transform:uppercase;}.stitch-footer-card h2{font-size:24px;color:#fff;margin:0 0 16px 0;font-weight:800;line-height:1;}.stitch-footer-tel{font-size:clamp(24px,3.2vw,28px);font-weight:800;color:#fff;font-family:'Manrope',sans-serif;text-decoration:none;line-height:1.08;margin-bottom:12px;display:block;transition:color 0.3s;overflow-wrap:anywhere;}.stitch-footer-tel:hover{color:#3b82f6;}.stitch-footer-time{font-size:13px;color:rgba(255,255,255,0.4);margin-bottom:28px;line-height:1.5;}.stitch-footer-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,#1d4ed8,#3b82f6);color:#fff;padding:14px 24px;border-radius:14px;font-size:15px;font-weight:600;text-decoration:none;transition:all 0.3s ease;border:none;box-shadow:0 8px 24px rgba(59,130,246,0.3);width:100%;min-height:52px;max-width:100%;box-sizing:border-box;}.stitch-footer-btn:hover{box-shadow:0 12px 32px rgba(59,130,246,0.5);transform:translateY(-2px);color:#fff;}.stitch-footer-btn .material-symbols-outlined{font-size:22px;}.stitch-qrcode-wrap{background:#fff;padding:10px;border-radius:16px;margin-bottom:16px;width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px rgba(0,0,0,0.2);}.stitch-qrcode-wrap img{width:100%;height:100%;object-fit:contain;border-radius:8px;}.stitch-footer-card.is-qrcode > span{font-size:14px;color:rgba(255,255,255,0.6);font-weight:500;}@media (max-width:900px){.stitch-footer-cards{float:none;width:100%;margin-left:0;flex:1 1 100%;flex-shrink:1;flex-direction:column;margin-top:40px;align-items:flex-start;gap:16px;}.stitch-footer-card.is-contact,.stitch-footer-card.is-qrcode{width:100%;max-width:100%;}.stitch-footer-card.is-qrcode{align-items:flex-start;text-align:left;}.stitch-qrcode-wrap{width:120px;}}@media (max-width:640px){body.page-home .f_bg{padding-top:36px;}.stitch-footer-cards{gap:12px;margin-top:20px;}.stitch-footer-card{padding:20px 18px;border-radius:20px;}.stitch-footer-kicker{margin-bottom:6px;font-size:11px;letter-spacing:0.16em;}.stitch-footer-card h2{margin-bottom:10px;font-size:22px;}.stitch-footer-tel{margin-bottom:8px;font-size:24px;}.stitch-footer-time{margin-bottom:16px;font-size:12px;}.stitch-footer-card.is-qrcode{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;width:auto;max-width:156px;text-align:center;align-self:flex-start;}.stitch-footer-btn{min-height:48px;padding:0 16px;border-radius:14px;font-size:14px;}.stitch-qrcode-wrap{width:96px;margin-bottom:0;padding:8px;border-radius:14px;}.stitch-footer-card.is-qrcode > span{width:100%;font-size:13px;line-height:1.5;color:rgba(255,255,255,0.72);}}body.page-inner{--stitch-red:#c8161d;--stitch-orange:#ff5e3a;--stitch-blue:#2f54eb;--stitch-blue-deep:#2042c7;--stitch-ink:#0f172a;--stitch-slate:#64748b;--stitch-soft:#f5f7fb;background:#f5f7fb;color:#0f172a;}body.page-inner .wrap,body.page-inner .wrap2{width:94%;max-width:1320px;}body.page-inner .f_bg{position:relative;padding:72px 0 36px;background:linear-gradient(180deg,#0c1628 0%,#07101d 100%);color:#94a3b8;}body.page-inner .f_bg:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 12% 0%,rgba(37,87,244,0.16),transparent 34%),radial-gradient(circle at 88% 18%,rgba(255,120,63,0.14),transparent 28%);pointer-events:none;}body.page-inner .f_bg_div{position:relative;z-index:1;max-width:1320px;display:flex;flex-wrap:wrap;align-items:flex-start;gap:28px;}body.page-inner .f_bg a{color:#94a3b8;}body.page-inner .f_bg .links{float:none;flex:1 1 150px;min-width:140px;padding-right:0;margin-right:0;padding-bottom:0;}body.page-inner .f_bg .links h2{position:relative;margin-bottom:18px;padding-bottom:14px;font-size:18px;line-height:1.3;font-weight:800;color:#fff;}body.page-inner .f_bg .links h2:after{content:"";position:absolute;left:0;bottom:0;width:28px;height:3px;border-radius:2px;background:var(--stitch-red);}body.page-inner .f_bg .links h2 a{color:#fff;}body.page-inner .f_bg .links ul li{height:auto;line-height:1.7;margin-bottom:10px;}body.page-inner .f_bg .links ul li a{padding-right:0;font-size:14px;font-weight:500;color:#94a3b8;transition:color 0.2s;}body.page-inner .f_bg .links ul li a:hover{margin-left:0;color:#fff;}body.page-inner .f_div3{padding:18px 0;background:#040b16;border-top:1px solid rgba(148,163,184,0.14);color:#64748b;}body.page-inner .f_div3 .footx{display:flex;align-items:center;justify-content:center;text-align:center;}body.page-inner .header-v1{height:72px;background:rgba(255,255,255,0.97);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 1px 0 rgba(15,23,42,0.06);border-bottom:0;}body.nav-hide.page-inner .header-v1{height:72px;}body.page-inner .header-v1 .top-main{max-width:1440px;}body.page-inner .header-v1 .stitch-header-shell{height:72px;padding:0 2.5%;display:flex;align-items:center;gap:14px;}body.page-inner .header-v1 .top-main .logo1{float:none;margin-left:0;height:auto;display:flex;align-items:center;gap:10px;flex:0 0 auto;}body.page-inner .header-v1 .top-main .logo1 .site-brandmark{display:flex;align-items:center;justify-content:center;}body.page-inner .header-v1 .top-main .logo1 img{height:48px;width:auto;max-width:60px;object-fit:contain;}body.page-inner .site-brand-copy{display:flex;flex-direction:column;gap:4px;}body.page-inner .site-brand-copy strong{font-family:"Manrope","Microsoft YaHei","PingFang SC",sans-serif;font-size:24px;line-height:1;font-weight:800;letter-spacing:-0.03em;color:#ef4444;}body.page-inner .site-brand-copy span{font-size:10px;line-height:1.3;font-weight:700;letter-spacing:0.22em;text-transform:uppercase;color:#94a3b8;}body.page-inner .header-v1 .top-main .top-main-content{flex:1;display:flex;align-items:center;justify-content:flex-end;gap:10px;text-align:left;}body.page-inner .navBar{flex:1;}body.page-inner .nav{display:flex;align-items:center;justify-content:flex-end;gap:0;}body.page-inner .nav .m{float:none;margin:0;position:relative;}body.page-inner .nav h3{height:72px;overflow:visible;}body.page-inner .nav h3 a span{height:72px;}body.page-inner .nav h3 a span:after{display:none;}body.page-inner .nav li:hover span{transform:none;}body.page-inner .nav .m h3 a{position:relative;display:block;height:72px;line-height:72px;padding:0 16px;color:#475569;font-size:14px;font-weight:700;letter-spacing:0.02em;}body.page-inner .nav .m h3 a:after{content:"";position:absolute;left:50%;bottom:0;width:24px;margin-left:-12px;height:3px;border-radius:3px 3px 0 0;background:var(--stitch-red);opacity:0;transform:scaleX(0.5);transition:all 0.25s ease;}body.page-inner .nav .m.on h3 a,body.page-inner .nav .m h3 a:hover{color:#ef4444;}body.page-inner .nav .m.on h3 a:after,body.page-inner .nav .m h3 a:hover:after{opacity:1;transform:scaleX(1);}body.page-inner .nav .m .sub{top:100%;margin-top:0;padding-top:12px;width:auto;left:50%;transform:translateX(-50%);background:none;}body.page-inner .nav .m .sub ul{min-width:140px;width:auto;padding:12px 0;margin:0;background:rgba(255,255,255,0.98);border-radius:16px;border:1px solid rgba(15,23,42,0.06);box-shadow:0 20px 48px rgba(15,23,42,0.12);}body.page-inner .nav .m .sub ul li{height:auto;line-height:1.6;display:block;margin:0;}body.page-inner .nav .m .sub ul li a{display:block;padding:10px 24px;font-size:14px;font-weight:600;color:#475569;text-transform:none;height:auto;border:none;}body.page-inner .nav .m .sub ul li a:hover{background:#f8fafc;color:var(--stitch-red);border:none;}body.page-inner .top_search{float:none;height:72px;width:auto;margin-right:0;flex:0 0 auto;position:relative;display:flex;align-items:center;}body.page-inner .top-phone-copy{position:relative;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;padding:0;border:1px solid rgba(15,23,42,0.1);border-radius:999px;background:rgba(248,250,252,0.92);box-shadow:0 10px 24px rgba(15,23,42,0.08);cursor:pointer;-webkit-appearance:none;appearance:none;transition:transform 0.2s ease,box-shadow 0.2s ease,border-color 0.2s ease,background-color 0.2s ease;}body.page-inner .top-phone-copy:hover,body.page-inner .top-phone-copy:focus-visible,body.page-inner .top-phone-copy.is-copied{border-color:rgba(220,38,38,0.18);background:#fff;box-shadow:0 14px 30px rgba(15,23,42,0.12);transform:translateY(-1px);}body.page-inner .top-phone-copy__icon{display:block;width:22px;height:22px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230f172a' stroke-width='2.05' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.9.33 1.78.63 2.62a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.46-1.2a2 2 0 0 1 2.11-.45c.84.3 1.72.51 2.62.63A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E") center center / 20px 20px no-repeat;opacity:0.9;transition:transform 0.2s ease,opacity 0.2s ease,filter 0.2s ease;}body.page-inner .top-phone-copy:hover .top-phone-copy__icon,body.page-inner .top-phone-copy:focus-visible .top-phone-copy__icon,body.page-inner .top-phone-copy.is-copied .top-phone-copy__icon{opacity:1;transform:scale(1.04);filter:saturate(1.05);}body.page-inner .top-phone-copy__feedback{position:absolute;top:50%;right:calc(100% + 10px);transform:translateY(-50%) translateX(6px);padding:8px 12px;border-radius:999px;background:#fff;border:1px solid rgba(15,23,42,0.08);box-shadow:0 18px 36px rgba(15,23,42,0.14);color:#0f172a;font-size:12px;font-weight:700;line-height:1;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity 0.2s ease,transform 0.2s ease;}body.page-inner .top-phone-copy.is-copied .top-phone-copy__feedback{opacity:1;transform:translateY(-50%) translateX(0);}body.page-inner .top_search em{position:relative;display:flex;align-items:center;justify-content:center;background:none;}body.page-inner .top_search em:before{content:"";width:15px;height:15px;border:2px solid #0f172a;border-radius:50%;box-sizing:border-box;}body.page-inner .top_search em:after{content:"";position:absolute;width:8px;height:2px;background:#0f172a;border-radius:999px;transform:translate(8px,7px) rotate(45deg);}body.page-inner .top_search .search_con{right:-8px;bottom:-88px;width:320px;height:auto;padding:16px;background:#fff;border-radius:22px;border:1px solid rgba(15,23,42,0.08);box-shadow:0 26px 60px rgba(15,23,42,0.15);}body.page-inner .top_search .search_con .input1{width:226px;height:48px;line-height:48px;margin-left:0;padding-left:16px;padding-right:16px;border-radius:14px;background:#f8fafc;color:#0f172a;font-size:14px;}body.page-inner .top_search .search_con .bnts{width:48px;height:48px;border-radius:14px;border:0;font-size:0;color:transparent;text-indent:-9999px;overflow:hidden;background:linear-gradient(135deg,#ff4d39 0%,#ff8f3c 100%);}body.page-inner .blank_h{height:72px;}body.page-inner .touch-top{background:rgba(255,255,255,0.96);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 18px 48px rgba(15,23,42,0.08);}body.page-inner .touch_bg{background:rgba(15,23,42,0.34);opacity:1;}body.page-inner .touch-top-wrapper{width:94%;max-width:1320px;display:flex;align-items:center;justify-content:space-between;padding:14px 0;}body.page-inner .touch-top-wrapper .touch-logo{display:flex;align-items:center;gap:12px;}body.page-inner .touch-top-wrapper .touch-logo img{height:56px;padding:0;}body.page-inner .touch-brand-copy{display:flex;flex-direction:column;gap:4px;}body.page-inner .touch-brand-copy strong{font-family:"Manrope","Microsoft YaHei","PingFang SC",sans-serif;font-size:23px;line-height:1;font-weight:800;letter-spacing:-0.04em;color:#ef4444;}body.page-inner .touch-brand-copy span{font-size:9px;line-height:1.3;font-weight:700;letter-spacing:0.26em;text-transform:uppercase;color:#94a3b8;}body.page-inner .touch-navigation{display:flex;align-items:center;}body.page-inner .touch-toggle{position:static;}body.page-inner .touch-toggle ul{display:flex;align-items:center;gap:10px;}body.page-inner .touch-toggle li{padding:0;height:auto;}body.page-inner .touch-toggle li a{display:flex;align-items:center;justify-content:center;gap:0;width:48px;min-width:48px;height:48px;min-height:48px;padding:0;border-radius:18px;border:0;background:linear-gradient(180deg,#203a59 0%,#12253b 100%);color:#fff;font-size:0;font-weight:700;box-shadow:0 14px 30px rgba(15,23,42,0.2);transition:transform 160ms ease,box-shadow 160ms ease,background 160ms ease;}body.page-inner .touch-toggle li i{margin-top:0;width:22px;height:22px;}body.page-inner .touch-toggle li a:hover,body.page-inner .touch-toggle li a:active,body.page-inner .touch-toggle li a.is-open{background:linear-gradient(180deg,#f97316 0%,#ea580c 100%);box-shadow:0 16px 32px rgba(234,88,12,0.28);transform:translateY(-1px);}body.page-inner .drawer-section.search_div .search_con{width:94%;max-width:1320px;margin:0 auto;}body.page-inner .drawer-section-menu{padding-top:0;max-height:calc(100vh - 84px);overflow-y:auto;-webkit-overflow-scrolling:touch;}body.page-inner .touch-menu{background:linear-gradient(180deg,#ffffff 0%,#fff6ef 100%);border-radius:0 0 30px 30px;box-shadow:0 22px 48px rgba(15,23,42,0.12);overflow:hidden;}body.page-inner .touch-menu > ul > li{border-bottom:0;}body.page-inner .touch-menu .touch-menu-item-head{border-bottom:1px solid rgba(15,23,42,0.06);}body.page-inner .touch-menu .touch-menu-link,body.page-inner .touch-menu > ul > li > a:not(.touch-menu-link){display:flex;align-items:center;min-height:52px;padding:0 14px 0 22px;color:#0f172a;font-size:16px;font-weight:700;}body.page-inner .touch-menu .touch-menu-link span,body.page-inner .touch-menu > ul > li > a:not(.touch-menu-link) span,body.page-inner .touch-menu ul ul li a span{color:inherit;}body.page-inner .touch-menu .touch-menu-link:hover,body.page-inner .touch-menu > ul > li > a:not(.touch-menu-link):hover,body.page-inner .touch-menu .touch-menu-link:active,body.page-inner .touch-menu > ul > li > a:not(.touch-menu-link):active{background:rgba(37,99,235,0.04);color:#0f172a;}body.page-inner .touch-menu .touch-menu-item.has-children > .touch-menu-item-head .touch-menu-link{border-bottom:0;}body.page-inner .touch-menu .touch-submenu-toggle{flex-basis:58px;border-left:1px solid rgba(15,23,42,0.06);}body.page-inner .touch-menu .touch-submenu-toggle i{width:14px;height:14px;}body.page-inner .touch-menu .touch-submenu-toggle:hover,body.page-inner .touch-menu .touch-menu-item.is-open > .touch-menu-item-head .touch-submenu-toggle{background:rgba(37,99,235,0.06);}body.page-inner .touch-menu ul ul{background:rgba(248,250,252,0.9);}body.page-inner .touch-menu ul ul li a{display:flex;align-items:center;min-height:46px;padding:0 22px 0 38px;font-size:14px;font-weight:600;color:#475569;}body.page-inner .touch-menu ul ul li a:hover,body.page-inner .touch-menu ul ul li a:active{color:#0f172a;}body.page-inner .closetitle{padding:18px 0;text-align:center;background:#fff;}@media (max-width:1180px){body.page-inner .site-brand-copy span,body.page-inner .top_search{display:none;}body.page-inner .nav .m h3 a{padding:0 12px;font-size:13px;}}@media (max-width:640px){body.page-inner .blank_h,body.nav-hide.page-inner .blank_h{height:84px;}body.page-inner .touch-top-wrapper{padding:12px 0;}body.page-inner .touch-top-wrapper .touch-logo img{height:48px;}body.page-inner .touch-brand-copy strong{font-size:19px;}body.page-inner .touch-toggle ul{gap:8px;}body.page-inner .touch-toggle li a{width:42px;min-width:42px;height:42px;min-height:42px;}}@media (max-width:480px){body.page-inner .blank_h,body.nav-hide.page-inner .blank_h{height:76px;}body.page-inner .touch-top-wrapper .touch-logo img{height:42px;padding:0;}body.page-inner .touch-brand-copy strong{font-size:17px;}body.page-inner .touch-brand-copy span{letter-spacing:0.18em;}body.page-inner .touch-toggle li a{width:40px;min-width:40px;height:40px;min-height:40px;}body.page-inner .drawer-section.search_div .search_con{width:94%;}}@media (max-width:640px){body.page-home .f_bg_div,body.page-inner .f_bg_div{gap:12px;}body.page-home .f_bg .links,body.page-inner .f_bg .links{display:none;}body.page-home .stitch-footer-cards,body.page-inner .stitch-footer-cards{margin-top:0;}}body.page-home .header-v1,body.page-inner .header-v1{background:rgba(255,255,255,0.97);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 1px 0 rgba(15,23,42,0.06);border-bottom:0;height:72px;}body.page-home .header-v1 .top-main,body.page-inner .header-v1 .top-main{max-width:1440px;}body.page-home .header-v1 .stitch-header-shell,body.page-inner .header-v1 .stitch-header-shell{height:72px;padding:0 2.6%;display:flex;align-items:center;gap:16px;}body.page-home .header-v1 .top-main .logo1,body.page-inner .header-v1 .top-main .logo1{float:none;margin-left:0;height:auto;display:flex;align-items:center;gap:10px;flex:0 0 auto;margin-right:20px;}body.page-home .header-v1 .top-main .logo1 .site-brandmark,body.page-inner .header-v1 .top-main .logo1 .site-brandmark{display:flex;align-items:center;justify-content:center;}body.page-home .header-v1 .top-main .logo1 img,body.page-inner .header-v1 .top-main .logo1 img{height:48px;width:auto;max-width:60px;object-fit:contain;}body.page-home .site-brand-copy,body.page-inner .site-brand-copy{display:flex;flex-direction:column;gap:4px;}body.page-home .site-brand-copy strong,body.page-inner .site-brand-copy strong{font-family:"STZhongsong","Songti SC","Noto Serif SC","Microsoft YaHei",serif;font-size:32px;line-height:1;font-weight:700;letter-spacing:0.08em;color:#ef4444;white-space:nowrap;}body.page-home .header-v1 .top-main .top-main-content,body.page-inner .header-v1 .top-main .top-main-content{flex:1;display:flex;align-items:center;justify-content:flex-end;gap:8px;text-align:left;}body.page-home .navBar,body.page-inner .navBar{flex:1;min-width:0;}body.page-home .nav,body.page-inner .nav{display:flex;align-items:center;justify-content:flex-end;gap:4px;}body.page-home .nav .m,body.page-inner .nav .m{float:none;margin:0;position:relative;flex:0 0 auto;min-width:auto;text-align:center;}body.page-home .nav h3,body.page-inner .nav h3{height:64px;overflow:visible;}body.page-home .nav h3 a span,body.page-inner .nav h3 a span{height:64px;}body.page-home .nav h3 a span:after,body.page-inner .nav h3 a span:after{display:none;}body.page-home .nav li:hover span,body.page-inner .nav li:hover span{transform:none;}body.page-home .nav .m h3 a,body.page-inner .nav .m h3 a{position:relative;display:block;height:64px;line-height:64px;padding:0 12px;color:#475569;font-size:14px;font-weight:600;letter-spacing:0.01em;white-space:nowrap;}body.page-home .nav .m h3 a:after,body.page-inner .nav .m h3 a:after{content:"";position:absolute;left:50%;bottom:0;width:24px;margin-left:-12px;height:3px;border-radius:3px 3px 0 0;background:var(--stitch-red);opacity:0;transform:scaleX(0.5);transition:all 0.25s ease;right:auto;}body.page-home .nav .m.on h3 a,body.page-home .nav .m h3 a:hover,body.page-inner .nav .m.on h3 a,body.page-inner .nav .m h3 a:hover{color:#ef4444;}body.page-home .nav .m.on h3 a:after,body.page-home .nav .m h3 a:hover:after,body.page-inner .nav .m.on h3 a:after,body.page-inner .nav .m h3 a:hover:after{opacity:1;transform:scaleX(1);}body.page-home .nav .m .sub,body.page-inner .nav .m .sub{top:100%;margin-top:0;padding-top:12px;width:auto;left:50%;transform:translateX(-50%);background:none;}body.page-home .nav .m .sub ul,body.page-inner .nav .m .sub ul{min-width:140px;width:auto;padding:12px 0;margin:0;background:rgba(255,255,255,0.98);border-radius:16px;border:1px solid rgba(15,23,42,0.06);box-shadow:0 20px 48px rgba(15,23,42,0.12);}body.page-home .nav .m .sub ul li,body.page-inner .nav .m .sub ul li{height:auto;line-height:1.6;display:block;margin:0;}body.page-home .nav .m .sub ul li a,body.page-inner .nav .m .sub ul li a{display:block;padding:10px 24px;font-size:14px;font-weight:600;color:#475569;text-transform:none;height:auto;border:none;}body.page-home .nav .m .sub ul li a:hover,body.page-inner .nav .m .sub ul li a:hover{background:#f8fafc;color:var(--stitch-red);border:none;}body.page-home .top_search,body.page-inner .top_search{float:none;height:72px;width:auto;margin-right:0;flex:0 0 auto;position:relative;display:flex;align-items:center;}body.page-home .top-phone-copy,body.page-inner .top-phone-copy{position:relative;display:inline-flex;align-items:center;justify-content:flex-start;gap:6px;width:auto;min-width:0;height:38px;padding:0 10px 0 6px;border:1px solid rgba(220,38,38,0.12);border-radius:999px;background:linear-gradient(135deg,#fff4f5 0%,#fffaf7 100%);box-shadow:0 8px 18px rgba(220,38,38,0.1);cursor:pointer;-webkit-appearance:none;appearance:none;transition:transform 0.2s ease,box-shadow 0.2s ease,border-color 0.2s ease,background-color 0.2s ease;}body.page-home .top-phone-copy:hover,body.page-home .top-phone-copy:focus-visible,body.page-home .top-phone-copy.is-copied,body.page-inner .top-phone-copy:hover,body.page-inner .top-phone-copy:focus-visible,body.page-inner .top-phone-copy.is-copied{border-color:rgba(220,38,38,0.24);background:linear-gradient(135deg,#ffe9ec 0%,#fff3e8 100%);box-shadow:0 14px 30px rgba(220,38,38,0.18);transform:translateY(-1px);}body.page-home .top-phone-copy__icon,body.page-inner .top-phone-copy__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:24px;height:24px;border-radius:999px;background:linear-gradient(135deg,#ef4444 0%,#f97316 100%);box-shadow:0 4px 10px rgba(220,38,38,0.2);opacity:0.96;transition:transform 0.2s ease,opacity 0.2s ease,filter 0.2s ease,background-color 0.2s ease;}body.page-home .top-phone-copy__icon::before,body.page-inner .top-phone-copy__icon::before{content:"";display:block;width:12px;height:12px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.05' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.9.33 1.78.63 2.62a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.46-1.2a2 2 0 0 1 2.11-.45c.84.3 1.72.51 2.62.63A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E") center center / contain no-repeat;}body.page-home .top-phone-copy__meta,body.page-inner .top-phone-copy__meta{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:0;min-width:0;white-space:nowrap;}body.page-home .top-phone-copy__value,body.page-inner .top-phone-copy__value{color:#7f1d1d;font-family:"Manrope","Inter","Microsoft YaHei",sans-serif;font-size:13px;font-weight:800;line-height:1;letter-spacing:0;font-variant-numeric:tabular-nums;}body.page-home .top-phone-copy:hover .top-phone-copy__icon,body.page-home .top-phone-copy:focus-visible .top-phone-copy__icon,body.page-home .top-phone-copy.is-copied .top-phone-copy__icon,body.page-inner .top-phone-copy:hover .top-phone-copy__icon,body.page-inner .top-phone-copy:focus-visible .top-phone-copy__icon,body.page-inner .top-phone-copy.is-copied .top-phone-copy__icon{opacity:1;transform:scale(1.04);filter:saturate(1.05);}body.page-home .top-phone-copy:hover .top-phone-copy__value,body.page-home .top-phone-copy:focus-visible .top-phone-copy__value,body.page-home .top-phone-copy.is-copied .top-phone-copy__value,body.page-inner .top-phone-copy:hover .top-phone-copy__value,body.page-inner .top-phone-copy:focus-visible .top-phone-copy__value,body.page-inner .top-phone-copy.is-copied .top-phone-copy__value{color:#c8161d;}body.page-home .top-phone-copy__feedback,body.page-inner .top-phone-copy__feedback{position:absolute;top:calc(100% + 10px);right:0;transform:translateY(-6px);padding:8px 12px;border-radius:999px;background:#fff;border:1px solid rgba(15,23,42,0.08);box-shadow:0 18px 36px rgba(15,23,42,0.14);color:#0f172a;font-size:12px;font-weight:700;line-height:1;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity 0.2s ease,transform 0.2s ease;}body.page-home .top-phone-copy.is-copied .top-phone-copy__feedback,body.page-inner .top-phone-copy.is-copied .top-phone-copy__feedback{opacity:1;transform:translateY(0);}body.page-home .blank_h,body.page-inner .blank_h{height:72px;}body.page-home .touch-top,body.page-inner .touch-top{background:rgba(255,255,255,0.96);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 18px 48px rgba(15,23,42,0.08);}body.page-home .touch_bg,body.page-inner .touch_bg{background:rgba(15,23,42,0.34);opacity:1;}body.page-home .touch-top-wrapper,body.page-inner .touch-top-wrapper{width:94%;max-width:1320px;display:flex;align-items:center;justify-content:space-between;padding:14px 0;}body.page-home .touch-top-wrapper.clearfix::before,body.page-home .touch-top-wrapper.clearfix::after,body.page-inner .touch-top-wrapper.clearfix::before,body.page-inner .touch-top-wrapper.clearfix::after{content:none;display:none;}body.page-home .touch-top-wrapper .touch-logo,body.page-inner .touch-top-wrapper .touch-logo{display:flex;align-items:center;gap:12px;}body.page-home .touch-top-wrapper .touch-logo img,body.page-inner .touch-top-wrapper .touch-logo img{height:56px;padding:0;}body.page-home .touch-brand-copy,body.page-inner .touch-brand-copy{display:flex;flex-direction:column;gap:4px;}body.page-home .touch-brand-copy strong,body.page-inner .touch-brand-copy strong{font-family:"Manrope","Microsoft YaHei","PingFang SC",sans-serif;font-size:23px;line-height:1;font-weight:800;letter-spacing:-0.04em;color:#ef4444;}body.page-home .touch-navigation,body.page-inner .touch-navigation{display:flex;align-items:center;}body.page-home .touch-toggle,body.page-inner .touch-toggle{position:static;}body.page-home .touch-toggle ul,body.page-inner .touch-toggle ul{display:flex;align-items:center;gap:10px;}body.page-home .touch-toggle li,body.page-inner .touch-toggle li{padding:0;height:auto;}body.page-home .touch-toggle li a,body.page-inner .touch-toggle li a{display:flex;align-items:center;justify-content:center;gap:0;width:46px;min-width:46px;height:46px;min-height:46px;padding:0;border-radius:16px;border:1px solid rgba(255,120,63,0.16);background:#fff7ed;color:#0f172a;font-size:0;font-weight:700;box-shadow:0 10px 24px rgba(15,23,42,0.08);}body.page-home .touch-toggle li i,body.page-inner .touch-toggle li i{margin-top:0;width:22px;height:22px;}body.page-home .touch-menu,body.page-inner .touch-menu{background:linear-gradient(180deg,#ffffff 0%,#fff6ef 100%);border-radius:0 0 30px 30px;box-shadow:0 22px 48px rgba(15,23,42,0.12);overflow:hidden;}body.page-home .touch-menu .touch-menu-link,body.page-inner .touch-menu .touch-menu-link{display:flex;align-items:center;min-height:52px;padding:0 14px 0 22px;border-bottom:1px solid rgba(15,23,42,0.06);font-size:16px;font-weight:700;color:#0f172a;}body.page-home .touch-menu .touch-menu-link:hover,body.page-home .touch-menu .touch-menu-link:active,body.page-inner .touch-menu .touch-menu-link:hover,body.page-inner .touch-menu .touch-menu-link:active{background:rgba(37,99,235,0.04);color:#0f172a;}body.page-home .touch-menu .touch-menu-item.has-children > .touch-menu-item-head .touch-menu-link,body.page-inner .touch-menu .touch-menu-item.has-children > .touch-menu-item-head .touch-menu-link{border-bottom:0;}body.page-home .touch-menu .touch-submenu-toggle,body.page-inner .touch-menu .touch-submenu-toggle{flex-basis:58px;border-left:1px solid rgba(15,23,42,0.06);}body.page-home .touch-menu .touch-submenu-toggle i,body.page-inner .touch-menu .touch-submenu-toggle i{width:14px;height:14px;}body.page-home .touch-menu .touch-submenu-toggle:hover,body.page-home .touch-menu .touch-menu-item.is-open > .touch-menu-item-head .touch-submenu-toggle,body.page-inner .touch-menu .touch-submenu-toggle:hover,body.page-inner .touch-menu .touch-menu-item.is-open > .touch-menu-item-head .touch-submenu-toggle{background:rgba(37,99,235,0.06);}body.page-home .touch-menu ul ul,body.page-inner .touch-menu ul ul{background:rgba(248,250,252,0.9);}body.page-home .touch-menu ul ul li a,body.page-inner .touch-menu ul ul li a{display:flex;align-items:center;min-height:46px;padding:0 22px 0 38px;font-size:14px;font-weight:600;color:#475569;}body.page-home .touch-menu ul ul li a:hover,body.page-home .touch-menu ul ul li a:active,body.page-inner .touch-menu ul ul li a:hover,body.page-inner .touch-menu ul ul li a:active{color:#0f172a;}body.page-home .closetitle,body.page-inner .closetitle{padding:18px 0;text-align:center;background:#fff;}body.page-home .f_bg,body.page-inner .f_bg{position:relative;padding:72px 0 36px;background:linear-gradient(180deg,#0c1628 0%,#07101d 100%);color:#94a3b8;}body.page-home .f_bg:before,body.page-inner .f_bg:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 12% 0%,rgba(37,87,244,0.16),transparent 34%),radial-gradient(circle at 88% 18%,rgba(255,120,63,0.14),transparent 28%);pointer-events:none;}body.page-home .f_bg_div,body.page-inner .f_bg_div{position:relative;z-index:1;max-width:1320px;display:flex;flex-wrap:wrap;align-items:flex-start;gap:28px;}body.page-home .f_bg a,body.page-inner .f_bg a{color:#94a3b8;}body.page-home .f_bg .links,body.page-inner .f_bg .links{float:none;flex:1 1 150px;min-width:140px;padding-right:0;margin-right:0;padding-bottom:0;}body.page-home .f_bg .links h2,body.page-inner .f_bg .links h2{position:relative;margin-bottom:18px;padding-bottom:14px;font-size:18px;line-height:1.3;font-weight:800;color:#fff;}body.page-home .f_bg .links h2:after,body.page-inner .f_bg .links h2:after{content:"";position:absolute;left:0;bottom:0;width:28px;height:3px;border-radius:2px;background:var(--stitch-red);}body.page-home .f_bg .links h2 a,body.page-inner .f_bg .links h2 a{color:#fff;}body.page-home .f_bg .links ul li,body.page-inner .f_bg .links ul li{height:auto;line-height:1.7;margin-bottom:10px;}body.page-home .f_bg .links ul li a,body.page-inner .f_bg .links ul li a{padding-right:0;font-size:14px;font-weight:500;}body.page-home .f_bg .links ul li a:hover,body.page-inner .f_bg .links ul li a:hover{margin-left:0;color:#fff;}@media screen and (min-width:641px){body.page-home .f_bg .links[data-hux-footer-group],body.page-inner .f_bg .links[data-hux-footer-group]{overflow:visible;}body.page-home .f_bg .links[data-hux-footer-group] > .links__summary,body.page-inner .f_bg .links[data-hux-footer-group] > .links__summary{display:block;padding:0;list-style:none;cursor:default;}body.page-home .f_bg .links[data-hux-footer-group] > .links__summary::-webkit-details-marker,body.page-inner .f_bg .links[data-hux-footer-group] > .links__summary::-webkit-details-marker{display:none;}body.page-home .f_bg .links[data-hux-footer-group] .links__title,body.page-inner .f_bg .links[data-hux-footer-group] .links__title{position:relative;display:block;margin-bottom:18px;padding-bottom:14px;font-size:18px;line-height:1.3;font-weight:800;color:#fff;}body.page-home .f_bg .links[data-hux-footer-group] .links__title::after,body.page-inner .f_bg .links[data-hux-footer-group] .links__title::after{content:"";position:absolute;left:0;bottom:0;width:28px;height:3px;border-radius:2px;background:var(--stitch-red);}body.page-home .f_bg .links[data-hux-footer-group] .links__title a,body.page-inner .f_bg .links[data-hux-footer-group] .links__title a{color:#fff;}body.page-home .f_bg .links[data-hux-footer-group] .links__toggle,body.page-inner .f_bg .links[data-hux-footer-group] .links__toggle{display:none;}body.page-home .f_bg .links[data-hux-footer-group] > ul,body.page-inner .f_bg .links[data-hux-footer-group] > ul{display:block;padding:0;text-align:left;}body.page-home .f_bg .links[data-hux-footer-group]:not([open]) > ul,body.page-inner .f_bg .links[data-hux-footer-group]:not([open]) > ul{display:block !important;}}body.page-home .f_div3,body.page-inner .f_div3{padding:18px 0;background:#040b16;border-top:1px solid rgba(148,163,184,0.14);color:#64748b;}body.page-home .f_div3 .footx,body.page-inner .f_div3 .footx{display:flex;align-items:center;justify-content:center;text-align:center;}@media screen and (max-width:1400px){body.page-home .header-v1 .stitch-header-shell,body.page-inner .header-v1 .stitch-header-shell{gap:18px;}body.page-home .nav .m h3 a,body.page-inner .nav .m h3 a{padding:0 10px;}body.page-home .site-brand-copy strong,body.page-inner .site-brand-copy strong{font-size:24px;}}@media screen and (max-width:1200px){body.page-home .f_bg .links,body.page-inner .f_bg .links{flex-basis:130px;}}@media screen and (max-width:1100px){body.page-home .blank_h,body.nav-hide.page-home .blank_h,body.page-inner .blank_h,body.nav-hide.page-inner .blank_h{height:88px;}body.page-home .touch-top-wrapper .touch-logo img,body.page-inner .touch-top-wrapper .touch-logo img{height:52px;}body.page-home .f_bg,body.page-inner .f_bg{padding-top:58px;}}@media screen and (max-width:780px){body.page-home .f_bg_div,body.page-inner .f_bg_div{gap:22px;}body.page-home .f_bg .links,body.page-inner .f_bg .links{display:block;flex:1 1 calc(50% - 22px);min-width:calc(50% - 22px);}}@media screen and (max-width:640px){body.page-home .blank_h,body.nav-hide.page-home .blank_h,body.page-inner .blank_h,body.nav-hide.page-inner .blank_h{height:84px;}body.page-home .touch-top-wrapper,body.page-inner .touch-top-wrapper{padding:12px 0;}body.page-home .touch-top-wrapper .touch-logo img,body.page-inner .touch-top-wrapper .touch-logo img{height:48px;}body.page-home .touch-brand-copy strong,body.page-inner .touch-brand-copy strong{font-size:19px;}body.page-home .touch-toggle ul,body.page-inner .touch-toggle ul{gap:8px;}body.page-home .touch-toggle li a,body.page-inner .touch-toggle li a{width:44px;min-width:44px;height:44px;min-height:44px;border-color:rgba(255,120,63,0.24);background:#fff4e6;}body.page-home .f_bg .links,body.page-inner .f_bg .links{flex-basis:100%;min-width:100%;}}@media screen and (max-width:480px){body.page-home .blank_h,body.nav-hide.page-home .blank_h,body.page-inner .blank_h,body.nav-hide.page-inner .blank_h{height:76px;}body.page-home .touch-top-wrapper .touch-logo img,body.page-inner .touch-top-wrapper .touch-logo img{height:42px;padding:0;}body.page-home .touch-brand-copy strong,body.page-inner .touch-brand-copy strong{font-size:17px;}body.page-home .touch-toggle li a,body.page-inner .touch-toggle li a{width:44px;min-width:44px;height:44px;min-height:44px;}}body.page-home .site-brand-copy,body.page-inner .site-brand-copy,body.page-home .touch-brand-copy,body.page-inner .touch-brand-copy{display:none;}body.page-home .header-v1 .top-main .logo1,body.page-inner .header-v1 .top-main .logo1,body.page-home .touch-top-wrapper .touch-logo,body.page-inner .touch-top-wrapper .touch-logo{gap:0;}body.page-home .header-v1 .top-main .logo1 .site-brandmark,body.page-inner .header-v1 .top-main .logo1 .site-brandmark{justify-content:flex-start;}body.page-home .header-v1 .top-main .logo1 img,body.page-inner .header-v1 .top-main .logo1 img{width:auto;height:auto;max-width:216px;max-height:44px;}body.page-home .touch-top-wrapper .touch-logo a,body.page-inner .touch-top-wrapper .touch-logo a{display:flex;align-items:center;}body.page-home .touch-top-wrapper .touch-logo img,body.page-inner .touch-top-wrapper .touch-logo img{width:auto;height:auto;max-width:196px;max-height:42px;}@media screen and (max-width:640px){body.page-home .touch-top-wrapper .touch-logo img,body.page-inner .touch-top-wrapper .touch-logo img{max-width:172px;max-height:38px;}}@media screen and (max-width:480px){body.page-home .touch-top-wrapper .touch-logo img,body.page-inner .touch-top-wrapper .touch-logo img{max-width:152px;max-height:34px;}}:root{--huacai-shell-z-mask:990;--huacai-shell-z-header:1000;--huacai-shell-z-header-popover:1010;}.header-v1{z-index:var(--huacai-shell-z-header);isolation:isolate;}.nav .sub,.top_search .search_con{z-index:var(--huacai-shell-z-header-popover);}.touch-top{z-index:var(--huacai-shell-z-header);}.touch_bg{z-index:var(--huacai-shell-z-mask);}body.page-home .f_bg_div,body.page-inner .f_bg_div{max-width:1320px;}@media (min-width:1200px){body.page-home .f_bg_div,body.page-inner .f_bg_div{flex-wrap:nowrap;gap:16px;}body.page-home .f_bg .links,body.page-inner .f_bg .links{flex:1 1 0;min-width:0;}body.page-home .f_bg .links h2,body.page-inner .f_bg .links h2{font-size:16px;}body.page-home .f_bg .links ul li a,body.page-inner .f_bg .links ul li a{font-size:13px;}}@media (min-width:641px) and (max-width:1199px){body.page-home .f_bg_div,body.page-inner .f_bg_div{flex-wrap:wrap;gap:24px 20px;}body.page-home .f_bg .links,body.page-inner .f_bg .links{display:block;flex:0 1 calc(25% - 15px);min-width:calc(25% - 15px);max-width:calc(25% - 15px);}}@media (max-width:640px){body.page-home .f_bg,body.page-inner .f_bg{padding:28px 0 16px;}body.page-home .f_bg_div,body.page-inner .f_bg_div{width:auto;padding:0 18px;box-sizing:border-box;display:grid;gap:12px;}body.page-home .f_div3 .footx,body.page-inner .f_div3 .footx{padding:0 18px;box-sizing:border-box;}body.page-home .f_bg .links,body.page-inner .f_bg .links{display:block;width:100%;padding-right:0;margin-right:0;padding-bottom:0;border-radius:18px;border:1px solid rgba(255,255,255,0.08);background:rgba(255,255,255,0.03);overflow:hidden;text-align:left;}body.page-home .f_bg .links .links__summary,body.page-inner .f_bg .links .links__summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px;cursor:pointer;list-style:none;}body.page-home .f_bg .links .links__summary::-webkit-details-marker,body.page-inner .f_bg .links .links__summary::-webkit-details-marker{display:none;}body.page-home .f_bg .links h2,body.page-inner .f_bg .links h2{margin:0;padding:0;font-size:15px;line-height:1.3;text-align:left;}body.page-home .f_bg .links .links__title,body.page-inner .f_bg .links .links__title{display:inline-flex;align-items:center;min-width:0;margin:0;padding:0;font-size:15px;line-height:1.35;}body.page-home .f_bg .links .links__title::after,body.page-inner .f_bg .links .links__title::after{content:none;}body.page-home .f_bg .links .links__title a,body.page-inner .f_bg .links .links__title a{color:#f8fafc;font-size:15px;font-weight:700;line-height:1.35;}body.page-home .f_bg .links .links__toggle,body.page-inner .f_bg .links .links__toggle{position:relative;flex:0 0 auto;width:18px;height:18px;}body.page-home .f_bg .links .links__toggle::before,body.page-home .f_bg .links .links__toggle::after,body.page-inner .f_bg .links .links__toggle::before,body.page-inner .f_bg .links .links__toggle::after{content:"";position:absolute;top:50%;left:50%;width:12px;height:1.5px;border-radius:999px;background:rgba(248,250,252,0.78);transform:translate(-50%,-50%);transition:transform 0.18s ease,opacity 0.18s ease;}body.page-home .f_bg .links .links__toggle::after,body.page-inner .f_bg .links .links__toggle::after{transform:translate(-50%,-50%) rotate(90deg);}body.page-home .f_bg .links[open] .links__toggle::after,body.page-inner .f_bg .links[open] .links__toggle::after{opacity:0;transform:translate(-50%,-50%) rotate(90deg) scaleX(0);}body.page-home .f_bg .links ul,body.page-inner .f_bg .links ul{padding:0 18px 16px;text-align:left;}body.page-home .f_bg .links ul li,body.page-inner .f_bg .links ul li{height:auto;margin-bottom:0;line-height:1.5;}body.page-home .f_bg .links ul li a,body.page-inner .f_bg .links ul li a{display:block;padding:9px 0;font-size:13px;line-height:1.5;}body.page-home .f_bg .links ul li + li,body.page-inner .f_bg .links ul li + li{border-top:1px solid rgba(255,255,255,0.05);}body.page-home .f_div3,body.page-inner .f_div3{font-size:12px;text-align:center;}}@media (max-width:767px){html.hux-lock-scroll,body.hux-lock-scroll{overflow:hidden;}body.page-home .touch-top.is-drawer-open,body.page-inner .touch-top.is-drawer-open{background:#fff;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;}body.page-home .touch-top,body.page-inner .touch-top{padding-top:env(safe-area-inset-top,0px);}body.page-home .blank_h,body.page-inner .blank_h{height:calc(72px + env(safe-area-inset-top,0px));}body.page-home .touch-top-wrapper,body.page-inner .touch-top-wrapper{padding:12px 0;}body.page-home .touch-top-wrapper .touch-logo img,body.page-inner .touch-top-wrapper .touch-logo img{height:clamp(42px,12vw,52px);}body.page-home .touch-top.is-drawer-open .touch-toggle-content,body.page-inner .touch-top.is-drawer-open .touch-toggle-content{position:fixed;top:calc(72px + env(safe-area-inset-top,0px));right:0;left:0;bottom:0;z-index:calc(var(--huacai-shell-z-header) - 1);}body.page-home .touch-top.is-drawer-open .drawer-section-menu,body.page-inner .touch-top.is-drawer-open .drawer-section-menu{display:block;height:calc(100dvh - 72px - env(safe-area-inset-top,0px));max-height:none;padding:0 0 max(12px,env(safe-area-inset-bottom,0px));overflow:hidden;}body.page-home .touch-top.is-drawer-open .touch-menu,body.page-inner .touch-top.is-drawer-open .touch-menu{display:flex;flex-direction:column;height:100%;border-radius:0 0 24px 24px;box-shadow:none;}body.page-home .touch-top.is-drawer-open .touch-menu > ul,body.page-inner .touch-top.is-drawer-open .touch-menu > ul{flex:1 1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch;}body.page-home .touch-top.is-drawer-open .closetitle,body.page-inner .touch-top.is-drawer-open .closetitle{position:sticky;bottom:0;flex:0 0 auto;padding-bottom:max(14px,env(safe-area-inset-bottom,0px));box-shadow:0 -12px 24px rgba(15,23,42,0.08);}body.page-home .touch-menu .touch-menu-link,body.page-inner .touch-menu .touch-menu-link{min-height:54px;}body.page-home .f_div3,body.page-inner .f_div3{padding-bottom:max(18px,env(safe-area-inset-bottom,0px));}}
.bx-wrapper{position:relative;margin:0px;padding:0;*zoom:1;}.bx-wrapper ul{margin:0px;padding:0px;}.bx-wrapper img{max-width:100%;display:block;width:100%;}.bx-wrapper .bx-viewport{border:0px solid #fff;left:0px;background:#fff;-webkit-transform:translatez(0);-moz-transform:translatez(0);-ms-transform:translatez(0);-o-transform:translatez(0);transform:translatez(0);}.bx-wrapper .bx-pager,.bx-wrapper .bx-controls-auto{position:absolute;bottom:-30px;width:100%;}.bx-wrapper .bx-loading{min-height:50px;background:url(/themes/custom/huacai/images/bx_loader.gif) center center no-repeat #fff;height:100%;width:100%;position:absolute;top:0;left:0;z-index:2000;}.bx-wrapper .bx-pager{text-align:center;font-size:.85em;font-family:Arial;font-weight:bold;color:#666;padding-top:20px;}.bx-wrapper .bx-pager .bx-pager-item,.bx-wrapper .bx-controls-auto .bx-controls-auto-item{display:inline-block;*zoom:1;*display:inline;}.bx-wrapper .bx-pager.bx-default-pager a{background:#b3b3b3;text-indent:-9999px;display:block;width:10px;height:10px;margin:0 5px;outline:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}.bx-wrapper .bx-pager.bx-default-pager a:hover,.bx-wrapper .bx-pager.bx-default-pager a.active{background:#000;}.bx-wrapper .bx-prev{left:10%;background:url(/themes/custom/huacai/images/i_left.png) no-repeat;}.bx-wrapper .bx-next{right:10%;background:url(/themes/custom/huacai/images/i_right.png) no-repeat;}.bx-wrapper .bx-prev:hover{background:url(/themes/custom/huacai/images/i_left_on.png) no-repeat;}.bx-wrapper .bx-next:hover{background:url(/themes/custom/huacai/images/i_right_on.png) no-repeat;}.bx-wrapper .bx-controls-direction a{position:absolute;top:50%;margin-top:-16px;outline:0;width:31px;height:55px;text-indent:-9999px;}.bx-wrapper .bx-controls-direction a.disabled{display:none;}.bx-wrapper .bx-controls-auto{text-align:center;}.bx-wrapper .bx-controls-auto .bx-start{display:block;text-indent:-9999px;width:10px;height:11px;outline:0;background:url(/themes/custom/huacai/images/controls.png) -86px -11px no-repeat;margin:0 3px;}.bx-wrapper .bx-controls-auto .bx-start:hover,.bx-wrapper .bx-controls-auto .bx-start.active{background-position:-86px 0;}.bx-wrapper .bx-controls-auto .bx-stop{display:block;text-indent:-9999px;width:9px;height:11px;outline:0;background:url(/themes/custom/huacai/images/controls.png) -86px -44px no-repeat;margin:0 3px;}.bx-wrapper .bx-controls-auto .bx-stop:hover,.bx-wrapper .bx-controls-auto .bx-stop.active{background-position:-86px -33px;}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{text-align:left;width:80%;}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{right:0;width:35px;}.bx-wrapper .bx-caption{position:absolute;bottom:0;left:0;background:#666\9;background:rgba(80,80,80,0.75);width:100%;}.bx-wrapper .bx-caption span{color:#fff;font-family:Arial;display:block;font-size:.85em;padding:10px;}#slider{position:relative;}#bx-pager{z-index:1000;position:absolute;bottom:20px;left:0px;width:100%;}#bx-pager .item{text-align:center;}#bx-pager .item a{display:inline-block;margin:10px;border:white 3px solid;position:relative;}#bx-pager .item a .preview{display:none;}#bx-pager .item a:hover{border:#ccc 3px solid;}#bx-pager .item a:hover .preview{display:block;position:absolute;top:-5px;left:-7px;width:200px;height:100px;border:#ccc 3px solid;}.bx-wrapper .bx-pager,.bx-wrapper .bx-controls-auto{position:absolute;bottom:30px;width:100%;}.bx-wrapper .bx-pager.bx-default-pager a{width:50px;height:4px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;margin-bottom:10px;}.bx-wrapper .bx-pager.bx-default-pager a:hover,.bx-wrapper .bx-pager.bx-default-pager a.active{background:#00b9ef}
.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}.owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y;}.owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0px,0px,0px);}.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%;}.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out;}.owl-carousel .owl-item{float:left;}.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor:pointer;}.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);}.grabbing{cursor:url(/themes/custom/huacai/images/grabbing.png) 8 8,move;}.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);}.owl-theme .owl-controls{text-align:center;}.owl-theme .owl-controls .owl-buttons div{color:#FFF;display:inline-block;zoom:1;*display:inline;width:38px;height:74px;text-indent:40px;margin-top:-16%;z-index:9;position:relative;overflow:hidden;-webkit-transition:all 0.3s ease-out 0s;-moz-transition:all 0.3s ease-out 0s;-o-transition:all 0.3s ease-out 0s;transition:all 0.3s ease-out 0s;}.owl-theme .owl-controls .owl-buttons div.owl-prev{background:url(/themes/custom/huacai/images/i_pro_left.png) no-repeat;float:left;}.owl-theme .owl-controls .owl-buttons div.owl-prev:hover{background:url(/themes/custom/huacai/images/i_pro_left_on.png) no-repeat;}.owl-theme .owl-controls .owl-buttons div.owl-next{background:url(/themes/custom/huacai/images/i_pro_right.png) no-repeat;float:right;}.owl-theme .owl-controls .owl-buttons div.owl-next:hover{background:url(/themes/custom/huacai/images/i_pro_right_on.png) no-repeat;}.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none;}.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1;*display:inline;display:none;}.owl-theme .owl-controls .owl-page span{display:block;width:10px;height:10px;margin:5px 5px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background:#ccc;}.owl-theme .owl-controls .owl-page.active span{background:#4cb6ed;}.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#FFF;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;}.owl-item.loading{min-height:150px;background:url(/themes/custom/huacai/images/ajaxloader.gif) no-repeat center center}.flash_div{display:none;}#owl-flash{text-align:center;}#owl-flash.owl-theme .owl-controls{bottom:0px;text-align:center;position:absolute;width:100%;}#owl-flash.owl-theme .owl-controls .owl-pagination{}#owl-flash.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1;*display:inline;}#owl-flash.owl-theme .owl-controls .owl-page span{display:block;width:10px;height:10px;margin:5px 5px;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:50%;background:#b3b3b3;}#owl-flash.owl-theme .owl-controls .owl-page.active span{background:#00a1e9;}#owl-flash.owl-theme .owl-controls .owl-buttons{position:absolute;top:30%;width:100%;left:0;height:0;display:none;}#owl-flash.owl-theme .owl-controls .owl-page{display:inline-block;}#owl-flash .item{margin:0px;}#owl-flash .item img{display:block;width:100%;height:100%;}#owl-flash .item dd{width:100%;}#owl-demo3{text-align:center;}#owl-demo3.owl-theme .owl-pagination{display:none;}#owl-demo3.owl-theme .owl-controls{padding-top:0%;}#owl-demo3.owl-theme .owl-controls .owl-buttons{position:absolute;top:47%;width:100%;left:0;height:0;}#owl-demo3.owl-theme .owl-controls .owl-buttons div{color:#FFF;display:inline-block;zoom:1;*display:inline;width:19px;height:33px;text-indent:60px;overflow:hidden;-webkit-transition:all 0.3s ease-out 0s;-moz-transition:all 0.3s ease-out 0s;-o-transition:all 0.3s ease-out 0s;transition:all 0.3s ease-out 0s;margin-top:0;}#owl-demo3.owl-theme .owl-controls .owl-buttons div.owl-prev{background:url(/themes/custom/huacai/images/i_left2.png) center center no-repeat;float:left;margin-left:-30px;}#owl-demo3.owl-theme .owl-controls .owl-buttons div.owl-prev:hover{filter:Alpha(Opacity=80);opacity:0.8;transition:all 0.3s;}#owl-demo3.owl-theme .owl-controls .owl-buttons div.owl-next{background:url(/themes/custom/huacai/images/i_right2.png) center center no-repeat;float:right;margin-right:-30px;}#owl-demo3.owl-theme .owl-controls .owl-buttons div.owl-next:hover{filter:Alpha(Opacity=80);opacity:0.8;transition:all 0.3s;}#owl-demo3.owl-theme .owl-controls .owl-page{display:inline-block;}#owl-demo3 .item{margin:0px 3%;text-align:center;}#owl-demo3 .item img{display:block;width:100%;height:100%;-webkit-transition:all 1s ease-in-out;-moz-transition:all 1s ease-in-out;-ms-transition:all 1s ease-in-out;-o-transition:all 1s ease-in-out;transition:all 1s ease-in-out;}#owl-demo3 .item dd{width:100%;margin:0 auto;position:relative;overflow:hidden;}#owl-demo3 .item dd .imgs{overflow:hidden;width:100%;}#owl-demo3 .item dd .imgs img{display:block;width:100%;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:all 0.3s ease-out 0s;-moz-transition:all 0.3s ease-out 0s;-o-transition:all 0.3s ease-out 0s;transition:all 0.3s ease-out 0s;}#owl-demo3 .item dd .txts{overflow:hidden;background-color:#fff;transition:all 0.3s;padding-bottom:25px;padding-top:25px;padding-left:26px;padding-right:2%;text-align:left;}#owl-demo3 .item dd .txts h2{height:36px;line-height:36px;overflow:hidden;font-weight:normal;color:#333;}#owl-demo3 .item dd .txts .p{font-size:14px;color:#aaaaaa;line-height:20px;height:20px;overflow:hidden;}#owl-demo3 .item dd:hover .imgs img{-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);transform:scale(1.1,1.1);}#owl-demo3 .item dd:hover .txts h2{color:#014ee7;}#owl-demo3 .item dd .desc{display:none;}#owl-demo2{text-align:center;}#owl-demo2.owl-theme .owl-controls{bottom:5px;text-align:center;position:absolute;width:100%;}#owl-demo2.owl-theme .owl-controls .owl-pagination{text-align:right;padding-right:2%;display:none;}#owl-demo2.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1;*display:inline;}#owl-demo2.owl-theme .owl-controls .owl-page span{display:block;width:10px;height:10px;margin:5px 5px;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:50%;background:#ffffff;}#owl-demo2.owl-theme .owl-controls .owl-page.active span{background:#ec2029;}#owl-demo2.owl-theme .owl-controls .owl-buttons{position:absolute;top:30%;width:100%;left:0;height:0;display:none;}#owl-demo2.owl-theme .owl-controls .owl-page{display:inline-block;}#owl-demo2 .item{margin:0px;}#owl-demo2 .item img{display:block;width:100%;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:all 0.3s ease-out 0s;-moz-transition:all 0.3s ease-out 0s;-o-transition:all 0.3s ease-out 0s;transition:all 0.3s ease-out 0s;}#owl-demo2 .item dd{width:80%;margin:0 auto;text-align:center;}#owl-demo2 .item dd .imgs{margin:0 auto;overflow:hidden;-webkit-box-shadow:0 5px 20px rgba(0,0,0,0.1);box-shadow:0 5px 20px rgba(0,0,0,0.1);-webkit-transform:translate3d(0,-2px,0);transform:translate3d(0,-2px,0);margin-bottom:5%;}#owl-demo2 .item dd:hover .imgs img{-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);transform:scale(1.1,1.1);}#owl-demo2 .item dd h2{font-weight:normal;color:#1d1d1d;margin:0 auto;max-width:450px;margin-bottom:2%;}#owl-demo2 .item dd p{color:#444;line-height:24px;margin:0 auto;max-width:450px;}#owl-demo2 .item dd:hover h2{color:#1d96d2;}#owl-demo4.owl-carousel .owl-wrapper-outer{overflow:visible;}#owl-demo4{text-align:center;margin-top:10%;}#owl-demo4.owl-theme .owl-controls{bottom:5px;text-align:center;position:absolute;width:100%;}#owl-demo4.owl-theme .owl-controls .owl-pagination{text-align:right;padding-right:2%;display:none;}#owl-demo4.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1;*display:inline;}#owl-demo4.owl-theme .owl-controls .owl-page span{display:block;width:10px;height:10px;margin:5px 5px;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:50%;background:#ffffff;}#owl-demo4.owl-theme .owl-controls .owl-page.active span{background:#ec2029;}#owl-demo4.owl-theme .owl-controls .owl-buttons{position:absolute;top:30%;width:100%;left:0;height:0;display:none;}#owl-demo4.owl-theme .owl-controls .owl-page{display:inline-block;}#owl-demo4 .item{margin:0px;}#owl-demo4 .item img{display:block;width:100%;max-width:100px;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:all 0.3s ease-out 0s;-moz-transition:all 0.3s ease-out 0s;-o-transition:all 0.3s ease-out 0s;transition:all 0.3s ease-out 0s;}#owl-demo4 .item dd{width:80%;margin:0 auto;text-align:center;}#owl-demo4 .item dd .imgs{margin:0 auto;-webkit-transform:translate3d(0,-2px,0);transform:translate3d(0,-2px,0);margin-bottom:7%;}#owl-demo4 .item dd:hover .imgs img{-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);transform:scale(1.1,1.1);}#owl-demo4 .item dd h2{font-weight:normal;color:#fff;max-width:212px;line-height:26px;margin:0 auto;margin-bottom:1%;font-size:16px;}#owl-demo4 .item dd p{color:#fff;line-height:24px;margin:0 auto;font-size:16px;}#owl-demo4 .item dd:hover h2{color:#fff;}#owl-demo5.owl-carousel .owl-wrapper-outer{overflow:visible;}#owl-demo5{text-align:center;margin-top:10%;}#owl-demo5.owl-theme .owl-controls{bottom:5px;text-align:center;position:absolute;width:100%;}#owl-demo5.owl-theme .owl-controls .owl-pagination{text-align:right;padding-right:2%;display:none;}#owl-demo5.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1;*display:inline;}#owl-demo5.owl-theme .owl-controls .owl-page span{display:block;width:10px;height:10px;margin:5px 5px;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:50%;background:#ffffff;}#owl-demo5.owl-theme .owl-controls .owl-page.active span{background:#ec2029;}#owl-demo5.owl-theme .owl-controls .owl-buttons{position:absolute;top:30%;width:100%;left:0;height:0;display:none;}#owl-demo5.owl-theme .owl-controls .owl-page{display:inline-block;}#owl-demo5 .item{margin:0px;}#owl-demo5 .item img{display:block;width:100%;max-width:119px;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:all 0.3s ease-out 0s;-moz-transition:all 0.3s ease-out 0s;-o-transition:all 0.3s ease-out 0s;transition:all 0.3s ease-out 0s;}#owl-demo5 .item dd{width:80%;margin:0 auto;text-align:center;}#owl-demo5 .item dd:first-child{margin-bottom:14%;}#owl-demo5 .item dd .imgs{margin:0 auto;-webkit-transform:translate3d(0,-2px,0);transform:translate3d(0,-2px,0);margin-bottom:7%;}#owl-demo5 .item dd:hover .imgs img{-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);transform:scale(1.1,1.1);}#owl-demo5 .item dd h2{font-weight:normal;color:#fff;max-width:212px;line-height:26px;margin:0 auto;margin-bottom:1%;font-size:16px;}#owl-demo5 .item dd p{color:#fff;line-height:24px;margin:0 auto;font-size:16px;}#owl-demo5 .item dd:hover h2{color:#fff;}#owl-demo6{text-align:center;}#owl-demo6.owl-theme .owl-controls{bottom:5px;text-align:center;position:absolute;width:100%;}#owl-demo6.owl-theme .owl-controls .owl-pagination{text-align:right;padding-right:2%;display:none;}#owl-demo6.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1;*display:inline;}#owl-demo6.owl-theme .owl-controls .owl-page span{display:block;width:10px;height:10px;margin:5px 5px;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:50%;background:#ffffff;}#owl-demo6.owl-theme .owl-controls .owl-page.active span{background:#ec2029;}#owl-demo6.owl-theme .owl-controls .owl-buttons{position:absolute;top:30%;width:100%;left:0;height:0;display:none;}#owl-demo6.owl-theme .owl-controls .owl-page{display:inline-block;}#owl-demo6 .item{margin:0px;}#owl-demo6 .item img{display:block;width:100%;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:all 0.3s ease-out 0s;-moz-transition:all 0.3s ease-out 0s;-o-transition:all 0.3s ease-out 0s;transition:all 0.3s ease-out 0s;}#owl-demo6 .item dd{width:90%;margin:0 auto;text-align:center;}#owl-demo6 .item dd .imgs{margin:0 auto;overflow:hidden;margin-bottom:5%;}#owl-demo6 .item dd:hover .imgs img{-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);transform:scale(1.1,1.1);}#owl-demo6 .item dd h2{font-weight:normal;color:#1d1d1d;margin:0 auto;max-width:450px;margin-bottom:2%;}#owl-demo6 .item dd p{color:#444;line-height:24px;margin:0 auto;max-width:450px;}#owl-demo6 .item dd:hover h2{color:#1d96d2;}@media screen and (max-width:1440px){#owl-demo3.owl-theme .owl-controls .owl-buttons div.owl-prev{margin-left:-15px;}#owl-demo3.owl-theme .owl-controls .owl-buttons div.owl-next{margin-right:-15px;}}@media screen and (max-width:1100px){#owl-demo3 .item dd .txts .p{font-size:13px;}}@media screen and (max-width:979px){}@media screen and (max-width:890px){}@media screen and (max-width:830px){}@media screen and (max-width:780px){}@media screen and (max-width:640px){#owl-demo4 .item dd h2{line-height:22px;font-size:14px;}}@media screen and (max-width:480px){#owl-demo3 .item dd .imgs h2{height:42px;line-height:42px;font-size:14px;}#owl-demo3 .item dd .txts h2{font-size:14px;}}@media screen and (max-width:360px){}
.i_product_bg{background-color:#f5f5f5;overflow:hidden;padding-bottom:2.5%;}.i_title{margin-top:5%;margin-bottom:4%;overflow:hidden;text-align:center;}.i_title h2{overflow:hidden;font-weight:bold;color:#000000;letter-spacing:-3px;text-transform:uppercase;font-family:Arial;}.i_title p{background:url(/themes/custom/huacai/images/i_bg1.png) center bottom no-repeat;color:#000000;padding-bottom:15px;}.stitch-inline-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;color:var(--stitch-inline-icon-color,currentColor);}.stitch-inline-icon svg{display:block;width:100%;height:100%;}.stitch-inline-icon svg *{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke;}.stitch-sg-grid{display:grid;grid-template-columns:1.3fr repeat(4,1fr);grid-auto-rows:minmax(0,1fr);gap:0;margin:10px 0 30px;background:#fff;border:1px solid rgba(15,23,42,0.06);border-radius:6px;}.stitch-sg-card{background:transparent;padding:32px 16px 30px;border-right:1px solid rgba(15,23,42,0.05);border-bottom:1px solid rgba(15,23,42,0.05);transition:all 0.3s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;}.stitch-sg-card:nth-child(1){grid-row:span 2;grid-column:1;background:linear-gradient(145deg,#e6f3ff 0%,#d1e4fb 100%);border:1px solid #b3d4ff;box-shadow:0 4px 20px rgba(0,0,0,0.05);z-index:10;border-radius:12px;margin:0;padding:44px 26px;align-items:center;justify-content:flex-start;position:relative;}.stitch-sg-grid:hover .stitch-sg-card:nth-child(1){z-index:10;}.stitch-sg-card:nth-child(1):hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(47,84,235,0.12);border-color:#99c9ff;z-index:15;}.stitch-sg-card:nth-child(1) .stitch-sg-head{flex-direction:column;align-items:center;gap:16px;margin-bottom:32px;}.stitch-sg-card:nth-child(1) .stitch-sg-icon{width:72px;height:72px;background:#ffffff !important;border:none;border-radius:50%;box-shadow:0 8px 24px rgba(47,84,235,0.12);margin-bottom:0;}.stitch-sg-card:nth-child(1) .stitch-sg-icon .stitch-inline-icon{width:36px;height:36px;color:var(--stitch-inline-icon-color,var(--stitch-blue)) !important;}.stitch-sg-card:nth-child(1) .stitch-sg-icon img{width:36px;height:36px;object-fit:contain;display:block;}.stitch-sg-card:nth-child(1) .stitch-sg-head strong{font-size:26px;font-weight:800;color:#0f172a;letter-spacing:0;background:none;-webkit-text-fill-color:initial;}.stitch-sg-card:nth-child(1) .stitch-sg-body{display:flex;flex-direction:column;gap:10px;width:100%;margin-top:0;padding:0;}.stitch-sg-card:nth-child(1) .stitch-sg-body a{display:flex;align-items:center;justify-content:center;background:#ffffff;color:#0f172a;border:1px solid rgba(47,84,235,0.1);padding:12px 16px;border-radius:8px;font-size:14px;font-weight:600;text-align:center;white-space:normal;box-shadow:0 4px 12px rgba(47,84,235,0.05);transition:all 0.3s ease;}.stitch-sg-card:nth-child(1) .stitch-sg-body a::after{display:none;}.stitch-sg-card:nth-child(1) .stitch-sg-body a:hover{background:var(--stitch-blue);color:#ffffff;transform:translateY(-2px);box-shadow:0 6px 16px rgba(47,84,235,0.2);}.stitch-sg-card:nth-child(5),.stitch-sg-card:nth-child(9){border-right:none;}.stitch-sg-card:nth-child(n+6){border-bottom:none;}.stitch-sg-card:not(:nth-child(1)):hover{background:#ffffff;box-shadow:0 15px 40px rgba(15,23,42,0.08);transform:translateY(-2px);z-index:2;border-radius:6px;}.stitch-sg-head{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:20px;width:100%;}.stitch-sg-icon{display:flex;align-items:center;justify-content:center;}.stitch-sg-icon .stitch-inline-icon{width:28px;height:28px;color:var(--stitch-inline-icon-color,currentColor);}.stitch-sg-icon img{width:28px;height:28px;object-fit:contain;display:block;}.stitch-sg-card:nth-child(6n+1) .stitch-sg-icon .stitch-inline-icon{color:var(--stitch-inline-icon-color,#3b82f6);}.stitch-sg-card:nth-child(6n+2) .stitch-sg-icon .stitch-inline-icon{color:var(--stitch-inline-icon-color,#f59e0b);}.stitch-sg-card:nth-child(6n+3) .stitch-sg-icon .stitch-inline-icon{color:var(--stitch-inline-icon-color,#8b5cf6);}.stitch-sg-card:nth-child(6n+4) .stitch-sg-icon .stitch-inline-icon{color:var(--stitch-inline-icon-color,#ef4444);}.stitch-sg-card:nth-child(6n+5) .stitch-sg-icon .stitch-inline-icon{color:var(--stitch-inline-icon-color,#6366f1);}.stitch-sg-card:nth-child(6n+6) .stitch-sg-icon .stitch-inline-icon{color:var(--stitch-inline-icon-color,#ec4899);}.stitch-sg-head strong{font-size:17px;font-weight:700;color:#1e293b;letter-spacing:0.02em;white-space:nowrap;}.stitch-sg-body{display:grid;grid-template-columns:repeat(2,1fr);gap:12px 8px;width:100%;padding:0 4%;}.stitch-sg-body a{display:block;text-align:center;font-size:13px;color:#475569;transition:all 0.2s ease;white-space:nowrap;}.stitch-sg-body a:hover{color:var(--stitch-blue);font-weight:600;}@media (max-width:1199px){.stitch-sg-grid{grid-template-columns:1.2fr repeat(4,1fr);}.stitch-sg-card{padding:26px 12px 24px;}.stitch-sg-card:nth-child(1){padding:36px 20px;}.stitch-sg-head strong{font-size:15px;}.stitch-sg-body a{font-size:12px;}}@media (max-width:991px){.stitch-sg-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:auto;}.stitch-sg-card{border-right:1px solid rgba(15,23,42,0.05) !important;border-bottom:1px solid rgba(15,23,42,0.05) !important;padding:28px 18px;}.stitch-sg-card:nth-child(1){grid-row:auto;grid-column:auto;margin:0;padding:28px 18px;background:transparent;border:0;border-right:1px solid rgba(15,23,42,0.05) !important;border-bottom:1px solid rgba(15,23,42,0.05) !important;box-shadow:none;border-radius:0;align-items:center;justify-content:center;}.stitch-sg-card:nth-child(1) .stitch-sg-head{flex-direction:row;gap:10px;margin-bottom:20px;}.stitch-sg-card:nth-child(1) .stitch-sg-icon{width:auto;height:auto;background:transparent !important;border-radius:0;box-shadow:none;}.stitch-sg-card:nth-child(1) .stitch-sg-icon .stitch-inline-icon,.stitch-sg-card:nth-child(1) .stitch-sg-icon img{width:28px;height:28px;}.stitch-sg-card:nth-child(1) .stitch-sg-head strong{font-size:17px;font-weight:700;}.stitch-sg-card:nth-child(1) .stitch-sg-body{display:grid;grid-template-columns:repeat(2,1fr);gap:12px 8px;padding:0 4%;}.stitch-sg-card:nth-child(1) .stitch-sg-body a{display:block;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;color:#475569;font-size:13px;font-weight:400;text-align:center;}.stitch-sg-card:nth-child(1) .stitch-sg-body a:hover{background:transparent;box-shadow:none;color:var(--stitch-blue);font-weight:600;transform:none;}.stitch-sg-card:nth-child(2n){border-right:none !important;}.stitch-sg-card:nth-child(5),.stitch-sg-card:nth-child(9){border-right:1px solid rgba(15,23,42,0.05) !important;}.stitch-sg-card:nth-child(n+6){border-bottom:1px solid rgba(15,23,42,0.05) !important;}.stitch-sg-card:nth-last-child(-n+2){border-bottom:none !important;}}@media (max-width:640px){.stitch-sg-grid{grid-template-columns:1fr;}.stitch-sg-card{border-right:none !important;border-bottom:1px solid rgba(15,23,42,0.05) !important;padding:28px 20px;}.stitch-sg-card:last-child{border-bottom:none !important;}}.nproduct_list2 ul li label{display:block;color:#333;font-size:14px;line-height:20px;height:20px;overflow:hidden;margin-top:5px;}.nproduct_list2 ul li:hover img{-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);transform:scale(1.1,1.1);}.nproduct_list2 ul li:hover{-webkit-box-shadow:0 5px 20px rgba(0,0,0,0.1);box-shadow:0 5px 20px rgba(0,0,0,0.1);-webkit-transform:translate3d(0,-2px,0);transform:translate3d(0,-2px,0);transition:all 0.3s;}.nproduct_list2 ul li:hover h2{color:#00a1e9;}.i_solution{overflow:hidden;padding-bottom:4%;padding-top:8px;}.i_solution ul li{float:left;width:49%;margin-right:2%;overflow:hidden;margin-bottom:1.5%;text-align:center;}.i_solution ul li:nth-child(2n+0){margin-right:0;}.i_solution ul li img{display:block;width:100%;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:all 0.3s ease-out 0s;-moz-transition:all 0.3s ease-out 0s;-o-transition:all 0.3s ease-out 0s;transition:all 0.3s ease-out 0s;vertical-align:middle;}.i_solution ul li .imgs{margin:0 auto;overflow:hidden;}.i_solution ul li .txts{position:absolute;width:100%;height:100%;overflow:hidden;background:rgba(0,0,0,0.5);top:0;left:0;}.i_solution ul li h2{font-weight:normal;color:#fff;line-height:36px;height:36px;text-align:center;overflow:hidden;padding-left:2%;padding-right:2%;white-space:nowrap;text-overflow:ellipsis;transition:all 0.3s;margin-bottom:1%;margin-top:30%;}.i_solution ul li p{line-height:20px;height:40px;overflow:hidden;color:#FFF;font-size:16px;padding-left:2%;padding-right:2%;max-width:350px;margin:0 auto;}.i_solution ul li:hover img{-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);transform:scale(1.1,1.1);}.i_case_bg{background:url(/themes/custom/huacai/images/i_bg2.jpg) center center no-repeat;background-size:cover;overflow:hidden;padding-bottom:4%;}.i_case_bg .i_title h2{color:#fff;}.i_case_bg .i_title p{color:#fff;background:url(/themes/custom/huacai/images/i_bg3.png) center bottom no-repeat;}.i_link{overflow:hidden;margin-bottom:3%;}.i_link ul li{float:left;width:15.8%;margin-right:1%;margin-bottom:1%;overflow:hidden;}.i_link ul li:nth-child(6n+0){margin-right:0;}.i_link ul li .imgs{overflow:hidden;border:1px solid #f0f0f0;}.i_link ul li .imgs img{display:block;width:100%;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:all 0.3s ease-out 0s;-moz-transition:all 0.3s ease-out 0s;-o-transition:all 0.3s ease-out 0s;transition:all 0.3s ease-out 0s;}.i_link ul li .imgs:hover img{-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);transform:scale(1.1,1.1);}.banner_pos{overflow:hidden;position:absolute;width:100%;height:100%;bottom:0;left:0;}.banner_pos .banner_div{height:100%;width:100%;position:relative;}.banner_pos .img001{height:100%;width:57.6%;vertical-align:bottom;position:absolute;bottom:0;right:0%;}.banner_pos .img001 img{height:100%;filter:Alpha(Opacity=0);opacity:0;}.banner_pos .txtsbox{float:left;width:50%;}.banner_pos .txts{float:right;margin-right:3%;margin-top:20%;width:94%;max-width:536px;text-align:left;}.banner_pos .txts h2{color:#00a1e9;}.banner_pos .txts p{color:#767676;margin-top:6%;}.banner_pos .txts a{margin-top:6%;width:220px;display:block;height:48px;line-height:48px;border:1px solid #606060;text-align:center;font-size:12px;color:#a2a2a2;}.banner_pos .txts a em{float:right;margin-right:7%;font-style:normal;font-family:"宋体";font-size:18px;}.banner_pos .txts a:hover{border:1px solid #00a1e9;}.banner_pos .txts a:hover{color:#00a1e9;}@media screen and (max-width:1760px){}@media screen and (max-width:1440px){}@media screen and (max-width:1200px){}@media screen and (max-width:1000px){.i_link ul li{width:19%;}.i_link ul li:nth-child(6n+0){margin-right:1.1%;}.i_link ul li:nth-child(5n+0){margin-right:0;}}@media screen and (max-width:960px){}@media screen and (max-width:830px){#slider{display:none;}.flash_div{display:block;}.i_link ul li{width:24%;}.i_link ul li:nth-child(5n+0){margin-right:1.1%;}.i_link ul li:nth-child(4n+0){margin-right:0;}}@media screen and (max-width:780px){.nproduct_list2 ul li{width:49%;}.nproduct_list2 ul li:nth-child(3n+0){margin-right:1%;}.nproduct_list2 ul li:nth-child(2n+0){margin-right:0;}}@media screen and (max-width:640px){.nproduct_list2 ul li p{font-size:13px;}.i_link ul li{width:32.5%;}.i_link ul li:nth-child(4n+0){margin-right:1.1%;}.i_link ul li:nth-child(3n+0){margin-right:0;}}@media screen and (max-width:480px){.nproduct_list2 ul li p{font-size:12px;}}@media screen and (max-width:360px){}body.page-home{--stitch-red:#c8161d;--stitch-orange:#ff5e3a;--stitch-blue:#2f54eb;--stitch-blue-deep:#2042c7;--stitch-ink:#0f172a;--stitch-slate:#64748b;--stitch-soft:#f5f7fb;--stitch-home-banner-height:540px;--stitch-home-menu-align-nudge:-4px;}body.page-home .wrap,body.page-home .wrap2{width:94%;max-width:1320px;}body.page-home .i_title{margin:0 auto 54px;text-align:center;}body.page-home .i_title h2{font-family:"Manrope","Microsoft YaHei","PingFang SC",sans-serif;font-size:48px;line-height:1.05;font-weight:800;letter-spacing:-0.05em;color:var(--stitch-ink);}body.page-home .i_title p{max-width:680px;margin:14px auto 0;padding-bottom:0;background:none;font-size:18px;line-height:1.75;color:var(--stitch-slate);}body.page-home #slider{position:relative;background:transparent;margin-bottom:0;height:var(--stitch-home-banner-height);}body.page-home #slider .bx-wrapper{margin-bottom:0;background:none;border:0;box-shadow:none;height:100%;}body.page-home #slider .bx-viewport{left:0;background:none;border:0;box-shadow:none;height:100% !important;}body.page-home #slider .bxslider{height:100%;}body.page-home #slider > .bxslider.is-pending:not(.is-initializing){overflow:hidden;}body.page-home #slider > .bxslider.is-pending:not(.is-initializing) > li:not(:first-child){display:none;}body.page-home #slider .bxslider>li{background:transparent !important;height:100%;position:relative;overflow:hidden;}body.page-home #slider .bxslider>li>a{display:block;height:100% !important;}body.page-home #slider .bxslider>li:after{display:none;}body.page-home #slider .bxslider>li>a img{width:100% !important;height:100% !important;object-fit:cover;object-position:center;}.stitch-banner-slide{background:transparent !important;position:relative;height:100%;overflow:hidden;}.stitch-banner-slide>img{width:100% !important;height:100% !important;object-fit:cover;object-position:left center;position:absolute;top:0;left:0;display:block;}.stitch-banner-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none;display:flex;align-items:center;justify-content:center;background:transparent;}.stitch-banner-copy{width:94%;max-width:1440px;margin:0 auto;padding:0 150px 0 2.5%;box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-end;text-align:right;color:#fff;}.stitch-banner-kicker{display:block;font-size:13px;font-weight:700;letter-spacing:4px;text-transform:uppercase;margin-bottom:16px;color:#93c5fd;}.stitch-banner-copy h2{font-family:"Manrope","Microsoft YaHei","PingFang SC",sans-serif;font-size:46px;font-weight:800;line-height:1.15;margin:0 0 20px;letter-spacing:-0.02em;text-shadow:0 4px 20px rgba(15,23,42,0.6);color:#fff;}.stitch-banner-copy p{font-size:16px;line-height:1.7;opacity:0.92;margin:0;text-shadow:0 2px 10px rgba(15,23,42,0.6);max-width:520px;}body.page-home .stitch-hero-slide{position:relative;overflow:hidden;background:linear-gradient(135deg,var(--stitch-red) 0%,var(--stitch-orange) 100%);}body.page-home .stitch-hero-slide:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 16% 18%,rgba(255,255,255,0.16),transparent 26%),radial-gradient(circle at 80% 10%,rgba(255,255,255,0.12),transparent 22%),linear-gradient(120deg,rgba(255,255,255,0.08),transparent 46%);pointer-events:none;}body.page-home .stitch-hero-shell{position:relative;z-index:1;width:100%;max-width:1440px;min-height:var(--stitch-home-banner-height);margin:0 auto;padding:0 2.5%;box-sizing:border-box;display:grid;grid-template-columns:256px minmax(0,1fr);gap:0;align-items:stretch;}body.page-home .stitch-hero-overlay{position:absolute;left:0;right:0;top:0;height:100%;margin:0 auto;z-index:9;pointer-events:none;}body.page-home .stitch-hero-menu{position:relative;z-index:4;display:flex;flex-direction:column;transform:translateX(var(--stitch-home-menu-align-nudge));border-radius:0;background:rgba(0,0,0,0.42);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-left:1px solid rgba(255,255,255,0.10);border-right:1px solid rgba(255,255,255,0.10);box-shadow:none;overflow:visible;}body.page-home .stitch-hero-menu ul{display:flex;flex-direction:column;flex:1;}body.page-home .stitch-hero-menu ul li{position:static;flex:1;}body.page-home .stitch-hero-menu ul li>a{position:relative;display:flex;align-items:center;justify-content:space-between;gap:12px;height:100%;padding:0 22px;border-bottom:1px solid rgba(255,255,255,0.06);color:#fff;font-size:15px;font-weight:700;letter-spacing:0.02em;transition:all 0.22s ease;}body.page-home .stitch-hero-menu ul li>a:after{content:"";position:absolute;right:26px;top:50%;width:9px;height:9px;border-top:2px solid rgba(255,255,255,0.8);border-right:2px solid rgba(255,255,255,0.8);transform:translateY(-50%) rotate(45deg);}body.page-home .stitch-hero-menu ul li.no-children>a:after{display:none;}body.page-home .stitch-hero-menu ul li>a span{display:inline-flex;align-items:center;gap:12px;padding-right:20px;}body.page-home .stitch-hero-menu ul li>a span:before{display:none;}body.page-home .stitch-hero-menu ul li>a .stitch-inline-icon{display:inline-block;width:24px;height:24px;line-height:24px;overflow:hidden;text-align:center;opacity:0.7;flex:0 0 auto;transition:opacity 0.25s ease;}body.page-home .stitch-hero-menu ul li:hover>a .stitch-inline-icon,body.page-home .stitch-hero-menu ul li.is-active>a .stitch-inline-icon{opacity:1;}body.page-home .stitch-hero-menu ul li>a em{font-style:normal;font-size:12px;font-weight:700;letter-spacing:0.12em;color:rgba(255,255,255,0.45);}body.page-home .stitch-hero-menu ul li:hover>a,body.page-home .stitch-hero-menu ul li.is-active>a{background:rgba(255,255,255,0.14);box-shadow:inset 4px 0 0 rgba(255,255,255,0.92);}body.page-home .stitch-hero-mega{position:absolute;left:100%;top:0;bottom:0;z-index:3;display:flex;flex-direction:column;width:860px;padding:36px 40px 30px;box-sizing:border-box;border-radius:0;background:#fff;border-left:1px solid rgba(15,23,42,0.06);box-shadow:0 30px 80px rgba(15,23,42,0.14);opacity:0;visibility:hidden;overflow-y:auto;}body.page-home .stitch-hero-menu ul li:hover .stitch-hero-mega,body.page-home .stitch-hero-menu ul li.is-active .stitch-hero-mega{opacity:1;visibility:visible;}body.page-home .stitch-hero-menu ul li.no-children:hover .stitch-hero-mega,body.page-home .stitch-hero-menu ul li.no-children.is-active .stitch-hero-mega{opacity:0;visibility:hidden;}body.page-home .stitch-hero-mega-head{margin-bottom:20px;padding-bottom:16px;border-bottom:1px dashed rgba(15,23,42,0.08);}body.page-home .stitch-hero-mega-head strong{display:block;font-size:18px;line-height:1.2;font-weight:800;color:var(--stitch-ink);}body.page-home .stitch-hero-mega-head span{display:block;margin-top:10px;font-size:11px;line-height:1.5;font-weight:800;letter-spacing:0.22em;text-transform:uppercase;color:#94a3b8;}body.page-home .stitch-hero-mega-grid{display:grid;gap:26px;flex:1;align-content:flex-start;padding-bottom:18px;}body.page-home .stitch-hero-mega-group{display:grid;gap:14px;padding-bottom:26px;border-bottom:1px solid rgba(15,23,42,0.08);}body.page-home .stitch-hero-mega-group:last-child{padding-bottom:0;border-bottom:0;}body.page-home .stitch-hero-mega-group.is-plain{gap:0;padding-bottom:0;border-bottom:0;}body.page-home .stitch-hero-mega-group-title strong{display:block;font-size:16px;line-height:1.45;font-weight:800;color:var(--stitch-ink);}body.page-home .stitch-hero-mega-links{display:flex;flex-wrap:wrap;gap:14px 34px;}body.page-home .stitch-hero-mega-links a{position:relative;display:inline-block;padding:0;background:none;border:0;outline:none;font-size:14px;color:#4a5568;font-weight:600;transition:color 0.15s ease;}body.page-home .stitch-hero-mega-links a:hover{color:var(--stitch-red);}body.page-home .stitch-hero-mega-foot{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:24px;border-top:1px solid rgba(15,23,42,0.08);}body.page-home .stitch-hero-mega-foot span{font-size:13px;line-height:1.5;font-weight:700;color:var(--stitch-red);}body.page-home .stitch-hero-mega-foot a{display:inline-flex;align-items:center;justify-content:center;height:42px;padding:0 20px;border-radius:12px;background:var(--stitch-red);color:#fff;font-size:13px;line-height:1;font-weight:800;}body.page-home .stitch-hero-copy{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;align-self:stretch;min-height:var(--stitch-home-banner-height);max-width:640px;padding:0 44px 0 64px;}body.page-home .stitch-hero-badges{display:flex;flex-wrap:wrap;gap:12px;max-width:620px;margin:0 0 28px;}body.page-home .stitch-hero-badges span{display:inline-flex;align-items:center;padding:9px 16px;border-radius:999px;background:rgba(255,255,255,0.12);border:1px solid rgba(255,255,255,0.18);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);color:#fff;font-size:12px;line-height:1;font-weight:800;letter-spacing:0.16em;}body.page-home .stitch-hero-badges span:before{content:"●";margin-right:8px;font-size:10px;}body.page-home .stitch-hero-copy h2{max-width:560px;margin:0 0 20px;font-family:"Manrope","Microsoft YaHei","PingFang SC",sans-serif;font-size:clamp(54px,5.2vw,84px);line-height:0.98;font-weight:800;letter-spacing:-0.06em;color:#fff;text-shadow:0 16px 40px rgba(8,15,34,0.36);}body.page-home .stitch-hero-copy p{max-width:560px;margin:0 0 24px;font-size:17px;line-height:1.72;color:rgba(255,255,255,0.88);text-shadow:0 10px 22px rgba(8,15,34,0.26);}body.page-home .stitch-hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:14px;margin-bottom:24px;}body.page-home .stitch-hero-actions a{display:inline-flex;align-items:center;justify-content:center;height:52px;padding:0 24px;border-radius:999px;font-size:15px;font-weight:800;letter-spacing:0.02em;}body.page-home .stitch-hero-actions .is-primary{background:#fff;color:var(--stitch-red);box-shadow:0 18px 40px rgba(255,255,255,0.22);}body.page-home .stitch-hero-actions .is-secondary{background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.2);color:#fff;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);}body.page-home .stitch-hero-points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 18px;max-width:620px;}body.page-home .stitch-hero-points li{position:relative;display:block;min-height:84px;padding:14px 16px 14px 68px;border-radius:20px;background:rgba(8,18,45,0.16);border:1px solid rgba(255,255,255,0.14);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#fff;font-size:14px;line-height:1.55;box-shadow:0 18px 40px rgba(8,15,34,0.12);}body.page-home .stitch-hero-points li:before{content:"专";position:absolute;left:16px;top:14px;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:rgba(255,255,255,0.16);border:1px solid rgba(255,255,255,0.18);color:#fff;font-size:15px;font-weight:700;}body.page-home .stitch-hero-points li:nth-child(2):before{content:"快";}body.page-home .stitch-hero-points li:nth-child(3):before{content:"全";}body.page-home .stitch-hero-points li:nth-child(4):before{content:"省";}body.page-home .stitch-hero-points li span{display:block;width:auto;height:auto;margin:0 0 4px;border-radius:0;background:none;border:0;font-size:13px;font-weight:800;color:rgba(255,255,255,0.82);}body.page-home .stitch-hero-visual{display:none;}body.page-home .stitch-hero-visual-label{display:none;}body.page-home .stitch-hero-visual .carousel-img{max-width:162px;margin-left:auto;padding:0;border-radius:28px;background:transparent;border:0;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:none;}body.page-home .stitch-hero-visual .carousel-img img{display:block;width:100%;height:214px;object-fit:cover;border-radius:28px;box-shadow:0 18px 38px rgba(15,23,42,0.16);opacity:0.64;}body.page-home .stitch-hero-visual-stats{display:none;}body.page-home .stitch-hero-visual-stats div{padding:18px 14px;border-radius:22px;background:rgba(255,255,255,0.12);border:1px solid rgba(255,255,255,0.16);text-align:center;color:#fff;}body.page-home .stitch-hero-visual-stats strong{display:block;font-size:26px;line-height:1;font-weight:800;}body.page-home .stitch-hero-visual-stats span{display:block;margin-top:8px;font-size:12px;line-height:1.5;color:rgba(255,255,255,0.76);}body.page-home #slider .bx-controls-direction a{display:none !important;}body.page-home #slider .bx-controls-direction a:hover{background-color:rgba(255,255,255,0.24);}body.page-home #slider .bx-pager{bottom:26px;}body.page-home #slider .bx-pager.bx-default-pager a{width:10px;height:10px;margin:0 5px;border-radius:999px;background:rgba(255,255,255,0.36);}body.page-home #slider .bx-pager.bx-default-pager a.active,body.page-home #slider .bx-pager.bx-default-pager a:hover{background:#fff;}body.page-home .flash_div{display:none;padding:0;background:linear-gradient(180deg,#fff6ef 0%,#ffffff 100%);}body.page-home .stitch-mobile-service-menu{width:92%;margin:14px auto 0;}body.page-home .stitch-mobile-service-menu__eyebrow{margin-bottom:10px;font-size:11px;font-weight:800;letter-spacing:0.16em;text-transform:uppercase;color:#64748b;}body.page-home .stitch-mobile-service-menu__track{display:flex;gap:10px;overflow-x:auto;padding-bottom:4px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;}body.page-home .stitch-mobile-service-menu__track::-webkit-scrollbar{display:none;}body.page-home .stitch-mobile-service-menu__item{position:relative;flex:0 0 96px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:10px;min-height:0;padding:16px 10px 14px;border:0;border-radius:18px;background:#ffffff;box-shadow:0 6px 18px rgba(15,23,42,0.06),inset 0 0 0 1px rgba(15,23,42,0.04);color:#0f172a;text-decoration:none;font:inherit;text-align:center;cursor:pointer;scroll-snap-align:start;transition:transform 0.25s ease,background 0.25s ease,box-shadow 0.25s ease;}body.page-home .stitch-mobile-service-menu__item strong{display:block;width:100%;font-size:13px;line-height:1.35;font-weight:700;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}body.page-home .stitch-mobile-service-menu__icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,var(--stitch-red),var(--stitch-orange));color:#fff;box-shadow:0 10px 20px rgba(234,90,28,0.35);}body.page-home .stitch-mobile-service-menu__icon svg,body.page-home .stitch-mobile-service-menu__icon img{display:block;width:24px;height:24px;}body.page-home .stitch-mobile-service-menu__icon svg *{fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke;}body.page-home .stitch-mobile-service-menu__icon img{object-fit:contain;}body.page-home .stitch-mobile-service-menu__item:hover,body.page-home .stitch-mobile-service-menu__item:active,body.page-home .stitch-mobile-service-menu__item.is-open{background:#fff9f4;box-shadow:0 10px 24px rgba(234,90,28,0.14),inset 0 0 0 1px rgba(234,90,28,0.35);transform:translateY(-1px);}@media screen and (max-width:640px){body.page-home .stitch-mobile-service-menu__item{flex-basis:92px;padding:14px 9px 12px;}}body.hux-service-drawer-open{overflow:hidden;}body.page-home .stitch-mobile-service-drawer{position:fixed;inset:0;z-index:1100;display:none;}body.page-home .stitch-mobile-service-drawer.is-open{display:block;}body.page-home .stitch-mobile-service-drawer__overlay{position:absolute;inset:0;background:transparent;opacity:0;transition:opacity 0.24s ease;}body.page-home .stitch-mobile-service-drawer.is-open .stitch-mobile-service-drawer__overlay{opacity:1;}body.page-home .stitch-mobile-service-drawer__panel{position:absolute;top:0;right:0;width:min(88vw,380px);height:100%;display:flex;flex-direction:column;background:linear-gradient(180deg,#ffffff 0%,#fff6ef 100%);box-shadow:none;transform:translateX(100%);transition:transform 0.28s ease;overflow:hidden;}body.page-home .stitch-mobile-service-drawer__panel.is-open{transform:translateX(0);}body.page-home .stitch-mobile-service-drawer__header{display:flex;align-items:center;gap:12px;padding:18px 18px 14px;border-bottom:1px solid rgba(15,23,42,0.08);}body.page-home .stitch-mobile-service-drawer__icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,var(--stitch-red),var(--stitch-orange));color:#fff;flex:0 0 auto;}body.page-home .stitch-mobile-service-drawer__icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;}body.page-home .stitch-mobile-service-drawer__titles{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px;}body.page-home .stitch-mobile-service-drawer__titles strong{font-size:16px;font-weight:800;color:#0f172a;line-height:1.3;}body.page-home .stitch-mobile-service-drawer__titles span{font-size:12px;color:#64748b;line-height:1.4;}body.page-home .stitch-mobile-service-drawer__close{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:10px;background:rgba(15,23,42,0.05);color:#0f172a;cursor:pointer;}body.page-home .stitch-mobile-service-drawer__close svg{width:18px;height:18px;}body.page-home .stitch-mobile-service-drawer__body{flex:1;margin:0;padding:4px 0 8px;overflow-y:auto;-webkit-overflow-scrolling:touch;}body.page-home .stitch-mobile-service-drawer__group{padding:10px 0 6px;border-bottom:1px solid rgba(15,23,42,0.06);}body.page-home .stitch-mobile-service-drawer__group:last-child{border-bottom:0;}body.page-home .stitch-mobile-service-drawer__group.is-plain{padding-top:4px;}body.page-home .stitch-mobile-service-drawer__group-title{display:flex;align-items:center;gap:8px;padding:12px 20px 8px;font-size:13px;font-weight:800;letter-spacing:0.08em;color:var(--stitch-red);text-transform:uppercase;}body.page-home .stitch-mobile-service-drawer__group-title > span:first-child{flex:1;min-width:0;}body.page-home .stitch-mobile-service-drawer__group-link{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:rgba(255,120,63,0.12);color:var(--stitch-red);font-size:16px;font-weight:700;line-height:1;text-decoration:none;}body.page-home .stitch-mobile-service-drawer__list{margin:0;padding:0;list-style:none;}body.page-home .stitch-mobile-service-drawer__list li{height:auto;line-height:inherit;}body.page-home .stitch-mobile-service-drawer__list a{display:flex;align-items:center;padding:12px 20px;font-size:15px;font-weight:600;color:#0f172a;text-decoration:none;border-bottom:1px solid rgba(15,23,42,0.05);}body.page-home .stitch-mobile-service-drawer__group .stitch-mobile-service-drawer__list a{padding-left:32px;}body.page-home .stitch-mobile-service-drawer__list a::after{content:"";margin-left:auto;width:8px;height:8px;border-top:2px solid rgba(15,23,42,0.3);border-right:2px solid rgba(15,23,42,0.3);transform:rotate(45deg);}body.page-home .stitch-mobile-service-drawer__list a:hover,body.page-home .stitch-mobile-service-drawer__list a:active{background:rgba(255,120,63,0.06);color:var(--stitch-red);}body.page-home .stitch-mobile-service-drawer__cta{margin:14px 18px 18px;padding:12px 18px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;background:linear-gradient(135deg,var(--stitch-red),var(--stitch-orange));color:#fff;font-size:14px;font-weight:800;text-decoration:none;box-shadow:0 12px 24px rgba(255,88,47,0.28);}body.page-home .stitch-mobile-hero-copy{color:#fff;}body.page-home .stitch-mobile-hero-copy h2{margin:18px 0 14px;font-family:"Manrope","Microsoft YaHei","PingFang SC",sans-serif;font-size:42px;line-height:0.98;font-weight:800;letter-spacing:-0.06em;}body.page-home .stitch-mobile-hero-copy p{margin-bottom:20px;font-size:15px;line-height:1.8;color:rgba(255,255,255,0.82);}body.page-home .stitch-mobile-hero-cta{display:inline-flex;align-items:center;justify-content:center;height:48px;padding:0 22px;border-radius:999px;background:rgba(255,255,255,0.94);color:var(--stitch-red);font-size:14px;font-weight:800;}body.page-home .stitch-hero-menu-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:22px;height:22px;margin-right:10px;color:rgba(255,255,255,0.78);font-style:normal;transition:color 0.22s ease,transform 0.22s ease;}body.page-home .stitch-hero-menu-icon svg,body.page-home .stitch-hero-menu-icon img{display:block;width:100%;height:100%;}body.page-home .stitch-hero-menu-icon svg *{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke;}body.page-home .stitch-hero-menu ul li:hover > a .stitch-hero-menu-icon,body.page-home .stitch-hero-menu ul li.is-active > a .stitch-hero-menu-icon{color:#fff;transform:translateX(1px);}body.page-home .stitch-hero-menu-label{display:inline-block;vertical-align:middle;}body.page-home #owl-flash{margin-top:0;}body.page-home #owl-flash > .item:not(:first-child){display:none;}body.page-home #owl-flash .item dd{padding:0;margin:0;border-radius:0;background:transparent;}body.page-home #owl-flash .item img{display:block;width:100%;height:auto;max-height:260px;object-fit:cover;border-radius:0;}body.page-home .i_product_bg{padding:92px 0 72px;background:linear-gradient(180deg,#ffffff 0%,#f4f7fb 100%);}body.page-home .nproduct_list2{padding:0;}body.page-home .nproduct_list2 ul{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;}body.page-home .nproduct_list2 ul li{float:none;width:auto;margin:0;border-radius:30px;background:#f8fafc;border:1px solid #e8edf7;box-shadow:0 18px 40px rgba(15,23,42,0.06);text-align:left;overflow:hidden;}body.page-home .nproduct_list2 ul li a{display:flex;flex-direction:column;height:100%;padding:26px 24px 24px;color:inherit;}body.page-home .nproduct_list2 ul li:first-child{background:linear-gradient(180deg,#285af7 0%,#163ec5 100%);box-shadow:0 30px 70px rgba(37,87,244,0.24);}body.page-home .nproduct_list2 ul li .imgs{margin-bottom:20px;border-radius:22px;background:rgba(255,255,255,0.9);overflow:hidden;}body.page-home .nproduct_list2 ul li .imgs p{display:none;}body.page-home .nproduct_list2 ul li img{width:100%;height:126px;object-fit:cover;}body.page-home .nproduct_list2 ul li h2{height:auto;margin-bottom:12px;padding:0;font-size:22px;line-height:1.25;font-weight:800;text-align:left;color:var(--stitch-ink);}body.page-home .nproduct_list2 ul li>a>p{height:auto;max-width:none;padding:0;margin-bottom:20px;font-size:14px;line-height:1.8;color:var(--stitch-slate);flex:1;}body.page-home .nproduct_list2 ul li:first-child h2,body.page-home .nproduct_list2 ul li:first-child>a>p,body.page-home .nproduct_list2 ul li:first-child .stitch-card-link{color:#fff;}body.page-home .nproduct_list2 ul li:first-child .imgs{background:rgba(255,255,255,0.14);}body.page-home .stitch-card-link{display:flex;align-items:center;justify-content:center;align-self:stretch;margin:auto -24px -24px -24px;height:52px;padding:0;border-radius:0 0 30px 30px;background:rgba(37,87,244,0.06);color:var(--stitch-blue);font-size:14px;line-height:1;font-weight:800;transition:all 0.25s ease;}body.page-home .nproduct_list2 ul li:hover .stitch-card-link{background:var(--stitch-blue);color:#fff;}body.page-home .nproduct_list2 ul li:first-child .stitch-card-link{align-self:stretch;width:auto;background:rgba(255,255,255,0.12);border:0;border-top:1px solid rgba(255,255,255,0.15);color:#fff;}body.page-home .nproduct_list2 ul li:first-child:hover .stitch-card-link{background:#fff;color:var(--stitch-blue);}body.page-home .stitch-service-band{position:relative;overflow:hidden;padding:48px 0;background:linear-gradient(135deg,#285af7 0%,#1d44d6 100%);color:#fff;}body.page-home .stitch-service-band:before{content:"SUCCESS";position:absolute;left:50%;bottom:-8px;transform:translateX(-50%);font-family:"Manrope","Microsoft YaHei","PingFang SC",sans-serif;font-size:180px;line-height:1;font-weight:800;letter-spacing:-0.06em;color:rgba(255,255,255,0.05);pointer-events:none;}body.page-home .stitch-service-band .wrap2{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:28px;text-align:center;}body.page-home .stitch-service-band-copy strong{display:block;font-size:34px;line-height:1.2;font-weight:800;}body.page-home .stitch-service-band-copy p{margin-top:12px;font-size:16px;line-height:1.8;color:rgba(255,255,255,0.72);}body.page-home .stitch-service-band-stats{display:none;}body.page-home .stitch-service-band-stats div{padding:16px 18px;border-radius:22px;background:rgba(255,255,255,0.12);border:1px solid rgba(255,255,255,0.16);text-align:center;}body.page-home .stitch-service-band-stats span{display:block;font-size:26px;line-height:1;font-weight:800;}body.page-home .stitch-service-band-stats label{display:block;margin-top:8px;font-size:12px;line-height:1.6;color:rgba(255,255,255,0.76);}body.page-home #home-solutions{padding:92px 0 48px;background:#f8fafc;}body.page-home .i_solution{padding:0;}body.page-home .i_solution>ul{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;}body.page-home .i_solution>ul>li{float:none;width:auto;margin:0;border-top:4px solid #ffb648;border-radius:24px;background:#fff;box-shadow:0 18px 42px rgba(15,23,42,0.08);text-align:left;overflow:hidden;}body.page-home .i_solution>ul>li:nth-child(2){border-top-color:#5aa2ff;}body.page-home .i_solution>ul>li:nth-child(3){border-top-color:#ff8848;}body.page-home .i_solution>ul>li:nth-child(4){border-top-color:#6d7dff;}body.page-home .i_solution>ul>li>a{display:flex;flex-direction:column;height:100%;padding:34px 28px 30px;color:inherit;}body.page-home .i_solution>ul>li .imgs{width:64px;height:64px;margin:0 auto 24px;border-radius:999px;background:#fff7ed;display:flex;align-items:center;justify-content:center;}body.page-home .i_solution>ul>li:nth-child(2) .imgs{background:#eff6ff;}body.page-home .i_solution>ul>li:nth-child(3) .imgs{background:#fff1e8;}body.page-home .i_solution>ul>li:nth-child(4) .imgs{background:#eef2ff;}body.page-home .i_solution>ul>li img{width:34px;height:34px;object-fit:contain;transform:none;}body.page-home .i_solution>ul>li .txts{position:static;width:auto;height:auto;background:none;display:flex;flex-direction:column;}body.page-home .i_solution>ul>li h2{height:auto;margin-bottom:18px;padding:0;text-align:center;font-size:24px;line-height:1.3;font-weight:800;color:var(--stitch-ink);}body.page-home .i_solution>ul>li p{display:none;}body.page-home .stitch-solution-link{display:none;}body.page-home .stitch-faq-icon-text{display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:50%;font-family:'Material Symbols Outlined';font-variation-settings:'FILL' 0,'wght' 400;font-size:28px;line-height:1;font-weight:normal;font-style:normal;color:currentColor;transition:transform 0.3s ease;}body.page-home .i_solution>ul>li:nth-child(1) .stitch-faq-icon-text{color:#f59e0b;}body.page-home .i_solution>ul>li:nth-child(2) .stitch-faq-icon-text{color:#3b82f6;}body.page-home .i_solution>ul>li:nth-child(3) .stitch-faq-icon-text{color:#f97316;}body.page-home .i_solution>ul>li:nth-child(4) .stitch-faq-icon-text{color:#6366f1;}body.page-home .stitch-faq-list{display:grid;gap:14px;}body.page-home .stitch-faq-list li{display:flex;align-items:flex-start;gap:8px;font-size:14px;line-height:1.8;color:var(--stitch-slate);}body.page-home .stitch-faq-list li span{flex:0 0 auto;font-weight:800;color:inherit;}body.page-home .i_case_bg{position:relative;padding:48px 0 100px;background:linear-gradient(180deg,var(--stitch-blue) 0%,var(--stitch-blue-deep) 100%);overflow:hidden;}body.page-home .i_case_bg:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 20%,rgba(255,255,255,0.12),transparent 26%),radial-gradient(circle at 82% 16%,rgba(255,255,255,0.1),transparent 22%);pointer-events:none;}body.page-home .i_case_bg .wrap2{position:relative;z-index:1;}body.page-home .i_case_bg .i_title h2,body.page-home .i_case_bg .i_title p{color:#fff;}body.page-home .stitch-case-shell{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,0.84fr);gap:24px;padding:24px;border-radius:36px;background:rgba(255,255,255,0.12);border:1px solid rgba(255,255,255,0.12);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 30px 80px rgba(11,26,92,0.22);overflow:hidden;box-sizing:border-box;}body.page-home .stitch-case-list{padding:8px;min-width:0;max-width:100%;box-sizing:border-box;}body.page-home .stitch-case-kicker{display:inline-flex;align-items:center;padding:10px 16px;border-radius:999px;background:rgba(255,255,255,0.16);color:#fff;font-size:12px;line-height:1;font-weight:800;letter-spacing:0.14em;}body.page-home .stitch-case-summary{margin-top:18px;}body.page-home .stitch-case-summary strong{display:block;font-size:36px;line-height:1.15;font-weight:800;color:#fff;max-width:100%;white-space:normal;word-break:break-word;overflow-wrap:anywhere;}body.page-home .stitch-case-summary p{margin-top:12px;max-width:520px;font-size:15px;line-height:1.85;color:rgba(255,255,255,0.78);word-break:break-word;overflow-wrap:anywhere;}body.page-home #owl-demo3{margin-top:16px;margin-bottom:-16px;padding-bottom:16px;width:100%;max-width:100%;overflow:hidden;box-sizing:border-box;}body.page-home #owl-demo3 .owl-wrapper-outer{overflow:hidden;padding:10px 4px 24px 4px;margin:-10px -4px -24px -4px;max-width:100%;box-sizing:border-box;}body.page-home #owl-demo3 .owl-item,body.page-home #owl-demo3 .item{max-width:100%;box-sizing:border-box;}body.page-home #owl-demo3 .owl-wrapper{max-width:none;box-sizing:content-box;}body.page-home #owl-demo3 .owl-item{padding:0 8px;box-sizing:border-box;}body.page-home #owl-demo3 .item{padding:0;}body.page-home #owl-demo3 dd{position:relative;border-radius:20px;background:#ffffff;border:0;box-shadow:0 14px 34px rgba(11,26,92,0.12);overflow:hidden;height:100%;transition:transform 0.3s ease,box-shadow 0.3s ease;}body.page-home #owl-demo3 dd:hover{transform:translateY(-4px);box-shadow:0 22px 48px rgba(11,26,92,0.2);}body.page-home #owl-demo3 dd:before{content:"";display:block;height:5px;background:linear-gradient(90deg,#285af7 0%,#163ec5 100%);}body.page-home #owl-demo3 dd a{display:flex;flex-direction:column;height:100%;min-width:0;max-width:100%;}body.page-home #owl-demo3 .imgs{display:block;width:100%;height:140px;background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);overflow:hidden;}body.page-home #owl-demo3 .imgs img{display:block;width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease;}body.page-home #owl-demo3 dd:hover .imgs img{transform:scale(1.03);}body.page-home #owl-demo3 .txts{padding:24px 24px 28px;background:none;display:flex;flex-direction:column;height:calc(100% - 145px);min-width:0;max-width:100%;box-sizing:border-box;}body.page-home #owl-demo3 .txts h2{margin-bottom:12px;font-size:20px;line-height:1.4;font-weight:800;color:var(--stitch-ink);word-break:break-word;overflow-wrap:anywhere;}body.page-home #owl-demo3 .txts .p{flex:1;font-size:14px;line-height:1.8;color:var(--stitch-slate);margin-bottom:24px;word-break:break-word;overflow-wrap:anywhere;}body.page-home .stitch-case-link{display:inline-flex;align-items:center;margin-top:auto;padding:0;background:none !important;color:var(--stitch-blue) !important;font-size:14px;font-weight:700;transition:all 0.3s ease;width:auto;box-shadow:none !important;text-decoration:none;}body.page-home .stitch-case-link__icon{width:18px;height:18px;flex:0 0 auto;margin-left:6px;display:block;transition:transform 0.3s ease;}body.page-home #owl-demo3 dd:hover .stitch-case-link{color:var(--stitch-blue-deep) !important;}body.page-home #owl-demo3 dd:hover .stitch-case-link__icon{transform:translateX(6px);}body.page-home #owl-demo3 dd .stitch-case-link:hover{opacity:0.8;}body.page-home .stitch-case-cta{display:inline-flex;align-items:center;justify-content:center;margin-top:26px;padding:14px 24px;border-radius:999px;border:1px solid rgba(255,255,255,0.22);background:rgba(255,255,255,0.08);color:#fff;font-size:14px;line-height:1;font-weight:800;}body.page-home #owl-demo3 .owl-pagination{margin-top:24px;}body.page-home #owl-demo3 .owl-page span{background:rgba(255,255,255,0.36);}body.page-home #owl-demo3 .owl-page.active span,body.page-home #owl-demo3 .owl-page:hover span{background:#fff;}body.page-home #owl-demo3 .owl-buttons{display:none !important;}body.page-home .stitch-case-dialog{padding:28px;border-radius:30px;background:linear-gradient(180deg,rgba(255,255,255,0.94) 0%,rgba(244,248,255,0.98) 100%);border:1px solid rgba(255,255,255,0.68);box-shadow:0 22px 52px rgba(15,23,42,0.12);display:flex;flex-direction:column;gap:18px;min-width:0;max-width:100%;overflow:hidden;box-sizing:border-box;}body.page-home .stitch-case-dialog-title strong{display:block;font-size:28px;line-height:1.15;font-weight:800;color:var(--stitch-ink);}body.page-home .stitch-case-dialog-title span{display:block;margin-top:8px;font-size:13px;line-height:1.7;color:var(--stitch-slate);}body.page-home .stitch-chat-row{display:flex;align-items:flex-start;gap:14px;min-width:0;max-width:100%;}body.page-home .stitch-chat-row.is-adviser{flex-direction:row-reverse;}body.page-home .stitch-chat-avatar{flex:0 0 56px;width:56px;height:56px;border-radius:18px;display:flex;align-items:center;justify-content:center;font-size:12px;line-height:1;font-weight:800;color:#fff;}body.page-home .stitch-chat-row.is-client .stitch-chat-avatar{background:#e2e8f0;}body.page-home .stitch-chat-row.is-adviser .stitch-chat-avatar{background:var(--stitch-red);}body.page-home .stitch-chat-avatar.is-photo{padding:0;background:transparent;overflow:hidden;box-shadow:0 12px 28px rgba(15,23,42,0.16);}body.page-home .stitch-chat-avatar.is-photo img{display:block;width:100%;height:100%;object-fit:cover;}body.page-home .stitch-chat-bubble{position:relative;flex:1 1 auto;min-width:0;max-width:82%;padding:18px 20px;border-radius:22px;font-size:14px;line-height:1.85;box-shadow:0 14px 32px rgba(15,23,42,0.08);box-sizing:border-box;word-break:break-word;overflow-wrap:anywhere;}body.page-home .stitch-chat-row.is-client .stitch-chat-bubble{background:#fff;color:var(--stitch-ink);}body.page-home .stitch-chat-row.is-adviser .stitch-chat-bubble{background:var(--stitch-blue);color:#fff;}body.page-home .stitch-chat-row.is-client .stitch-chat-bubble:before,body.page-home .stitch-chat-row.is-adviser .stitch-chat-bubble:before{content:"";position:absolute;top:18px;width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;}body.page-home .stitch-chat-row.is-client .stitch-chat-bubble:before{left:-8px;border-right:8px solid #fff;}body.page-home .stitch-chat-row.is-adviser .stitch-chat-bubble:before{right:-8px;border-left:8px solid var(--stitch-blue);}body.page-home #home-network{padding:92px 0 110px;background:#f8fafc;}body.page-home .stitch-network-stage{margin-bottom:30px;padding:0;border-radius:36px;background:transparent;border:0;box-shadow:none;}body.page-home .stitch-network-map{position:relative;min-height:470px;border-radius:20px;overflow:hidden;background:linear-gradient(180deg,#f4f9ff 0%,#eff5ff 100%);border:0;box-shadow:none;}body.page-home .stitch-network-map:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 16%,rgba(255,94,58,0.07),transparent 20%),radial-gradient(circle at 78% 26%,rgba(47,84,235,0.09),transparent 18%),radial-gradient(circle at 50% 65%,rgba(47,84,235,0.08),transparent 28%);}body.page-home .stitch-network-map:after{display:none;}body.page-home .stitch-network-map-base{position:absolute;inset:34px 6% 54px;width:88%;height:calc(100% - 88px);margin:auto;object-fit:contain;filter:saturate(0) brightness(0.68) sepia(1) hue-rotate(178deg) saturate(6) brightness(1.03);opacity:0.94;pointer-events:none;}body.page-home .stitch-network-watermark{display:none;}body.page-home .stitch-network-point{position:absolute;z-index:2;display:flex;align-items:center;gap:10px;font-size:14px;line-height:1;font-weight:700;color:var(--stitch-ink);}body.page-home .stitch-network-point:before{content:"";width:14px;height:14px;border-radius:50%;background:var(--stitch-red);box-shadow:0 0 0 6px rgba(255,77,57,0.16);}body.page-home .stitch-network-point b{display:inline-flex;align-items:center;padding:0;border-radius:0;background:none;color:#fff;font-size:13px;line-height:1;letter-spacing:0.08em;text-shadow:0 2px 10px rgba(15,23,42,0.32);}body.page-home .point-beijing{top:35%;left:62%;}body.page-home .point-shanghai{top:52%;left:75%;}body.page-home .point-guangzhou{top:70%;left:65%;}body.page-home .point-chengdu{top:56%;left:49%;}body.page-home .point-heilongjiang{top:17%;left:73%;}body.page-home .point-xinjiang{top:31%;left:27%;}body.page-home .point-wuhan{top:57%;left:61%;}body.page-home .point-taiwan{top:72%;left:80%;}body.page-home .stitch-network-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-bottom:34px;border-top:1px solid rgba(32,66,199,0.12);border-bottom:1px solid rgba(32,66,199,0.12);}body.page-home .stitch-network-metrics div{padding:22px 18px;border-radius:0;background:transparent;border:0;box-shadow:none;text-align:center;}body.page-home .stitch-network-metrics div+div{border-left:1px solid rgba(32,66,199,0.12);}body.page-home .stitch-network-metrics strong{display:block;font-size:38px;line-height:1;font-weight:800;color:var(--stitch-blue);}body.page-home .stitch-network-metrics span{display:block;margin-top:8px;font-size:13px;line-height:1.7;color:var(--stitch-slate);}body.page-home .i_link{display:none;}body.page-home .stitch-title-line{width:48px;height:4px;margin:16px auto 0;border-radius:2px;background:var(--stitch-red);}body.page-home .i_case_bg .stitch-title-line{background:rgba(255,255,255,0.6);}body.page-home .i_solution>ul>li:hover .imgs{transform:scale(1.1);transition:transform 0.3s ease;}body.page-home .stitch-network-metrics .is-blue strong{color:var(--stitch-blue);}body.page-home .stitch-network-metrics .is-red strong{color:var(--stitch-red);}body.page-home .stitch-network-metrics .is-orange strong{color:var(--stitch-orange);}body.page-home .stitch-network-metrics em{display:block;margin-top:4px;font-style:normal;font-size:10px;font-weight:700;letter-spacing:0.2em;text-transform:uppercase;color:#94a3b8;}body.page-home .page-home-floating{display:none;}body.page-home .i_link ul{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px;}body.page-home .i_link ul li{float:none;width:auto;margin:0;}body.page-home .i_link ul li .imgs{min-height:112px;padding:16px;border-radius:22px;border:1px solid #e8edf7;background:#fbfdff;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 1px 0 rgba(255,255,255,0.9);}body.page-home .i_link ul li .imgs img{width:100%;height:58px;object-fit:contain;filter:grayscale(1);opacity:0.82;}body.page-home .i_link ul li .imgs:hover img{transform:none;filter:grayscale(0);opacity:1;}body.page-home .nproduct_list2 ul li:hover img,body.page-home .i_solution ul li:hover img{transform:none;}body.page-home .nproduct_list2 ul li:hover h2{color:var(--stitch-ink);}body.page-home .nproduct_list2 ul li:first-child:hover h2{color:#fff;}@media screen and (max-width:1280px){body.page-home .stitch-hero-shell{grid-template-columns:236px minmax(0,1fr);}body.page-home .stitch-hero-copy h2{font-size:clamp(56px,5.4vw,88px);}body.page-home .stitch-hero-mega{width:400px;min-height:var(--stitch-home-banner-height);padding:32px 30px 28px;}body.page-home .stitch-hero-copy{padding-left:72px;}body.page-home .i_link ul{grid-template-columns:repeat(5,minmax(0,1fr));}}@media screen and (max-width:1180px){body.page-home .stitch-hero-shell{grid-template-columns:220px minmax(0,1fr);}body.page-home .stitch-hero-mega{display:none;}body.page-home .stitch-hero-copy{padding:0 0 0 48px;}body.page-home .stitch-hero-copy h2{max-width:520px;font-size:52px;}body.page-home .stitch-hero-badges{margin-bottom:36px;}body.page-home .stitch-hero-points{grid-template-columns:1fr;max-width:520px;gap:18px;}body.page-home .stitch-service-band .wrap2{flex-direction:column;align-items:center;}body.page-home .stitch-case-shell{grid-template-columns:1fr;}body.page-home .nproduct_list2 ul,body.page-home .i_solution>ul{grid-template-columns:repeat(2,minmax(0,1fr));}}@media screen and (max-width:1000px){body.page-home .stitch-hero-shell{min-height:0;padding:24px 0 36px;grid-template-columns:1fr;gap:24px;}body.page-home .stitch-hero-menu{min-height:0;transform:none;border-radius:24px;overflow:hidden;}body.page-home .stitch-hero-menu-title{border-radius:24px 24px 0 0;}body.page-home .stitch-hero-copy{min-height:0;padding:0;}body.page-home .stitch-hero-copy h2{font-size:56px;max-width:100%;}body.page-home .stitch-hero-points{grid-template-columns:1fr;max-width:100%;}body.page-home .stitch-network-metrics strong{font-size:32px;}body.page-home .stitch-network-map{min-height:380px;}body.page-home .i_link ul{grid-template-columns:repeat(4,minmax(0,1fr));}}@media screen and (max-width:830px){body.page-home #slider{display:none;}body.page-home .flash_div{display:block;}body.page-home .i_product_bg,body.page-home #home-solutions,body.page-home .i_case_bg,body.page-home #home-network{padding-top:72px;}body.page-home .stitch-case-shell{gap:18px;}body.page-home .nproduct_list2 ul,body.page-home .i_solution>ul{grid-template-columns:repeat(2,minmax(0,1fr));}body.page-home .stitch-network-metrics{grid-template-columns:1fr;}body.page-home .stitch-network-metrics div+div{border-left:0;border-top:1px solid rgba(32,66,199,0.12);}body.page-home .i_link ul{grid-template-columns:repeat(3,minmax(0,1fr));}}@media screen and (max-width:780px){body.page-home .i_title h2{font-size:38px;}body.page-home .i_title p{font-size:16px;}body.page-home .stitch-service-band:before{font-size:94px;}body.page-home .stitch-service-band-copy strong{font-size:26px;}body.page-home .i_case_bg{padding-bottom:72px;}body.page-home .stitch-case-shell{padding:20px;border-radius:28px;gap:16px;}body.page-home .stitch-case-list{padding:0;}body.page-home .stitch-case-kicker{padding:8px 12px;letter-spacing:0.1em;}body.page-home .stitch-case-summary strong{font-size:30px;}body.page-home .stitch-case-summary p{max-width:none;font-size:14px;line-height:1.75;}body.page-home #owl-demo3{margin-top:14px;margin-bottom:0;padding-bottom:0;}body.page-home #owl-demo3 .owl-wrapper-outer{padding:0 0 18px;margin:0;}body.page-home #owl-demo3 .owl-item{padding:0;}body.page-home #owl-demo3 dd{border-radius:18px;box-shadow:0 12px 28px rgba(11,26,92,0.14);}body.page-home #owl-demo3 dd:hover{transform:none;box-shadow:0 12px 28px rgba(11,26,92,0.14);}body.page-home #owl-demo3 dd a{flex-direction:row;align-items:stretch;min-height:132px;}body.page-home #owl-demo3 .imgs{flex:0 0 112px;width:112px;max-width:38%;height:auto;min-height:132px;}body.page-home #owl-demo3 .txts{flex:1 1 auto;justify-content:center;height:auto;padding:16px 16px 16px 14px;}body.page-home #owl-demo3 .txts h2{margin-bottom:8px;font-size:18px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}body.page-home #owl-demo3 .txts .p{margin-bottom:14px;font-size:13px;line-height:1.7;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}body.page-home .stitch-case-link{font-size:13px;}body.page-home .stitch-case-cta{display:flex;width:100%;margin-top:18px;padding:13px 18px;box-sizing:border-box;}body.page-home .stitch-case-dialog{padding:22px;border-radius:24px;}body.page-home .stitch-case-dialog-title strong{font-size:24px;}}@media screen and (max-width:640px){body.page-home .flash_div{padding:0;}body.page-home .stitch-mobile-hero-copy h2{font-size:36px;}body.page-home .stitch-case-dialog{padding:18px;}body.page-home .nproduct_list2 ul,body.page-home .i_solution>ul,body.page-home .i_link ul{grid-template-columns:1fr;}body.page-home .nproduct_list2 ul li img{height:220px;}body.page-home .stitch-network-stage{padding:16px;}body.page-home .stitch-network-map{min-height:320px;}body.page-home .stitch-network-map-base{inset:26px 4% 42px;width:92%;height:calc(100% - 68px);}body.page-home .stitch-network-point{font-size:12px;}body.page-home .stitch-network-point:before{width:12px;height:12px;}body.page-home .stitch-network-point b{font-size:11px;letter-spacing:0.04em;}body.page-home .point-heilongjiang b,body.page-home .point-xinjiang b,body.page-home .point-taiwan b{display:none;}}@media screen and (max-width:480px){body.page-home .i_title{margin-bottom:38px;}body.page-home .i_title h2{font-size:31px;}body.page-home .i_title p{font-size:14px;}body.page-home .stitch-mobile-hero-copy h2{font-size:30px;}body.page-home .stitch-mobile-hero-copy p{font-size:14px;}body.page-home #owl-flash .item img{height:190px;}body.page-home .nproduct_list2 ul li a,body.page-home .i_solution>ul>li>a{padding:20px;}body.page-home .nproduct_list2 ul li img{height:180px;}body.page-home .stitch-case-shell{padding:14px;border-radius:22px;}body.page-home .stitch-case-summary strong{font-size:24px;}body.page-home .stitch-case-summary p{font-size:13px;}body.page-home #owl-demo3 .owl-item{padding:0;}body.page-home #owl-demo3 dd a{min-height:120px;}body.page-home #owl-demo3 .imgs{flex-basis:104px;width:104px;max-width:36%;min-height:120px;}body.page-home #owl-demo3 .txts{padding:14px 14px 14px 12px;}body.page-home #owl-demo3 .txts h2{margin-bottom:6px;font-size:17px;}body.page-home #owl-demo3 .txts .p{min-height:0;margin-bottom:10px;font-size:12px;-webkit-line-clamp:2;}body.page-home .stitch-case-link__icon{margin-left:4px;width:16px;height:16px;}body.page-home .stitch-chat-avatar{flex-basis:46px;width:46px;height:46px;border-radius:14px;}body.page-home .stitch-chat-bubble{max-width:calc(100% - 58px);padding:16px;font-size:13px;}body.page-home .stitch-network-map{min-height:280px;}body.page-home .stitch-network-point b{font-size:10px;}}.stitch-faq-container{padding:20px 0 40px;}.stitch-faq-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin:0;padding:0;list-style:none;}.stitch-faq-card{background:#fff;border-radius:16px;padding:36px 24px 32px;border:1px solid rgba(15,23,42,0.06);box-shadow:0 4px 12px rgba(15,23,42,0.02);transition:all 0.35s cubic-bezier(0.16,1,0.3,1);position:relative;overflow:hidden;}.stitch-faq-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:transparent;transition:all 0.35s ease;}.stitch-faq-card:nth-child(1):hover::before{background:#3b82f6;}.stitch-faq-card:nth-child(2):hover::before{background:#f59e0b;}.stitch-faq-card:nth-child(3):hover::before{background:#ef4444;}.stitch-faq-card:nth-child(4):hover::before{background:#8b5cf6;}.stitch-faq-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(15,23,42,0.08);border-color:rgba(15,23,42,0.08);}.stitch-faq-head{display:flex;flex-direction:column;align-items:center;margin-bottom:28px;text-align:center;}.stitch-faq-icon{width:56px;height:56px;background:#f8fafc;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;transition:all 0.3s ease;}.stitch-faq-card:hover .stitch-faq-icon{transform:scale(1.05);}.stitch-faq-icon__svg{width:30px;height:30px;display:block;}.stitch-faq-card:nth-child(1) .stitch-faq-icon{color:#3b82f6;background:rgba(59,130,246,0.08);}.stitch-faq-card:nth-child(2) .stitch-faq-icon{color:#f59e0b;background:rgba(245,158,11,0.08);}.stitch-faq-card:nth-child(3) .stitch-faq-icon{color:#ef4444;background:rgba(239,68,68,0.08);}.stitch-faq-card:nth-child(4) .stitch-faq-icon{color:#8b5cf6;background:rgba(139,92,246,0.08);}.stitch-faq-head h3{font-size:20px;font-weight:700;color:var(--stitch-ink);margin:0;letter-spacing:0.02em;}.stitch-faq-body{display:flex;flex-direction:column;gap:16px;}.stitch-faq-body p{font-size:14px;color:var(--stitch-slate);margin:0;line-height:1.6;display:flex;align-items:flex-start;transition:color 0.2s ease;cursor:default;}.stitch-faq-body .stitch-faq-link{font-size:14px;color:var(--stitch-slate);margin:0;line-height:1.6;display:flex;align-items:flex-start;transition:color 0.2s ease;text-decoration:none;}.stitch-faq-body p:hover{color:var(--stitch-blue);}.stitch-faq-body .stitch-faq-link:hover{color:var(--stitch-blue);}.stitch-faq-body p span{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:20px;height:20px;background:rgba(15,23,42,0.04);color:#94a3b8;font-size:12px;font-weight:700;border-radius:4px;margin-right:12px;margin-top:1px;font-family:'Manrope',sans-serif;}.stitch-faq-body .stitch-faq-link span{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:20px;height:20px;background:rgba(15,23,42,0.04);color:#94a3b8;font-size:12px;font-weight:700;border-radius:4px;margin-right:12px;margin-top:1px;font-family:'Manrope',sans-serif;}.stitch-faq-card:hover .stitch-faq-body p span{background:var(--stitch-blue);color:#fff;}.stitch-faq-card:hover .stitch-faq-body .stitch-faq-link span{background:var(--stitch-blue);color:#fff;}@media (max-width:1199px){.stitch-faq-grid{grid-template-columns:repeat(2,1fr);gap:20px;}}@media (max-width:640px){.stitch-faq-grid{grid-template-columns:1fr;}}body.page-home .stitch-network-stage{position:relative;background:#f8fafc;border-radius:32px;padding:0;overflow:hidden;margin:60px 0;border:1px solid rgba(15,23,42,0.06);box-shadow:0 10px 40px rgba(15,23,42,0.03);}body.page-home .stitch-network-map{position:relative;width:100%;margin-bottom:0;min-height:clamp(320px,38vw,470px);background:linear-gradient(180deg,#edf2fa 0%,#e2eaf6 100%);overflow:hidden;}body.page-home .stitch-network-map-canvas{position:relative;width:100%;height:clamp(320px,38vw,470px);}body.page-home .stitch-network-map--image{display:flex;align-items:center;justify-content:center;padding:0;background:none;min-height:auto;}body.page-home .stitch-network-map-image{display:block;width:100%;height:auto;object-fit:cover;border-radius:0;}body.page-home .stitch-network-map-grid{display:flex;transition:transform 0.5s cubic-bezier(0.4,0,0.2,1);}body.page-home .stitch-network-city-card{flex:0 0 100%;width:100%;min-width:0;}body.page-home .stitch-network-map__city{position:absolute;top:20px;left:28px;z-index:5;font-size:20px;font-weight:800;color:#1e293b;letter-spacing:0.06em;text-shadow:0 1px 2px rgba(255,255,255,0.8);}body.page-home .stitch-map-carousel-nav{position:absolute;top:calc(50% + 20px);transform:translateY(-50%);width:42px;height:42px;border-radius:50%;background:rgba(255,255,255,0.92);border:1px solid rgba(15,23,42,0.08);box-shadow:0 2px 10px rgba(15,23,42,0.1);cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;font-size:22px;color:#475569;transition:all 0.25s ease;padding:0;line-height:1;}body.page-home .stitch-map-carousel-nav:hover{background:#fff;box-shadow:0 4px 20px rgba(15,23,42,0.14);color:var(--stitch-blue,#2f54eb);}body.page-home .stitch-map-carousel-prev{left:16px;}body.page-home .stitch-map-carousel-next{right:16px;}body.page-home .stitch-map-carousel-tabs{display:flex;justify-content:center;align-items:center;gap:0;padding:14px 0 4px;background:#f8fafc;}body.page-home .stitch-map-carousel-tab{position:relative;padding:10px 32px;font-size:15px;font-weight:600;color:#94a3b8;background:none;border:none;cursor:pointer;transition:color 0.3s ease;letter-spacing:0.06em;}body.page-home .stitch-map-carousel-tab:hover{color:#475569;}body.page-home .stitch-map-carousel-tab.is-active{color:var(--stitch-blue,#2f54eb);}body.page-home .stitch-map-carousel-tab.is-active:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:24px;height:3px;border-radius:2px;background:var(--stitch-blue,#2f54eb);}body.page-home .stitch-network-map-base{width:100%;display:block;height:auto;object-fit:contain;}body.page-home .stitch-network-watermark{display:none;}body.page-home .stitch-network-point{position:absolute;display:flex;align-items:center;gap:4px;transform:translate(-50%,-100%);background:transparent;padding:0;border:none;box-shadow:none;z-index:10;transition:transform 0.3s;cursor:default;}body.page-home .stitch-network-point:hover{transform:translate(-50%,-100%) scale(1.1);z-index:20;}body.page-home .stitch-network-point .material-symbols-outlined{color:#ef4444;font-size:28px;filter:drop-shadow(0 4px 6px rgba(239,68,68,0.5));}body.page-home .stitch-network-point b{font-size:13px;font-weight:600;color:#334155;background:rgba(255,255,255,0.95);padding:2px 8px;border-radius:20px;box-shadow:0 4px 12px rgba(15,23,42,0.08);backdrop-filter:blur(4px);white-space:nowrap;}body.page-home .point-beijing{top:38.5%;left:72%;}body.page-home .point-shanghai{top:58%;left:81.5%;}body.page-home .point-guangzhou{top:78%;left:69.5%;}body.page-home .point-chengdu{top:61%;left:56.5%;}body.page-home .point-heilongjiang{top:16.5%;left:83%;}body.page-home .point-xinjiang{top:32%;left:24%;}body.page-home .point-wuhan{top:62.5%;left:69.5%;}body.page-home .point-taiwan{top:81%;left:81%;}@media (max-width:768px){body.page-home .stitch-network-point .material-symbols-outlined{font-size:18px;filter:drop-shadow(0 2px 4px rgba(239,68,68,0.5));}body.page-home .stitch-network-point b{font-size:10px;padding:1px 4px;box-shadow:0 2px 6px rgba(15,23,42,0.06);}}body.page-home .stitch-network-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:20px 0 28px;border:0;}body.page-home .stitch-network-metrics div{position:relative;padding:28px 22px 24px;border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,0.98) 0%,rgba(248,251,255,0.98) 100%);border:1px solid rgba(148,163,184,0.16);box-shadow:0 16px 36px rgba(15,23,42,0.05);text-align:center;overflow:hidden;isolation:isolate;}body.page-home .stitch-network-metrics div+div{border-left:0;}body.page-home .stitch-network-metrics div:before{content:"";position:absolute;left:18px;right:18px;top:0;height:4px;border-radius:0 0 999px 999px;background:rgba(47,84,235,0.22);}body.page-home .stitch-network-metrics div:after{content:"";position:absolute;top:-44px;right:-34px;width:118px;height:118px;border-radius:50%;background:radial-gradient(circle,rgba(47,84,235,0.12) 0%,rgba(47,84,235,0) 68%);z-index:-1;}body.page-home .stitch-network-metrics .is-red:before{background:rgba(200,22,29,0.2);}body.page-home .stitch-network-metrics .is-red:after{background:radial-gradient(circle,rgba(200,22,29,0.1) 0%,rgba(200,22,29,0) 68%);}body.page-home .stitch-network-metrics .is-orange:before{background:rgba(255,94,58,0.2);}body.page-home .stitch-network-metrics .is-orange:after{background:radial-gradient(circle,rgba(255,94,58,0.12) 0%,rgba(255,94,58,0) 68%);}body.page-home .stitch-network-metrics strong{display:block;font-size:40px;line-height:0.95;font-weight:800;letter-spacing:-0.04em;}body.page-home .stitch-network-metrics span{display:block;margin-top:10px;font-size:14px;line-height:1.45;font-weight:700;color:#334155;}body.page-home .stitch-network-metrics em{display:block;margin-top:6px;font-style:normal;font-size:10px;font-weight:700;letter-spacing:0.18em;text-transform:uppercase;color:#94a3b8;}@media (max-width:830px){body.page-home .stitch-network-stage{margin:34px 0 16px;border-radius:24px;}body.page-home .stitch-network-metrics{grid-template-columns:1fr;gap:12px;margin:0 0 18px;}body.page-home .stitch-network-metrics div{display:grid;grid-template-columns:auto 1fr;grid-template-areas:"num title"
			"num en";align-items:center;column-gap:16px;row-gap:4px;padding:20px 18px;border-radius:22px;text-align:left;}body.page-home .stitch-network-metrics div+div{border-top:0;}body.page-home .stitch-network-metrics strong{grid-area:num;font-size:34px;margin:0;}body.page-home .stitch-network-metrics span{grid-area:title;margin:0;font-size:15px;}body.page-home .stitch-network-metrics em{grid-area:en;margin:0;font-size:10px;letter-spacing:0.16em;}}@media (max-width:480px){body.page-home .stitch-network-stage{margin:28px 0 14px;border-radius:20px;}body.page-home .stitch-network-metrics div{padding:18px 16px;column-gap:14px;}body.page-home .stitch-network-metrics strong{font-size:30px;}body.page-home .stitch-network-metrics span{font-size:14px;}body.page-home .stitch-network-metrics em{font-size:9px;}}
