.el-carousel__arrow{width:50px!important;height:50px!important;background-color:rgba(0,0,0,.4)!important}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.animate-fadeInUp{animation:fadeInUp 1s ease forwards}.animate-fadeInLeft{animation:fadeInLeft 1s ease forwards}.animate-fadeInRight{animation:fadeInRight 1s ease forwards}.animate-scaleIn{animation:scaleIn 1s ease forwards}.animate-delay-100{animation-delay:.1s}.animate-delay-200{animation-delay:.2s}.animate-delay-300{animation-delay:.3s}.animate-delay-400{animation-delay:.4s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-500{transition-duration:.5s}.header[data-v-76ee5924]{width:100%;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.04);position:fixed;top:0;left:0;z-index:1000}.header .header-inner[data-v-76ee5924]{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:64px;padding:0 32px}.header .header-inner .logo-container[data-v-76ee5924]{display:flex;align-items:center;height:100%}.header .header-inner .logo-img[data-v-76ee5924]{height:40px;width:auto;-o-object-fit:contain;object-fit:contain}.header .header-inner .nav[data-v-76ee5924]{display:flex;gap:36px}.header .header-inner .nav a[data-v-76ee5924]{color:#222;font-size:17px;font-weight:500;text-decoration:none;transition:color .2s;position:relative;padding:8px 0}.header .header-inner .nav a.active[data-v-76ee5924],.header .header-inner .nav a[data-v-76ee5924]:hover{color:#1769fa}.header .header-inner .nav a.active[data-v-76ee5924]:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:#1769fa;border-radius:1px}.header .header-inner .hamburger[data-v-76ee5924]{display:none;flex-direction:column;justify-content:center;align-items:center;width:36px;height:36px;cursor:pointer;margin-left:16px}.header .header-inner .hamburger .bar[data-v-76ee5924]{width:28px;height:3px;background:#1769fa;margin:4px 0;border-radius:2px;transition:all .3s}.header .menu-mask[data-v-76ee5924]{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.25);z-index:999}.header .mobile-menu[data-v-76ee5924]{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#fff;z-index:1001;display:flex;flex-direction:column;animation:slideInMenu-data-v-76ee5924 .4s cubic-bezier(.4,0,.2,1)}.header .mobile-menu .mobile-header[data-v-76ee5924]{display:flex;align-items:center;justify-content:space-between;height:64px;padding:0 24px;border-bottom:1px solid #f0f0f0}.header .mobile-menu .mobile-header .logo-img[data-v-76ee5924]{height:36px;width:auto}.header .mobile-menu .mobile-header .close-btn[data-v-76ee5924]{background:none;border:none;font-size:32px;color:#222;cursor:pointer;line-height:1;padding:0 8px}.header .mobile-menu .mobile-nav[data-v-76ee5924]{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;gap:32px}.header .mobile-menu .mobile-nav a[data-v-76ee5924]{color:#222;font-size:22px;font-weight:500;text-decoration:none;transition:color .2s}.header .mobile-menu .mobile-nav a.active[data-v-76ee5924],.header .mobile-menu .mobile-nav a[data-v-76ee5924]:hover{color:#1769fa}@media(max-width:900px){.header .header-inner[data-v-76ee5924]{padding:0 12px}.header .header-inner .nav[data-v-76ee5924]{display:none}.header .header-inner .hamburger[data-v-76ee5924]{display:flex}}@keyframes slideInMenu-data-v-76ee5924{0%{opacity:0;transform:translateY(-40px)}to{opacity:1;transform:translateY(0)}}.slide-fade-enter-active[data-v-76ee5924],.slide-fade-leave-active[data-v-76ee5924]{transition:opacity .3s,transform .3s}.slide-fade-enter[data-v-76ee5924],.slide-fade-leave-to[data-v-76ee5924]{opacity:0;transform:translateY(-20px)}.fade-enter-active[data-v-76ee5924],.fade-leave-active[data-v-76ee5924]{transition:opacity .3s}.fade-enter[data-v-76ee5924],.fade-leave-to[data-v-76ee5924]{opacity:0}.footer[data-v-203e3170]{width:100%;background:#f0f2f5;color:#4e5969;padding:48px 0 24px 0;border-top:1px solid #e5e6eb}.footer .footer-inner[data-v-203e3170]{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px}.footer .footer-brand[data-v-203e3170]{font-size:22px;font-weight:600;color:#1d2129;letter-spacing:.5px;margin-bottom:8px}.footer .footer-divider[data-v-203e3170]{width:100%;max-width:900px;height:1px;background:#e5e6eb;margin:8px 0;border-radius:1px}.footer .footer-info[data-v-203e3170]{display:flex;justify-content:space-between;align-items:flex-start;width:100%;max-width:900px;gap:40px;flex-wrap:wrap}.footer .footer-info .footer-contact[data-v-203e3170]{display:flex;flex-direction:column;gap:12px;font-size:16px}.footer .footer-info .footer-contact .footer-icon[data-v-203e3170]{color:#86909c;margin-right:10px;font-size:18px}.footer .footer-info .footer-links[data-v-203e3170]{display:flex;gap:36px}.footer .footer-info .footer-links .footer-link[data-v-203e3170]{color:#4e5969;font-size:16px;text-decoration:none;transition:all .3s ease;position:relative;padding-bottom:4px}.footer .footer-info .footer-links .footer-link[data-v-203e3170]:hover{color:#06c}.footer .footer-info .footer-links .footer-link[data-v-203e3170]:after{content:"";position:absolute;width:0;height:2px;bottom:0;left:0;background-color:#06c;transition:width .3s ease}.footer .footer-info .footer-links .footer-link[data-v-203e3170]:hover:after{width:100%}.footer .footer-copy[data-v-203e3170]{font-size:14px;color:#86909c;margin-top:8px;letter-spacing:.3px;padding-top:8px}@media(max-width:900px){.footer[data-v-203e3170]{padding:36px 0 20px 0}.footer .footer-inner[data-v-203e3170]{padding:0 20px;gap:20px}.footer .footer-info[data-v-203e3170]{flex-direction:column;align-items:center;gap:24px;text-align:center}.footer .footer-info .footer-contact[data-v-203e3170]{align-items:center;gap:10px}.footer .footer-info .footer-links[data-v-203e3170]{gap:24px;flex-wrap:wrap;justify-content:center;margin-top:8px}.footer .footer-brand[data-v-203e3170]{font-size:19px}.footer .footer-copy[data-v-203e3170]{font-size:13px;padding:0 10px;text-align:center;line-height:1.6}}@media(max-width:375px){.footer .footer-links[data-v-203e3170]{gap:18px 24px}.footer .footer-contact[data-v-203e3170]{font-size:15px}}.basic-layout[data-v-2fba48ab]{min-height:100vh;display:flex;flex-direction:column;background:#f7faff}.basic-layout .main-content[data-v-2fba48ab]{flex:1;width:100%;margin:0 auto;padding:32px 0 32px 0;box-sizing:border-box}@media(max-width:900px){.basic-layout .main-content[data-v-2fba48ab]{margin-top:50px;padding:16px 0 16px 0}}body{background:#f7faff}