@charset "UTF-8";:root{--tk-brand: #0052d9;--tk-brand-hover: #003bab;--tk-brand-soft: #eaf1ff;--tk-teal: #38bdf8;--tk-ink: #1f2329;--tk-ink-2: #5a6068;--tk-ink-3: #8f959e;--tk-line: #e5e6eb;--tk-line-soft: #f0f1f3;--tk-bg: #f5f6f7;--tk-card: #ffffff;--tk-success: #12b76a;--tk-success-soft: #e7f8f0;--tk-warning: #f79009;--tk-warning-soft: #fff6e8;--tk-danger: #f04438;--tk-info: #2e90fa;--tk-info-soft: #eaf3ff;--tk-radius: 8px;--tk-radius-sm: 6px;--tk-header-h: 56px;--tk-sidebar-w: 220px;--tk-gap-xs: 4px;--tk-gap-sm: 8px;--tk-gap: 12px;--tk-gap-lg: 16px;--tk-gap-xl: 20px;--tk-gap-2xl: 24px;--tk-gap-3xl: 32px;--tk-page-pad: 20px 24px 32px;--el-color-primary: #0052d9;--el-color-primary-light-3: #4d86e4;--el-color-primary-light-5: #80a9ec;--el-color-primary-light-7: #b3cbf4;--el-color-primary-light-8: #ccdcf7;--el-color-primary-light-9: #eaf1ff;--el-color-primary-dark-2: #003bab;--el-border-radius-base: 6px;--el-font-size-base: 14px;--el-text-color-primary: #1f2329;--el-text-color-regular: #5a6068;--el-border-color: #d9dbde;--el-border-color-light: #e5e6eb;--el-border-color-lighter: #f0f1f3;--el-input-border-color: #d9dbde;--el-input-hover-border-color: #c2c6cc;--el-input-focus-border-color: #0052d9}*{box-sizing:border-box}html,body,#app{height:100%;margin:0;padding:0}body{font-family:Inter,PingFang SC,Microsoft YaHei,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;color:var(--tk-ink);background:var(--tk-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:#d5d6dc;border-radius:8px}::-webkit-scrollbar-thumb:hover{background:#bfc0c7}::-webkit-scrollbar-track{background:transparent}.tk-page{position:relative;padding:var(--tk-page-pad)}.tk-page__head{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--tk-gap-lg);margin-bottom:var(--tk-gap-xl)}.tk-page__title{margin:0;font-size:20px;font-weight:600;line-height:28px;letter-spacing:-.2px;color:var(--tk-ink)}.tk-page__desc{margin:6px 0 0;font-size:13px;line-height:20px;color:var(--tk-ink-3)}.tk-page__actions{display:flex;flex:none;align-items:center;gap:var(--tk-gap-sm)}.tk-card{position:relative;background:var(--tk-card);border:1px solid var(--tk-line);border-radius:var(--tk-radius)}.tk-card+.tk-card{margin-top:var(--tk-gap-lg)}.tk-card__head{display:flex;align-items:center;justify-content:space-between;gap:var(--tk-gap-lg);min-height:52px;padding:var(--tk-gap-lg) var(--tk-gap-xl);border-bottom:1px solid var(--tk-line-soft)}.tk-card__title{display:flex;align-items:center;gap:var(--tk-gap-sm);font-size:15px;font-weight:600;color:var(--tk-ink)}.tk-card__title:before{content:"";width:3px;height:14px;border-radius:2px;background:var(--tk-brand)}.tk-card__body{padding:var(--tk-gap-xl)}.tk-hint{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--tk-gap-lg);padding:var(--tk-gap) var(--tk-gap-lg);border-radius:var(--tk-radius-sm);background:#f7f8fa;border:1px solid var(--tk-line-soft);font-size:13px;line-height:21px;color:var(--tk-ink-2)}.tk-hint b{color:var(--tk-ink);font-weight:600}.tk-hint__text{flex:1;min-width:0}.tk-hint__actions{display:flex;flex:none;align-items:center;gap:var(--tk-gap-sm)}.tk-dot{display:inline-block;width:7px;height:7px;border-radius:50%;margin-right:6px;vertical-align:middle;background:var(--tk-ink-3)}.tk-dot--success{background:var(--tk-success);box-shadow:0 0 0 3px #12b76a24}.tk-dot--warning{background:var(--tk-warning);box-shadow:0 0 0 3px #f7900924}.tk-dot--danger{background:var(--tk-danger);box-shadow:0 0 0 3px #f0443824}.tk-dot--info{background:var(--tk-info);box-shadow:0 0 0 3px #2e90fa24}html .el-input__wrapper{padding:1px 11px;border-radius:var(--tk-radius-sm);box-shadow:0 0 0 1px var(--el-input-border-color) inset;transition:box-shadow .15s ease}html .el-input__wrapper:hover{box-shadow:0 0 0 1px var(--el-input-hover-border-color) inset}html .el-input__wrapper.is-focus{box-shadow:0 0 0 1px var(--tk-brand) inset}html .el-textarea__inner{padding:7px 11px;border-radius:var(--tk-radius-sm);box-shadow:0 0 0 1px var(--el-input-border-color) inset;transition:box-shadow .15s ease}html .el-textarea__inner:hover{box-shadow:0 0 0 1px var(--el-input-hover-border-color) inset}html .el-textarea__inner:focus{box-shadow:0 0 0 1px var(--tk-brand) inset}html .el-button{font-weight:500;border-radius:var(--tk-radius-sm)}html .el-button--small{border-radius:5px}html .el-tabs__header{margin-bottom:var(--tk-gap-xl)}html .el-tabs__item{height:40px;line-height:40px;font-size:14px;color:var(--tk-ink-2)}html .el-tabs__item.is-active{color:var(--tk-brand);font-weight:600}html .el-tabs__item:hover{color:var(--tk-brand)}html .el-tabs__active-bar{height:2px;border-radius:2px}html .el-tabs__nav-wrap:after{height:1px;background-color:var(--tk-line)}html .el-table{--el-table-header-bg-color: #fafafa;--el-table-border-color: var(--tk-line-soft);font-size:13px}html .el-table th.el-table__cell{font-weight:600;color:var(--tk-ink-2)}html .el-table .el-table__cell{padding:11px 0}html .el-empty{padding:40px 0}html .el-empty__description p{font-size:13px;color:var(--tk-ink-3)}html .el-card,html .el-tag,html .el-alert{box-shadow:none}html .el-alert{border-radius:var(--tk-radius-sm)}html .el-switch{--el-switch-on-color: var(--tk-brand)}.hd[data-v-cdb903ed]{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid transparent;transition:background .25s ease,border-color .25s ease,box-shadow .25s ease}.hd.is-scrolled[data-v-cdb903ed]{background:#ffffffdb;-webkit-backdrop-filter:saturate(180%) blur(14px);backdrop-filter:saturate(180%) blur(14px);border-bottom-color:var(--line);box-shadow:0 6px 24px -18px #0c122280}.hd__inner[data-v-cdb903ed]{height:var(--header-h);display:flex;align-items:center;gap:48px}.hd__brand[data-v-cdb903ed]{display:flex;align-items:center;gap:12px;flex-shrink:0}.hd__mark[data-v-cdb903ed]{flex:none;border-radius:9px;box-shadow:0 6px 14px -8px #0052d9e6}.hd__brandtext[data-v-cdb903ed]{display:flex;flex-direction:column;line-height:1.15}.hd__wordmark[data-v-cdb903ed]{font-size:19px;font-weight:700;letter-spacing:-.01em}.hd__brandsub[data-v-cdb903ed]{font-size:10px;font-weight:600;letter-spacing:.18em;color:var(--ink-3)}.hd__nav[data-v-cdb903ed]{display:flex;align-items:center;gap:34px;flex:1}.hd__link[data-v-cdb903ed]{position:relative;padding:8px 0;font-size:15px;color:var(--ink-2);transition:color .16s ease}.hd__link[data-v-cdb903ed]:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;border-radius:2px;background:var(--brand);transform:scaleX(0);transition:transform .22s cubic-bezier(.22,1,.36,1)}.hd__link[data-v-cdb903ed]:hover{color:var(--ink)}.hd__link[data-v-cdb903ed]:hover:after{transform:scaleX(.5)}.hd__link.is-active[data-v-cdb903ed]{color:var(--ink);font-weight:600}.hd__link.is-active[data-v-cdb903ed]:after{transform:scaleX(1)}.hd__right[data-v-cdb903ed]{display:flex;align-items:center;gap:16px;flex-shrink:0}.lang[data-v-cdb903ed]{display:flex;align-items:center;gap:2px;padding:3px;background:var(--bg-soft);border-radius:999px}.lang__btn[data-v-cdb903ed]{height:28px;padding:0 12px;font-size:13px;color:var(--ink-3);border-radius:999px;transition:background .18s ease,color .18s ease}.lang__btn.is-on[data-v-cdb903ed]{color:var(--brand);font-weight:600;background:#fff;box-shadow:0 1px 3px #0c122214}.hd__burger[data-v-cdb903ed]{display:none;flex-direction:column;gap:4px;padding:8px}.hd__burger span[data-v-cdb903ed]{display:block;width:20px;height:2px;border-radius:2px;background:var(--ink)}.hd__drawer[data-v-cdb903ed]{display:none;padding:6px 24px 18px;background:#fff;border-top:1px solid var(--line)}.hd__drawer-link[data-v-cdb903ed]{display:block;padding:14px 0;font-size:15px;border-bottom:1px solid var(--line-2)}.hd__drawer-link.is-active[data-v-cdb903ed]{color:var(--brand);font-weight:600}.hd__drawer-cta[data-v-cdb903ed]{display:inline-flex;margin-top:14px;font-size:15px;font-weight:600;color:var(--brand)}@media (max-width: 900px){.hd__nav[data-v-cdb903ed]{display:none}.hd__burger[data-v-cdb903ed]{display:flex}.hd__drawer[data-v-cdb903ed]{display:block}.hd__inner[data-v-cdb903ed]{justify-content:space-between;gap:0}}@media (max-width: 480px){.hd__cta[data-v-cdb903ed]{display:none}}.ft[data-v-fc99e41e]{color:var(--navy-ink);background:#050d1f;border-top:1px solid rgba(255,255,255,.06);font-size:14px;padding-top:72px}.ft__grid[data-v-fc99e41e]{display:grid;grid-template-columns:1.7fr 1fr 1.3fr;gap:48px;padding-bottom:56px}.ft__brandrow[data-v-fc99e41e]{display:flex;align-items:center;gap:12px}.ft__brandtext[data-v-fc99e41e]{display:flex;flex-direction:column;line-height:1.15}.ft__wordmark[data-v-fc99e41e]{font-size:20px;font-weight:700;color:#fff;letter-spacing:-.01em}.ft__brandsub[data-v-fc99e41e]{font-size:10px;font-weight:600;letter-spacing:.18em;color:#ffffff6b}.ft__name[data-v-fc99e41e]{margin-top:18px;color:#ffffffdb}.ft__slogan[data-v-fc99e41e]{margin-top:6px;font-size:13px;color:#ffffff73}.ft__title[data-v-fc99e41e]{margin-bottom:20px;font-size:14px;font-weight:600;color:#fff;letter-spacing:.02em}.ft__col li[data-v-fc99e41e]{margin-bottom:12px}.ft__col a[data-v-fc99e41e]{transition:color .16s ease}.ft__col a[data-v-fc99e41e]:hover{color:#fff}.ft__contact li[data-v-fc99e41e]{display:flex;gap:10px;color:#ffffff9e;font-size:13.5px}.ft__label[data-v-fc99e41e]{flex:none;min-width:4.5em;color:#ffffff5c}.ft__bottom[data-v-fc99e41e]{display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;padding:22px 24px 30px;font-size:13px;color:#ffffff5c;border-top:1px solid rgba(255,255,255,.08)}@media (max-width: 900px){.ft[data-v-fc99e41e]{padding-top:52px}.ft__grid[data-v-fc99e41e]{grid-template-columns:1fr;gap:32px;padding-bottom:36px}}.site-root{--brand: var(--tk-brand, #0052d9);--brand-dark: var(--tk-brand-hover, #003bab);--brand-soft: var(--tk-brand-soft, #eaf1ff);--brand-2: #38bdf8;--ink: #0c1222;--ink-2: #4b5567;--ink-3: #8b93a5;--line: #e7ebf3;--line-2: #f1f4f9;--bg: #ffffff;--bg-soft: #f6f8fc;--navy-a: #071a3d;--navy-b: #0d2b5e;--navy-ink: rgba(255, 255, 255, .72);--navy-line: rgba(255, 255, 255, .12);--radius: 12px;--radius-lg: 18px;--radius-xl: 26px;--shadow-s: 0 1px 2px rgba(12, 18, 34, .05);--shadow: 0 14px 34px -14px rgba(12, 18, 34, .18);--shadow-lg: 0 30px 64px -26px rgba(12, 18, 34, .28);--container: 1200px;--header-h: 72px;display:flex;flex-direction:column;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.75;color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.site-root *,.site-root *:before,.site-root *:after{box-sizing:border-box}.site-root h1,.site-root h2,.site-root h3,.site-root h4,.site-root p,.site-root figure,.site-root blockquote{margin:0}.site-root a{color:inherit;text-decoration:none}.site-root img{display:block;max-width:100%}.site-root ul,.site-root ol{margin:0;padding:0;list-style:none}.site-root button{font:inherit;color:inherit;background:none;border:none;cursor:pointer}.site-root .container{width:100%;max-width:var(--container);margin:0 auto;padding:0 24px}.site-root .section{padding:104px 0}.site-root .section--tight{padding:72px 0}.site-root .section--soft{background:var(--bg-soft)}.site-root .section--dark{position:relative;overflow:hidden;color:#fff;background:radial-gradient(900px 520px at 12% 0%,rgba(0,82,217,.42),transparent 62%),radial-gradient(760px 460px at 88% 100%,rgba(56,189,248,.16),transparent 60%),linear-gradient(140deg,var(--navy-a) 0%,var(--navy-b) 58%,#061530 100%)}.site-root .page-head{position:relative;overflow:hidden;padding:88px 0 68px;background:var(--bg-soft);border-bottom:1px solid var(--line)}.site-root .page-head:after{content:"";position:absolute;right:-8%;top:-50%;width:42%;height:200%;background:radial-gradient(closest-side,rgba(0,82,217,.14),transparent 70%);pointer-events:none}.site-root .page-head__inner{position:relative}.site-root .page-head__title{font-size:clamp(30px,3.6vw,46px);font-weight:700;letter-spacing:-.02em;line-height:1.22}.site-root .page-head__sub{max-width:780px;margin-top:16px;font-size:17px;color:var(--ink-2)}.site-root main{flex:1 0 auto}.site-root .grid{display:grid;gap:26px}.site-root .grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.site-root .grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.site-root .section-head{max-width:760px;margin-bottom:56px}.site-root .section-head--center{margin-left:auto;margin-right:auto;text-align:center}.site-root .kicker{display:inline-flex;align-items:center;gap:10px;margin-bottom:16px;font-size:13px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--brand)}.site-root .kicker:before{content:"";width:26px;height:2px;border-radius:2px;background:currentColor}.site-root .section-head--center .kicker:after{content:"";width:26px;height:2px;border-radius:2px;background:currentColor}.site-root .title-xl{font-size:clamp(28px,3.4vw,44px);font-weight:700;letter-spacing:-.02em;line-height:1.24}.site-root .title-lg{font-size:clamp(24px,2.6vw,32px);font-weight:700;letter-spacing:-.015em;line-height:1.3}.site-root .lead{margin-top:18px;font-size:17px;color:var(--ink-2)}.site-root .section--dark .lead,.site-root .section--dark .kicker{color:var(--navy-ink)}.site-root .section--dark .kicker{color:#7db4ff}.site-root .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:48px;padding:0 26px;border-radius:999px;font-size:15px;font-weight:600;white-space:nowrap;transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease;will-change:transform}.site-root .btn--primary{color:#fff;background:linear-gradient(135deg,var(--brand) 0%,#2f6fe4 100%);box-shadow:0 10px 22px -10px #0052d9b3}.site-root .btn--primary:hover{transform:translateY(-1px);box-shadow:0 16px 30px -12px #0052d9bf}.site-root .btn--ghost{color:var(--ink);background:#fff;border:1px solid var(--line)}.site-root .btn--ghost:hover{color:var(--brand);border-color:var(--brand);transform:translateY(-1px)}.site-root .btn--onDark{color:#fff;border:1px solid rgba(255,255,255,.45);background:#ffffff14;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.site-root .btn--onDark:hover{background:#ffffff29;transform:translateY(-1px)}.site-root .btn--sm{height:40px;padding:0 20px;font-size:14px}.site-root .link-arrow{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:var(--brand)}.site-root .link-arrow:after{content:"→";transition:transform .18s ease}.site-root .link-arrow:hover:after{transform:translate(4px)}.site-root .tile{position:relative;padding:34px 30px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.site-root .tile:hover{transform:translateY(-4px);border-color:transparent;box-shadow:var(--shadow)}.site-root .tile--accent:before{content:"";position:absolute;inset:0 0 auto;height:3px;border-radius:var(--radius-lg) var(--radius-lg) 0 0;background:linear-gradient(90deg,var(--brand),var(--brand-2));opacity:.25;transition:opacity .22s ease}.site-root .tile--accent:hover:before{opacity:1}.site-root .tile__num{margin-bottom:18px;font-size:13px;font-weight:700;letter-spacing:.14em;color:var(--brand)}.site-root .tile__title{font-size:20px;font-weight:700;letter-spacing:-.01em}.site-root .tile__text{margin-top:12px;font-size:15px;color:var(--ink-2)}.site-root .chips{display:flex;flex-wrap:wrap;gap:10px}.site-root .chip{display:inline-flex;align-items:center;gap:8px;height:34px;padding:0 16px;font-size:13.5px;color:var(--ink-2);background:#fff;border:1px solid var(--line);border-radius:999px}.site-root .chip:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--brand)}.site-root .section--dark .chip{color:#fff;background:#ffffff14;border-color:var(--navy-line)}.site-root .media{position:relative;overflow:hidden;background:radial-gradient(420px 220px at 20% 15%,rgba(0,82,217,.14),transparent 70%),linear-gradient(135deg,#eef3ff,#dfe8fa)}.site-root .media__ph{display:grid;place-items:center;width:100%;height:100%;font-size:54px;font-weight:800;color:#0052d947;letter-spacing:-.04em}.site-root .media img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.22,1,.36,1)}.site-root .reveal{opacity:0;transform:translateY(22px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);transition-delay:var(--reveal-delay, 0ms)}.site-root .reveal.is-visible{opacity:1;transform:none}.site-root .notice{padding:12px 16px;font-size:14px;color:#8a6100;background:#fff8e6;border:1px solid #ffe2a8;border-radius:var(--radius)}.site-root .loading{padding:72px 0;text-align:center;color:var(--ink-3)}.site-root .hr{height:1px;background:var(--line);border:none;margin:0}@media (max-width: 1024px){.site-root .section{padding:76px 0}.site-root .section--tight{padding:56px 0}.site-root .section-head{margin-bottom:40px}.site-root .grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 720px){.site-root .section{padding:60px 0}.site-root .page-head{padding:60px 0 44px}.site-root .tile{padding:26px 22px}.site-root .title-xl{font-size:28px}.site-root .btn{height:46px;padding:0 22px}.site-root .grid--2,.site-root .grid--3{grid-template-columns:1fr}.site-root .grid{gap:18px}}@media (prefers-reduced-motion: reduce){.site-root .reveal{opacity:1;transform:none;transition:none}.site-root .tile:hover,.site-root .btn--primary:hover,.site-root .btn--ghost:hover,.site-root .btn--onDark:hover{transform:none}}
