@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700&display=swap);.app-header[data-v-2e3aa323]{position:fixed;top:0;left:0;width:100%;height:80px;background-color:#fff;z-index:1000;transition:all .3s ease;color:#fff;border-bottom:1px solid hsla(0,0%,100%,.1)}.app-header.mobile-open[data-v-2e3aa323],.app-header.scrolled[data-v-2e3aa323]{background-color:#fff;color:#004a61;box-shadow:0 2px 10px rgba(0,0,0,.1);height:70px}.app-header.mobile-open .logo-main[data-v-2e3aa323],.app-header.scrolled .logo-main[data-v-2e3aa323]{color:#1a5276}.app-header.mobile-open .logo-sub[data-v-2e3aa323],.app-header.scrolled .logo-sub[data-v-2e3aa323]{color:#2ecc71}.app-header.mobile-open .dropdown-menu[data-v-2e3aa323],.app-header.scrolled .dropdown-menu[data-v-2e3aa323]{background-color:#004a61;box-shadow:0 5px 15px rgba(0,0,0,.1)}.app-header.mobile-open .dropdown-menu .dropdown-item[data-v-2e3aa323],.app-header.scrolled .dropdown-menu .dropdown-item[data-v-2e3aa323]{color:#fff}.app-header.mobile-open .dropdown-menu .dropdown-item[data-v-2e3aa323]:hover,.app-header.scrolled .dropdown-menu .dropdown-item[data-v-2e3aa323]:hover{background-color:#fff;color:#004a61}.app-header.mobile-open .mobile-menu-btn .bar[data-v-2e3aa323],.app-header.scrolled .mobile-menu-btn .bar[data-v-2e3aa323]{background-color:#004a61}.app-header .header-inner[data-v-2e3aa323]{display:flex;justify-content:space-between;align-items:center;height:100%}.app-header .logo[data-v-2e3aa323]{font-weight:700;font-size:24px;display:flex;align-items:center;z-index:1001}.app-header .logo .logo-link[data-v-2e3aa323]{display:flex;align-items:center;text-decoration:none;color:inherit}.app-header .logo .logo-text[data-v-2e3aa323]{display:flex;flex-direction:column;line-height:1.1}.app-header .logo .logo-main[data-v-2e3aa323]{font-size:36px;font-weight:700;letter-spacing:0}.app-header .logo .logo-sub[data-v-2e3aa323]{font-size:18px;letter-spacing:4px;text-transform:uppercase;margin-top:2px}.app-header .nav[data-v-2e3aa323]{display:flex;gap:30px}.app-header .nav .nav-item[data-v-2e3aa323]{font-size:16px;font-weight:700;position:relative;padding-bottom:5px;cursor:pointer;display:flex;align-items:center;text-decoration:none;color:#004a61}.app-header .nav .nav-item[data-v-2e3aa323]:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#004a61;transition:width .3s}.app-header .nav .nav-item[data-v-2e3aa323]:hover:after{width:100%}.app-header .nav .dropdown-container[data-v-2e3aa323]{position:relative;height:100%;display:flex;align-items:center}.app-header .nav .dropdown-container:hover .dropdown-menu[data-v-2e3aa323]{opacity:1;visibility:visible;transform:translateY(0)}.app-header .nav .dropdown-menu[data-v-2e3aa323]{position:absolute;top:100%;left:0;transform:translateY(10px);background-color:#004a61;width:auto;min-width:140px;border-radius:4px;padding:10px 0;opacity:0;visibility:hidden;transition:all .3s ease;box-shadow:0 4px 12px rgba(0,0,0,.15)}.app-header .nav .dropdown-menu[data-v-2e3aa323]:before{content:"";position:absolute;top:-20px;left:0;width:100%;height:20px;background:transparent}.app-header .nav .dropdown-menu .dropdown-item[data-v-2e3aa323]{display:block;padding:10px 20px;color:#fff;font-size:14px;transition:all .2s;text-align:left;white-space:nowrap;text-decoration:none;overflow:hidden;text-overflow:ellipsis}.app-header .nav .dropdown-menu .dropdown-item[data-v-2e3aa323]:hover{color:#004a61;background-color:#fff}.app-header .lang-switch[data-v-2e3aa323]{margin-left:10px;font-size:16px}.app-header .lang-switch-mobile[data-v-2e3aa323]{cursor:pointer;font-size:16px;border-bottom:none!important}.app-header .mobile-menu-btn[data-v-2e3aa323]{display:none;flex-direction:column;justify-content:space-between;width:30px;height:21px;cursor:pointer;z-index:1001}.app-header .mobile-menu-btn .bar[data-v-2e3aa323]{width:100%;height:3px;background-color:#004a61;border-radius:3px;transition:all .3s ease}.app-header .mobile-menu-btn.active .bar[data-v-2e3aa323]:first-child{transform:translateY(9px) rotate(45deg)}.app-header .mobile-menu-btn.active .bar[data-v-2e3aa323]:nth-child(2){opacity:0}.app-header .mobile-menu-btn.active .bar[data-v-2e3aa323]:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.app-header .mobile-nav-overlay[data-v-2e3aa323]{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:rgba(0,0,0,.4);z-index:999;opacity:0;visibility:hidden;transition:all .3s ease;backdrop-filter:blur(2px)}.app-header .mobile-nav-overlay.open[data-v-2e3aa323]{opacity:1;visibility:visible}.app-header .mobile-nav[data-v-2e3aa323]{position:fixed;top:0;right:0;width:50%;min-width:250px;height:100vh;background-color:hsla(0,0%,100%,.85);backdrop-filter:blur(10px);padding-top:80px;transform:translateX(100%);transition:transform .3s ease-in-out;overflow-y:auto;z-index:1000;box-shadow:-5px 0 15px rgba(0,0,0,.1)}.app-header .mobile-nav.open[data-v-2e3aa323]{transform:translateX(0)}.app-header .mobile-nav .mobile-nav-content[data-v-2e3aa323]{padding:20px;display:flex;flex-direction:column;gap:20px}.app-header .mobile-nav .mobile-nav-item[data-v-2e3aa323],.app-header .mobile-nav .mobile-nav-link[data-v-2e3aa323]{font-size:16px;font-weight:500;color:#333;text-decoration:none;padding:10px 0;border-bottom:1px solid rgba(0,0,0,.05);display:block}.app-header .mobile-nav .mobile-nav-group[data-v-2e3aa323]{border-bottom:1px solid rgba(0,0,0,.05)}.app-header .mobile-nav .mobile-nav-group .mobile-nav-header[data-v-2e3aa323]{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:10px 0}.app-header .mobile-nav .mobile-nav-group .mobile-nav-link[data-v-2e3aa323]{border-bottom:none;padding:0}.app-header .mobile-nav .mobile-nav-group .arrow[data-v-2e3aa323]{font-size:12px;transition:transform .3s ease;color:#999}.app-header .mobile-nav .mobile-nav-group .arrow.rotated[data-v-2e3aa323]{transform:rotate(180deg)}.app-header .mobile-nav .mobile-sub-menu[data-v-2e3aa323]{padding-left:15px;padding-bottom:10px;background-color:transparent}.app-header .mobile-nav .mobile-sub-menu .mobile-sub-item[data-v-2e3aa323]{display:block;padding:8px 0;font-size:14px;color:#666;text-decoration:none}.app-header .mobile-nav .mobile-sub-menu .mobile-sub-item.router-link-active[data-v-2e3aa323],.app-header .mobile-nav .mobile-sub-menu .mobile-sub-item[data-v-2e3aa323]:hover{color:#004a61}@media(max-width:992px){.app-header .nav[data-v-2e3aa323]{gap:15px}.app-header .nav .nav-item[data-v-2e3aa323]{font-size:14px}}@media(max-width:768px){.app-header .desktop-only[data-v-2e3aa323]{display:none!important}.app-header .mobile-menu-btn[data-v-2e3aa323]{display:flex}.app-header .app-header[data-v-2e3aa323]{height:60px;background-color:#fff;color:#004a61;box-shadow:0 2px 10px rgba(0,0,0,.1)}.app-header .app-header .logo-main[data-v-2e3aa323]{color:#1a5276}.app-header .app-header .logo-sub[data-v-2e3aa323]{color:#2ecc71}.app-header .app-header .mobile-menu-btn .bar[data-v-2e3aa323]{background-color:#004a61}.app-header .app-header.mobile-open[data-v-2e3aa323],.app-header .app-header.scrolled[data-v-2e3aa323]{height:60px}.app-header .mobile-nav-overlay[data-v-2e3aa323],.app-header .mobile-nav[data-v-2e3aa323]{padding-top:60px}.app-header .mobile-nav[data-v-2e3aa323]{padding-top:80px}}.app-footer[data-v-9d9bb092]{background-color:#1a2b3c;color:#fff;padding:60px 0 20px;margin-top:auto}.app-footer .footer-top[data-v-9d9bb092]{display:flex;justify-content:space-between;flex-wrap:wrap;margin-bottom:40px}@media(max-width:768px){.app-footer .footer-top[data-v-9d9bb092]{flex-direction:column;gap:30px}}.app-footer .footer-brand[data-v-9d9bb092]{flex:1;min-width:250px}.app-footer .footer-brand h3[data-v-9d9bb092]{font-size:24px;margin-bottom:10px}.app-footer .footer-brand p[data-v-9d9bb092]{opacity:.7;margin-bottom:20px}.app-footer .footer-brand .social-links[data-v-9d9bb092]{display:flex;gap:15px}.app-footer .footer-brand .social-links .icon[data-v-9d9bb092]{background:hsla(0,0%,100%,.1);padding:5px 10px;border-radius:4px;font-size:12px;cursor:pointer}.app-footer .footer-brand .social-links .icon[data-v-9d9bb092]:hover{background:#00a0e9}.app-footer .footer-links[data-v-9d9bb092]{flex:2;display:flex;justify-content:space-between;flex-wrap:wrap;gap:40px}.app-footer .footer-links .link-group[data-v-9d9bb092]{flex:1;min-width:200px}.app-footer .footer-links .link-group h4[data-v-9d9bb092]{margin-bottom:20px;font-size:16px;position:relative;padding-bottom:10px}.app-footer .footer-links .link-group h4[data-v-9d9bb092]:after{content:"";position:absolute;bottom:0;left:0;width:30px;height:2px;background-color:#00a0e9}.app-footer .footer-links .link-group a[data-v-9d9bb092],.app-footer .footer-links .link-group p[data-v-9d9bb092]{display:block;color:hsla(0,0%,100%,.7);margin-bottom:10px;font-size:14px;transition:color .3s;line-height:1.6}.app-footer .footer-links .link-group a[data-v-9d9bb092]:hover,.app-footer .footer-links .link-group p[data-v-9d9bb092]:hover{color:#00a0e9}.app-footer .footer-bottom[data-v-9d9bb092]{text-align:center;border-top:1px solid hsla(0,0%,100%,.1);padding-top:20px;font-size:14px;opacity:.7}.app-footer .footer-bottom p[data-v-9d9bb092]{margin:5px 0}.app-footer .footer-bottom .icp-link[data-v-9d9bb092]{color:inherit;text-decoration:none;transition:color .3s}.app-footer .footer-bottom .icp-link[data-v-9d9bb092]:hover{color:#00a0e9;text-decoration:underline}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,微软雅黑,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;background-color:#fff;line-height:1.6}#app,body{overflow-x:hidden;width:100%}#app{padding-top:80px}@media(max-width:768px){#app{padding-top:60px}}a{text-decoration:none;color:inherit}ul{list-style:none}.fade-enter-active,.fade-leave-active{transition:opacity .3s}.fade-enter,.fade-leave-to{opacity:0}.container{max-width:1200px;margin:0 auto;padding:0 20px}.home[data-v-5561e048]{padding-top:0}@media(min-width:993px){.home.is-en .hero .title[data-v-5561e048]{white-space:nowrap}.home.is-en .hero .title br[data-v-5561e048]{display:none}}.about-section[data-v-5561e048]{padding:100px 0;background-color:#fff}.about-section .section-header[data-v-5561e048]{margin-bottom:80px;text-align:center}.about-section .section-header .en-title[data-v-5561e048]{font-size:14px;color:#004a61;letter-spacing:2px;text-transform:uppercase;margin-bottom:10px;font-weight:500}.about-section .section-header .zh-title[data-v-5561e048]{font-size:48px;color:#004a61;font-weight:700;margin-bottom:15px;display:flex;align-items:center;justify-content:center;gap:30px}.about-section .section-header .zh-title[data-v-5561e048]:after,.about-section .section-header .zh-title[data-v-5561e048]:before{content:"";display:block;width:80px;height:4px;background-color:#004a61;border-radius:2px}.about-section .section-header .section-subtitle[data-v-5561e048]{font-size:16px;color:#004a61}.about-section .content-blocks[data-v-5561e048]{display:flex;flex-direction:column;gap:100px}.about-section .content-block[data-v-5561e048]{display:flex;align-items:center;justify-content:space-between;gap:60px}.about-section .content-block.reverse[data-v-5561e048]{flex-direction:row-reverse}.about-section .content-block.reverse .text-side[data-v-5561e048]{padding-right:0;padding-left:20px}.about-section .content-block .text-side[data-v-5561e048]{flex:1;padding-right:20px}.about-section .content-block .text-side .block-tag[data-v-5561e048]{display:inline-block;font-size:14px;color:#004a61;margin-bottom:15px;font-weight:500;letter-spacing:1px}.about-section .content-block .text-side .block-title[data-v-5561e048]{font-size:36px;color:#004a61;margin-bottom:20px;font-weight:700;line-height:1.3}.about-section .content-block .text-side .block-desc[data-v-5561e048]{font-size:16px;color:#004a61;line-height:1.8;margin-bottom:30px;text-align:justify}.about-section .content-block .text-side .block-line[data-v-5561e048]{width:40px;height:3px;background-color:#004a61}.about-section .content-block .image-side[data-v-5561e048]{flex:1}.about-section .content-block .image-side .image-wrapper[data-v-5561e048]{width:100%;border-radius:8px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1)}.about-section .content-block .image-side .image-wrapper img[data-v-5561e048]{width:100%;height:auto;display:block;transition:transform .5s ease}.about-section .content-block .image-side .image-wrapper:hover img[data-v-5561e048]{transform:scale(1.05)}.team-section[data-v-5561e048]{padding:100px 0;background:linear-gradient(180deg,#ebf6fa,#d6edf6)}.team-section .section-header[data-v-5561e048]{margin-bottom:60px;text-align:center}.team-section .section-header .en-title[data-v-5561e048]{font-size:48px;color:#004a61;font-weight:700;margin-bottom:20px;display:flex;align-items:center;justify-content:center;gap:30px;text-transform:none;letter-spacing:normal}.team-section .section-header .en-title[data-v-5561e048]:after,.team-section .section-header .en-title[data-v-5561e048]:before{content:"";display:block;width:80px;height:4px;background-color:#004a61;border-radius:2px}.team-section .section-header .zh-title[data-v-5561e048]{display:none}.team-section .section-header .section-desc[data-v-5561e048]{font-size:16px;color:#004a61;max-width:800px;margin:0 auto;line-height:1.6}.team-section .team-grid[data-v-5561e048]{display:grid;grid-template-columns:repeat(6,1fr);gap:30px;max-width:1200px;margin:0 auto}.team-section .team-grid .team-card-wrapper[data-v-5561e048]{grid-column:span 2}.team-section .team-grid .team-card-wrapper[data-v-5561e048]:first-child,.team-section .team-grid .team-card-wrapper[data-v-5561e048]:nth-child(2){grid-column:span 3}.team-section .team-grid .team-card-wrapper:first-child .team-card[data-v-5561e048],.team-section .team-grid .team-card-wrapper:nth-child(2) .team-card[data-v-5561e048]{max-width:494px;margin:0 auto}.team-section .team-grid .team-card-wrapper:first-child .team-card .card-image[data-v-5561e048],.team-section .team-grid .team-card-wrapper:nth-child(2) .team-card .card-image[data-v-5561e048]{height:320px}.team-section .team-grid .team-card-wrapper:nth-child(2) .team-card .card-image img[data-v-5561e048]{-o-object-position:center 25%;object-position:center 25%}.team-section .team-grid .team-card-wrapper:nth-child(5) .team-card .card-image img[data-v-5561e048]{transform:scale(1.15);transform-origin:top center}.team-section .team-card[data-v-5561e048]{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 10px 20px rgba(0,74,97,.05);transition:transform .3s ease,box-shadow .3s ease;height:100%;display:flex;flex-direction:column;cursor:pointer}.team-section .team-card[data-v-5561e048]:hover{transform:translateY(-10px);box-shadow:0 15px 30px rgba(0,74,97,.15)}.team-section .team-card .card-image[data-v-5561e048]{position:relative;height:300px;overflow:hidden;background-color:#f0f0f0}.team-section .team-card .card-image img[data-v-5561e048]{width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center}.team-section .team-card .card-image .role-badge[data-v-5561e048]{position:absolute;top:20px;right:20px;background:#fff;color:#004a61;padding:5px 15px;border-radius:20px;font-size:12px;font-weight:700;box-shadow:0 2px 10px rgba(0,0,0,.1)}.team-section .team-card .card-content[data-v-5561e048]{padding:25px;flex:1;display:flex;flex-direction:column;background-color:#f5fafc}.team-section .team-card .card-content .member-name[data-v-5561e048]{font-size:24px;color:#004a61;font-weight:700;margin-bottom:10px}.team-section .team-card .card-content .role-badge[data-v-5561e048]{align-self:flex-start;background:#fff;color:#004a61;padding:5px 15px;border-radius:20px;font-size:12px;font-weight:700;box-shadow:0 2px 5px rgba(0,0,0,.05);margin-bottom:15px;border:1px solid rgba(0,0,0,.05)}.team-section .team-card .card-content .member-bio[data-v-5561e048]{font-size:13px;color:#7a98a3;margin-bottom:20px;line-height:1.5;flex-grow:1}.team-section .team-card .card-content .card-divider[data-v-5561e048]{height:1px;background-color:#e0ebf0;margin-bottom:15px}.team-section .team-card .card-content .view-details[data-v-5561e048]{font-size:14px;color:#004a61;font-weight:700;text-decoration:none;display:flex;align-items:center;gap:5px;transition:opacity .3s ease}.team-section .team-card .card-content .view-details[data-v-5561e048]:hover{opacity:.8}@media(max-width:992px){.team-section .team-grid[data-v-5561e048]{grid-template-columns:repeat(2,1fr)}.team-section .team-grid .team-card-wrapper[data-v-5561e048]{grid-column:span 1!important}}@media(max-width:768px){.about-section[data-v-5561e048]{padding:60px 0}.about-section .section-header .zh-title[data-v-5561e048]{font-size:32px;gap:15px}.about-section .section-header .zh-title[data-v-5561e048]:after,.about-section .section-header .zh-title[data-v-5561e048]:before{width:40px;height:3px}.about-section .content-block[data-v-5561e048]{flex-direction:column!important;gap:30px}.about-section .content-block .text-side[data-v-5561e048]{padding:0!important;text-align:center}.about-section .content-block .text-side .block-line[data-v-5561e048]{margin:0 auto}.team-section[data-v-5561e048]{padding:60px 0}.team-section .section-header .zh-title[data-v-5561e048]{font-size:32px;gap:15px;white-space:nowrap}.team-section .section-header .zh-title[data-v-5561e048]:after,.team-section .section-header .zh-title[data-v-5561e048]:before{width:40px;height:3px}.team-section .team-grid[data-v-5561e048]{grid-template-columns:1fr}}.hero[data-v-5561e048]{height:100vh;position:relative;display:flex;align-items:center;color:#fff;overflow:hidden}.hero .hero-bg[data-v-5561e048]{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(https://youyinbucket.oss-cn-shanghai.aliyuncs.com/youyinpic/images/bg1.png);background-size:cover;background-position:50%;background-repeat:no-repeat;z-index:-1}.hero .hero-bg[data-v-5561e048]:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(110deg,rgba(12,36,65,.9),rgba(12,36,65,.7) 40%,rgba(12,36,65,.2))}.hero .hero-content[data-v-5561e048]{position:relative;z-index:1;height:100%;width:100%;display:flex;flex-direction:column;justify-content:center;padding-top:80px}@media(max-width:768px){.hero .hero-content[data-v-5561e048]{padding-top:60px}}.hero .text-wrapper[data-v-5561e048]{max-width:800px;padding-left:0}.hero .title[data-v-5561e048]{font-size:72px;line-height:1.2;margin-bottom:30px;font-weight:700;letter-spacing:2px}@media(max-width:768px){.hero .title[data-v-5561e048]{font-size:40px}}.hero .subtitle[data-v-5561e048]{font-size:36px;font-weight:500;margin-bottom:25px;line-height:1.4;opacity:.95}@media(max-width:768px){.hero .subtitle[data-v-5561e048]{font-size:24px}}.hero .desc[data-v-5561e048]{font-size:24px;line-height:1.6;margin-bottom:50px;opacity:.8;max-width:600px}@media(max-width:768px){.hero .desc[data-v-5561e048]{font-size:16px}}.hero .badge-container[data-v-5561e048]{display:inline-block}.hero .badge[data-v-5561e048]{display:inline-flex;align-items:center;padding:12px 30px;background:hsla(0,0%,100%,.15);backdrop-filter:blur(5px);border:1px solid hsla(0,0%,100%,.3);border-radius:50px;font-size:16px;color:#fff;letter-spacing:1px}.hero .badge .dot[data-v-5561e048]{width:10px;height:10px;background-color:#4db6ac;border-radius:50%;margin-right:15px;box-shadow:0 0 10px rgba(77,182,172,.6)}.hero .scroll-down[data-v-5561e048]{position:absolute;bottom:40px;left:50%;transform:translateX(-50%);cursor:pointer}.hero .scroll-down .arrow-down[data-v-5561e048]{display:block;width:20px;height:20px;border-right:2px solid hsla(0,0%,100%,.7);border-bottom:2px solid hsla(0,0%,100%,.7);transform:rotate(45deg);animation:bounce-5561e048 2s infinite}@keyframes bounce-5561e048{0%,20%,50%,80%,to{transform:rotate(45deg) translate(0)}40%{transform:rotate(45deg) translate(-10px,-10px)}60%{transform:rotate(45deg) translate(-5px,-5px)}}.member-modal-overlay[data-v-5561e048]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);z-index:2000;display:flex;justify-content:center;align-items:center;padding:40px;backdrop-filter:blur(8px)}.member-modal[data-v-5561e048]{background-color:#fff;width:100%;max-width:1300px;height:600px;border-radius:20px;position:relative;overflow:hidden;box-shadow:0 30px 60px rgba(0,0,0,.3);animation:modalFadeIn-5561e048 .3s ease;display:flex}.member-modal .modal-left[data-v-5561e048]{width:30%;height:100%;position:relative;background-color:#f0f0f0}.member-modal .modal-left img[data-v-5561e048]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.member-modal .modal-left .left-info-overlay[data-v-5561e048]{position:absolute;bottom:0;left:0;width:100%;padding:40px 30px;background:linear-gradient(0deg,rgba(0,74,97,.95) 0,rgba(0,74,97,.8) 60%,rgba(0,74,97,0));color:#fff}.member-modal .modal-left .left-info-overlay .modal-badge[data-v-5561e048]{display:inline-block;background-color:#fff;color:#004a61;padding:4px 12px;border-radius:20px;font-size:13px;font-weight:700;margin-bottom:10px;box-shadow:0 4px 10px rgba(0,0,0,.2)}.member-modal .modal-left .left-info-overlay .modal-name[data-v-5561e048]{font-size:32px;font-weight:700;margin-bottom:8px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.member-modal .modal-left .left-info-overlay .modal-bio[data-v-5561e048]{font-size:14px;opacity:.9;line-height:1.4}.member-modal .modal-right[data-v-5561e048]{width:70%;height:100%;position:relative;display:flex;flex-direction:column}.member-modal .modal-right .close-btn[data-v-5561e048]{position:absolute;top:20px;right:20px;width:40px;height:40px;border-radius:50%;background:#f5f5f5;border:none;font-size:24px;color:#666;cursor:pointer;z-index:10;transition:background .2s,color .2s,transform .2s;display:flex;align-items:center;justify-content:center;will-change:transform;backface-visibility:hidden}.member-modal .modal-right .close-btn[data-v-5561e048]:hover{background:#e0e0e0;color:#004a61;transform:rotate(90deg)}.member-modal .modal-right .modal-content-scroll[data-v-5561e048]{padding:60px 40px 40px;overflow-y:auto;height:100%}.member-modal .modal-right .modal-content-scroll[data-v-5561e048]::-webkit-scrollbar{width:6px}.member-modal .modal-right .modal-content-scroll[data-v-5561e048]::-webkit-scrollbar-track{background:#f1f1f1}.member-modal .modal-right .modal-content-scroll[data-v-5561e048]::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.member-modal .modal-right .modal-content-scroll[data-v-5561e048]::-webkit-scrollbar-thumb:hover{background:#aaa}.member-modal .modal-right .detailed-bio .bio-paragraph[data-v-5561e048]{margin-bottom:25px;display:flex;align-items:flex-start;gap:15px}.member-modal .modal-right .detailed-bio .bio-paragraph .bio-bullet[data-v-5561e048]{font-weight:700;font-size:24px;line-height:1;color:#004a61}.member-modal .modal-right .detailed-bio .bio-paragraph .bio-text[data-v-5561e048]{font-size:16px;line-height:1.8;color:#333;text-align:justify}.member-modal .modal-right .detailed-bio .no-details[data-v-5561e048]{font-size:16px;line-height:1.8;color:#666;padding:20px;text-align:center;background:#f9f9f9;border-radius:8px}.member-modal.is-en .modal-right .detailed-bio .bio-paragraph .bio-text[data-v-5561e048]{text-align:justify!important}@keyframes modalFadeIn-5561e048{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media(max-width:900px){.member-modal[data-v-5561e048]{flex-direction:column;height:auto;max-height:90vh;overflow-y:auto}.member-modal .modal-left[data-v-5561e048]{width:100%}.member-modal .modal-left img[data-v-5561e048]{-o-object-position:center 0;object-position:center 0}.member-modal .modal-left .left-info-overlay[data-v-5561e048]{padding:20px;background:linear-gradient(0deg,rgba(0,74,97,.95) 0,rgba(0,74,97,0))}.member-modal .modal-right[data-v-5561e048]{width:100%;height:auto}.member-modal .modal-right .close-btn[data-v-5561e048]{position:fixed;top:20px;right:20px;background:hsla(0,0%,100%,.9);box-shadow:0 2px 10px rgba(0,0,0,.1);will-change:transform;backface-visibility:hidden}.member-modal .modal-right .modal-content-scroll[data-v-5561e048]{padding:30px 20px;height:auto;overflow-y:visible}.member-modal.is-en .modal-right .detailed-bio .bio-paragraph .bio-text[data-v-5561e048]{text-align:left!important;text-justify:inter-word;hyphens:manual;-webkit-hyphens:manual;overflow-wrap:anywhere;word-break:normal;-moz-text-align-last:left;text-align-last:left}.member-modal.is-en .modal-right .detailed-bio .bio-paragraph .bio-text strong[data-v-5561e048]{white-space:nowrap}}.pipeline-page[data-v-36585a30]{width:100%;min-height:100vh;font-family:Noto Sans SC,PingFang SC,Microsoft YaHei,sans-serif;background-color:#fff}.header-section[data-v-36585a30]{width:100%;height:280px;background:linear-gradient(110deg,rgba(12,36,65,.9),rgba(12,36,65,.7) 40%,rgba(12,36,65,.2)),url(https://youyinbucket.oss-cn-shanghai.aliyuncs.com/youyinpic/images/xibao.png) no-repeat 50%/cover;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;overflow:hidden}.header-content[data-v-36585a30]{z-index:1;display:flex;flex-direction:column;align-items:center}.en-title[data-v-36585a30]{font-size:14px;color:#004a61;letter-spacing:3px;text-transform:uppercase;margin-bottom:8px;font-weight:500}.zh-title[data-v-36585a30]{font-size:42px;color:#fff;font-weight:700;margin-bottom:15px;letter-spacing:2px}.title-underline[data-v-36585a30]{width:40px;height:4px;background-color:#004a61;border-radius:2px}.main-content[data-v-36585a30]{padding:80px 0 100px;background-color:#fff}.container[data-v-36585a30]{max-width:1200px;margin:0 auto;padding:0 20px}.pipeline-chart-container[data-v-36585a30]{width:100%;padding-bottom:20px}.chart-header[data-v-36585a30]{display:flex;background-color:#d6eef9;width:100%}.header-cell[data-v-36585a30]{padding:15px 20px;font-weight:700;color:#004a61;font-size:16px;display:flex;align-items:center}.project-col[data-v-36585a30]{width:200px;flex-shrink:0}.phase-col[data-v-36585a30]{flex:1}.phase-col.medium-col[data-v-36585a30]{flex:1.2}.phase-col.wide-col[data-v-36585a30]{flex:1.45}.chart-section[data-v-36585a30]{width:100%}.section-title[data-v-36585a30]{padding:20px 20px 10px;font-size:16px;font-weight:700;color:#004a61;border-bottom:1px solid #e0f2f9}.chart-row[data-v-36585a30]{display:flex;align-items:center;border-bottom:1px solid #e0f2f9;height:60px}.project-name[data-v-36585a30]{width:200px;padding:0 20px;font-size:15px;color:#004a61;font-weight:400;flex-shrink:0}.progress-track[data-v-36585a30]{flex:1;display:flex;height:100%;position:relative}.grid-lines[data-v-36585a30]{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;z-index:0}.line[data-v-36585a30]{flex:1;border-left:1px dashed #bfe6f5;height:100%}.line.medium-col[data-v-36585a30]{flex:1.2}.line.wide-col[data-v-36585a30]{flex:1.45}.progress-bar[data-v-36585a30]{height:24px;background-color:#004a61;position:relative;top:50%;transform:translateY(-50%);margin-left:2px;z-index:1}.progress-bar[data-v-36585a30]:after{content:"";position:absolute;right:-12px;top:0;width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:12px solid #004a61}@keyframes grow-bar-36585a30{0%{width:0;opacity:0}to{opacity:1}}.pipeline-chart-container.aos-animate .progress-bar[data-v-36585a30]{animation:grow-bar-36585a30 1.5s ease-out forwards}@media(max-width:768px){.header-section[data-v-36585a30]{height:200px}.zh-title[data-v-36585a30]{font-size:32px}.pipeline-chart-container[data-v-36585a30]{overflow-x:auto;box-shadow:inset -10px 0 10px -10px rgba(0,0,0,.1)}.chart-header[data-v-36585a30],.chart-section[data-v-36585a30]{min-width:800px}}.modal-overlay[data-v-36585a30]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content[data-v-36585a30]{background-color:#fff;border-radius:8px;width:90%;max-width:600px;box-shadow:0 4px 20px rgba(0,74,97,.15);display:flex;flex-direction:column;max-height:90vh}.modal-header[data-v-36585a30]{padding:20px;border-bottom:1px solid #e0f2f9;display:flex;justify-content:space-between;align-items:center}.modal-title[data-v-36585a30]{font-size:20px;color:#004a61;font-weight:700;margin:0}.close-btn[data-v-36585a30]{background:none;border:none;font-size:28px;color:#004a61;cursor:pointer;line-height:1;padding:0}.modal-body[data-v-36585a30]{padding:20px;font-size:16px;color:#506a79;line-height:1.8;overflow-y:auto}.modal-logos[data-v-36585a30]{display:flex;gap:20px;margin-bottom:20px;justify-content:flex-start;align-items:center}.modal-logos img[data-v-36585a30]{height:20px;width:auto;-o-object-fit:contain;object-fit:contain}.project-description[data-v-36585a30] p{margin-bottom:1em;text-align:justify}.project-description[data-v-36585a30] p:last-child{margin-bottom:0}.modal-fade-enter-active[data-v-36585a30],.modal-fade-leave-active[data-v-36585a30]{transition:opacity .3s ease}.modal-fade-enter[data-v-36585a30],.modal-fade-leave-to[data-v-36585a30]{opacity:0}.project-name.clickable[data-v-36585a30]{cursor:pointer;transition:color .3s;text-decoration:underline;text-underline-offset:4px}.project-name.clickable[data-v-36585a30]:hover{color:#2c8c99}.modal-content.is-en .project-description[data-v-36585a30] p{text-align:justify!important}@media(max-width:768px){.modal-content.is-en .project-description[data-v-36585a30] p{text-align:left!important;text-justify:inter-word;hyphens:manual;-webkit-hyphens:manual;overflow-wrap:anywhere;word-break:normal;-moz-text-align-last:left;text-align-last:left}}.technology-page[data-v-02ce9bdb]{width:100%;min-height:100vh;font-family:Noto Sans SC,PingFang SC,Microsoft YaHei,sans-serif;background-color:#fff}.header-section[data-v-02ce9bdb]{width:100%;height:280px;background:linear-gradient(110deg,rgba(12,36,65,.9),rgba(12,36,65,.7) 40%,rgba(12,36,65,.2)),url(https://youyinbucket.oss-cn-shanghai.aliyuncs.com/youyinpic/images/g_bac.png) no-repeat 50%/cover;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;overflow:hidden}.header-content[data-v-02ce9bdb]{z-index:1;display:flex;flex-direction:column;align-items:center}.en-title[data-v-02ce9bdb]{font-size:14px;color:#004a61;letter-spacing:3px;text-transform:uppercase;margin-bottom:8px;font-weight:500}.zh-title[data-v-02ce9bdb]{font-size:42px;color:#fff;font-weight:700;margin-bottom:15px;letter-spacing:2px}.title-underline[data-v-02ce9bdb]{width:40px;height:4px;background-color:#004a61;border-radius:2px}.main-content[data-v-02ce9bdb]{padding:80px 0 100px;background-color:#fff}.container[data-v-02ce9bdb]{max-width:1200px;margin:0 auto;padding:0 20px}.intro-text-block[data-v-02ce9bdb]{text-align:center;max-width:960px;margin:0 auto 60px}.section-title[data-v-02ce9bdb]{margin-bottom:15px}.flow-title[data-v-02ce9bdb],.section-title[data-v-02ce9bdb]{font-size:32px;color:#004a61;font-weight:700;text-align:center}.flow-title[data-v-02ce9bdb]{margin-bottom:30px}.section-subtitle[data-v-02ce9bdb]{font-size:20px;color:#004a61;font-weight:500;margin-bottom:30px}.section-desc[data-v-02ce9bdb]{font-size:16px;color:rgba(0,74,97,.7);line-height:1.8;text-align:justify;-moz-text-align-last:center;text-align-last:center;text-align:center;max-width:880px;margin:0 auto}.cards-container[data-v-02ce9bdb]{margin-bottom:100px}.cards-container.flow-layout[data-v-02ce9bdb]{display:flex;flex-direction:row;justify-content:space-between;gap:20px;position:relative;padding:20px 0}.tech-card[data-v-02ce9bdb]{flex:1;background:#fff;padding:30px 20px;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.05);text-align:center;transition:all .4s cubic-bezier(.165,.84,.44,1);border:1px solid #eee;position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;min-height:320px;width:0}.tech-card[data-v-02ce9bdb]:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,74,97,.15);border-color:#3a8d9f;z-index:2}.tech-card:hover .card-icon[data-v-02ce9bdb]{background:linear-gradient(135deg,#004a61,#3a8d9f);transform:scale(1.1)}.flow-layout .tech-card[data-v-02ce9bdb]:not(:last-child):after{content:"";position:absolute;top:50%;right:-24px;width:28px;height:2px;background:#e0e0e0;transform:translateY(-50%);z-index:0;transition:all .4s ease}.flow-layout .tech-card[data-v-02ce9bdb]:not(:last-child):before{content:"";position:absolute;top:50%;right:-24px;width:8px;height:8px;border-top:2px solid #e0e0e0;border-right:2px solid #e0e0e0;transform:translateY(-50%) rotate(45deg);z-index:0;transition:all .4s ease}.flow-layout:hover .tech-card[data-v-02ce9bdb]:not(:last-child):after,.flow-layout:hover .tech-card[data-v-02ce9bdb]:not(:last-child):before{background:#3a8d9f;border-color:#3a8d9f;opacity:.5}.tech-card[data-v-02ce9bdb]:hover:after,.tech-card[data-v-02ce9bdb]:hover:before{background:#004a61!important;border-color:#004a61!important;opacity:1!important;right:-30px!important}.tech-card:hover~.tech-card[data-v-02ce9bdb]{opacity:.8}.card-icon[data-v-02ce9bdb]{width:64px;height:64px;background:linear-gradient(135deg,#3a8d9f,#2c7a8b);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 25px;color:#fff;transition:all .4s ease;box-shadow:0 4px 15px rgba(58,141,159,.3)}.card-icon svg[data-v-02ce9bdb]{fill:#fff;width:32px;height:32px}.card-title[data-v-02ce9bdb]{font-size:18px;color:#004a61;font-weight:700;margin-bottom:15px;line-height:1.4}.card-desc[data-v-02ce9bdb]{font-size:14px;color:rgba(0,74,97,.7);line-height:1.6;text-align:left}.differentiation-section[data-v-02ce9bdb]{margin-top:100px}.differentiation-section .section-desc[data-v-02ce9bdb]{margin-bottom:60px}.text-center[data-v-02ce9bdb]{text-align:center}.diff-card[data-v-02ce9bdb]{display:flex;flex-direction:row;align-items:center;justify-content:space-between;background:transparent;box-shadow:none;border-radius:0;margin-bottom:100px;overflow:visible;min-height:auto}.diff-card.reverse-layout[data-v-02ce9bdb]{flex-direction:row-reverse}.diff-card.reverse-layout .card-text-side[data-v-02ce9bdb]{padding:0 0 0 60px}.diff-card[data-v-02ce9bdb]:hover{transform:none;box-shadow:none}.card-image-side[data-v-02ce9bdb]{width:50%;position:relative;background-color:#e6f6fa;overflow:hidden;border-radius:20px;box-shadow:0 20px 40px rgba(0,74,97,.08);transition:transform .3s ease,box-shadow .3s ease}.card-image-side[data-v-02ce9bdb]:hover{transform:translateY(-5px);box-shadow:0 30px 60px rgba(0,74,97,.12)}.card-image-side[data-v-02ce9bdb]:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,hsla(0,0%,100%,.8),rgba(230,246,250,0) 40%);z-index:1;pointer-events:none}.card-image-side img[data-v-02ce9bdb]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:relative;z-index:0}.card-image-side img.img-auto-height[data-v-02ce9bdb]{height:auto;-o-object-fit:contain;object-fit:contain;min-height:100%}.card-text-side[data-v-02ce9bdb]{width:45%;padding:0 60px 0 0;display:flex;flex-direction:column;justify-content:center;text-align:left}.diff-card-title[data-v-02ce9bdb]{font-size:28px;color:#004a61;font-weight:700;margin-bottom:16px;display:flex;align-items:center;line-height:1.3}.diff-card-title[data-v-02ce9bdb]:before{content:"";display:inline-block;width:6px;height:28px;background-color:#004a61;margin-right:16px;border-radius:3px}.diff-card-subtitle[data-v-02ce9bdb]{font-size:16px;color:rgba(0,74,97,.8);margin-bottom:32px;padding-left:22px;line-height:1.6;font-weight:500}.feature-list[data-v-02ce9bdb]{list-style:none;padding-left:22px}.feature-list li[data-v-02ce9bdb]{display:flex;align-items:flex-start;margin-bottom:24px}.feature-list li[data-v-02ce9bdb]:last-child{margin-bottom:0}.feature-content[data-v-02ce9bdb]{flex:1}.feature-content strong[data-v-02ce9bdb]{display:block;font-size:18px;color:#004a61;margin-bottom:6px;font-weight:600}.feature-content p[data-v-02ce9bdb]{font-size:14px;color:rgba(0,74,97,.7);line-height:1.6;margin:0}@media(max-width:992px){.cards-container.flow-layout[data-v-02ce9bdb]{flex-direction:column;align-items:center}.tech-card[data-v-02ce9bdb]{width:100%;max-width:600px;margin-bottom:40px}.flow-layout .tech-card[data-v-02ce9bdb]:not(:last-child):after{top:auto;bottom:-25px;right:50%;width:2px;height:30px;transform:translateX(50%);background:linear-gradient(180deg,#e0e0e0,transparent)}.flow-layout .tech-card[data-v-02ce9bdb]:not(:last-child):before{top:auto;bottom:-25px;right:50%;transform:translateX(50%) rotate(135deg)}.tech-card[data-v-02ce9bdb]:hover:after{bottom:-30px!important;right:50%!important;background:#004a61!important}.tech-card[data-v-02ce9bdb]:hover:before{right:50%!important}.diff-card.reverse-layout[data-v-02ce9bdb],.diff-card[data-v-02ce9bdb]{flex-direction:column-reverse;align-items:center}.card-image-side[data-v-02ce9bdb],.card-text-side[data-v-02ce9bdb]{width:100%}.card-image-side[data-v-02ce9bdb]{height:250px;margin-bottom:30px}.card-text-side[data-v-02ce9bdb],.diff-card.reverse-layout .card-text-side[data-v-02ce9bdb]{padding:0;width:100%}}.technology-page.is-en .diff-card-subtitle[data-v-02ce9bdb],.technology-page.is-en .feature-content p[data-v-02ce9bdb]{text-align:justify}@media(max-width:768px){.header-section[data-v-02ce9bdb]{height:200px}.zh-title[data-v-02ce9bdb]{font-size:32px}.section-title[data-v-02ce9bdb]{font-size:22px}.section-subtitle[data-v-02ce9bdb]{font-size:18px}.tech-card[data-v-02ce9bdb]{width:100%;max-width:100%}}.global-partnership[data-v-da0128e4]{width:100%;min-height:100vh;background:linear-gradient(180deg,rgba(240,247,250,0),rgba(91,192,222,.15));overflow-x:hidden}.header-section[data-v-da0128e4]{width:100%;height:280px;background:linear-gradient(110deg,rgba(12,36,65,.9),rgba(12,36,65,.7) 40%,rgba(12,36,65,.2)),url(https://youyinbucket.oss-cn-shanghai.aliyuncs.com/youyinpic/images/hezuo.png) no-repeat 50%/cover;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;overflow:hidden}@media(max-width:768px){.header-section[data-v-da0128e4]{height:240px}}@media(max-width:480px){.header-section[data-v-da0128e4]{height:200px}}.header-content[data-v-da0128e4]{z-index:1;display:flex;flex-direction:column;align-items:center;padding:0 20px}.en-title[data-v-da0128e4]{font-size:14px;color:#004a61;letter-spacing:3px;text-transform:uppercase;margin-bottom:8px;font-weight:500}.zh-title[data-v-da0128e4]{font-size:42px;color:#fff;font-weight:700;margin-bottom:15px;letter-spacing:2px}@media(max-width:768px){.zh-title[data-v-da0128e4]{font-size:32px}}@media(max-width:480px){.zh-title[data-v-da0128e4]{font-size:28px}}.title-underline[data-v-da0128e4]{width:40px;height:4px;background-color:#004a61;border-radius:2px;margin-bottom:20px}.header-desc[data-v-da0128e4]{font-size:16px;color:hsla(0,0%,100%,.9);line-height:1.6;max-width:600px}@media(max-width:480px){.header-desc[data-v-da0128e4]{font-size:14px}}.partners-section[data-v-da0128e4]{padding:40px 0 80px}.partners-section .section-title[data-v-da0128e4]{text-align:center;font-size:24px;color:#004a61;font-weight:700;margin-bottom:40px}.partners-section .partners-grid[data-v-da0128e4]{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;max-width:1000px;margin:0 auto;width:100%;box-sizing:border-box}@media(max-width:768px){.partners-section .partners-grid[data-v-da0128e4]{grid-template-columns:minmax(0,1fr)}}.partners-section .partner-card[data-v-da0128e4]{background:#fff;border-radius:12px;padding:40px 30px;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 4px 20px rgba(0,74,97,.05);transition:transform .3s ease,box-shadow .3s ease;height:100%;width:100%;box-sizing:border-box;max-width:100%}@media(max-width:480px){.partners-section .partner-card[data-v-da0128e4]{padding:30px 20px}}.partners-section .partner-card[data-v-da0128e4]:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,74,97,.1)}.partners-section .partner-card .card-image-wrapper[data-v-da0128e4]{width:120px;height:120px;margin-bottom:25px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.partners-section .partner-card .partner-logo[data-v-da0128e4]{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.partners-section .partner-card .card-content[data-v-da0128e4]{width:100%}.partners-section .partner-card .partner-name-zh[data-v-da0128e4]{font-size:18px;color:#004a61;font-weight:700;margin-bottom:8px;line-height:1.4}.partners-section .partner-card .partner-name-en[data-v-da0128e4]{font-size:14px;color:#004a61;margin-bottom:12px;line-height:1.4;display:block;text-decoration:underline;transition:color .3s;cursor:pointer;word-break:break-all;word-wrap:break-word;white-space:normal}.partners-section .partner-card .partner-name-en[data-v-da0128e4]:hover{color:#2c8c99}.partners-section .partner-card .tag[data-v-da0128e4]{display:inline-block;padding:4px 12px;background-color:#e6f3f7;color:#004a61;font-size:12px;border-radius:12px}.partners-section .partner-card .tag.investment[data-v-da0128e4]{background-color:#e6f3f7}.partners-section .partner-card .card-desc[data-v-da0128e4]{font-size:14px;color:#668291;margin-top:15px;line-height:1.6;text-align:justify}.cta-section[data-v-da0128e4]{margin-top:-50px;padding:60px 0 0;text-align:center;background:transparent}.cta-section .cta-text[data-v-da0128e4]{max-width:700px;margin:0 auto 30px;font-size:16px;color:#506a79;line-height:1.8}.cta-section .cta-btn[data-v-da0128e4]{display:inline-block;padding:12px 36px;background-color:#004a61;color:#fff;border-radius:4px;font-size:16px;font-weight:500;transition:background-color .3s ease}.cta-section .cta-btn[data-v-da0128e4]:hover{background-color:#00384a}.page-header[data-v-933d874a]{background:url(https://images.unsplash.com/photo-1576086213369-97a306d36557?q=80&w=2080&auto=format&fit=crop) no-repeat 50%;background-size:cover;position:relative;color:#fff;padding:100px 0;text-align:center}.page-header[data-v-933d874a]:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(17,34,64,.7)}.page-header .container[data-v-933d874a]{position:relative;z-index:2}.page-header h1[data-v-933d874a]{font-size:42px;margin-bottom:12px;letter-spacing:1px}.section[data-v-933d874a]{padding:60px 0}.bg[data-v-933d874a]{background:#f8f9fa}.contact-page[data-v-2984bd12]{background:linear-gradient(180deg,rgba(240,247,250,0),rgba(91,192,222,.15));min-height:100vh}.header-section[data-v-2984bd12]{width:100%;height:280px;background:linear-gradient(110deg,rgba(12,36,65,.9),rgba(12,36,65,.7) 40%,rgba(12,36,65,.2)),url(https://youyinbucket.oss-cn-shanghai.aliyuncs.com/youyinpic/images/contact.png) no-repeat 50%/cover;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;overflow:hidden}.header-content[data-v-2984bd12]{z-index:1;display:flex;flex-direction:column;align-items:center}.zh-title[data-v-2984bd12]{font-size:42px;color:#fff;font-weight:700;margin-bottom:15px;letter-spacing:2px}.title-underline[data-v-2984bd12]{width:40px;height:4px;background-color:#004a61;border-radius:2px;margin-bottom:20px}.container[data-v-2984bd12]{max-width:1200px;margin:0 auto;padding:0 20px}.section[data-v-2984bd12]{padding-bottom:50px}.info-section[data-v-2984bd12]{margin-top:20px}.info-grid[data-v-2984bd12]{display:flex;gap:30px;justify-content:center}@media(max-width:768px){.info-grid[data-v-2984bd12]{flex-direction:column}}.info-card[data-v-2984bd12]{flex:1;background:#fff;padding:40px 30px;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.05);text-align:center;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #f0f0f0}.info-card[data-v-2984bd12]:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,74,97,.1);border-color:rgba(0,74,97,.2)}.info-card .info-title[data-v-2984bd12]{font-size:20px;color:#004a61;font-weight:600;margin-bottom:15px;position:relative;display:inline-block}.info-card .info-title[data-v-2984bd12]:after{content:"";display:block;width:40px;height:2px;background:#004a61;margin:10px auto 0;opacity:.5}.info-card .info-text[data-v-2984bd12]{font-size:16px;color:#555;line-height:1.6;margin:0}.form-section .contact-form[data-v-2984bd12]{display:flex;flex-direction:column;gap:25px}.form-section .contact-form .form-group[data-v-2984bd12]{display:flex;flex-direction:column;gap:10px}.form-section .contact-form .form-group label[data-v-2984bd12]{font-size:14px;color:#555;font-weight:500}.form-section .contact-form .form-group label .required[data-v-2984bd12]{color:#c33}.form-section .contact-form .form-group .form-control[data-v-2984bd12]{padding:12px 15px;border:1px solid #ddd;border-radius:30px;font-size:14px;background:#fdfdfd;transition:border-color .3s}.form-section .contact-form .form-group .form-control[data-v-2984bd12]:focus{outline:none;border-color:#004a61;background:#fff}.form-section .contact-form .form-group .form-control.error[data-v-2984bd12]{border-color:#c33}.form-section .contact-form .form-group .error-message[data-v-2984bd12]{color:#c33;font-size:12px;margin-top:5px}.form-section .contact-form .form-group textarea.form-control[data-v-2984bd12]{border-radius:15px;resize:vertical}.form-section .contact-form .submit-btn[data-v-2984bd12]{align-self:flex-start;padding:12px 40px;background-color:#004a61;color:#fff;border:none;border-radius:30px;font-size:16px;cursor:pointer;transition:background .3s;display:block;margin:0 auto}.form-section .contact-form .submit-btn[data-v-2984bd12]:hover{background-color:#00232e}.clinical-section[data-v-2984bd12]{margin:24px 0;display:flex;justify-content:center;padding-bottom:0}.clinical-card[data-v-2984bd12]{background:#fff;padding:40px 30px;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.05);text-align:center;border:1px solid #f0f0f0;width:100%;transition:transform .3s ease,box-shadow .3s ease}.clinical-card[data-v-2984bd12]:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,74,97,.1);border-color:rgba(0,74,97,.2)}.clinical-card .recruitment-header[data-v-2984bd12]{font-size:24px;color:#004a61;font-weight:700;margin-bottom:20px;position:relative;display:inline-block}.clinical-card .recruitment-header[data-v-2984bd12]:after{content:"";display:block;width:50px;height:3px;background:#004a61;margin:10px auto 0;opacity:.5}.clinical-card .clinical-title[data-v-2984bd12]{font-size:20px;color:#333;font-weight:500;margin-bottom:15px;line-height:1.5;word-wrap:break-word}.clinical-card .clinical-link[data-v-2984bd12]{font-size:16px;color:#00a0e9;text-decoration:underline;font-weight:500;transition:color .3s;cursor:pointer;display:inline-block}.clinical-card .clinical-link[data-v-2984bd12]:hover{color:#005a83}.news-page[data-v-0a2f0372]{background:linear-gradient(180deg,rgba(240,247,250,0),rgba(91,192,222,.15));min-height:100vh}.header-section[data-v-0a2f0372]{width:100%;height:280px;background:linear-gradient(110deg,rgba(12,36,65,.9),rgba(12,36,65,.7) 40%,rgba(12,36,65,.2)),url(https://youyinbucket.oss-cn-shanghai.aliyuncs.com/youyinpic/images/xinxi.png) no-repeat 50%/cover;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;overflow:hidden}.header-content[data-v-0a2f0372]{z-index:1;display:flex;flex-direction:column;align-items:center}.zh-title[data-v-0a2f0372]{font-size:42px;color:#fff;font-weight:700;margin-bottom:15px;letter-spacing:2px}.title-underline[data-v-0a2f0372]{width:40px;height:4px;background-color:#004a61;border-radius:2px;margin-bottom:20px}.sub-nav-bar[data-v-0a2f0372]{background:#0a192f;padding:0;position:sticky;top:80px;z-index:900;transition:all .3s}.sub-nav-bar.sticky[data-v-0a2f0372]{box-shadow:0 2px 10px rgba(0,0,0,.1)}.sub-nav-bar .anchor-list[data-v-0a2f0372]{display:flex;justify-content:center}.sub-nav-bar .anchor-list li a[data-v-0a2f0372]{display:block;cursor:pointer;color:hsla(0,0%,100%,.7);font-weight:500;padding:15px 30px;transition:all .3s;font-size:16px;border-bottom:3px solid transparent}.sub-nav-bar .anchor-list li a[data-v-0a2f0372]:hover{color:#fff}.sub-nav-bar .anchor-list li.active a[data-v-0a2f0372]{color:#fff;background:hsla(0,0%,100%,.1);border-bottom:3px solid #00a0e9}.section[data-v-0a2f0372]{padding:60px 0;background:transparent}.news-header[data-v-0a2f0372]{display:flex;padding:15px 20px;background-color:#f5f5f5;border-bottom:2px solid #ddd;font-weight:700;color:#333;margin-top:30px}.col-agency[data-v-0a2f0372]{width:auto;min-width:150px;flex-shrink:0;margin-right:20px;text-align:right}.col-content[data-v-0a2f0372]{flex:1;margin-right:20px;min-width:0}.col-date[data-v-0a2f0372]{width:120px;flex-shrink:0;margin-right:20px;text-align:left}.col-action[data-v-0a2f0372]{width:100px;flex-shrink:0;text-align:right;display:flex;justify-content:flex-end}.news-list[data-v-0a2f0372]{display:flex;flex-direction:column;gap:0;border-top:none}.news-item[data-v-0a2f0372]{padding:30px 20px;border-bottom:1px solid #eee;transition:all .3s ease;cursor:pointer;background:#fff}.news-item[data-v-0a2f0372]:hover{background-color:#f8f9fa}.news-item:hover .news-title[data-v-0a2f0372]{color:#004a61}.news-content[data-v-0a2f0372]{display:flex;align-items:flex-start;width:100%}@media(max-width:768px){.news-content[data-v-0a2f0372]{flex-direction:column;align-items:flex-start;gap:15px}.news-content .col-action[data-v-0a2f0372],.news-content .col-agency[data-v-0a2f0372],.news-content .col-content[data-v-0a2f0372],.news-content .col-date[data-v-0a2f0372]{width:100%;margin-right:0;text-align:left}.news-content .col-action[data-v-0a2f0372]{justify-content:flex-start}}.agency-text[data-v-0a2f0372]{font-size:18px;color:#333;font-weight:700;text-align:right;width:220px;margin-right:10px}.news-info[data-v-0a2f0372]{display:flex;flex-direction:column}.news-external-link[data-v-0a2f0372]{font-size:14px;color:#00a0e9;text-decoration:underline;margin-top:8px;word-break:break-all}.news-external-link[data-v-0a2f0372]:hover{color:#0081bb}.news-date[data-v-0a2f0372]{font-size:16px;color:#004a61;font-weight:700;white-space:nowrap}.news-title[data-v-0a2f0372]{font-size:18px;color:#333;font-weight:500;transition:color .3s;text-decoration:none}.news-title.disabled[data-v-0a2f0372]{cursor:default;pointer-events:none}.news-title.clickable[data-v-0a2f0372]{cursor:pointer}.news-title.clickable[data-v-0a2f0372]:hover{color:#00a0e9;text-decoration:underline}.view-details[data-v-0a2f0372]{display:inline-flex;align-items:center;color:#004a61;font-size:14px;font-weight:500;text-decoration:none;white-space:nowrap;transition:opacity .3s}.view-details .icon-circle[data-v-0a2f0372]{display:inline-flex;justify-content:center;align-items:center;width:24px;height:24px;background:#004a61;color:#fff;border-radius:50%;font-size:12px;margin-right:10px;transition:all .3s}.view-details[data-v-0a2f0372]:hover{opacity:.7}.view-details.disabled[data-v-0a2f0372]{opacity:.5;cursor:not-allowed;pointer-events:none;filter:grayscale(100%)}.pagination[data-v-0a2f0372]{display:flex;justify-content:center;margin-top:50px;gap:10px}.page-btn[data-v-0a2f0372]{min-width:40px;height:40px;border:1px solid #ddd;background-color:#fff;color:#333;font-size:16px;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .3s}.page-btn[data-v-0a2f0372]:hover:not(:disabled){border-color:#00a0e9;color:#00a0e9}.page-btn.active[data-v-0a2f0372]{background-color:#00a0e9;color:#fff;border-color:#00a0e9}.page-btn[data-v-0a2f0372]:disabled{background-color:#f5f5f5;color:#ccc;cursor:not-allowed}.page-header[data-v-25b95a9b]{background:url(https://images.unsplash.com/photo-1576086213369-97a306d36557?q=80&w=2080&auto=format&fit=crop) no-repeat 50%;background-size:cover;position:relative;color:#fff;padding:100px 0;text-align:center}.page-header[data-v-25b95a9b]:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(17,34,64,.7)}.page-header .container[data-v-25b95a9b]{position:relative;z-index:2}.page-header h1[data-v-25b95a9b]{font-size:36px;margin-bottom:12px;letter-spacing:2px;font-weight:700}.page-header p[data-v-25b95a9b]{font-size:16px;opacity:.9;letter-spacing:3px;text-transform:uppercase;font-weight:300}.section[data-v-25b95a9b]{padding:60px 0;background:#fff}.breadcrumb[data-v-25b95a9b]{margin-bottom:30px;font-size:14px;color:#666}.breadcrumb a[data-v-25b95a9b]{color:#999;text-decoration:none;transition:color .3s}.breadcrumb a[data-v-25b95a9b]:hover{color:#00a0e9}.breadcrumb span[data-v-25b95a9b]{color:#333}.article-container[data-v-25b95a9b]{max-width:900px;margin:0 auto;background:#fff}.article-title[data-v-25b95a9b]{font-size:28px;color:#333;margin-bottom:20px;line-height:1.4;font-weight:700}.article-meta[data-v-25b95a9b]{display:flex;gap:20px;color:#999;font-size:14px;margin-bottom:20px}.article-meta .meta-item[data-v-25b95a9b]{display:flex;align-items:center;gap:5px}.article-divider[data-v-25b95a9b]{height:1px;background:#eee;margin-bottom:30px}.article-body[data-v-25b95a9b]{color:#444;line-height:1.8;font-size:16px}.article-body[data-v-25b95a9b] p{margin-bottom:20px;text-align:justify}.article-body[data-v-25b95a9b] h3{font-size:20px;margin-top:30px;margin-bottom:15px;color:#333}.article-body[data-v-25b95a9b] img{max-width:100%}.article-body[data-v-25b95a9b] ul{margin-bottom:20px;padding-left:20px}.article-body[data-v-25b95a9b] ul li{margin-bottom:10px;list-style-type:disc}.article-footer[data-v-25b95a9b]{margin-top:50px;padding-top:30px;border-top:1px solid #eee}.back-btn[data-v-25b95a9b]{display:inline-flex;align-items:center;gap:8px;padding:10px 25px;border:1px solid #eee;border-radius:30px;color:#666;text-decoration:none;transition:all .3s}.back-btn[data-v-25b95a9b]:hover{background:#00a0e9;color:#fff;border-color:#00a0e9}.not-found[data-v-25b95a9b]{text-align:center;padding:100px 0}.not-found h2[data-v-25b95a9b]{margin-bottom:20px;color:#999}@media(max-width:768px){.article-title[data-v-25b95a9b]{font-size:22px}.page-header h1[data-v-25b95a9b]{font-size:28px}}