@charset "UTF-8";:root{color-scheme:dark;--font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;--color-bg: #0a0a0c;--color-bg-deep: #000000;--color-surface: #ffffff;--color-surface-muted: #f6f7f9;--color-text: #f7f8fa;--color-text-secondary: rgba(247, 248, 250, .72);--color-text-muted: rgba(247, 248, 250, .46);--color-border: rgba(255, 255, 255, .12);--color-border-strong: rgba(255, 255, 255, .24);--color-accent: #1370fb;--color-accent-hover: #4a95ff;--color-accent-soft: rgba(19, 112, 251, .14);--shadow-card: 0 18px 50px rgba(0, 0, 0, .32)}html,body{width:100%;min-height:100%;margin:0;padding:0;background-color:var(--color-bg-deep);color:var(--color-text);font-family:var(--font-family)}*{box-sizing:border-box}a{color:inherit;text-decoration:none}img{max-width:100%}button{font:inherit}#app{width:100%;min-height:100vh;margin:0 auto;text-align:left}.modal-mask[data-v-0a8cd812]{position:fixed;inset:0;background:#00000073;z-index:999}.modal[data-v-0a8cd812]{position:fixed;top:50%;left:50%;width:556px;max-height:90vh;overflow-y:auto;background:#fff;color:#111;border-radius:12px;box-shadow:0 24px 70px #00000059;transform:translate(-50%,-50%);z-index:1000}.modal[data-v-0a8cd812]:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:#1370fb;border-radius:12px 12px 0 0}.modal-header[data-v-0a8cd812]{padding:28px 32px 20px;text-align:left;font-size:20px;font-weight:600;color:#111;position:relative;background-color:#fff;border-bottom:1px solid #eeeeee}.modal-header .close[data-v-0a8cd812]{position:absolute;right:24px;top:18px;font-size:26px;font-weight:300;color:#999;cursor:pointer}.modal-header .close[data-v-0a8cd812]:hover{color:#111}.modal-body[data-v-0a8cd812]{padding:24px 32px 0;background-color:#fff}.form-item[data-v-0a8cd812]{display:flex;align-items:center;margin-bottom:16px}.form-item label[data-v-0a8cd812]{width:76px;font-size:14px;font-weight:500;color:#333}.form-item .checkbox-item[data-v-0a8cd812]{min-width:80px;width:unset;display:flex;align-items:center;justify-content:center;height:40px}.form-item .checkbox-item input[data-v-0a8cd812]{width:12px;height:12px;margin-right:12px;accent-color:#1370FB}.form-item input[data-v-0a8cd812],.form-item textarea[data-v-0a8cd812]{flex:1;padding:8px 12px;border:1px solid #dddddd;border-radius:8px;font-size:14px;height:40px;color:#111;background:#fff}.form-item input[data-v-0a8cd812]::placeholder,.form-item textarea[data-v-0a8cd812]::placeholder{color:#999;font-size:14px}.form-item textarea[data-v-0a8cd812]{height:40px;resize:none}.form-item .required[data-v-0a8cd812]{color:red;font-size:12px;margin-left:6px}.form-item input[data-v-0a8cd812]:focus,.form-item textarea[data-v-0a8cd812]:focus{border-color:#1370fb;outline:none}.checkbox-group[data-v-0a8cd812]{display:flex;gap:16px;font-size:14px;color:#333}.modal-footer[data-v-0a8cd812]{display:flex;justify-content:center;margin-top:8px}.modal-footer .submit[data-v-0a8cd812]{display:flex;justify-content:center;align-items:center;width:200px;height:50px;border-radius:100px;border:none;background:#1370fb;color:#fff;font-size:16px;cursor:pointer}.modal-footer .submit[data-v-0a8cd812]:hover{opacity:.8}@media(max-width:768px){.modal[data-v-0a8cd812]{width:min(92vw,556px);height:auto;max-height:90vh;overflow-y:auto;border-radius:12px}.modal[data-v-0a8cd812]:before{width:100%;height:4px;left:0;border-radius:12px 12px 0 0}.modal-header[data-v-0a8cd812]{padding:24px 20px 16px;border-radius:12px 12px 0 0}.modal-body[data-v-0a8cd812]{padding:20px 20px 0}.form-item[data-v-0a8cd812]{flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:20px}.form-item label[data-v-0a8cd812]{width:auto}.form-item input[data-v-0a8cd812],.form-item textarea[data-v-0a8cd812]{width:100%;height:40px}.checkbox-group[data-v-0a8cd812]{flex-wrap:wrap;gap:10px}.modal-footer .submit[data-v-0a8cd812]{width:100%}}.app-header[data-v-a2784518]{position:relative;height:72px;padding:0 32px;background:#08080ad1;border-bottom:1px solid var(--color-border);transition:transform .35s ease,background .3s ease}.app-header.header-hidden[data-v-a2784518]{transform:translateY(-100%)}.app-header .header-inner[data-v-a2784518]{height:100%;max-width:1440px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.app-header .header-left[data-v-a2784518]{display:flex;align-items:center;gap:28px}.app-header .header-left .logo[data-v-a2784518]{height:32px;display:block}.app-header .menu[data-v-a2784518]{height:100%;display:flex}.app-header .menu .nav-menu[data-v-a2784518]{display:flex;align-items:center;gap:36px;height:100%}.app-header .menu .nav-menu .menu-li-wrapper[data-v-a2784518]{position:relative;height:100%;display:flex;align-items:center}.app-header .menu .nav-menu .menu-li[data-v-a2784518]{display:flex;align-items:center;gap:6px;height:100%;padding:0 2px;font-size:15px;color:var(--color-text-secondary);position:relative;cursor:pointer;transition:color .2s ease}.app-header .menu .nav-menu .menu-li[data-v-a2784518]:hover{color:var(--color-text)}.app-header .menu .nav-menu .menu-li.active[data-v-a2784518]{color:var(--color-text);font-weight:500}.app-header .menu .nav-menu .menu-li.active[data-v-a2784518]:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--color-accent)}.app-header .menu .nav-menu .menu-li .dropdown-arrow[data-v-a2784518]{font-size:10px;transition:transform .3s;display:inline-block}.app-header .menu .nav-menu .menu-li .dropdown-arrow.arrow-up[data-v-a2784518]{transform:rotate(180deg)}.app-header .menu .nav-menu .menu-li .dropdown-arrow .arrow-down[data-v-a2784518]{display:inline-block;width:7px;height:7px;border-right:1.5px solid var(--color-text-muted);border-bottom:1.5px solid var(--color-text-muted);transform:rotate(45deg)}.app-header .menu .nav-menu .menu-li .dropdown-arrow .arrow-down-active[data-v-a2784518]{border-right:1.5px solid var(--color-accent);border-bottom:1.5px solid var(--color-accent)}.app-header .header-right[data-v-a2784518]{display:flex;align-items:center;gap:24px}.app-header .header-right .cooperation[data-v-a2784518]{height:38px;padding:0 22px;border:1px solid var(--color-border-strong);border-radius:100px;color:var(--color-text-secondary);font-size:14px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:color .2s ease,border-color .2s ease,background-color .2s ease}.app-header .header-right .cooperation[data-v-a2784518]:hover{color:var(--color-accent-hover);border-color:var(--color-accent);background-color:var(--color-accent-soft)}.app-header .header-right .language-box[data-v-a2784518]{font-size:14px;color:var(--color-text-secondary);display:flex;align-items:center;gap:8px;cursor:pointer}.app-header .header-right .language-box .icon[data-v-a2784518]{display:flex;align-items:center}.app-header .header-right .language-box .icon img[data-v-a2784518]{width:14px;height:14px;opacity:.8}.app-header .product-dropdown-enter-active[data-v-a2784518],.app-header .product-dropdown-leave-active[data-v-a2784518]{transition:opacity var(--dropdown-duration, .25s) ease}.app-header .product-dropdown-enter-from[data-v-a2784518],.app-header .product-dropdown-leave-to[data-v-a2784518]{opacity:0}.app-header .product-dropdown-card[data-v-a2784518]{--dropdown-duration: .5s;position:absolute;top:76px;left:50%;transform:translate(-50%);width:min(920px,100vw - 64px);min-height:252px;background:#fff;border-radius:10px;box-shadow:var(--shadow-card);z-index:10;padding:28px 32px;box-sizing:border-box}.app-header .product-dropdown-card .dropdown-content[data-v-a2784518]{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.app-header .product-dropdown-card .dropdown-group[data-v-a2784518]{display:flex;flex-direction:column;min-height:196px;padding:18px;border:1px solid #eeeeee;border-radius:8px;background:#fafafa;box-sizing:border-box}.app-header .product-dropdown-card .dropdown-group .group-header[data-v-a2784518]{display:flex;align-items:center;margin-bottom:16px}.app-header .product-dropdown-card .dropdown-group .group-header .group-icon[data-v-a2784518]{width:28px;height:28px}.app-header .product-dropdown-card .dropdown-group .group-header .group-icon img[data-v-a2784518]{width:100%;height:100%;display:block}.app-header .product-dropdown-card .dropdown-group .group-header .group-title[data-v-a2784518]{font-size:16px;font-weight:500;color:#000;margin-left:10px}.app-header .product-dropdown-card .dropdown-group .group-items[data-v-a2784518]{display:flex;flex-direction:column;gap:12px}.app-header .product-dropdown-card .dropdown-group .group-item[data-v-a2784518]{display:flex;gap:12px;cursor:pointer;padding:10px;border-radius:8px;background:#fff;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease;align-items:center}.app-header .product-dropdown-card .dropdown-group .group-item[data-v-a2784518]:hover{transform:translateY(-2px);background:#f6f9ff;box-shadow:0 10px 24px #1370fb1f}.app-header .product-dropdown-card .dropdown-group .group-item:hover .item-label[data-v-a2784518]{color:var(--color-accent)}.app-header .product-dropdown-card .dropdown-group .group-item .item-image[data-v-a2784518]{width:56px;height:56px;background:#f5f5f5;border-radius:4px;flex:0 0 56px;overflow:hidden}.app-header .product-dropdown-card .dropdown-group .group-item .item-image img[data-v-a2784518]{width:100%;height:100%;display:block;object-fit:cover}.app-header .product-dropdown-card .dropdown-group .group-item .item-label[data-v-a2784518]{font-size:14px;color:#000;font-weight:500;line-height:1.4}.mobile-hamburger[data-v-a2784518]{display:none;align-items:center;justify-content:center;width:40px;height:40px;cursor:pointer}.hamburger-bar[data-v-a2784518]{display:block;width:22px;height:2px;border-radius:2px;background:#fff}.mobile-drawer-mask[data-v-a2784518]{position:fixed;inset:0;background:#00000073;z-index:1001}.mobile-drawer[data-v-a2784518]{position:fixed;top:0;right:0;bottom:0;width:min(320px,86vw);background:#000;color:#fff;z-index:1002;padding:20px 20px 32px;box-sizing:border-box;display:flex;flex-direction:column;box-shadow:-8px 0 24px #00000040}.mobile-drawer-enter-active[data-v-a2784518],.mobile-drawer-leave-active[data-v-a2784518]{transition:transform .3s ease,opacity .3s ease}.mobile-drawer-enter-from[data-v-a2784518],.mobile-drawer-leave-to[data-v-a2784518]{transform:translate(100%);opacity:0}.drawer-top[data-v-a2784518]{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.15);font-size:18px}.drawer-close[data-v-a2784518]{font-size:28px;line-height:1;cursor:pointer;padding:4px}.drawer-nav[data-v-a2784518]{flex:1;overflow-y:auto;padding:12px 0}.drawer-item[data-v-a2784518]{display:flex;justify-content:space-between;align-items:center;padding:14px 4px;font-size:17px;color:#fff;border-bottom:1px solid rgba(255,255,255,.08);cursor:pointer}.drawer-arrow[data-v-a2784518]{width:8px;height:8px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(45deg);transition:transform .2s ease;margin-right:6px}.drawer-arrow.open[data-v-a2784518]{transform:rotate(225deg)}.drawer-submenu[data-v-a2784518]{display:flex;flex-direction:column;gap:4px;padding:8px 0 12px 16px}.drawer-sub-item[data-v-a2784518]{padding:12px;color:#ffffffbf;font-size:15px;border-radius:8px;cursor:pointer}.drawer-sub-item[data-v-a2784518]:active{background:#1370fb;color:#fff}.drawer-footer[data-v-a2784518]{display:flex;gap:12px;padding-top:16px;border-top:1px solid rgba(255,255,255,.15)}.drawer-cooperation[data-v-a2784518]{flex:1;height:48px;border-radius:100px;background:#1370fb;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}.drawer-language[data-v-a2784518]{height:48px;padding:0 20px;border:1px solid rgba(255,255,255,.5);border-radius:100px;color:#fff;display:flex;align-items:center;cursor:pointer}@media(max-width:768px){.app-header[data-v-a2784518]{height:64px;padding:0 16px}.app-header .header-inner[data-v-a2784518]{max-width:none}.app-header .header-left[data-v-a2784518]{flex:1}.app-header .header-left .logo[data-v-a2784518]{height:30px;margin-left:0}.app-header .menu[data-v-a2784518],.app-header .header-right[data-v-a2784518]{display:none}.app-header .mobile-hamburger[data-v-a2784518]{display:flex;flex-direction:column;gap:5px;color:#fff;margin-left:auto;border-radius:8px}.app-header .product-dropdown-card[data-v-a2784518]{display:none}}.footer[data-v-bfe28bba]{background:#272727;color:#fff;padding:40px 24px 20px;font-size:14px;position:relative}.footer .inner[data-v-bfe28bba]{display:flex;align-items:flex-start;max-width:1200px;margin:0 auto 16px}.footer .left[data-v-bfe28bba]{flex:1;display:flex;gap:60px;flex-direction:column;text-align:left}.footer .left .info-title[data-v-bfe28bba]{font-size:16px;font-weight:400;color:#fff}.footer .left .company-info[data-v-bfe28bba]{color:#cfcfcf;line-height:1.8}.footer .left .company-info p[data-v-bfe28bba]{display:flex;align-items:center;font-size:14px;font-weight:400;color:#fff6}.footer .left .company-info p span[data-v-bfe28bba]{color:#ffffffb2}.footer .left .company-info p img[data-v-bfe28bba]{width:16px;height:16px;opacity:.7;margin-right:8px}.footer .right[data-v-bfe28bba]{flex:.8}.footer .right .links[data-v-bfe28bba]{display:flex;gap:70px}.footer .right .links .col[data-v-bfe28bba]{text-align:left}.footer .right .links .col p[data-v-bfe28bba]{margin-bottom:20px;font-weight:400;font-size:16px}.footer .right .links .col div[data-v-bfe28bba]{display:flex;justify-content:center}.footer .right .links .col div ul[data-v-bfe28bba]{list-style:none;margin:0;padding:0}.footer .right .links .col div ul li[data-v-bfe28bba]{color:#fff;font-size:14px;font-weight:400;opacity:.6;margin-bottom:12px;cursor:pointer}.footer .right .links .col div ul li[data-v-bfe28bba]:hover{opacity:1;text-decoration:underline}.footer .right .qrs[data-v-bfe28bba]{display:flex;gap:48px;flex-wrap:wrap;margin-top:48px}.footer .right .qrs .qr-item[data-v-bfe28bba]{display:flex;flex-direction:column;align-items:center}.footer .right .qrs .qr-item .qr-box[data-v-bfe28bba]{width:60px;height:60px}.footer .right .qrs .qr-item .qr-label[data-v-bfe28bba]{margin-bottom:5px;color:#cfcfcf;font-size:12px}.footer .right .qrs .qr-item .qr-tip[data-v-bfe28bba]{font-size:10px;font-weight:400;text-align:center;margin-top:5px;color:#1370fb}.footer .top-btn[data-v-bfe28bba]{position:absolute;top:200px;right:36px;cursor:pointer}.footer .top-btn[data-v-bfe28bba]:hover{opacity:.8}.footer .bottom[data-v-bfe28bba]{color:#fff;display:block;text-align:center}@media(max-width:768px){.footer[data-v-bfe28bba]{padding:32px 20px 24px}.footer .inner[data-v-bfe28bba]{flex-direction:column;gap:32px;margin-bottom:24px}.footer .left[data-v-bfe28bba]{width:100%;gap:32px}.footer .right[data-v-bfe28bba]{width:100%}.footer .links[data-v-bfe28bba]{flex-wrap:wrap;gap:28px 16px}.footer .links .col[data-v-bfe28bba]{flex:1 1 45%;min-width:130px}.footer .links .col div[data-v-bfe28bba]{justify-content:flex-start}.footer .qrs[data-v-bfe28bba]{gap:20px;margin-top:32px}.footer .top-btn[data-v-bfe28bba]{top:auto;bottom:28px;right:16px}}.header[data-v-23f7a19b]{position:sticky;top:0;z-index:1000;padding:0;height:72px}.common-layout[data-v-23f7a19b]{min-height:100vh;background-color:var(--color-bg-deep)}.common-layout .main-container[data-v-23f7a19b]{min-height:calc(100vh - 72px)}.common-layout .main-container .aside[data-v-23f7a19b]{width:208px;border-top:solid 1px var(--color-border)}.common-layout .main-container .main-content[data-v-23f7a19b]{min-height:calc(100vh - 72px);background-color:transparent;overflow:visible}.common-layout .main-container .main-content .main-content-page[data-v-23f7a19b]{width:100%;min-height:inherit}@media(max-width:768px){.header[data-v-23f7a19b]{height:64px}.common-layout .main-container[data-v-23f7a19b]{min-height:calc(100vh - 64px)}.common-layout .main-content[data-v-23f7a19b]{overflow:visible}}.section-head[data-v-4c6e9563]{width:100%;max-width:1440px;margin:0 auto;text-align:left}.eyebrow[data-v-4c6e9563]{display:flex;align-items:center;gap:12px;margin:0 0 16px;font-size:13px;font-weight:500;color:var(--color-accent-hover)}.eyebrow[data-v-4c6e9563]:before{content:"";width:32px;height:1px;background:var(--color-accent)}.title[data-v-4c6e9563]{margin:0;font-size:38px;line-height:1.2;font-weight:600;color:var(--color-text)}.desc[data-v-4c6e9563]{max-width:640px;margin:16px 0 0;font-size:16px;line-height:1.7;color:var(--color-text-secondary)}.theme-light .title[data-v-4c6e9563]{color:#111}.theme-light .desc[data-v-4c6e9563]{color:#555}.theme-light .eyebrow[data-v-4c6e9563]{color:var(--color-accent)}@media(max-width:768px){.title[data-v-4c6e9563]{font-size:28px}.desc[data-v-4c6e9563]{font-size:15px}}.carousel-section[data-v-1e967b87]{padding:80px 64px 64px;background:var(--color-bg-deep)}.viewport[data-v-1e967b87]{margin-top:64px;overflow:hidden}.track[data-v-1e967b87]{position:relative;height:440px}.card[data-v-1e967b87]{position:absolute;top:0;left:50%;width:520px;height:440px;margin-left:-260px;overflow:hidden;border:1px solid var(--color-border);border-radius:16px;background:#111318}.card .image[data-v-1e967b87]{height:316px;overflow:hidden;background:#1a1c22}.card .image img[data-v-1e967b87]{width:100%;height:100%;object-fit:cover}.card .meta[data-v-1e967b87]{display:flex;gap:20px;align-items:flex-start;padding:24px 28px}.card .meta .index[data-v-1e967b87]{font-size:14px;color:var(--color-accent)}.card .meta h3[data-v-1e967b87]{margin:0;font-size:20px;font-weight:500;color:var(--color-text)}.card .meta p[data-v-1e967b87]{margin:8px 0 0;font-size:14px;line-height:1.6;color:var(--color-text-muted)}.arrows[data-v-1e967b87]{display:flex;justify-content:center;gap:12px;margin-top:48px}.arrows button[data-v-1e967b87]{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border:1px solid var(--color-border-strong);border-radius:50%;background:transparent;cursor:pointer;transition:border-color .2s ease,background-color .2s ease}.arrows button[data-v-1e967b87]:hover{border-color:var(--color-accent);background:var(--color-accent-soft)}.arrows button img[data-v-1e967b87]{width:16px;height:16px;opacity:.8}@media(max-width:768px){.carousel-section[data-v-1e967b87]{padding:56px 0 48px}.carousel-section[data-v-1e967b87] .section-head{padding:0 20px}.viewport[data-v-1e967b87]{margin-top:40px}.track[data-v-1e967b87]{display:flex;gap:16px;height:auto;overflow-x:auto;padding:8px 20px 24px;scroll-snap-type:x mandatory;scrollbar-width:none}.track[data-v-1e967b87]::-webkit-scrollbar{display:none}.card[data-v-1e967b87]{position:relative;top:auto;left:auto;flex:0 0 300px;width:300px;height:360px;margin-left:0;transform:none!important;scroll-snap-align:center}.card .image[data-v-1e967b87]{height:230px}.card .meta[data-v-1e967b87]{padding:18px 20px}.arrows[data-v-1e967b87]{display:none}}.hot-section[data-v-23bd932d]{padding:80px 64px;background:var(--color-surface-muted)}.grid[data-v-23bd932d]{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin:56px 0 0;padding:0;list-style:none}.card[data-v-23bd932d]{overflow:hidden;border:1px solid rgba(0,0,0,.08);border-radius:12px;background:#fff;transition:transform .25s ease,box-shadow .25s ease}.card[data-v-23bd932d]:hover{transform:translateY(-4px);box-shadow:0 16px 40px #00000014}.card .image[data-v-23bd932d]{position:relative;height:360px;display:flex;align-items:center;justify-content:center;padding:14px;background:#f2f3f5;overflow:hidden}.card .image img[data-v-23bd932d]{width:100%;height:100%;object-fit:contain}.card .image .tag[data-v-23bd932d]{position:absolute;top:16px;left:16px;height:28px;padding:0 14px;display:flex;align-items:center;border-radius:100px;background:var(--color-accent);color:#fff;font-size:12px}.card .body[data-v-23bd932d]{padding:24px;text-align:left}.card .body h3[data-v-23bd932d]{margin:0;font-size:20px;font-weight:500;color:#111}.card .body p[data-v-23bd932d]{margin:10px 0 0;font-size:14px;line-height:1.7;color:#666}.card .body .more[data-v-23bd932d]{display:flex;align-items:center;gap:8px;margin-top:20px;padding:0;border:0;background:transparent;color:var(--color-accent);font-size:14px;font-weight:500;cursor:pointer}.card .body .more i[data-v-23bd932d]{width:18px;height:1px;background:var(--color-accent);transition:width .2s ease}.card .body .more:hover i[data-v-23bd932d]{width:26px}@media(max-width:768px){.hot-section[data-v-23bd932d]{padding:56px 20px}.grid[data-v-23bd932d]{grid-template-columns:1fr;gap:16px;margin-top:40px}.card[data-v-23bd932d]{max-width:480px;width:100%;margin:0 auto}.card .image[data-v-23bd932d]{height:300px}}.tech-section[data-v-4a7f5991]{padding:80px 64px;background:var(--color-surface-muted)}.tech-layout[data-v-4a7f5991]{display:grid;grid-template-columns:300px 1fr;gap:48px;margin-top:40px}.tabs[data-v-4a7f5991]{display:flex;flex-direction:column;gap:8px}.tabs button[data-v-4a7f5991]{display:flex;align-items:center;gap:14px;height:56px;padding:0 20px;border:1px solid transparent;border-radius:8px;background:transparent;color:#555;font-size:15px;text-align:left;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.tabs button span[data-v-4a7f5991]{font-size:12px;color:#999}.tabs button[data-v-4a7f5991]:hover{background:#fff;color:#111}.tabs button.active[data-v-4a7f5991]{border-color:#1370fb33;background:#fff;color:var(--color-accent)}.tabs button.active span[data-v-4a7f5991]{color:var(--color-accent)}.preview[data-v-4a7f5991]{min-width:0}.preview .stage[data-v-4a7f5991]{overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#0a0a0c}.preview .stage img[data-v-4a7f5991]{width:100%;height:560px;object-fit:contain;object-position:left center;display:block}.preview .caption[data-v-4a7f5991]{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-top:20px}.preview .caption h3[data-v-4a7f5991]{margin:0;font-size:22px;font-weight:500;color:#111}.preview .caption p[data-v-4a7f5991]{margin:8px 0 0;font-size:14px;line-height:1.7;color:#666}.preview .caption span[data-v-4a7f5991]{font-size:13px;color:#999;white-space:nowrap}@media(max-width:1024px){.tech-layout[data-v-4a7f5991]{grid-template-columns:220px 1fr;gap:28px}}@media(max-width:768px){.tech-section[data-v-4a7f5991]{padding:56px 20px}.tech-layout[data-v-4a7f5991]{grid-template-columns:1fr;gap:24px;margin-top:40px}.tabs[data-v-4a7f5991]{flex-direction:row;overflow-x:auto;padding-bottom:8px;scrollbar-width:none}.tabs[data-v-4a7f5991]::-webkit-scrollbar{display:none}.tabs button[data-v-4a7f5991]{flex:0 0 auto;width:150px;height:48px;padding:0 14px;font-size:14px}.preview .stage img[data-v-4a7f5991]{height:300px}.preview .caption[data-v-4a7f5991]{align-items:flex-start;flex-direction:column}}.matrix-section[data-v-691cd7a8]{padding:72px 64px;background:var(--color-bg-deep)}.matrix-layout[data-v-691cd7a8]{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:56px;margin-top:40px}.matrix-info[data-v-691cd7a8]{text-align:left}.matrix-info .info-code[data-v-691cd7a8]{margin:0 0 12px;font-size:13px;color:var(--color-accent-hover)}.matrix-info h3[data-v-691cd7a8]{margin:0;font-size:30px;line-height:1.3;font-weight:600;color:var(--color-text)}.matrix-info ul[data-v-691cd7a8]{margin:18px 0 0;padding:0;list-style:none}.matrix-info ul li[data-v-691cd7a8]{position:relative;padding-left:18px;font-size:15px;line-height:1.8;color:var(--color-text-secondary)}.matrix-info ul li[data-v-691cd7a8]:before{content:"";position:absolute;left:0;top:11px;width:7px;height:7px;border-radius:50%;background:var(--color-accent)}.matrix-info button[data-v-691cd7a8]{height:42px;margin-top:24px;padding:0 30px;border:1px solid var(--color-border-strong);border-radius:100px;background:transparent;color:var(--color-text);font-size:14px;cursor:pointer;transition:border-color .2s ease,color .2s ease,background-color .2s ease}.matrix-info button[data-v-691cd7a8]:hover{border-color:var(--color-accent);color:var(--color-accent-hover);background:var(--color-accent-soft)}.matrix-info .counter[data-v-691cd7a8]{display:flex;align-items:center;gap:12px;margin-top:28px}.matrix-info .counter span[data-v-691cd7a8]{font-size:13px;color:var(--color-text-muted)}.matrix-info .counter i[data-v-691cd7a8]{width:64px;height:1px;background:var(--color-border-strong)}.matrix-carousel[data-v-691cd7a8]{min-width:0}.matrix-carousel .carousel-window[data-v-691cd7a8]{height:360px;overflow:hidden;border:1px solid var(--color-border);border-radius:16px;background:#111318}.matrix-carousel .track[data-v-691cd7a8]{display:flex;height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1)}.matrix-carousel .slide[data-v-691cd7a8]{flex:0 0 100%;height:100%;display:flex;align-items:center;justify-content:center}.matrix-carousel .slide img[data-v-691cd7a8]{width:82%;height:82%;object-fit:contain}.matrix-carousel .carousel-nav[data-v-691cd7a8]{display:flex;align-items:center;justify-content:center;gap:24px;margin-top:18px}.matrix-carousel .carousel-nav button[data-v-691cd7a8]{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:1px solid var(--color-border-strong);border-radius:50%;background:transparent;cursor:pointer;transition:border-color .2s ease,background-color .2s ease}.matrix-carousel .carousel-nav button[data-v-691cd7a8]:hover{border-color:var(--color-accent);background:var(--color-accent-soft)}.matrix-carousel .carousel-nav button img[data-v-691cd7a8]{width:15px;height:15px;opacity:.8}.matrix-carousel .carousel-nav .dots[data-v-691cd7a8]{display:flex;gap:8px}.matrix-carousel .carousel-nav .dots span[data-v-691cd7a8]{width:7px;height:7px;border-radius:50%;background:var(--color-text-muted);cursor:pointer;transition:width .2s ease,background-color .2s ease}.matrix-carousel .carousel-nav .dots span.active[data-v-691cd7a8]{width:22px;border-radius:100px;background:var(--color-accent)}.params-panel[data-v-691cd7a8]{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:40px;padding-top:24px;border-top:1px solid var(--color-border)}.params-panel .param-item[data-v-691cd7a8]{display:flex;align-items:baseline;justify-content:flex-start;gap:12px;text-align:left}.params-panel .param-item span[data-v-691cd7a8]{font-size:12px;color:var(--color-text-muted);white-space:nowrap}.params-panel .param-item strong[data-v-691cd7a8]{font-size:14px;font-weight:500;color:var(--color-text);text-align:left}@media(max-width:1024px){.matrix-layout[data-v-691cd7a8]{gap:48px}}@media(max-width:768px){.matrix-section[data-v-691cd7a8]{padding:56px 20px}.matrix-layout[data-v-691cd7a8]{grid-template-columns:1fr;gap:40px;margin-top:40px}.matrix-info h3[data-v-691cd7a8]{font-size:28px}.matrix-carousel .carousel-window[data-v-691cd7a8]{height:320px}.params-panel[data-v-691cd7a8]{grid-template-columns:repeat(2,1fr);gap:24px;margin-top:48px}}.print[data-v-f0114410]{width:100%;padding:80px 64px;background:var(--color-bg-deep)}.print .products-box[data-v-f0114410]{width:100%;display:flex;justify-content:center}.print .products-box .print-products[data-v-f0114410]{width:1200px;display:flex;flex-direction:column;align-items:center}.print .row[data-v-f0114410]{display:grid;gap:24px;margin-bottom:24px}.print .row .item[data-v-f0114410]{width:auto;height:326px;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative}.print .row .item .pic[data-v-f0114410]{width:100%;max-height:220px;object-fit:contain}.print .row .item .name[data-v-f0114410]{width:100%;height:39px;border-radius:100px;background:#fff;font-weight:500;font-size:16px;text-align:center;color:var(--color-accent);display:flex;justify-content:center;align-items:center}.print .row .item .code-name[data-v-f0114410]{width:100%;display:flex;z-index:999}.print .row .item .code-name .code[data-v-f0114410]{transform:rotate(9.45deg);padding:0 15px;min-width:80px;display:inline-flex;height:34px;border:1px solid white;border-radius:100px;font-weight:400;font-size:16px;color:#fff;display:flex;justify-content:center;align-items:center;margin-top:-2px;background:#000}.print .row .product1 .small-img[data-v-f0114410]{position:absolute;right:0;top:0;transition:opacity .1s ease-in-out;cursor:pointer}.print .row .product1 .hover-img[data-v-f0114410]{position:absolute;right:-108px;top:-335px;opacity:0;pointer-events:none;transition:opacity .1s ease-in-out}.print .row .product1 .small-img:hover~.hover-img[data-v-f0114410]{opacity:1}.print .row .product2 .small-img1[data-v-f0114410]{position:absolute;left:0;top:33px;transition:opacity .1s ease-in-out;cursor:pointer}.print .row .product2 .hover-img1[data-v-f0114410]{position:absolute;left:-115px;top:-305px;opacity:0;pointer-events:none;transition:opacity .1s ease-in-out;z-index:99}.print .row .product2 .small-img1:hover~.hover-img1[data-v-f0114410]{opacity:1}.print .row .product2 .small-img2[data-v-f0114410]{position:absolute;left:87px;top:-45px;transition:opacity .1s ease-in-out;cursor:pointer}.print .row .product2 .hover-img2[data-v-f0114410]{position:absolute;left:-25px;top:-385px;opacity:0;pointer-events:none;transition:opacity .1s ease-in-out;z-index:99}.print .row .product2 .small-img2:hover~.hover-img2[data-v-f0114410]{opacity:1}.print .row .product2 .small-img3[data-v-f0114410]{position:absolute;right:0;top:17px;transition:opacity .1s ease-in-out;cursor:pointer}.print .row .product2 .hover-img3[data-v-f0114410]{position:absolute;right:-105px;top:-320px;opacity:0;pointer-events:none;transition:opacity .1s ease-in-out;z-index:99}.print .row .product2 .small-img3:hover~.hover-img3[data-v-f0114410]{opacity:1}.print .row .product3 .small-img[data-v-f0114410]{position:absolute;right:0;top:17px;transition:opacity .1s ease-in-out;cursor:pointer}.print .row .product3 .hover-img[data-v-f0114410]{position:absolute;right:-108px;top:-318px;opacity:0;pointer-events:none;transition:opacity .1s ease-in-out}.print .row .product3 .small-img:hover~.hover-img[data-v-f0114410]{opacity:1}.print .row .product4 .small-img[data-v-f0114410]{position:absolute;right:0;top:17px;transition:opacity .1s ease-in-out;cursor:pointer}.print .row .product4 .hover-img[data-v-f0114410]{position:absolute;right:-108px;top:-318px;opacity:0;pointer-events:none;transition:opacity .1s ease-in-out}.print .row .product4 .small-img:hover~.hover-img[data-v-f0114410]{opacity:1}.print .row .product5 .small-img[data-v-f0114410]{position:absolute;right:-20px;top:15px;transition:opacity .1s ease-in-out;cursor:pointer}.print .row .product5 .hover-img[data-v-f0114410]{position:absolute;right:-128px;top:-320px;opacity:0;pointer-events:none;transition:opacity .1s ease-in-out;z-index:999}.print .row .product5 .small-img:hover~.hover-img[data-v-f0114410]{opacity:1}.print .row .product6 .small-img[data-v-f0114410]{position:absolute;right:5px;top:15px;transition:opacity .1s ease-in-out;cursor:pointer}.print .row .product6 .hover-img[data-v-f0114410]{position:absolute;right:-100px;top:-320px;opacity:0;pointer-events:none;transition:opacity .1s ease-in-out;z-index:999}.print .row .product6 .small-img:hover~.hover-img[data-v-f0114410]{opacity:1}.print .row .product7 .small-img[data-v-f0114410]{position:absolute;left:0;top:10px;transition:opacity .1s ease-in-out;cursor:pointer}.print .row .product7 .hover-img[data-v-f0114410]{position:absolute;left:-107px;top:-325px;opacity:0;pointer-events:none;transition:opacity .1s ease-in-out;z-index:999}.print .row .product7 .small-img:hover~.hover-img[data-v-f0114410]{opacity:1}.print .row-3[data-v-f0114410]{grid-template-columns:repeat(3,1fr);width:75%;margin-left:auto;margin-right:auto}.print .row-4[data-v-f0114410]{grid-template-columns:repeat(4,1fr);width:100%}@media(max-width:768px){.print[data-v-f0114410]{padding:56px 0}.print .products-box .print-products[data-v-f0114410]{width:100%;padding:0 16px}.print .row[data-v-f0114410]{flex-wrap:wrap;gap:16px;margin-bottom:16px}.print .row-3[data-v-f0114410],.print .row-4[data-v-f0114410]{grid-template-columns:repeat(2,1fr);width:100%}.print .row .item[data-v-f0114410],.print .row-4 .item[data-v-f0114410],.print .row-3 .item[data-v-f0114410]{width:100%;height:auto}.print .row .item .pic[data-v-f0114410]{width:100%;max-height:none;object-fit:contain}.print .row .item .name[data-v-f0114410]{width:100%;height:auto;min-height:38px;padding:6px 8px;box-sizing:border-box;font-size:14px}.print .row .item .code-name[data-v-f0114410]{width:100%;justify-content:center}.print .row .item img[data-v-f0114410]:not(.pic){display:none}}@media(max-width:420px){.print .row-4 .item[data-v-f0114410],.print .row-3 .item[data-v-f0114410]{width:100%}.print .row-3[data-v-f0114410],.print .row-4[data-v-f0114410]{grid-template-columns:1fr}}.sass[data-v-d3ed2eec]{padding:80px 64px;background:var(--color-bg-deep)}.sass-layout[data-v-d3ed2eec]{display:grid;grid-template-columns:.72fr 1.28fr;align-items:center;gap:64px;margin-top:48px}.sass-intro[data-v-d3ed2eec]{padding-left:300px;text-align:left}.sass-intro .intro-eyebrow[data-v-d3ed2eec]{margin:0 0 14px;font-size:13px;font-weight:500;color:var(--color-accent-hover)}.sass-intro h3[data-v-d3ed2eec]{margin:0;font-size:32px;line-height:1.3;font-weight:600;color:var(--color-text)}.sass-intro .intro-text[data-v-d3ed2eec]{max-width:420px;margin:16px 0 0;font-size:15px;line-height:1.8;color:var(--color-text-secondary)}.sass-intro ul[data-v-d3ed2eec]{display:grid;grid-template-columns:repeat(2,1fr);gap:12px 24px;margin:28px 0 0;padding:0;list-style:none}.sass-intro ul li[data-v-d3ed2eec]{position:relative;padding-left:20px;font-size:14px;color:var(--color-text-secondary)}.sass-intro ul li[data-v-d3ed2eec]:before{content:"";position:absolute;left:0;top:7px;width:7px;height:7px;border-radius:50%;background:var(--color-accent)}.sass-intro .tutorial-btn[data-v-d3ed2eec]{height:44px;margin-top:32px;padding:0 28px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--color-accent);border-radius:16px;background:var(--color-accent);color:#fff;font-size:15px;font-weight:500;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.sass-intro .tutorial-btn span[data-v-d3ed2eec]{line-height:1}.sass-intro .tutorial-btn i[data-v-d3ed2eec]{display:none}.sass-intro .tutorial-btn[data-v-d3ed2eec]:hover{border-color:var(--color-accent-hover);background:var(--color-accent-hover)}.tutorial-mask[data-v-d3ed2eec]{position:fixed;inset:0;z-index:1000;padding:40px 24px;display:flex;align-items:center;justify-content:center;background:#000000b8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tutorial-modal[data-v-d3ed2eec]{position:relative;width:min(1120px,100%)}.tutorial-close[data-v-d3ed2eec]{position:absolute;top:-58px;right:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.2);border-radius:50%;background:#ffffff14;color:#fff;font-size:28px;line-height:1;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.tutorial-close[data-v-d3ed2eec]:hover{border-color:#ffffff73;background:#ffffff29}.tutorial-player-shell[data-v-d3ed2eec]{display:grid;grid-template-columns:56px minmax(0,1fr) 56px;align-items:center;gap:24px}.tutorial-player[data-v-d3ed2eec]{min-width:0}.tutorial-player video[data-v-d3ed2eec]{width:100%;aspect-ratio:16/9;display:block;border-radius:8px;background:#000}.tutorial-caption[data-v-d3ed2eec]{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:20px}.tutorial-caption h3[data-v-d3ed2eec]{margin:0;font-size:22px;line-height:1.3;font-weight:600;color:#fff}.tutorial-count[data-v-d3ed2eec]{flex:0 0 auto;font-size:13px;color:#ffffff8f}.tutorial-arrow[data-v-d3ed2eec]{width:56px;height:56px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.22);border-radius:50%;background:#ffffff12;color:#fff;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,opacity .2s ease}.tutorial-arrow svg[data-v-d3ed2eec]{width:26px;height:26px}.tutorial-arrow[data-v-d3ed2eec]:hover:not(:disabled){border-color:#ffffff80;background:#ffffff29}.tutorial-arrow[data-v-d3ed2eec]:disabled{cursor:default;opacity:.22}.sass-visual[data-v-d3ed2eec],.sass-dashboard[data-v-d3ed2eec]{overflow:hidden;border:1px solid var(--color-border);border-radius:16px;background:#141519}.sass-visual[data-v-d3ed2eec]{padding:16px}.sass-visual .visual-head[data-v-d3ed2eec]{display:flex;align-items:center;gap:6px;margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid var(--color-border)}.sass-visual .visual-head .dot[data-v-d3ed2eec]{width:8px;height:8px;border-radius:50%;background:#4a4d55}.sass-visual .visual-head .dot[data-v-d3ed2eec]:first-child{background:var(--color-accent)}.sass-visual .visual-head em[data-v-d3ed2eec]{margin-left:auto;font-size:12px;font-style:normal;color:var(--color-text-muted)}.sass-visual img[data-v-d3ed2eec]{width:100%;height:auto;display:block;border-radius:10px}.sass-dashboard[data-v-d3ed2eec]{margin-top:48px}.sass-dashboard .dashboard-head[data-v-d3ed2eec]{display:flex;align-items:center;gap:16px;padding:16px 20px;border-bottom:1px solid var(--color-border)}.sass-dashboard .dashboard-head[data-v-d3ed2eec]:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--color-accent)}.sass-dashboard .dashboard-head span[data-v-d3ed2eec]{font-size:14px;font-weight:500;color:var(--color-text)}.sass-dashboard .dashboard-head i[data-v-d3ed2eec]{flex:1;height:1px;background:var(--color-border)}.sass-dashboard img[data-v-d3ed2eec]{width:100%;height:auto;display:block}@media(max-width:1024px){.sass-layout[data-v-d3ed2eec]{gap:44px}}@media(max-width:768px){.sass[data-v-d3ed2eec]{padding:56px 20px}.sass-layout[data-v-d3ed2eec]{grid-template-columns:1fr;gap:32px;margin-top:40px}.sass-intro h3[data-v-d3ed2eec]{font-size:28px}.sass-intro ul[data-v-d3ed2eec]{grid-template-columns:1fr 1fr}.sass-visual[data-v-d3ed2eec]{padding:12px}.sass-dashboard[data-v-d3ed2eec]{margin-top:40px}.tutorial-mask[data-v-d3ed2eec]{padding:20px 12px}.tutorial-modal[data-v-d3ed2eec]{padding-top:52px}.tutorial-close[data-v-d3ed2eec]{top:0;right:0;width:40px;height:40px}.tutorial-player-shell[data-v-d3ed2eec]{grid-template-columns:40px minmax(0,1fr) 40px;gap:8px}.tutorial-arrow[data-v-d3ed2eec]{width:40px;height:40px}.tutorial-arrow svg[data-v-d3ed2eec]{width:22px;height:22px}.tutorial-caption[data-v-d3ed2eec]{align-items:flex-start;flex-direction:column;gap:8px;margin-top:14px}.tutorial-caption h3[data-v-d3ed2eec]{font-size:18px}}.case-section[data-v-d1cb10b4]{padding:80px 64px;background:var(--color-surface-muted)}.case-layout[data-v-d1cb10b4]{display:grid;grid-template-columns:1.15fr .85fr;gap:24px;margin-top:40px}.featured[data-v-d1cb10b4],.side-card[data-v-d1cb10b4]{overflow:hidden;border:1px solid rgba(0,0,0,.08);border-radius:12px;background:#fff;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease}.featured[data-v-d1cb10b4]:hover,.side-card[data-v-d1cb10b4]:hover{transform:translateY(-4px);box-shadow:0 16px 40px #00000014}.featured .featured-image[data-v-d1cb10b4]{height:360px;overflow:hidden;background:#eee}.featured .featured-image img[data-v-d1cb10b4]{width:100%;height:100%;object-fit:cover}.featured .featured-body[data-v-d1cb10b4]{padding:28px;text-align:left}.side-list[data-v-d1cb10b4]{display:flex;flex-direction:column;gap:24px}.side-card[data-v-d1cb10b4]{display:grid;grid-template-columns:220px 1fr;align-items:center}.side-card .side-image[data-v-d1cb10b4]{height:190px;overflow:hidden;background:#eee}.side-card .side-image img[data-v-d1cb10b4]{width:100%;height:100%;object-fit:cover}.side-card .side-body[data-v-d1cb10b4]{padding:20px;text-align:left}.date[data-v-d1cb10b4]{margin:0 0 8px;font-size:12px;color:#999}h3[data-v-d1cb10b4],h4[data-v-d1cb10b4]{margin:0;font-weight:500;color:#111}h3[data-v-d1cb10b4]{font-size:24px}h4[data-v-d1cb10b4]{font-size:18px}.text[data-v-d1cb10b4]{display:-webkit-box;overflow:hidden;margin:10px 0 0;font-size:14px;line-height:1.7;color:#666;-webkit-box-orient:vertical;-webkit-line-clamp:3}button[data-v-d1cb10b4]{margin-top:16px;padding:0;border:0;background:transparent;color:var(--color-accent);font-size:14px;font-weight:500;cursor:pointer}.more[data-v-d1cb10b4]{display:flex;justify-content:center;margin-top:40px}.more button[data-v-d1cb10b4]{height:50px;padding:0 36px;border:1px solid rgba(19,112,251,.4);border-radius:100px;background:transparent;color:var(--color-accent);font-size:15px;font-weight:500;cursor:pointer;transition:background-color .2s ease,color .2s ease}.more button[data-v-d1cb10b4]:hover{background:var(--color-accent);color:#fff}@media(max-width:1024px){.case-layout[data-v-d1cb10b4]{grid-template-columns:1fr}.side-card[data-v-d1cb10b4]{grid-template-columns:200px 1fr}}@media(max-width:768px){.case-section[data-v-d1cb10b4]{padding:56px 20px}.case-layout[data-v-d1cb10b4]{gap:16px;margin-top:40px}.featured .featured-image[data-v-d1cb10b4]{height:220px}.side-list[data-v-d1cb10b4]{gap:16px}.side-card[data-v-d1cb10b4]{grid-template-columns:1fr}.side-card .side-image[data-v-d1cb10b4]{height:200px}.more[data-v-d1cb10b4]{margin-top:40px}}.home[data-v-3716870d]{min-height:100vh;position:relative;background:var(--color-bg-deep);overflow-x:hidden}.home .hero[data-v-3716870d]{position:relative;min-height:calc(100vh - 72px);display:flex;flex-direction:column;justify-content:center;padding:72px 64px 80px;background:linear-gradient(180deg,rgba(19,112,251,.09),transparent 42%),var(--color-bg-deep)}.home .hero .hero-inner[data-v-3716870d]{width:100%;max-width:1440px;margin:0 auto;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:72px}.home .hero .hero-copy[data-v-3716870d]{max-width:580px}.home .hero .hero-copy .hero-eyebrow[data-v-3716870d]{display:flex;align-items:center;gap:12px;margin:0;font-size:14px;font-weight:500;color:var(--color-accent-hover)}.home .hero .hero-copy .hero-eyebrow span[data-v-3716870d]{width:32px;height:1px;background:var(--color-accent)}.home .hero .hero-copy .hero-title[data-v-3716870d]{margin:24px 0 0;font-size:64px;line-height:1.14;font-weight:600;color:var(--color-text)}.home .hero .hero-copy .hero-subtitle[data-v-3716870d]{max-width:520px;margin:24px 0 0;font-size:18px;line-height:1.8;color:var(--color-text-secondary)}.home .hero .hero-copy .hero-actions[data-v-3716870d]{display:flex;gap:16px;margin-top:40px}.home .hero .hero-copy .btn-primary[data-v-3716870d],.home .hero .hero-copy .btn-ghost[data-v-3716870d]{height:56px;padding:0 36px;border-radius:100px;font-size:16px;font-weight:500;cursor:pointer;transition:color .2s ease,background-color .2s ease,border-color .2s ease}.home .hero .hero-copy .btn-primary[data-v-3716870d]{border:1px solid var(--color-accent);background:var(--color-accent);color:#fff}.home .hero .hero-copy .btn-primary[data-v-3716870d]:hover{background:var(--color-accent-hover);border-color:var(--color-accent-hover)}.home .hero .hero-copy .btn-ghost[data-v-3716870d]{border:1px solid var(--color-border-strong);background:transparent;color:var(--color-text)}.home .hero .hero-copy .btn-ghost[data-v-3716870d]:hover{border-color:var(--color-accent);color:var(--color-accent-hover)}.home .hero .hero-copy .hero-meta[data-v-3716870d]{display:flex;gap:48px;margin-top:56px;padding-top:28px;border-top:1px solid var(--color-border)}.home .hero .hero-copy .hero-meta div[data-v-3716870d]{display:flex;flex-direction:column;gap:8px}.home .hero .hero-copy .hero-meta strong[data-v-3716870d]{font-size:16px;font-weight:500;color:var(--color-text)}.home .hero .hero-copy .hero-meta span[data-v-3716870d]{font-size:13px;color:var(--color-text-muted)}.home .hero .hero-visual[data-v-3716870d]{position:relative;display:flex;flex-direction:column;align-items:center}.home .hero .hero-visual .visual-frame[data-v-3716870d]{position:relative;width:min(400px,100%);aspect-ratio:4/5;overflow:hidden;border:1px solid var(--color-border);border-radius:24px;background:linear-gradient(160deg,#15161a,#0a0a0c 72%);box-shadow:var(--shadow-card)}.home .hero .hero-visual .hero-carousel[data-v-3716870d]{position:absolute;inset:0}.home .hero .hero-visual .hero-slide[data-v-3716870d]{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(.96);transition:opacity .5s ease,transform .5s ease}.home .hero .hero-visual .hero-slide.active[data-v-3716870d]{opacity:1;transform:scale(1)}.home .hero .hero-visual .hero-slide img[data-v-3716870d]{width:82%;height:82%;object-fit:contain}.home .hero .hero-visual .carousel-arrow[data-v-3716870d]{position:absolute;top:50%;width:34px;height:34px;display:flex;align-items:center;justify-content:center;transform:translateY(-50%);border:1px solid var(--color-border-strong);border-radius:50%;background:#0a0a0c99;cursor:pointer;transition:border-color .2s ease,background-color .2s ease}.home .hero .hero-visual .carousel-arrow[data-v-3716870d]:hover{border-color:var(--color-accent);background:var(--color-accent-soft)}.home .hero .hero-visual .carousel-arrow img[data-v-3716870d]{width:12px;height:12px;opacity:.8}.home .hero .hero-visual .carousel-arrow.prev[data-v-3716870d]{left:12px}.home .hero .hero-visual .carousel-arrow.next[data-v-3716870d]{right:12px}.home .hero .hero-visual .visual-note[data-v-3716870d]{display:flex;align-items:center;gap:12px;margin-top:24px;padding:14px 18px;border:1px solid var(--color-border);border-radius:8px;background:#ffffff08}.home .hero .hero-visual .visual-note .note-dot[data-v-3716870d]{width:8px;height:8px;border-radius:50%;background:var(--color-accent)}.home .hero .hero-visual .visual-note p[data-v-3716870d]{margin:0;font-size:14px;color:var(--color-text)}.home .hero .hero-visual .visual-note small[data-v-3716870d]{font-size:12px;color:var(--color-text-muted)}.home .hero .hero-visual .hero-dots[data-v-3716870d]{display:flex;gap:8px;margin-top:14px}.home .hero .hero-visual .hero-dots span[data-v-3716870d]{width:7px;height:7px;border-radius:50%;background:var(--color-text-muted);cursor:pointer;transition:width .2s ease,background-color .2s ease}.home .hero .hero-visual .hero-dots span.active[data-v-3716870d]{width:22px;border-radius:100px;background:var(--color-accent)}.home .content2[data-v-3716870d]{width:100%}.home .content4[data-v-3716870d]{width:100%;background:#f6f7f9}.home .video-section[data-v-3716870d]{padding:56px 64px 72px;background:#f6f7f9}.home .video-stage[data-v-3716870d]{position:relative;width:min(100%,1080px);aspect-ratio:16/9;height:auto;margin:28px auto 0;border:0;background:transparent}.home .video-stage .brand-video[data-v-3716870d]{width:100%;height:100%;display:block;object-fit:contain;background:transparent}.home .video-stage .video-caption[data-v-3716870d]{position:absolute;left:36px;bottom:32px;display:flex;flex-direction:column;gap:8px;pointer-events:none;text-shadow:0 2px 14px rgba(0,0,0,.7)}.home .video-stage .video-caption .video-kicker[data-v-3716870d]{font-size:12px;font-weight:500;color:#ffffffc7}.home .video-stage .video-caption strong[data-v-3716870d]{font-size:24px;font-weight:600;color:#fff}.home .content5[data-v-3716870d],.home .content6[data-v-3716870d]{margin-top:0}.home .content7[data-v-3716870d],.home .content8[data-v-3716870d],.home .content9[data-v-3716870d]{padding:0}.home .content10[data-v-3716870d]{height:828px;margin-top:36px;margin-bottom:64px}.home .content11[data-v-3716870d]{background:url(/assets/content11-bg-BIx71X0R.png);background-repeat:no-repeat;background-position:top center;height:182px;margin-top:32px;margin-bottom:20px}@media(max-width:768px){.home[data-v-3716870d]{overflow-x:hidden}.home .hero[data-v-3716870d]{min-height:auto;padding:56px 20px 64px}.home .hero .hero-inner[data-v-3716870d]{grid-template-columns:1fr;gap:44px}.home .hero .hero-copy[data-v-3716870d]{max-width:none}.home .hero .hero-title[data-v-3716870d]{font-size:40px;line-height:1.2}.home .hero .hero-subtitle[data-v-3716870d]{font-size:15px;line-height:1.7}.home .hero .hero-actions[data-v-3716870d]{flex-wrap:wrap;margin-top:32px}.home .hero .btn-primary[data-v-3716870d],.home .hero .btn-ghost[data-v-3716870d]{height:50px;padding:0 28px;font-size:15px}.home .hero .hero-meta[data-v-3716870d]{flex-wrap:wrap;gap:20px 32px;margin-top:40px}.home .hero .hero-visual[data-v-3716870d]{order:2}.home .hero .visual-frame[data-v-3716870d]{width:min(280px,100%)}.home .hero .visual-note[data-v-3716870d]{width:100%;max-width:340px}.home .video-section[data-v-3716870d]{padding:44px 16px 56px}.home .video-stage[data-v-3716870d]{margin-top:24px}.home .video-stage .video-caption[data-v-3716870d]{left:20px;bottom:20px}.home .video-stage .video-caption strong[data-v-3716870d]{font-size:18px}.home .content10[data-v-3716870d]{height:auto;margin-top:30px;margin-bottom:50px}.home .content10 img[data-v-3716870d]{width:100%;height:auto;display:block}.home .content11[data-v-3716870d]{height:110px;background-size:contain}}.group1[data-v-b0e58f79]{width:100%;background:#000;display:flex;flex-direction:column;align-items:center}.group1 .products[data-v-b0e58f79]{width:1440px;height:300px;display:flex}.group1 .products .list-content[data-v-b0e58f79]{width:calc(100% - 236px);display:flex;justify-content:center;align-items:center;height:100%}.group1 .products .list-content .prd-item[data-v-b0e58f79]{margin-right:140px;display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:opacity .3s;opacity:.5;height:100%;justify-content:center;position:relative}.group1 .products .list-content .prd-item.active[data-v-b0e58f79]{opacity:1}.group1 .products .list-content .prd-item .prd-seleted[data-v-b0e58f79]{position:absolute;bottom:0;width:30px;height:25px;margin-bottom:-10px}.group1 .products .list-content .prd-item .prd-img[data-v-b0e58f79]{height:160px;display:flex;align-items:center}.group1 .products .list-content .prd-item .prd-name[data-v-b0e58f79]{font-weight:600;font-style:Semibold;font-size:16.03px;color:#fff;white-space:nowrap;margin-top:24px}.group1 .products .list-content .prd-item[data-v-b0e58f79]:last-child{margin-right:0}.group1 .products .arrow[data-v-b0e58f79]{width:118px;height:100%;position:relative}.group1 .products .arrow .left-img[data-v-b0e58f79]{position:absolute;left:30%;top:50%;opacity:.5}.group1 .products .arrow .left-img[data-v-b0e58f79]:hover{opacity:1}.group1 .products .arrow .right-img[data-v-b0e58f79]{position:absolute;right:30%;top:50%;opacity:.5}.group1 .products .arrow .right-img[data-v-b0e58f79]:hover{opacity:1}.group1 .product-video[data-v-b0e58f79]{width:100%;height:840px;background:#fff;display:flex;flex-direction:column;align-items:center}.group1 .product-video .video-content[data-v-b0e58f79]{width:1440px;padding-top:100px}.group1 .product-video .video-content .video-img[data-v-b0e58f79]{display:flex;justify-content:center;position:relative}.group1 .product-video .video-content .video-img .video-name[data-v-b0e58f79]{position:absolute;font-weight:600;font-size:28px;color:#fff;margin-top:12px}.group1 .product-video .video-content .video-img .video-url[data-v-b0e58f79]{width:847px;height:470px;background:#fff;position:absolute;top:83px;border-radius:60px}.group1 .product-video .video-content .video-img .video-title[data-v-b0e58f79]{position:absolute;left:245px;bottom:0;width:201px;height:66px;transform:rotate(12.68deg);border:2.88px solid #1370fb;border-radius:96.01px;background:#fff347;font-weight:500;font-size:28px;color:#1370fb;display:flex;justify-content:center;align-items:center}.group1 .product-video .video-text[data-v-b0e58f79]{width:682px;margin-top:43px;font-weight:400;font-size:16px}.group1 .product-diagram[data-v-b0e58f79]{width:100%}.group1 .product-diagram .product-diagram-title[data-v-b0e58f79]{font-weight:400;font-size:40px;color:#000;background:#fff;padding-bottom:50px}.group1 .product-diagram .product-content[data-v-b0e58f79]{width:100%;display:flex;flex-direction:column;background:#fff;position:relative}.group1 .product-diagram .product-content .product-info[data-v-b0e58f79]{position:absolute;z-index:999;margin-left:calc(50% - 564px)}.group1 .product-diagram .product-content .diagram-bg-1[data-v-b0e58f79]{height:150px;background:#fff}.group1 .product-diagram .product-content .diagram-bg[data-v-b0e58f79]{height:270px;margin-top:-50px;z-index:99}.group1 .product-diagram .product-content .diagram-bg-2[data-v-b0e58f79]{height:100px;background:#000;margin-top:-50px}.group1 .product-print[data-v-b0e58f79]{background:#000;margin-bottom:120px}.group1 .product-print .product-print-title[data-v-b0e58f79]{font-weight:400;font-size:40px;color:#fff;padding-bottom:50px}.group1 .product-highlight[data-v-b0e58f79]{width:100%;background:#000;display:flex;flex-direction:column;align-items:center;margin-bottom:120px}.group1 .product-highlight .product-highlight-title[data-v-b0e58f79]{font-weight:400;font-size:40px;color:#fff;margin-bottom:60px}.group1 .product-highlight .product-highlight-content[data-v-b0e58f79]{width:1440px;gap:100px;justify-content:center;display:grid}.group1 .product-highlight .product-highlight-content.highlight-8[data-v-b0e58f79]{grid-template-columns:repeat(4,240px)}.group1 .product-highlight .product-highlight-content.highlight-6[data-v-b0e58f79]{grid-template-columns:repeat(3,240px)}.group1 .product-highlight .product-highlight-content .highlight-item[data-v-b0e58f79]{display:flex;flex-direction:row;align-items:center;gap:20px}.group1 .product-highlight .product-highlight-content .highlight-item .highlight-icon[data-v-b0e58f79]{width:60px;height:60px}.group1 .product-highlight .product-highlight-content .highlight-item .highlight-icon img[data-v-b0e58f79]{width:100%;height:100%;object-fit:contain}.group1 .product-highlight .product-highlight-content .highlight-item .highlight-text[data-v-b0e58f79]{font-weight:400;font-size:16px;color:#fff;text-align:center}.group1 .product-sceneEffects[data-v-b0e58f79]{width:1440px;margin-bottom:120px;position:relative}.group1 .product-sceneEffects .product-sceneEffects-title[data-v-b0e58f79]{font-weight:400;font-size:40px;color:#fff;padding-bottom:50px}.group1 .product-sceneEffects .sceneEffects-img[data-v-b0e58f79]{position:absolute;left:0}.group1 .product-params[data-v-b0e58f79]{width:1200px}.group1 .product-params .product-params-title[data-v-b0e58f79]{font-weight:400;font-size:40px;color:#fff;padding-bottom:50px}.group1 .product-params .params-wrapper[data-v-b0e58f79]{display:flex;justify-content:center;gap:40px;background:#000}.group1 .product-params .param-card[data-v-b0e58f79]{width:270px;height:470px;padding:32px 24px;background-repeat:no-repeat;background-size:100% 100%;color:#fff}.group1 .product-params .card-0[data-v-b0e58f79]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARYAAAHeCAYAAABe9iSWAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAnvSURBVHgB7dw7b51nAcDx5xwnvTC0phd1qUQ6MELTCbamEgNrv0G/AKoLExJSW1jYMLCwETEjUTa2Okzd2i6sdREL6s1UotfE5n1tN0oTJ/Zx/6AS/37Sc45z9Npb/nou73kX45TWNz6/tBzXLi7G2tNjLC6Osbc+fzyAr6udxRjbe/tj983dsdza2Ty/Nf4LFqtcvL6xt74cV5+ffmljiAjcBRbb08vWtfH5yzub92+PyInCchiUFw+DAtyVFperwBwblode+Oz5xd7ipWGGAmfAPIPZffm9zXsuj6/gjmF5aOPzX5mlwNkz/b/ffHfz/AvjlI4My7z0WRtX/zT9eGkAZ9IUhzeujnPP7GwudsaKlkd9eG5cfXWICpxp0+nRxcMJxspuCcu8/Jn/4ACYJhiPTE0YK/rSUujhjc+emz76/Qh8/o8r49o7b07vfx1X33lj7H36r2msPKMC/kcW966P5QPfGmsPXBhrj353nH/86f0x2xvXXnh/877NE/+tL35Y3/j4wto4Py2B9i6MU9qdwvHp678dH7/+GxGBu8Acmjku93/vZzvjwW8/cdL9lutheXjj6jRT2XtunMIclE9e+8V+UIC70+Ibj72y99E/55Oi7WOvnV8OZivn3hqn8Mk0Q/notZ+bocDZsD2Nl6dx+U4X7W/eTkugF8cpfHTlJ+PfV34sKnB2XJjGvA97xw3dL06FLo0VzEufD//4A0sfOLvmG2dfH7e5I385HSVdWnXDdo7KfOoDnGnzbSlH3uey3B27l8YK5uXPfIwMMA5WO7csi5aLsXxynNCnf/uD5Q9ws41x03cKl3sHmzHHuvbh2/unPwBHmA+Aru+3zJu3F07yWx9PUdmd4gJwhDkq10+Xp6XQ8c9ZmWcr8zII4A6uP1lyeZKrP7YEAk5mf6/lRGFxtAyc0PPzy7FhmaNibwU4oXkpdOlEYQFYwcVjw+JmOGBFx89Yrn24PQBW8OSxYdn98O8DYAXrx4bFIxGAFa2f6LgZYBXCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliA3HJvjJ0BEFouxkJYgNS0FNp7YwCEpqXQtSsDILRcjjUzFiC1fHfz/JYNXKC0PHjZ/fUAiOyH5eq4Z3MARPbDsrO5f+R85Kxlce/6AFjBzvU7b6+Ncy8dtdeyuPfBAbCC7ethOZi17L188xXnHn1yAKzg7S99V+j9zf29li8tic4//vQAWMEbt3wJ8b3N8xvT29YX/14zYwFWs3Xkt5un/ZZnp/2W/Rvn5hmLDVzghLbH7cIy77e8v3n+qXG4LLrvqR8NgBPYml8Wx1318MZnz+1+8sGLH/zusQsD4M6eGDeeCt3Oe5v3XN6774Fn1h75zisD4PYuj4Ol0PEzlhvMGy1vHb4D3Gh7Gs8cvo+1FX7xk2l8Oo0fDoAve2HceJo8VvPaNL45je8PgAPzIc8vb/xglaXQjV6dxqUBnHXzbSlP3fzhaZ/S/+zhHwTOrq1xsK9yi9OGZf6y4vX7XIAzZ/6/P0flyIfErbrHcrO/TOPtaVwcTovgLJhD8tNpvHSni75qWGbzkujP42BT9+IA7lbzLGXeBtk67sLTbt7ezoVxULKnD38G/r998RC4zbHCs7HrsNzo0uGYvx594XBYLsHX187hmFchVw7ft8Yp/AfU1ECgFhCokgAAAABJRU5ErkJggg==)}.group1 .product-params .card-1[data-v-b0e58f79]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARYAAAHeCAYAAABe9iSWAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAnBSURBVHgB7dy9b11nAYDx94ZURUi0KbRiIC0JG0UiyQSd6mxd+x9Ugr3OyICSbEytuzHwkYWJgSIWtjoT2ZoOsNb9WBAIWR1QK6qYc3yd4Hza132QSvz7Sa+PfXXszY/ej3PvYhzRzvpHa2PcOj/GiZfHWEzXnVPTy6cG8GW1PY2t5bj13vS/u7nYeH5z/A8sVrl5Z/39KRwnX5++XR8iAo+Bxdb0ZXOMf19dbJzdGpFDhWUZlK9cnm5fH8BjanGtCsyBYdm59NHrY2dcGWYocAzMM5hbU1xeuDa+gEeGZWf9wzfNUuA42tmY4nJpHNEDw7K3l/L76du1ARxXN8f4/OK0NNpe8ffGiQe/fPKdISpw3J3fm2Cs7L6wLJc/8x8EGGt7TVjJXUuh6Q+8Nr30mxHY/PjP472//2W63hg3p+v2Z5/sDuDL6dSTT40zTz0/jdPj/HMvjpdPvzTWprF069Ji4zsbh/1bd8Iy7aucGeOJaQm0c2Yc0RyOt9791dh495ciAo+BOTJzXH72w9e3v/v0t88edr9lX1g+nmYqO6+NI5gjcvXGm7tBAR5P3/ras2//7V//mE+Ktg66dzcsy9nKyffHEcwzlCs33jBDgeNhaxpXp3HtUTedXF6euDzlZazq0vWrZilwvJyZxrwPe24aD33OZS8sqx0tz7OTV//4k90NWuBYmh+cXZvGxbF8c+NdFst3KY93xgou/PaV3ZMe4NjbHMu43OXEdIy0NlYwL39EBdizNo37nnOZwnLi3Dika3/9nT0V4F7re+OO+cnbM4f5za1PPp6OlN8YAA8wHQD99xMQDh2WOSpzXAAeYI7K5ds/zJu3B54zz0E5++uXBsABnpnG9onD3GkJBBzS7l7LocLieRXgkObPxD44LHNU7K0AhzTvtawdGJbrZivAas4fGBYPwwErOnjGYhkErOicsAC1UweGxeesACs6dajjZoBVCAuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXJzWLYHQGgKy0JYgNQUlp2bAyA0heXW9QEQmsJywowFSJ1YbDy/OWzgAqG94+Zbbw2AyO2wbAyAyG5YFhtn56XQA2ctp558agCsYHvfk7efXxkP2Gt5WliA1WzdCcty1rK4eu8dF557cQCs4IO73iu02Dg977XctSRaO/3SAFjBzfvehDgdP69Pl83bP5977vsDYAWbD3l38+evTl92H5ybZyw2cIFD2hoPC8u83zLNXC6MvWXR+oUfD4BD2Jy/LA66a2f9w9f++en25W/+4gdnBsCjnR37T4UeZrHxwrVvfPXrF889+723B8DDXRvLpdDBM5Z9Tk3j/b0rwH5b07i4dx1fWeEXP53GZ9N4ZQDc7dLYd5q8SlhmN6bxzDR+NACW5kOen+9/YZWl0H7vTGNtAMfd/FjKhXtfPOqn9N95zgU4tjbHcl/lPkcNy/xmxTvPuQDHzvy/P0flgR8St+oey73+NI0PpnF+OC2C42AOyU+nceVRN33RsMzmJdEfxnJT9/wAHlfzLGXeBtk86Majbt4+zJmxLNnLe98D/99ufwjcxljhs7HrsOy3tjfOjWVk5mG5BF9e23tjXoVc37tujiP4Dxa8I9rvBs/WAAAAAElFTkSuQmCC)}.group1 .product-params .card-2[data-v-b0e58f79]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARYAAAHeCAYAAABe9iSWAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAnvSURBVHgB7dw7b51nAcDx5xwnvTC0phd1qUQ6MELTCbamEgNrv0G/AKoLExJSW1jYMLCwETEjUTa2Okzd2i6sdREL6s1UotfE5n1tN0oTJ/Zx/6AS/37Sc45z9Npb/nou73kX45TWNz6/tBzXLi7G2tNjLC6Osbc+fzyAr6udxRjbe/tj983dsdza2Ty/Nf4LFqtcvL6xt74cV5+ffmljiAjcBRbb08vWtfH5yzub92+PyInCchiUFw+DAtyVFperwBwblode+Oz5xd7ipWGGAmfAPIPZffm9zXsuj6/gjmF5aOPzX5mlwNkz/b/ffHfz/AvjlI4My7z0WRtX/zT9eGkAZ9IUhzeujnPP7GwudsaKlkd9eG5cfXWICpxp0+nRxcMJxspuCcu8/Jn/4ACYJhiPTE0YK/rSUujhjc+emz76/Qh8/o8r49o7b07vfx1X33lj7H36r2msPKMC/kcW966P5QPfGmsPXBhrj353nH/86f0x2xvXXnh/877NE/+tL35Y3/j4wto4Py2B9i6MU9qdwvHp678dH7/+GxGBu8Acmjku93/vZzvjwW8/cdL9lutheXjj6jRT2XtunMIclE9e+8V+UIC70+Ibj72y99E/55Oi7WOvnV8OZivn3hqn8Mk0Q/notZ+bocDZsD2Nl6dx+U4X7W/eTkugF8cpfHTlJ+PfV34sKnB2XJjGvA97xw3dL06FLo0VzEufD//4A0sfOLvmG2dfH7e5I385HSVdWnXDdo7KfOoDnGnzbSlH3uey3B27l8YK5uXPfIwMMA5WO7csi5aLsXxynNCnf/uD5Q9ws41x03cKl3sHmzHHuvbh2/unPwBHmA+Aru+3zJu3F07yWx9PUdmd4gJwhDkq10+Xp6XQ8c9ZmWcr8zII4A6uP1lyeZKrP7YEAk5mf6/lRGFxtAyc0PPzy7FhmaNibwU4oXkpdOlEYQFYwcVjw+JmOGBFx89Yrn24PQBW8OSxYdn98O8DYAXrx4bFIxGAFa2f6LgZYBXCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliA3HJvjJ0BEFouxkJYgNS0FNp7YwCEpqXQtSsDILRcjjUzFiC1fHfz/JYNXKC0PHjZ/fUAiOyH5eq4Z3MARPbDsrO5f+R85Kxlce/6AFjBzvU7b6+Ncy8dtdeyuPfBAbCC7ethOZi17L188xXnHn1yAKzg7S99V+j9zf29li8tic4//vQAWMEbt3wJ8b3N8xvT29YX/14zYwFWs3Xkt5un/ZZnp/2W/Rvn5hmLDVzghLbH7cIy77e8v3n+qXG4LLrvqR8NgBPYml8Wx1318MZnz+1+8sGLH/zusQsD4M6eGDeeCt3Oe5v3XN6774Fn1h75zisD4PYuj4Ol0PEzlhvMGy1vHb4D3Gh7Gs8cvo+1FX7xk2l8Oo0fDoAve2HceJo8VvPaNL45je8PgAPzIc8vb/xglaXQjV6dxqUBnHXzbSlP3fzhaZ/S/+zhHwTOrq1xsK9yi9OGZf6y4vX7XIAzZ/6/P0flyIfErbrHcrO/TOPtaVwcTovgLJhD8tNpvHSni75qWGbzkujP42BT9+IA7lbzLGXeBtk67sLTbt7ezoVxULKnD38G/r998RC4zbHCs7HrsNzo0uGYvx594XBYLsHX187hmFchVw7ft8Yp/AfU1ECgFhCokgAAAABJRU5ErkJggg==)}.group1 .product-params .card-3[data-v-b0e58f79]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARYAAAHeCAYAAABe9iSWAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAoFSURBVHgB7dw9bJ1XAYDhc2/TIiTSJEWCCZrCCiTdEALVlUDp2pWpMwvtBAyozQJspAMwkoUZ2FpA1AUJMQaxMFDVQWKAgRpaCfojX77Pdtv8OLWv+yKV+Hms43ttfdebX51zvp/FOKbVq1/eGDv3XBzL8chYjYtjsTo7xuLsAD6gVtvT/+jW9GZr7Kz+MJY7m4vTv9oc/wOLdQ5evbJxdpy67+vT2ydFBO4CiykyY2yONxeXF+ee2xqRI4VlLygfenrsBgW4Ky3G1Sowh4Zl9dqlr4/V6hkzFDgB5hnMzs7lxf2/vDreh/cMy+rVS98fZilw8izGlcVHnn9qHNOBYdlf+vx0ersxgJPq2njr9UcX5za3x5qWB/723g+9MEQFTrqL+xOMtd0Wlt3lz3z6GGCaYEz7rN9f8zM3L4VW//rKE2Ox/PEIbP72H+MPf3x19/Xa9Lq9/ebY/udbA/hgOnvm1Dj/4IfH+U9+eFz87OnxyJceGBvT2LUznlqcef7KUf/WO2FZvfLY+XHv6oVptnJ+HNMcj2d/9Jdx5QdbIgJ3gTkyc1y+/Y1Pb3/qE8uHjrrf8m5YXrv04ykqT4xjmINy+XsvTUG5PoC708c/dt/P/vb3N+YzRVuHHbsblt3ZyqnVy+MYnv3h9fHMd/5shgInw9Y0Lk/j6nsddGr3+72rp6fZytqe+uafzFLgZDk/jXkf9sI07nidy96M5bVLL6+ztzIvfR7/6rXdjVngxLo2jUencdu+y2L3LuVxzwtjDQ9/4Xe7Z3qAE29z7MXlJsuxs9wYa5iXP6IC7NuYxm3XuSynrwvjiK7+5K/2VIBbPTluuadwOe2ynD/KJ7eu/3tc/s5LA+AA82NV3nkCwvKom7aXv/vS2PrLvwfAAeaoPP32D9Pm7aVDTzTPs5WHPvObAXCIc9PYXh7lyHm2AnAEu3stRwqL61WAI5qfiX14WOao2FsBjmjea9k4NCwvmq0A67l4aFhcDAes6fAZy3xGCGANFw4Pi/0VYD1nDw2L56wAazp7pNPNAOsQFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5IQFyAkLkBMWICcsQE5YgJywADlhAXLCAuSEBcgJC5ATFiAnLEBOWICcsAA5YQFywgLkhAXICQuQExYgJyxATliAnLAAOWEBcsIC5KawrLYHQGg5VgthAVLLsVhdGwCh5dhZvDgAQsuxXJixAKnl4vRzmzZwgdLe6ead8ewAiOyH5Y0rAyCyG5bFuc15KXTgrOXsmVMDYA3b7155+9brzxy013LmzL0DYA1b74Rld9ays7h86xEPf+70AFjD9ZvuFVqceX7ea7lpSbTxxQcGwBqu3XYT4uL0809OL5tv/3zBjAVYz+bBdze/9frj037L7oVzG196wAYucFRb405hmfdbFqd/8fDYXxY9+bUHB8ARbM7fFocdtfrXY0/845U3nv7og78+PwDe20PjxrNCd7K4/7mrD9x/36MXPnP6ZwPgzq6OvaXQ4TOWG5ydxsv7rwA32prGo/uv4541Pvifabw+jccGwM2eGjecTV4nLLPfT+PcND4/APbMJ3m+d+Mv1lkK3eiFaWwM4KSbL0t5+NZfHvcp/Y/v/0Hg5Noce/sqtzluWOabFd+5zgU4ceb//TkqBz4kbt09lls9N43r07g4nC2Ck2AOybem8cx7HfR+wzKbl0Q/H3ubuhcHcLeaZynzNsjmYQced/P2Ts6PvZI9sv8e+P/29kPgrow7LHsOUoflRhv748LYi8w8LJfgg2t7f8yrkBf3XzfHMfwXejI9FcpcA3sAAAAASUVORK5CYII=)}.group1 .product-params .card-title[data-v-b0e58f79]{margin:0 0 24px;text-align:center;font-size:22px;font-weight:600}.group1 .product-params .param-list[data-v-b0e58f79]{list-style:none;padding:0;margin:0}.group1 .product-params .param-item[data-v-b0e58f79]{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.15)}.group1 .product-params .param-item[data-v-b0e58f79]:last-child{border-bottom:none}.group1 .product-params .label[data-v-b0e58f79]{font-size:14px;color:#ffffffa6;white-space:nowrap}.group1 .product-params .value[data-v-b0e58f79]{font-size:14px;font-weight:500;color:#fff;text-align:right;margin-left:12px}.group1 .product-params .params-btn[data-v-b0e58f79]{width:192px;height:56px;border:2px solid white;border-radius:100px;font-weight:400;font-size:20px;color:#fff;display:flex;align-items:center;justify-content:center;margin-left:calc(50% - 96px);margin-top:60px;margin-bottom:180px}.group1 .product-footer[data-v-b0e58f79]{display:flex;align-items:center;justify-content:center;width:1440px;background-image:url(/assets/product-footer-De0XvLp_.png);height:272px}@media(max-width:768px){.group1[data-v-b0e58f79]{overflow-x:hidden!important}.products[data-v-b0e58f79]{width:100%!important;height:auto!important;min-height:260px!important}.products .list-content[data-v-b0e58f79]{width:100%!important;overflow-x:auto!important;justify-content:flex-start!important;padding:0 16px!important;box-sizing:border-box!important}.products .list-content .prd-item[data-v-b0e58f79]{margin-right:40px!important;min-width:120px!important}.products .list-content .prd-item .prd-img[data-v-b0e58f79]{height:120px!important}.products .list-content .prd-item .prd-name[data-v-b0e58f79]{font-size:14px!important}.products .arrow[data-v-b0e58f79]{display:none!important}.product-video[data-v-b0e58f79]{height:auto!important;padding-bottom:48px!important}.product-video .video-content[data-v-b0e58f79]{width:100%!important;padding:48px 16px 0!important;box-sizing:border-box!important}.product-video .video-content .video-img[data-v-b0e58f79]{flex-direction:column!important;align-items:center!important;gap:24px!important}.product-video .video-content .video-name[data-v-b0e58f79]{position:static!important;font-size:22px!important}.product-video .video-content .video-url[data-v-b0e58f79]{position:static!important;width:100%!important;max-width:420px!important;height:auto!important;aspect-ratio:16/9!important;border-radius:24px!important}.product-video .video-content .video-title[data-v-b0e58f79]{position:static!important;width:auto!important;height:56px!important;padding:0 24px!important;margin-top:16px!important}.product-video .video-text[data-v-b0e58f79]{width:100%!important;margin-top:32px!important;padding:0 16px!important;box-sizing:border-box!important}.product-diagram .product-diagram-title[data-v-b0e58f79],.product-print .product-print-title[data-v-b0e58f79],.product-highlight-title[data-v-b0e58f79],.product-sceneEffects-title[data-v-b0e58f79],.product-params-title[data-v-b0e58f79]{font-size:28px!important;padding-bottom:24px!important}.product-diagram .product-content .product-info[data-v-b0e58f79]{position:static!important;margin-left:0!important}.product-diagram .product-content .product-info img[data-v-b0e58f79],.product-diagram .product-content .diagram-bg[data-v-b0e58f79]{width:100%!important;height:auto!important}.product-diagram .diagram-bg-1[data-v-b0e58f79],.product-diagram .diagram-bg-2[data-v-b0e58f79]{height:60px!important}.product-highlight-content[data-v-b0e58f79]{width:100%!important;padding:0 16px!important;box-sizing:border-box!important;gap:24px!important}.product-highlight-content.highlight-8[data-v-b0e58f79],.product-highlight-content.highlight-6[data-v-b0e58f79]{grid-template-columns:repeat(2,1fr)!important}.product-highlight-content .highlight-item[data-v-b0e58f79]{flex-direction:column!important;text-align:center!important}.product-sceneEffects[data-v-b0e58f79]{width:100%!important;padding:0 16px!important;box-sizing:border-box!important}.product-sceneEffects .sceneEffects-img[data-v-b0e58f79]{position:static!important;width:100%!important;height:auto!important}.product-params[data-v-b0e58f79]{width:100%!important;padding:0 16px!important;box-sizing:border-box!important}.product-params .params-wrapper[data-v-b0e58f79]{flex-wrap:wrap!important;gap:24px!important}.product-params .param-card[data-v-b0e58f79]{width:100%!important;max-width:340px!important;height:auto!important;min-height:420px!important}.product-params .params-btn[data-v-b0e58f79]{width:140px!important;height:48px!important;font-size:16px!important;margin-left:calc(50% - 70px)!important}.product-footer[data-v-b0e58f79]{width:100%!important;height:auto!important;min-height:220px!important;background-size:cover!important}}.hardware-page[data-v-b0e58f79]{width:100%;min-height:100vh;background:#f5f5f5;color:#111;overflow-x:hidden}.hero[data-v-b0e58f79]{position:relative;min-height:660px;padding:112px 64px 84px;display:flex;align-items:center;overflow:hidden;background:linear-gradient(180deg,rgba(19,112,251,.12),transparent 42%),#000}.hero .hero-grid[data-v-b0e58f79]{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);background-size:80px 80px;-webkit-mask-image:radial-gradient(ellipse at 65% 40%,#000 0%,transparent 72%);mask-image:radial-gradient(ellipse at 65% 40%,#000 0%,transparent 72%);pointer-events:none}.hero .hero-inner[data-v-b0e58f79]{position:relative;z-index:1;width:100%;max-width:1440px;margin:0 auto}.hero .eyebrow[data-v-b0e58f79]{display:flex;align-items:center;gap:12px;margin:0 0 22px;font-size:13px;color:var(--color-accent-hover)}.hero .eyebrow i[data-v-b0e58f79]{width:34px;height:1px;background:var(--color-accent)}.hero h1[data-v-b0e58f79]{max-width:760px;margin:0;font-size:58px;line-height:1.16;font-weight:600;color:var(--color-text)}.hero .hero-desc[data-v-b0e58f79]{max-width:620px;margin:28px 0 0;font-size:18px;line-height:1.8;color:var(--color-text-secondary)}.hero .hero-actions[data-v-b0e58f79]{display:flex;align-items:center;gap:28px;margin-top:44px}.hero .primary-btn[data-v-b0e58f79]{height:56px;padding:0 36px;border:1px solid var(--color-accent);border-radius:100px;background:var(--color-accent);color:#fff;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.hero .primary-btn[data-v-b0e58f79]:hover{background:var(--color-accent-hover);border-color:var(--color-accent-hover)}.hero .hero-count[data-v-b0e58f79]{display:flex;align-items:center;gap:12px;font-size:14px;color:var(--color-text-secondary)}.hero .hero-count i[data-v-b0e58f79]{width:42px;height:1px;background:var(--color-border-strong)}.family[data-v-b0e58f79]{padding:28px 64px 48px}.family .family-head[data-v-b0e58f79]{width:100%;max-width:1440px;margin:0 auto 24px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.family .family-slider[data-v-b0e58f79]{width:100%;max-width:1440px;margin:0 auto;display:flex;align-items:center;gap:14px}.family .family-slider .family-viewport[data-v-b0e58f79]{flex:1;max-width:none;margin:0}.family .family-arrow[data-v-b0e58f79]{flex:0 0 48px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border:1px solid #d9d9d9;border-radius:50%;background:#fff;color:#111;cursor:pointer;transition:border-color .2s ease,background-color .2s ease}.family .family-arrow[data-v-b0e58f79]:hover{border-color:var(--color-accent);background:var(--color-accent-soft)}.family .family-arrow img[data-v-b0e58f79]{width:18px;height:18px;object-fit:contain}.family .family-arrow svg[data-v-b0e58f79]{width:20px;height:20px}.family .family-nav[data-v-b0e58f79]{display:flex;gap:12px}.family .family-nav button[data-v-b0e58f79]{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border:1px solid var(--color-border-strong);border-radius:50%;background:#0d0d0f;cursor:pointer;transition:border-color .2s ease,background-color .2s ease}.family .family-nav button[data-v-b0e58f79]:hover{border-color:var(--color-accent);background:var(--color-accent-soft)}.family .family-nav button img[data-v-b0e58f79]{width:18px;height:18px;object-fit:contain}.family .family-viewport[data-v-b0e58f79]{width:100%;max-width:1440px;margin:0 auto;overflow-x:auto;scrollbar-width:none;padding-bottom:6px}.family .family-viewport[data-v-b0e58f79]::-webkit-scrollbar{display:none}.family .family-track[data-v-b0e58f79]{min-width:max-content;display:flex;gap:16px}.family .family-item[data-v-b0e58f79]{position:relative;width:210px;height:280px;padding:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid #e3e3e3;border-radius:8px;background:#fff;color:#111;cursor:pointer;text-align:left;overflow:visible;transition:border-color .25s ease,background-color .25s ease,transform .25s ease}.family .family-item[data-v-b0e58f79]:hover{transform:translateY(-3px);border-color:var(--color-border-strong)}.family .family-item.active[data-v-b0e58f79]{border-color:var(--color-accent);background:#1370fb14}.family .family-item .item-index[data-v-b0e58f79]{position:absolute;top:16px;left:18px;font-size:12px;color:#9a9a9a}.family .family-item img[data-v-b0e58f79]{position:relative;z-index:1;height:150px;max-width:160px;object-fit:contain}.family .family-item strong[data-v-b0e58f79]{margin-top:14px;font-size:15px;font-weight:500;color:#111}.family .family-item i[data-v-b0e58f79]{position:absolute;left:0;bottom:0;width:0;height:2px;background:var(--color-accent);transition:width .3s ease}.family .family-item.active i[data-v-b0e58f79]{width:100%}.showcase[data-v-b0e58f79]{padding:48px 64px 64px;border-top:0}.showcase .showcase-inner[data-v-b0e58f79]{width:100%;max-width:1440px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:center;gap:72px}.showcase .showcase-copy .eyebrow[data-v-b0e58f79]{display:flex;align-items:center;gap:12px;margin:0 0 18px;font-size:13px;color:var(--color-accent-hover)}.showcase .showcase-copy .eyebrow[data-v-b0e58f79]:before{content:"";width:32px;height:1px;background:var(--color-accent)}.showcase .showcase-copy h2[data-v-b0e58f79]{margin:0;font-size:52px;line-height:1.15;font-weight:600;color:#111}.showcase .showcase-copy>p[data-v-b0e58f79]{max-width:560px;margin:24px 0 0;font-size:17px;line-height:1.85;color:#555}.showcase .showcase-copy dl[data-v-b0e58f79]{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:42px 0 0;padding-top:28px;border-top:1px solid #e7e7e7}.showcase .showcase-copy dl div[data-v-b0e58f79]{min-width:0}.showcase .showcase-copy dl dt[data-v-b0e58f79]{font-size:13px;color:#999}.showcase .showcase-copy dl dd[data-v-b0e58f79]{margin:8px 0 0;font-size:15px;line-height:1.5;font-weight:500;color:#111}.showcase .showcase-copy .text-btn[data-v-b0e58f79]{display:inline-flex;align-items:center;gap:14px;margin-top:36px;padding:0;border:0;background:transparent;color:var(--color-accent-hover);font-size:15px;font-weight:500;cursor:pointer}.showcase .showcase-copy .text-btn span[data-v-b0e58f79]{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border:1px solid #d5d5d5;border-radius:50%;transition:border-color .2s ease,background-color .2s ease}.showcase .showcase-copy .text-btn:hover span[data-v-b0e58f79]{border-color:var(--color-accent);background:var(--color-accent-soft)}.showcase .showcase-visual[data-v-b0e58f79]{position:relative}.showcase .showcase-visual .visual-frame[data-v-b0e58f79]{min-height:560px;padding:48px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#fff;overflow:hidden;box-shadow:0 24px 80px #0006}.showcase .showcase-visual .visual-frame img[data-v-b0e58f79]{width:100%;max-height:520px;object-fit:contain}.showcase .showcase-visual .visual-caption[data-v-b0e58f79]{position:absolute;left:-22px;bottom:34px;min-width:210px;padding:18px 22px;border:1px solid #e2e2e2;border-radius:8px;background:#fffffff0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.showcase .showcase-visual .visual-caption span[data-v-b0e58f79]{display:block;font-size:12px;color:#999}.showcase .showcase-visual .visual-caption strong[data-v-b0e58f79]{display:block;margin-top:6px;font-size:16px;font-weight:500;color:#111}.block[data-v-b0e58f79]{padding:56px 64px;border-top:0}.block .block-inner[data-v-b0e58f79]{width:100%;max-width:1440px;margin:0 auto}.highlight[data-v-b0e58f79]{background:#fff}.feature-grid[data-v-b0e58f79]{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:40px}.feature-grid .feature[data-v-b0e58f79]{position:relative;min-height:196px;padding:28px;display:flex;flex-direction:column;justify-content:flex-end;border:1px solid #e3e3e3;border-radius:8px;background:#fff;transition:transform .25s ease,border-color .25s ease,background-color .25s ease}.feature-grid .feature[data-v-b0e58f79]:hover{transform:translateY(-4px);border-color:var(--color-accent);background:#1370fb12}.feature-grid .feature .feature-num[data-v-b0e58f79]{position:absolute;top:22px;right:24px;font-size:12px;color:#9a9a9a}.feature-grid .feature .feature-icon[data-v-b0e58f79]{width:52px;height:52px;margin-bottom:18px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:var(--color-accent-soft)}.feature-grid .feature .feature-icon img[data-v-b0e58f79]{width:32px;height:32px;object-fit:contain}.feature-grid .feature strong[data-v-b0e58f79]{font-size:15px;line-height:1.55;font-weight:500;color:#111}.light-stage[data-v-b0e58f79]{min-height:440px;margin-top:40px;padding:48px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#fff;border:1px solid #ececec;overflow:hidden}.light-stage img[data-v-b0e58f79]{width:100%;max-height:520px;object-fit:contain}.print-stage.has-multi[data-v-b0e58f79]{display:flex;flex-direction:column;align-items:stretch;gap:24px;padding:24px}.print-stage img[data-v-b0e58f79]{display:block;width:100%;height:auto;max-height:none}.diagram-stage[data-v-b0e58f79]{min-height:560px;padding:20px}.diagram-stage img[data-v-b0e58f79]{width:100%;max-height:none;object-fit:contain}.scene-stage[data-v-b0e58f79]{position:relative;margin-top:40px;border-radius:8px;overflow:hidden;background:#ececec}.scene-stage .scene-bg[data-v-b0e58f79]{display:block;width:100%;height:auto}.scene-stage .scene-fg[data-v-b0e58f79]{position:absolute;inset:0;width:100%;height:100%;object-fit:contain}.specs-grid[data-v-b0e58f79]{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;align-items:start;margin-top:40px}.specs-grid .spec-card[data-v-b0e58f79]{padding:24px;border:1px solid #e3e3e3;border-radius:8px;background:#fff}.specs-grid .spec-card .spec-head[data-v-b0e58f79]{display:flex;align-items:baseline;justify-content:space-between;gap:16px;padding-bottom:20px;border-bottom:1px solid #ececec}.specs-grid .spec-card .spec-head span[data-v-b0e58f79]{font-size:12px;color:#999}.specs-grid .spec-card .spec-head h3[data-v-b0e58f79]{margin:0;font-size:22px;font-weight:600;color:#111}.specs-grid .spec-card dl[data-v-b0e58f79]{margin:0}.specs-grid .spec-card dl>div[data-v-b0e58f79]{display:flex;justify-content:space-between;align-items:baseline;gap:16px;padding:13px 0;border-bottom:1px solid rgba(0,0,0,.08)}.specs-grid .spec-card dl>div[data-v-b0e58f79]:last-child{border-bottom:0}.specs-grid .spec-card dl dt[data-v-b0e58f79]{flex:0 0 auto;font-size:14px;color:#888}.specs-grid .spec-card dl dd[data-v-b0e58f79]{margin:0;font-size:14px;line-height:1.45;font-weight:500;color:#111;text-align:right}.outline-btn[data-v-b0e58f79]{height:56px;margin:40px auto 0;padding:0 44px;display:flex;align-items:center;justify-content:center;border:1px solid #111111;border-radius:100px;background:transparent;color:#111;font-size:16px;cursor:pointer;transition:border-color .2s ease,color .2s ease,background-color .2s ease}.outline-btn[data-v-b0e58f79]:hover{border-color:var(--color-accent);color:var(--color-accent-hover);background:var(--color-accent-soft)}.more-grid[data-v-b0e58f79]{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:56px}.more-grid .more-card[data-v-b0e58f79]{padding:18px;display:block;border:1px solid var(--color-border);border-radius:8px;background:#0a0a0c;cursor:pointer;text-align:left;transition:transform .25s ease,border-color .25s ease}.more-grid .more-card[data-v-b0e58f79]:hover{transform:translateY(-4px);border-color:var(--color-accent)}.more-grid .more-card img[data-v-b0e58f79]{width:100%;aspect-ratio:4/5;object-fit:contain;border-radius:6px;background:#fff}.more-grid .more-card div[data-v-b0e58f79]{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:16px}.more-grid .more-card strong[data-v-b0e58f79]{font-size:16px;font-weight:500;color:var(--color-text)}.more-grid .more-card span[data-v-b0e58f79]{font-size:12px;color:var(--color-text-muted)}.product-footer[data-v-b0e58f79]{width:100%;min-height:272px;padding:0 64px;display:flex;align-items:center;justify-content:center;background-image:url(/assets/product-footer-De0XvLp_.png);background-size:cover;background-position:center}@media(max-width:900px){.hero[data-v-b0e58f79]{min-height:540px;padding:76px 24px 56px}.hero h1[data-v-b0e58f79]{font-size:40px}.hero .hero-desc[data-v-b0e58f79]{font-size:16px}.family[data-v-b0e58f79]{padding:20px 20px 32px}.family .family-head[data-v-b0e58f79]{flex-direction:column;align-items:flex-start}.family .family-slider[data-v-b0e58f79]{gap:10px}.family .family-arrow[data-v-b0e58f79]{flex-basis:44px;width:44px;height:44px}.showcase[data-v-b0e58f79]{padding:36px 20px 48px}.showcase .showcase-inner[data-v-b0e58f79]{grid-template-columns:1fr;gap:40px}.showcase .showcase-copy h2[data-v-b0e58f79]{font-size:38px}.showcase .showcase-copy dl[data-v-b0e58f79]{grid-template-columns:1fr;gap:14px}.showcase .visual-frame[data-v-b0e58f79]{min-height:360px;padding:24px}.showcase .visual-caption[data-v-b0e58f79]{position:static;margin-top:16px}.block[data-v-b0e58f79]{padding:40px 20px}.feature-grid[data-v-b0e58f79],.specs-grid[data-v-b0e58f79],.more-grid[data-v-b0e58f79]{grid-template-columns:repeat(2,minmax(0,1fr))}.product-footer[data-v-b0e58f79]{padding:0 20px}}@media(max-width:560px){.hero h1[data-v-b0e58f79]{font-size:34px}.hero .hero-actions[data-v-b0e58f79]{flex-direction:column;align-items:flex-start;gap:20px}.family-item[data-v-b0e58f79]{width:180px;height:236px}.family-slider[data-v-b0e58f79]{gap:8px}.family-arrow[data-v-b0e58f79]{flex-basis:40px;width:40px;height:40px}.feature-grid[data-v-b0e58f79],.specs-grid[data-v-b0e58f79],.more-grid[data-v-b0e58f79]{grid-template-columns:1fr}.light-stage[data-v-b0e58f79]{padding:24px;min-height:320px}.diagram-stage[data-v-b0e58f79]{min-height:380px;padding:12px}}.software-ui[data-v-29784c35]{display:flex;background-color:#000;padding-top:58px;justify-content:center;align-items:center;flex-direction:column}.software-ui .detail-btn[data-v-29784c35]{width:160px;height:56px;font-weight:600;font-size:16px;color:#fff;border:2px solid white;border-radius:100px;display:flex;justify-content:center;align-items:center;margin-bottom:48px}.software-ui .title[data-v-29784c35]{font-weight:400;font-size:40px;color:#fff}.software-ui .content1-title[data-v-29784c35]{font-weight:400;font-size:40px;color:#fff;padding-top:10px;padding-bottom:48px}.software-ui .content1-video[data-v-29784c35]{display:flex;gap:45px;justify-content:center;align-items:center}.software-ui .content1-video .img[data-v-29784c35]{width:290px;height:327px}.software-ui .content1-video .video-url[data-v-29784c35]{width:360px;height:480px;border:1px solid white;border-radius:60px}.software-ui .content2[data-v-29784c35]{padding-top:100px;position:relative;margin-bottom:78px}.software-ui .content2 .content2-title[data-v-29784c35]{position:absolute;top:140px;font-weight:400;font-size:40px;color:#000;left:calc(50% - 60px)}.software-ui .content2 .content2-process[data-v-29784c35]{position:absolute;top:280px;left:calc(50% - 357px);display:flex;gap:200px}.software-ui .content3[data-v-29784c35]{display:flex;margin-bottom:120px}.software-ui .content3 .pay-div[data-v-29784c35]{position:relative}.software-ui .content3 .pay-div .method1[data-v-29784c35]{position:absolute;top:61px;right:60px;font-weight:500;font-size:20px;color:#fff}.software-ui .content3 .pay-div .method2[data-v-29784c35]{position:absolute;top:61px;left:60px;font-weight:500;font-size:20px;color:#fff}.software-ui .content3 .pay-div .pay-title[data-v-29784c35]{position:absolute;top:78px;font-weight:500;font-size:32px;color:#070707}.software-ui .content3 .pay-div .pay-left[data-v-29784c35]{left:41px}.software-ui .content3 .pay-div .pay-right[data-v-29784c35]{right:41px}.software-ui .content3 .pay-div .pay-text[data-v-29784c35]{position:absolute;top:134px;font-weight:400;font-size:18px;color:#000;opacity:.6}.software-ui .software-ui-footer[data-v-29784c35]{position:relative;width:1440px;height:294px;background-image:url(/assets/back-manage-footer-D5CYWaTx.png);display:flex;align-items:center;justify-content:center}@media(max-width:768px){.software-ui[data-v-29784c35]{padding:24px 16px!important;overflow-x:hidden!important}.software-ui>img[data-v-29784c35]{width:100%!important;height:auto!important;max-width:420px!important}.content1-title[data-v-29784c35],.title[data-v-29784c35]{font-size:28px!important}.content1-video[data-v-29784c35]{flex-direction:column!important;gap:16px!important}.content1-video .img[data-v-29784c35]{width:100%!important;max-width:340px!important;height:auto!important}.content1-video .video-url[data-v-29784c35]{width:100%!important;max-width:340px!important;height:auto!important;aspect-ratio:3/4!important;border-radius:24px!important}.content2[data-v-29784c35]{padding-top:48px!important;margin-bottom:48px!important}.content2 .process3[data-v-29784c35]{width:100%!important;height:auto!important}.content2-title[data-v-29784c35]{position:static!important;text-align:center!important;font-size:28px!important;margin:24px 0!important}.content2-process[data-v-29784c35]{position:static!important;left:auto!important;top:auto!important;flex-direction:column!important;gap:24px!important;align-items:center!important}.content2-process img[data-v-29784c35]{max-width:100%!important}.content3[data-v-29784c35]{flex-direction:column!important;gap:24px!important;margin-bottom:64px!important}.content3 .pay-div img[data-v-29784c35]{width:100%!important;height:auto!important}.software-ui-footer[data-v-29784c35]{width:100%!important;height:auto!important;min-height:240px!important;background-size:cover!important}}.software-page[data-v-29784c35]{width:100%;min-height:100vh;background:#000;color:var(--color-text);overflow-x:hidden}.hero[data-v-29784c35]{position:relative;min-height:640px;padding:112px 64px 84px;display:flex;align-items:center;overflow:hidden;background:linear-gradient(180deg,rgba(19,112,251,.12),transparent 42%),#000}.hero .hero-grid[data-v-29784c35]{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);background-size:80px 80px;-webkit-mask-image:radial-gradient(ellipse at 62% 40%,#000 0%,transparent 72%);mask-image:radial-gradient(ellipse at 62% 40%,#000 0%,transparent 72%);pointer-events:none}.hero .hero-inner[data-v-29784c35]{position:relative;z-index:1;width:100%;max-width:1440px;margin:0 auto}.hero .eyebrow[data-v-29784c35]{display:flex;align-items:center;gap:12px;margin:0 0 22px;font-size:13px;color:var(--color-accent-hover)}.hero .eyebrow i[data-v-29784c35]{width:34px;height:1px;background:var(--color-accent)}.hero h1[data-v-29784c35]{max-width:720px;margin:0;font-size:58px;line-height:1.16;font-weight:600}.hero .hero-desc[data-v-29784c35]{max-width:620px;margin:28px 0 0;font-size:18px;line-height:1.8;color:var(--color-text-secondary)}.hero .hero-actions[data-v-29784c35]{display:flex;gap:16px;margin-top:44px}.hero .primary-btn[data-v-29784c35],.hero .ghost-btn[data-v-29784c35]{height:56px;padding:0 36px;border-radius:100px;font-size:16px;font-weight:500;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,color .2s ease}.hero .primary-btn[data-v-29784c35]{border:1px solid var(--color-accent);background:var(--color-accent);color:#fff}.hero .primary-btn[data-v-29784c35]:hover{background:var(--color-accent-hover);border-color:var(--color-accent-hover)}.hero .ghost-btn[data-v-29784c35]{border:1px solid var(--color-border-strong);background:transparent;color:var(--color-text)}.hero .ghost-btn[data-v-29784c35]:hover{border-color:var(--color-accent);color:var(--color-accent-hover);background:var(--color-accent-soft)}.block[data-v-29784c35]{padding:96px 64px;border-top:1px solid var(--color-border)}.block .block-inner[data-v-29784c35]{width:100%;max-width:1440px;margin:0 auto}.media-row[data-v-29784c35]{display:grid;grid-template-columns:minmax(0,280px) minmax(0,1fr) minmax(0,280px);align-items:center;gap:20px;margin-top:32px}.media-row .side-img[data-v-29784c35]{width:auto;max-width:100%;height:320px;object-fit:contain;justify-self:center;border-radius:8px}.media-row .video-stage[data-v-29784c35]{position:relative;padding:4px;border-radius:8px;background:#fff;overflow:hidden}.media-row .video-stage img[data-v-29784c35],.media-row .video-stage video[data-v-29784c35]{width:100%;display:block;aspect-ratio:16/9;object-fit:contain}.steps-layout[data-v-29784c35]{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:72px;margin-top:56px}.steps-layout .steps-copy[data-v-29784c35]{display:flex;flex-direction:column;gap:14px}.steps-layout .step-item[data-v-29784c35]{display:grid;grid-template-columns:48px minmax(0,1fr) 52px;align-items:center;gap:20px;padding:22px 24px;border:1px solid var(--color-border);border-radius:8px;background:#0a0a0c;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease}.steps-layout .step-item[data-v-29784c35]:hover{border-color:var(--color-accent);background:#1370fb12}.steps-layout .step-item.active[data-v-29784c35]{border-color:var(--color-accent);background:#fff;box-shadow:0 14px 36px #1370fb1f}.steps-layout .step-item.active .step-num[data-v-29784c35]{color:var(--color-accent)}.steps-layout .step-item.active .step-text strong[data-v-29784c35]{color:#111}.steps-layout .step-item.active .step-text p[data-v-29784c35]{color:#555b66}.steps-layout .step-item .step-num[data-v-29784c35]{font-size:13px;color:var(--color-accent-hover)}.steps-layout .step-item .step-text strong[data-v-29784c35]{font-size:19px;font-weight:600}.steps-layout .step-item .step-text p[data-v-29784c35]{margin:6px 0 0;font-size:14px;line-height:1.6;color:var(--color-text-secondary)}.steps-layout .step-item img[data-v-29784c35]{width:52px;height:52px;object-fit:contain}.steps-layout .steps-visual[data-v-29784c35]{min-height:620px;display:flex;align-items:center;justify-content:center;padding:36px;border-radius:8px;background:#fff}.steps-layout .steps-visual img[data-v-29784c35]{max-width:100%;max-height:560px;width:auto;height:auto;object-fit:contain}.ui-section[data-v-29784c35]{background:var(--color-surface-muted)}.ui-section .ui-panel[data-v-29784c35]{margin-top:56px;padding:48px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(185,33,33,.08);border-radius:8px;background:#fff;box-shadow:var(--shadow-card)}.ui-section .ui-panel img[data-v-29784c35]{width:100%;max-width:980px;object-fit:contain}.pay-grid[data-v-29784c35]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:56px}.pay-grid .pay-card[data-v-29784c35]{position:relative;min-height:320px;border-radius:8px;overflow:hidden}.pay-grid .pay-card img[data-v-29784c35]{width:100%;height:100%;object-fit:cover;display:block}.pay-grid .pay-card .pay-copy[data-v-29784c35]{position:absolute;inset:0}.pay-grid .pay-card .pay-copy span[data-v-29784c35]{position:absolute;top:18%;font-size:24px;font-weight:500;line-height:1;color:#fff}.pay-grid .pay-card .pay-copy h3[data-v-29784c35]{position:absolute;top:30%;margin:0;font-size:40px;font-weight:600;line-height:1.2;color:#070707}.pay-grid .pay-card .pay-copy p[data-v-29784c35]{position:absolute;top:54%;max-width:430px;margin:0;font-size:22px;line-height:1.5;color:#0000009e}.pay-grid .pay-card:first-child .pay-copy span[data-v-29784c35]{right:17%;top:35%}.pay-grid .pay-card:first-child .pay-copy h3[data-v-29784c35],.pay-grid .pay-card:first-child .pay-copy p[data-v-29784c35]{left:10%}.pay-grid .pay-card:last-child .pay-copy span[data-v-29784c35]{left:17%;top:35%}.pay-grid .pay-card:last-child .pay-copy h3[data-v-29784c35],.pay-grid .pay-card:last-child .pay-copy p[data-v-29784c35]{right:10%;text-align:right}.language-stage[data-v-29784c35]{margin-top:56px;padding:48px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#fff}.language-stage img[data-v-29784c35]{width:100%;max-width:980px;object-fit:contain}.product-footer[data-v-29784c35]{width:100%;min-height:272px;padding:0 64px;display:flex;align-items:center;justify-content:center;background-image:url(/assets/product-footer-De0XvLp_.png);background-size:cover;background-position:center}@media(max-width:900px){.hero[data-v-29784c35]{min-height:540px;padding:76px 24px 56px}.hero h1[data-v-29784c35]{font-size:40px}.hero .hero-desc[data-v-29784c35]{font-size:16px}.hero .hero-actions[data-v-29784c35]{flex-direction:column;align-items:flex-start}.block[data-v-29784c35]{padding:64px 20px}.media-row[data-v-29784c35]{grid-template-columns:1fr}.media-row .side-img[data-v-29784c35]{max-height:none}.steps-layout[data-v-29784c35]{grid-template-columns:1fr;gap:40px}.steps-layout .steps-visual[data-v-29784c35]{min-height:440px}.steps-layout .steps-visual img[data-v-29784c35]{max-height:400px}.pay-grid[data-v-29784c35]{grid-template-columns:1fr}.ui-section .ui-panel[data-v-29784c35],.language-stage[data-v-29784c35]{padding:24px}.product-footer[data-v-29784c35]{padding:0 20px}}@media(max-width:560px){.hero h1[data-v-29784c35]{font-size:34px}.step-item[data-v-29784c35]{grid-template-columns:36px minmax(0,1fr) 44px;gap:12px;padding:18px 16px}.steps-visual[data-v-29784c35]{min-height:360px}.steps-visual img[data-v-29784c35]{max-height:320px}.pay-card[data-v-29784c35]{min-height:260px}.pay-card .pay-copy span[data-v-29784c35]{top:23%}.pay-card .pay-copy h3[data-v-29784c35]{top:39%;font-size:28px}.pay-card .pay-copy p[data-v-29784c35]{top:calc(39% + 48px);max-width:220px}}.back-manage[data-v-cacbb895]{padding-top:60px;background-color:#000}.back-manage .content1[data-v-cacbb895]{font-weight:400;font-size:18px;color:#fff;opacity:.7;height:96px}.back-manage .content1 div[data-v-cacbb895]{margin:5px 0}.back-manage .bg1[data-v-cacbb895]{height:71px;width:100%}.back-manage .content2[data-v-cacbb895]{background:#fff;width:100%;padding-top:100px;margin-top:-10px;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-bottom:100px}.back-manage .content2 .title[data-v-cacbb895]{font-weight:400;font-size:40px;color:#000;margin-bottom:60px}.back-manage .content2 .content2-img[data-v-cacbb895]{width:1200px;min-height:1400px;display:grid;grid-template-columns:repeat(2,1fr);gap:20px;position:relative}.back-manage .content2 .content2-img .item[data-v-cacbb895]{width:590px;height:250px;border:3px solid black;border-radius:20px;display:flex;justify-content:flex-start;align-items:center;z-index:999;background:#fff}.back-manage .content2 .content2-img .item .item-title[data-v-cacbb895]{font-weight:600;font-size:24px;margin-bottom:13px}.back-manage .content2 .content2-img .item .item-text[data-v-cacbb895]{width:160px;font-weight:400;font-size:16px;opacity:.7}.back-manage .content2 .content2-img .ten-bg[data-v-cacbb895]{position:absolute;bottom:-160px;left:40px;z-index:1}.back-manage .content2 .detail-btn[data-v-cacbb895]{width:180px;height:56px;border-radius:100px;font-weight:400;font-size:18px;display:flex;color:#fff;background:#000;justify-content:center;align-items:center;margin-top:60px;z-index:999}.back-manage .back-manage-footer[data-v-cacbb895]{width:100%;position:relative}.back-manage .back-manage-footer .bg-1[data-v-cacbb895]{height:50px;background:#fff;margin-bottom:-70px}.back-manage .back-manage-footer .img-bg[data-v-cacbb895]{height:270px;width:100%}.back-manage .back-manage-footer .bg-2[data-v-cacbb895]{height:50px;background:#000;margin-top:-20px}.back-manage .back-manage-footer .footer[data-v-cacbb895]{position:absolute;top:80px;left:calc(50% - 532px)}@media(max-width:768px){.back-manage[data-v-cacbb895]{padding-top:24px!important;overflow-x:hidden!important}.content1[data-v-cacbb895]{height:auto!important;padding:16px!important;font-size:15px!important}.content2[data-v-cacbb895]{padding:48px 16px 64px!important}.content2 .title[data-v-cacbb895]{font-size:28px!important;margin-bottom:40px!important}.content2-img[data-v-cacbb895]{width:100%!important;min-height:auto!important;grid-template-columns:1fr!important;gap:16px!important}.content2-img .item[data-v-cacbb895]{width:100%!important;height:auto!important;min-height:180px!important;padding:16px!important;box-sizing:border-box!important}.content2-img .item img[data-v-cacbb895]{width:90px!important;height:auto!important;margin:0!important}.content2-img .item .item-text[data-v-cacbb895]{width:auto!important;font-size:15px!important}.ten-bg[data-v-cacbb895]{display:none!important}.detail-btn[data-v-cacbb895]{width:150px!important;height:48px!important;font-size:16px!important}.back-manage-footer .footer[data-v-cacbb895]{left:0!important;right:0!important;top:60px!important}}.back-page[data-v-cacbb895]{width:100%;min-height:100vh;background:#fff;color:#111;overflow-x:hidden}.hero[data-v-cacbb895]{position:relative;min-height:560px;padding:72px 64px 64px;display:flex;align-items:center;overflow:hidden;background:linear-gradient(180deg,rgba(19,112,251,.07),transparent 42%),#fff}.hero .hero-grid[data-v-cacbb895]{position:absolute;inset:0;background-image:linear-gradient(rgba(0,0,0,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.04) 1px,transparent 1px);background-size:80px 80px;-webkit-mask-image:radial-gradient(ellipse at 62% 40%,#000 0%,transparent 72%);mask-image:radial-gradient(ellipse at 62% 40%,#000 0%,transparent 72%);pointer-events:none}.hero .hero-inner[data-v-cacbb895]{position:relative;z-index:1;width:100%;max-width:1440px;margin:0 auto}.hero .eyebrow[data-v-cacbb895]{display:flex;align-items:center;gap:12px;margin:0 0 22px;font-size:13px;color:var(--color-accent-hover)}.hero .eyebrow i[data-v-cacbb895]{width:34px;height:1px;background:var(--color-accent)}.hero h1[data-v-cacbb895]{max-width:760px;margin:0;font-size:58px;line-height:1.16;font-weight:600;color:#111}.hero .hero-desc[data-v-cacbb895]{max-width:620px;margin:28px 0 0;font-size:18px;line-height:1.8;color:#555}.hero .hero-actions[data-v-cacbb895]{display:flex;gap:16px;margin-top:44px}.hero .primary-btn[data-v-cacbb895],.hero .ghost-btn[data-v-cacbb895]{height:56px;padding:0 36px;border-radius:100px;font-size:16px;font-weight:500;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,color .2s ease}.hero .primary-btn[data-v-cacbb895]{border:1px solid var(--color-accent);background:var(--color-accent);color:#fff}.hero .primary-btn[data-v-cacbb895]:hover{background:var(--color-accent-hover);border-color:var(--color-accent-hover)}.hero .ghost-btn[data-v-cacbb895]{border:1px solid #c9c9c9;background:transparent;color:#111}.hero .ghost-btn[data-v-cacbb895]:hover{border-color:var(--color-accent);color:var(--color-accent-hover);background:var(--color-accent-soft)}.block[data-v-cacbb895]{padding:64px;border-top:0}.block .block-inner[data-v-cacbb895]{width:100%;max-width:1440px;margin:0 auto}.dashboard-frame[data-v-cacbb895]{margin-top:40px;padding:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#fff;border:1px solid #ececec}.dashboard-frame img[data-v-cacbb895]{width:100%;max-width:1180px;object-fit:contain}.showcase-frame[data-v-cacbb895]{margin-top:40px;padding:10px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#fff;border:1px solid #ececec}.showcase-frame video[data-v-cacbb895]{width:100%;max-width:1180px;display:block;aspect-ratio:16/9;object-fit:cover;border-radius:6px}.feature-grid[data-v-cacbb895]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:40px}.feature-grid .feature-card[data-v-cacbb895]{position:relative;min-height:230px;padding:28px;display:flex;align-items:center;gap:32px;border:1px solid #e3e3e3;border-radius:8px;background:#fff;overflow:hidden;transition:transform .25s ease,border-color .25s ease,background-color .25s ease}.feature-grid .feature-card[data-v-cacbb895]:hover{transform:translateY(-4px);border-color:var(--color-accent);background:#1370fb12}.feature-grid .feature-card .feature-num[data-v-cacbb895]{position:absolute;top:20px;right:24px;font-size:12px;color:#999}.feature-grid .feature-card img[data-v-cacbb895]{flex:0 0 180px;width:180px;height:auto;object-fit:contain}.feature-grid .feature-card .feature-copy[data-v-cacbb895]{min-width:0}.feature-grid .feature-card .feature-copy h3[data-v-cacbb895]{margin:0;font-size:24px;font-weight:600}.feature-grid .feature-card .feature-copy p[data-v-cacbb895]{max-width:330px;margin:14px 0 0;font-size:15px;line-height:1.75;color:#555}.product-footer[data-v-cacbb895]{width:100%;min-height:272px;padding:0 64px;display:flex;align-items:center;justify-content:center;background-image:url(/assets/product-footer-De0XvLp_.png);background-size:cover;background-position:center}@media(max-width:900px){.hero[data-v-cacbb895]{min-height:500px;padding:56px 24px 48px}.hero h1[data-v-cacbb895]{font-size:40px}.hero .hero-desc[data-v-cacbb895]{font-size:16px}.hero .hero-actions[data-v-cacbb895]{flex-direction:column;align-items:flex-start}.block[data-v-cacbb895]{padding:48px 20px}.dashboard-frame[data-v-cacbb895]{padding:24px}.showcase-frame[data-v-cacbb895]{padding:8px}.feature-grid[data-v-cacbb895]{grid-template-columns:1fr}.product-footer[data-v-cacbb895]{padding:0 20px}}@media(max-width:560px){.hero h1[data-v-cacbb895]{font-size:34px}.feature-card[data-v-cacbb895]{flex-direction:column;align-items:flex-start;gap:20px;padding:24px}.feature-card img[data-v-cacbb895]{flex-basis:auto;width:120px}}.style-content[data-v-10ead8d7]{background:#000;padding-top:50px;display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%}.style-content .style-bg[data-v-10ead8d7]{width:100%;height:60px;margin-top:100px;z-index:2}.style-content .style-white-box[data-v-10ead8d7]{height:120px;margin-top:-40px;background:#fff;width:100%;z-index:1}.style-content-title[data-v-10ead8d7]{font-size:40px;font-weight:400;color:#fff;z-index:4}.style-content .content1[data-v-10ead8d7]{width:1200px;height:385px;position:relative;display:flex;justify-content:space-between;margin-bottom:90px}.style-content .content1-text[data-v-10ead8d7]{text-align:left;padding-top:129px;color:#fff}.style-content .content1-text .title[data-v-10ead8d7]{font-size:40px;font-weight:400;margin-bottom:26px}.style-content .content1-text .sub-title[data-v-10ead8d7]{font-size:18px;font-weight:400}.style-content .content1-text .text-div[data-v-10ead8d7]{display:flex;align-items:center;margin:5px 0}.style-content .content1-text .text[data-v-10ead8d7]{font-size:18px;font-weight:400;opacity:.7;margin-left:5px}.style-content .content1 .action[data-v-10ead8d7]{position:absolute;left:-50px;top:-20px}.style-content .content2[data-v-10ead8d7]{width:1200px;display:flex;gap:50px;margin-bottom:60px}.style-content .content2 .item-img[data-v-10ead8d7]{height:244px;display:flex;align-items:flex-end}.style-content .content2 .item-text[data-v-10ead8d7]{font-weight:400;font-size:18px;color:#fff;margin-top:12px}.style-content .content3[data-v-10ead8d7]{position:relative;width:1200px}.style-content .content3-content[data-v-10ead8d7]{position:relative;z-index:99;color:#fff}.style-content .content3-content .content3-title[data-v-10ead8d7]{font-size:40px;font-weight:400;margin:72px 0 20px}.style-content .content3-content .content3-text[data-v-10ead8d7]{font-size:18px;font-weight:400;opacity:.7}.style-content .content3-content .content3-imges[data-v-10ead8d7]{margin-top:90px;height:428px;display:flex;justify-content:center;align-items:center;gap:68px;padding-bottom:60px}.style-content .content3-content .content3-imges .item-div[data-v-10ead8d7]{display:flex;position:relative}.style-content .content3-content .content3-imges .item-div .item-title[data-v-10ead8d7]{position:absolute;right:-15px;top:-30px;width:142px;height:52px;background:#000;border-radius:10px;transform:rotate(17deg);font-size:28px;font-weight:400;display:flex;align-items:center;justify-content:center}.style-content .content3-content .content3-imges .item-div .item-min-imges[data-v-10ead8d7]{display:flex;flex-direction:column;margin-right:12px}.style-content .content3-content .content3-link[data-v-10ead8d7]{width:1200px;height:220px;background:#2a2a2a;border-radius:20px;display:flex;padding:0 36px 0 0;justify-content:space-between}.style-content .content3-content .content3-link .link-left[data-v-10ead8d7]{margin-left:112px}.style-content .content3-content .content3-link .link-title[data-v-10ead8d7]{margin-top:50px;font-weight:500;font-size:32px;color:#fff}.style-content .content3-content .content3-link .link-right[data-v-10ead8d7]{margin-top:20px}.style-content .content3-content .content3-link .link-btn[data-v-10ead8d7]{width:190px;height:56px;background:#1370fb;border-radius:10px;font-weight:400;font-size:18px;display:flex;justify-content:center;align-items:center;margin-top:20px}.style-content .content3-bg[data-v-10ead8d7]{position:absolute;top:0;left:0}.style-content .content4[data-v-10ead8d7]{display:flex;justify-content:center;align-items:center;flex-direction:column;padding-top:120px;color:#fff;margin-bottom:50px}.style-content .content4 .content4-title[data-v-10ead8d7]{font-weight:400;font-size:40px;position:relative}.style-content .content4 .content4-title-star[data-v-10ead8d7]{width:26px;height:28px;position:absolute;top:-10px;left:10px}.style-content .content4 .content4-text[data-v-10ead8d7]{opacity:.7;font-weight:400;font-size:18px;margin-top:24px;margin-bottom:40px}.style-content .content4 .content4-content[data-v-10ead8d7]{height:371px;position:relative}.style-content .content4 .content4-content .content4-content-imges[data-v-10ead8d7]{position:absolute;top:0;left:123px}.style-content .content4 .content4-content .content4-content-btn[data-v-10ead8d7]{width:68px;height:31px;background:#fff;border-radius:20px;font-weight:400;border:2px solid #000000;font-size:18px;display:flex;justify-content:center;align-items:center;color:#000;position:absolute;bottom:23.6px;left:696px}.style-content .content5[data-v-10ead8d7]{padding-bottom:167px}.style-content .content5-title[data-v-10ead8d7]{position:relative;height:303px;margin-left:493px}.style-content .content5-title .title-bg[data-v-10ead8d7]{position:absolute;top:0;z-index:1;left:0}.style-content .content5-title .title-img[data-v-10ead8d7]{position:absolute;top:85px;left:22px;z-index:3}.style-content .content5-title .title-text[data-v-10ead8d7]{width:200px;font-weight:400;font-size:67px;color:#fff;position:absolute;left:-110px;top:120px;z-index:2}.style-content .content5-title .content5-title-btn[data-v-10ead8d7]{width:68px;height:31px;background:#fff;border-radius:20px;font-weight:400;border:2px solid #000000;font-size:18px;display:flex;justify-content:center;align-items:center;color:#000;position:absolute;bottom:33px;left:149px;z-index:4}.style-content .content5-content[data-v-10ead8d7]{height:380px;display:flex;gap:22px}.style-content .content5-content .item-text[data-v-10ead8d7]{font-weight:500;font-size:24px;color:#fff}.style-content .content5-content .singular-item[data-v-10ead8d7]{position:relative;padding-top:83px}.style-content .content5-content .singular-item-text[data-v-10ead8d7]{position:absolute;top:0;width:100%;display:flex;justify-content:center}.style-content .content5-content .singular-item-icon[data-v-10ead8d7]{position:absolute;top:42px;left:99px}.style-content .content5-content .plural-item[data-v-10ead8d7]{position:relative}.style-content .content5-content .plural-item-text[data-v-10ead8d7]{margin-top:52px}.style-content .content5-content .plural-item-icon[data-v-10ead8d7]{position:absolute;top:284px;left:99px}.style-content .content6[data-v-10ead8d7]{position:relative;margin-top:-20px;margin-bottom:100px}.style-content .content6 .content6-img[data-v-10ead8d7]{position:absolute;left:121px;top:261px}.style-content .content7[data-v-10ead8d7]{display:flex;gap:58px;align-items:flex-start}.style-content .content7-right[data-v-10ead8d7]{margin-top:26px}.style-content .content8[data-v-10ead8d7]{margin-top:32px}.style-content .content8-bottom[data-v-10ead8d7]{margin-top:47px}.style-content .content9[data-v-10ead8d7]{background:#fff;width:100%;display:flex;justify-content:center;padding-bottom:62px}.style-content .content9-content[data-v-10ead8d7]{width:1200px;background-image:url(/assets/content9-bg-DqARb1WV.png);background-repeat:no-repeat;min-height:500px;display:flex;flex-direction:column;align-items:center}.style-content .content9-content-title[data-v-10ead8d7]{font-weight:400;font-size:40px;color:#000;margin-top:40px;padding-left:142px}.style-content .content9-content-text[data-v-10ead8d7]{font-weight:400;font-size:16px;color:#000;margin-top:12px;opacity:.6;padding-left:142px}.style-content .content9-content-terms[data-v-10ead8d7]{margin-top:70px;width:720px}.style-content .content9-content-terms .term-item[data-v-10ead8d7]{text-align:left}.style-content .content9-content-terms .term-item .term-divider[data-v-10ead8d7]{width:100%;height:1px;background:#e5e5e5;margin:32px 0}.style-content .content9-content-terms .term-item .term-text[data-v-10ead8d7]{font-weight:400;font-size:16px;color:#000}.style-content .content9-content-terms .term-item .term-header[data-v-10ead8d7]{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.style-content .content9-content-terms .term-item .term-header .trem-icon[data-v-10ead8d7]{width:36px;height:36px}.style-content .content9-content-terms .term-item .term-header .arrow-up[data-v-10ead8d7]{transform:rotate(180deg)}.style-content .content9-content-terms .term-item .term-content[data-v-10ead8d7]{padding:32px 60px 0;width:600px;display:flex;justify-content:center}.style-content .content9-content-terms .term-item .term-content .trem-tow-content[data-v-10ead8d7]{font-weight:400;font-size:16px;color:#000;opacity:.6}.style-content .content9-content-terms .term-item .term-content .term-qrcodes[data-v-10ead8d7]{display:flex;gap:105px;justify-content:flex-start;padding-top:20px}.style-content .content9-content-terms .term-item .term-content .term-qrcodes .qrcode-item[data-v-10ead8d7]{display:flex;flex-direction:column;align-items:center;gap:12px}.style-content .content9-content-terms .term-item .term-content .term-qrcodes .qrcode-item .qrcode-placeholder[data-v-10ead8d7]{width:88px;height:88px;background:#f5f5f5;border:1px solid #e5e5e5;border-radius:4px}.style-content .content9-content-terms .term-item .term-content .term-qrcodes .qrcode-item .qrcode-label[data-v-10ead8d7]{font-weight:400;font-size:16px;color:#000;text-align:center;white-space:nowrap}@keyframes slideDown-10ead8d7{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.style-content[data-v-10ead8d7]{padding:24px 16px!important;overflow-x:hidden!important}.style-content .style-bg[data-v-10ead8d7]{margin-top:48px!important}.style-content .style-white-box[data-v-10ead8d7]{height:80px!important}.style-content-title[data-v-10ead8d7]{font-size:28px!important}.content1[data-v-10ead8d7]{width:100%!important;height:auto!important;min-height:320px!important;flex-direction:column!important;gap:24px!important;margin-bottom:48px!important}.content1-text[data-v-10ead8d7]{padding-top:0!important}.content1-text .title[data-v-10ead8d7]{font-size:28px!important}.content1 .action[data-v-10ead8d7]{position:static!important;width:100%!important;height:auto!important}.content2[data-v-10ead8d7]{width:100%!important;flex-direction:column!important;gap:32px!important}.content2 .item-img[data-v-10ead8d7]{height:auto!important;justify-content:center!important}.content2 .item-img img[data-v-10ead8d7]{width:100%!important;max-width:360px!important;height:auto!important}.content3[data-v-10ead8d7]{width:100%!important}.content3-content .content3-title[data-v-10ead8d7]{font-size:28px!important;margin:32px 0 16px!important}.content3-content .content3-imges[data-v-10ead8d7]{flex-direction:column!important;gap:24px!important;height:auto!important;margin-top:40px!important}.content3-content .content3-imges .item-div[data-v-10ead8d7]{flex-wrap:wrap!important;justify-content:center!important}.content3-content .content3-imges img[data-v-10ead8d7]{max-width:100%!important;height:auto!important}.content3-link[data-v-10ead8d7]{width:100%!important;height:auto!important;flex-direction:column!important;gap:16px!important;padding:24px!important;box-sizing:border-box!important}.content3-link .link-left[data-v-10ead8d7]{margin-left:0!important}.content3-link .link-right[data-v-10ead8d7]{margin-top:0!important}.content4[data-v-10ead8d7]{padding-top:48px!important}.content4-title[data-v-10ead8d7]{font-size:28px!important}.content4-content[data-v-10ead8d7]{height:auto!important}.content4-content img[data-v-10ead8d7]{max-width:100%!important;height:auto!important}.content4-content .content4-content-btn[data-v-10ead8d7]{display:none!important}.content5[data-v-10ead8d7]{padding-bottom:64px!important}.content5-title[data-v-10ead8d7]{margin-left:0!important;height:auto!important;min-height:220px!important}.content5-title .title-bg[data-v-10ead8d7],.content5-title .title-img[data-v-10ead8d7],.content5-title .title-text[data-v-10ead8d7]{position:static!important}.content5-title .title-text[data-v-10ead8d7]{width:100%!important;font-size:40px!important}.content5-title .content5-title-btn[data-v-10ead8d7]{display:none!important}.content5-content[data-v-10ead8d7]{height:auto!important;flex-direction:column!important;align-items:center!important;gap:24px!important}.content5-content img[data-v-10ead8d7]{max-width:100%!important;height:auto!important}.content6[data-v-10ead8d7]{margin-bottom:48px!important}.content6 .content6-img[data-v-10ead8d7]{position:static!important;width:100%!important;height:auto!important}.content7[data-v-10ead8d7]{flex-direction:column!important;gap:24px!important}.content7 img[data-v-10ead8d7],.content8 img[data-v-10ead8d7]{max-width:100%!important;height:auto!important}.content9-content[data-v-10ead8d7]{width:100%!important;background-size:100% 100%!important;padding:24px 16px!important;box-sizing:border-box!important}.content9-content-title[data-v-10ead8d7]{padding-left:0!important;font-size:28px!important}.content9-content-text[data-v-10ead8d7]{padding-left:0!important}.content9-content-terms[data-v-10ead8d7]{width:100%!important;margin-top:40px!important}.term-content[data-v-10ead8d7]{width:100%!important;padding:24px 0 0!important}.term-qrcodes[data-v-10ead8d7]{gap:24px!important;flex-wrap:wrap!important}.term-qrcodes .qrcode-placeholder[data-v-10ead8d7]{width:72px!important;height:72px!important}}.style-page[data-v-10ead8d7]{width:100%;min-height:100vh;background:#000;color:var(--color-text);overflow-x:hidden}.hero[data-v-10ead8d7]{position:relative;min-height:560px;padding:72px 64px 64px;display:flex;align-items:center;overflow:hidden;background:linear-gradient(180deg,rgba(19,112,251,.12),transparent 42%),#000}.hero .hero-grid[data-v-10ead8d7]{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);background-size:80px 80px;-webkit-mask-image:radial-gradient(ellipse at 62% 40%,#000 0%,transparent 72%);mask-image:radial-gradient(ellipse at 62% 40%,#000 0%,transparent 72%);pointer-events:none}.hero .hero-inner[data-v-10ead8d7]{position:relative;z-index:1;width:100%;max-width:1440px;margin:0 auto}.hero .eyebrow[data-v-10ead8d7]{display:flex;align-items:center;gap:12px;margin:0 0 22px;font-size:13px;color:var(--color-accent-hover)}.hero .eyebrow i[data-v-10ead8d7]{width:34px;height:1px;background:var(--color-accent)}.hero h1[data-v-10ead8d7]{max-width:740px;margin:0;font-size:58px;line-height:1.16;font-weight:600}.hero .hero-desc[data-v-10ead8d7]{max-width:620px;margin:28px 0 0;font-size:18px;line-height:1.8;color:var(--color-text-secondary)}.hero .hero-actions[data-v-10ead8d7]{display:flex;gap:16px;margin-top:44px}.hero .primary-btn[data-v-10ead8d7],.hero .ghost-btn[data-v-10ead8d7]{height:56px;padding:0 36px;border-radius:100px;font-size:16px;font-weight:500;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,color .2s ease}.hero .primary-btn[data-v-10ead8d7]{border:1px solid var(--color-accent);background:var(--color-accent);color:#fff}.hero .primary-btn[data-v-10ead8d7]:hover{background:var(--color-accent-hover);border-color:var(--color-accent-hover)}.hero .ghost-btn[data-v-10ead8d7]{border:1px solid var(--color-border-strong);background:transparent;color:var(--color-text)}.hero .ghost-btn[data-v-10ead8d7]:hover{border-color:var(--color-accent);color:var(--color-accent-hover);background:var(--color-accent-soft)}.block[data-v-10ead8d7]{padding:56px 64px;border-top:0}.block .block-inner[data-v-10ead8d7]{width:100%;max-width:1440px;margin:0 auto}.intro-layout[data-v-10ead8d7]{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);align-items:center;gap:72px;margin-top:40px}.intro-layout .intro-copy ul[data-v-10ead8d7]{margin:0;padding:0;list-style:none}.intro-layout .intro-copy ul li[data-v-10ead8d7]{position:relative;padding:0 0 22px 26px;font-size:17px;line-height:1.75;color:var(--color-text-secondary)}.intro-layout .intro-copy ul li[data-v-10ead8d7]:before{content:"";position:absolute;left:0;top:10px;width:8px;height:8px;border-radius:50%;background:var(--color-accent)}.intro-layout .intro-media[data-v-10ead8d7]{padding:10px;border-radius:8px;background:#fff}.intro-layout .intro-media img[data-v-10ead8d7],.intro-layout .intro-media video[data-v-10ead8d7]{width:100%;display:block;aspect-ratio:16/9;object-fit:cover;border-radius:6px}.apps-grid[data-v-10ead8d7]{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;margin-top:40px}.apps-grid .app-card[data-v-10ead8d7]{position:relative;min-height:320px;padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid var(--color-border);border-radius:8px;background:#0a0a0c;transition:transform .25s ease,border-color .25s ease}.apps-grid .app-card[data-v-10ead8d7]:hover{transform:translateY(-4px);border-color:var(--color-accent)}.apps-grid .app-card .app-index[data-v-10ead8d7]{position:absolute;top:16px;left:18px;font-size:12px;color:var(--color-text-muted)}.apps-grid .app-card img[data-v-10ead8d7]{width:100%;max-height:210px;object-fit:contain}.apps-grid .app-card div[data-v-10ead8d7]{width:100%;margin-top:20px;display:flex;align-items:center;justify-content:space-between;gap:8px}.apps-grid .app-card h3[data-v-10ead8d7]{margin:0;font-size:15px;font-weight:500;color:var(--color-text)}.apps-grid .app-card div span[data-v-10ead8d7]{flex:0 0 auto;font-size:12px;color:var(--color-accent-hover)}.overall-grid[data-v-10ead8d7]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:40px}.overall-grid .overall-card[data-v-10ead8d7]{display:grid;grid-template-columns:110px minmax(0,1fr);grid-template-areas:"title title" "thumbs main";gap:24px;align-items:start;padding:24px;border:1px solid var(--color-border);border-radius:8px;background:#0a0a0c}.overall-grid .overall-card .overall-title[data-v-10ead8d7]{grid-area:title;justify-self:start;padding:8px 16px;border:1px solid var(--color-accent);border-radius:100px;background:#000;color:var(--color-accent-hover);font-size:14px}.overall-grid .overall-card .overall-thumbs[data-v-10ead8d7]{grid-area:thumbs;display:grid;grid-template-columns:1fr;gap:10px}.overall-grid .overall-card .overall-thumbs img[data-v-10ead8d7]{width:100%;height:auto;aspect-ratio:3/4;object-fit:cover;border-radius:6px}.overall-grid .overall-card .overall-main[data-v-10ead8d7]{grid-area:main;min-width:0;display:flex;align-items:center;justify-content:center}.overall-grid .overall-card .overall-main img[data-v-10ead8d7]{width:100%;max-height:480px;object-fit:contain;border-radius:8px}.custom-panel[data-v-10ead8d7]{display:flex;align-items:center;justify-content:space-between;gap:40px;margin-top:40px;padding:44px 48px;border:1px solid var(--color-border);border-radius:8px;background:#0a0a0c}.custom-panel .custom-copy h3[data-v-10ead8d7]{margin:0;font-size:30px;font-weight:600}.custom-panel .custom-copy p[data-v-10ead8d7]{margin:12px 0 0;font-size:15px;color:var(--color-text-secondary)}.custom-panel .custom-copy button[data-v-10ead8d7]{height:48px;margin-top:24px;padding:0 32px;border:1px solid var(--color-accent);border-radius:100px;background:var(--color-accent);color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.custom-panel .custom-copy button[data-v-10ead8d7]:hover{background:var(--color-accent-hover)}.custom-panel>img[data-v-10ead8d7]{max-width:480px;width:45%;object-fit:contain}.algorithm-stage[data-v-10ead8d7]{position:relative;margin-top:40px;border-radius:8px;overflow:hidden;background:#fff}.algorithm-stage .algorithm-bg[data-v-10ead8d7]{display:block;width:100%;height:auto}.algorithm-stage .algorithm-fg[data-v-10ead8d7]{position:absolute;inset:0;width:100%;height:100%;object-fit:contain}.algorithm-stage .origin-btn[data-v-10ead8d7]{position:absolute;right:72px;bottom:28px;padding:8px 18px;border:1px solid rgba(0,0,0,.2);border-radius:100px;background:#fff;color:#111;font-size:14px}.ip-grid[data-v-10ead8d7]{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;margin-top:40px}.ip-grid .ip-card[data-v-10ead8d7]{position:relative;min-height:300px;padding:18px;display:flex;align-items:flex-end;border:1px solid var(--color-border);border-radius:8px;background:#0a0a0c;overflow:hidden;transition:transform .25s ease,border-color .25s ease}.ip-grid .ip-card[data-v-10ead8d7]:hover{transform:translateY(-4px);border-color:var(--color-accent)}.ip-grid .ip-card img[data-v-10ead8d7]{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.ip-grid .ip-card div[data-v-10ead8d7]{position:relative;z-index:1;width:100%;padding:14px;border-radius:6px;background:#08080ab8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.ip-grid .ip-card div span[data-v-10ead8d7]{font-size:11px;color:var(--color-text-muted)}.ip-grid .ip-card div h3[data-v-10ead8d7]{margin:4px 0 0;font-size:16px;font-weight:500;color:var(--color-text)}.gallery-stage[data-v-10ead8d7]{position:relative;margin-top:40px;border-radius:8px;overflow:hidden;background:#0a0a0c}.gallery-stage>img[data-v-10ead8d7]{display:block;width:100%;height:auto}.gallery-stage .gallery-fg[data-v-10ead8d7]{position:absolute;inset:0;width:100%;height:100%;object-fit:contain}.sticker-grid[data-v-10ead8d7]{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:24px;margin-top:40px}.sticker-grid .sticker-side[data-v-10ead8d7]{display:flex;gap:24px;align-items:flex-start}.sticker-grid .sticker-side img[data-v-10ead8d7]{width:calc(50% - 12px);border-radius:8px}.sticker-grid .sticker-side .sticker-side-right[data-v-10ead8d7]{margin-top:28px}.sticker-grid .sticker-wide[data-v-10ead8d7]{display:flex;flex-direction:column;gap:24px}.sticker-grid .sticker-wide img[data-v-10ead8d7]{width:100%;border-radius:8px}.sticker-grid .sticker-wide .sticker-wide-bottom[data-v-10ead8d7]{align-self:flex-end;width:62%}.notice[data-v-10ead8d7]{background:var(--color-surface-muted)}.notice .notice-panel[data-v-10ead8d7]{max-width:1080px;margin:0 auto;padding:64px;border:1px solid rgba(0,0,0,.08);border-radius:8px;background:#fff;box-shadow:var(--shadow-card)}.notice .notice-panel .notice-eyebrow[data-v-10ead8d7]{margin:0 0 14px;font-size:13px;color:var(--color-accent)}.notice .notice-panel h2[data-v-10ead8d7]{margin:0;font-size:40px;font-weight:600;color:#111}.notice .notice-panel .notice-desc[data-v-10ead8d7]{margin:12px 0 0;font-size:16px;color:#555}.notice .terms[data-v-10ead8d7]{margin-top:32px}.notice .terms .term-divider[data-v-10ead8d7]{height:1px;margin:28px 0;background:#e5e5e5}.notice .terms .term-text[data-v-10ead8d7]{font-size:16px;line-height:1.7;color:#111}.notice .terms .term-header[data-v-10ead8d7]{display:flex;align-items:center;justify-content:space-between;gap:20px;cursor:pointer}.notice .terms .term-header .term-text[data-v-10ead8d7]{font-weight:500}.notice .terms .term-icon[data-v-10ead8d7]{flex:0 0 auto;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:1px solid #e5e5e5;border-radius:50%;transition:transform .25s ease}.notice .terms .term-icon.arrow-up[data-v-10ead8d7]{transform:rotate(180deg)}.notice .terms .term-icon img[data-v-10ead8d7]{width:18px;height:18px}.notice .terms .term-content[data-v-10ead8d7]{padding:28px 0 0}.notice .terms .term-steps[data-v-10ead8d7]{display:flex;flex-wrap:wrap;gap:10px 8px;font-size:15px;color:#666}.notice .terms .term-steps .step-dash[data-v-10ead8d7]{margin:0 2px;color:#aaa}.notice .terms .term-qrcodes[data-v-10ead8d7]{display:flex;gap:72px;padding-top:8px}.notice .terms .term-qrcodes .qrcode-item[data-v-10ead8d7]{display:flex;flex-direction:column;align-items:center;gap:12px}.notice .terms .term-qrcodes .qrcode-placeholder[data-v-10ead8d7]{width:96px;height:96px;padding:6px;border:1px solid #e5e5e5;border-radius:8px;background:#f6f7f9}.notice .terms .term-qrcodes .qrcode-placeholder img[data-v-10ead8d7]{width:100%;height:100%;object-fit:contain}.notice .terms .term-qrcodes .qrcode-label[data-v-10ead8d7]{font-size:14px;color:#555;text-align:center}.product-footer[data-v-10ead8d7]{width:100%;min-height:272px;padding:0 64px;display:flex;align-items:center;justify-content:center;background-image:url(/assets/product-footer-De0XvLp_.png);background-size:cover;background-position:center}@media(max-width:900px){.hero[data-v-10ead8d7]{min-height:500px;padding:56px 24px 48px}.hero h1[data-v-10ead8d7]{font-size:40px}.hero .hero-desc[data-v-10ead8d7]{font-size:16px}.hero .hero-actions[data-v-10ead8d7]{flex-direction:column;align-items:flex-start}.block[data-v-10ead8d7]{padding:40px 20px}.intro-layout[data-v-10ead8d7]{grid-template-columns:1fr;gap:32px}.apps-grid[data-v-10ead8d7],.ip-grid[data-v-10ead8d7]{grid-template-columns:repeat(2,minmax(0,1fr))}.overall-grid[data-v-10ead8d7]{grid-template-columns:1fr}.custom-panel[data-v-10ead8d7]{flex-direction:column;align-items:flex-start}.custom-panel>img[data-v-10ead8d7]{width:100%;max-width:480px}.sticker-grid[data-v-10ead8d7]{grid-template-columns:1fr}.notice .notice-panel[data-v-10ead8d7]{padding:40px 28px}.product-footer[data-v-10ead8d7]{padding:0 20px}}@media(max-width:560px){.hero h1[data-v-10ead8d7]{font-size:34px}.apps-grid[data-v-10ead8d7],.ip-grid[data-v-10ead8d7]{grid-template-columns:1fr}.overall-card[data-v-10ead8d7]{grid-template-columns:1fr;grid-template-areas:"title" "thumbs" "main"}.overall-card .overall-title[data-v-10ead8d7]{display:inline-flex;margin-bottom:0}.overall-card .overall-thumbs[data-v-10ead8d7]{grid-template-columns:repeat(4,70px);justify-content:start}.overall-card .overall-main img[data-v-10ead8d7]{width:100%}.notice .notice-panel[data-v-10ead8d7]{padding:32px 20px}.notice .notice-panel h2[data-v-10ead8d7]{font-size:30px}.term-qrcodes[data-v-10ead8d7]{flex-direction:column;gap:24px!important}}.style-experience[data-v-e7ea4e67]{min-height:100vh;background:#f5f5f7;padding:72px 0 96px;display:flex;flex-direction:column;align-items:center;color:#111}.style-experience .experience-hero[data-v-e7ea4e67]{width:min(1200px,100% - 48px);text-align:center;margin-bottom:42px}.style-experience .experience-hero .hero-eyebrow[data-v-e7ea4e67]{margin-bottom:14px;font-size:14px;font-weight:600;color:#6e6e73;letter-spacing:0}.style-experience .experience-hero h1[data-v-e7ea4e67]{margin:0;font-size:52px;line-height:1.08;font-weight:600;color:#111}.style-experience .experience-hero p[data-v-e7ea4e67]{width:min(620px,100%);margin:18px auto 0;font-size:18px;line-height:1.7;color:#5f6368}.style-experience .tag-content[data-v-e7ea4e67]{width:min(1080px,100% - 48px);min-height:116px;padding:18px 22px;display:flex;justify-content:center;gap:24px;margin-bottom:28px;background:#ffffffd1;border:1px solid rgba(0,0,0,.06);border-radius:18px;box-shadow:0 18px 50px #00000014;box-sizing:border-box;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.style-experience .tag-content .tag-item[data-v-e7ea4e67]{position:relative;display:flex;align-items:center;justify-content:center;padding:8px;border-radius:16px;cursor:pointer;transition:transform .25s ease,background-color .25s ease,box-shadow .25s ease}.style-experience .tag-content .tag-item[data-v-e7ea4e67]:hover{transform:translateY(-3px);background:#f5f5f7}.style-experience .tag-content .tag-item.tag-item-active[data-v-e7ea4e67]{background:#fff;box-shadow:0 12px 28px #0000001a}.style-experience .tag-content .tag-item img[data-v-e7ea4e67]:first-child{height:72px;width:auto;display:block}.style-experience .tag-content .tag-item .tag-star[data-v-e7ea4e67]{position:absolute;right:2px;top:2px}.style-experience .styleGroup-content[data-v-e7ea4e67]{width:min(1200px,100% - 48px);min-height:86px;margin-bottom:56px;padding:20px 24px;display:flex;align-items:flex-start;gap:22px;background:#fff;border-radius:18px;box-sizing:border-box;box-shadow:0 12px 36px #0000000f}.style-experience .styleGroup-content .styleGroup-items[data-v-e7ea4e67]{display:flex;flex-wrap:wrap;gap:12px;flex:1;padding:0}.style-experience .styleGroup-content .styleGroup-all[data-v-e7ea4e67]{flex:0 0 auto}.style-experience .styleGroup-content .styleGroup-item[data-v-e7ea4e67]{height:40px;font-size:15px;font-weight:500;color:#4b5563;background:#f5f5f7;display:flex;justify-content:center;align-items:center;padding:0 18px;border-radius:100px;cursor:pointer;transition:color .2s ease,background-color .2s ease,box-shadow .2s ease}.style-experience .styleGroup-content .styleGroup-item[data-v-e7ea4e67]:hover{color:#111;background:#eceef2}.style-experience .styleGroup-content .styleGroup-item-active[data-v-e7ea4e67]{color:#fff;background:#111;box-shadow:0 10px 22px #0000002e}.style-experience .styleGroup-styles[data-v-e7ea4e67]{width:min(1200px,100% - 48px)}.style-experience .styleGroup-styles.filtered-styles[data-v-e7ea4e67]{margin-top:28px}.style-experience .styleGroup-styles .styleGroup-styles-item[data-v-e7ea4e67]{margin-bottom:76px}.style-experience .styleGroup-styles .item-title[data-v-e7ea4e67]{margin-bottom:28px;display:flex;justify-content:center;align-items:center}.style-experience .styleGroup-styles .item-title span[data-v-e7ea4e67]{font-size:30px;line-height:1.2;font-weight:600;color:#111}.style-experience .styleGroup-styles .item-styles[data-v-e7ea4e67]{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.style-experience .styleGroup-styles .item-styles .style-card[data-v-e7ea4e67]{position:relative;overflow:hidden;aspect-ratio:282/376;border-radius:16px;background:#fff;box-shadow:0 14px 34px #00000014;cursor:pointer;transition:transform .28s ease,box-shadow .28s ease}.style-experience .styleGroup-styles .item-styles .style-card[data-v-e7ea4e67]:hover{transform:translateY(-6px);box-shadow:0 24px 52px #00000029}.style-experience .styleGroup-styles .item-styles .style-card:hover img[data-v-e7ea4e67]{transform:scale(1.04)}.style-experience .styleGroup-styles .item-styles .style-card:hover .style-card-info[data-v-e7ea4e67]{opacity:1;transform:translateY(0)}.style-experience .styleGroup-styles .item-styles .style-card img[data-v-e7ea4e67]{width:100%;height:100%;display:block;object-fit:cover;transition:transform .45s ease}.style-experience .styleGroup-styles .item-styles .style-card .style-card-info[data-v-e7ea4e67]{position:absolute;left:14px;right:14px;bottom:14px;min-height:44px;display:flex;align-items:center;justify-content:center;padding:0 14px;border-radius:100px;color:#111;background:#ffffffdb;font-size:14px;font-weight:600;box-sizing:border-box;opacity:0;transform:translateY(8px);transition:opacity .25s ease,transform .25s ease;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.style-experience .styleGroup-styles .item-styles .style-card .style-card-info span[data-v-e7ea4e67]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:768px){.style-experience[data-v-e7ea4e67]{padding:36px 16px 56px!important;overflow-x:hidden!important}.experience-hero[data-v-e7ea4e67]{width:100%!important;margin-bottom:28px!important}.experience-hero .hero-eyebrow[data-v-e7ea4e67]{font-size:13px!important}.experience-hero h1[data-v-e7ea4e67]{font-size:32px!important}.experience-hero p[data-v-e7ea4e67]{font-size:15px!important;line-height:1.7!important}.tag-content[data-v-e7ea4e67]{width:100%!important;height:auto!important;min-height:0!important;gap:12px!important;overflow-x:auto!important;padding:12px!important;justify-content:flex-start!important;border-radius:14px!important;margin-bottom:20px!important}.tag-content .tag-item img[data-v-e7ea4e67]:first-child{height:56px!important;width:auto!important}.styleGroup-content[data-v-e7ea4e67]{width:100%!important;height:auto!important;margin-bottom:36px!important;padding:14px!important;flex-direction:column!important;gap:12px!important}.styleGroup-content .styleGroup-all[data-v-e7ea4e67]{margin-left:0!important;margin-top:0!important}.styleGroup-content .styleGroup-items[data-v-e7ea4e67]{width:100%!important;gap:10px!important;padding:0!important}.styleGroup-content .styleGroup-item[data-v-e7ea4e67]{height:38px!important;padding:0 14px!important;font-size:14px!important}.styleGroup-styles[data-v-e7ea4e67]{width:100%!important}.styleGroup-styles .styleGroup-styles-item[data-v-e7ea4e67]{margin-bottom:44px!important}.styleGroup-styles .item-title[data-v-e7ea4e67]{margin-bottom:24px!important}.styleGroup-styles .item-title span[data-v-e7ea4e67]{font-size:24px!important}.styleGroup-styles .item-styles[data-v-e7ea4e67]{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.styleGroup-styles .item-styles .style-card[data-v-e7ea4e67]{border-radius:12px!important}.styleGroup-styles .item-styles .style-card .style-card-info[data-v-e7ea4e67]{left:8px!important;right:8px!important;bottom:8px!important;min-height:34px!important;font-size:12px!important;opacity:1!important;transform:none!important}}.industry-cases[data-v-34ee2055]{width:100%;background-color:#000;display:flex;flex-direction:column;align-items:center;justify-content:center}.industry-cases .title-section[data-v-34ee2055]{width:1200px;height:526px;text-align:center;margin-bottom:40px;background-image:url(/assets/title-bg-BmqfK8XI.png);background-repeat:no-repeat;position:relative}.industry-cases .title-section .province[data-v-34ee2055]{width:333px;height:196px;background-image:url(/assets/hot-case-province-D6FasUs_.png);position:absolute;right:0;top:116px;color:#fff;display:flex;flex-direction:column;align-items:flex-end}.industry-cases .title-section .province .title[data-v-34ee2055]{font-size:28px;font-weight:500;margin-top:56px;margin-right:29px}.industry-cases .title-section .province .content[data-v-34ee2055]{font-size:14px;font-weight:400;opacity:.6;width:243px;text-align:left;margin-top:7px;margin-right:29px}.industry-cases .title-section .overseas[data-v-34ee2055]{width:333px;height:173px;background-image:url(/assets/hot-case-overseas-CRmUSwPs.png);position:absolute;right:0;top:297px;color:#fff;display:flex;flex-direction:column;align-items:flex-end}.industry-cases .title-section .overseas .title[data-v-34ee2055]{font-size:28px;font-weight:500;margin-top:56px;margin-right:49px}.industry-cases .title-section .overseas .content[data-v-34ee2055]{font-size:14px;font-weight:400;opacity:.6;text-align:left;margin-top:7px;margin-right:39px}.industry-cases .title-section h2[data-v-34ee2055]{font-size:60px;font-weight:400;color:#fff;position:absolute;left:25px;top:32px;margin:0}.industry-cases .title-section .number-data[data-v-34ee2055]{position:absolute;left:32px;top:146px}.industry-cases .title-section .number-data .data[data-v-34ee2055]{width:178px;height:44px;display:flex;font-size:20px;font-weight:600;color:#fff;align-items:center;justify-content:space-between}.industry-cases .features-section[data-v-34ee2055]{display:flex;gap:44px;margin-bottom:100px}.industry-cases .features-section .feature-card[data-v-34ee2055]{flex:1;border-radius:12px;color:#fff;background:#353535;position:relative;display:flex;flex-direction:column;align-items:center}.industry-cases .features-section .feature-card.card1[data-v-34ee2055]{width:290px;height:224px}.industry-cases .features-section .feature-card.card1 .title-btn[data-v-34ee2055]{width:187px;height:44px;font-size:20px;font-weight:500;color:#000;background:#fff;border-radius:100px;display:flex;justify-content:center;align-items:center;position:absolute;top:17px;left:-15px}.industry-cases .features-section .feature-card .title-content[data-v-34ee2055]{width:234px;font-size:18px;font-weight:400;color:#fff;opacity:.6;margin-top:92px;text-align:left}.industry-cases .features-section .feature-card.card2[data-v-34ee2055]{width:302px;height:295px}.industry-cases .features-section .feature-card.card2 .title-btn[data-v-34ee2055]{width:187px;height:44px;font-size:20px;font-weight:500;color:#fff;background:#1370fb;border-radius:100px;display:flex;justify-content:center;align-items:center;position:absolute;top:17px;left:-15px}.industry-cases .features-section .feature-card.card2 .language[data-v-34ee2055]{width:270px;height:70px;margin-top:19px;display:flex;flex-wrap:wrap;gap:6px}.industry-cases .features-section .feature-card.card2 .language .item[data-v-34ee2055]{width:60px;height:32px;font-size:14px;font-weight:500;color:#fff;background:#000;border-radius:100px;border:1px solid #ffffff;display:flex;align-items:center;justify-content:center}.industry-cases .hot-cases[data-v-34ee2055]{margin-bottom:50px}.industry-cases .hot-cases-title[data-v-34ee2055]{font-size:40px;font-weight:400;color:#fff;margin-bottom:60px;position:relative}.industry-cases .hot-cases-title .title-star[data-v-34ee2055]{position:absolute;top:0}.industry-cases .hot-cases .hot-cases-container[data-v-34ee2055]{display:flex;gap:40px}.industry-cases .hot-cases .hot-cases-container .hot-cases-left[data-v-34ee2055]{width:160px}.industry-cases .hot-cases .hot-cases-container .hot-cases-left .host-case-list[data-v-34ee2055]{list-style:none;padding:0;margin:0}.industry-cases .hot-cases .hot-cases-container .hot-cases-left .host-case-list .host-case-item[data-v-34ee2055]{position:relative;cursor:pointer;opacity:.6}.industry-cases .hot-cases .hot-cases-container .hot-cases-left .host-case-list .host-case-item .hot-cover[data-v-34ee2055]{width:160px;height:107px;border-radius:20px}.industry-cases .hot-cases .hot-cases-container .hot-cases-left .host-case-list .host-case-item .title-star[data-v-34ee2055]{position:absolute;right:-53.39px;top:42px;z-index:3}.industry-cases .hot-cases .hot-cases-container .hot-cases-left .host-case-list .host-case-item.active[data-v-34ee2055]{opacity:1}.industry-cases .hot-cases .hot-cases-container .hot-cases-left .host-case-list .host-case-item span[data-v-34ee2055]{display:block;text-align:center;margin-top:5px;font-size:14px}.industry-cases .hot-cases .hot-cases-container .hot-cases-right[data-v-34ee2055]{position:relative;width:770px;height:460px;display:flex;justify-content:center;align-items:center}.industry-cases .hot-cases .hot-cases-container .hot-cases-right img[data-v-34ee2055]{width:723px;height:414px}.industry-cases .hot-cases .hot-cases-container .hot-cases-right[data-v-34ee2055]:before{content:"";position:absolute;inset:0;background:url(/assets/hot-case-right-bg-BJqi8wEg.png) no-repeat center/cover;z-index:1}.industry-cases .hot-cases .hot-cases-container .hot-cases-right img[data-v-34ee2055]{position:relative;z-index:0}.industry-cases .hot-cases .hot-cases-container .hot-cases-right .hot-case-title[data-v-34ee2055]{font-size:36px;font-weight:400;color:#fff;position:absolute;top:25px;left:35px;z-index:3}.industry-cases .hot-cases .hot-cases-container .hot-cases-right .hot-case-people[data-v-34ee2055]{width:94px;height:77px;position:absolute;bottom:15px;left:18px;color:#fff347;font-size:28px;font-weight:400;z-index:3}.industry-cases .hot-cases .hot-cases-container .hot-cases-right .hot-case-text[data-v-34ee2055]{width:374px;position:absolute;top:374px;left:380px;color:#fff;font-size:14px;font-weight:400;opacity:.7;z-index:3;text-align:left}.industry-cases .all-cases .all-case-title[data-v-34ee2055]{font-size:40px;font-weight:400;color:#fff;margin-bottom:60px;position:relative}.industry-cases .all-cases .all-case-title .title-star[data-v-34ee2055]{position:absolute;top:0}.industry-cases .all-cases .hot-cases-pagination[data-v-34ee2055]{margin-top:15px}.industry-cases .all-cases .hot-cases-pagination button[data-v-34ee2055]{margin:0 5px;padding:5px 10px}.industry-cases .all-cases .all-cases-list[data-v-34ee2055]{width:1200px;display:flex;flex-wrap:wrap;gap:24px;justify-content:center}.industry-cases .all-cases .all-cases-list .case-item[data-v-34ee2055]{width:384px;height:379px;border-radius:20px;background-color:#353535}.industry-cases .all-cases .all-cases-list .case-item img[data-v-34ee2055]{width:344px;height:233px;border-radius:20px}.industry-cases .all-cases .all-cases-list .case-item .case-item-header[data-v-34ee2055]{margin:16px 20px 16px 24px;display:flex;align-items:center;justify-content:space-between}.industry-cases .all-cases .all-cases-list .case-item .case-item-header .name[data-v-34ee2055]{font-size:24px;font-weight:500;color:#fff}.industry-cases .all-cases .all-cases-list .case-item .case-item-header .time[data-v-34ee2055]{font-size:16px;font-weight:400;color:#fff;opacity:.3}.industry-cases .all-cases .all-cases-list .case-item-text[data-v-34ee2055]{margin:16px 20px 0;font-size:14px;font-weight:400;color:#fff;opacity:.7;text-align:left}.industry-cases .all-cases .all-cases-pagination[data-v-34ee2055]{margin-top:36px}@media(max-width:768px){.industry-cases[data-v-34ee2055]{overflow-x:hidden!important}.title-section[data-v-34ee2055]{width:100%!important;height:auto!important;min-height:520px!important;background-size:100% 100%!important;padding:24px 16px 40px!important;box-sizing:border-box!important}.title-section h2[data-v-34ee2055]{position:static!important;font-size:36px!important;text-align:left!important;margin-bottom:24px!important}.title-section .number-data[data-v-34ee2055]{position:static!important;display:flex!important;flex-wrap:wrap!important;gap:12px 24px!important;margin-bottom:24px!important}.title-section .number-data .data[data-v-34ee2055]{width:150px!important}.title-section .province[data-v-34ee2055],.title-section .overseas[data-v-34ee2055]{position:static!important;width:100%!important;height:auto!important;min-height:150px!important;background-size:100% 100%!important;align-items:flex-start!important;padding:24px 16px!important;box-sizing:border-box!important;margin-top:16px!important}.title-section .province .title[data-v-34ee2055],.title-section .overseas .title[data-v-34ee2055]{margin:0 0 8px!important;font-size:22px!important}.title-section .province .content[data-v-34ee2055],.title-section .overseas .content[data-v-34ee2055]{width:100%!important;margin:0!important}.features-section[data-v-34ee2055]{flex-direction:column!important;gap:20px!important;margin-bottom:64px!important;padding:0 16px!important}.features-section .feature-card[data-v-34ee2055]{width:100%!important;height:auto!important;min-height:200px!important;padding-bottom:24px!important}.features-section .feature-card .title-btn[data-v-34ee2055]{left:16px!important}.features-section .feature-card .title-content[data-v-34ee2055]{width:calc(100% - 32px)!important;margin-top:88px!important;font-size:16px!important}.features-section .card2 .language[data-v-34ee2055]{width:calc(100% - 32px)!important;height:auto!important;margin-top:96px!important}.features-section .card2 .language .item[data-v-34ee2055]{flex:0 0 auto!important}.hot-cases-title[data-v-34ee2055],.all-case-title[data-v-34ee2055]{font-size:28px!important;margin-bottom:32px!important}.hot-cases-container[data-v-34ee2055]{flex-direction:column!important;gap:24px!important;padding:0 16px!important}.hot-cases-left[data-v-34ee2055]{width:100%!important}.host-case-list[data-v-34ee2055]{display:flex!important;gap:12px!important;overflow-x:auto!important;padding-bottom:8px!important}.host-case-item[data-v-34ee2055]{flex:0 0 auto!important}.hot-cases-right[data-v-34ee2055]{width:100%!important;height:auto!important;min-height:320px!important;padding:16px!important;box-sizing:border-box!important}.hot-cases-right img[data-v-34ee2055]{width:100%!important;height:auto!important;max-height:360px!important;object-fit:contain!important}.hot-case-title[data-v-34ee2055]{font-size:24px!important;top:12px!important;left:12px!important}.hot-case-people[data-v-34ee2055]{width:auto!important;height:auto!important;bottom:12px!important;left:12px!important;font-size:20px!important}.hot-case-text[data-v-34ee2055]{width:calc(100% - 24px)!important;position:static!important;margin-top:12px!important;font-size:13px!important}.all-cases-list[data-v-34ee2055]{width:100%!important;gap:16px!important;padding:0 16px!important;box-sizing:border-box!important}.all-cases-list .case-item[data-v-34ee2055]{width:100%!important;max-width:420px!important;height:auto!important;padding-bottom:16px!important}.all-cases-list .case-item img[data-v-34ee2055]{width:calc(100% - 32px)!important;height:auto!important}}.detail-page[data-v-8427a8d5]{width:100%;min-height:100vh;background:#000;display:flex;justify-content:center;padding-top:87px}.detail-page .content[data-v-8427a8d5]{width:1200px;min-height:800px}.detail[data-v-8427a8d5]{max-width:1200px;width:100%;font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;color:#333}.title[data-v-8427a8d5]{font-size:40px;font-weight:400;color:#fff}.block[data-v-8427a8d5]{background:#000;border-radius:12px;box-shadow:0 2px 8px #0000000a}.intro[data-v-8427a8d5]{background-image:url(/assets/detail-title-bg-C3BYU9ff.png);background-repeat:no-repeat;height:470px;position:relative}.intro .tag[data-v-8427a8d5]{height:50px;display:inline-flex;background:#000;border-radius:100px;font-size:24px;color:#fff;font-weight:400;padding:0 20px;align-items:center;position:absolute;top:87px;left:697px}.intro .title[data-v-8427a8d5]{font-size:40px;font-weight:400;color:#fff;position:absolute;top:140px;left:697px}.intro .text[data-v-8427a8d5]{width:360px;font-size:18px;font-weight:400;color:#fff;position:absolute;top:220px;left:697px;text-align:left}.intro .banner[data-v-8427a8d5]{position:absolute;left:74px}.intro .banner-top[data-v-8427a8d5]{position:absolute;left:153px;top:-42px}.intro .people[data-v-8427a8d5]{width:217.5px;height:49px;font-size:21.74px;font-weight:500;color:#fff;position:absolute;top:0;right:12px;display:flex;background-image:url(/assets/detail-top-red-C0IUiqss.png);background-repeat:no-repeat;align-items:center;padding-left:19px}.crowd[data-v-8427a8d5]{display:flex;justify-content:center;text-align:center;margin:100px 0;gap:36px}.crowd .crowd-item[data-v-8427a8d5]{width:331px;height:268px;text-align:right}.crowd .crowd-item .content[data-v-8427a8d5]{padding:68px 32px 0 0}.crowd .crowd-item .content .label[data-v-8427a8d5]{font-size:28px;font-weight:500;margin-bottom:12px;color:#fff}.crowd .crowd-item .content .txt[data-v-8427a8d5]{font-size:16px;font-weight:400;color:#fff;opacity:.6}.crowd .crowd-item .content .num[data-v-8427a8d5]{margin-top:26px;font-size:40px;font-weight:400}.crowd .card1[data-v-8427a8d5]{background-image:url(/assets/content2-pink-DBhcFucN.png)}.crowd .card1 .num[data-v-8427a8d5]{color:#ff70e3}.crowd .card2[data-v-8427a8d5]{background-image:url(/assets/content2-yellow-uggvHl_D.png)}.crowd .card2 .num[data-v-8427a8d5]{color:#fff347}.style[data-v-8427a8d5]{margin-bottom:100px}.style .top-title[data-v-8427a8d5]{font-size:22px;font-weight:400;color:#1370fb;margin-bottom:60px}.style .img-grid[data-v-8427a8d5]{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}.style .img-grid .item[data-v-8427a8d5]{position:relative}.style .img-grid .item .item-icon[data-v-8427a8d5]{position:absolute;top:233px;left:81px}.style .img-grid .item .item-name[data-v-8427a8d5]{font-size:16px;font-weight:600;color:#fff;margin-top:30px}.print[data-v-8427a8d5]{display:flex;justify-content:center;margin:60px 0 100px}.print .center[data-v-8427a8d5]{width:1px;height:268px;background:#fff;opacity:.2;margin:0 60px}.print .right[data-v-8427a8d5]{display:flex;gap:24px}.scene-list[data-v-8427a8d5]{display:flex;gap:24px;margin-top:60px;margin-bottom:100px}.scene-list img[data-v-8427a8d5]{flex:1;max-height:268px;border-radius:20px}@media(max-width:768px){.detail-page[data-v-8427a8d5]{padding-top:24px}.detail-page .content[data-v-8427a8d5]{width:100%;min-height:auto;padding:0 16px}.detail-page .content img[data-v-8427a8d5]{width:100%;height:auto;display:block}.detail[data-v-8427a8d5]{max-width:100%}.intro[data-v-8427a8d5]{height:auto;min-height:520px;background-size:100% 100%;padding-bottom:40px}.intro .tag[data-v-8427a8d5],.intro .title[data-v-8427a8d5],.intro .text[data-v-8427a8d5]{position:static;width:100%}.intro .tag[data-v-8427a8d5]{margin:32px 0 16px}.intro .title[data-v-8427a8d5]{font-size:28px}.intro .banner[data-v-8427a8d5]{position:static;width:100%;height:auto}.intro .banner-top[data-v-8427a8d5]{display:none}.crowd[data-v-8427a8d5]{flex-direction:column;gap:24px;margin:48px 16px}.crowd .crowd-item[data-v-8427a8d5]{width:100%;max-width:420px;height:auto;background-size:100% 100%}.crowd .crowd-item .content[data-v-8427a8d5]{padding:48px 24px;text-align:center}.style[data-v-8427a8d5]{margin-bottom:48px}.style .top-title[data-v-8427a8d5]{margin-bottom:24px}.style .img-grid[data-v-8427a8d5]{grid-template-columns:repeat(2,1fr);gap:12px}.style .img-grid .item img[data-v-8427a8d5]{width:100%;height:auto}.style .img-grid .item .item-icon[data-v-8427a8d5]{display:none}.print[data-v-8427a8d5]{flex-direction:column;gap:24px;margin:40px 16px 48px}.print .center[data-v-8427a8d5]{width:100%;height:1px;margin:0}.print .right[data-v-8427a8d5]{justify-content:center}.scene-list[data-v-8427a8d5]{flex-direction:column;padding:0 16px}.scene-list img[data-v-8427a8d5]{width:100%;height:auto;max-height:none}}.news-center[data-v-f23f8d83]{width:100%;min-height:100vh;background:radial-gradient(circle at 20% 0%,rgba(19,112,251,.18),transparent 32%),linear-gradient(180deg,#06070a,#000);color:#fff;padding:120px 0 80px}.news-center .news-list-page[data-v-f23f8d83],.news-center .news-detail-page[data-v-f23f8d83]{width:1200px;max-width:calc(100% - 48px);margin:0 auto}.page-title[data-v-f23f8d83]{margin-bottom:42px}.page-title span[data-v-f23f8d83]{display:inline-flex;height:30px;align-items:center;border:1px solid rgba(255,255,255,.24);border-radius:999px;padding:0 18px;color:#ffffffb3;font-size:14px;letter-spacing:0}.page-title h1[data-v-f23f8d83]{margin:18px 0 0;font-size:56px;font-weight:500;line-height:1.12}.news-list[data-v-f23f8d83]{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.news-card[data-v-f23f8d83]{min-height:520px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#ffffff0f;overflow:hidden;cursor:pointer;transition:transform .25s ease,border-color .25s ease,background .25s ease}.news-card[data-v-f23f8d83]:hover{transform:translateY(-8px);border-color:#ffffff5c;background:#ffffff1a}.news-card:hover img[data-v-f23f8d83]{transform:scale(1.04)}.news-card .cover-wrap[data-v-f23f8d83]{width:100%;height:260px;overflow:hidden;background:#101217}.news-card .cover-wrap img[data-v-f23f8d83]{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.news-card .card-content[data-v-f23f8d83]{padding:24px}.news-card .meta[data-v-f23f8d83]{color:#66a7ff;font-size:14px;margin-bottom:12px}.news-card h2[data-v-f23f8d83]{margin:0;min-height:86px;font-size:24px;font-weight:500;line-height:1.38}.news-card p[data-v-f23f8d83]{margin:16px 0 24px;color:#ffffffad;font-size:15px;line-height:1.8}.news-card button[data-v-f23f8d83]{height:40px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:transparent;color:#fff;padding:0 18px;cursor:pointer}.back-button[data-v-f23f8d83]{height:40px;border:1px solid rgba(255,255,255,.26);border-radius:999px;background:#ffffff14;color:#fff;padding:0 18px;cursor:pointer}.detail-header[data-v-f23f8d83]{width:860px;max-width:100%;margin:32px 0 34px}.detail-header .detail-meta[data-v-f23f8d83]{color:#66a7ff;font-size:15px;margin-bottom:16px}.detail-header h1[data-v-f23f8d83]{margin:0;font-size:46px;font-weight:500;line-height:1.22}.detail-header p[data-v-f23f8d83]{margin:20px 0 0;color:#ffffffb8;font-size:18px;line-height:1.9}.detail-cover[data-v-f23f8d83]{width:100%;max-height:620px;border-radius:8px;overflow:hidden;background:#101217}.detail-cover img[data-v-f23f8d83]{width:100%;max-height:620px;object-fit:cover;display:block}.detail-content[data-v-f23f8d83]{width:860px;max-width:100%;margin:42px auto}.detail-content p[data-v-f23f8d83]{margin:0 0 24px;color:#ffffffd1;font-size:18px;line-height:2;text-align:justify}.detail-images[data-v-f23f8d83]{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.detail-images img[data-v-f23f8d83]{width:100%;height:520px;border-radius:8px;object-fit:cover;background:#101217}@media(max-width:900px){.news-center[data-v-f23f8d83]{padding:96px 0 56px}.news-center .news-list-page[data-v-f23f8d83],.news-center .news-detail-page[data-v-f23f8d83]{max-width:calc(100% - 32px)}.page-title h1[data-v-f23f8d83],.detail-header h1[data-v-f23f8d83]{font-size:34px}.news-list[data-v-f23f8d83],.detail-images[data-v-f23f8d83]{grid-template-columns:1fr}.news-card[data-v-f23f8d83]{min-height:auto}.news-card h2[data-v-f23f8d83]{min-height:auto;font-size:22px}.detail-cover img[data-v-f23f8d83],.detail-images img[data-v-f23f8d83]{height:auto;max-height:none}.detail-content p[data-v-f23f8d83]{font-size:16px}}.about-page[data-v-402302d6]{background:#000;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-top:0;color:#fff}.sec-title[data-v-402302d6]{margin:48px 0 8px;font-size:34px;font-weight:600;color:#fff}.sec-title[data-v-402302d6]:before{content:"";display:block;width:40px;height:3px;margin:0 auto 18px;background:var(--color-accent)}.vision[data-v-402302d6]{width:100%;height:427px;display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:120px}.vision .left[data-v-402302d6]{position:absolute;top:147px;left:0}.vision .right[data-v-402302d6]{position:absolute;top:0;right:0;z-index:1}.vision .content[data-v-402302d6]{z-index:2;width:1200px;height:100%;background-image:url(/assets/content1-bg-BQ_MUrry.png);text-align:left;padding-left:98px}.vision .content .title[data-v-402302d6]{font-size:40px;font-weight:400;margin-bottom:37px}.vision .content .sub[data-v-402302d6]{color:var(--color-accent-hover);font-size:24px;font-weight:400;width:387px;margin-bottom:16px}.vision .content .txt[data-v-402302d6]{color:#fff;font-size:18px;font-weight:400;width:387px;opacity:.7}.content2[data-v-402302d6]{position:relative;width:1297px;display:flex;align-items:center;justify-content:center}.content2 .bg[data-v-402302d6]{position:absolute;z-index:2;top:150px}.content2 .cards[data-v-402302d6]{margin-top:89px;margin-bottom:60px;display:flex;gap:33px;align-items:center;justify-content:center}.content2 .cards .card[data-v-402302d6]{width:385px;height:378px;background:#141519;border:1px solid var(--color-border);border-radius:12px;padding:0;position:relative}.content2 .cards .card .icon[data-v-402302d6]{position:absolute;right:0;top:-50px}.content2 .cards .card .title[data-v-402302d6]{font-size:32px;font-weight:400;margin-bottom:29px;text-align:left;padding:88px 0 0 48px}.content2 .cards .card .text[data-v-402302d6]{width:282px;font-size:20px;font-weight:400;opacity:.7;padding-left:48px;text-align:left}.award-row[data-v-402302d6]{display:flex;align-items:center;gap:27px;margin-top:69px;margin-bottom:120px}.award-row.reverse[data-v-402302d6]{flex-direction:row-reverse}.award-row .icon[data-v-402302d6]{width:100px}.award-row .pic[data-v-402302d6]{flex:1;max-width:600px;border-radius:8px}.members[data-v-402302d6]{display:flex;justify-content:center;margin-top:58px}.members .member[data-v-402302d6]{text-align:center}.members .member .img-content[data-v-402302d6]{width:413px;height:345px;display:flex;justify-content:center;align-items:flex-end;position:relative}.members .member .img-content .info[data-v-402302d6]{position:absolute;top:230px;left:237px}.members .member .img-content .info .name[data-v-402302d6]{font-size:45px;font-weight:400}.members .member .img-content .info .role[data-v-402302d6]{font-size:20px;font-weight:600;color:#fff}.members .member ul[data-v-402302d6]{list-style:none;padding:60px 0 0;font-size:13px;color:#555;display:flex;flex-direction:column;align-items:center}.members .member ul li[data-v-402302d6]{padding:5px 0;font-weight:400;font-size:16px;color:#fff;opacity:.7;width:328px}.tech[data-v-402302d6]{margin-top:100px;display:flex;gap:37px}.tech .sec-item[data-v-402302d6]{width:272px;height:431px;background:#141519;border:1px solid var(--color-border);display:flex;border-radius:12px;align-items:center;flex-direction:column}.tech .sec-item .icon[data-v-402302d6]{margin-top:36px}.tech .sec-item .title[data-v-402302d6]{font-weight:400;font-size:32px;color:#fff;margin-top:43px}.tech .sec-item .text[data-v-402302d6]{font-weight:400;font-size:18px;color:#fff;margin-top:36px;opacity:.7;display:flex;flex-direction:column}.tech .sec-item .text .content[data-v-402302d6]{padding-bottom:10px}.slogan[data-v-402302d6]{width:1013px;height:612px;position:relative;display:flex;flex-direction:column;align-items:center}.slogan .bg[data-v-402302d6]{position:absolute;top:0;left:261px}.slogan .title-img[data-v-402302d6]{position:absolute;top:254px;left:362px}.slogan .title[data-v-402302d6]{font-weight:400;font-size:60px;color:#fff;margin-top:440px}.slogan .text[data-v-402302d6]{width:542px;font-weight:400;font-size:16px;color:#fff;margin-top:34px;opacity:.7}.footer[data-v-402302d6]{margin-top:75px;height:374px;padding-bottom:80px;position:relative}.footer .text[data-v-402302d6]{position:absolute;top:87px;left:198px;font-weight:400;font-size:37px;color:#fff;text-align:left}.footer .icon[data-v-402302d6]{position:absolute;top:89px;right:71px}@media(max-width:768px){.about-page[data-v-402302d6]{padding-top:24px;overflow-x:hidden}.sec-title[data-v-402302d6]{font-size:26px;padding:0 16px;text-align:center}.vision[data-v-402302d6]{height:auto;min-height:360px;margin-bottom:64px;padding:24px 16px}.vision .content[data-v-402302d6]{width:100%;height:auto;background-size:100% 100%;padding:40px 20px;text-align:center}.vision .content .title[data-v-402302d6]{font-size:28px;margin-bottom:20px}.vision .content .sub[data-v-402302d6]{width:100%;font-size:18px;margin-bottom:12px}.vision .content .txt[data-v-402302d6]{width:100%;font-size:15px}.vision .left[data-v-402302d6],.vision .right[data-v-402302d6]{width:45%;height:auto;opacity:.6}.content2[data-v-402302d6]{width:100%;flex-direction:column;padding:0 16px}.content2 .bg[data-v-402302d6]{position:static;width:100%;height:auto}.content2 .cards[data-v-402302d6]{flex-direction:column;gap:48px;margin-top:32px}.content2 .cards .card[data-v-402302d6]{width:100%;max-width:420px;height:auto;min-height:280px;padding-bottom:32px}.content2 .cards .card .title[data-v-402302d6]{padding:64px 0 0 24px;font-size:26px;margin-bottom:16px}.content2 .cards .card .text[data-v-402302d6]{width:calc(100% - 48px);padding-left:24px;font-size:16px}.content2 .cards .card .icon[data-v-402302d6]{width:80px;height:auto}.award-row[data-v-402302d6]{flex-direction:column;gap:16px;margin:48px 16px;text-align:center}.award-row.reverse[data-v-402302d6]{flex-direction:column}.award-row .pic[data-v-402302d6]{width:100%;max-width:100%;height:auto}.members[data-v-402302d6]{flex-direction:column;align-items:center;gap:48px;padding:0 16px}.members .member .img-content[data-v-402302d6]{width:100%;max-width:413px;height:auto}.members .member .img-content .avatar[data-v-402302d6]{width:100%;height:auto}.members .member .img-content .info[data-v-402302d6]{left:auto;right:16px;top:70%}.members .member .info .name[data-v-402302d6]{font-size:32px}.members .member ul li[data-v-402302d6]{width:100%;max-width:328px}.tech[data-v-402302d6]{flex-direction:column;gap:24px;margin-top:48px;padding:0 16px}.tech .sec-item[data-v-402302d6]{width:100%;max-width:420px;height:auto;min-height:360px;padding-bottom:32px}.slogan[data-v-402302d6]{width:100%;height:auto;min-height:520px;padding:24px 16px;overflow:hidden}.slogan .bg[data-v-402302d6]{position:static;width:100%;height:auto}.slogan .title-img[data-v-402302d6]{position:static;width:80%;max-width:360px;margin-top:24px}.slogan .title[data-v-402302d6]{margin-top:24px;font-size:32px;text-align:center}.slogan .text[data-v-402302d6]{width:100%;max-width:420px;text-align:center}.footer[data-v-402302d6]{height:auto;padding:32px 16px 48px}.footer .bg[data-v-402302d6]{width:100%;height:auto}.footer .text[data-v-402302d6]{position:static;font-size:22px;text-align:center;padding-top:24px}.footer .icon[data-v-402302d6]{position:static;width:80px;margin:24px auto 0}}.page[data-v-3743ac1e]{display:flex;justify-content:center;align-items:center;padding:2em 1em 1em}.step[data-v-3743ac1e]{width:100%;height:100%;position:relative}.step .example[data-v-3743ac1e]{width:100%;height:100%}.step .btn-select[data-v-3743ac1e]{width:100%;display:flex;justify-content:center;align-items:center;margin-top:1em;position:relative;height:3em}.step .btn-select input[data-v-3743ac1e]{opacity:0;width:100%;height:100%}.step .btn-select .btn-text[data-v-3743ac1e]{width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:#1370fb;border-radius:100px;font-size:18px;font-weight:400;color:#fff;position:absolute;top:0;left:0}.step .image[data-v-3743ac1e]{width:100%;height:100%;object-fit:cover}.step .loading[data-v-3743ac1e]{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;background-color:#00000080;justify-content:center;align-items:center;flex-direction:column}.step .loading .loading-icon[data-v-3743ac1e]{width:20%}.step .generating[data-v-3743ac1e]{width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.step .loading-text[data-v-3743ac1e],.step .loading-progress[data-v-3743ac1e]{font-size:18px;font-weight:400;color:#fff}.step .save-tip[data-v-3743ac1e]{font-size:18px;font-weight:400;color:#fff;margin-bottom:1em;text-align:center}
