:root{--c-teal:#3db8b3;--c-teal-dark:#2fa39e;--c-teal-gradient:linear-gradient(90deg, #3db8b3 0%, #4ac9c3 100%);--c-orange:#e8822d;--c-orange-dark:#d87522;--c-footer:#222;--c-text:#333;--c-text-muted:#666;--c-text-light:#333;--c-border:#e5e5e5;--c-card:#f5f5f5;--c-white:#fff;--container:1200px;--header-h:100px;--radius-btn:999px;--font:"Source Han Sans SC", "Noto Sans CJK SC", "Noto Sans SC", "思源黑体", "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", sans-serif}@media (width<=1024px){:root{--header-h:40px}}*,:before,:after{box-sizing:border-box}html{-webkit-font-smoothing:antialiased}body{font-family:var(--font);color:var(--c-text);background:var(--c-white);margin:0;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul{margin:0;padding:0;list-style:none}.admin-wrap{color:#e6edf3;--admin-header-h:52px;background:#0f1419;min-height:100vh;font-size:14px}.admin-top{z-index:20;background:#161b22;border-bottom:1px solid #30363d;justify-content:space-between;align-items:center;padding:12px 20px;display:flex;position:sticky;top:0}.admin-top h1{margin:0;font-size:16px;font-weight:600}.admin-top a,.admin-top button{color:#58a6ff;cursor:pointer;font:inherit;background:0 0;border:none}.admin-body{min-height:calc(100vh - var(--admin-header-h));align-items:flex-start;display:flex}.admin-nav{width:180px;top:var(--admin-header-h);max-height:calc(100vh - var(--admin-header-h));-webkit-overflow-scrolling:touch;box-sizing:border-box;background:#161b22;border-right:1px solid #30363d;flex-shrink:0;align-self:flex-start;padding:16px 0;position:sticky;overflow-y:auto}.admin-nav a{color:#8b949e;padding:8px 20px;text-decoration:none;display:block}.admin-nav a:hover,.admin-nav a.is-on{color:#e6edf3;background:#21262d}.admin-main{flex:1;max-width:1100px;padding:20px 24px}.admin-card{background:#161b22;border:1px solid #30363d;border-radius:8px;margin-bottom:16px;padding:16px}.admin-card h2{color:#e6edf3;margin:0 0 12px;font-size:15px}.admin-main button{color:#e6edf3}.admin-form-grid button[type=button]{font:inherit;background:#21262d;border:1px solid #30363d;border-radius:6px;align-self:center;padding:6px 12px;line-height:1.35}.admin-form-grid button[type=button]:hover:not(:disabled){background:#30363d;border-color:#6e7681}.admin-form-grid button[type=button]:disabled{opacity:.55;cursor:not-allowed}.admin-table button{font:inherit;background:#21262d;border:1px solid #30363d;border-radius:6px;padding:4px 10px;line-height:1.35}.admin-table button:hover:not(:disabled){background:#30363d;border-color:#6e7681}.admin-table button:disabled{opacity:.55;cursor:not-allowed}.admin-form-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));align-items:end;gap:10px 16px;display:grid}.admin-form-grid label{color:#8b949e;flex-direction:column;gap:4px;font-size:12px;display:flex}.admin-form-grid input,.admin-form-grid select,.admin-form-grid textarea{color:#e6edf3;font:inherit;background:#0d1117;border:1px solid #30363d;border-radius:6px;padding:6px 10px}.admin-form-grid textarea{resize:vertical;min-height:60px}.admin-actions{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.admin-table .admin-thumb-cell{vertical-align:middle;width:76px;padding:8px 10px}.admin-table img.admin-thumb{object-fit:cover;border:1px solid #30363d;border-radius:4px;width:64px;height:40px;display:block}img.admin-health-cover-preview{object-fit:cover;border:1px solid #30363d;border-radius:6px;max-width:min(100%,280px);max-height:140px;margin-top:10px}.admin-paste-zone{color:#8b949e;cursor:default;border:1px dashed #30363d;border-radius:6px;outline:none;margin-top:8px;padding:10px 12px;font-size:12px;line-height:1.45}.admin-paste-zone:focus{color:#c9d1d9;background:#0d1117;border-color:#58a6ff}.admin-paste-zone:focus-visible{box-shadow:0 0 0 2px #58a6ff59}.admin-actions button{border-radius:var(--radius-btn);color:#e6edf3;cursor:pointer;font:inherit;background:#21262d;border:1px solid #30363d;padding:6px 14px}.admin-actions button:hover:not(:disabled){background:#30363d;border-color:#6e7681}.admin-actions button.primary{color:#fff;background:#238636;border-color:#238636}.admin-actions button.primary:hover:not(:disabled){background:#2ea043;border-color:#2ea043}.admin-table-wrap{overflow-x:auto}.admin-table{border-collapse:collapse;width:100%;font-size:13px}.admin-table th,.admin-table td{text-align:left;vertical-align:top;border-bottom:1px solid #30363d;padding:8px 10px}.admin-table th{color:#8b949e;font-weight:500}.admin-table .mut{color:#8b949e;text-overflow:ellipsis;max-width:220px;overflow:hidden}.admin-login{background:#161b22;border:1px solid #30363d;border-radius:8px;max-width:360px;margin:80px auto;padding:24px}.admin-login h1{margin:0 0 16px;font-size:18px}.admin-login label{color:#8b949e;margin-bottom:12px;font-size:13px;display:block}.admin-login input{box-sizing:border-box;color:#e6edf3;background:#0d1117;border:1px solid #30363d;border-radius:6px;width:100%;margin-top:4px;padding:8px 10px}.admin-login .err{color:#f85149;margin-bottom:12px;font-size:13px}.admin-login button{border-radius:var(--radius-btn);color:#fff;width:100%;font:inherit;cursor:pointer;background:#238636;border:none;margin-top:8px;padding:10px}.admin-home-section{border-bottom:1px solid #30363d;margin-bottom:28px;padding-bottom:24px}.admin-home-section--partners{border-bottom:none;margin-bottom:16px;padding-bottom:0}.admin-home-section__title{color:#e6edf3;margin:0 0 8px;font-size:14px;font-weight:600}.admin-home-section__desc{color:#8b949e;margin:0 0 16px;font-size:12px;line-height:1.55}.admin-home-section__desc strong{color:#c9d1d9;font-weight:600}.admin-home-section__desc code{color:#79c0ff;background:#0d1117;border:1px solid #30363d;border-radius:4px;padding:1px 5px;font-size:11px}.admin-partner-block{background:#0d1117;border:1px solid #30363d;border-radius:8px;margin-bottom:16px;padding:12px}.admin-partner-block__head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.admin-partner-block__index{color:#58a6ff;font-size:12px;font-weight:600}.admin-partner-block__head button{color:#e6edf3;font:inherit;cursor:pointer;background:#21262d;border:1px solid #30363d;border-radius:6px;padding:4px 10px;font-size:12px}.admin-partner-block__head button:hover{background:#30363d}.admin-partner-block__actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.admin-partner-block__thumb{object-fit:contain;background:#161b22;border:1px solid #30363d;border-radius:4px;width:56px;height:36px}.admin-partner-add{color:#8b949e;font:inherit;cursor:pointer;background:0 0;border:1px dashed #6e7681;border-radius:6px;margin-top:4px;padding:8px 14px;font-size:13px}.admin-partner-add:hover{color:#e6edf3;border-color:#58a6ff}.admin-stores-toolbar{background:linear-gradient(155deg,#1c222b 0%,#141920 42%,#11161c 100%);border:1px solid #3d444d;border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:20px 24px;margin:4px 0 18px;padding:20px 22px;display:flex;box-shadow:inset 0 1px #ffffff0d,0 10px 28px #0006}.admin-stores-toolbar__main{flex-direction:column;flex:280px;gap:12px;min-width:0;display:flex}.admin-stores-toolbar__head{flex-direction:column;gap:4px;display:flex}.admin-stores-toolbar__kicker{letter-spacing:.12em;color:#58a6ff;text-transform:uppercase;font-size:11px;font-weight:650}.admin-stores-toolbar__title{color:#f0f3f6;letter-spacing:-.02em;margin:0;font-size:18px;font-weight:650;line-height:1.25}.admin-stores-toolbar__aside{flex-direction:column;flex:0 auto;align-items:flex-end;gap:12px;display:flex}@media (width>=720px){.admin-stores-toolbar__aside{flex-direction:row;align-items:center}}.admin-region-select{color:#e6edf3;cursor:pointer;appearance:none;background-color:#0d1117;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%238b949e' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M5.5 7.5 10 12l4.5-4.5'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;background-size:20px;border:1px solid #545d68;border-radius:12px;width:100%;min-width:min(100%,280px);max-width:400px;padding:14px 44px 14px 18px;font-size:16px;font-weight:500;line-height:1.4;transition:border-color .18s,box-shadow .18s,background-color .18s;display:block;box-shadow:0 2px 8px #00000059}.admin-region-select:hover{background-color:#010409;border-color:#8b949e;box-shadow:0 4px 14px #00000073}.admin-region-select:focus{border-color:#58a6ff;outline:none;box-shadow:0 0 0 3px #58a6ff47,0 4px 18px #00000073}.admin-stores-meta{color:#8b949e;text-align:right;font-size:13px;line-height:1.45}.admin-stores-meta strong{color:#e6edf3;font-weight:600}.admin-stores-pager{background:#0d1117a6;border:1px solid #30363d;border-radius:12px;align-items:center;gap:4px;padding:4px;display:inline-flex}.admin-stores-pager button{color:#e6edf3;font:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:9px;padding:10px 16px;font-size:14px;font-weight:500;transition:background .15s,border-color .15s}.admin-stores-pager button:hover:not(:disabled){background:#21262d;border-color:#484f58}.admin-stores-pager button:disabled{opacity:.38;cursor:not-allowed}.admin-stores-pager__indicator{text-align:center;color:#f0f3f6;letter-spacing:.02em;min-width:72px;padding:0 8px;font-size:14px;font-weight:600}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.header{z-index:1000;height:var(--header-h);background:var(--c-white);transition:height .22s;position:sticky;top:0;box-shadow:0 1px #0000000f}.header__inner{box-sizing:border-box;justify-content:flex-start;align-items:center;gap:34px;width:1200px;max-width:1200px;height:100%;margin:0 auto;padding:0;display:flex}.header__logo-link{margin-right:249px;display:inline-flex}.logo-mark{flex-shrink:0;align-items:center;display:flex}.header .logo-mark__img{width:156px;height:55px;transition:width .22s,height .22s;display:block}.header__menu-btn{border-radius:var(--radius-btn);background:#fff;border:1px solid #d9d9d9;flex-direction:column;flex-shrink:0;justify-content:space-between;align-items:stretch;width:40px;height:40px;padding:8px 6px;display:none}.header__menu-btn span{background:#333;border-radius:1px;height:2px;display:block}.nav{flex:none;justify-content:flex-start;align-items:center;gap:34px;width:auto;max-width:none;display:flex}.nav__item-wrap{align-items:center;margin-bottom:-10px;padding-bottom:10px;display:inline-flex;position:relative}.nav__item{color:#333;white-space:nowrap;font-size:18px;font-family:"Source Han Sans SC-Rgular", "思源黑体-Rgular", var(--font);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:8px 0;font-weight:400;text-decoration:none;display:inline-flex;position:relative}.nav__item:hover,.nav__item:focus,.nav__item:focus-visible,.nav__item:active{text-decoration:none}.nav__item:hover,.nav__item.is-active{color:var(--c-teal)}.nav__item.is-active{font-family:"Source Han Sans SC-Blod", "思源黑体-Blod", var(--font);font-weight:700}.nav__chevron{opacity:.7;border-top:5px solid;border-left:4px solid #0000;border-right:4px solid #0000;width:0;height:0;margin-top:2px}.nav__dropdown{background:#fffc;border-radius:4px;min-width:160px;padding:8px 0;position:absolute;top:calc(100% - 2px);left:50%;transform:translate(-50%);box-shadow:0 8px 24px #0000001a}.nav__dropdown a{color:#333;padding:10px 20px;font-size:15px;display:block}.nav__dropdown a:hover,.nav__dropdown a.is-sub-active{color:var(--c-teal);background:#3db8b314}.header__hotline{background:var(--c-orange);color:#fff;box-sizing:border-box;white-space:nowrap;border-radius:0;flex-shrink:0;justify-content:center;align-items:center;gap:8px;width:249px;height:100px;margin-right:0;padding:0 16px 0 14px;font-size:14px;transition:height .22s;display:flex}.header.header--compact,.header.header--compact .header__hotline{height:80px}.header__hotline small{opacity:.95;font-size:14px;font-family:"Source Han Sans SC-Rgular", "思源黑体-Rgular", var(--font);font-weight:400;display:block}.header__hotline strong{font-size:24.3px;font-family:"Source Han Sans SC-Medium", "思源黑体-Medium", var(--font);letter-spacing:.5px;font-weight:500}.header__hotline-icon{object-fit:contain;flex-shrink:0;width:42px;height:42px}@media (width<=1024px){.header,.header.header--compact{height:var(--header-h);min-height:var(--header-h)}.header.header--compact .logo-mark__img{width:auto;height:20.8px}.header__inner{flex-wrap:nowrap;justify-content:space-between;align-items:center;width:100%;height:100%;min-height:0;padding:0 12px 0 16px;position:relative}.header__logo-link{margin-right:0}.header .logo-mark__img{width:auto;height:20.8px}.header__menu-btn{width:32px;height:32px;box-shadow:none;background:0 0;border:none;border-radius:0;padding:7px 2px;display:inline-flex}.header__menu-btn--open span:first-child{transform:translateY(6px)rotate(45deg)}.header__menu-btn--open span:nth-child(2){opacity:0}.header__menu-btn--open span:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.header__menu-btn span{transition:transform .2s,opacity .2s}.nav--desktop{display:none!important}.header__hotline{display:none}}.header-drawer-backdrop{z-index:1999;cursor:pointer;background:#00000073;border:0;margin:0;padding:0;position:fixed;inset:0}.header-drawer{z-index:2000;box-sizing:border-box;background:#fff;flex-direction:column;width:225px;max-width:100%;padding:8px 0 0;display:flex;position:fixed;top:0;bottom:0;right:0;overflow:hidden;box-shadow:-4px 0 24px #0000001f}.header-drawer__top{border-bottom:1px solid #efefef;flex-direction:row;flex-shrink:0;justify-content:flex-end;align-items:center;padding:8px;display:flex;position:relative}.header-drawer__close{color:#7c4fe0;background:0 0;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;margin:0;font-size:24px;font-weight:300;line-height:1;display:inline-flex;position:relative;top:auto;right:auto}.header-drawer__list{-webkit-overflow-scrolling:touch;flex:1;min-height:0;padding:0 8px 48px;overflow-y:auto}.header-drawer__row{color:#333;box-sizing:border-box;text-align:left;cursor:pointer;border-bottom:1px solid #e8e8e8;justify-content:space-between;align-items:center;width:100%;padding:10px 0;font-family:inherit;font-size:12px;text-decoration:none;display:flex}.header-drawer__row--btn{background:0 0;border:none;border-radius:0}.header-drawer__row.is-active,.header-drawer__row--btn.is-active{color:var(--c-teal);font-weight:600}.header-drawer__chev{color:#b0b0b0;flex-shrink:0;font-size:14px;font-weight:400;line-height:1}.header-drawer__group.is-open .header-drawer__chev{color:var(--c-teal)}.header-drawer__sub{border-bottom:1px solid #e8e8e8;padding:0 0 8px 12px;display:none}.header-drawer__group.is-open .header-drawer__sub{display:block}.header-drawer__sub a{color:#555;padding:8px 0;font-size:11px;display:block}.header-drawer__sub a.is-active{color:var(--c-teal);font-weight:600}.header-drawer__foot{left:6px;right:6px;bottom:calc(20px + env(safe-area-inset-bottom,0px));z-index:2;color:#666;max-width:none;font-size:9px;line-height:1.45;position:absolute}.header-drawer__foot p{margin:0}.header-drawer__foot-tel{color:#000;font-family:Source Han Sans SC-Bold,思源黑体-Bold,PingFang SC,Heiti SC,STHeiti,Microsoft YaHei,sans-serif;font-size:11px;font-weight:700}@media (width<=1024px){.header-drawer__foot-tel{font-size:20px}}.footer{background:var(--c-footer);color:#ffffffd9;box-sizing:border-box;min-height:295px;padding:0 20px}.footer__inner{max-width:var(--container);grid-template-columns:max-content max-content 1fr;gap:40px 91px;margin:0 auto;padding-top:58px;padding-bottom:32px;display:grid}.footer__col--brand,.footer__col--brand .logo-mark__img{width:160px}.footer__hotline{width:100%;margin-top:20px;line-height:1.5}.footer__hotline span{font-size:19px;font-family:"Source Han Sans SC-Regular", "思源黑体-Regular", var(--font);color:#ffffffb3;font-weight:400;display:block}.footer__hotline strong{font-size:22px;font-family:"Source Han Sans SC-Regular", "思源黑体-Regular", var(--font);color:#fff;letter-spacing:1px;font-weight:400}.footer__qrs{justify-content:flex-start;gap:32px;display:flex}.footer__qr{text-align:center;flex-direction:column;align-items:center;display:flex}.footer__qr img,.footer__qr .qr-placeholder{background:#fff;border-radius:4px;flex-shrink:0;width:101px;height:101px;margin:0 0 8px}.footer__qr span{text-align:center;font-size:15px;font-family:"Source Han Sans SC-Regular", "思源黑体-Regular", var(--font);color:#fffc;font-weight:400;display:block}.footer__social{flex-direction:column;gap:12px;display:flex}.footer__social-row{flex-wrap:wrap;gap:20px 28px;display:flex}.footer__social a{font-size:16px;font-family:"Source Han Sans SC-Light", "思源黑体-Light", var(--font);color:#ffffffe6;align-items:center;gap:8px;font-weight:300;line-height:21px;display:inline-flex}.footer__social a img{object-fit:contain;flex-shrink:0;width:21px;height:21px;display:block}.footer__social a[href=\#xhs] img,.footer__social a[href=\#zh] img{width:45px;height:21px}.footer__social a[href=\#ks] img{width:26px;height:26px;transform:translate(10px)}.footer__social a[href=\#ks]{gap:28px}.footer__social a[href=\#dy] img{transform:translateY(0)}.footer__social a[href=\#wb] img{transform:translateY(-1px)}.footer__legal{max-width:var(--container);color:#ffffff73;border-top:1px solid #ffffff1f;flex-wrap:wrap;justify-content:space-between;gap:12px;margin:0 auto;padding:20px 20px 28px;font-size:12px;line-height:1.6;display:flex}@media (width<=1024px){.footer__col--brand .logo-mark__img{width:128px}.footer__hotline span{font-size:14px}.footer__hotline strong{font-size:20px}.footer__qr span{font-size:14px}.footer__social a{font-size:16px}.footer__legal{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px}.footer__legal,.footer__legal p{font-size:14px}.footer__legal p{max-width:100%;margin:0}}@media (width<=900px){.footer{height:auto;padding:0 16px}.footer__inner{text-align:center;grid-template-columns:1fr;row-gap:24px;padding-top:36px;padding-bottom:24px}.footer__col--brand{flex-direction:column;justify-content:center;align-items:center;gap:10px;width:auto;display:flex}.footer__col--brand .logo-mark__img{width:128px}.footer__hotline{text-align:center;margin-top:0}.footer__qrs{flex-wrap:nowrap;justify-content:center;gap:16px;margin-top:-10px}.footer__qr{text-align:center}.footer__social{align-items:center;margin-top:-5px}.footer__social-row{justify-content:center}}@media (width<=480px){.footer__col--brand{gap:12px}.footer__col--brand .logo-mark__img{width:128px}.footer__qr img,.footer__qr .qr-placeholder{width:101px;height:101px}}.page-hero{width:100%;height:450px;position:relative;overflow:hidden}.page-hero--dark .page-hero__mask{background:#00000059;position:absolute;inset:0}.page-hero__img{object-fit:cover;object-position:center;width:100%;height:100%}.page-hero__title{color:#fff;letter-spacing:4px;text-shadow:0 2px 12px #00000059;z-index:1;white-space:nowrap;margin:0;font-family:Source Han Sans SC,Noto Sans CJK SC,Noto Sans SC,思源黑体,sans-serif;font-size:48px;font-weight:900;position:absolute;top:43px;left:50%;transform:translate(-50%)}@media (width<=900px){.page-hero{height:450px}.page-hero__title{letter-spacing:2px;font-size:48px;top:27px}}.breadcrumb{max-width:var(--container);color:var(--c-text-light);margin:0 auto;padding:39px 0 0;font-family:Source Han Sans SC,Noto Sans SC,PingFang SC,Microsoft YaHei,sans-serif;font-size:20px;font-weight:400}.breadcrumb__link{color:var(--c-text-light)}.breadcrumb__link:hover{color:var(--c-teal)}.breadcrumb__current{color:var(--c-teal);font-weight:500}.breadcrumb__sep{color:#ccc}@media (width<=900px){.breadcrumb{font-size:14px}}.about-co{padding-bottom:0}.about-co .page-hero__title{top:38px}@media (width<=900px){.about-co .page-hero{height:195px}.about-co .page-hero__title{letter-spacing:2px;font-size:20px;top:20px}.about-co .breadcrumb{margin:0 auto 20px;padding:10px 0 0}}.about-intro{background:0 0;max-width:1320px;margin:0 auto;padding:45px 20px 80px}.about-intro h2{text-align:center;color:var(--c-teal);letter-spacing:0;margin:0 0 26px;font-family:Source Han Sans SC,Noto Sans SC,PingFang SC,Microsoft YaHei,sans-serif;font-size:36px;font-weight:500}.about-intro__grid{grid-template-columns:1fr .95fr;align-items:center;gap:34px;max-width:1200px;margin:0 auto;display:grid}@media (width<=900px){.about-intro__grid{grid-template-columns:1fr}}.about-intro__text p{color:#333;text-align:left;text-indent:2em;margin:0 0 14px;font-size:20px;line-height:2}.about-intro__media{aspect-ratio:16/9;background:#c5c5c7;border-radius:0;position:relative;overflow:hidden}.about-intro__slide{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .35s;position:absolute;inset:0}.about-intro__slide.is-active{opacity:1}.about-intro__nav{color:#fff;cursor:pointer;background:#0000005c;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:22px;line-height:1;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.about-intro__nav--prev{left:10px}.about-intro__nav--next{right:10px}.about-intro__dots{gap:8px;display:flex;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.about-intro__dot{cursor:pointer;background:#ffffff85;border:none;border-radius:50%;width:8px;height:8px;padding:0}.about-intro__dot.is-active{background:#fff}.mission-row{background:0 0;grid-template-columns:repeat(3,1fr);gap:0 103px;max-width:1200px;margin:0 auto 137px;padding:18px 20px 0;display:grid}@media (width<=800px){.mission-row{grid-template-columns:1fr}}.mission-item{text-align:left;grid-template-columns:26px 1fr;align-items:start;gap:14px 10px;display:grid}.mission-item__icon{object-fit:contain;grid-row:1/span 2;width:20px;height:20px;margin:0}.mission-item h3{color:var(--c-orange);margin:0;font-family:Source Han Sans SC,Noto Sans SC,PingFang SC,Microsoft YaHei,sans-serif;font-size:24px;font-weight:700;line-height:1.15}.mission-item p{color:#333;grid-column:2;margin:0;font-size:20px;line-height:1.6}@media (width<=900px){.about-intro{padding:0 20px 80px}.about-intro h2{margin-top:-10px;margin-bottom:16px;font-size:18px}.about-intro__text p{margin-bottom:12px;font-size:14px;line-height:1.8}.about-intro__media{min-height:180px;margin-top:-10px}.about-intro__nav{width:28px;height:28px;font-size:20px}.mission-row{gap:18px;margin-top:-60px;padding-top:16px;padding-bottom:12px}.mission-item h3{font-size:18px}.mission-item p{font-size:14px;line-height:1.7}}.service-band{background:var(--c-teal);color:#fff;box-sizing:border-box;flex-direction:column;height:690px;padding:107px 20px 113px;display:flex}.service-band h2{text-align:center;letter-spacing:.2px;margin:0 0 10px;font-family:Source Han Sans SC,Noto Sans SC,PingFang SC,Microsoft YaHei,sans-serif;font-size:36px;font-weight:500}.service-band__sub{text-align:center;color:#fff;opacity:1;max-width:820px;margin:0 auto 28px;font-size:20px;line-height:1.6}.service-cards{grid-template-columns:repeat(4,278px);justify-content:start;gap:0 29.333px;width:1200px;max-width:1200px;height:325px;margin:auto auto 0;display:grid}@media (width<=1000px){.service-cards{grid-template-columns:repeat(2,278px);justify-content:center;gap:20px;width:auto;height:auto}}@media (width<=620px){.service-cards{grid-template-columns:repeat(2,minmax(0,1fr));justify-content:stretch;gap:16px 12px;width:100%;height:auto}}.service-card{color:var(--c-text);background:#ececed;border-bottom:3px solid #0000;border-radius:8px;width:278px;height:324px;transition:border-color .2s;position:relative;overflow:hidden}.service-card__pic{object-fit:cover;width:278px;height:165px;display:block}.service-card__panel{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:157px;padding:12px 14px;display:flex}.service-card__icon{object-fit:contain;width:40px;height:40px;margin-bottom:8px;transition:width .2s,height .2s}.service-card__icon--active{display:none}.service-card h3{color:var(--c-text);margin:0;font-family:Source Han Sans SC,Noto Sans SC,PingFang SC,Microsoft YaHei,sans-serif;font-size:20px;font-weight:500;line-height:1.2}.service-card p{color:var(--c-text-muted);text-align:left;box-sizing:border-box;opacity:0;width:100%;max-height:0;margin:0;padding:0 23px;font-family:Source Han Sans SC,Noto Sans SC,PingFang SC,Microsoft YaHei,sans-serif;font-size:15px;font-weight:400;line-height:1.7;transition:opacity .2s,max-height .2s;overflow:hidden}.service-card.is-active,.service-card:hover{border-bottom-color:var(--c-orange)}.service-card.is-active .service-card__pic,.service-card:hover .service-card__pic{display:none}.service-card.is-active .service-card__panel,.service-card:hover .service-card__panel{justify-content:flex-start;min-height:324px;padding:47px 0 12px}.service-card.is-active h3,.service-card:hover h3{color:var(--c-teal)}.service-card.is-active .service-card__icon,.service-card:hover .service-card__icon{width:54px;height:54px;margin-bottom:16px}.service-card.is-active .service-card__icon--default,.service-card:hover .service-card__icon--default{display:none}.service-card.is-active .service-card__icon--active,.service-card:hover .service-card__icon--active{display:block}.service-card.is-active h3,.service-card:hover h3{margin-bottom:33px}.service-card.is-active p,.service-card:hover p{opacity:1;max-height:110px}@media (width<=900px){.service-band{height:auto;min-height:0;margin-top:-90px;padding:36px 12px 42px}.service-band h2{font-size:18px}.service-band__sub{margin-bottom:22px;font-size:13px}.service-cards{grid-template-columns:repeat(2,minmax(0,1fr));justify-content:stretch;gap:16px 12px;width:100%;max-width:100%;height:auto}.service-card{flex-direction:column;align-items:stretch;width:100%;max-width:none;height:auto;display:flex}.service-card,.service-card:hover,.service-card.is-active{border-bottom-color:#0000}.service-card__pic{aspect-ratio:278/165;object-fit:cover;flex:none;width:100%;height:auto;min-height:0;display:block!important}.service-card.is-active .service-card__pic,.service-card:hover .service-card__pic{display:block!important}.service-card__panel,.service-card.is-active .service-card__panel,.service-card:hover .service-card__panel{text-align:center;box-sizing:border-box;flex-direction:column;flex:none;justify-content:flex-start;align-items:center;gap:5px;display:flex;overflow:visible;height:auto!important;min-height:0!important;max-height:none!important;margin-top:0!important;padding:10px 6.66667px 11.6667px!important}.service-card__icon{flex-shrink:0;width:33.3333px;height:33.3333px;margin-bottom:0}.service-card .service-card__icon--active,.service-card:hover .service-card__icon--active,.service-card.is-active .service-card__icon--active{display:none!important}.service-card .service-card__icon--default,.service-card:hover .service-card__icon--default,.service-card.is-active .service-card__icon--default{display:block!important}.service-card:hover .service-card__icon,.service-card.is-active .service-card__icon{width:33.3333px!important;height:33.3333px!important;margin-bottom:0!important}.service-card h3,.service-card:hover h3,.service-card.is-active h3{text-align:center;white-space:normal;text-overflow:clip;max-width:100%;margin:0 0 5px;font-size:14.1667px;line-height:1.3;overflow:visible;color:var(--c-text)!important}.service-card p,.service-card:hover p,.service-card.is-active p{text-align:left;box-sizing:border-box;width:100%;color:var(--c-text-muted);margin:0;padding:0 3.33333px;font-size:12px;line-height:1.65;overflow:visible;opacity:1!important;max-height:none!important;display:block!important}}.team-section{text-align:center;background-color:#f4f4f4;width:100%;max-width:none;height:1179px;margin:0;position:relative}.team-section h2{color:var(--c-teal);z-index:2;margin:0;font-family:Source Han Sans SC,Noto Sans SC,PingFang SC,Microsoft YaHei,sans-serif;font-size:36px;font-weight:500;line-height:1;position:absolute;top:98px;left:50%;transform:translate(-50%)}.team-section__sub{color:var(--c-text);z-index:2;white-space:nowrap;margin:0;font-size:20px;line-height:1;position:absolute;top:164px;left:50%;transform:translate(-50%)}.team-show{background-color:#0000;background-image:url(/images/about-company/%E4%B8%93%E4%B8%9A%E5%9B%A2%E9%98%9F%E6%A8%A1%E5%9D%97bg-%E6%96%B0%E7%89%88.png);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;max-width:none;height:1179px;margin:0;position:relative}@media (width<=900px){.team-section{height:auto;min-height:0;margin-top:-10px;padding:20px 12px 0}.team-section h2{font-size:20px;top:6px}.team-section__sub{white-space:normal;max-width:calc(100% - 24px);font-size:14px;line-height:1.4;top:33px}.team-show{aspect-ratio:auto;box-sizing:border-box;background-position:top;background-repeat:no-repeat;background-size:cover;height:340px;min-height:340px;max-height:340px;margin-top:0;padding-bottom:0;overflow:hidden}}.about-news{padding-bottom:0}.about-news .page-hero__title{top:43px}.about-news .news-tab{border-radius:var(--radius-btn);border:1px solid var(--c-border);width:188px;height:56px;color:var(--c-text);cursor:pointer;background:#fff;font-family:Source Han Sans SC,Noto Sans SC,PingFang SC,Microsoft YaHei,sans-serif;font-size:24px;font-weight:500;line-height:1}.about-news .news-tab--active{background:var(--c-teal-gradient);color:#fff;border-color:#0000;font-weight:600}.an-tabs{max-width:var(--container);justify-content:center;gap:31px;margin:0 auto;padding:60px 20px 50px;display:flex}.an-wrap{max-width:var(--container);margin:0 auto;padding:0 20px 32px}.an-grid{grid-template-columns:repeat(3,370px);justify-content:center;gap:38px 34px;margin-bottom:80px;display:grid}@media (width<=900px){.about-news .page-hero{height:190px}.about-news .page-hero__title{letter-spacing:2px;font-size:20px;top:25px}.about-news .breadcrumb{padding:10px 20px 0}.about-news .an-tabs{padding:20px 20px 15px}.about-news .an-wrap{padding:0 20px}.about-news .news-tab{width:135px;height:35px;font-size:14px}.about-news .an-grid{grid-template-columns:repeat(2,minmax(0,1fr));justify-items:stretch;gap:20px 10px;margin-bottom:30px;display:grid}.about-news .an-card{box-sizing:border-box;border-radius:7px;justify-self:center;width:100%;min-width:0;max-width:210px;height:260px;min-height:260px;max-height:260px;margin:0}.about-news .an-card__img{border-radius:6px 6px 0 0;flex-shrink:0;width:100%;height:130px;min-height:130px;max-height:130px}.about-news .an-card__date{margin-bottom:10px;font-size:14px}.about-news .an-card h3{-webkit-line-clamp:2;line-clamp:2;margin:0 0 10px;font-size:16px}.about-news .an-card p{min-height:2.16667em;margin:0 0 13px;font-size:13px}.about-news .an-card__body{flex:1;min-height:0;padding:12px 14px 38px}.about-news .an-card__hover{border-radius:7px;padding:12px 14px 38px;transform:translateY(8px)}.about-news .an-card__divider{margin:13px 0}.about-news .an-btn{gap:3px;width:123px;height:27px;font-size:14px;bottom:12px;left:14px}.about-news .an-card__hover .an-card__date{font-size:14px}.about-news .an-card__hover h3{font-size:16px}.about-news .an-card__hover p{-webkit-line-clamp:3;line-clamp:3;font-size:13px}.about-news .an-card__hover .an-card__summary--empty{min-height:2.25em}.about-news .pagination{gap:7px;padding:0 20px 30px}.about-news .pagination button{width:35px;height:35px;font-size:24.5px}.about-news .an-card{cursor:default;transition:none}.about-news .an-card:hover,.about-news .an-card:focus-within{background:var(--c-card);box-shadow:none;border-color:#0000000a;transform:none}.about-news .an-card:hover .an-card__img,.about-news .an-card:focus-within .an-card__img,.about-news .an-card:hover .an-card__body,.about-news .an-card:focus-within .an-card__body{opacity:1!important}.about-news .an-card:hover .an-card__hover,.about-news .an-card:focus-within .an-card__hover{pointer-events:none;opacity:0!important}.about-news .an-card:hover .an-btn,.about-news .an-card:focus-within .an-btn{color:var(--c-orange);border-color:var(--c-orange);background:#f5f5f5}.about-news .an-card:hover .an-btn:hover,.about-news .an-card:hover .an-btn:focus-visible,.about-news .an-card:focus-within .an-btn:hover,.about-news .an-card:focus-within .an-btn:focus-visible{background:var(--c-orange);color:#fff;border-color:var(--c-orange)}}.an-card{--news-card-raised-bg:#f0f0f2;--news-card-raised-border:#ececef;--news-card-raised-shadow:0 10px 24px #00000014;--news-card-raised-y:0px;background:var(--c-card);cursor:pointer;border:1px solid #0000000a;border-radius:8px;flex-direction:column;width:370px;height:465px;min-height:465px;transition:background-color .22s,border-color .22s,box-shadow .22s,transform .22s;display:flex;position:relative;overflow:hidden}.an-card__date{color:var(--c-orange);margin-bottom:34px;font-family:Source Han Sans SC,Noto Sans SC,PingFang SC,Microsoft YaHei,sans-serif;font-size:16px;font-weight:400;line-height:1}.an-card h3{color:#333;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin:0 0 35px;font-family:Source Han Sans SC,Noto Sans SC,PingFang SC,Microsoft YaHei,sans-serif;font-size:18px;font-weight:500;line-height:1.45;display:-webkit-box;overflow:hidden}.an-card p{color:var(--c-text-muted);flex:1;min-height:2.6em;margin:0 0 16px;font-family:Source Han Sans SC,Noto Sans SC,PingFang SC,Microsoft YaHei,sans-serif;font-size:15px;line-height:1.8}.an-card__body p{display:none}.an-card__img{object-fit:cover;border-radius:7px 7px 0 0;width:370px;height:220px;transition:opacity .25s}.an-card__body{flex-direction:column;flex:1;padding:40px 22px 39px;transition:opacity .2s;display:flex;position:relative}.an-card__hover{background:var(--news-card-raised-bg);border:1px solid var(--news-card-raised-border);opacity:0;pointer-events:none;border-radius:8px;flex-direction:column;padding:40px 22px 39px;transition:opacity .22s,transform .24s;display:flex;position:absolute;inset:0;transform:translateY(10px)}.an-card__divider{background:#b2b2b3;height:1px;margin:16px 0}.an-btn{width:148px;height:32px;color:var(--c-orange);border:1px solid var(--c-orange);border-radius:var(--radius-btn);cursor:pointer;background:#f5f5f5;justify-content:center;align-items:center;gap:4px;padding:0;font-family:Source Han Sans SC,Noto Sans SC,PingFang SC,Microsoft YaHei,sans-serif;font-size:16px;font-weight:400;transition:background .2s,color .2s,border-color .2s;display:inline-flex;position:absolute;bottom:39px;left:30px}a.an-btn{box-sizing:border-box;text-decoration:none}.an-card:hover,.an-card:focus-within{background:var(--news-card-raised-bg);box-shadow:var(--news-card-raised-shadow);transform:translateY(var(--news-card-raised-y));border-color:#0000}.an-card:hover .an-card__img,.an-card:focus-within .an-card__img,.an-card:hover .an-card__body,.an-card:focus-within .an-card__body{opacity:0}.an-card:hover .an-card__hover,.an-card:focus-within .an-card__hover{opacity:1;transform:translateY(0)}.an-card:hover .an-btn,.an-card:focus-within .an-btn,.an-btn:hover,.an-btn:focus-visible{background:var(--c-orange);color:#fff;border-color:var(--c-orange)}.an-card__hover .an-card__date{color:var(--c-orange);font-size:16px;font-weight:400;line-height:1}.an-card__hover h3{color:#333;margin-bottom:0;font-size:18px;font-weight:500;line-height:1.45}.an-card__hover p{color:#333;-webkit-line-clamp:7;line-clamp:7;-webkit-box-orient:vertical;margin:0;font-size:15px;font-weight:400;line-height:1.9;display:-webkit-box;overflow:hidden}.an-card__summary--empty{color:#0000}.an-card__hover .an-card__summary--empty{min-height:9.4em}.pagination{justify-content:center;align-items:center;gap:8px;padding:80px 20px;display:flex}.pagination button{width:40px;height:40px;color:var(--c-text);cursor:pointer;background:#f5f5f5;border:none;border-radius:0;font-family:Source Han Sans SC,Noto Sans SC,PingFang SC,Microsoft YaHei,sans-serif;font-size:28px;font-weight:500;line-height:1}.pagination button.is-active{background:var(--c-orange);color:#fff}.pagination button:disabled{opacity:.5;cursor:default}.health-page{padding-bottom:48px}.h-tabs-wrap{max-width:var(--container);border-bottom:1.5px solid var(--c-teal);margin:0 auto;padding:36px 0 0}.h-tabs{gap:63px;display:flex}.h-tabs button,.h-tabs a{border-radius:var(--radius-btn);color:var(--c-text-muted);cursor:pointer;background:0 0;border:none;margin-bottom:-1.5px;padding:16px 4px 14px;font-size:26px;font-weight:400;line-height:1.2;text-decoration:none}.h-tabs button.is-on,.h-tabs a.is-on{color:var(--c-teal);border-bottom:none;font-weight:700}.h-list{max-width:var(--container);margin:0 auto;padding:32px 20px 24px}.h-article{background:#fff;border:1px solid #0000;border-radius:6px;gap:35px;margin-bottom:36px;padding:24px;transition:background-color .24s,border-color .24s;display:flex}.h-article:hover,.h-article:focus-within{background:#f5f5f5;border-color:#0000}.h-article__img{object-fit:cover;border-radius:4px;width:470px;min-width:470px;max-width:470px;height:280px}.h-article__content{flex-direction:column;flex:1;align-items:flex-start;display:flex}.h-article h2{color:var(--c-text);margin:0 0 12px;font-size:26px;font-weight:700;line-height:1.35}.h-article p{color:var(--c-text-muted);flex:1;margin:0 0 20px;font-size:20px;font-weight:400;line-height:1.6}.h-article__btn{border-radius:var(--radius-btn);cursor:pointer;border:1px solid var(--c-orange);width:147px;height:32px;color:var(--c-orange);box-sizing:border-box;background:#fff;justify-content:center;align-items:center;gap:4px;padding:0;font-family:inherit;font-size:16px;font-weight:400;line-height:1;text-decoration:none;transition:background-color .24s,color .24s,border-color .24s;display:inline-flex}.h-article__btn:disabled{opacity:.45;cursor:not-allowed}.h-article:hover h2,.h-article:focus-within h2{color:var(--c-teal)}.h-article:hover .h-article__btn,.h-article:focus-within .h-article__btn{background:var(--c-orange);color:#fff;border-color:var(--c-orange)}@media (width<=800px){.h-article{flex-direction:column}.h-article__img{width:100%;min-width:0;max-width:100%}}.health-page .pagination{justify-content:center;align-items:center;gap:8px;padding:80px 20px;display:flex}.health-page .pagination button{width:40px;height:40px;color:var(--c-text);cursor:pointer;background:#f5f5f5;border:none;border-radius:0;font-size:28px;font-weight:500;line-height:1}.health-page .pagination button.is-active{background:var(--c-orange);color:#fff}.health-page .pagination button:disabled{opacity:.5;cursor:default}@media (width<=1024px){.health-page{padding-bottom:0}.health-page .page-hero{height:190px}.health-page .page-hero__title{letter-spacing:2px;font-size:20px;top:20px}.health-page .breadcrumb{padding-top:10px;font-size:14px}.health-page .h-tabs-wrap{padding-top:20px}.health-page .h-list{padding-top:15px;padding-bottom:0;padding-left:5px}.health-page .h-list>.h-article{border-radius:0;margin-bottom:0}.health-page .h-list>.h-article:nth-child(odd){background:#f3f3f5}.health-page .h-list>.h-article:nth-child(2n){background:#e8e8ea}.health-page .h-article:hover,.health-page .h-article:focus-within{border-color:#0000}.health-page .h-list>.h-article:nth-child(odd):hover,.health-page .h-list>.h-article:nth-child(odd):focus-within{background:#f3f3f5}.health-page .h-list>.h-article:nth-child(2n):hover,.health-page .h-list>.h-article:nth-child(2n):focus-within{background:#e8e8ea}.health-page .h-article:hover h2,.health-page .h-article:focus-within h2{color:var(--c-text)}.health-page .h-article:hover .h-article__btn:not(:disabled),.health-page .h-article:focus-within .h-article__btn:not(:disabled){color:var(--c-orange);border-color:var(--c-orange);background:#fff}.health-page .h-article h2{margin-bottom:9px;font-size:18px}.health-page .h-article .h-article__content>p{margin-bottom:9px}.health-page .h-article__img{aspect-ratio:470/280;align-self:center;width:min(402.857px,85.7143%);min-width:0;max-width:none;height:auto}.health-page .pagination{padding:20px 20px 30px}.health-page .h-tabs button,.health-page .h-tabs a{font-size:16px}.health-page .h-article__btn,.h-article p{font-size:14px}.health-page .pagination button{width:35px;height:35px;font-size:18px}}.home-hero{isolation:isolate;width:100%;height:710px;min-height:710px;color:var(--c-text);background:#edf3f6;flex-shrink:0;position:relative;overflow:hidden}@media (width>=1400px){.home-hero{height:710px;min-height:710px}}.home-hero__bg{z-index:0;object-fit:cover;object-position:center center;pointer-events:none;width:100%;height:100%;display:block;position:absolute;inset:0}.home-hero__mask{z-index:1;pointer-events:none;background:linear-gradient(90deg,#edf3f6b8 0%,#edf3f67a 30%,#edf3f600 58%);position:absolute;inset:0}.home-hero__content{z-index:2;left:max(24px, calc((100% - var(--container)) / 2 + 20px));width:min(640px,100% - 40px);position:absolute;top:clamp(58px,10vw,118px)}.home-hero__headlines{max-width:610px;margin-bottom:20px}.home-hero__banner-title{color:#1a1a1a;font-size:28px;font-weight:700;line-height:1.35;font-family:"Source Han Sans SC-Bold", "思源黑体-Bold", var(--font);letter-spacing:.02em;margin:0 0 8px}.home-hero__banner-subtitle{color:#444;font-size:16px;font-weight:400;line-height:1.5;font-family:"Source Han Sans SC-Regular", "思源黑体-Regular", var(--font);margin:0}.home-stats{align-items:flex-end;gap:34px;max-width:580px;margin-bottom:24px;display:flex}.home-stat{text-align:left;min-width:86px}.home-stat__label{color:#333;font-size:18px;line-height:1.2;font-family:"Source Han Sans SC-Medium", "思源黑体-Medium", var(--font);margin-bottom:8px;font-weight:500;display:block}.home-stat__value{color:#37b9af;letter-spacing:.4px;align-items:baseline;gap:2px;line-height:1;display:inline-flex}.home-stat__value-main{line-height:1}.home-stat__value-digits{font-size:41px;line-height:1;font-family:"Source Han Sans SC-Bold", "思源黑体-Bold", var(--font);align-items:flex-start;font-weight:700;display:inline-flex}.home-stat__value-num{font-size:1em}.home-stat__value-plus{margin-left:1px;font-size:.48em;font-weight:700;line-height:1;position:relative;top:.14em}.home-stat__value-unit{font-size:18px;font-family:"Source Han Sans SC-Regular", "思源黑体-Regular", var(--font);font-weight:400}.home-hero__intro{color:#333;text-wrap:pretty;max-width:610px;font-size:18px;line-height:1.85;font-family:"Source Han Sans SC-Light", "思源黑体-Light", var(--font);margin-bottom:30px;font-weight:300}.home-hero__btn{box-sizing:border-box;background:var(--c-orange);color:#fff;border-radius:var(--radius-btn);width:250px;height:56px;font-size:18px;font-family:"Source Han Sans SC-Medium", "思源黑体-Medium", var(--font);cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;padding:0;font-weight:500;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex}.home-hero__btn:hover{background:var(--c-orange-dark);transform:translateY(-1px)}.home-hero__btn:active{transform:translateY(0)}.section-news{max-width:var(--container);margin:0 auto;padding:72px 20px 87px}.section-title{text-align:center;margin-bottom:8px}.section-title h2{color:var(--c-teal);font-size:36px;font-family:"Source Han Sans SC-Medium", "思源黑体-Medium", var(--font);margin:0;font-weight:500}.section-title p{color:var(--c-text);letter-spacing:3px;text-transform:uppercase;font-size:22px;font-family:"Source Han Sans SC-Normal", "思源黑体-Normal", var(--font);margin:8px 0 0;font-weight:400}.section-news .section-title p{margin-top:-2px}.news-tabs{justify-content:center;gap:16px;margin:45px 0 41px;display:flex}.news-tab{box-sizing:border-box;border-radius:var(--radius-btn);border:1px solid var(--c-border);color:#333;cursor:pointer;background:#fff;justify-content:center;align-items:center;width:188px;height:56px;padding:0;font-size:16px;display:inline-flex}.news-tab--active{background:var(--c-teal-gradient);color:#fff;border-color:#0000;font-weight:600}.news-grid{grid-template-columns:repeat(3,370px);justify-content:center;gap:38px;margin-bottom:58px;display:grid}@media (width<=900px){.home-hero__content{width:auto;top:40px;left:20px;right:20px}.news-grid{grid-template-columns:1fr}.news-card{width:100%;max-width:370px;height:465px;margin:0 auto}.home-stats{flex-wrap:wrap;gap:18px 22px}.home-stat{min-width:calc(50% - 11px)}.home-stat__value,.home-stat__value-digits{font-size:32px}}.news-card{--news-card-raised-bg:#f0f0f2;--news-card-raised-border:#ececef;--news-card-raised-shadow:0 10px 24px #00000014;--news-card-raised-y:0px;background:var(--c-card);cursor:pointer;border:1px solid #0000000a;border-radius:8px;flex-direction:column;width:370px;height:465px;transition:background-color .22s,border-color .22s,box-shadow .22s,transform .22s;display:flex;position:relative;overflow:hidden}.news-card:hover,.news-card:focus-within{background:var(--news-card-raised-bg);border-color:var(--news-card-raised-border);box-shadow:var(--news-card-raised-shadow);transform:translateY(var(--news-card-raised-y))}.news-card__body .news-card__date{color:var(--c-orange);font-size:16px;font-family:"Source Han Sans SC-Normal", "思源黑体-Normal", var(--font);margin-bottom:8px;font-weight:400}.news-card__title{color:#333;font-size:18px;font-family:"Source Han Sans SC-Medium", "思源黑体-Medium", var(--font);margin:0 0 10px;font-weight:500;line-height:1.45}.news-card__summary{font-size:18px;font-family:"Source Han Sans SC-Medium", "思源黑体-Medium", var(--font);color:var(--c-text);flex:1;min-height:2.6em;margin:0 0 16px;font-weight:500;line-height:1.7}.news-card__summary--empty{color:#0000}.news-card__img{object-fit:cover;border-radius:7px 7px 0 0;width:100%;height:220px;transition:opacity .25s}.news-card__body{flex-direction:column;flex:1;padding:16px 20px 72px;transition:opacity .2s;display:flex;position:relative}.news-card__hover{background:var(--news-card-raised-bg);border:1px solid var(--news-card-raised-border);opacity:0;pointer-events:none;border-radius:8px;flex-direction:column;padding:24px 20px 72px;transition:opacity .22s,transform .24s;display:flex;position:absolute;inset:0;transform:translateY(10px)}.news-card__divider{background:#b2b2b3;height:1px;margin:16px 0}.news-card__link{box-sizing:border-box;width:147px;height:32px;color:var(--c-orange);font-size:18px;font-family:"Source Han Sans SC-Medium", "思源黑体-Medium", var(--font);border:1px solid var(--c-orange);border-radius:var(--radius-btn);cursor:pointer;background:0 0;justify-content:center;align-items:center;gap:4px;padding:0;font-weight:500;transition:background .2s,color .2s,border-color .2s;display:inline-flex;position:absolute;bottom:39px;left:35px}.news-card:hover .news-card__link,.news-card:focus-within .news-card__link{background:var(--c-orange);color:#fff;border-color:var(--c-orange)}.news-card:hover .news-card__img,.news-card:focus-within .news-card__img,.news-card:hover .news-card__body,.news-card:focus-within .news-card__body{opacity:0}.news-card:hover .news-card__hover,.news-card:focus-within .news-card__hover{opacity:1;transform:translateY(0)}.news-card__hover .news-card__date{color:var(--c-orange);font-size:16px;font-family:"Source Han Sans SC-Normal", "思源黑体-Normal", var(--font);font-weight:400}.news-card__hover .news-card__title{color:#333;font-size:18px;font-family:"Source Han Sans SC-Medium", "思源黑体-Medium", var(--font);margin-bottom:0;font-weight:500}.news-card__body .news-card__title,.news-card__hover .news-card__title{color:#333}.news-card__hover .news-card__summary{color:var(--c-text);font-size:15px;font-family:"Source Han Sans SC-Normal", "思源黑体-Normal", var(--font);-webkit-line-clamp:5;line-clamp:5;-webkit-box-orient:vertical;margin:0;font-weight:400;line-height:1.9;display:-webkit-box;overflow:hidden}.news-card__hover .news-card__summary--empty{min-height:9.4em}.news-card__hover .news-card__link{border-radius:var(--radius-btn);width:147px;height:32px;font-size:16px;font-family:"Source Han Sans SC-Regular", "思源黑体-Regular", var(--font);padding:0;font-weight:400;bottom:39px;left:35px}.news-card__link:hover,.news-card__link:focus-visible{background:var(--c-orange);color:#fff;border-color:var(--c-orange)}.news-cta-row{flex-wrap:wrap;justify-content:center;gap:24px;display:flex}.news-cta{border-radius:var(--radius-btn);cursor:pointer;box-sizing:border-box;justify-content:center;align-items:center;gap:6px;min-width:200px;padding:14px 40px;font-size:16px;font-weight:500;text-decoration:none;display:inline-flex}.news-cta--more{color:#333;border-radius:var(--radius-btn);background:#fff;border:1px solid #ccc;width:250px;min-width:0;height:56px;padding:0;transition:background .2s,border-color .2s,color .2s}.news-cta--more:hover{color:#fff;background:linear-gradient(#ec9440 0%,#e07d24 100%);border-color:#d86f18}.news-cta--more:active{opacity:.96}.section-partners{background-color:var(--c-teal);box-sizing:border-box;color:#fff;background-image:url(/assets/partners-bg-DHo_6fk2.png);background-position:top;background-repeat:no-repeat;background-size:cover;height:775px;padding:68px 20px 71px}.section-partners .section-title h2{color:#fff}.section-partners .section-title p{color:#ffffffbf;margin:-2px 0 0}.partner-grid{aspect-ratio:3;border-radius:0;grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(6,1fr);gap:0;width:min(1190px,100%);height:auto;margin:25px auto 0;display:grid;overflow:hidden}@media (width<=900px){.partner-grid{grid-template-rows:none;grid-template-columns:repeat(3,1fr);width:100%;height:auto}.partner-cell{background:#e8e8ea;height:96px}.partner-cell:nth-child(6n+1),.partner-cell:nth-child(6n+3),.partner-cell:nth-child(6n+5){background:#f3f3f5}}.partner-cell{aspect-ratio:1;background:#e8e8ea;border:none;border-radius:0;justify-content:center;align-items:center;width:100%;height:auto;padding:0;display:flex;overflow:hidden}.partner-cell:nth-child(12n+1),.partner-cell:nth-child(12n+3),.partner-cell:nth-child(12n+5),.partner-cell:nth-child(12n+8),.partner-cell:nth-child(12n+10),.partner-cell:nth-child(12n+12){background:#f3f3f5}.partner-cell img{object-fit:contain;box-sizing:border-box;width:auto;max-width:78%;height:auto;max-height:58%;padding:0;display:block}.partner-more{width:fit-content;min-width:unset;text-align:center;color:#fff;background:0 0;flex-direction:column;justify-content:center;align-items:center;margin:53px auto 0;padding:0;line-height:1.1;text-decoration:none;display:flex}.partner-more span{font-size:20px;font-family:"Source Han Sans SC-Regular", "思源黑体-Regular", var(--font);color:#ffffffe6;font-weight:400}.partner-more strong{font-size:32px;font-family:"Source Han Sans SC-Bold", "思源黑体-Bold", var(--font);letter-spacing:.2px;margin-top:10px;font-weight:700}@media (width<=900px){.partner-more{min-width:unset;padding:0}.partner-more span{font-size:14px}.partner-more strong{font-size:30px}}@media (width<=1024px){.home-hero{box-sizing:border-box;height:230px;min-height:230px;max-height:230px;padding:8px 10px 12px;overflow:hidden}.home-hero__content{z-index:auto;box-sizing:border-box;width:100%;max-width:100%;padding-right:0;display:block;position:static;top:auto;left:auto;right:auto}.home-hero__copy{z-index:2;isolation:isolate;width:100%;position:relative}.home-hero__headlines{margin-bottom:8px}.home-hero__banner-title{color:#1a1a1a;margin:0 0 4px;font-size:13px;font-weight:700;line-height:1.35}.home-hero__banner-subtitle{color:#333;margin:0;font-size:11px;line-height:1.4}.home-stats{flex-wrap:wrap;gap:8px 10px;max-width:none;margin-bottom:10px}.home-hero__intro--h5-lines{width:100%;max-width:100%;margin-bottom:8px;display:block}.home-hero__intro-line{color:#333;font-size:11px;line-height:1.45;font-family:"Source Han Sans SC-Light", "思源黑体-Light", var(--font);text-wrap:pretty;margin:0 0 3px;font-weight:300}.home-hero__intro-line:last-child{margin-bottom:0}.home-hero__btn{z-index:3;gap:4px;width:90px;max-width:none;height:23px;font-size:11px;display:inline-flex;position:absolute;bottom:25px;left:65px}.home-stat{min-width:0}.home-stat__label{margin-bottom:4px;font-size:11px}.home-stat__value-digits{font-size:20px}.home-stat__value-unit{font-size:12px}.section-news{padding:15px 20px 20px}.section-news .section-title{margin-bottom:10px}.section-news .section-title h2,.section-partners .section-title h2{font-size:20px}.section-news .section-title p,.section-partners .section-title p{display:none}.section-news .news-tab{box-sizing:border-box;width:135px;height:35px;padding:0;font-size:14px}.section-news .news-tabs{margin:10px 0}.section-news .news-grid{-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:thin;box-sizing:border-box;flex-wrap:nowrap;gap:10px;width:calc(100% + 40px);max-width:none;margin-bottom:20px;margin-left:-20px;margin-right:-20px;padding:0 20px 6px;display:flex;overflow:auto hidden}.section-news .news-grid::-webkit-scrollbar{height:4px}.section-news .news-grid::-webkit-scrollbar-thumb{background:#0000002e;border-radius:2px}.section-news .news-grid .an-card{scroll-snap-align:start;box-sizing:border-box;cursor:pointer;flex:0 0 190px;width:190px;max-width:190px;height:235px;min-height:235px;max-height:235px;margin:0}.section-news .news-grid .an-card:hover,.section-news .news-grid .an-card:focus-within{background:var(--c-card);box-shadow:none;border-color:#0000000a;transform:none}.section-news .news-grid .an-card:hover .an-card__img,.section-news .news-grid .an-card:focus-within .an-card__img,.section-news .news-grid .an-card:hover .an-card__body,.section-news .news-grid .an-card:focus-within .an-card__body{opacity:1}.section-news .news-grid .an-card:hover .an-card__hover,.section-news .news-grid .an-card:focus-within .an-card__hover{opacity:0;pointer-events:none;transform:translateY(10px)}.section-news .news-grid .an-card__img{width:100%;height:113px;min-height:113px;max-height:113px;aspect-ratio:unset;object-fit:cover;flex-shrink:0}.section-news .news-grid .an-card__body{flex-direction:column;flex:1;min-height:0;padding:10px 10px 32px;display:flex;position:relative}.section-news .news-grid .an-card__date{flex-shrink:0;margin-bottom:6px;font-size:13px}.section-news .news-grid .an-card h3{-webkit-line-clamp:2;line-clamp:2;flex-shrink:0;margin-bottom:0;font-size:14px}.section-news .news-grid .section-news__card-cta-text{color:var(--c-orange);font-family:Source Han Sans SC,Noto Sans SC,PingFang SC,Microsoft YaHei,sans-serif;font-size:13px;font-weight:400;line-height:1;position:absolute;bottom:10px;left:10px}.section-news .news-grid .section-news__card-cta-text--disabled{opacity:.45}.section-news .news-grid a.section-news__card-cta-text{cursor:pointer}.section-news .news-grid .an-card__hover{padding:10px 10px 32px}.section-news .news-grid .an-card__hover .an-card__date{margin-bottom:6px;font-size:13px}.section-news .news-grid .an-card__hover h3{font-size:14px}.section-news .news-grid .an-card__hover p{-webkit-line-clamp:3;line-clamp:3;font-size:12px}.section-news .news-grid .an-card__hover .an-card__divider{margin:8px 0}.section-news .news-cta--more{box-sizing:border-box;width:140px;min-width:0;height:35px;padding:0;font-size:14px}.section-partners{height:auto;min-height:0;padding:23px 20px 20px}.section-partners .partner-more{margin-top:25px}.section-partners .partner-more strong{font-size:16px}.section-partners .partner-grid{aspect-ratio:auto;box-sizing:border-box;grid-template-rows:none;grid-template-columns:repeat(3,1fr);width:98.4375%;max-width:100%;height:auto;margin-top:15px;margin-left:auto;margin-right:auto}.partner-cell{aspect-ratio:1;height:auto;min-height:0}.section-partners .partner-cell:nth-child(odd){background:#f3f3f5}.section-partners .partner-cell:nth-child(2n){background:#e8e8ea}.section-partners .partner-cell img{object-fit:contain;object-position:center;width:105px;max-width:105px;height:105px;max-height:105px}}.product-page{padding-bottom:0}.product-wrap{max-width:var(--container);margin:0 auto;padding:36px 0 104px}.product-tabs{border-bottom:1.5px solid var(--c-teal);gap:63px;margin-bottom:20px;display:flex}.product-tabs button,.product-tabs a{color:var(--c-text-muted);border-radius:var(--radius-btn);cursor:pointer;background:0 0;border:none;margin-bottom:-1.5px;padding:16px 4px 14px;font-size:26px;font-weight:400;line-height:1.2;text-decoration:none}.product-tabs button.is-on,.product-tabs a.is-on{color:var(--c-teal);border-bottom:none;font-weight:700}.product-pills{justify-content:center;gap:16px;margin-bottom:32px;display:flex}.product-pill{border-radius:var(--radius-btn);width:188px;height:56px;color:var(--c-text-muted);cursor:pointer;background:#fff;border:1px solid #ccc;justify-content:center;align-items:center;padding:0;font-family:Source Han Sans CN,Noto Sans SC,PingFang SC,Microsoft YaHei,sans-serif;font-size:24px;font-weight:500;display:inline-flex}.product-pill.is-on{background:var(--c-teal);color:#fff;border-color:var(--c-teal)}.product-grid{grid-template-columns:repeat(3,372px);justify-content:center;gap:42px;display:grid}@media (width<=1024px){.product-page .page-hero{height:190px}.product-page .page-hero__title{letter-spacing:2px;font-size:20px;top:20px}.product-page .breadcrumb{padding-top:10px}.product-page .product-wrap{padding:20px 10px 30px}.product-page .product-tabs{gap:20px}.product-page .product-tabs button,.product-page .product-tabs a{padding:12px 4px 10px;font-size:16px}.product-page .product-pill{box-sizing:border-box;width:135px;height:35px;font-size:14px}.product-page .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));justify-content:stretch;gap:16px 12px}.product-page .p-card__img{height:174.563px}.product-page .p-card--product.p-card--info{cursor:pointer;-webkit-tap-highlight-color:transparent}.product-page .p-card--product.p-card--info:focus{outline:none}.product-page .p-card--product.p-card--info:focus-visible{outline:2px solid var(--c-teal);outline-offset:2px}.product-page .p-card--product{box-sizing:border-box;--p-meta-h:calc(90px * 7 / 8);min-height:0;height:calc(228px * 7 / 8 * 7 / 8 + var(--p-meta-h));padding-bottom:var(--p-meta-h)}.product-page .p-card--product .p-card__meta{min-height:var(--p-meta-h);z-index:1}.product-page .p-card--product .p-card__info-bar{z-index:0}.product-page .p-card--product.p-card--info:is(:hover,:focus-within) .p-card__info-bar{z-index:2}.product-page .p-card--product.p-card--info:not(:hover):not(:focus-within) .p-card__info-bar{pointer-events:none}.product-page .p-card--product h3{font-size:16px}.product-page .p-card--info .p-card__info-bar{box-sizing:border-box;height:78.75px;min-height:78.75px;padding:10px 12px}.product-page .p-card__info-text,.product-page .p-card__info-phone{font-size:16px}.product-page .p-card--cta{align-items:center;min-height:306.25px}.product-page .p-card--cta p{font-size:14px}.product-page .p-card--cta__btn{box-sizing:border-box;justify-content:center;align-items:center;width:140px;height:35px;padding:0;font-size:14px;line-height:1.2;display:inline-flex}}.p-card{background:var(--c-card);border-radius:6px;flex-direction:column;min-height:350px;display:flex;overflow:hidden}.p-card__img{object-fit:contain;object-position:center;transform-origin:50%;width:100%;height:228px;padding:12px;transform:scale(.875)}.p-card--info .p-card__info-bar{background:var(--c-teal);color:#fff;text-align:center;opacity:0;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-height:122px;margin-top:auto;padding:16px;line-height:1.2;transition:transform .28s,opacity .28s;display:flex;transform:translateY(100%)}.p-card__info-text{font-family:Source Han Sans CN,Noto Sans SC,PingFang SC,Microsoft YaHei,sans-serif;font-size:20px;font-weight:400}.p-card__info-phone{font-family:Source Han Sans CN,Noto Sans SC,PingFang SC,Microsoft YaHei,sans-serif;font-size:30px;font-weight:400;line-height:1}.p-card--info:hover .p-card__info-bar,.p-card--info:focus-within .p-card__info-bar{opacity:1;transform:translateY(0)}.p-card--product .p-card__meta{text-align:center;background:var(--c-card);flex-direction:column;justify-content:center;min-height:122px;padding:16px 16px 20px;transition:transform .28s,opacity .28s;display:flex;position:absolute;bottom:0;left:0;right:0}.p-card--product:hover .p-card__meta,.p-card--product:focus-within .p-card__meta{opacity:0;transform:translateY(100%)}.p-card--product{height:350px;padding-bottom:122px;position:relative}.p-card--product .p-card__info-bar{position:absolute;bottom:0;left:0;right:0}.p-card--product h3{margin:0 0 8px;font-size:18px;font-weight:700}.p-card--product p{color:var(--c-text-light);margin:0;font-size:14px;font-weight:400}.p-card--cta{background:var(--c-teal);color:#fff;text-align:center;justify-content:center;min-height:350px;padding:40px 24px 32px}.p-card--cta__pic{object-fit:contain;width:58px;height:58px;margin:0 auto 20px;display:block}.p-card--cta__icon{background:#fff3;border-radius:8px;width:58px;height:58px;margin:0 auto 20px}.p-card--cta p{margin:0 0 28px;font-size:22px;font-weight:400;line-height:1.8}.p-card--cta__btn{color:var(--c-teal);border-radius:var(--radius-btn);background:#fff;padding:10px 28px;font-size:18px;font-weight:700;display:inline-block}.p-card--cta__btn:hover{opacity:.95}.stores-page{padding-bottom:48px}.stores-body{max-width:var(--container);margin:0 auto;padding:36px 0 48px}.stores-cities{border-bottom:1.5px solid var(--c-teal);gap:63px;margin-bottom:32px;display:flex}.stores-cities button,.stores-cities a{color:var(--c-text-muted);border-radius:var(--radius-btn);cursor:pointer;background:0 0;border:none;margin-bottom:-1.5px;padding:16px 4px 14px;font-size:26px;font-weight:400;line-height:1.2;text-decoration:none}.stores-cities button.is-on,.stores-cities a.is-on{color:var(--c-teal);border-bottom:none;font-weight:700}.stores-grid{grid-template-columns:1fr 1fr;gap:24px 48px;display:grid}@media (width<=800px){.stores-grid{grid-template-columns:1fr}}.store-item{grid-template-columns:23px 1fr;align-items:start;column-gap:8px;margin:0;display:grid}.store-item__title-icon{object-fit:contain;grid-area:1/1;align-self:center;width:23px;height:23px;transform:translateY(-2px)}.store-item h3{grid-area:1/2;margin:0 0 8px;font-size:24px;font-weight:700}.store-item__address{color:var(--c-text-muted);grid-area:2/2;margin:0 0 8px;font-size:18px;line-height:1.5}.store-item__phone{color:var(--c-text-muted);grid-area:3/2;margin:0;font-size:18px;line-height:1.5}@media (width<=1024px){.stores-page .page-hero{height:190px}.stores-page .page-hero__title{letter-spacing:2px;font-size:20px;top:20px}.stores-page .breadcrumb{padding-top:10px}.stores-page .stores-body{padding-top:20px}.stores-cities button,.stores-cities a{font-size:16px}.stores-cities{margin-bottom:15px}.stores-grid{gap:20px;padding-left:5px}.store-item h3{margin:0 0 9px;font-size:18px}.store-item__address{margin:0 0 9px}.store-item__address,.store-item__phone{font-size:14px}}
