.app-header[data-v-2fc51be2]{--scroll-progress: 0;position:fixed;top:0;left:0;right:0;z-index:100;min-width:var(--site-min-width);height:var(--header-height);background:rgba(255,255,255,var(--scroll-progress));box-shadow:0 2px 16px rgba(26,43,74,calc(var(--scroll-progress) * .08));transition:box-shadow .3s ease,background-color .3s ease}.header-inner[data-v-2fc51be2]{height:100%;display:flex;align-items:center;justify-content:space-between}.logo[data-v-2fc51be2]{position:relative;display:block;width:109px;height:50px;flex-shrink:0}.logo[data-v-2fc51be2]:hover{opacity:.9}.logo-img[data-v-2fc51be2]{display:block;width:109px;height:50px;transition:opacity .3s ease}.logo-img--light[data-v-2fc51be2]{position:absolute;top:0;left:0;opacity:var(--scroll-progress)}.logo-img--default[data-v-2fc51be2]{opacity:calc(1 - var(--scroll-progress))}.logo-text[data-v-2fc51be2]{font-size:22px;font-weight:600;color:#fff;letter-spacing:2px;transition:color .3s ease}.logo-sub[data-v-2fc51be2]{font-size:11px;color:var(--color-accent);letter-spacing:1px}.nav[data-v-2fc51be2]{display:flex;align-items:center;gap:8px}.nav-item[data-v-2fc51be2]{position:relative;padding:8px 24px;font-size:14px;color:#fff;transition:color .3s ease}.nav-item[data-v-2fc51be2]:hover{color:#fff}.nav-item.active[data-v-2fc51be2]{color:var(--color-accent);font-weight:500}.nav-item.active[data-v-2fc51be2]:after{content:"";position:absolute;left:50%;bottom:0;transform:translate(-50%);width:60px;height:4px;background:var(--color-accent);border-radius:1px}.app-header.is-light .logo-text[data-v-2fc51be2]{color:var(--color-primary)}.app-header.is-light .nav-item[data-v-2fc51be2]{color:var(--color-text-secondary)}.app-header.is-light .nav-item[data-v-2fc51be2]:hover{color:var(--color-primary)}.app-header.is-light .nav-item.active[data-v-2fc51be2]{color:var(--color-accent)}.app-footer[data-v-c2604413]{height:320px;overflow:hidden;background-color:#181819;background-image:url(/assets/footer_bg-vX6k-BwV.jpg);background-repeat:no-repeat;background-position:center;background-size:cover}.footer-inner[data-v-c2604413]{height:320px;padding:104px 0 103px}.footer-title[data-v-c2604413]{position:relative;flex:1;display:inline-block;margin-left:4px}.footer-title-text[data-v-c2604413]{display:block;font-size:14px;font-weight:500;line-height:20px;color:#fff}.footer-title-line[data-v-c2604413]{position:absolute;left:0;top:14px;width:63px;height:4px;border-radius:2px;background:linear-gradient(270deg,#ba9d8000,#ba9d80)}.footer-content[data-v-c2604413]{display:flex;flex:1;justify-content:space-between;width:1000px;max-width:calc(100% - 76px);margin-top:29px;margin-left:3px}.contact-item[data-v-c2604413]{display:flex;align-items:flex-start;gap:10px}.contact-item--address[data-v-c2604413]{flex:1}.contact-item--hotline[data-v-c2604413]{flex:.7;flex-shrink:0}.contact-icon[data-v-c2604413]{display:flex;flex-shrink:0;width:10px;height:13px;margin-top:6px;color:var(--color-accent)}.contact-icon svg[data-v-c2604413]{width:100%;height:100%}.contact-item--hotline .contact-icon[data-v-c2604413]{margin-top:4px}.contact-body[data-v-c2604413]{flex:1;min-width:0}.contact-label[data-v-c2604413]{font-size:12px;font-weight:400;line-height:22px;color:#fff}.contact-text[data-v-c2604413]{font-size:12px;line-height:22px;color:#999}.main-layout[data-v-e9821e84]{min-width:var(--site-min-width);min-height:100vh;display:flex;flex-direction:column}.main-content[data-v-e9821e84]{flex:1;width:100%;max-width:var(--site-max-width);min-width:var(--site-min-width);margin:0 auto;padding-top:var(--header-height)}.toast-overlay[data-v-9602dbf7]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;background:transparent}.toast[data-v-9602dbf7]{position:fixed;left:50%;z-index:2001;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:content-box;min-width:96px;max-width:70%;min-height:0;padding:16px;border-radius:8px;background:#000000b3;color:#fff;font-size:14px;line-height:20px;text-align:center;word-break:break-word;transform:translate(-50%);pointer-events:none}.toast--top[data-v-9602dbf7]{top:20%}.toast--middle[data-v-9602dbf7]{top:50%;transform:translate(-50%,-50%)}.toast--bottom[data-v-9602dbf7]{bottom:20%;top:auto;transform:translate(-50%)}.toast--loading[data-v-9602dbf7],.toast--success[data-v-9602dbf7],.toast--fail[data-v-9602dbf7]{width:88px;min-height:88px;padding:16px}.toast__loading[data-v-9602dbf7]{display:block;width:30px;height:30px;margin-bottom:8px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:toast-spin-9602dbf7 .8s linear infinite}.toast__icon[data-v-9602dbf7]{display:flex;align-items:center;justify-content:center;width:36px;height:36px;margin-bottom:8px}.toast__icon svg[data-v-9602dbf7]{width:100%;height:100%}.toast__text[data-v-9602dbf7]{max-width:100%}.toast-fade-enter-active[data-v-9602dbf7],.toast-fade-leave-active[data-v-9602dbf7]{transition:opacity .2s ease,transform .2s ease}.toast-fade-enter-from[data-v-9602dbf7],.toast-fade-leave-to[data-v-9602dbf7]{opacity:0;transform:translate(-50%,-50%) scale(.9)}.toast--top.toast-fade-enter-from[data-v-9602dbf7],.toast--top.toast-fade-leave-to[data-v-9602dbf7],.toast--bottom.toast-fade-enter-from[data-v-9602dbf7],.toast--bottom.toast-fade-leave-to[data-v-9602dbf7]{transform:translate(-50%) scale(.9)}@keyframes toast-spin-9602dbf7{to{transform:rotate(360deg)}}:root{--color-primary: #1a2b4a;--color-primary-light: #243a5e;--color-accent: #ba9d80;--color-accent-hover: #d4b978;--color-text: #333333;--color-text-secondary: #666666;--color-text-light: #999999;--color-bg: #ffffff;--color-bg-gray: #f5f6f8;--color-border: #e8e8e8;--site-min-width: 1000px;--site-max-width: 1920px;--header-height: 72px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{min-width:var(--site-min-width)}body{min-width:var(--site-min-width);font-family:PingFang SC,Microsoft YaHei,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.6;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}ul,ol{list-style:none}img{max-width:100%;display:block}.site-container{width:1000px;max-width:var(--site-max-width);min-width:var(--site-min-width);margin:0 auto}.page-section{padding:80px 0}.section-title{font-size:32px;font-weight:600;color:var(--color-primary);text-align:center;margin-bottom:16px}.section-subtitle{font-size:16px;color:var(--color-text-secondary);text-align:center;margin-bottom:48px}
