@import"https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--primary-purple: #6e529f;--primary-purple-light: #9B7EC4;--primary-purple-dark: #5A3D8A;--footer-purple: #8B6FC0;--bg-white: #ffffff;--bg-light: #f8f6fb;--text-primary: #333333;--text-secondary: #666666;--text-muted: #999999;--border-color: #eeeeee;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px}html,body,#root{margin:0;padding:0;overflow-x:hidden;overflow-y:auto}body{font-family:Noto Sans SC,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;color:var(--text-primary);background:var(--bg-white);line-height:1.6;-webkit-font-smoothing:antialiased;min-height:100vh;display:flex;flex-direction:column}#root{flex:1;display:flex;flex-direction:column}.reveal-item{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.reveal-item.revealed{opacity:1;transform:translateY(0)}.reveal-item:nth-child(1){transition-delay:0s}.reveal-item:nth-child(2){transition-delay:.15s}.reveal-item:nth-child(3){transition-delay:.3s}.reveal-item:nth-child(4){transition-delay:.45s}.reveal-item:nth-child(5){transition-delay:.6s}.reveal-item:nth-child(6){transition-delay:.75s}.reveal-item.from-left{transform:translate(-30px)}.reveal-item.from-left.revealed{transform:translate(0)}.reveal-item.from-right{transform:translate(30px)}.reveal-item.from-right.revealed{transform:translate(0)}.reveal-item.scale-in{transform:scale(.92)}.reveal-item.scale-in.revealed{transform:scale(1)}.xinghuo-website{margin:0;padding:0}.navbar{background:transparent;backdrop-filter:blur(0px);position:fixed;top:0;left:0;right:0;height:80px;z-index:1000;transition:background .4s ease,backdrop-filter .4s ease,box-shadow .4s ease}.navbar.scrolled{background:rgba(255,255,255,.95);backdrop-filter:blur(10px);box-shadow:0 2px 12px #0000000f}.nav-container{width:100%;padding:0 90px;height:100%;display:flex;align-items:center}.logo{display:flex;align-items:center}.logo-img{height:80px;width:auto}.logo-icon svg{display:block}.logo-text{display:flex;flex-direction:column;line-height:1.2}.logo-en{font-size:10px;letter-spacing:.08em;color:var(--text-muted);font-weight:500}.logo-cn{font-size:18px;font-weight:600;color:var(--text-primary);letter-spacing:.04em}.nav-links{display:flex;align-items:center;gap:40px;margin-left:auto}.nav-links a{font-size:15px;color:#6e529f;text-decoration:none;transition:color .3s;font-family:Noto Sans SC,sans-serif;font-weight:500;position:relative;padding-bottom:4px}.nav-links a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#abc236;transition:width .3s ease}.nav-links a:hover:after{width:100%}.nav-dropdown{position:relative;display:flex;align-items:center}.nav-dropdown>a{font-size:15px;color:#6e529f;text-decoration:none;transition:color .3s;font-family:Noto Sans SC,sans-serif;font-weight:500;position:relative;padding-bottom:4px;display:inline-block}.nav-dropdown>a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#abc236;transition:width .3s ease}.nav-dropdown:hover>a:after{width:100%}.dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%);background:rgba(255,255,255,.8);min-width:100%;border-radius:6px;padding:8px 0;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;z-index:1001;margin-top:8px}.nav-dropdown:hover .dropdown-menu{opacity:1;visibility:visible}.dropdown-menu a{display:block;padding:10px 16px;font-size:13px;color:#666;text-decoration:none;transition:background .2s,color .2s;white-space:nowrap;text-align:center}.dropdown-menu a:after{display:none}.dropdown-menu a:hover{color:#6e529f}.nav-search-wrapper{display:flex;align-items:center;margin-left:32px;position:relative}.nav-search-input{width:0;min-width:0;height:28px;border:none;border-bottom:2px solid transparent;background:transparent;font-size:13px;font-family:Noto Sans SC,sans-serif;color:var(--text-primary);outline:none;padding:0;margin:0;transition:width .35s ease,border-color .3s ease,padding .35s ease,margin .35s ease;opacity:0;overflow:hidden}.nav-search-wrapper:hover .nav-search-input,.nav-search-input:focus{width:140px;border-bottom-color:#abc236;padding:0 8px;opacity:1}.nav-search-input::placeholder{color:#bbb;font-size:13px}.nav-search-btn{width:28px;height:28px;border-radius:50%;border:none;background:transparent;color:#6e529f;font-size:15px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .3s,transform .2s;flex-shrink:0}.nav-search-btn:hover{background:rgba(110,82,159,.08);transform:scale(1.08)}.nav-search-btn:active{transform:scale(.95)}.search-results-dropdown-outer{border-radius:20px;overflow:hidden}.search-results-dropdown-inner::-webkit-scrollbar{width:4px}.search-results-dropdown-inner::-webkit-scrollbar-track{background:#f0f0f0;border-radius:0;margin:10px 0}.search-results-dropdown-inner::-webkit-scrollbar-thumb{background:#6e529f;border-radius:2px}.search-results-dropdown-inner::-webkit-scrollbar-thumb:hover{background:#6e529f}.search-result-item:hover{background-color:#fafafad9!important}.banner{position:relative;width:100%;aspect-ratio:12 / 5;overflow:hidden;background:transparent}.banner-bg{position:absolute;inset:-60px 0 0 0}.banner-cityscape{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1}.city-svg{width:100%;height:100%}.banner-content{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 24px;height:100%;display:flex;align-items:center;justify-content:space-between}.banner-text{padding-top:40px}.banner-title{font-size:72px;font-weight:700;color:var(--text-primary);letter-spacing:-.02em;line-height:1.1;font-family:STKaiti,KaiTi,\6977\4f53,STKaiti,serif;margin-bottom:8px}.banner-subtitle{font-size:18px;color:var(--text-secondary);letter-spacing:.15em;font-weight:400}.banner-kids{display:flex;align-items:flex-end;gap:24px;padding-bottom:60px}.kid{position:relative}.kid-figure{display:flex;flex-direction:column;align-items:center}.kid-head{width:48px;height:48px;border-radius:50%;background:#f5d0c0;border:2px solid #e8c4b0;position:relative}.kid-head:before{content:"";position:absolute;top:-12px;left:50%;transform:translate(-50%);width:52px;height:20px;background:#4a3728;border-radius:10px 10px 0 0}.kid-body{width:60px;height:100px;background:linear-gradient(180deg,#c5d4e8 0%,#b0c4de 100%);border-radius:12px 12px 4px 4px;margin-top:4px;position:relative}.kid-body:before{content:"";position:absolute;top:20px;left:50%;transform:translate(-50%);width:20px;height:8px;background:#fff;border-radius:2px}.kid-arm{position:absolute;width:16px;height:60px;background:#c5d4e8;border-radius:8px;top:60px}.kid-arm-up{right:-8px;transform:rotate(-30deg);transform-origin:top center;height:70px}.kid-center .kid-body{height:85px;background:linear-gradient(180deg,#e8d4c5 0%,#d4c0b0 100%)}.kid-center .kid-head:before{background:#2a1a0a}.kid-right .kid-body{background:linear-gradient(180deg,#d8e8f0 0%,#c0d8e8 100%)}.certificate{position:absolute;top:-20px;left:50%;transform:translate(-50%);width:28px;height:36px;background:#fff;border:2px solid #d4af37;border-radius:2px}.cert-ribbon{position:absolute;top:-8px;left:50%;transform:translate(-50%);width:12px;height:16px;background:#c41e3a;border-radius:0 0 6px 6px}.banner-dots{position:absolute;bottom:24px;left:50%;transform:translate(-50%);display:flex;gap:10px;z-index:3}.dot{width:10px;height:10px;border-radius:50%;background:rgba(110,82,159,.3);cursor:pointer;transition:all .3s}.dot.active{background:var(--primary-purple);width:24px;border-radius:5px}.section-container{max-width:1200px;margin:0 auto;padding:0 24px}.about-section{padding:120px 0;background:var(--bg-white)}.about-grid{display:grid;grid-template-columns:1fr 420px;gap:60px;align-items:stretch}.section-header{margin-bottom:24px}.section-title{font-size:32px;font-weight:600;color:var(--primary-purple);margin-bottom:8px;letter-spacing:-.01em}.section-tag{display:inline-block;font-size:13px;color:var(--primary-purple);border:1px solid var(--primary-purple);padding:4px 16px;border-radius:20px;font-weight:500}.about-text{max-width:560px;margin-bottom:40px}.about-text p{font-size:15px;color:var(--text-secondary);line-height:1.8;margin-bottom:16px;text-align:justify;text-align-last:left}.about-stats{display:flex;margin-bottom:32px;max-width:560px}.stat-item{flex:1;text-align:center;border-right:1px solid var(--border-color);padding:8px 0}.stat-item:last-child{border-right:none}.stat-number{font-size:36px;font-weight:700;color:var(--primary-purple);line-height:1;margin-bottom:6px}.stat-plus{font-size:.5em;font-weight:400;vertical-align:super;line-height:0}.stat-unit{font-size:.4em;font-weight:400;vertical-align:baseline;position:relative;top:.1em;margin-left:-4px}.stat-label{font-size:13px;color:var(--text-muted)}.learn-more-btn{border:1px solid var(--primary-purple);color:var(--primary-purple);border-radius:20px;padding:6px 24px;font-size:14px;background:transparent}.xinghuo-website .learn-more-btn:hover,.xinghuo-website .learn-more-btn:focus{background-color:var(--primary-purple)!important;border-color:var(--primary-purple)!important;color:#fff!important}.about-right{display:flex;justify-content:center;align-items:stretch}.about-image{width:100%;height:100%;border-radius:var(--radius-lg);overflow:hidden;background:url(/images/\6653\6559\80b2\5927\697c.jpg);background-size:cover;background-position:center;border:1px solid var(--border-color)}.history-section{position:relative;width:100%;height:820px;overflow:visible;margin-bottom:60px}.history-bg{position:relative;width:100%;height:100%;background:url(/images/\53d1\5c55\5386\7a0b.jpg);background-size:cover;background-position:center}.history-sky{display:none}.sun{position:absolute;top:30%;right:20%;width:80px;height:80px;background:radial-gradient(circle,rgba(255,220,150,.9) 0%,rgba(255,200,100,.4) 50%,transparent 70%);border-radius:50%}.mountain{position:absolute;bottom:0;width:100%}.mountain-back{height:45%;background:linear-gradient(180deg,transparent 0%,rgba(90,60,130,.3) 100%);clip-path:polygon(0% 100%,0% 60%,15% 40%,30% 55%,45% 35%,60% 50%,75% 30%,90% 45%,100% 25%,100% 100%)}.mountain-front{height:35%;background:linear-gradient(180deg,transparent 0%,rgba(70,45,110,.5) 100%);clip-path:polygon(0% 100%,0% 70%,20% 50%,35% 65%,50% 45%,70% 60%,85% 40%,100% 55%,100% 100%)}.history-content{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:60px 24px;height:100%}.history-header{margin-bottom:60px}.history-title{font-size:32px;font-weight:600;color:#fff;margin-bottom:2px;letter-spacing:-.01em}.history-subtitle{font-size:15px;color:#fffc}.timeline{overflow-x:auto;overflow-y:visible;padding:40px 0 110px;margin-top:60px}.timeline::-webkit-scrollbar{height:6px}.timeline::-webkit-scrollbar-track{background:rgba(255,255,255,.1);border-radius:3px}.timeline::-webkit-scrollbar-thumb{background:rgba(255,255,255,.5);border-radius:3px;transition:background .3s}.timeline::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.7)}.timeline-items{display:flex;gap:24px;position:relative;transition:transform .4s ease}.timeline-items:before{content:"";position:absolute;top:50%;left:0;width:1856px;height:2px;background:rgba(255,255,255,.4);transform:translateY(-50%);z-index:0}.timeline-item{flex-shrink:0;width:211px;height:320px;position:relative;z-index:1}.timeline-dot{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:14px;height:14px;border-radius:50%;background:#fff;border:3px solid var(--primary-purple-light)}.timeline-item.top .timeline-card{position:absolute;left:0;right:0;bottom:calc(50% + 16px)}.timeline-item.bottom .timeline-card{position:absolute;left:0;right:0;top:calc(50% + 16px)}.timeline-card{background:rgba(255,255,255,.15);backdrop-filter:blur(8px);border-radius:var(--radius-md);padding:14px 16px;border:1px solid rgba(255,255,255,.2);height:170px;display:flex;flex-direction:column;box-sizing:border-box}.timeline-year{font-size:22px;font-weight:700;color:#fff;margin-bottom:0}.timeline-phase{font-size:16px;font-weight:600;color:#fffffff2;margin-bottom:8px}.timeline-desc{font-size:14px;color:#ffffffbf;line-height:1.4;flex:1;padding:0;margin:0;text-align:left}.products-section{padding:80px 0 20px;background:var(--bg-white)}.section-title-center{font-size:32px;font-weight:600;color:#6e529f;text-align:center;margin-bottom:0;letter-spacing:0em;line-height:1.3}.section-subtitle-center{font-size:14px;color:var(--text-secondary);text-align:center;max-width:480px;margin:2px auto 0;font-family:Noto Sans SC,Source Han Sans CN,\601d\6e90\9ed1\4f53  CN,sans-serif;line-height:1.3;letter-spacing:.05em}.products-tabs{display:flex;justify-content:center;gap:0;background:var(--bg-light);border-radius:24px;padding:0;width:fit-content;margin:20px auto 10px;overflow:hidden}.tab-btn{width:180px;padding:10px 0;border-radius:24px;font-size:15px;font-weight:500;cursor:pointer;transition:all .3s;border:none;background:transparent;color:var(--primary-purple)}.tab-btn.active{background:var(--primary-purple);color:#fff}.tab-btn:hover:not(.active){color:var(--primary-purple)}.products-images{width:100%;position:relative;aspect-ratio:1920 / 933;overflow:hidden}.product-image{position:absolute;top:0;left:0;width:100%;height:100%;text-decoration:none;color:inherit;cursor:pointer}.product-image-link{display:block;width:100%;height:100%;text-decoration:none;cursor:pointer}.product-image-inner{width:100%;height:100%;background-size:contain;background-repeat:no-repeat;background-position:top center;transition:transform .5s ease;transform-origin:top center}.product-image-inner:hover{transform:scale(1.05)}.brand-video-section{padding:80px 0 60px;background:var(--bg-white)}.brand-video-cinematic{padding:80px 0 40px;background:var(--bg-white);overflow:hidden}.brand-video-cinematic .products-header{margin-bottom:8px}.cinematic-scatter{position:absolute;inset:0;z-index:1;pointer-events:none}.cinematic-stage{position:relative;width:100%;max-width:1200px;margin:0 auto;padding:16px 0}.scatter-img{position:absolute;width:22%;aspect-ratio:16 / 10;border-radius:10px;overflow:hidden;transition:all 2s ease-in-out}.scatter-img img{width:100%;height:100%;object-fit:cover;display:block}.scatter-img-1{top:5%;left:5%;right:73%;bottom:75%}.scatter-img-2{top:5%;left:73%;right:5%;bottom:75%}.scatter-img-3{top:72%;left:5%;right:73%;bottom:8%}.scatter-img-4{top:72%;left:73%;right:5%;bottom:8%}.brand-video-cinematic.active .scatter-img-1,.brand-video-cinematic.active .scatter-img-2,.brand-video-cinematic.active .scatter-img-3,.brand-video-cinematic.active .scatter-img-4{top:50%;left:50%;right:50%;bottom:50%;transform:translate(-50%,-50%) scale(.08);opacity:0}.cinematic-video{position:relative;width:min(900px,85%);aspect-ratio:16 / 9;border-radius:10px;overflow:hidden;cursor:pointer;z-index:2;opacity:0;margin:0 auto;transform:scale(.3);transition:transform 1.8s ease-in-out .5s,opacity 1.8s ease-in-out .5s}.brand-video-cinematic.active .cinematic-video{transform:scale(1);opacity:1;border-radius:12px}.cinematic-video img{width:100%;height:100%;object-fit:cover;display:block}.cinematic-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:55px;height:55px;z-index:1;transition:transform .3s ease,opacity .3s ease}.cinematic-play-btn:after{content:"";position:absolute;width:55px;height:55px;top:50%;left:50%;transform:translate(-50%,-50%);border:1px solid rgba(255,255,255,.6);border-radius:50%;animation:cinematicPulse 2s linear infinite}.cinematic-play-btn svg{width:100%;height:100%}.cinematic-video:hover .cinematic-play-btn{transform:translate(-50%,-50%) scale(1.25)}@keyframes cinematicPulse{0%{transform:translate(-50%,-50%) scale(1);opacity:1}to{transform:translate(-50%,-50%) scale(1.7);opacity:0}}.cinematic-text{position:relative;text-align:center;width:100%;max-width:600px;margin:16px auto 0;z-index:3;opacity:0;transition:opacity .8s ease 1.8s,transform .8s ease 1.8s}.brand-video-cinematic.active .cinematic-text{opacity:1;transform:translateY(0)}.cinematic-desc{font-size:15px;color:var(--text-secondary);margin:0;line-height:1.8}@media (max-width: 1024px){.scatter-img{width:26%}}@media (max-width: 768px){.cinematic-stage{padding:12px 0}.scatter-img{width:32%}.scatter-img-1{top:2%;left:3%}.scatter-img-2{top:5%;right:3%}.scatter-img-3{bottom:5%;left:5%}.scatter-img-4{bottom:2%;right:3%}.cinematic-video{width:90%}.cinematic-play-btn{width:50px;height:50px}.cinematic-play-btn:after{width:50px;height:50px}.cinematic-text{margin-top:12px}.cinematic-desc{font-size:13px}}.video-arrow-btn{flex-shrink:0;width:44px;height:44px;border-radius:50%;border:1px solid var(--border-color);background:#fff;color:#666;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .25s ease}.video-arrow-btn:hover{background:#6e529f;color:#fff;border-color:#6e529f}.video-footer{text-align:center;margin-top:32px}.video-more-btn{min-width:140px;height:42px;font-size:15px;border-radius:21px;border-color:#6e529f;color:#6e529f}.video-more-btn:hover{background:#6e529f!important;border-color:#6e529f!important;color:#fff!important}.video-card{cursor:pointer;border-radius:var(--radius-lg);overflow:hidden;background:#fff;border:1px solid var(--border-color);transition:transform .3s ease,box-shadow .3s ease}.video-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #6e529f1f}.video-card-thumb{position:relative;aspect-ratio:16 / 9;background:linear-gradient(135deg,#f5f0fa 0%,#ede4f7 100%);display:flex;align-items:center;justify-content:center;overflow:hidden}.video-card-preview{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.video-card-play{position:relative;z-index:1;width:70px;height:70px;transition:transform .3s ease,opacity .3s ease}.video-card-play:after{content:"";position:absolute;width:70px;height:70px;top:50%;left:50%;transform:translate(-50%,-50%);border:1px solid rgba(255,255,255,.6);border-radius:50%;animation:playBtnScale 2s linear infinite}.video-card:hover .video-card-play{transform:scale(1.1)}.video-card-play svg{width:100%;height:100%;filter:drop-shadow(0 4px 12px rgba(0,0,0,.15))}.video-card-info{padding:16px 18px}.video-card-title{font-size:16px;font-weight:600;color:#666;margin:0 0 4px}.video-card-desc{font-size:13px;color:var(--text-secondary);margin:0;line-height:1.5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.video-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.75);display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .25s ease}.video-modal{position:relative;width:90%;max-width:900px;animation:scaleIn .3s ease}.video-modal-close{position:absolute;top:-40px;right:0;width:32px;height:32px;background:none;border:none;cursor:pointer;padding:4px;opacity:.8;transition:opacity .2s ease,transform .2s ease;z-index:1}.video-modal-close:hover{opacity:1;transform:scale(1.15)}.video-modal-body{width:100%;border-radius:var(--radius-lg);overflow:hidden}.video-modal-player{display:block;width:100%;aspect-ratio:16 / 9;object-fit:contain}.video-modal-player::-webkit-media-controls-panel{background:transparent!important}.video-modal-player::-webkit-media-controls-overlay-play-button{background:transparent!important}.video-modal-title{text-align:center;font-size:15px;color:#fffc;margin-top:14px;letter-spacing:.03em}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.news-section{padding:40px 0;background:var(--bg-white)}.news-header{margin-bottom:40px}.news-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}.news-main{display:flex;flex-direction:column}.news-main .news-card-large{height:380px;display:flex;flex-direction:column}.news-main .news-cover-large{height:280px;flex-shrink:0}.news-side{display:flex;flex-direction:row;gap:16px;align-items:start;flex-wrap:wrap}.news-side .news-card-small{flex:1;min-width:0}.news-side .news-footer{width:100%;margin-top:8px}.news-card{border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border-color);transition:box-shadow .3s}.news-card:hover{box-shadow:0 8px 24px #00000014}.news-card .ant-card-cover{margin:0;padding:0}.news-card .ant-card-body{padding:16px}.news-cover{position:relative;overflow:hidden}.news-cover-large,.news-cover-small{aspect-ratio:16/9;height:auto}.news-image-placeholder{width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:20px;position:relative}.news-image-placeholder:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:inherit;background-size:cover;background-position:center;transition:transform .4s ease;z-index:0}.news-image-placeholder:after{content:"";position:absolute;bottom:0;left:0;right:0;height:35%;background:linear-gradient(to top,rgba(0,0,0,.6) 0%,rgba(0,0,0,.15) 50%,transparent 100%);pointer-events:none;z-index:1}.news-card:hover .news-image-placeholder:before{transform:scale(1.05)}.news-image-placeholder>*{position:relative;z-index:2}.news-image-1{background-image:url(/images/news-1.jpg);background-size:cover;background-position:center}.news-image-2{background-image:url(/images/news-2.jpg);background-size:cover;background-position:center}.news-image-3{background-image:url(/images/news-3.jpg);background-size:cover;background-position:center}.news-image-4{background-image:url(/images/news-4.jpg);background-size:cover;background-position:center}.news-image-5{background-image:url(/images/news-5.jpg);background-size:cover;background-position:center}.news-image-6{background-image:url(/images/news-6.jpg);background-size:cover;background-position:center}.news-image-content{position:relative;z-index:2}.award-badge{display:inline-block;background:rgba(255,255,255,.8);color:var(--primary-purple);padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500;margin-bottom:12px}.news-image-title{font-size:16px;font-weight:600;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.3);line-height:1.4}.news-image-title-small{font-size:14px;font-weight:600;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.3);line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.news-date{font-size:13px;color:var(--text-muted)}.news-card-body{padding:4px 0 0;display:flex;flex-direction:column;gap:8px}.news-excerpt{font-size:13px;color:var(--text-secondary);line-height:1.6;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.news-footer{display:flex;justify-content:space-between;align-items:center;margin-top:24px}.news-arrows{display:flex;gap:8px}.arrow-btn-small{width:32px;height:32px;border-radius:50%;border:1px solid var(--border-color);background:var(--bg-white);color:var(--text-secondary);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;font-size:12px}.arrow-btn-small:hover{background:#6e529f;color:#fff;border-color:#6e529f}.news-more-btn{border:1px solid var(--primary-purple);color:var(--primary-purple);border-radius:20px;padding:6px 24px;font-size:14px;background:transparent}.xinghuo-website .news-more-btn:hover,.xinghuo-website .news-more-btn:focus{background-color:var(--primary-purple)!important;border-color:var(--primary-purple)!important;color:#fff!important}.footer{background:linear-gradient(135deg,#8B6FC0 0%,#6e529f 100%);color:#fff;padding:60px 0 40px;margin:0}.footer-container{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 280px;gap:60px}.footer-links{display:grid;grid-template-columns:repeat(6,1fr);gap:24px}.footer-col h4{font-size:14px;font-weight:600;margin-bottom:16px;color:#fff}.footer-col h4 a{color:#fff;text-decoration:none}.footer-col h4 a:hover{opacity:.8}.footer-col ul{list-style:none}.footer-col li{margin-bottom:10px}.footer-col a{color:#ffffffb3;text-decoration:none;font-size:13px;transition:color .3s}.footer-col a:hover{color:#fff}.footer-contact{text-align:right}.hotline-label{font-size:13px;color:#ffffffb3;margin-bottom:4px}.hotline-number{font-size:24px;font-weight:700;color:#fff;margin-bottom:20px;letter-spacing:.02em}.social-links{display:flex;gap:12px;justify-content:flex-end}.social-icon{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:background .3s;font-size:16px}.social-icon:hover{background:rgba(255,255,255,.3)}.wechat-wrapper{position:relative;display:flex;align-items:center;justify-content:center;cursor:pointer}.wechat-wrapper .social-icon-link{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:background .3s;font-size:16px}.wechat-wrapper .social-icon-link:hover{background:rgba(255,255,255,.3)}.wechat-qrcode-tooltip{position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%);background:#fff;border-radius:8px;padding:8px;box-shadow:0 4px 16px #0003;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;pointer-events:none;z-index:100}.wechat-qrcode-tooltip img{display:block;width:140px;height:140px;border-radius:4px}.wechat-wrapper:hover .wechat-qrcode-tooltip{opacity:1;visibility:visible}.footer-bottom{margin-top:48px;padding:20px 24px;border-top:1px solid rgba(255,255,255,.15);text-align:center}.footer-bottom p{font-size:12px;color:#ffffff80}.ant-card{border-radius:var(--radius-lg)}.ant-card-bordered{border:1px solid var(--border-color)}.ant-card-hoverable:hover{box-shadow:0 8px 24px #00000014}.ant-btn{transition:all .3s}.brand-banner{position:relative;width:100%;aspect-ratio:12 / 5;margin-top:72px;overflow:hidden}.brand-banner-bg{position:absolute;inset:-60px 0 0 0;background:url(/images/brand-banner.jpg) center/cover no-repeat;display:flex;align-items:center;justify-content:center;will-change:transform;transform:scale(1.05)}.brand-banner-content{text-align:center;z-index:1}.brand-banner-title{font-size:60px;font-weight:500;color:#fff;letter-spacing:.1em;margin-bottom:0;opacity:0;animation:bannerTextFadeUp 1s ease .3s both}.brand-banner-subtitle{font-size:14px;color:#fffc;letter-spacing:.1em;font-family:Times New Roman,Times,serif;opacity:0;animation:bannerTextFadeUp 1s ease .6s both}.brand-banner-scroll{position:absolute;bottom:120px;left:50%;transform:translate(-50%);opacity:0;animation:bannerScrollFadeUp 1s ease 1s both;cursor:pointer}.brand-banner-scroll-icon{width:40px;height:40px;border:2px solid rgba(255,255,255,.8);border-radius:50%;position:relative;box-sizing:border-box;animation:bannerBtnFloat 3s ease infinite}.brand-banner-scroll-icon:before{content:"";position:absolute;top:50%;left:50%;width:8px;height:8px;border-right:2px solid rgba(255,255,255,.9);border-bottom:2px solid rgba(255,255,255,.9);transform:translate(-50%,-65%) rotate(45deg);z-index:1}.brand-banner-scroll-icon:after{content:"";position:absolute;width:40px;height:40px;top:50%;left:50%;border:1px solid rgba(255,255,255,.6);border-radius:50%;animation:bannerBtnScale 2s linear infinite}@keyframes bannerBtnFloat{0%{transform:translateY(0)}50%{transform:translateY(20px)}to{transform:translateY(0)}}@keyframes bannerBtnScale{0%{transform:translate(-50%,-50%) scale(1);opacity:1}to{transform:translate(-50%,-50%) scale(1.7);opacity:0}}@keyframes bannerTextFadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes bannerScrollFadeUp{0%{opacity:0;transform:translate(-50%) translateY(30px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.brand-tabs-section{background:#fff;border-bottom:1px solid #e8e8e8;z-index:999}.brand-tabs-section.tabs-fixed{position:fixed;top:80px;left:0;right:0}.brand-tabs-placeholder{height:56px}.brand-tabs-container{max-width:1200px;margin:0 auto;padding:0 24px}.brand-tabs{display:flex;gap:48px;padding:20px 0}.brand-tab{font-size:16px;color:#666;cursor:pointer;padding-bottom:8px;position:relative;transition:color .3s}.brand-tab.active{color:#6e529f;font-weight:500}.brand-tab.active:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:#6e529f}.brand-tab:hover:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:#6e529f}.brand-tab-content{padding:120px 24px}.brand-video-section-wrapper{max-width:1200px;margin:0 auto}.brand-video-carousel{display:flex;align-items:center;gap:16px;margin-top:40px}.brand-video-cards{display:flex;gap:24px;flex:1;overflow:hidden}.brand-video-card{flex:1;min-width:0;cursor:pointer;transition:transform .3s,box-shadow .3s}.brand-video-card:hover{transform:none}.brand-video-card-inner{background:#fff;border-radius:12px;overflow:hidden;box-shadow:none}.brand-video-thumb{position:relative;width:100%;aspect-ratio:16/9;background:linear-gradient(135deg,#f5f0fa 0%,#ede4f7 100%);display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:12px}.brand-video-poster{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.brand-video-card:hover .brand-video-poster{transform:scale(1.08)}.brand-video-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:55px;height:55px;z-index:1;transition:transform .3s ease,opacity .3s ease}.brand-video-play:after{content:"";position:absolute;width:55px;height:55px;top:50%;left:50%;border:1px solid rgba(255,255,255,.6);border-radius:50%;animation:playBtnScale 2s linear infinite}.brand-video-card:hover .brand-video-play{transform:translate(-50%,-50%) scale(1.1)}.brand-video-card-inner .brand-video{width:100%;aspect-ratio:16/9;border-radius:0;display:block;box-shadow:none}.brand-video{width:100%;border-radius:8px;box-shadow:none}.brand-section-title{font-size:45px;font-weight:500;color:#6e529e;text-align:center;margin-bottom:8px}.brand-section-subtitle{font-size:16px;color:#727171;text-align:center;letter-spacing:.08em;margin-bottom:48px}.honor-title-img{display:block;max-width:280px;width:100%;height:auto;margin:60px auto 0}.brand-honor-section{position:relative;padding:0;margin:80px 0;overflow:hidden;height:800px}.brand-honor-bg{position:absolute;top:0;left:0;right:0;bottom:0;background:url(/images/honor-bg.jpg) center/cover no-repeat;transform:scaleX(-1)}.brand-honor-container{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0;overflow:hidden}.honor-carousel{position:relative;width:100%;max-width:1400px;margin:0 auto;height:100%;padding:0 60px}.honor-carousel-left{position:absolute;left:200px;top:50%;transform:translateY(-50%) scale(1.08);transform-origin:left center;width:40%;max-width:500px;height:400px}.honor-year{font-size:80px;font-weight:400;line-height:1;margin-bottom:24px;letter-spacing:.02em;font-family:Times New Roman,Times,serif;background:linear-gradient(90deg,#b89a80,#d4c0a8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.honor-subtitle{font-size:16px;color:#666;margin-bottom:0;line-height:1.6;font-family:Noto Sans SC,Source Han Sans CN,\601d\6e90\9ed1\4f53  CN,sans-serif}.honor-award-titles{margin-bottom:60px}.honor-award-title{font-size:22px;font-weight:500;color:#6b6969;margin-bottom:12px;line-height:1.3;letter-spacing:.02em;font-family:Noto Sans SC,Source Han Sans CN,\601d\6e90\9ed1\4f53  CN,sans-serif}.honor-award-title-large{font-size:32px}.honor-award-titles .honor-award-title:last-child{margin-bottom:0}.honor-nav-buttons{display:flex;align-items:center;gap:20px;position:absolute;bottom:60px;left:0}.honor-nav-btn{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;transition:all .25s;padding:0;flex-shrink:0;line-height:1;box-sizing:border-box}.honor-nav-btn .anticon{font-size:14px;line-height:1;display:flex;align-items:center;justify-content:center}.honor-nav-btn-outline{border:1.5px solid #c4a882;background:transparent;color:#c4a882}.honor-nav-btn-outline:hover{background:linear-gradient(90deg,#b89a80,#d4c0a8);border:none;color:#fff}.honor-nav-btn-filled{border:1.5px solid #c4a882;background:transparent;color:#c4a882}.honor-nav-btn-filled:hover{background:linear-gradient(90deg,#b89a80,#d4c0a8);border:none;color:#fff}.honor-carousel-right{position:absolute;right:150px;bottom:0;width:40%;max-width:650px;display:flex;align-items:flex-end;justify-content:center}.honor-certificate-img{width:100%;height:630px;display:flex;align-items:flex-end;justify-content:center;animation:honorFadeIn .5s ease both}.honor-certificate-img.honor-cert-large{height:662px}.honor-certificate-img img{max-width:none;max-height:100%;width:auto;height:100%;display:block;filter:none;object-fit:contain}@keyframes honorFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.brand-culture-section{padding:100px 0;background:#fff}.culture-section-header{padding:50px 24px 30px;text-align:center}.culture-layout{display:flex;position:relative;min-height:520px}.culture-image-col{position:absolute;top:0;left:0;width:50%;height:100%;overflow:hidden;z-index:0}.culture-bg-img{width:100%;height:100%;object-fit:cover;display:block}.culture-logo-img{position:absolute;top:20%;left:10%;z-index:2;max-width:36%;height:auto}.culture-rows-grid{display:flex;flex-direction:column;width:100%;position:relative;z-index:1}.culture-row{flex:1;display:flex;align-items:center}.culture-row-left{width:50%;height:100%;position:relative;display:flex;align-items:center;justify-content:flex-end;padding-right:20px}.culture-overlay-icon{transition:opacity .5s ease}.culture-overlay-icon img{width:40px;height:40px;object-fit:contain;filter:drop-shadow(0 2px 6px rgba(0,0,0,.12))}.culture-row-right{flex:1;padding:16px 30px 16px 32px}.brand-culture-section{opacity:0;transform:translateY(60px)}.culture-row-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:0}.culture-row-title{font-family:Noto Sans SC,sans-serif;font-size:20px;font-weight:500;color:#6e529e;margin:0}.culture-row-en{font-family:Noto Sans SC,sans-serif;font-size:13px;font-weight:300;color:#999;letter-spacing:.06em}.culture-row-line{width:100%;border-top:1px dashed #ddd;margin-bottom:0}.culture-row-desc{font-family:Noto Sans SC,sans-serif;font-size:15px;color:#555;line-height:1.7;margin:0}.brand-campus-section{padding:120px 24px;background:transparent}.brand-campus-container{max-width:1200px;margin:0 auto}.campus-images{display:flex;justify-content:center}.campus-image{width:100%;max-width:900px;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #0000001a;cursor:pointer}.campus-image img{width:100%;height:auto;display:block;transition:transform .5s ease}.campus-image:hover img{transform:scale(1.08)}@media (max-width: 768px){.honor-title-img{max-width:200px;margin:30px auto 0}.brand-honor-section{height:auto!important;margin:30px 0!important;padding:0!important;overflow:visible}.brand-honor-container{position:static;padding:20px 16px}.brand-honor-bg{position:absolute;top:0;left:0;right:0;bottom:0}.honor-carousel{flex-direction:column;gap:20px;padding:0;height:auto}.honor-carousel-left{position:static;transform:none;width:100%;max-width:100%;height:auto;margin-bottom:16px}.honor-carousel-right{position:static;right:auto;bottom:auto;width:100%;max-width:100%;display:flex;align-items:flex-start;justify-content:center}.honor-certificate-img{width:100%;height:auto;max-height:320px}.honor-certificate-img img{max-width:100%;max-height:320px;width:auto;height:auto;object-fit:contain}.honor-year{font-size:42px}.honor-award-title{font-size:16px}.honor-nav-buttons{position:static;justify-content:center;margin-top:16px}.brand-culture-section{padding:30px 0!important}.culture-section-header{padding:20px 16px}}.campus-lightbox-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.92);display:flex;align-items:center;justify-content:center;z-index:2000;animation:lightboxFadeIn .25s ease}@keyframes lightboxFadeIn{0%{opacity:0}to{opacity:1}}.campus-lightbox{position:relative;max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center}.campus-lightbox-close{position:absolute;top:-50px;right:0;width:40px;height:40px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s;z-index:10}.campus-lightbox-close:hover{transform:scale(1.15)}.campus-lightbox-close svg{width:28px;height:28px}.campus-lightbox-body{display:flex;align-items:center;justify-content:center;position:relative}.campus-lightbox-watermark{position:absolute;bottom:16px;right:16px;max-width:180px;max-height:90px;opacity:.8;pointer-events:none}.campus-lightbox-img{max-width:90vw;max-height:85vh;object-fit:contain;border-radius:4px;box-shadow:0 8px 40px #00000080;animation:lightboxZoomIn .3s ease}@keyframes lightboxZoomIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.campus-lightbox-nav{position:fixed;top:50%;transform:translateY(-50%);width:50px;height:50px;border:none;background:rgba(255,255,255,.15);color:#fff;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s;z-index:2010;backdrop-filter:blur(4px)}.campus-lightbox-nav:hover{background:rgba(255,255,255,.25);transform:translateY(-50%) scale(1.1)}.campus-lightbox-nav-left{left:40px}.campus-lightbox-nav-right{right:40px}.nav-active{color:#6e529f!important;font-weight:600!important}.nav-active:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:2px;background:#abc236}.news-banner{position:relative;width:100%;aspect-ratio:12 / 5;margin-top:72px;overflow:hidden}.news-banner-bg{position:absolute;inset:-60px 0 0 0;background:url(/images/news-banner.jpg) center/cover no-repeat;display:flex;align-items:center;justify-content:center;will-change:transform;transform:scale(1.05)}.news-banner-content{text-align:center}.news-banner-title{font-size:60px;font-weight:500;color:#fff;letter-spacing:.1em;margin-bottom:0;opacity:0;animation:bannerTextFadeUp 1s ease .3s both}.news-banner-subtitle{font-size:14px;color:#fffc;letter-spacing:.1em;font-family:Times New Roman,Times,serif;opacity:0;animation:bannerTextFadeUp 1s ease .6s both}.news-banner-scroll{position:absolute;bottom:120px;left:50%;transform:translate(-50%);opacity:0;animation:bannerScrollFadeUp 1s ease 1s both;cursor:pointer}.news-banner-scroll-icon{width:40px;height:40px;border:2px solid rgba(255,255,255,.8);border-radius:50%;position:relative;box-sizing:border-box;animation:bannerBtnFloat 3s ease infinite}.news-banner-scroll-icon:before{content:"";position:absolute;top:50%;left:50%;width:8px;height:8px;border-right:2px solid rgba(255,255,255,.9);border-bottom:2px solid rgba(255,255,255,.9);transform:translate(-50%,-65%) rotate(45deg);z-index:1}.news-banner-scroll-icon:after{content:"";position:absolute;width:40px;height:40px;top:50%;left:50%;border:1px solid rgba(255,255,255,.6);border-radius:50%;animation:bannerBtnScale 2s linear infinite}.news-list-section{padding:80px 24px 100px;background:#fff}.news-list-container{max-width:1200px;margin:0 auto}.news-featured-card{display:flex;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 4px 24px #00000014;cursor:pointer;transition:opacity .7s ease,transform .35s ease,box-shadow .35s ease}.news-featured-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #6e529f26}.news-featured-img{width:360px;aspect-ratio:16 / 9;flex-shrink:0;background-size:cover;background-position:center}.news-featured-content{flex:1;padding:28px 32px;display:flex;flex-direction:column;justify-content:center}.news-featured-date{font-size:13px;color:#999;letter-spacing:.05em;margin-bottom:12px}.news-featured-title{font-size:20px;font-weight:600;color:#333;line-height:1.5;margin:0 0 12px}.news-featured-excerpt{font-size:14px;color:#666;line-height:1.8;margin:0 0 20px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-read-more{display:flex;align-items:center;gap:8px;font-size:14px;color:#6e529f;font-weight:500;transition:gap .3s ease}.news-featured-card:hover .news-read-more,.news-list-card:hover .news-read-more{gap:14px}.news-list-card{display:flex;border-radius:10px;overflow:hidden;background:#fff;box-shadow:0 2px 16px #0000000f;cursor:pointer;transition:opacity .6s ease,transform .35s ease,box-shadow .35s ease}.news-list-card:hover{transform:translateY(-3px);box-shadow:0 8px 30px #6e529f1f}.news-list-img{width:360px;aspect-ratio:16 / 9;flex-shrink:0;background-size:cover;background-position:center}.news-list-content{flex:1;padding:28px 32px;display:flex;flex-direction:column;justify-content:center}.news-list-meta{margin-bottom:10px}.news-list-date{font-size:13px;color:#999;letter-spacing:.05em}.news-list-title{font-size:20px;font-weight:600;color:#333;line-height:1.5;margin:0 0 12px}.news-list-excerpt{font-size:14px;color:#666;line-height:1.8;margin:0 0 20px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-layout{display:flex;gap:48px;align-items:flex-start}.news-sidebar{width:160px;flex-shrink:0;position:sticky;top:100px;padding-top:8px}.news-sidebar-title{font-size:13px;font-weight:400;color:#999;letter-spacing:.08em;margin-bottom:20px}.news-category-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.news-category-item{display:flex;align-items:center;gap:8px;padding:8px 0;cursor:pointer;transition:color .25s ease;font-size:15px;color:#999}.news-category-item:hover{color:#6e529f}.news-category-item.active{color:#333;font-weight:600}.news-category-indicator{width:3px;height:14px;border-radius:1.5px;background:transparent;transition:background .25s ease}.news-category-item.active .news-category-indicator{background:#6e529f}.news-category-label{font-weight:inherit}.news-content{flex:1;display:flex;flex-direction:column;gap:32px;min-width:0}.news-empty{text-align:center;padding:80px 0;color:#999;font-size:16px}.news-banner-content{opacity:0;transform:translateY(24px);transition:opacity .8s ease,transform .8s ease}.news-banner-content-visible{opacity:1;transform:translateY(0)}.news-sidebar{opacity:0;transform:translate(-30px);transition:opacity .7s ease,transform .7s ease}.news-sidebar-visible{opacity:1;transform:translate(0)}.news-featured-card{opacity:0;transform:translateY(30px)}.news-featured-card-visible{opacity:1;transform:translateY(0)}.news-list-card{opacity:0;transform:translateY(24px)}.news-card-visible{opacity:1;transform:translateY(0)}.news-detail-breadcrumb{background:#f7f6fa;padding:16px 0;margin-top:72px}.news-detail-breadcrumb-inner{max-width:860px;margin:0 auto;padding:0 24px;font-size:13px;color:#999}.news-detail-breadcrumb-inner a{color:#999;text-decoration:none;transition:color .2s}.news-detail-breadcrumb-inner a:hover{color:#6e529f}.breadcrumb-sep{margin:0 8px;color:#ccc}.breadcrumb-current{color:#666}.news-detail-article{background:#fff;padding:60px 24px 80px}.news-detail-inner{max-width:860px;margin:0 auto}.news-detail-header{margin-bottom:40px;padding-bottom:32px;border-bottom:1px solid #eee}.news-detail-title{font-size:32px;font-weight:600;color:#222;line-height:1.5;margin:0 0 20px;letter-spacing:.02em}.news-detail-meta{display:flex;align-items:center;gap:20px}.news-detail-date{font-size:14px;color:#999}.news-detail-category{font-size:12px;color:#6e529f;background:rgba(110,82,159,.08);padding:3px 12px;border-radius:20px;font-weight:500}.news-detail-banner-img{margin-bottom:40px;border-radius:10px;overflow:hidden}.news-detail-banner-placeholder{width:100%;aspect-ratio:16 / 9;background-size:cover;background-position:center}.news-detail-content{font-size:16px;color:#444;line-height:2;letter-spacing:.02em}.news-detail-content p{margin:0 0 24px;text-align:justify}.news-detail-content p:last-child{margin-bottom:0}.news-detail-inline-img{display:block;width:100%;max-width:100%;border-radius:8px;margin:24px 0;height:auto}.news-detail-inline-img+.news-detail-caption{margin-top:-16px}.news-detail-caption{font-size:81.25%;color:#7d7d7d;text-align:right}.news-detail-video-wrapper{margin:32px 0;border-radius:12px;overflow:hidden}.news-detail-video-wrapper video{display:block;width:100%;max-width:100%;border-radius:12px;aspect-ratio:16 / 9;object-fit:cover}.news-gallery-carousel{margin:32px 0;border-radius:12px;overflow:hidden;background:#f5f5f5;position:relative}.carousel-viewport{position:relative;overflow:hidden;aspect-ratio:1080 / 810;background:#e8e8e8}.carousel-track{display:flex;transition:transform .5s cubic-bezier(.25,.46,.45,.94);height:100%}.carousel-slide{min-width:100%;height:100%;display:flex;align-items:center;justify-content:center}.carousel-slide img{width:100%;height:100%;object-fit:contain;background:#f0f0f0}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:rgba(0,0,0,.4);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:background .2s}.carousel-arrow:hover{background:rgba(0,0,0,.65)}.carousel-prev{left:16px}.carousel-next{right:16px}.carousel-dots{display:flex;justify-content:center;gap:8px;padding:12px 0;flex-wrap:wrap}.carousel-dot{width:8px;height:8px;border-radius:50%;border:none;background:#ccc;cursor:pointer;transition:all .3s;padding:0}.carousel-dot.active{background:var(--primary-purple);transform:scale(1.3)}.carousel-counter{text-align:center;font-size:13px;color:#999;padding-bottom:12px}.news-detail-footer{margin-top:60px;padding-top:32px;border-top:1px solid #eee}.news-detail-back-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 24px;border:1px solid #ddd;border-radius:6px;background:transparent;color:#666;font-size:14px;cursor:pointer;transition:all .25s ease}.news-detail-back-btn:hover{border-color:#6e529f;color:#6e529f}.news-detail-not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:20px;color:#999;font-size:18px}.news-detail-not-found button{padding:10px 24px;border:1px solid #ddd;border-radius:6px;background:transparent;color:#6e529f;font-size:14px;cursor:pointer;transition:all .25s ease}.news-detail-not-found button:hover{border-color:#6e529f;background:rgba(110,82,159,.05)}.product-banner{position:relative;width:100%;aspect-ratio:12 / 5;margin-top:72px;overflow:hidden}.product-banner-bg{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;transform:scale(1.05)}.product-banner-content{position:absolute;top:0;left:0;right:0;bottom:0;z-index:3;max-width:1200px;margin:0 auto;padding:0 24px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.product-hero-text{margin-top:-82px}.product-hero-title{font-size:80px;font-weight:500;color:#6e529f;letter-spacing:0;line-height:1.1;font-family:Source Han Sans CN,Noto Sans SC,sans-serif}.product-hero-en{font-size:13px;color:#595757;letter-spacing:0;margin-top:8px;line-height:1.4;font-weight:400;font-family:Source Han Sans CN,Noto Sans SC,sans-serif}.product-hero-subtitle{font-size:28px;color:#6e529f;margin-top:4px;font-weight:400;letter-spacing:.04em;font-family:Source Han Sans CN,Noto Sans SC,sans-serif}.product-hero-line{width:57px;height:3px;background:#aac136;margin-top:8px;border-radius:2px}.product-hero-tags{display:flex;gap:40px;margin-top:60px}.product-hero-tag{display:flex;align-items:center;gap:10px;background:none;border:none;padding:0;cursor:pointer;color:#595757;font-size:22px;font-weight:500;letter-spacing:.02em;font-family:Source Han Sans CN,Noto Sans SC,sans-serif}.product-hero-tag-icon{width:28px;height:28px;flex-shrink:0}.product-hero-tag:hover,.product-hero-tag.active{color:#595757}.product-section{padding:80px 0}.product-section-01{background:#fff}.product-section-02{background:#fff;position:relative}.product-section-3s{position:relative;background-image:url(/images/3s-bg.jpg);background-size:100% auto;background-position:center top;background-repeat:no-repeat;height:calc(66.67vw - 150px);display:flex;align-items:center}.product-section-3s:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(255,255,255,.7) 0%,rgba(255,255,255,0) 100%);z-index:0}.product-section-3s:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to left,rgba(244,244,244,.5) 0%,rgba(244,244,244,0) 100%);z-index:0}.product-section-3s>.product-section-container{position:relative;z-index:1;margin-top:-20px;max-width:1400px}.product-section-container{max-width:1200px;margin:0 auto;padding:0 24px}.product-section-header{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;margin-bottom:40px}.product-section-number{font-family:DIN Alternate,Helvetica Neue,sans-serif;font-size:80px;font-weight:700;color:#e0e0e0;line-height:1}.product-section-title-area{padding-bottom:0;text-align:left}.product-section-title{font-size:32px;font-weight:600;color:#6e529f;letter-spacing:0em;margin-bottom:0;line-height:1.3;text-align:left}.product-section-subtitle{font-size:20px;color:#717071;font-weight:400;letter-spacing:.02em;text-align:left}.product-badge-area{text-align:center;margin-bottom:36px}.product-badge{display:inline-block;background:#6e529f;color:#fff;font-size:18px;font-weight:500;padding:10px 48px;border-radius:30px;letter-spacing:.04em}.product-desc-centered{margin-bottom:60px}.product-desc-centered p{font-size:16px;color:#585757;line-height:2;text-align:justify;text-align-last:left}.product-pyramid-area{position:relative;margin-bottom:60px;overflow:hidden}.product-pyramid-layout{display:flex;gap:40px;align-items:flex-start}.product-pyramid{flex:0 0 400px;display:flex;flex-direction:column;align-items:center;gap:3px}.product-pyramid-level{width:100%;position:relative;display:flex;justify-content:center}.pyramid-trapezoid{height:48px;width:100%;transition:transform .3s ease}.pyramid-intro-slide{position:absolute;top:50%;left:50%;z-index:10;pointer-events:none;transition:transform .1s ease-out,opacity .1s ease-out}.pyramid-intro-img{width:1000px;height:auto;display:block}.pyramid-trapezoid:hover{transform:scale(1.02)}@keyframes pyramidLevelIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.pyramid-level-animate{animation:pyramidLevelIn .5s ease-out forwards;opacity:0}@keyframes pyramidLinesIn{0%{opacity:0}to{opacity:1}}.pyramid-lines-animate{animation:pyramidLinesIn .5s ease-out forwards;opacity:0}@keyframes systemDescIn{0%{opacity:0;transform:translateY(-50%) translate(30px)}to{opacity:1;transform:translateY(-50%) translate(0)}}.system-desc-animate{animation:systemDescIn .3s ease-out forwards;opacity:0}.pyramid-label{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:16px;font-weight:500;letter-spacing:.04em;white-space:nowrap;pointer-events:none;z-index:2}.pyramid-bracket-wrapper{position:relative;display:flex;align-items:flex-start;width:1152px;margin-left:10px}.product-system-labels{position:absolute;left:572px;top:0;width:200px;height:354px}.system-connector-svg{position:absolute;top:0;left:0;width:760px;height:354px;z-index:1;pointer-events:none;overflow:visible}.system-label-group{position:absolute;left:0;display:flex;align-items:center;gap:6px;z-index:2}.system-label-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#6e529f;flex-shrink:0}.system-label-text{font-size:18px;font-weight:600;color:#6e529f;white-space:nowrap}.product-system-descs{position:absolute;left:700px;top:0;width:442px;height:354px}.system-desc-box{border:1px solid #d5d0e0;border-radius:6px;padding:16px 20px;background:#fff;display:flex;align-items:center;box-sizing:border-box}.system-desc-box p{font-size:15px;color:#585757;line-height:1.8;margin:0;text-align:justify}.hps-diagram-wrapper{position:absolute;top:120px;left:50%;transform:translate(-50%);width:520px;max-width:calc(100% - 48px);overflow:visible;z-index:2;pointer-events:none;transition:opacity .8s ease,visibility .8s ease;opacity:1;visibility:visible}.hps-diagram-exit{opacity:0;visibility:hidden;pointer-events:none}.hps-diagram-svg{width:100%;height:auto;display:block;overflow:visible;transform-origin:center center}.hps-diagram-scale-out .hps-diagram-svg{animation:hpsDiagramScaleRotate 1.5s ease-in-out forwards}@keyframes hpsDiagramScaleRotate{0%{opacity:1;transform:scale(.19)}70%{opacity:1;transform:scale(1.15)}to{opacity:0;transform:scale(1.3)}}@keyframes hpsCenterAppear{0%{opacity:0}to{opacity:1}}.hps-anim-center{animation:hpsCenterAppear .3s ease-out forwards}@keyframes hpsTriangleExpand{0%{opacity:0;transform:rotate(-120deg) scale(0)}30%{opacity:.6}to{opacity:1;transform:rotate(0) scale(1)}}.hps-anim-triangle{animation:hpsTriangleExpand .3s .3s cubic-bezier(.25,.46,.45,.94) forwards;opacity:0}@keyframes hpsSatelliteFadeIn{0%{opacity:0}to{opacity:1}}.hps-anim-sat-h,.hps-anim-sat-p,.hps-anim-sat-s{animation:hpsSatelliteFadeIn .4s .6s ease-out forwards}.product-hps-area{text-align:center;position:relative;background-image:url(/images/hps-bg.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;padding:80px 0}.product-hps-area:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.5);z-index:0}.product-hps-area>.product-section-container{position:relative;z-index:1}.product-hps-badge{display:inline-block;align-self:flex-start;background:#6e529f;color:#fff;padding:8px 14px;border-radius:30px;font-size:18px;font-weight:500;letter-spacing:.02em;margin-bottom:24px}.product-hps-desc{margin:0 auto 48px;font-size:15px;color:#585757;line-height:1.8;text-align:left}.product-hps-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:48px;max-width:920px;margin:0 auto}.product-hps-card{background:linear-gradient(135deg,rgba(255,255,255,.75) 0%,rgba(255,255,255,.35) 100%);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.8);border-radius:16px;padding:48px 24px;display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .3s ease,box-shadow .3s ease;min-height:280px;opacity:0}.product-hps-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #00000014}@keyframes hpsSlideIn{0%{opacity:0;transform:translate(-60px)}to{opacity:1;transform:translate(0)}}.hps-card-animate{animation:hpsSlideIn .6s ease-out forwards;opacity:0}.hps-hexagon-icon{width:80px;height:80px;margin-bottom:20px;object-fit:contain}.hps-content{width:100%}.hps-english-title{font-size:22px;font-weight:500;color:#333;margin-bottom:8px;letter-spacing:0}.hps-english-first{font-size:28px;font-weight:800}.hps-english-rest{font-weight:400}.hps-chinese-subtitle{font-size:15px;color:#333;margin-bottom:16px}.hps-chinese-highlight{font-size:20px;font-weight:600}.hps-divider{width:40px;height:3px;margin:0 auto 20px;border-radius:2px}.hps-desc-text{font-size:14px;color:#717071;line-height:1.8;white-space:pre-line}@keyframes yiduiyiFadeIn{0%{opacity:0}to{opacity:1}}@keyframes yiduiyiFadeInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.yiduiyi-segment,.yiduiyi-number-group{opacity:0;animation:yiduiyiFadeIn .4s ease-out forwards}.yiduiyi-lines-group,.yiduiyi-labels-group,.yiduiyi-center-group{opacity:0;animation:yiduiyiFadeIn .5s ease-out forwards}.yiduiyi-left-anim{opacity:0;animation:yiduiyiFadeInLeft .6s ease-out 1.5s forwards}.product-yiduiyi-layout{display:flex;align-items:center;gap:40px}.product-yiduiyi-layout .product-yiduiyi-left{flex:0 0 380px;display:flex;flex-direction:column;gap:20px}.product-yiduiyi-layout .product-section-desc{flex:none;padding-top:0}.product-yiduiyi-layout .product-section-desc p{font-size:15px;color:#585757;line-height:1.9;text-align:justify}.product-circle-area{flex:1;margin-top:0}.product-circle-svg{width:100%;max-width:825px;height:auto;margin:0 0 0 auto;display:block}.product-3s-badge{display:block;margin-left:auto;margin-right:auto;width:fit-content;min-width:210px;text-align:center;box-sizing:border-box}.product-3s-header{display:flex;align-items:center;gap:20px;margin-bottom:24px}.product-3s-big{font-family:Impact,Helvetica Neue,sans-serif;font-size:44px;color:#6a5c8a;letter-spacing:.02em}.product-3s-title-area{padding-bottom:4px}.product-3s-title{font-size:22px;color:#333;font-weight:400;letter-spacing:.04em}.product-3s-subtitle{font-size:28px;font-weight:600;color:#333;margin-top:-26px}.product-3s-desc{margin-top:40px;margin-bottom:40px}.product-3s-desc p{font-size:16px;color:#585757;line-height:2;text-align:justify}.product-3s-flow{display:flex;align-items:flex-start;justify-content:center;gap:24px;padding:20px 0 40px}.product-3s-flow-step{display:flex;flex-direction:column;align-items:center;flex:0 0 180px;position:relative}.product-3s-flow-arrow{flex:0 0 24px;display:flex;align-items:center;justify-content:center;align-self:flex-start;margin-top:170px}.product-3s-flow-arrow:before{content:"";width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:13px solid #6e529f;animation:arrowPulse 2s ease-in-out infinite}.product-3s-badge-circle{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:-32px;z-index:3;position:relative;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.product-3s-badge-text{color:#fff;font-size:18px;font-weight:700;letter-spacing:.08em}.product-3s-badge-up{background-color:#d4956a!important}.product-3s-card{width:100%;position:relative;overflow:hidden;background:linear-gradient(135deg,rgba(255,255,255,.75) 0%,rgba(255,255,255,.35) 100%);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.8);border-radius:12px;padding:28px 16px 22px;height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:transform .3s ease,box-shadow .3s ease}.product-3s-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #00000014}@keyframes arrowPulse{0%,to{opacity:.6;transform:translate(0)}50%{opacity:1;transform:translate(4px)}}.product-3s-flow-step:hover .product-3s-badge-circle{transform:scale(1.12);box-shadow:0 6px 20px #0000002e}.product-3s-card-items{display:flex;flex-direction:column;align-items:center;gap:0;width:100%;padding-top:12px}.product-3s-card-item{color:#585757;font-size:13px;font-weight:500;text-align:center;padding:2px 0;letter-spacing:.04em;line-height:1.6}.product-3s-item-sep{width:16px;height:2px;background:rgba(110,82,158,.3);margin:8px auto 5px}.product-3s-card-wufang{height:300px;padding:28px 16px 22px;box-sizing:border-box;background:#9b85b5;border-radius:12px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;margin-top:32px}.product-3s-wufang-title{color:#fff;font-size:18px;font-weight:700;letter-spacing:.08em;margin-bottom:12px}.product-3s-wufang-list{display:flex;flex-direction:column;gap:8px;margin-bottom:auto}.product-3s-wufang-item{color:#fff;font-size:12px;font-weight:500;letter-spacing:.04em;line-height:1.6;position:relative;padding-left:13px}.product-3s-wufang-item:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:5px;height:5px;border-radius:50%;background:#fff}.product-3s-wufang-footer{color:#ffffffd9;font-size:11px;line-height:1.8;letter-spacing:.02em}.product-3s-subtitle{text-align:center;margin-top:-16px;font-size:18px;letter-spacing:.04em}.product-3s-subtitle-en{color:#6e529f;font-weight:700;margin-right:6px}.product-3s-subtitle-cn{color:#585757;font-weight:400;margin-right:16px}.product-3s-subtitle-sep{color:#ccc;margin-right:16px}.product-3s-card-up{height:300px;padding:28px 16px 22px;box-sizing:border-box}.product-3s-up-text{font-family:Source Han Sans CN,Noto Sans SC,\601d\6e90\9ed1\4f53  CN,sans-serif;font-weight:400;font-size:18px;color:#585757;letter-spacing:1em;writing-mode:vertical-rl;text-orientation:upright;line-height:1.6}.product-3s-up-arrow{width:140px;height:140px}.product-3s-up-arrow path{stroke:#fff;fill:#fff}.product-3s-card-up .product-3s-card-item,.product-3s-vertical-text{color:#585757}.product-3s-vertical-text{writing-mode:vertical-rl;text-orientation:upright;font-size:32px;font-weight:700;letter-spacing:.15em;line-height:1.4}@media (max-width: 768px){.product-hero{height:280px}.product-banner{margin-top:56px;aspect-ratio:auto;height:280px;position:relative;z-index:1}.product-banner-bg{transform:none;background-position:center 30%}.product-hero-text{margin-top:0}.product-hero-title{font-size:32px}.product-hero-en{font-size:10px}.product-hero-subtitle{font-size:16px}.product-hero-tags{flex-direction:column;gap:8px}.product-hero-tag{font-size:14px}.product-section-header{flex-direction:column;align-items:flex-start;gap:0;margin-bottom:20px}.product-section-number{display:none}.product-section-title{font-size:26px}.product-section-subtitle{font-size:14px}.product-section-desc{font-size:14px;text-align:center}.product-desc-centered{text-align:center}.product-pyramid-area{margin-bottom:20px;overflow:visible}.product-pyramid-layout{flex-direction:column;gap:20px}.product-pyramid{flex:none;width:100%}.pyramid-bracket-wrapper{width:100%!important;margin-left:0;overflow:visible;display:grid!important;grid-template-columns:auto 1fr;gap:10px 12px;align-items:start}.product-pyramid{grid-column:1 / -1}.system-connector-svg{display:none!important}.product-system-labels{display:contents!important}.system-label-group{position:static!important;left:auto!important;top:auto!important;transform:none!important;display:flex;align-items:center;gap:6px;padding-top:6px}.system-label-text{font-size:13px;font-weight:600;color:#6e529f}.product-system-descs{display:contents!important}.system-desc-box{position:static!important;top:auto!important;transform:none!important;width:100%!important;height:auto!important;box-sizing:border-box;padding:10px 12px}.system-desc-box p{font-size:12px;line-height:1.6}.product-system-labels>.system-label-group:nth-child(1){grid-column:1;grid-row:2}.product-system-descs>.system-desc-box:nth-child(1){grid-column:2;grid-row:2}.product-system-labels>.system-label-group:nth-child(2){grid-column:1;grid-row:3}.product-system-descs>.system-desc-box:nth-child(2){grid-column:2;grid-row:3}.product-system-labels>.system-label-group:nth-child(3){grid-column:1;grid-row:4}.product-system-descs>.system-desc-box:nth-child(3){grid-column:2;grid-row:4}.product-hps-cards{grid-template-columns:1fr;gap:16px;max-width:100%}.product-hps-card{padding:32px 20px;min-height:auto}.hps-hexagon-icon{max-width:60px;height:auto}.product-hps-area{padding:30px 0}.product-yiduiyi-layout{flex-direction:column;gap:20px}.product-yiduiyi-layout .product-yiduiyi-left{flex:none;width:100%}.product-circle-area{flex:none;width:100%;overflow:hidden}.product-circle-svg{max-width:100%;margin:0 auto;transform:none!important}.product-3s-subtitle{font-size:14px;white-space:nowrap;margin-top:-10px}.product-3s-subtitle-en{margin-right:4px}.product-3s-subtitle-cn,.product-3s-subtitle-sep{margin-right:10px}.product-section-3s{height:auto!important;min-height:200px;padding:30px 0}.product-section-3s>.product-section-container{margin-top:0}.product-3s-flow{flex-direction:column;align-items:center;gap:16px}.product-3s-flow-step{flex:0 0 auto;width:100%;max-width:300px}.product-3s-flow-arrow{display:none}.product-3s-big{font-size:32px}.product-3s-badge-circle{width:52px;height:52px;margin-bottom:-26px}.product-3s-badge-text{font-size:15px}.product-3s-card:not(.product-3s-card-wufang){padding:20px 14px 16px;border-radius:10px;background:rgba(255,255,255,.92)!important;border:1px solid rgba(110,82,158,.15)!important;box-shadow:0 2px 12px #0000000f}.product-3s-card-wufang{height:auto!important;min-height:0;padding:20px 16px 16px;margin-top:26px;border-radius:10px}.product-3s-wufang-title{font-size:15px;margin-bottom:8px}.product-3s-wufang-item{font-size:12px;line-height:1.5}.product-3s-wufang-footer{font-size:10px;margin-top:8px}.product-3s-card-up{height:auto!important;min-height:0;padding:20px 14px 16px}.product-3s-card-items{padding-top:8px;gap:0}.product-3s-card-item{font-size:12px;padding:1px 0}.product-3s-item-sep{width:12px;height:1.5px;margin:4px auto 3px}}.contact-banner{position:relative;width:100%;aspect-ratio:12 / 5;margin-top:72px;overflow:hidden}.contact-banner-bg{position:absolute;inset:-60px 0 0 0;background:url(/images/banner-contact-bg.jpg) center/cover no-repeat;display:flex;align-items:center;justify-content:center;will-change:transform;transform:scale(1.05)}.contact-banner-content{text-align:center;z-index:1}.contact-banner-title{font-size:60px;font-weight:500;color:#fff;letter-spacing:.1em;margin-bottom:0;opacity:0;animation:bannerTextFadeUp 1s ease .3s both}.contact-banner-subtitle{font-size:14px;color:#fffc;letter-spacing:.1em;font-family:Times New Roman,Times,serif;opacity:0;animation:bannerTextFadeUp 1s ease .6s both}.contact-banner-scroll{position:absolute;bottom:120px;left:50%;transform:translate(-50%);opacity:0;animation:bannerScrollFadeUp 1s ease 1s both;cursor:pointer}.contact-banner-scroll-icon{width:40px;height:40px;border:2px solid rgba(255,255,255,.8);border-radius:50%;position:relative;box-sizing:border-box;animation:bannerBtnFloat 3s ease infinite}.contact-banner-scroll-icon:before{content:"";position:absolute;top:50%;left:50%;width:8px;height:8px;border-right:2px solid rgba(255,255,255,.9);border-bottom:2px solid rgba(255,255,255,.9);transform:translate(-50%,-65%) rotate(45deg);z-index:1}.contact-banner-scroll-icon:after{content:"";position:absolute;width:40px;height:40px;top:50%;left:50%;border:1px solid rgba(255,255,255,.6);border-radius:50%;animation:bannerBtnScale 2s linear infinite}.contact-section{padding:100px 0 120px;background:#fff}.contact-container{max-width:1000px;margin:0 auto;padding:0 24px}.contact-header{text-align:center;margin-bottom:54px}.contact-section-title{font-size:28px;font-weight:600;color:#6e529f;margin-bottom:0;letter-spacing:.02em}.contact-section-desc{font-size:15px;color:#888;letter-spacing:.04em}.contact-content-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:stretch}.contact-image-column{display:flex;align-items:stretch}.contact-building-image{width:100%;height:100%;background-size:cover;background-position:center;border-radius:12px}.contact-info-column{display:flex;flex-direction:column}.contact-offices{display:flex;flex-direction:column;gap:0;margin-bottom:0;flex:1}.contact-office-card{padding:0}.contact-office-card:not(:last-child){padding-bottom:48px;border-bottom:1px solid #e8e0f0}.contact-office-card:not(:first-child){margin-top:48px}.contact-office-header{margin-bottom:24px}.contact-office-name{font-size:20px;font-weight:600;color:#666;margin:0;letter-spacing:.02em;line-height:1}.contact-office-line{flex:1;height:1px;background:linear-gradient(to right,#d5cce3,transparent)}.contact-office-body{display:flex;flex-direction:column;gap:32px}.contact-info-row{display:grid;grid-template-columns:20px 50px 1fr;column-gap:4px;row-gap:0;font-size:16px;line-height:1.6;align-items:center}.contact-info-icon{color:#6e529f;font-size:18px;display:inline-flex;align-items:center;justify-content:center}.contact-info-label,.contact-info-value{color:#444;font-size:16px}.contact-info-link{color:#6e529f;text-decoration:none;transition:color .2s}.contact-info-link:hover{color:#a071af;text-decoration:underline}.contact-info-email{color:#444}.contact-info-email:hover{color:#666;text-decoration:underline}.contact-hotline-banner{padding:0;margin-top:40px}.contact-hotline-inner{display:flex;align-items:center;gap:48px}.contact-hotline-text{display:flex;flex-direction:column;align-items:flex-start}.contact-hotline-label{font-size:14px;color:#999;margin-bottom:6px;letter-spacing:.06em;text-align:left}.contact-hotline-number{font-size:36px;font-weight:700;color:#6e529f;letter-spacing:.04em;font-family:DIN Alternate,Helvetica Neue,sans-serif}.contact-hotline-hours{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.contact-hotline-hours-label{font-size:14px;color:#999;letter-spacing:.04em}.contact-hotline-hours-value{font-size:36px;font-weight:700;color:#6e529f;letter-spacing:.04em;font-family:DIN Alternate,Helvetica Neue,sans-serif}.contact-banner-content{opacity:0;transform:translateY(24px);transition:opacity .8s ease,transform .8s ease}.contact-banner-content-visible{opacity:1;transform:translateY(0)}.contact-header{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}.contact-header-visible{opacity:1;transform:translateY(0)}.contact-image-column{opacity:0;transform:translate(-40px);transition:opacity .8s ease,transform .8s ease}.contact-image-column-visible{opacity:1;transform:translate(0)}.contact-info-column{opacity:0;transform:translateY(30px);transition:opacity .7s ease .15s,transform .7s ease .15s}.contact-info-column-visible{opacity:1;transform:translateY(0)}@keyframes contactCardFadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.contact-card-animate{animation:contactCardFadeUp .6s ease forwards;opacity:0}@media (max-width: 768px){.contact-banner-title{font-size:40px}.contact-content-wrapper{grid-template-columns:1fr;gap:40px}.contact-image-column{position:static}.contact-building-image{height:300px}.contact-offices{gap:36px}.contact-office-card{padding:0}.contact-hotline-banner{padding:28px 24px}.contact-hotline-inner{flex-direction:column;gap:20px}.contact-hotline-number{font-size:28px}}.growth-center-page{margin:0;padding:0;overflow-x:hidden}.gc-banner{position:relative;width:100%;aspect-ratio:12 / 5;margin-top:72px;overflow:hidden}.gc-banner-bg{position:absolute;inset:-60px 0 0 0;display:flex;align-items:center;justify-content:center;transform:scale(1.05)}.gc-banner-img{width:100%;height:100%;object-fit:cover}.gc-section{padding:80px 0 40px;background:#fff}.gc-container{max-width:1200px;margin:0 auto;padding:0 24px}.gc-header{text-align:center;margin-bottom:40px}.gc-svg-wrap{width:100%;max-width:800px;margin:0 auto}.gc-svg-wrap img,.gc-svg-img{width:100%;height:auto;display:block}.gc-svg-wrap-camp{max-width:1100px}.gc-svg-wrap-camp .gc-camp-purple,.gc-svg-wrap-camp .gc-camp-culture,.gc-svg-wrap-camp .gc-camp-self,.gc-svg-wrap-camp .gc-camp-social{opacity:0;transform:translateY(40px)}.gc-camp-in-view .gc-camp-purple{animation:gc-camp-section-in .7s cubic-bezier(.22,1,.36,1) .1s forwards}.gc-camp-in-view .gc-camp-culture{animation:gc-camp-section-in .7s cubic-bezier(.22,1,.36,1) .5s forwards}.gc-camp-in-view .gc-camp-self{animation:gc-camp-section-in .7s cubic-bezier(.22,1,.36,1) .9s forwards}.gc-camp-in-view .gc-camp-social{animation:gc-camp-section-in .7s cubic-bezier(.22,1,.36,1) 1.3s forwards}@keyframes gc-camp-section-in{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.gc-svg-wrap-age{max-width:1100px;position:relative}.gc-svg-wrap-age .gc-svg-img{position:relative;z-index:2}.gc-svg-wrap-age .gc-age-bar{opacity:0;transform:translateY(800px) scaleY(0);transform-box:fill-box;transform-origin:50% 100%}.gc-age-in-view .gc-age-bar.bar-1{animation:gc-bar-rise .7s cubic-bezier(.25,.1,.25,1) .6s forwards}.gc-age-in-view .gc-age-bar.bar-2{animation:gc-bar-rise .7s cubic-bezier(.25,.1,.25,1) .7s forwards}.gc-age-in-view .gc-age-bar.bar-3{animation:gc-bar-rise .7s cubic-bezier(.25,.1,.25,1) .8s forwards}.gc-age-in-view .gc-age-bar.bar-4{animation:gc-bar-rise .7s cubic-bezier(.25,.1,.25,1) .9s forwards}@keyframes gc-bar-rise{0%{opacity:0;transform:translateY(800px) scaleY(0)}to{opacity:1;transform:translateY(0) scaleY(1)}}.gc-age-connectors polyline{stroke-dasharray:1;stroke-dashoffset:1}.gc-age-connectors circle,.gc-age-connectors polygon{opacity:0}.gc-age-in-view .gc-age-connectors circle:nth-of-type(1){animation:gc-connector-fadein .3s ease-out 2.3s forwards}.gc-age-in-view .gc-age-connectors circle:nth-of-type(2){animation:gc-connector-fadein .3s ease-out 2.3s forwards}.gc-age-in-view .gc-age-connectors circle:nth-of-type(3){animation:gc-connector-fadein .3s ease-out 2.3s forwards}.gc-age-in-view .gc-age-connectors circle:nth-of-type(4){animation:gc-connector-fadein .3s ease-out 2.3s forwards}.gc-age-in-view .gc-age-connectors polyline:nth-of-type(1){animation:gc-path-draw .8s ease-out 2.6s forwards}.gc-age-in-view .gc-age-connectors polyline:nth-of-type(2){animation:gc-path-draw .8s ease-out 2.6s forwards}.gc-age-in-view .gc-age-connectors polyline:nth-of-type(3){animation:gc-path-draw .8s ease-out 2.6s forwards}.gc-age-in-view .gc-age-connectors polyline:nth-of-type(4){animation:gc-path-draw .8s ease-out 2.6s forwards}.gc-age-in-view .gc-age-connectors polygon:nth-of-type(1){animation:gc-connector-fadein .01s linear 3.4s forwards}.gc-age-in-view .gc-age-connectors polygon:nth-of-type(2){animation:gc-connector-fadein .01s linear 3.4s forwards}.gc-age-in-view .gc-age-connectors polygon:nth-of-type(3){animation:gc-connector-fadein .01s linear 3.4s forwards}.gc-age-in-view .gc-age-connectors polygon:nth-of-type(4){animation:gc-connector-fadein .01s linear 3.4s forwards}@keyframes gc-path-draw{to{stroke-dashoffset:0}}@keyframes gc-connector-fadein{0%{opacity:0}to{opacity:1}}.gc-text-bar-1,.gc-text-bar-2,.gc-text-bar-3,.gc-text-bar-4{opacity:0}.gc-age-in-view .gc-text-bar-1{animation:gc-text-fadein .6s ease-out 1.3s forwards}.gc-age-in-view .gc-text-bar-2{animation:gc-text-fadein .6s ease-out 1.4s forwards}.gc-age-in-view .gc-text-bar-3{animation:gc-text-fadein .6s ease-out 1.5s forwards}.gc-age-in-view .gc-text-bar-4{animation:gc-text-fadein .6s ease-out 1.6s forwards}@keyframes gc-text-fadein{0%{opacity:0}to{opacity:1}}.gc-age-in-view .gc-static-group{animation:gc-static-fadein .8s ease-out 3.4s forwards}.gc-static-group{opacity:0}@keyframes gc-static-fadein{0%{opacity:0}to{opacity:1}}.gc-svg-wrap-age .gc-age-ip-character{position:absolute;left:10%;top:4%;width:140px;height:auto;transform:translate(-50%);pointer-events:none;z-index:3;opacity:0}.gc-age-in-view .gc-age-ip-character{animation:gc-ip-fadein .8s ease-out 3.4s forwards,ip-float 3s ease-in-out 3.7s infinite}@keyframes gc-ip-fadein{0%{opacity:0}to{opacity:1}}@keyframes ip-float{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-12px)}}.gc-camp-desc{font-size:14px;color:#666;line-height:1.8;text-align:justify;width:1000px;max-width:100%;margin:0 auto 40px}.gc-core-literacy{background:#fff}.gc-core-literacy-layout{display:flex;align-items:center;justify-content:center;gap:48px}.gc-core-literacy-circle{flex:0 0 500px;max-width:500px}.gc-core-literacy-circle img{width:100%;height:auto;display:block}.gc-core-literacy-text{flex:0 0 500px;max-width:500px;font-size:14px;color:#555;line-height:2}.gc-core-literacy-text p{margin:0 0 16px}.gc-core-literacy-source{font-size:12px!important;color:#999!important;margin-top:8px!important}.gc-core-literacy-circle{opacity:1}.gc-circle-layer-wrap{position:relative;width:100%;opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.gc-circle-layer-wrap.gc-animate-in{opacity:1;transform:translateY(0)}.gc-circle-rotate-wrap{cursor:pointer;transform-origin:50% 46.3%;transition:transform 3s ease-in-out}.gc-circle-layer-wrap:hover .gc-circle-rotate-wrap{transform:rotate(360deg)}.gc-core-literacy-text{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out .2s,transform .8s ease-out .2s}.gc-core-literacy-text.gc-animate-in{opacity:1;transform:translateY(0)}.gc-circle-text-overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.gc-camp-system{background:#f7f7ff}.gc-age-progression{background:#fff}.sr-hero{position:relative;width:100%;aspect-ratio:12 / 5;margin-top:72px;overflow:hidden}.sr-hero-carousel{position:absolute;inset:-60px 0 0 0}.sr-hero-bg{position:absolute;inset:0;overflow:hidden;transform:scale(1.05)}.sr-hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transition:opacity 1s ease}.sr-hero-slide.active{opacity:1}.sr-hero-gradient{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.3) 0%,rgba(0,0,0,.15) 40%,rgba(0,0,0,.4) 100%);z-index:1}.sr-hero-dots{position:absolute;bottom:32px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:2}.sr-hero-dot{width:6px;height:6px;border-radius:50%;border:none;background:rgba(255,255,255,.4);cursor:pointer;padding:0;transition:all .4s ease}.sr-hero-dot:hover{background:rgba(255,255,255,.7)}.sr-hero-dot.active{background:#fff;width:24px;border-radius:3px}.sr-hero-content{position:absolute;bottom:80px;left:100px;z-index:2;text-align:left;color:#fff}.sr-hero-content h1{font-size:40px;font-weight:500;font-family:Noto Sans SC,Source Han Sans CN,sans-serif;letter-spacing:0;margin:0}.sr-hero-content p{font-size:15px;opacity:.75;margin:0;letter-spacing:3px;font-weight:300}.sr-hero-line{display:inline-block;width:60px;height:3px;background:linear-gradient(90deg,#6e529f,#a082c8);border-radius:2px}.sr-stats{background:#fff;padding:106px 48px 56px;border-bottom:1px solid rgba(0,0,0,.04);overflow:hidden}.sr-stats-inner{display:flex;flex-direction:column;align-items:center;gap:48px;max-width:1000px;margin:0 auto;position:relative}.sr-stats-logo-wrapper{display:flex;justify-content:center;align-items:center;margin-bottom:0;min-height:200px;position:relative}.sr-stats-logo-wrapper.fade-out{animation:logoFadeOut .1s ease-out forwards}@keyframes logoBounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.08)}70%{transform:scale(.95)}85%{transform:scale(1.03)}to{opacity:1;transform:scale(1)}}@keyframes logoFadeOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.85)}}.char-group{opacity:0;transform-origin:center;transform-box:fill-box}.char-group-1{transform:rotate(-180deg) scale(.3)}.char-group-2{transform:scale(.3)}.char-group-3{transform:scale(1)}.sr-stats-logo-wrapper.animate-chars .char-group-1{animation:charRotateIn .5s cubic-bezier(.34,1.56,.64,1) 0s forwards}.sr-stats-logo-wrapper.animate-chars .char-group-2{animation:charBounceIn .4s cubic-bezier(.34,1.56,.64,1) .2s forwards}.sr-stats-logo-wrapper.animate-chars .char-group-3{animation:charFadeIn .4s ease-out .4s forwards}@keyframes charRotateIn{0%{opacity:0;transform:rotate(-180deg) scale(.3)}60%{opacity:1;transform:rotate(10deg) scale(1.05)}80%{transform:rotate(-5deg) scale(.98)}to{opacity:1;transform:rotate(0) scale(1)}}@keyframes charBounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.12)}70%{transform:scale(.9)}85%{transform:scale(1.05)}to{opacity:1;transform:scale(1)}}@keyframes charFadeIn{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.sr-stats-logo{width:800px;height:auto;overflow:visible}.sr-stats-logo .st0{fill:#f5ad20}.sr-stats-logo .st1{fill:#ed8414}.sr-stats-logo .st2{fill:#e8620f}.sr-stats-left{position:absolute;top:10%;left:50%;transform:translate(-50%,-10px);opacity:0;transition:opacity .6s ease-out,transform .6s ease-out;width:1000px;text-align:center;pointer-events:none}.sr-stats-left.animate-in{opacity:1;transform:translate(-50%);pointer-events:auto}.sr-orbits{position:absolute;top:-300px;right:-365px;width:650px;height:650px;pointer-events:none;z-index:1;opacity:0;transition:opacity 1s ease-out}.sr-orbits.animate-in{opacity:1}.sr-orbit{position:absolute;border-radius:50%;border:1px solid rgba(110,82,159,.1)}.sr-orbit-1{width:300px;height:300px;top:175px;left:175px;animation:srOrbitSpin 22s linear infinite}.sr-orbit-2{width:565px;height:565px;top:42px;left:42px;animation:srOrbitSpin 30s linear infinite reverse}.sr-orbit-3{width:170px;height:170px;top:240px;left:240px;border-color:#6e529f0f}.sr-orbit-4{width:435px;height:435px;top:108px;left:108px;animation:srOrbitSpin 26s linear infinite;border-color:#6e529f14}.sr-orbit-dot{position:absolute;width:10px;height:10px;border-radius:50%;top:-5px;left:calc(50% - 5px)}.sr-orbit-1 .sr-orbit-dot{background:#abc236;box-shadow:0 0 10px #abc23666}.sr-orbit-2 .sr-orbit-dot{background:#6e529f;width:8px;height:8px;top:-4px;left:calc(50% - 4px);box-shadow:0 0 8px #6e529f66}@keyframes srOrbitSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.sr-stats-right{position:absolute;top:55%;left:50%;transform:translate(-50%,10px);opacity:0;transition:opacity .6s ease-out .15s,transform .6s ease-out .15s;width:90%;pointer-events:none}.sr-stats-right.animate-in{opacity:1;transform:translate(-50%);pointer-events:auto}.sr-stats-title{text-align:center;font-size:32px;font-weight:600;color:#6e529f;margin:0;letter-spacing:-.01em;line-height:1.3}.sr-stats-subtitle{text-align:center;font-size:14px;color:#717071;letter-spacing:.02em;margin:0 0 24px;font-weight:400}.sr-stats-desc{text-align:justify;text-align-last:left;font-size:14px;color:#555;line-height:2;margin:0;font-weight:300}.sr-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.sr-stat-item{text-align:center;position:relative;padding:0 48px}.sr-stat-item:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:32px;background:rgba(0,0,0,.08)}.sr-stat-num{display:block;font-size:42px;font-weight:700;color:#6e529f;line-height:1;margin-bottom:8px}.sr-stat-plus{font-size:.5em;font-weight:400;vertical-align:super;line-height:0}.sr-stat-num small{font-size:.45em;font-weight:400;color:#6e529f;margin-left:2px;letter-spacing:0}.sr-stat-label{display:block;font-size:13px;color:#888;letter-spacing:1px;font-weight:400}.sr-main{background:linear-gradient(180deg,#f8f6fb 0%,#ffffff 100%);padding:150px 0}.sr-layout{display:flex;max-width:1320px;margin:0 auto;padding:0 32px;gap:40px}.sr-sidebar{flex:0 0 320px;position:sticky;top:96px;align-self:flex-start;background:#fff;border-radius:16px;max-height:calc(100vh - 120px);display:flex;flex-direction:column;box-shadow:0 1px 3px #0000000a,0 8px 24px #00000005}.sr-sidebar-header{padding:24px 24px 20px;border-bottom:1px solid #f0f0f0}.sr-sidebar-title{font-size:15px;font-weight:500;color:#1a1a1a;margin-bottom:14px;letter-spacing:1px}.sr-sidebar-filter{width:100%}.sr-sidebar-select{width:100%;padding:10px 14px;border:1px solid #e8e8e8;border-radius:10px;font-size:14px;color:#555;background:#fafafa;cursor:pointer;outline:none;transition:all .2s;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23999' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.sr-sidebar-select:focus{border-color:#ccc;background-color:#fff}.sr-project-list{list-style:none;margin:0;padding:0;overflow-y:auto;flex:1}.sr-project-item{display:flex;flex-direction:column;gap:6px;padding:16px 24px;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);border-left:2px solid transparent;border-bottom:1px solid rgba(0,0,0,.03)}.sr-project-item:hover{background:linear-gradient(90deg,rgba(110,82,159,.03) 0%,transparent 100%)}.sr-project-item.active{background:linear-gradient(90deg,rgba(110,82,159,.06) 0%,rgba(110,82,159,.01) 100%);border-left-color:#6e529f}.sr-project-item-title{font-size:14px;font-weight:400;color:#444;line-height:1.5;letter-spacing:.3px;transition:color .2s ease}.sr-project-item.active .sr-project-item-title{color:#5a4280;font-weight:500}.sr-project-item-meta{font-size:12px;color:#aaa;font-weight:300;letter-spacing:.5px}.sr-content{flex:1;min-width:0;max-height:calc(100vh - 120px);overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.1) transparent}.sr-content::-webkit-scrollbar{width:6px}.sr-content::-webkit-scrollbar-thumb{background:rgba(0,0,0,.08);border-radius:3px}.sr-content::-webkit-scrollbar-track{background:transparent}.sr-detail{background:#fff;border-radius:16px;padding:40px;box-shadow:0 1px 3px #00000008,0 8px 24px #00000005;animation:sr-detail-fadein .4s cubic-bezier(.4,0,.2,1)}@keyframes sr-detail-fadein{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.sr-detail-header{margin-bottom:32px;padding-bottom:28px;border-bottom:1px solid rgba(0,0,0,.04)}.sr-detail-badge{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:400;color:var(--badge-color, #6e529f);background:color-mix(in srgb,var(--badge-color, #6e529f) 8%,transparent);padding:6px 14px;border-radius:20px;margin-bottom:18px;letter-spacing:.5px}.sr-detail-badge-icon{display:flex;align-items:center;width:14px;height:14px}.sr-detail-badge-icon svg{width:100%;height:100%}.sr-detail-title{font-size:28px;font-weight:300;color:#1a1a1a;margin:0 0 18px;line-height:1.4;letter-spacing:.5px}.sr-detail-meta{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.sr-detail-meta-item{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:#888;font-weight:300;letter-spacing:.3px}.sr-detail-meta-item svg{color:#9a85b8;opacity:.7}.sr-detail-meta-divider{width:3px;height:3px;border-radius:50%;background:rgba(0,0,0,.12)}.sr-detail-images{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:36px}.sr-detail-images--stacked{grid-template-columns:1fr}.sr-detail-images--single{grid-template-columns:1fr;justify-items:center}.sr-detail-images--single .sr-detail-img-wrap{aspect-ratio:auto;width:100%;overflow:visible;background:transparent;border:none;box-shadow:none}.sr-detail-images--single .sr-detail-img{object-fit:contain;height:auto}.sr-detail-images--triple{grid-template-columns:repeat(3,1fr)}.sr-detail-images--triple .sr-detail-img-wrap{aspect-ratio:auto}.sr-detail-images--triple .sr-detail-img{object-fit:contain;height:auto}.sr-detail-images--one-plus-two{grid-template-columns:repeat(2,1fr)}.sr-detail-images--one-plus-two>.sr-detail-img-wrap--full{grid-column:1 / -1}.sr-detail-images--masonry{grid-template-columns:repeat(6,1fr);grid-template-areas:"hero hero hero hero hero hero" "m1   m1   m2   m2   m3   m3" "bl1  bl1  bl2  bl2  bot  bot"}.sr-detail-images--masonry>:nth-child(1){grid-area:hero}.sr-detail-images--masonry>:nth-child(2){grid-area:m1}.sr-detail-images--masonry>:nth-child(3){grid-area:m2}.sr-detail-images--masonry>:nth-child(4){grid-area:m3}.sr-detail-images--masonry>:nth-child(5){grid-area:bl1}.sr-detail-images--masonry>:nth-child(6){grid-area:bl2}.sr-detail-images--masonry>:nth-child(7){grid-area:bot}.sr-detail-images--masonry>:nth-child(1){aspect-ratio:21/10}.sr-detail-images--masonry>:nth-child(5),.sr-detail-images--masonry>:nth-child(6){aspect-ratio:3/4;background:#f5f3f8}.sr-detail-images--masonry>:nth-child(5) .sr-detail-img,.sr-detail-images--masonry>:nth-child(6) .sr-detail-img{width:100%;height:100%;object-fit:cover}.sr-detail-images--masonry>:nth-child(5):hover .sr-detail-img,.sr-detail-images--masonry>:nth-child(6):hover .sr-detail-img{transform:scale(1.03)}.sr-detail-images--masonry>:nth-child(7){aspect-ratio:auto}.sr-masonry-right{display:flex;flex-direction:column;gap:16px}.sr-masonry-right .sr-detail-img-wrap{flex:1;aspect-ratio:16/10}.sr-detail-img-wrap{aspect-ratio:16/10;border-radius:12px;overflow:hidden;background:#f8f7fa;border:1px solid rgba(0,0,0,.04);box-shadow:0 1px 2px #00000005}.sr-detail-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s cubic-bezier(.4,0,.2,1)}.sr-detail-img-wrap:hover .sr-detail-img{transform:scale(1.02)}.sr-detail-text{font-size:15px;color:#444;line-height:2;margin:0 0 28px;white-space:pre-line;font-weight:300;letter-spacing:.3px}.sr-empty{text-align:center;padding:100px 0;color:#ccc;font-size:15px;font-weight:300;letter-spacing:1px}.sr-cards-container{max-width:1320px;margin:0 auto;padding:0 32px}.sr-cards-header{display:flex;align-items:center;justify-content:center;margin-bottom:36px;position:relative}.sr-cards-title-area{text-align:center}.sr-cards-filter{position:absolute;right:0;top:50%;transform:translateY(-50%)}.sr-cards-title{font-size:32px;font-weight:600;color:#6e529f;letter-spacing:-.01em;line-height:1.3;margin:0 0 8px}.sr-cards-subtitle{font-size:14px;color:#717071;letter-spacing:.02em;margin:0;font-weight:300}.sr-cards-select{padding:10px 40px 10px 16px;border:1px solid #e8e8e8;border-radius:10px;font-size:14px;color:#555;background:#fff;cursor:pointer;outline:none;transition:all .2s;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23999' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center}.sr-cards-select:hover{border-color:#ccc}.sr-cards-select:focus{border-color:#6e529f;box-shadow:0 0 0 3px #6e529f14}.sr-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.sr-project-card{background:#fff;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid #f0f0f0}.sr-project-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000014;border-color:#e8e8e8}.sr-card-image{position:relative;aspect-ratio:16/10;overflow:hidden;background:#f5f5f5;border-radius:12px 12px 0 0}.sr-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.4,0,.2,1)}.sr-project-card:hover .sr-card-image img{transform:scale(1.03)}.sr-card-content{padding:24px}.sr-card-date{display:inline-flex;align-items:center;gap:6px;font-size:14px;color:#52c41a;font-weight:400;margin-bottom:12px}.sr-card-date svg{flex-shrink:0}.sr-card-title{font-size:18px;font-weight:600;color:#333;margin:0 0 12px;line-height:1.4;letter-spacing:.3px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s}.sr-project-card:hover .sr-card-title{color:#6e529f}.sr-card-meta{display:flex;align-items:center;gap:16px;margin-bottom:12px;flex-wrap:wrap}.sr-card-meta-item{display:inline-flex;align-items:center;gap:4px;font-size:13px;color:#999;font-weight:300}.sr-card-meta-item svg{flex-shrink:0}.sr-card-desc{font-size:14px;color:#666;line-height:1.6;margin:0 0 20px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sr-card-arrow{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:1px solid #d9d9d9;color:#666;transition:all .2s}.sr-project-card:hover .sr-card-arrow{background:transparent;border-color:#6e529f;color:#6e529f}.sr-pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:48px}.sr-pagination-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:1px solid #d9d9d9;background:#fff;color:#666;cursor:pointer;transition:all .2s}.sr-pagination-btn:hover:not(.disabled){border-color:#6e529f;color:#6e529f}.sr-pagination-btn.disabled{opacity:.3;cursor:not-allowed}.sr-pagination-page{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;border-radius:8px;border:1px solid transparent;background:transparent;color:#666;font-size:14px;cursor:pointer;transition:all .2s;padding:0 12px}.sr-pagination-page:hover{background:#f5f5f5}.sr-pagination-page.active{background:#6e529f;color:#fff;font-weight:500}.sr-detail-breadcrumb{background:#f7f6fa;padding:16px 0;margin-top:72px}.sr-detail-breadcrumb-inner{max-width:1200px;margin:0 auto;padding:0 32px;font-size:13px;color:#999}.sr-detail-breadcrumb-inner a{color:#999;text-decoration:none;transition:color .2s}.sr-detail-breadcrumb-inner a:hover{color:#6e529f}.sr-detail-layout{background:#fff;padding:40px 0 100px}.sr-detail-layout-inner{max-width:1200px;margin:0 auto;padding:0 32px}.sr-detail-footer{margin-top:32px}.sr-detail-footer button{display:inline-flex;align-items:center;gap:6px;font-size:14px;color:#666;background:none;border:none;cursor:pointer;padding:8px 0;transition:color .2s}.sr-detail-footer button:hover{color:#6e529f}.sr-detail-article{background:#fff;border-radius:16px;padding:48px;box-shadow:0 1px 3px #00000008,0 8px 24px #00000005}.sr-detail-notfound{text-align:center;padding:150px 0}.sr-detail-notfound h2{font-size:24px;font-weight:400;color:#666;margin-bottom:24px}.sr-detail-notfound button{font-size:14px;color:#6e529f;background:none;border:1px solid #6e529f;padding:10px 24px;border-radius:8px;cursor:pointer;transition:all .2s}.sr-detail-notfound button:hover{background:#6e529f;color:#fff}@media (max-width: 1024px){.sr-layout{flex-direction:column}.sr-sidebar{flex:none;position:static;max-height:300px}.sr-content{max-height:none}.sr-detail{padding:28px}.sr-detail-title{font-size:24px}.sr-stats-grid{gap:40px}.sr-cards-grid{grid-template-columns:repeat(2,1fr);gap:24px}.sr-detail-article{padding:36px}}@media (max-width: 640px){.sr-hero-content h1{font-size:32px}.sr-stats-grid{flex-wrap:wrap;gap:24px}.sr-stat-item{flex:0 0 calc(50% - 12px)}.sr-stat-num{font-size:32px}.sr-detail{padding:24px}.sr-detail-title{font-size:22px}.sr-detail-images{grid-template-columns:1fr}.sr-detail-images--masonry{grid-template-columns:1fr;grid-template-areas:"hero" "m1" "m2" "m3" "bl1" "bl2" "bot"}.sr-detail-images--masonry>:nth-child(1){aspect-ratio:16/10}.sr-detail-images--masonry>:nth-child(5),.sr-detail-images--masonry>:nth-child(6){aspect-ratio:3/4}.sr-detail-images--masonry>:nth-child(5) .sr-detail-img,.sr-detail-images--masonry>:nth-child(6) .sr-detail-img{width:100%;height:100%;object-fit:contain;transform:rotate(90deg)}.sr-detail-meta{flex-direction:column;align-items:flex-start;gap:8px}.sr-detail-meta-divider{display:none}.sr-cards-grid{grid-template-columns:1fr;gap:20px}.sr-cards-header{flex-direction:column;align-items:flex-start;gap:16px}.sr-cards-select{width:100%}.sr-detail-article{padding:24px}.sr-detail-layout-inner,.sr-detail-breadcrumb-inner{padding:0 20px}}.cr-page{margin:0;padding:0}.cr-container{max-width:1200px;margin:0 auto;padding:0 40px}.cr-banner{position:relative;width:100%;aspect-ratio:12 / 5;margin-top:72px;overflow:hidden;background:transparent}.cr-banner-bg{position:absolute;inset:0;background-size:cover;background-position:center calc(50% + 250px);transform:scale(1.05)}.cr-section-header{text-align:center;margin-bottom:48px}.cr-positions .cr-section-header{margin-bottom:32px;opacity:0}.cr-position-card{opacity:0}@keyframes crPositionSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.cr-position-card.cr-position-animate{animation:crPositionSlideUp .7s ease-out forwards}.cr-section-title{font-size:32px;font-weight:600;color:#6e529f;margin:0;letter-spacing:0em;line-height:1.2}.cr-section-en{display:block;font-size:14px;letter-spacing:0;color:#717071;font-weight:400;text-transform:uppercase}.cr-section-header-light .cr-section-title{color:var(--primary-purple)}.cr-section-header-light .cr-section-en{color:#717071}@keyframes crFadeSlideLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}.cr-animate-in{animation:crFadeSlideLeft .6s ease-out forwards}.cr-process{padding:150px 0 200px;background:#fff}.cr-process .cr-section-header{opacity:0}.cr-process-steps{display:flex;align-items:flex-start;justify-content:center;gap:48px}.cr-process-step{display:flex;flex-direction:column;align-items:center;opacity:0}.cr-process-icon{width:100px;height:52px;margin-bottom:10px;display:flex;align-items:center;justify-content:center}.cr-process-icon img{width:100%;height:100%;object-fit:contain}.cr-process-label{font-size:18px;font-weight:500;color:#595757;white-space:nowrap}.cr-process-arrow{display:flex;align-items:center;padding-top:18px;opacity:0}.cr-process-arrow svg{display:block;width:16px;height:16px}.cr-positions{position:relative;overflow:hidden}.cr-positions-bg{position:absolute;inset:0;z-index:0}.cr-positions-bg img{width:100%;height:100%;object-fit:cover;object-position:center top}.cr-positions-bg:after{display:none}.cr-positions .cr-container{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 40px;height:100%}.cr-position-card{background:linear-gradient(180deg,rgba(255,255,255,1) 0%,rgba(255,255,255,.5) 100%);border:2px solid rgba(255,255,255,1);border-radius:24px;padding:90px 200px;box-shadow:none;max-width:1400px;width:100%;margin:0 auto;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);display:flex;flex-direction:column;justify-content:center;position:relative}.cr-position-header{display:flex;align-items:center;gap:24px;margin-bottom:12px}.cr-position-name{font-size:28px;font-weight:500;color:#555;margin:0;white-space:nowrap}.cr-subject-tags{display:flex;gap:8px;flex-wrap:wrap}.cr-subject-tag{display:inline-block;padding:3px 10px;background:var(--primary-purple);border-radius:12px;font-size:13px;color:#fff;font-weight:500}.cr-position-divider{height:1px;background:rgba(0,0,0,.1);margin-bottom:32px}.cr-position-details{text-align:left}.cr-position-row{display:flex;align-items:flex-start;margin-bottom:28px;font-size:16px;line-height:1.6}.cr-position-label{font-weight:600;color:var(--primary-purple);min-width:80px;flex-shrink:0}.cr-position-value{color:#555}.cr-cta-btn{display:inline-block;padding:12px 48px;background:linear-gradient(135deg,var(--primary-purple),var(--primary-purple-light));color:#fff;border:none;border-radius:30px;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #6e529f4d}.cr-cta-btn:hover{transform:translateY(-2px);box-shadow:0 6px 24px #6e529f66}.cr-cta-btn-outline{display:inline-block;margin-top:24px;padding:6px 18px;background:transparent;color:var(--primary-purple);border:1.5px solid var(--primary-purple);border-radius:24px;font-size:13px;font-weight:500;cursor:pointer;transition:all .1s ease;align-self:flex-start}.cr-cta-btn-outline:hover{background:var(--primary-purple);color:#fff}.cr-positions-note{text-align:center;margin-top:48px}.cr-positions-count{font-size:60px;font-weight:700;color:var(--primary-purple);line-height:1}.cr-plus{font-size:36px;font-weight:700;color:var(--primary-purple)}.cr-positions-note-text{font-size:14px;color:#717071;margin-top:8px}@keyframes crMapReveal{0%{opacity:0;transform:translate(200px) scale(.9) rotateX(70deg) rotateY(0) rotate(0) translateZ(-100px)}3%{opacity:1;transform:translate(200px) scale(.9) rotateX(70deg) rotateY(0) rotate(0) translateZ(-100px)}53%{opacity:1;transform:translate(200px) scale(.9) rotateX(70deg) rotateY(0) rotate(0) translateZ(-100px)}65%{opacity:1;transform:translate(80px) scale(.93) rotateX(25deg) rotateY(0) rotate(0) translateZ(-20px)}85%{transform:translate(5px) scale(1.03) rotateX(3deg) rotateY(0) rotate(0) translateZ(10px)}to{opacity:1;transform:translate(0) scale(1) rotateX(0) rotateY(0) rotate(0) translateZ(0)}}@keyframes crSimpleFadeIn{0%{opacity:0}to{opacity:1}}.cr-location{padding:130px 0;background:#fff}.cr-location .cr-section-header{opacity:0}.cr-location-map-side{opacity:0;transform-origin:center center;perspective:800px}.cr-location-map-side.cr-animate-map{animation:crMapReveal 3.8s ease-out forwards}.cr-location-text-side{opacity:0}.cr-location-text-side.cr-animate-fade-in{animation:crSimpleFadeIn 1.2s ease-out 2.8s forwards}.cr-location-layout{display:flex;align-items:flex-start;gap:60px}.cr-location-map-side{flex:0 0 550px;position:relative;overflow:hidden}.cr-location-bg-img{width:100%;height:auto;display:block}.cr-location-text-side{flex:1;padding-top:50px;margin-left:30px}.cr-location-label{display:flex;align-items:flex-end;gap:12px;margin-bottom:32px}.cr-location-label-text{font-size:18px;font-weight:400;color:#3e3a39}.cr-location-label-count{font-size:64px;font-weight:700;color:var(--primary-purple);line-height:1}.cr-location-label-plus{font-size:28px;font-weight:700;color:var(--primary-purple);vertical-align:super;margin-left:2px}.cr-location-cities{display:flex;flex-direction:column;gap:22px}.cr-location-city-line{font-size:16px;color:#5b5b5b;line-height:1.6;margin:0;letter-spacing:.5px}.cr-location-footnote{font-size:13px;color:#6e529f;margin-top:24px;margin-bottom:0}.cr-resume{padding:80px 0;background:url(/images/cr-assets/resume-bg.jpg) center center / cover no-repeat;aspect-ratio:4000 / 2416;display:flex;align-items:center}.cr-resume .cr-section-header{opacity:0}.cr-resume .cr-resume-method,.cr-resume .cr-resume-tip{opacity:0;transform:translateY(30px)}.cr-resume-method.cr-resume-animate,.cr-resume-tip.cr-resume-animate{animation:crResumeSlideUp .7s ease-out forwards}@keyframes crResumeSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.cr-resume-methods{display:flex;flex-direction:column;gap:28px;margin-bottom:32px}.cr-resume-method{display:flex;align-items:center;gap:32px;background:rgba(255,255,255,.75);border:2px solid #fff;border-radius:28px;padding:32px 40px;min-height:140px;backdrop-filter:blur(8px)}.cr-resume-method-icon{flex-shrink:0;width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#dfd7f4,#6e529f);display:flex;align-items:center;justify-content:center;overflow:hidden}.cr-resume-method-icon svg{width:100%;height:100%}.cr-resume-icon-thin{transform:none}.cr-resume-method-content{flex:1}.cr-resume-method-num{font-size:20px;font-weight:700;color:#6e529f;margin-bottom:0}.cr-resume-method-text{font-size:18px;color:#5b5b5b;line-height:1.6;margin:0}.cr-email-link{color:var(--primary-purple);font-weight:600;text-decoration:none}.cr-email-link:hover{text-decoration:underline}.cr-qr-section{padding:60px 0 80px;background:#fff}.cr-resume-qrcodes{display:flex;justify-content:center;align-items:center;gap:0}.cr-qr-divider{width:1px;height:80px;background:#e0e0e0;margin:0 50px;flex-shrink:0;position:relative;top:-13px}.cr-qr-item{display:flex;flex-direction:column;align-items:center;gap:12px;position:relative;z-index:1;animation:cr-slide-up .5s ease both}.cr-qr-item img{width:120px;height:120px;object-fit:contain;border:none;background:transparent;padding:0}.cr-qr-label{font-size:14px;color:var(--text-secondary);font-family:Source Han Sans CN,Noto Sans SC,\601d\6e90\9ed1\4f53  CN,sans-serif;font-weight:400}.cr-resume-tip{display:flex;align-items:flex-start;gap:12px;background:rgba(255,255,255,.75);border:2px solid #fff;border-radius:12px;padding:20px 24px;backdrop-filter:blur(8px)}.cr-tip-icon{flex-shrink:0;margin-top:2px}.cr-resume-tip p{font-size:14px;color:var(--text-secondary);line-height:1.6;margin:0}.cr-career{padding:130px 0 50px;background:#fff}.cr-career-diagram{position:relative;width:100%;height:500px;margin-top:60px}.cr-career-label{position:absolute;font-family:Noto Sans SC,sans-serif;font-size:20px;font-weight:400;color:#717071;white-space:nowrap;letter-spacing:1px;top:calc(25% - 10px)}.cr-career-label-left{left:calc(38.23% - 30px);transform:translate(-50%)}.cr-career-label-right{left:calc(61.77% + 30px);transform:translate(-50%)}.cr-career-solid-line{position:absolute;height:2px;background:#6e529f;top:30%}.cr-career-solid-line-left{left:30.76%;width:14.94%}.cr-career-solid-line-right{left:54.3%;width:14.94%}.cr-career-endpoint-dot{position:absolute;width:5px;height:5px;border-radius:50%;background:#6e529f;top:29.5%}.cr-career-endpoint-dot-left{left:30.69%;transform:translate(-50%)}.cr-career-endpoint-dot-right{left:69.31%;transform:translate(-50%)}.cr-career-mascot-circle{position:absolute;width:240px;height:240px;left:50%;top:calc(50% - 40px);transform:translate(-50%,-50%);z-index:2;display:flex;align-items:center;justify-content:center}.cr-career-mascot-circle img{width:100%;height:100%;object-fit:contain;object-position:center}.cr-career-dashed-line{position:absolute;height:1px;top:50%;transform:translateY(-50%);background-image:repeating-linear-gradient(to right,#878787 0,#878787 12px,transparent 12px,transparent 24px)}.cr-career-dashed-line-left{left:10%;width:calc(40% - 80px)}.cr-career-dashed-line-right{left:calc(50% + 80px);width:calc(40% - 80px)}.cr-career-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:1}.cr-career-arrow-left{left:9%}.cr-career-arrow-right{left:91%}.cr-career-node-circle{position:absolute;width:88px;height:88px;border-radius:50%;background:#6e529f;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;top:50%;transform:translate(-50%,-50%);z-index:1;transition:transform .3s ease,box-shadow .3s ease}.cr-career-node-circle:hover{transform:translate(-50%,-50%) scale(1.08);box-shadow:0 6px 24px #6e529f4d}.cr-career-node-text-single{font-size:20px;color:#fff;font-weight:500;line-height:1}.cr-career-node-text-line{font-size:20px;color:#fff;font-weight:500;line-height:1.2}@media (max-width: 1400px){.cr-career-diagram{height:420px}.cr-career-mascot-circle{width:195px;height:195px}.cr-career-node-circle{width:72px;height:72px}.cr-career-node-text-single,.cr-career-node-text-line,.cr-career-label{font-size:18px}}@media (max-width: 1024px){.cr-career-diagram{height:350px}.cr-career-mascot-circle{width:142px;height:142px}.cr-career-node-circle{width:56px;height:56px}.cr-career-node-text-single,.cr-career-node-text-line{font-size:15px}.cr-career-label{font-size:16px}}.cr-career .cr-career-label,.cr-career .cr-career-solid-line,.cr-career .cr-career-endpoint-dot,.cr-career .cr-career-mascot-circle,.cr-career .cr-career-dashed-line,.cr-career .cr-career-arrow,.cr-career .cr-career-node-circle{opacity:0}@keyframes crCareerFadeIn{0%{opacity:0}to{opacity:1}}.cr-career-label.cr-career-animate-fade,.cr-career-endpoint-dot.cr-career-animate-fade,.cr-career-arrow.cr-career-animate-fade{animation:crCareerFadeIn .6s ease-out forwards}@keyframes crCareerMascotIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.3)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.cr-career-mascot-circle.cr-career-animate-mascot{animation:crCareerMascotIn .7s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes crCareerLineLeft{0%{opacity:0;transform:scaleX(0);transform-origin:right center}to{opacity:1;transform:scaleX(1);transform-origin:right center}}.cr-career-solid-line-left.cr-career-animate-line-left{animation:crCareerLineLeft .6s ease-out forwards}@keyframes crCareerLineRight{0%{opacity:0;transform:scaleX(0);transform-origin:left center}to{opacity:1;transform:scaleX(1);transform-origin:left center}}.cr-career-solid-line-right.cr-career-animate-line-right{animation:crCareerLineRight .6s ease-out forwards}@keyframes crCareerDashedLeft{0%{opacity:0;transform:translateY(-50%) scaleX(0);transform-origin:right center}to{opacity:1;transform:translateY(-50%) scaleX(1);transform-origin:right center}}.cr-career-dashed-line-left.cr-career-animate-dashed-left{animation:crCareerDashedLeft .8s ease-out forwards}@keyframes crCareerDashedRight{0%{opacity:0;transform:translateY(-50%) scaleX(0);transform-origin:left center}to{opacity:1;transform:translateY(-50%) scaleX(1);transform-origin:left center}}.cr-career-dashed-line-right.cr-career-animate-dashed-right{animation:crCareerDashedRight .8s ease-out forwards}@keyframes crCareerNodeIn{0%{opacity:0;transform:translate(-50%,-50%) scale(0)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.cr-career-node-circle.cr-career-animate-node{animation:crCareerNodeIn .5s cubic-bezier(.34,1.56,.64,1) forwards}.cr-faq .cr-faq-item{opacity:0;transform:translateY(20px)}@keyframes crFaqSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.cr-faq-item.cr-faq-animate{animation:crFaqSlideUp .5s ease-out forwards}.cr-faq{padding:80px 0;background:#fff}.cr-faq-list{max-width:1200px;margin:0 auto;display:flex;flex-direction:column}.cr-faq-item{background:transparent}.cr-faq-question{display:flex;align-items:center;padding:48px 60px 8px;gap:16px;cursor:pointer}.cr-faq-q{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;background:#6e529f;color:#fff;font-size:16px;font-weight:400;flex-shrink:0;font-family:Helvetica,sans-serif}.cr-faq-q-text{flex:1;font-size:16px;font-weight:500;color:#727171;font-family:Source Han Sans CN,Noto Sans SC,sans-serif}.cr-faq-arrow{flex-shrink:0;transition:transform .3s ease}.cr-faq-arrow-open{transform:rotate(180deg)}.cr-faq-answer{display:flex;align-items:center;gap:16px;background:#f9f8fd;border:.5px solid #6e529f;border-radius:14px;padding:24px 60px;margin-top:24px;margin-bottom:8px}.cr-faq-a{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;background:#abc236;color:#fff;font-size:16px;font-weight:400;flex-shrink:0;font-family:Helvetica,sans-serif}.cr-faq-answer p{flex:1;font-size:14px;color:#727171;line-height:1.8;margin:0}.cr-faq-separator{width:100%;height:1px;background:#e0e0e0}@media (max-width: 1024px){.cr-container{padding:0 24px}.cr-process-step{padding:0 20px}.cr-resume-qrcodes{gap:0}.cr-qr-divider{margin:0 30px}}@media (max-width: 768px){.cr-section-title{font-size:32px}.cr-process-steps{flex-direction:column;gap:24px;align-items:center}.cr-process-arrow{display:none}.cr-position-card{padding:24px}.cr-position-name{font-size:22px}.cr-resume-qrcodes{flex-direction:column;align-items:center;gap:24px}.cr-qr-divider{display:none}.cr-qr-item img{width:100px;height:100px}.cr-positions-bg:after{background:rgba(110,82,159,.65)}}.cr-modal-overlay{position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;animation:cr-fade-in .25s ease}.cr-modal{background:#fff;border-radius:24px;padding:48px 64px 56px;max-width:820px;width:92%;max-height:70vh;position:relative;box-shadow:0 24px 80px #00000026;animation:cr-slide-up .3s ease;display:flex;flex-direction:column;overflow:hidden}.cr-modal-header{flex-shrink:0}.cr-modal-body{overflow-y:auto;flex:1;min-height:0;padding-right:4px}.cr-modal-body::-webkit-scrollbar{width:3px}.cr-modal-body::-webkit-scrollbar-track{background:#f0f0f0}.cr-modal-body::-webkit-scrollbar-thumb{background:var(--primary-purple);border-radius:2px}.cr-modal-body::-webkit-scrollbar-thumb:hover{background:var(--primary-purple)}.cr-modal-close{position:absolute;top:20px;right:24px;background:none;border:none;font-size:24px;font-weight:700;color:#333;cursor:pointer;line-height:1;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:color .2s}.cr-modal-close:before{content:"\d7"}.cr-modal-close:hover{color:#000}.cr-modal-title{font-size:28px;font-weight:600;color:#555;margin:5px 0 0}.cr-modal-subtitle{font-size:14px;color:#999;margin:0 0 24px;display:flex;align-items:center}.cr-modal-tags{display:flex;gap:8px;margin-top:6px}.cr-modal-title-row{display:flex;align-items:center;gap:16px;margin-bottom:0}.cr-modal-divider{height:1px;background:#e8e8e8;margin-bottom:36px}.cr-modal-section{margin-bottom:36px}.cr-modal-section:last-child{margin-bottom:0}.cr-modal-section-title{font-size:18px;font-weight:700;color:#555;margin:0 0 20px}.cr-modal-list{padding:0;margin:0}.cr-modal-list p{font-size:15px;line-height:1.8;color:#666;margin:0}.cr-modal-list p.cr-modal-list-indent{padding-left:16px;margin-top:0;margin-bottom:12px}.cr-modal-list-dots>p:not(.cr-modal-list-indent){position:relative;padding-left:16px}.cr-modal-list-dots>p:not(.cr-modal-list-indent):before{content:"";position:absolute;left:0;top:11px;width:6px;height:6px;border-radius:50%;background:var(--primary-purple)}@keyframes cr-fade-in{0%{opacity:0}to{opacity:1}}@keyframes cr-slide-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.teachers-banner{position:relative;width:100%;aspect-ratio:12 / 5;margin-top:72px;overflow:hidden}.teachers-banner-bg{position:absolute;inset:-60px 0 0 0;background:url(/images/teachers-banner.jpg) center center / cover no-repeat;transform:scale(1.05)}.teachers-banner-left-img{position:absolute;left:6%;top:calc(50% + 30px);transform:translateY(-50%);width:22%;max-width:500px;min-width:180px;height:auto;opacity:.4;z-index:2}.teachers-container{max-width:1200px;margin:0 auto;padding:0 24px}.teachers-diagram-section{padding:100px 0 80px;background:#fff}.teachers-diagram{opacity:0;transform:translateY(30px);transition:all .8s ease}.teachers-diagram-visible{opacity:1;transform:translateY(0)}.teachers-diagram-svg-wrapper{max-width:900px;margin:40px auto 0;display:block}.teachers-diagram-svg{width:100%;height:auto;display:block}.teachers-diagram-desc{max-width:900px;margin:40px auto 0;font-size:14px;line-height:1.8;color:#595757;text-align:center}.teachers-diagram-desc .highlight{color:#6e529e;font-weight:500}.teachers-timeline-section{padding:60px 0;position:relative}.teachers-timeline-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url(/images/teachers-timeline-bg.jpg);background-size:cover;background-position:center;opacity:.9;z-index:0}.teachers-timeline-section>*{position:relative;z-index:1}.teachers-timeline-svg-wrapper{max-width:1000px;margin:-50px auto 0;opacity:0;transform:translateY(30px);transition:all .8s ease}.teachers-timeline-svg-wrapper.teachers-timeline-visible{opacity:1;transform:translateY(0)}.teachers-timeline-svg-wrapper svg{width:100%;height:auto;display:block}.teachers-carousel{display:flex;align-items:center;gap:16px;max-width:1200px;margin:40px auto 0}.teachers-carousel-cards{display:flex;gap:24px;flex:1;overflow:hidden}.teachers-carousel-card{flex:1;min-width:0;cursor:pointer;transition:transform .3s,box-shadow .3s}.teachers-carousel-card:hover{transform:none}.teachers-carousel-card-inner{background:#fff;border-radius:12px;overflow:hidden}.teachers-carousel-thumb{aspect-ratio:4 / 3;overflow:hidden}.teachers-carousel-poster{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.teachers-carousel-card:hover .teachers-carousel-poster{transform:scale(1.05)}.teachers-carousel-caption{text-align:center;color:#666;font-size:13px;margin-top:20px;letter-spacing:.5px}.teachers-product-section{padding:150px 0 0;background:#fff}.teachers-product-content{opacity:0;transform:translateY(30px);transition:all .8s ease}.teachers-product-visible{opacity:1;transform:translateY(0)}.teachers-gsap-scroll{height:400vh;position:relative;max-width:1100px;margin:0 auto}.teachers-gsap-pinned{height:100vh;display:flex;flex-direction:column;position:relative}.teachers-product-section .products-header{position:absolute;top:0;left:0;right:0;z-index:100;background:#fff;padding:30px 0 20px;text-align:center}.teachers-gsap-cards-wrapper{flex:1;overflow:hidden;display:flex;align-items:flex-start;justify-content:center;padding-top:20px}.teachers-gsap-cards{display:flex;flex-direction:column;gap:30px;width:100%;max-width:1000px;height:auto}.teachers-gsap-card{position:relative;width:100%;height:600px;border-radius:20px;overflow:hidden;will-change:transform,opacity;flex-shrink:0}.teachers-gsap-card img{width:100%;height:100%;object-fit:cover;display:block}.teachers-product-right-content{position:absolute;right:0;top:45%;transform:translateY(-50%) translate(40px);width:360px;padding:32px 0;opacity:0;pointer-events:none;text-align:right}.teachers-product-right-title{font-size:20px;font-weight:600;color:#6e529e;margin:0 0 12px}.teachers-product-right-line{width:36px;height:3px;background:#6e529e;margin-bottom:16px;margin-left:auto}.teachers-product-right-desc{font-size:14px;line-height:2.2;color:#595757;margin:0;text-align:justify;text-align-last:left}.teachers-animation-section{margin-top:0;margin-bottom:0;position:relative;overflow:hidden;width:100%;min-height:50vw;opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.teachers-animation-bg-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.teachers-animation-visible{opacity:1;transform:translateY(0)}.teachers-animation-content{max-width:1200px;margin:0 auto;padding:0 24px 0 14vw;display:flex;gap:60px;align-items:flex-start;position:absolute;top:8%;left:0;width:100%;z-index:1}.teachers-animation-text{flex:1}.teachers-animation-title{font-size:20px;font-weight:500;color:#6e529e;margin:0 0 16px}.teachers-animation-line{width:36px;height:3px;background:#6e529e;margin-bottom:24px}.teachers-animation-desc{font-size:14px;line-height:2;color:#595757;margin:0;white-space:nowrap}.teachers-animation-image{flex:0 0 500px;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #0000001a}.teachers-animation-image img{width:100%;height:auto;display:block}.teachers-animation-play-btn{position:absolute;top:55%;left:50%;transform:translate(-50%,-50%);width:70px;height:70px;border:none;background:transparent;cursor:pointer;z-index:2;transition:transform .3s ease,opacity .3s ease}.teachers-animation-play-btn:after{content:"";position:absolute;width:70px;height:70px;top:50%;left:50%;border:1px solid rgba(255,255,255,.6);border-radius:50%;animation:playBtnScale 2s linear infinite}.teachers-animation-play-btn:hover{transform:translate(-50%,-50%) scale(1.1)}.teachers-animation-play-btn svg{width:100%;height:100%;filter:drop-shadow(0 4px 12px rgba(0,0,0,.15))}@keyframes playBtnScale{0%{transform:translate(-50%,-50%) scale(1);opacity:1}to{transform:translate(-50%,-50%) scale(1.7);opacity:0}}@media (max-width: 1024px){.teachers-diagram-svg-wrapper{max-width:100%;padding:0 20px}.teachers-diagram-desc{font-size:18px;padding:0 20px}.teachers-timeline-svg-wrapper{padding:0 20px}.teachers-gsap-scroll{max-width:100%}.teachers-gsap-cards{gap:24px}.teachers-gsap-card{height:520px}.teachers-product-right-content{width:340px;padding:24px 0}.teachers-animation-content{flex-direction:column}.teachers-animation-image{flex:0 0 auto;width:100%}}@media (max-width: 768px){.teachers-diagram-svg-wrapper{padding:0 10px}.teachers-diagram-desc{font-size:16px;padding:0 10px}.teachers-timeline-svg-wrapper{padding:0 10px;margin-top:-10px}.teachers-gsap-cards{gap:20px}.teachers-gsap-card{height:450px}.teachers-product-right-content{width:280px;padding:20px 0}.teachers-product-right-title{font-size:18px}.teachers-product-right-desc{font-size:12px}}.sr-page{width:100%;overflow-x:hidden;background:#fff}.sr-banner{position:relative;width:100%;aspect-ratio:12 / 5;margin-top:72px;overflow:hidden;display:flex;align-items:center;justify-content:center}.sr-banner-bg{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;transform:scale(1.05)}.sr-banner-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(110,82,159,.3) 0%,rgba(110,82,159,.5) 50%,rgba(110,82,159,.7) 100%)}.sr-banner-content{position:relative;z-index:2;text-align:center;padding-top:40px}.sr-banner-title{font-size:60px;font-weight:700;color:#fff;letter-spacing:.05em;margin-bottom:16px;text-shadow:0 2px 20px rgba(110,82,159,.3)}.sr-banner-subtitle{font-size:24px;font-weight:400;color:#ffffffd9;letter-spacing:.15em;text-transform:uppercase}.sr-scroll-indicator{position:absolute;bottom:60px;left:50%;transform:translate(-50%);z-index:2;animation:sr-bounce 2s ease-in-out infinite;cursor:pointer}@keyframes sr-bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(10px)}}.sr-container{max-width:1200px;margin:0 auto;padding:0 40px}.sr-section-header{text-align:center;margin-bottom:48px;opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.sr-section-header.sr-animate-in{opacity:1;transform:translateY(0)}.sr-section-title{font-size:32px;font-weight:600;color:#6e529f;margin:0;letter-spacing:0em;line-height:1.2}.sr-section-title-purple{color:#6e529f}.sr-section-en{display:block;font-size:14px;letter-spacing:0;color:#717071;font-weight:400;text-transform:uppercase;background:none;padding:0;border-radius:0}.sr-philosophy{padding:100px 0 120px;background:#fff}.sr-philosophy-inner{display:flex;align-items:center;gap:80px}.sr-philosophy-text{flex:1;min-width:0}.sr-philosophy-title{font-size:28px;font-weight:400;color:#595757;line-height:1.5;margin-bottom:32px}.sr-philosophy-desc{font-size:16px;color:#595757;line-height:2.2;letter-spacing:.02em;max-width:380px;text-align:justify;text-align-last:left;text-justify:inter-ideograph}.sr-philosophy-image{flex-shrink:0;width:600px;height:380px;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #6e529f26}.sr-philosophy-image img{width:100%;height:100%;object-fit:cover;display:block}.sr-positions{position:relative;overflow:hidden}.sr-positions-bg{position:absolute;inset:0;z-index:0}.sr-positions-bg img{width:100%;height:100%;object-fit:cover;object-position:center top}.sr-positions-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(255,255,255,.3) 0%,rgba(255,255,255,0) 100%);z-index:1}.sr-positions .sr-container{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 40px;height:100%}.sr-positions .sr-section-header{margin-bottom:48px}.sr-positions .sr-section-title{font-size:32px;font-weight:600;color:#fff;letter-spacing:0em;line-height:1.2}.sr-positions .sr-section-en{display:block;font-size:14px;letter-spacing:0;color:#fff;font-weight:400;text-transform:uppercase;background:none;padding:0;border-radius:0}.sr-job-card{opacity:0;transform:translateY(30px) scale(.96);transition:opacity .8s ease .3s,transform .8s ease .3s;width:100%;max-width:1400px}.sr-job-card.sr-animate-in{opacity:1;transform:translateY(0) scale(1)}.sr-job-card-inner{background:linear-gradient(180deg,rgba(255,255,255,1) 0%,rgba(255,255,255,.5) 100%);border:2px solid rgba(255,255,255,1);border-radius:24px;padding:90px 200px;box-shadow:none;max-width:1400px;width:100%;margin:0 auto;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);display:flex;flex-direction:column;justify-content:center}.sr-job-header{display:flex;align-items:center;gap:24px;margin-bottom:12px}.sr-job-title{font-size:28px;font-weight:500;color:#555;margin:0;white-space:nowrap}.sr-job-tags{display:flex;gap:8px;flex-wrap:wrap}.sr-job-tag{display:inline-block;padding:3px 10px;background:#6e529f;border-radius:12px;font-size:13px;color:#fff;font-weight:500}.sr-job-divider{height:1px;background:rgba(0,0,0,.1);margin-bottom:32px}.sr-job-details{text-align:left;margin-bottom:0}.sr-job-detail-row{display:flex;align-items:flex-start;margin-bottom:28px;font-size:16px;line-height:1.6}.sr-job-detail-row:last-child{margin-bottom:0}.sr-job-highlight-desc{font-size:14px;color:#666;line-height:1.8;margin-top:12px;padding-left:0}.sr-job-label{font-weight:600;color:#6e529f;min-width:80px;flex-shrink:0;font-size:16px}.sr-job-value{color:#555;font-size:16px;line-height:1.6}.sr-job-highlight{display:none}.sr-job-apply-btn{display:inline-block;margin-top:24px;padding:6px 18px;background:transparent;color:#6e529f;border:1.5px solid #6e529f;border-radius:24px;font-size:13px;font-weight:500;cursor:pointer;transition:all .1s ease;align-self:flex-start;font-family:Noto Sans SC,sans-serif}.sr-job-apply-btn:hover{background:#6e529f;color:#fff}.sr-job-apply-btn:hover svg path{stroke:#fff}.sr-resume{padding:100px 0 120px;background:transparent}.sr-resume .sr-section-title{font-size:32px;font-weight:600;color:#6e529f;letter-spacing:0em;line-height:1.2}.sr-resume .sr-section-en{font-size:14px;letter-spacing:0;color:#717071;font-weight:400;text-transform:uppercase;background:none;padding:0;border-radius:0}.sr-resume-steps{display:flex;align-items:flex-start;justify-content:center;gap:0;max-width:1200px;position:relative}.sr-resume-step{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;padding:0 24px;opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.sr-resume-step.sr-animate-in{opacity:1;transform:translateY(0)}.sr-resume-step-icon{width:78px;height:78px;margin-bottom:28px;display:flex;align-items:center;justify-content:center}.sr-resume-step-icon svg{width:100%;height:100%}.sr-resume-step:not(:last-child):after{content:"";position:absolute;top:36px;right:-10%;width:20%;height:2px;background:rgba(110,82,159,.2)}.sr-resume-step-content{flex:1}.sr-resume-step-text{font-size:16px;color:#595757;line-height:1.8;max-width:320px}.sr-email-highlight{color:#6e529f}.sr-culture{padding:100px 0 120px;background:#fff}.sr-culture .sr-section-title{font-size:32px;font-weight:600;color:#6e529f;letter-spacing:0em;line-height:1.2}.sr-culture .sr-section-en{font-size:14px;letter-spacing:0;color:#717071;font-weight:400;text-transform:uppercase;background:none;padding:0;border-radius:0}.sr-culture-tabs{display:flex;justify-content:center;gap:0;background:#f8f6fc;border-radius:24px;padding:0;width:fit-content;margin:20px auto 50px;overflow:hidden;opacity:0;transform:translateY(30px);transition:opacity .8s ease .3s,transform .8s ease .3s}.sr-culture-tabs.sr-animate-in{opacity:1;transform:translateY(0)}.sr-culture-tab{width:160px;padding:12px 0;border-radius:24px;font-size:15px;font-weight:500;cursor:pointer;transition:all .3s;border:none;background:transparent;color:#6e529f}.sr-culture-tab:hover:not(.sr-culture-tab-active){color:#6e529f}.sr-culture-tab-active{background:#6e529f;color:#fff}.sr-culture-carousel{width:100%;max-width:1000px;margin:0 auto;opacity:0;transform:translateY(30px);transition:opacity .8s ease .3s,transform .8s ease .3s}.sr-culture-carousel.sr-animate-in{opacity:1;transform:translateY(0)}.sr-culture-carousel-viewport{overflow:hidden;border-radius:16px;margin-bottom:20px}.sr-culture-carousel-track{display:flex;gap:20px;transition:transform .6s cubic-bezier(.4,0,.2,1)}.sr-culture-carousel-slide{flex:0 0 calc((100% - 40px) / 3);aspect-ratio:4/3;border-radius:16px;overflow:hidden;box-shadow:0 8px 30px #6e529f1a;cursor:pointer;opacity:0;transform:scale(.92);transition:opacity .6s ease,transform .6s ease}.sr-culture-carousel-slide.sr-animate-in{opacity:1;transform:scale(1)}.sr-culture-carousel-slide img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.sr-culture-carousel-slide:hover img{transform:scale(1.05)}.sr-culture-carousel-dots{display:flex;justify-content:center;gap:8px;margin-bottom:20px}.sr-culture-carousel-dot{width:8px;height:8px;border-radius:50%;background:#d9d0e8;cursor:pointer;transition:all .3s}.sr-culture-carousel-dot-active{background:#6e529f;width:24px;border-radius:4px}.sr-culture-carousel-info{text-align:center;display:flex;flex-direction:column;gap:8px}.sr-culture-album-title{font-size:22px;font-weight:600;color:#333}.sr-culture-album-count{font-size:14px;color:#999}.sr-philosophy-text{opacity:0;transform:translate(-40px);transition:opacity .8s ease,transform .8s ease}.sr-philosophy-text.sr-animate-in{opacity:1;transform:translate(0)}.sr-philosophy-image{opacity:0;transform:translate(40px);transition:opacity .8s ease .15s,transform .8s ease .15s}.sr-philosophy-image.sr-animate-in{opacity:1;transform:translate(0)}.sr-resume-step-icon{opacity:0;transform:scale(.5);transition:opacity .5s ease,transform .5s cubic-bezier(.34,1.56,.64,1)}.sr-resume-step-icon.sr-animate-in{opacity:1;transform:scale(1)}.sr-culture-tabs{transform:translate(-30px);transition:opacity .7s ease,transform .7s ease}.sr-culture-tabs.sr-animate-in{opacity:1;transform:translate(0)}.sr-culture-carousel{transition:opacity .8s ease .15s,transform .8s ease .15s}@keyframes sr-fade-in{0%{opacity:0}to{opacity:1}}@keyframes sr-slide-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.sr-modal-overlay{position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;animation:sr-fade-in .25s ease}.sr-modal{background:#fff;border-radius:24px;padding:48px 64px 56px;max-width:820px;width:92%;max-height:70vh;position:relative;box-shadow:0 24px 80px #00000026;animation:sr-slide-up .3s ease;display:flex;flex-direction:column;overflow:hidden}.sr-modal-header{flex-shrink:0}.sr-modal-body{overflow-y:auto;flex:1;min-height:0;padding-right:4px}.sr-modal-body::-webkit-scrollbar{width:3px}.sr-modal-body::-webkit-scrollbar-track{background:#f0f0f0}.sr-modal-body::-webkit-scrollbar-thumb{background:#6e529f;border-radius:2px}.sr-modal-body::-webkit-scrollbar-thumb:hover{background:#6e529f}.sr-modal-close{position:absolute;top:20px;right:24px;background:none;border:none;font-size:24px;font-weight:700;color:#333;cursor:pointer;line-height:1;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:color .2s}.sr-modal-close:before{content:"\d7"}.sr-modal-close:hover{color:#000}.sr-modal-title{font-size:28px;font-weight:600;color:#555;margin:5px 0 0}.sr-modal-subtitle{font-size:14px;color:#999;margin:0 0 24px;display:flex;align-items:center}.sr-modal-tags{display:flex;gap:8px;margin-top:6px}.sr-modal-title-row{display:flex;align-items:center;gap:16px;margin-bottom:0}.sr-modal-divider{height:1px;background:#e8e8e8;margin-bottom:36px}.sr-modal-section{margin-bottom:36px}.sr-modal-section:last-child{margin-bottom:0}.sr-modal-section-title{font-size:18px;font-weight:700;color:#555;margin:0 0 20px}.sr-modal-list{padding:0;margin:0}.sr-modal-list p{font-size:15px;line-height:1.8;color:#666;margin:0 0 12px}.sr-modal-list p:last-child{margin-bottom:0}.sr-modal-list-dots p{padding-left:18px;position:relative}.sr-modal-list-dots p:before{content:"";position:absolute;left:0;top:10px;width:8px;height:8px;border-radius:50%;background:#6e529f}@keyframes sr-lightbox-fade-in{0%{opacity:0}to{opacity:1}}.sr-lightbox{position:fixed;inset:0;z-index:10000;background:rgba(0,0,0,.92);display:flex;align-items:center;justify-content:center;animation:sr-lightbox-fade-in .25s ease}.sr-lightbox-close{position:absolute;top:24px;right:32px;background:none;border:none;font-size:36px;font-weight:300;color:#fffc;cursor:pointer;line-height:1;width:48px;height:48px;display:flex;align-items:center;justify-content:center;transition:color .2s;z-index:10}.sr-lightbox-close:hover{color:#fff}.sr-lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.1);border:none;border-radius:50%;width:56px;height:56px;display:flex;align-items:center;justify-content:center;color:#fffc;cursor:pointer;transition:all .2s;z-index:10}.sr-lightbox-nav:hover{background:rgba(255,255,255,.2);color:#fff}.sr-lightbox-prev{left:32px}.sr-lightbox-next{right:32px}.sr-lightbox-content{max-width:90vw;max-height:85vh;display:flex;flex-direction:column;align-items:center}.sr-lightbox-content img{max-width:100%;max-height:75vh;object-fit:contain;border-radius:8px;box-shadow:0 8px 40px #0006}.sr-lightbox-caption{margin-top:20px;font-size:15px;color:#fffc;text-align:center}@media (max-width: 1200px){.sr-philosophy-inner{gap:40px}.sr-philosophy-image{width:580px}.sr-job-card-inner{padding:60px 100px}.sr-culture-tabs{max-width:100%}.sr-culture-tab{padding:12px 20px;font-size:14px}}@media (max-width: 992px){.sr-banner-title{font-size:44px}.sr-philosophy-inner{flex-direction:column;gap:40px}.sr-philosophy-image{width:100%}.sr-philosophy-title{font-size:28px}.sr-section-title{font-size:32px}.sr-job-card-inner{padding:40px 30px}.sr-job-header{flex-wrap:wrap}.sr-job-title{font-size:22px}.sr-job-label{font-size:14px;min-width:70px}.sr-resume-steps{flex-direction:column;align-items:center;gap:40px}.sr-resume-step:not(:last-child):after{display:none}.sr-culture-tabs{flex-wrap:wrap;width:100%;max-width:100%}.sr-culture-tab{flex:1 1 45%;margin-bottom:8px}.sr-culture-carousel-slide{flex:0 0 calc((100% - 20px)/2)}}@media (max-width: 768px){.sr-banner-title{font-size:36px}.sr-banner-subtitle{font-size:16px}.sr-container{padding:0 20px}.sr-philosophy{padding:80px 0 60px}.sr-positions{min-height:600px}.sr-positions .sr-container{padding:40px 20px}.sr-resume,.sr-culture{padding:60px 0 80px}.sr-section-header{margin-bottom:40px}.sr-section-title{font-size:32px}.sr-section-en{font-size:14px}.sr-philosophy-title{font-size:24px}.sr-philosophy-desc{font-size:13px}.sr-job-title{font-size:20px}.sr-job-tag{font-size:12px;padding:3px 10px}.sr-job-detail-row{font-size:14px;margin-bottom:20px}.sr-job-label{font-size:14px;min-width:70px}.sr-job-value{font-size:14px}.sr-job-apply-btn{font-size:12px;padding:5px 14px}.sr-job-card-inner{padding:24px}.sr-resume-step-text{font-size:15px}.sr-culture-carousel-track{gap:12px}.sr-culture-carousel-slide{flex:0 0 calc((100% - 12px)/2)}.sr-culture-album-title{font-size:18px}}.teachers-page{overflow:hidden}.nav-arrow-icon,.nav-drawer-overlay,.nav-drawer{display:none}@media (max-width: 768px){.navbar{height:56px;background:#fff!important;backdrop-filter:none!important;box-shadow:0 1px 4px #00000014}.nav-container{padding:0 16px}.logo img{height:44px!important;width:auto!important}.nav-links-desktop{display:none!important}.hamburger-btn{display:flex;flex-direction:column;justify-content:space-between;width:24px;height:18px;background:transparent;border:none;cursor:pointer;padding:0;margin-left:12px;flex-shrink:0}.hamburger-btn span{display:block;width:100%;height:2px;background:#333;border-radius:1px;transition:all .3s ease;transform-origin:center}.hamburger-btn.active span:nth-child(1){transform:translateY(8px) rotate(45deg)}.hamburger-btn.active span:nth-child(2){opacity:0}.hamburger-btn.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.nav-drawer-overlay{display:block;position:fixed;inset:0;background:rgba(0,0,0,0);z-index:9998;pointer-events:none;transition:background .3s ease}.nav-drawer-overlay.open{background:rgba(0,0,0,.45);pointer-events:auto}.nav-drawer{display:block;position:fixed;top:0;right:0;bottom:0;width:280px;max-width:80vw;background:#fff;z-index:9999;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:-2px 0 12px #0000001a;overflow-y:auto;-webkit-overflow-scrolling:touch}.nav-drawer.open{transform:translate(0)}.nav-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #f0f0f0;position:sticky;top:0;background:#fff;z-index:1}.nav-drawer-logo img{height:36px;width:auto}.nav-drawer-close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:#333;border-radius:50%;transition:background .2s}.nav-drawer-close:hover{background:#f0f0f0}.nav-drawer-body{padding:8px 0}.nav-drawer-item{border-bottom:1px solid #f5f5f5}.nav-drawer-item:last-child{border-bottom:none}.nav-drawer-link{display:flex;align-items:center;justify-content:space-between;padding:15px 20px;font-size:15px;color:#333;text-decoration:none;font-weight:500}.nav-drawer-link:active{background:#f8f8f8}.nav-drawer-arrow{width:10px;height:6px;flex-shrink:0;color:#999;transition:transform .25s ease}.nav-drawer-arrow.rotated{transform:rotate(180deg)}.nav-drawer-submenu{max-height:0;overflow:hidden;background:#fafafa;transition:max-height .3s ease}.nav-drawer-submenu.open{max-height:300px}.nav-drawer-sublink{display:block;padding:12px 20px 12px 36px;font-size:14px;color:#666;text-decoration:none;border-bottom:1px solid #f0f0f0}.nav-drawer-sublink:last-child{border-bottom:none}.nav-drawer-sublink:active{background:#f0f0f0}.nav-search-wrapper{margin-left:auto;margin-right:4px}.nav-search-input{width:0;min-width:0;opacity:0;padding:0;font-size:14px}.nav-search-wrapper:hover .nav-search-input,.nav-search-input:focus{width:120px;opacity:1;padding:0 8px}.search-results-dropdown-outer{right:-20px;max-width:260px;min-width:220px}.banner{aspect-ratio:auto!important;height:50vw!important;min-height:220px;max-height:420px;margin-top:56px;overflow:hidden}.banner-bg{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100%!important;height:100%!important;background-size:cover!important;background-position:center 30%!important;background-repeat:no-repeat!important}.banner-content{flex-direction:column;text-align:center;padding-top:30px}.banner-title{font-size:32px!important;letter-spacing:.05em}.banner-subtitle{font-size:14px!important;letter-spacing:.08em;margin-top:8px}.banner-kids{display:none}.about-section{padding:20px 0!important}.about-grid{grid-template-columns:1fr!important;gap:30px!important}.about-right{order:-1}.about-image{width:100%;aspect-ratio:16 / 9}.section-header{margin-bottom:16px}.section-title{font-size:24px}.about-text p{font-size:14px;line-height:1.8}.about-stats{max-width:100%;margin-top:24px;flex-wrap:nowrap;gap:12px}.stat-item{flex:1;min-width:0}.stat-number{font-size:28px}.stat-label{font-size:13px}.learn-more-btn{margin-top:20px}.history-section{height:auto!important;min-height:0;overflow:hidden;margin-bottom:0}.history-bg{min-height:auto;height:auto}.history-content{padding:40px 16px;max-width:100%}.history-header{margin-bottom:24px}.history-title{font-size:24px}.history-subtitle{font-size:13px}.timeline{padding-bottom:40px}.timeline-item{width:170px;height:auto;min-height:260px}.timeline-card{height:auto;min-height:140px;padding:16px}.timeline-year{font-size:20px}.timeline-phase{font-size:13px;margin-bottom:6px}.timeline-desc{font-size:12px;line-height:1.6}.sun,.mountain{transform:scale(.6)}.products-section{padding:20px 0!important}.section-title-center{font-size:24px}.section-subtitle-center{font-size:13px}.products-tabs{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;gap:8px;width:100%;padding-bottom:4px}.tab-btn{width:auto!important;flex:1 0 auto;min-width:0;padding:10px 16px;font-size:13px;white-space:nowrap}.products-images{aspect-ratio:16 / 10}.brand-video-section,.brand-video-cinematic{padding:20px 0!important}.brand-video-section .products-header{padding:0 16px}.brand-video-section .section-title-center{font-size:22px}.brand-video-section .section-subtitle-center{font-size:12px}.cinematic-stage{position:relative;min-height:300px}.scatter-img{display:none}.cinematic-video{width:92%!important}.news-section{padding:20px 0!important}.news-grid{grid-template-columns:1fr!important;gap:16px!important}.news-card-large{height:auto!important}.news-cover-large{height:auto!important;aspect-ratio:16 / 9}.news-side{flex-direction:column;gap:16px}.news-card-small{height:auto!important}.news-cover-small{height:auto!important;aspect-ratio:16 / 9}.news-card-body{padding:12px}.news-excerpt{font-size:13px;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-date{font-size:12px}.news-footer{justify-content:space-between;margin-top:16px}.news-more-btn{font-size:13px}.footer{padding:40px 0 24px}.footer-container{grid-template-columns:1fr!important;gap:30px!important;padding:0 20px}.footer-links{grid-template-columns:repeat(3,1fr)!important;gap:16px}.footer-col h4{font-size:14px;margin-bottom:10px}.footer-col ul li a{font-size:12px;line-height:2}.footer-contact{text-align:center!important}.footer-contact-title{font-size:16px}.footer-contact-item{font-size:13px;justify-content:center}.social-links{justify-content:center!important}.footer-bottom{margin-top:20px;padding:16px;text-align:center}.footer-bottom p{flex-wrap:wrap;gap:8px!important;font-size:11px;justify-content:center}.footer-bottom p span,.footer-bottom p a{font-size:11px}.video-modal{width:95%;max-width:95%}.video-modal-player{width:100%;aspect-ratio:16 / 9}.sr-container{padding:0 16px}.news-layout{flex-direction:column;gap:20px}.news-sidebar{width:100%!important;position:static!important;flex-shrink:1}.news-sidebar .category-tabs{display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch;gap:8px;padding-bottom:4px}.news-sidebar .category-tab{white-space:nowrap;flex-shrink:0}.news-featured-card{flex-direction:column}.news-featured-img{width:100%!important;flex-shrink:1;aspect-ratio:16 / 9}.news-featured-content{padding:16px!important}.news-list-card{flex-direction:column}.news-list-img{width:100%!important;flex-shrink:1;aspect-ratio:16 / 9}.news-list-content{padding:16px!important}.brand-tabs-section.tabs-fixed{top:56px}.brand-tabs-placeholder{height:52px}.brand-tabs{gap:16px;overflow-x:auto;-webkit-overflow-scrolling:touch;flex-wrap:nowrap}.brand-tab{font-size:14px;white-space:nowrap;flex-shrink:0}.brand-tab-content{padding:60px 16px!important}.brand-video-carousel,.brand-video-cards{gap:12px}.culture-layout{flex-direction:column;min-height:auto}.culture-image-col{position:static;width:100%;height:200px}.culture-row-left{display:none}.culture-row-right{padding:16px}.brand-campus-section{padding:10px 16px!important}.product-yiduiyi-layout{flex-direction:column;gap:20px}.product-yiduiyi-layout .product-yiduiyi-left{flex:none;width:100%}.pyramid-intro-img{width:100%!important;max-width:100%}.product-hps-cards{gap:16px}.product-hps-card{min-height:auto;padding:24px 16px}.hps-hexagon-icon{width:60px;height:60px;margin-bottom:12px}.gc-banner{margin-top:60px}.gc-section{padding:50px 0 30px}.gc-core-literacy-layout{flex-direction:column;gap:24px}.gc-core-literacy-circle{flex:none;width:100%;max-width:300px;margin:0 auto}.gc-core-literacy-text{flex:none;width:100%}.cr-banner{aspect-ratio:auto!important;height:50vw!important;min-height:220px;max-height:420px;margin-top:56px}.cr-banner-bg{transform:none!important;background-position:center 30%!important}.sr-stats{padding:40px 16px 30px;overflow:visible}.sr-stats-inner{gap:24px;padding:0}.sr-stats-logo-wrapper{min-height:120px}.sr-stats-logo{width:100%;max-width:320px}.sr-stats-left{position:static;transform:none;width:100%;text-align:center;pointer-events:auto}.sr-stats-title{font-size:22px;text-align:center}.sr-stats-subtitle{font-size:12px;margin-bottom:12px;text-align:center}.sr-stats-desc{font-size:13px;line-height:1.8;text-align:center;padding:0 8px}.sr-stats-right{position:static;transform:none;width:100%;text-align:center;pointer-events:auto}.sr-stats-grid{grid-template-columns:repeat(3,1fr);gap:12px;justify-items:center}.sr-stat-item{padding:0 4px;text-align:center}.sr-stat-item:not(:last-child):after{display:none}.sr-stat-num{font-size:26px}.sr-stat-label{font-size:11px}.sr-orbits{display:none}.sr-stats-logo-wrapper,.sr-stats-left,.sr-stats-right{opacity:1!important;transform:none!important}.teachers-carousel-cards{gap:12px}.teachers-product-right-content{width:100%!important}.teachers-gsap-card{height:380px}.contact-section{padding:60px 0 80px}}@media (min-width: 769px){.hamburger-btn{display:none}.nav-drawer-overlay,.nav-drawer{display:none!important}}
