:root{--wuye-black: #000000;--wuye-red: #E24B4A;--wuye-red-dark: #C13B3A;--wuye-white: #FFFFFF;--wuye-bg: #FAFAF8;--wuye-bg-alt: #F1EFE8;--wuye-text: #1A1A1A;--wuye-text-muted: #5F5E5A;--wuye-text-light: #888780;--wuye-border: #E5E3DC;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;--max-width: 1240px;--section-pad: 96px;--radius: 4px;--radius-lg: 8px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);color:var(--wuye-text);background:var(--wuye-white);line-height:1.7;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{line-height:1.25;font-weight:600;letter-spacing:-.01em}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 32px}.section{padding:var(--section-pad) 0}.section--alt{background:var(--wuye-bg)}.section--dark{background:var(--wuye-black);color:var(--wuye-white)}.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--wuye-red);margin-bottom:20px}.eyebrow:before{content:"";width:0;height:0;border-left:7px solid var(--wuye-red);border-top:4.5px solid transparent;border-bottom:4.5px solid transparent}.section-title{font-size:clamp(28px,4vw,44px);font-weight:600;margin-bottom:16px}.section-desc{font-size:17px;color:var(--wuye-text-muted);max-width:720px;line-height:1.75}.section-head{margin-bottom:56px}.text-red{color:var(--wuye-red)}.btn{display:inline-flex;align-items:center;gap:10px;padding:15px 32px;font-size:15px;font-weight:500;border-radius:var(--radius);transition:all .2s ease;cursor:pointer;border:1px solid transparent}.btn--primary{background:var(--wuye-red);color:var(--wuye-white)}.btn--primary:hover{background:var(--wuye-red-dark)}.btn--dark{background:var(--wuye-black);color:var(--wuye-white)}.btn--dark:hover{background:#2a2a2a}.btn--outline{border-color:currentColor;color:var(--wuye-black)}.btn--outline:hover{background:var(--wuye-black);color:var(--wuye-white)}.btn--outline-light{border-color:#ffffff59;color:var(--wuye-white)}.btn--outline-light:hover{background:var(--wuye-white);color:var(--wuye-black);border-color:var(--wuye-white)}.grid{display:grid;gap:24px}.grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid--6{grid-template-columns:repeat(6,minmax(0,1fr))}.card{background:var(--wuye-white);border:1px solid var(--wuye-border);border-radius:var(--radius-lg);padding:36px 32px;transition:all .25s ease}.card:hover{border-color:var(--wuye-black);transform:translateY(-2px)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:1024px){.grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}.grid--6{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:768px){:root{--section-pad: 64px}.container{padding:0 20px}.grid--2,.grid--3,.grid--4{grid-template-columns:minmax(0,1fr)}.grid--6{grid-template-columns:repeat(2,minmax(0,1fr))}.section-head{margin-bottom:40px}}.site-header[data-astro-cid-3ef6ksr2]{position:sticky;top:0;z-index:100;background:#ffffffeb;backdrop-filter:blur(12px);border-bottom:1px solid var(--wuye-border)}.header-inner[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between;height:74px;gap:32px}.logo[data-astro-cid-3ef6ksr2] img[data-astro-cid-3ef6ksr2]{height:34px;width:auto}.main-nav[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:4px;margin-left:auto}.nav-item[data-astro-cid-3ef6ksr2]{position:relative}.nav-link[data-astro-cid-3ef6ksr2]{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;font-size:15px;font-weight:500;color:var(--wuye-text);border-radius:var(--radius);transition:color .2s ease;background:none;border:none;cursor:pointer;font-family:inherit}.nav-link[data-astro-cid-3ef6ksr2]:hover,.nav-link[data-astro-cid-3ef6ksr2].active{color:var(--wuye-red)}.nav-link[data-astro-cid-3ef6ksr2].active{font-weight:600}.dropdown[data-astro-cid-3ef6ksr2]{position:absolute;top:calc(100% + 8px);left:0;min-width:230px;background:var(--wuye-white);border:1px solid var(--wuye-border);border-radius:var(--radius-lg);padding:8px;opacity:0;visibility:hidden;transform:translateY(-6px);transition:all .2s ease}.nav-item[data-astro-cid-3ef6ksr2]:hover .dropdown[data-astro-cid-3ef6ksr2]{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-link[data-astro-cid-3ef6ksr2]{display:block;padding:11px 14px;font-size:14px;color:var(--wuye-text);border-radius:var(--radius);transition:all .18s ease;white-space:nowrap}.dropdown-link[data-astro-cid-3ef6ksr2]:hover,.dropdown-link[data-astro-cid-3ef6ksr2].active{background:var(--wuye-bg-alt);color:var(--wuye-red)}.header-actions[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:14px}.lang-switch[data-astro-cid-3ef6ksr2]{font-size:14px;font-weight:500;color:var(--wuye-text-muted);padding:6px 10px;border-radius:var(--radius);transition:all .2s ease}.lang-switch[data-astro-cid-3ef6ksr2]:hover{color:var(--wuye-black);background:var(--wuye-bg-alt)}.header-cta[data-astro-cid-3ef6ksr2]{padding:11px 24px;font-size:14px}.menu-toggle[data-astro-cid-3ef6ksr2]{display:none;flex-direction:column;gap:5px;width:40px;height:40px;align-items:center;justify-content:center;background:none;border:none;cursor:pointer}.menu-toggle[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2]{display:block;width:20px;height:1.5px;background:var(--wuye-black);transition:all .25s ease}.mobile-nav[data-astro-cid-3ef6ksr2]{display:none;flex-direction:column;padding:16px 20px 28px;border-top:1px solid var(--wuye-border);background:var(--wuye-white);max-height:calc(100vh - 74px);overflow-y:auto}.mobile-nav[data-astro-cid-3ef6ksr2].open{display:flex}.mobile-group[data-astro-cid-3ef6ksr2]{display:flex;flex-direction:column;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid var(--wuye-border)}.mobile-group-title[data-astro-cid-3ef6ksr2]{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--wuye-text-light);padding:8px 0}.mobile-link[data-astro-cid-3ef6ksr2]{padding:12px 0;font-size:16px;color:var(--wuye-text)}.mobile-link--main[data-astro-cid-3ef6ksr2]{font-weight:500;border-bottom:1px solid var(--wuye-border)}@media(max-width:1080px){.main-nav[data-astro-cid-3ef6ksr2]{display:none}.menu-toggle[data-astro-cid-3ef6ksr2]{display:flex}.header-cta[data-astro-cid-3ef6ksr2]{display:none}}.site-footer[data-astro-cid-sz7xmlte]{background:var(--wuye-black);color:var(--wuye-white);padding:80px 0 32px}.footer-grid[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:48px;padding-bottom:56px;border-bottom:1px solid rgba(255,255,255,.12)}.footer-logo[data-astro-cid-sz7xmlte]{height:40px;width:auto;margin-bottom:24px}.footer-tagline[data-astro-cid-sz7xmlte]{font-size:17px;font-weight:500;margin-bottom:10px;line-height:1.5}.footer-desc[data-astro-cid-sz7xmlte]{font-size:14px;color:#fff9;margin-bottom:24px;line-height:1.7}.footer-contact-item[data-astro-cid-sz7xmlte]{display:flex;align-items:baseline;gap:12px;margin-bottom:10px;font-size:14px}.footer-label[data-astro-cid-sz7xmlte]{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:#ffffff73;min-width:52px}.footer-contact-item[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:var(--wuye-white);transition:color .2s ease}.footer-contact-item[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--wuye-red)}.footer-col-title[data-astro-cid-sz7xmlte]{font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#ffffff73;margin-bottom:20px}.footer-col[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte]{margin-bottom:12px}.footer-col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{font-size:15px;color:#ffffffd1;transition:color .2s ease}.footer-col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--wuye-white)}.address-block[data-astro-cid-sz7xmlte]{margin-bottom:20px}.address-label[data-astro-cid-sz7xmlte]{display:block;font-size:12px;font-weight:500;color:var(--wuye-red);margin-bottom:4px}.address-block[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{font-size:14px;color:#ffffffa6;line-height:1.6}.footer-bottom[data-astro-cid-sz7xmlte]{display:flex;justify-content:space-between;align-items:center;padding-top:28px;font-size:13px;color:#ffffff73;flex-wrap:wrap;gap:12px}@media(max-width:900px){.footer-grid[data-astro-cid-sz7xmlte]{grid-template-columns:repeat(2,minmax(0,1fr));gap:36px}}@media(max-width:560px){.footer-grid[data-astro-cid-sz7xmlte]{grid-template-columns:minmax(0,1fr)}.site-footer[data-astro-cid-sz7xmlte]{padding-top:56px}}.float-contact[data-astro-cid-fbt5meba]{position:fixed;right:24px;bottom:24px;z-index:90;display:flex;flex-direction:column;align-items:flex-end;gap:12px}.float-panel[data-astro-cid-fbt5meba]{width:268px;background:var(--wuye-white);border:1px solid var(--wuye-border);border-radius:var(--radius-lg);overflow:hidden;opacity:0;visibility:hidden;transform:translateY(8px) scale(.98);transition:all .22s ease}.float-panel[data-astro-cid-fbt5meba].open{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.panel-head[data-astro-cid-fbt5meba]{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;background:var(--wuye-black);color:var(--wuye-white);font-size:14px}.panel-close[data-astro-cid-fbt5meba]{background:none;border:none;color:#ffffffb3;cursor:pointer;display:flex;padding:2px}.panel-close[data-astro-cid-fbt5meba]:hover{color:var(--wuye-white)}.panel-item[data-astro-cid-fbt5meba]{display:flex;align-items:center;gap:12px;width:100%;padding:14px 18px;border:none;border-bottom:1px solid var(--wuye-border);background:none;text-align:left;cursor:pointer;font-family:inherit;transition:background .18s ease}.panel-item[data-astro-cid-fbt5meba]:hover{background:var(--wuye-bg)}.panel-icon[data-astro-cid-fbt5meba]{color:var(--wuye-red);display:flex;flex-shrink:0}.panel-text[data-astro-cid-fbt5meba]{display:flex;flex-direction:column;gap:1px;min-width:0;flex:1}.panel-label[data-astro-cid-fbt5meba]{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--wuye-text-light)}.panel-value[data-astro-cid-fbt5meba]{font-size:14px;color:var(--wuye-text);word-break:break-all}.panel-hint[data-astro-cid-fbt5meba]{font-size:12px;color:var(--wuye-red);flex-shrink:0}.panel-cta[data-astro-cid-fbt5meba]{display:block;padding:14px 18px;background:var(--wuye-red);color:var(--wuye-white);text-align:center;font-size:14px;font-weight:500;transition:background .2s ease}.panel-cta[data-astro-cid-fbt5meba]:hover{background:var(--wuye-red-dark)}.float-toggle[data-astro-cid-fbt5meba]{width:56px;height:56px;border-radius:50%;background:var(--wuye-red);color:var(--wuye-white);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #e24b4a59;transition:all .22s ease}.float-toggle[data-astro-cid-fbt5meba]:hover{background:var(--wuye-red-dark);transform:scale(1.05)}.float-toggle[data-astro-cid-fbt5meba] .icon-close[data-astro-cid-fbt5meba],.float-toggle[data-astro-cid-fbt5meba].active .icon-chat[data-astro-cid-fbt5meba]{display:none}.float-toggle[data-astro-cid-fbt5meba].active .icon-close[data-astro-cid-fbt5meba]{display:block}@media(max-width:560px){.float-contact[data-astro-cid-fbt5meba]{right:16px;bottom:16px}.float-panel[data-astro-cid-fbt5meba]{width:calc(100vw - 32px);max-width:280px}}.skip-link[data-astro-cid-37fxchfa]{position:absolute;top:-60px;left:20px;z-index:200;background:var(--wuye-red);color:var(--wuye-white);padding:12px 24px;border-radius:var(--radius);font-size:14px;transition:top .2s ease}.skip-link[data-astro-cid-37fxchfa]:focus{top:12px}
