.tds-footer{color:#7b889c;box-sizing:border-box;flex-direction:column;align-items:center;gap:16px;min-height:112px;padding:37px 0;font-family:PingFang SC;font-size:14px;line-height:1.5;display:flex}.tds-footer .footer-pcg-term{cursor:pointer}.tds-footer .footer-pcg-term svg{vertical-align:middle}.tds-footer .btn-text{color:#7b889c;cursor:pointer}.tds-footer .btn-text:hover{color:#0a6cff}.tds-footer .footer-pcg-href-link{color:#7b889c}.tds-footer .footer-pcg-href-link:hover{color:#0a6cff}.tds-footer .tds-footer-logo{cursor:pointer;height:18px}.tds-footer .product-row{flex-direction:row;align-items:center;gap:20px;display:flex}.tds-footer .privacy-row{flex-direction:row;align-items:center;gap:10px;display:flex}@media screen and (max-width:768px){.tds-footer{gap:.6rem;min-height:5rem;padding:1rem .2rem;font-size:.625rem}.tds-footer .tds-footer-logo{flex:0 0 100%;height:15px}.tds-footer .product-row{flex-flow:wrap;justify-content:center;align-items:center;gap:8px;display:flex}.tds-footer .privacy-row{flex-direction:row;align-items:center;gap:4px;display:flex}}.flex-layout{flex-direction:row;align-items:center;display:flex}.divider-vertical{background:#7b889c;width:1px;height:12px}.divider-horizontal{background:#4b4b4b;width:100%;height:1px}.tds-navigation{z-index:99;justify-content:center;width:100%;height:58px;padding:16px 0;display:flex}.tds-navigation-content{justify-content:space-between;align-items:center;display:flex}.tds-navigation-content-item{font-family:PingFang SC;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.tds-navigation-row{align-items:center;gap:30px;width:-webkit-fit-content;width:fit-content;display:flex}.tds-navigation-logo{cursor:pointer}.tds-navigation-logo img{width:152px;height:23px}@media screen and (max-width:768px){.tds-navigation{height:3.5rem;padding:1rem}.tds-navigation-content{padding:0;width:100%!important}.tds-navigation-content .ant-space{display:none}.tds-navigation-logo img{width:7.5rem;height:auto}.tds-navigation-menu-btn{cursor:pointer;display:block}.tds-navigation-menu-btn>img{line-height:1.5rem}}.tds-navigation-light .tds-navigation-content-item{color:#1e304a;cursor:pointer}.tds-navigation-light .tds-navigation-content-item.tds-navigation-content-item-active{color:#0a6cff}.tds-navigation-light .tds-navigation-content-item.tds-navigation-content-item-more{height:58px;line-height:58px;display:block}.tds-navigation-light .tds-navigation-content-item:hover{color:#0a6cff}.tds-navigation-overlay{background-color:#fff;width:100vw;font-family:PingFang SC;font-style:normal;box-shadow:0 1px 4px rgba(42,58,134,.15)}.tds-navigation-overlay-wrapper{width:1200px;margin:3px auto 0;padding-bottom:90px;line-height:22px}.tds-navigation-overlay-title{color:#122440;margin:44px 0 14px;font-size:16px;font-weight:600}.tds-navigation-overlay-grid{border-bottom:none;grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.tds-navigation-overlay-card{cursor:pointer;background:rgba(0,0,0,.02);border-radius:8px;flex-direction:column;gap:12px;padding:16px;display:flex}.tds-navigation-overlay-card-title-layout{flex-direction:row;align-items:center;gap:8px;display:flex}.tds-navigation-overlay-card-title{color:#122440;font-size:16px;font-weight:500}.tds-navigation-overlay-card-img{border-radius:6px;width:24px;height:24px}.tds-navigation-overlay-card-desc-overlay{color:#fff;background:rgba(0,0,0,.85);border-radius:6px;width:320px;margin-top:24px;padding:12px;font-size:14px}.tds-navigation-overlay-card-desc{color:#7b889c;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;width:300px;font-size:14px;display:-webkit-box;overflow:hidden}.tds-navigation-dropdown-container{background:#fff;grid-template-columns:repeat(4,1fr);width:100vw;margin-top:20px;display:grid;box-shadow:0 1px 4px rgba(42,58,134,.15)}.tds-navigation-dropdown-container :nth-child(4n){border-right:none!important}.tds-navigation-dropdown-item{cursor:pointer;border-bottom:1px solid #dce3ee;border-right:1px solid #dce3ee;flex-direction:column;align-items:center;gap:.25rem;padding:1rem 0 .75rem;display:flex}.tds-navigation-dropdown-item-img{border-radius:6px;width:2.25rem;height:2.25rem}.tds-navigation-dropdown-item-title{color:#4a5970;font-size:.75rem}.tds-overlay-container{display:inline-block;position:relative}.tds-overlay-content{z-index:9999;opacity:0;pointer-events:none;transition:opacity .3s,transform .3s;position:absolute}.tds-overlay-content.tds-fade-in{opacity:1;pointer-events:auto;transition:opacity .3s,transform .3s}.tds-overlay-content.tds-fade-out{opacity:0;pointer-events:none;transition:opacity .3s,transform .3s}.tds-overlay-content.tds-fixed{position:fixed;left:0;right:0}.tds-overlay-content.tds-placement-top{bottom:100%;left:50%;transform:translate(-50%)translateY(8px)}.tds-overlay-content.tds-placement-top.tds-fade-in{transform:translate(-50%)translateY(0)}.tds-overlay-content.tds-placement-top.tds-fade-out{transform:translate(-50%)translateY(8px)}.tds-overlay-content.tds-placement-left{top:50%;right:100%;transform:translateY(-50%)translate(8px)}.tds-overlay-content.tds-placement-left.tds-fade-in{transform:translateY(-50%)translate(0)}.tds-overlay-content.tds-placement-left.tds-fade-out{transform:translateY(-50%)translate(8px)}.tds-overlay-content.tds-placement-bottom{top:100%;left:50%;transform:translate(-50%)translateY(-8px)}.tds-overlay-content.tds-placement-bottom.tds-fade-in{transform:translate(-50%)translateY(0)}.tds-overlay-content.tds-placement-bottom.tds-fade-out{transform:translate(-50%)translateY(-8px)}.tds-overlay-content.tds-placement-right{top:50%;left:100%;transform:translateY(-50%)translate(-8px)}.tds-overlay-content.tds-placement-right.tds-fade-in{transform:translateY(-50%)translate(0)}.tds-overlay-content.tds-placement-right.tds-fade-out{transform:translateY(-50%)translate(-8px)}.tds-overlay-content.tds-placement-topLeft{bottom:100%;right:0;transform:translateY(8px)}.tds-overlay-content.tds-placement-topLeft.tds-fade-in{transform:translateY(0)}.tds-overlay-content.tds-placement-topLeft.tds-fade-out{transform:translateY(8px)}.tds-overlay-content.tds-placement-topRight{bottom:100%;left:0;transform:translateY(8px)}.tds-overlay-content.tds-placement-topRight.tds-fade-in{transform:translateY(0)}.tds-overlay-content.tds-placement-topRight.tds-fade-out{transform:translateY(8px)}.tds-overlay-content.tds-placement-bottomLeft{top:100%;right:0;transform:translateY(-8px)}.tds-overlay-content.tds-placement-bottomLeft.tds-fade-in{transform:translateY(0)}.tds-overlay-content.tds-placement-bottomLeft.tds-fade-out{transform:translateY(-8px)}.tds-overlay-content.tds-placement-bottomRight{top:100%;left:0;transform:translateY(-8px)}.tds-overlay-content.tds-placement-bottomRight.tds-fade-in{transform:translateY(0)}.tds-overlay-content.tds-placement-bottomRight.tds-fade-out{transform:translateY(-8px)}.tds-home-footer{background:#131418;width:100%;height:440px;font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow:hidden}.tds-home-footer .tds-home-footer-container{width:100%;margin:0 auto;padding:70px 0 32px;position:relative}.tds-home-footer .tds-home-footer-main-content{align-items:flex-start;width:1300px;height:260px;margin:0 auto;display:flex}.tds-home-footer .tds-home-footer-logo-section{cursor:pointer;flex-shrink:0;padding-right:100px;position:relative}.tds-home-footer .tds-home-footer-logo-section .tds-home-footer-logo{color:#fff;width:167.33px;height:34px}.tds-home-footer .tds-home-footer-links-section{flex-shrink:0;gap:32px;width:858.67px;height:175.5px;display:flex;position:relative}.tds-home-footer .tds-home-footer-links-section .tds-home-footer-column{width:auto;min-width:86px;position:relative}.tds-home-footer .tds-home-footer-links-section .tds-home-footer-column .tds-home-footer-column-title{color:#fff;border-bottom:1px solid rgba(255,255,255,.2);align-items:flex-start;width:100%;height:38.5px;margin:0 0 15px;padding-bottom:8px;font-family:PingFang SC;font-size:16px;font-weight:500;line-height:22.5px;display:flex;position:relative}.tds-home-footer .tds-home-footer-links-section .tds-home-footer-column .tds-home-footer-link-list{position:relative}.tds-home-footer .tds-home-footer-links-section .tds-home-footer-column .tds-home-footer-link-list .tds-home-footer-pc-layout{display:block}.tds-home-footer .tds-home-footer-links-section .tds-home-footer-column .tds-home-footer-link-list .tds-home-footer-pc-layout .tds-home-footer-two-column-wrapper{gap:15px;display:flex}.tds-home-footer .tds-home-footer-links-section .tds-home-footer-column .tds-home-footer-link-list .tds-home-footer-pc-layout .tds-home-footer-two-column-wrapper .tds-home-footer-column-1,.tds-home-footer .tds-home-footer-links-section .tds-home-footer-column .tds-home-footer-link-list .tds-home-footer-pc-layout .tds-home-footer-two-column-wrapper .tds-home-footer-column-2{flex-direction:column;flex:1;display:flex}.tds-home-footer .tds-home-footer-links-section .tds-home-footer-column .tds-home-footer-link-list .tds-home-footer-mobile-layout{display:none}.tds-home-footer .tds-home-footer-links-section .tds-home-footer-column .tds-home-footer-link-list .tds-home-footer-mobile-row{flex-wrap:wrap;display:flex}.tds-home-footer .tds-home-footer-links-section .tds-home-footer-column .tds-home-footer-link-list .tds-home-footer-link-item{color:#969799;cursor:pointer;width:100%;height:20px;margin-bottom:14px;font-family:PingFang SC;font-size:14px;font-weight:400;line-height:20px;transition:color .3s;display:block}.tds-home-footer .tds-home-footer-links-section .tds-home-footer-column .tds-home-footer-link-list .tds-home-footer-link-item:hover{color:#0a6cff}.tds-home-footer .tds-home-footer-links-section .tds-home-footer-column .tds-home-footer-link-list .tds-home-footer-link-item:last-child{margin-bottom:0}.tds-home-footer .tds-home-footer-links-section .tds-home-footer-column[data-column=研发助力]{width:140px}.tds-home-footer .tds-home-footer-links-section .tds-home-footer-column[data-column=研发助力] .tds-home-footer-link-list{width:140px;height:122px}.tds-home-footer .tds-home-footer-links-section .tds-home-footer-column[data-column=研发助力] .tds-home-footer-link-list .tds-home-footer-pc-layout{display:flex}.tds-home-footer .tds-home-footer-links-section .tds-home-footer-column[data-column=研发助力] .tds-home-footer-link-list .tds-home-footer-pc-layout .tds-home-footer-two-column-wrapper{gap:15px;width:100%;display:flex}.tds-home-footer .tds-home-footer-links-section .tds-home-footer-column[data-column=研发助力] .tds-home-footer-link-list .tds-home-footer-pc-layout .tds-home-footer-two-column-wrapper .tds-home-footer-column-1,.tds-home-footer .tds-home-footer-links-section .tds-home-footer-column[data-column=研发助力] .tds-home-footer-link-list .tds-home-footer-pc-layout .tds-home-footer-two-column-wrapper .tds-home-footer-column-2{flex:1}.tds-home-footer .tds-home-footer-links-section .tds-home-footer-column[data-column=研发助力] .tds-home-footer-link-list .tds-home-footer-pc-layout .tds-home-footer-two-column-wrapper .tds-home-footer-column-1 .tds-home-footer-link-item,.tds-home-footer .tds-home-footer-links-section .tds-home-footer-column[data-column=研发助力] .tds-home-footer-link-list .tds-home-footer-pc-layout .tds-home-footer-two-column-wrapper .tds-home-footer-column-2 .tds-home-footer-link-item{color:#969799;cursor:pointer;width:100%;height:20px;margin-bottom:14px;font-family:PingFang SC;font-size:14px;font-weight:400;line-height:20px;transition:color .3s;display:block}.tds-home-footer .tds-home-footer-links-section .tds-home-footer-column[data-column=研发助力] .tds-home-footer-link-list .tds-home-footer-pc-layout .tds-home-footer-two-column-wrapper .tds-home-footer-column-1 .tds-home-footer-link-item:hover,.tds-home-footer .tds-home-footer-links-section .tds-home-footer-column[data-column=研发助力] .tds-home-footer-link-list .tds-home-footer-pc-layout .tds-home-footer-two-column-wrapper .tds-home-footer-column-2 .tds-home-footer-link-item:hover{color:#0a6cff}.tds-home-footer .tds-home-footer-links-section .tds-home-footer-column[data-column=研发助力] .tds-home-footer-link-list .tds-home-footer-pc-layout .tds-home-footer-two-column-wrapper .tds-home-footer-column-1 .tds-home-footer-link-item:last-child,.tds-home-footer .tds-home-footer-links-section .tds-home-footer-column[data-column=研发助力] .tds-home-footer-link-list .tds-home-footer-pc-layout .tds-home-footer-two-column-wrapper .tds-home-footer-column-2 .tds-home-footer-link-item:last-child{margin-bottom:0}.tds-home-footer .tds-home-footer-links-section .tds-home-footer-column[data-column=研发助力] .tds-home-footer-link-list .tds-home-footer-mobile-layout{display:none}.tds-home-footer .tds-home-footer-qr-section{flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:15px;width:134px;height:208.5px;margin-left:40px;display:flex;position:relative}.tds-home-footer .tds-home-footer-qr-section .tds-home-footer-qr-title{color:#fff;margin:0;font-family:PingFang SC;font-size:16px;font-weight:500;line-height:22px}.tds-home-footer .tds-home-footer-qr-section .tds-home-footer-qr-wrapper{flex-direction:column;align-items:center;width:134px;height:171.5px;display:flex}.tds-home-footer .tds-home-footer-qr-section .tds-home-footer-qr-wrapper .tds-home-footer-qr-image{border-radius:6px;width:134px;height:134px;margin-bottom:4px}.tds-home-footer .tds-home-footer-qr-section .tds-home-footer-qr-wrapper .tds-home-footer-qr-text{text-align:center;color:#969799;width:134px;height:33.5px;font-family:PingFang SC;font-size:14px;font-weight:400;line-height:33.5px;display:block}.tds-home-footer .tds-home-footer-divider{background:#1e304a;width:100%;height:1px;margin:32px 0}.tds-home-footer .tds-home-footer-copyright{justify-content:center;align-items:center;width:100%;height:14px;margin:0 auto;display:flex}.tds-home-footer .tds-home-footer-copyright .tds-home-footer-copyright-text{color:#cbcbcb;white-space:nowrap;text-align:center;width:auto;margin:0;font-family:PingFang SC;font-size:12px;font-weight:400;line-height:14px;display:inline-block}.tds-home-footer .tds-home-footer-copyright .tds-home-footer-copyright-text>a,.tds-home-footer .tds-home-footer-link{color:#cbcbcb}@media screen and (max-width:768px){.tds-home-footer{height:auto;padding:2rem 1.25rem;padding-bottom:calc(2rem + env(safe-area-inset-bottom,0px))}.tds-home-footer .tds-home-footer-container{width:100%;max-width:100%;padding:0}.tds-home-footer .tds-home-footer-main-content{flex-direction:column;gap:1.5rem;width:100%;max-width:100%;height:auto;margin:0;display:flex}.tds-home-footer .tds-home-footer-logo-section{display:none}.tds-home-footer .tds-home-footer-links-section{flex-direction:column;gap:.625rem;width:100%;height:auto;display:flex}.tds-home-footer .tds-home-footer-links-section .tds-home-footer-column{width:100%;height:70px}.tds-home-footer .tds-home-footer-links-section .tds-home-footer-column[data-column=研发助力]{height:112px;width:100%!important}.tds-home-footer .tds-home-footer-links-section .tds-home-footer-column[data-column=研发助力] .tds-home-footer-link-list{width:100%}.tds-home-footer .tds-home-footer-links-section .tds-home-footer-column .tds-home-footer-column-title{color:#fff;border-bottom:none;height:auto;margin-bottom:.75rem;padding-bottom:0;font-size:1rem;font-weight:500;line-height:1.41rem}.tds-home-footer .tds-home-footer-links-section .tds-home-footer-column .tds-home-footer-link-list{width:100%;height:auto;display:block}.tds-home-footer .tds-home-footer-links-section .tds-home-footer-column .tds-home-footer-link-list .tds-home-footer-pc-layout{display:none}.tds-home-footer .tds-home-footer-links-section .tds-home-footer-column .tds-home-footer-link-list .tds-home-footer-mobile-layout{flex-direction:column;gap:.875rem;width:100%;height:auto;display:flex}.tds-home-footer .tds-home-footer-links-section .tds-home-footer-column .tds-home-footer-link-list .tds-home-footer-mobile-layout .tds-home-footer-mobile-row{flex-wrap:wrap;align-items:center;gap:0 2rem;width:100%;height:auto;display:flex}.tds-home-footer .tds-home-footer-links-section .tds-home-footer-column .tds-home-footer-link-list .tds-home-footer-mobile-layout .tds-home-footer-mobile-row .tds-home-footer-link-item{color:#969799;white-space:nowrap;cursor:pointer;width:auto;height:auto;margin:0;font-size:.875rem;font-weight:500;line-height:1.375rem;transition:color .3s}.tds-home-footer .tds-home-footer-links-section .tds-home-footer-column .tds-home-footer-link-list .tds-home-footer-mobile-layout .tds-home-footer-mobile-row .tds-home-footer-link-item:hover{color:#0a6cff}.tds-home-footer .tds-home-footer-links-section .tds-home-footer-column .tds-home-footer-link-list .tds-home-footer-link-item{color:#969799;white-space:nowrap;cursor:pointer;width:auto;height:auto;margin-bottom:.875rem;margin-right:2rem;font-size:.875rem;font-weight:500;line-height:1.25rem;transition:color .3s;display:inline-block}.tds-home-footer .tds-home-footer-links-section .tds-home-footer-column .tds-home-footer-link-list .tds-home-footer-link-item:last-child{margin-right:0}.tds-home-footer .tds-home-footer-links-section .tds-home-footer-column .tds-home-footer-link-list .tds-home-footer-link-item:hover{color:#0a6cff}.tds-home-footer .tds-home-footer-links-section .tds-home-footer-column[data-column=开发]{width:100%}.tds-home-footer .tds-home-footer-links-section .tds-home-footer-column[data-column=开发] .tds-home-footer-link-list{width:100%;height:auto}.tds-home-footer .tds-home-footer-qr-section{flex-direction:column;align-items:center;width:100%;margin:1.5rem 0;display:flex}.tds-home-footer .tds-home-footer-qr-section .tds-home-footer-qr-title{color:#fff;text-align:center;width:100%;font-size:1rem;font-weight:500;line-height:1.375rem}.tds-home-footer .tds-home-footer-qr-section .tds-home-footer-qr-wrapper{flex-direction:column;align-items:center;display:flex}.tds-home-footer .tds-home-footer-qr-section .tds-home-footer-qr-wrapper .tds-home-footer-qr-image{border-radius:.375rem;width:8.375rem;height:8.375rem;margin-bottom:.25rem}.tds-home-footer .tds-home-footer-qr-section .tds-home-footer-qr-wrapper .tds-home-footer-qr-text{color:#969799;text-align:center;font-size:.875rem;font-weight:400;line-height:2.09rem}.tds-home-footer .tds-home-footer-divider{width:100%;height:.0625rem;margin:1.5rem 0}.tds-home-footer .tds-home-footer-copyright{text-align:center;width:100%}.tds-home-footer .tds-home-footer-copyright .tds-home-footer-copyright-text{color:#cbcbcb;white-space:normal;word-break:break-word;font-size:.5625rem;font-weight:400;line-height:1.5}}.tds-home-footer-mobile-divider{background:#1e304a;width:100%;height:1px}.navigation-jDTpfI{--nav-height:78px;z-index:1100;height:var(--nav-height);color:#101828;border-bottom:.5px solid transparent;justify-content:center;transition:background-color .3s cubic-bezier(.16,1,.3,1),border-color .3s cubic-bezier(.16,1,.3,1),box-shadow .3s cubic-bezier(.16,1,.3,1),-webkit-backdrop-filter .3s cubic-bezier(.16,1,.3,1),backdrop-filter .3s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;bottom:auto;left:0;right:0}.navigation-jDTpfI:hover{background:#fff}.navigation-solid-Ss3UwB{-webkit-backdrop-filter:saturate(180%)blur(20px);backdrop-filter:saturate(180%)blur(20px);background:rgba(255,255,255,.88);border-bottom-color:rgba(214,224,237,.48);box-shadow:0 0 50px rgba(16,24,40,.05)}.navigation-content-j0xxoS{justify-content:space-between;align-items:center;width:min(1200px,100% - 48px);height:100%;display:flex}.navigation-brand-LR7oPp{align-items:center;height:48px;display:inline-flex}.navigation-logo-VWSYls{width:168px;height:auto;display:block}.navigation-section-zU9LRk{align-items:center;gap:28px;height:100%;display:flex}.navigation-section-item-ne1PWv{-webkit-appearance:none;appearance:none;color:#101828;cursor:pointer;background:0 0;border:1px solid transparent;border-radius:0;outline:none;align-items:center;gap:7px;height:100%;padding:0;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:16px;font-weight:400;line-height:1;transition:color .24s cubic-bezier(.16,1,.3,1),background-color .24s cubic-bezier(.16,1,.3,1),transform .24s cubic-bezier(.16,1,.3,1);display:inline-flex;position:relative}.navigation-section-item-ne1PWv:after{display:none}.navigation-section-item-ne1PWv:hover{color:#006cff;background:0 0}.navigation-section-item-ne1PWv:focus-visible{color:#006cff;background:0 0}.navigation-section-item-ne1PWv:focus-visible{box-shadow:none}.navigation-section-item-ne1PWv:active{transform:translateY(1px)}.navigation-section-item-active-gMV8f_{color:#006cff;background:0 0}.navigation-section-item-arrow-DulzBl{width:12px;transition:transform .28s cubic-bezier(.16,1,.3,1),filter .24s cubic-bezier(.16,1,.3,1)}.navigation-section-item-arrow-DulzBl[data-open=true]{transform:rotate(180deg)}.navigation-section-item-ne1PWv:hover .navigation-section-item-arrow-DulzBl,.navigation-section-item-active-gMV8f_ .navigation-section-item-arrow-DulzBl{filter:brightness(0)saturate()invert(34%)sepia(98%)saturate(4242%)hue-rotate(210deg)brightness(101%)contrast(106%)}.navigation-section-item-ne1PWv:focus-visible .navigation-section-item-arrow-DulzBl{filter:brightness(0)saturate()invert(34%)sepia(98%)saturate(4242%)hue-rotate(210deg)brightness(101%)contrast(106%)}.navigation-product-vw1nSS{align-items:center;height:100%;display:flex}.product-menu-fteyXI{top:var(--nav-height);width:100vw;max-height:calc(100vh - var(--nav-height));opacity:0;visibility:hidden;pointer-events:none;background:rgba(255,255,255,.99);border-top:.5px solid rgba(220,229,241,.7);border-bottom:.5px solid rgba(214,225,240,.68);padding:30px max(24px,50vw - 600px);transition:opacity .24s cubic-bezier(.16,1,.3,1),transform .28s cubic-bezier(.16,1,.3,1),visibility .24s;position:absolute;left:0;overflow:auto;transform:translateY(-10px);box-shadow:0 22px 58px -28px rgba(30,71,126,.32)}.product-menu-open-GtmQEE{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.product-menu-layout-NZgr6R{grid-template-columns:minmax(0,1fr) 300px;align-items:stretch;gap:24px;display:grid}.product-menu-catalog-P7ZsPq{min-width:0}.product-menu-eyebrow-ff0uVY{color:#0a6cff;letter-spacing:.04em;margin-bottom:16px;font-size:14px;font-weight:500}.product-menu-title-i8sG65{color:#0c1f3f;letter-spacing:-.02em;font-size:24px;font-weight:500;line-height:1.3}.product-menu-desc-X2rd17{color:#667790;margin:18px 0 6px;font-size:13px;line-height:1.85}.product-menu-feature-vqWrhJ{background:#f4f8ff;border:0;border-radius:18px;flex-direction:column;min-height:100%;padding:32px 28px 26px;display:flex;overflow:hidden}.product-menu-illustration-FDu8HH{filter:saturate(.94);align-self:center;width:min(100%,240px);height:auto;margin:auto 0 4px;display:block}.product-menu-all-FTjBPJ{color:#0a6cff;border:1px solid #0a6cff;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:42px;margin:0 auto;padding:0 24px;font-size:14px;font-weight:500;transition:color .2s cubic-bezier(.16,1,.3,1),background-color .2s cubic-bezier(.16,1,.3,1),transform .2s cubic-bezier(.16,1,.3,1);display:flex}.product-menu-all-FTjBPJ span{transition:transform .2s cubic-bezier(.16,1,.3,1)}.product-menu-all-FTjBPJ:hover{background:#0a6cff;color:#fff!important}.product-menu-all-FTjBPJ:focus-visible{background:#0a6cff;color:#fff!important}.product-menu-all-FTjBPJ:hover span{transform:translate(3px)}.product-menu-all-FTjBPJ:active{transform:scale(.98)}.product-group-Y_KTsy{border-bottom:.5px solid rgba(224,232,242,.62);grid-template-columns:180px minmax(0,1fr);align-items:center;gap:18px;min-width:0;min-height:78px;padding:14px 0;display:grid}.product-group-Y_KTsy:first-child{padding-top:4px}.product-group-Y_KTsy:last-child{border-bottom:0;padding-bottom:4px}.product-group-heading-iDlupX{grid-template-columns:40px minmax(0,1fr);align-items:center;gap:14px;padding-right:16px;display:grid}.product-group-icon-AJ5Dot{color:#0a6cff;background:linear-gradient(145deg,#e7f1ff 0%,#f5f8ff 100%);border:1px solid rgba(126,172,242,.2);border-radius:14px;place-items:center;width:40px;height:40px;display:grid;box-shadow:inset 0 1px rgba(255,255,255,.92),0 8px 20px -16px rgba(10,108,255,.65)}.product-group-icon-AJ5Dot svg{width:22px;height:22px;display:block}.product-group-title-ISH5fn{color:#102443;white-space:nowrap;margin:0;font-size:16px;font-weight:500}.product-group-list-P5DGLu{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px 12px;display:grid}.product-item-RRTRIr{border-radius:10px;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:9px;min-width:0;padding:6px;transition:background-color .2s cubic-bezier(.16,1,.3,1),transform .2s cubic-bezier(.16,1,.3,1);display:grid}.product-item-RRTRIr:hover{background:#f4f7fb;transform:translateY(-1px)}.product-item-RRTRIr:focus-visible{background:#f4f7fb;transform:translateY(-1px)}.product-item-icon-B5Zdat{object-fit:contain;border-radius:8px;width:28px;height:28px}.product-item-name-CxAQzF{text-overflow:ellipsis;white-space:nowrap;color:#112440;font-size:13px;font-weight:500;line-height:20px;display:block;overflow:hidden}@media screen and (min-width:769px) and (max-width:1180px){.product-menu-fteyXI{padding:22px}.product-menu-layout-NZgr6R{grid-template-columns:minmax(0,1fr) 260px;gap:22px}.product-menu-feature-vqWrhJ{padding:30px 24px 26px}.product-menu-illustration-FDu8HH{width:220px}.product-group-Y_KTsy{grid-template-columns:160px minmax(0,1fr);gap:16px}.product-group-heading-iDlupX{grid-template-columns:40px minmax(0,1fr);gap:12px;padding-right:14px}.product-group-icon-AJ5Dot{width:40px;height:40px}.product-group-list-P5DGLu{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}}@media screen and (min-width:769px) and (max-height:760px){.product-menu-fteyXI{padding-top:28px;padding-bottom:28px}.product-menu-feature-vqWrhJ{padding:24px 22px 20px}.product-menu-eyebrow-ff0uVY{margin-bottom:14px}.product-menu-desc-X2rd17{margin:14px 0 4px;line-height:1.75}.product-menu-illustration-FDu8HH{width:190px}.product-menu-all-FTjBPJ{min-height:40px;font-size:14px}.product-group-Y_KTsy{min-height:66px;padding:9px 0}.product-group-heading-iDlupX{grid-template-columns:40px minmax(0,1fr);gap:12px}.product-group-icon-AJ5Dot{width:40px;height:40px}.product-group-list-P5DGLu{gap:6px 12px}.product-item-RRTRIr{grid-template-columns:28px minmax(0,1fr);gap:9px;padding:4px 6px}.product-item-icon-B5Zdat{width:28px;height:28px}}.mobile-toggle-lyvgL7,.mobile-panel-atGZ19{display:none}@media screen and (max-width:768px){.navigation-jDTpfI{--nav-height:58px}.navigation-content-j0xxoS{width:100%;padding:0 18px}.navigation-logo-VWSYls{width:132px;height:auto}.navigation-section-zU9LRk{display:none}.mobile-toggle-lyvgL7{background:0 0;border:0;border-radius:10px;place-content:center;gap:5px;width:40px;height:40px;padding:0;display:grid}.mobile-toggle-lyvgL7 span{background:#1e304a;border-radius:2px;width:20px;height:2px;display:block}.mobile-toggle-lyvgL7:active{transform:scale(.97)}.mobile-panel-atGZ19{top:var(--nav-height);height:calc(100dvh - var(--nav-height));opacity:0;visibility:hidden;pointer-events:none;background:#fff;padding:10px 18px 28px;transition:opacity .22s cubic-bezier(.16,1,.3,1),transform .26s cubic-bezier(.16,1,.3,1),visibility .22s;display:block;position:fixed;left:0;right:0;overflow-y:auto;transform:translateY(-8px)}.mobile-panel-open-XqV2wQ{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.mobile-nav-item-pd1VWN{color:#122440;text-align:left;background:0 0;border:0;border-bottom:1px solid #edf1f7;justify-content:space-between;align-items:center;width:100%;min-height:58px;padding:0 4px;font-size:17px;font-weight:400;display:flex}.mobile-product-trigger-drDQC6 img{width:13px;transition:transform .24s cubic-bezier(.16,1,.3,1)}.mobile-product-trigger-drDQC6 img[data-open=true]{transform:rotate(180deg)}.mobile-products-i2BRjj{border-bottom:1px solid #edf1f7;padding:8px 0 18px;display:none}.mobile-products-open-KRVyjc{display:block}.mobile-product-group-bx3yQz{padding:16px 4px 2px}.mobile-product-group-bx3yQz h2{color:#7b889c;letter-spacing:.08em;margin:0 0 10px;font-size:12px;font-weight:500}.mobile-product-group-bx3yQz>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.mobile-product-group-bx3yQz a{color:#1e304a;background:#f6f8fb;border-radius:9px;align-items:center;gap:8px;min-width:0;padding:9px;font-size:13px;font-weight:500;display:flex}.mobile-product-group-bx3yQz img{object-fit:contain;border-radius:7px;flex:none;width:28px;height:28px}}html{scroll-behavior:smooth}body{background:#f6f9fe;margin:0}.page-kacLf8{color:#1e304a;background:#f6f9fe;min-height:100dvh;font-family:PingFang SC,Microsoft YaHei,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow:hidden}.shell-LPEff1{width:min(1200px,100% - 48px);margin:0 auto}.hero-h8_7bR{background-color:#edf6ff;background-position:top;background-repeat:no-repeat;background-size:cover;height:359px;position:relative;overflow:hidden}.hero-h8_7bR .shell-LPEff1{height:100%;position:relative}.heroSubtitle-LkHEkq{color:#0f2e61;letter-spacing:0;width:520px;margin:0;font-size:32px;font-weight:500;line-height:1.6;position:absolute;top:137px;left:0}.heroSubtitle-LkHEkq span{white-space:nowrap;display:block}.aboutSection-qom0A5{background:#fff;padding:86px 0 94px}.sectionIntro-ZpRnSM,.centerHeading-OmZ7Iq{text-align:center;flex-direction:column;align-items:center;display:flex}.sectionIntro-ZpRnSM{gap:10px}.sectionIntro-ZpRnSM h2,.centerHeading-OmZ7Iq h2{color:#1e304a;letter-spacing:0;margin:0;font-size:40px;font-weight:500;line-height:1.6}.sectionIntro-ZpRnSM p,.centerHeading-OmZ7Iq>p{color:#4a5970;width:min(700px,100%);margin:0;font-size:16px;font-weight:400;line-height:1.6}.capabilityGrid-vQ3q3p{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:32px;display:grid}.capabilityCard-CbwTtV{--tone:#1267ef;background:#fff;border:1px solid #e0e9f5;border-radius:18px;min-height:398px;padding:25px 24px;transition:transform .22s,box-shadow .22s,border-color .22s;box-shadow:0 14px 34px rgba(44,75,120,.06)}.capabilityCard-CbwTtV:hover{border-color:color-mix(in srgb,var(--tone)30%,#dbe6f3);transform:translateY(-5px);box-shadow:0 20px 46px rgba(44,75,120,.11)}.capabilityIcon-GE8qiC{color:#fff;background:var(--tone);width:58px;height:58px;box-shadow:0 10px 22px color-mix(in srgb,var(--tone)25%,transparent);border-radius:50%;place-items:center;font-size:28px;display:grid}.capabilityCard-CbwTtV h4{color:#111f36;min-height:76px;margin:18px 0 0;font-size:19px;font-weight:600;line-height:1.5}.capabilityCard-CbwTtV>p{color:#4a5970;min-height:78px;margin:0;font-size:14px;line-height:1.75}.capabilityCard-CbwTtV ul{border-top:1px solid #edf2f8;margin:0;padding:19px 0 0;list-style:none}.capabilityCard-CbwTtV li{color:#435571;align-items:center;gap:8px;font-size:13px;line-height:2.15;display:flex}.capabilityCard-CbwTtV li>svg{color:var(--tone);flex:none}.blue-F62K0F{--tone:#1267ef}.green-DeFOSB{--tone:#10bf7b}.violet-ItjY1P{--tone:#6448f5}.orange-vsJEwf{--tone:#ff982e}.missionBanner-h5RnOz,.valueBanner-lIrSKb{background:#f3f8ff;border:1px solid #dce9f9;border-radius:16px;justify-content:center;align-items:center;gap:22px;min-height:90px;margin-top:30px;padding:20px 34px;display:flex}.missionBanner-h5RnOz p,.valueBanner-lIrSKb p{color:#223958;margin:0;font-size:18px;line-height:1.7}.missionIcon-naoVeE,.valueBanner-lIrSKb>span{color:#1267ef;background:#dcecff;border-radius:50%;flex:0 0 48px;place-items:center;width:48px;height:48px;font-size:24px;display:grid}.nameSection-ji82Kh{background:#f5f9fe;padding:94px 0 100px}.centerHeading-OmZ7Iq{gap:10px}.meaningGrid-nde8dJ{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:38px;display:grid}.meaningCard-Uch7Kj{background:#fff;border:1px solid #e0e9f5;border-radius:18px;min-height:328px;padding:23px 22px 21px;transition:transform .32s cubic-bezier(.16,1,.3,1),border-color .32s,box-shadow .32s;position:relative;overflow:hidden;box-shadow:0 14px 36px rgba(37,69,116,.06)}.meaningCard-Uch7Kj:before{content:"";background:var(--tone);transform-origin:0;border-radius:0 0 3px 3px;height:3px;transition:transform .32s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:22px;right:22px;transform:scaleX(0)}.meaningCard-Uch7Kj header{align-items:flex-start;gap:15px;min-height:96px;display:flex}.meaningIcon-hkwi3L{color:#fff;background:var(--tone);border-radius:50%;flex:0 0 48px;place-items:center;width:48px;height:48px;font-size:24px;transition:transform .32s cubic-bezier(.16,1,.3,1);display:grid}.meaningCard-Uch7Kj header h3{color:var(--tone);margin:1px 0 6px;font-size:18px;font-weight:600;line-height:1.4}.meaningCard-Uch7Kj header p{color:#52627b;margin:0;font-size:12px;line-height:1.65}.meaningCard-Uch7Kj>h4{color:#1a2d49;min-height:34px;margin:12px 0 0;font-size:14px;font-weight:600}.detailList-kygue0,.promiseList-_aRPk9{margin:0;padding:0;list-style:none}.detailList-kygue0 li{color:#344963;border-bottom:1px solid #edf2f7;align-items:center;gap:11px;min-height:38px;font-size:12px;display:flex}.detailList-kygue0 li:last-child{border-bottom:0}.detailList-kygue0 li>span{color:var(--tone);font-size:16px}.roleGrid-B2ng67{grid-template-columns:repeat(12,minmax(0,1fr));gap:6px;display:grid}.roleGrid-B2ng67>div{background:color-mix(in srgb,var(--tone)8%,#fff);text-align:center;border-radius:9px;place-items:center;min-height:66px;padding:8px 4px;transition:transform .24s cubic-bezier(.16,1,.3,1),background-color .24s;display:grid}.roleGrid-B2ng67>div:nth-child(-n+3){grid-column:span 4}.roleGrid-B2ng67>div:nth-child(n+4){grid-column:span 3}.roleGrid-B2ng67 span{color:var(--tone);font-size:19px}.roleGrid-B2ng67 p{color:#2e435f;margin:4px 0 0;font-size:11px}.promiseList-_aRPk9 li{border-bottom:1px solid #edf2f7;align-items:center;gap:11px;min-height:54px;display:flex}.promiseList-_aRPk9 li:last-child{border-bottom:0}.promiseList-_aRPk9 li>svg{color:var(--tone);flex:none}.promiseList-_aRPk9 p{color:#42556f;margin:0;font-size:12px;line-height:1.6}.promiseList-_aRPk9 strong{color:#233b5c;margin-right:5px;font-weight:600}@media (hover:hover) and (pointer:fine){.meaningCard-Uch7Kj:hover{border-color:color-mix(in srgb,var(--tone)28%,#dbe5f1);transform:translateY(-6px);box-shadow:0 22px 48px rgba(37,69,116,.12)}.meaningCard-Uch7Kj:hover:before{transform:scaleX(1)}.meaningCard-Uch7Kj:hover .meaningIcon-hkwi3L{transform:translateY(-2px)scale(1.06)}.detailList-kygue0 li,.promiseList-_aRPk9 li{transition:transform .22s cubic-bezier(.16,1,.3,1),color .22s}.detailList-kygue0 li:hover,.promiseList-_aRPk9 li:hover{color:#182f50;transform:translate(4px)}.roleGrid-B2ng67>div:hover{background:color-mix(in srgb,var(--tone)13%,#fff);transform:translateY(-3px)}}@media (prefers-reduced-motion:reduce){.meaningCard-Uch7Kj,.meaningCard-Uch7Kj:before,.meaningIcon-hkwi3L,.detailList-kygue0 li,.promiseList-_aRPk9 li,.roleGrid-B2ng67>div{transition:none!important;transform:none!important}}.servicePanel-Pq8eFH{background:#fff;border:1px solid #e0e9f5;border-radius:20px;margin-top:24px;padding:25px 24px 26px}.servicePanel-Pq8eFH>h3{text-align:center;color:#162845;margin:0 0 22px;font-size:19px;font-weight:600}.serviceGrid-F79YIq{grid-template-columns:repeat(5,minmax(0,1fr));display:grid}.serviceItem-hbBLMd{text-align:center;border-right:1px solid #e8eef6;flex-direction:column;justify-content:flex-start;align-items:center;gap:12px;min-height:124px;padding:10px 18px;display:flex}.serviceItem-hbBLMd:last-child{border-right:0}.serviceItem-hbBLMd>span{color:var(--tone);font-size:30px}.serviceItem-hbBLMd p{color:#263c59;white-space:pre-line;max-width:190px;margin:0;font-size:14px;line-height:1.6}.valueBanner-lIrSKb{background:#edf6ff;min-height:90px;margin-top:22px}.valueBanner-lIrSKb p{font-size:16px}.contactBand-AazakZ{z-index:4;background-color:#eaf4ff;background-position:50%;background-repeat:no-repeat;background-size:cover;height:236px;position:relative}.contactBand-AazakZ .shell-LPEff1{height:100%}.contactBandContent-MaOu0o{justify-content:space-between;align-items:center;gap:48px;height:100%;display:flex}.contactBandCopy-VzcY67{width:600px}.contactBandCopy-VzcY67 h2{color:#202124;margin:0 0 12px;font-size:36px;font-weight:600;line-height:1}.contactBandCopy-VzcY67 p{color:#4a5970;margin:0;font-size:16px;line-height:1.6}.contactBandActions-WwBAls{align-items:center;gap:16px;display:flex}.contactActionItem-qfruCI{position:relative}.contactBandButton-HFQ5KT{height:40px;font:inherit;cursor:pointer;border-radius:4px;justify-content:center;align-items:center;padding:0 24px;font-size:18px;font-weight:400;line-height:24px;transition:color .18s,background-color .18s,border-color .18s,box-shadow .18s;display:inline-flex}.primaryButton-nxO3Qt{background:#1267ef;border:1px solid #1267ef;min-width:120px;color:#fff!important}.primaryButton-nxO3Qt:hover{background:#2e7cf2;border-color:#2e7cf2;box-shadow:0 8px 20px rgba(18,103,239,.2);color:#fff!important}.primaryButton-nxO3Qt:focus-visible{background:#2e7cf2;border-color:#2e7cf2;box-shadow:0 8px 20px rgba(18,103,239,.2);color:#fff!important}.secondaryButton-WDYs_6{color:#1267ef;background:0 0;border:1px solid #1267ef;min-width:138px}.secondaryButton-WDYs_6:hover{color:#fff;background:#1267ef;box-shadow:0 8px 20px rgba(18,103,239,.18)}.secondaryButton-WDYs_6:focus-visible{color:#fff;background:#1267ef;box-shadow:0 8px 20px rgba(18,103,239,.18)}.contactPopover-pqb4HB{z-index:20;visibility:hidden;opacity:0;pointer-events:none;transform-origin:100% 100%;background:rgba(255,255,255,.98);border:1px solid rgba(207,222,241,.9);border-radius:14px;transition:opacity .18s,transform .18s,visibility .18s;position:absolute;bottom:calc(100% + 14px);right:0;transform:translateY(8px)scale(.98);box-shadow:0 18px 46px rgba(31,72,125,.18)}.contactPopover-pqb4HB:before{content:"";height:18px;position:absolute;bottom:-16px;left:0;right:0}.contactPopover-pqb4HB:after{content:"";background:#fff;border-bottom:1px solid rgba(207,222,241,.9);border-right:1px solid rgba(207,222,241,.9);width:12px;height:12px;position:absolute;bottom:-7px;right:34px;transform:rotate(45deg)}.contactActionItem-qfruCI:hover .contactPopover-pqb4HB{visibility:visible;opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.contactActionItem-qfruCI:focus-within .contactPopover-pqb4HB{visibility:visible;opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.emailPopover-QuggrV{align-items:center;gap:14px;width:290px;padding:20px;display:flex}.popoverIcon-JbPVB5{color:#1267ef;background:#eaf3ff;border-radius:50%;flex:0 0 44px;place-items:center;width:44px;height:44px;font-size:21px;display:grid}.emailPopoverContent-JD9p0_{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.emailPopover-QuggrV strong{color:#1c2f4b;font-size:15px}.emailAddressRow-bc1KOf{align-items:center;gap:8px;min-width:0;display:flex}.emailAddressRow-bc1KOf>span{color:#1267ef;white-space:nowrap;font-size:14px}.copyEmailButton-pkfH2W{color:#1267ef;cursor:pointer;background:#edf5ff;border:0;border-radius:7px;flex:0 0 28px;place-items:center;width:28px;height:28px;padding:0;font-size:14px;transition:color .16s,background-color .16s,transform .16s;display:grid}.copyEmailButton-pkfH2W:hover{color:#fff;background:#1267ef;transform:translateY(-1px)}.copyEmailButton-pkfH2W:focus-visible{color:#fff;background:#1267ef;transform:translateY(-1px)}.copyEmailButton-pkfH2W:active{transform:translateY(0)scale(.94)}.wechatPopover-tX2kO4{flex-direction:column;align-items:center;width:220px;padding:16px;display:flex}.wechatPopover-tX2kO4 img{object-fit:contain;border-radius:8px;width:170px;height:170px;display:block}.wechatPopover-tX2kO4>span{color:#52627a;margin-top:8px;font-size:12px}@media (max-width:980px){.capabilityGrid-vQ3q3p{grid-template-columns:repeat(2,minmax(0,1fr))}.capabilityCard-CbwTtV{min-height:360px}.meaningGrid-nde8dJ{grid-template-columns:1fr}.meaningCard-Uch7Kj{min-height:0}.roleGrid-B2ng67{grid-template-columns:repeat(7,minmax(0,1fr))}.roleGrid-B2ng67>div{grid-column:span 1!important}.serviceGrid-F79YIq{grid-template-columns:repeat(3,minmax(0,1fr))}.serviceItem-hbBLMd:nth-child(3){border-right:0}.serviceItem-hbBLMd:nth-child(n+4){border-top:1px solid #e8eef6}.contactBand-AazakZ{background-position:50%;height:auto;min-height:330px}.contactBandContent-MaOu0o{flex-direction:column;justify-content:center;align-items:flex-start;gap:28px;padding:48px 4px}.contactBandCopy-VzcY67,.contactBandActions-WwBAls{width:100%}.contactActionItem-qfruCI{flex:1 1 0}.contactBandButton-HFQ5KT{width:100%}.primaryButton-nxO3Qt,.secondaryButton-WDYs_6{min-width:0}.contactPopover-pqb4HB{transform-origin:top;top:calc(100% + 12px);bottom:auto;right:auto;transform:translateY(-8px)scale(.98)}.contactPopover-pqb4HB:before{top:-16px;bottom:auto}.contactPopover-pqb4HB:after{border:0;border-top:1px solid rgba(207,222,241,.9);border-left:1px solid rgba(207,222,241,.9);top:-7px;bottom:auto}.contactActionItem-qfruCI:first-child .contactPopover-pqb4HB{left:0}.contactActionItem-qfruCI:first-child .contactPopover-pqb4HB:after{left:34px;right:auto}.contactActionItem-qfruCI:last-child .contactPopover-pqb4HB{right:0}.contactActionItem-qfruCI:hover .contactPopover-pqb4HB{transform:translateY(0)scale(1)}.contactActionItem-qfruCI:focus-within .contactPopover-pqb4HB{transform:translateY(0)scale(1)}}@media (max-width:720px){.shell-LPEff1{width:min(100% - 32px,560px)}.hero-h8_7bR{background-position:top;background-size:100% 100%;height:280px}.hero-h8_7bR .shell-LPEff1{box-sizing:border-box;text-align:center;flex-direction:column;justify-content:center;align-items:center;padding-top:58px;display:flex}.heroSubtitle-LkHEkq{color:#101828;width:min(500px,100%);margin:0;font-size:max(20px,min(5.5vw,24px));font-weight:500;line-height:1.55;position:static}.heroSubtitle-LkHEkq span{white-space:nowrap;display:block}.aboutSection-qom0A5,.nameSection-ji82Kh{padding:64px 0 68px}.sectionIntro-ZpRnSM h2,.centerHeading-OmZ7Iq h2{font-size:30px;line-height:1.45}.sectionIntro-ZpRnSM p,.centerHeading-OmZ7Iq>p{margin-top:4px;font-size:14px;line-height:1.75}.capabilityGrid-vQ3q3p{grid-template-columns:1fr;margin-top:28px}.capabilityCard-CbwTtV{min-height:0;padding:24px}.capabilityCard-CbwTtV h4,.capabilityCard-CbwTtV>p{min-height:0}.capabilityCard-CbwTtV>p{margin-bottom:18px}.missionBanner-h5RnOz,.valueBanner-lIrSKb{justify-content:flex-start;align-items:flex-start;padding:22px}.missionBanner-h5RnOz p{font-size:15px}.meaningGrid-nde8dJ{margin-top:28px}.meaningCard-Uch7Kj{padding:24px 20px}.meaningCard-Uch7Kj header{min-height:0}.meaningIcon-hkwi3L{flex-basis:50px;width:50px;height:50px;font-size:24px}.meaningCard-Uch7Kj header h3{font-size:18px}.meaningCard-Uch7Kj>h4{margin-top:22px}.roleGrid-B2ng67{grid-template-columns:repeat(2,minmax(0,1fr))}.roleGrid-B2ng67>div{grid-column:auto!important}.servicePanel-Pq8eFH{padding:23px 18px}.serviceGrid-F79YIq{grid-template-columns:1fr}.serviceItem-hbBLMd{text-align:left;border-bottom:1px solid #e8eef6;border-right:0;flex-direction:row;justify-content:flex-start;align-items:center;min-height:82px}.serviceItem-hbBLMd:nth-child(n+4){border-top:0}.serviceItem-hbBLMd:last-child{border-bottom:0}.valueBanner-lIrSKb p{font-size:14px}.contactBand-AazakZ{min-height:310px}.contactBandContent-MaOu0o{padding:44px 0}.contactBandCopy-VzcY67 h2{margin-bottom:14px;font-size:30px}.contactBandCopy-VzcY67 p{font-size:13px;line-height:1.75}.contactBandButton-HFQ5KT{padding-inline-start:12px;padding-inline-end:12px;font-size:16px}.emailPopover-QuggrV{width:min(290px,100vw - 32px)}.wechatPopover-tX2kO4{width:210px}.wechatPopover-tX2kO4 img{width:158px;height:158px}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}@font-face{font-family:tencentFont;src:url(https://v.qq.com/x/services/fontmin?font=tencent&text=腾讯端服务让您的研发运营轻松愉悦)}@media (max-width:720px){body{background:#131418}}.page-PEDppH{--tds-blue:#1469e8;--tds-ink:#10203d;--tds-muted:#637189;min-height:100dvh;color:var(--tds-ink);background:linear-gradient(#f8fbff 0%,#fff 42%,#f7fbff 100%);border-top:1px solid rgba(218,231,248,.78);font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow:hidden}.heroBand-VAVgC5{background-color:#eaf4ff;background-position:top;background-repeat:no-repeat;background-size:100% 100%;height:359px;margin-top:-1px}.shell-eqTViq{width:min(100% - 48px,1338px);margin:0 auto}.heroBand-VAVgC5 .shell-eqTViq{width:min(100% - 48px,1312px)}.hero-AdENno{text-align:center;flex-direction:column;align-items:center;gap:11px;width:500px;height:160px;margin:0 auto;padding-top:138px;display:flex;position:relative}.heroTitle-ipVJNd{color:#000;letter-spacing:0;margin:0;font-size:50px;font-weight:600;line-height:1.6}.heroLead-wcEjaP{color:#4a5970;margin:0;font-size:16px;font-weight:400;line-height:1.6}.contentShell-NVVjYb{padding-top:52px;padding-bottom:80px}.timeline-rBekDo{gap:36px;padding:12px 0 8px;display:grid;position:relative}.timeline-rBekDo:before{content:"";background:linear-gradient(rgba(222,230,241,0),#d8e2f0 10% 90%,rgba(222,230,241,0));border-radius:999px;width:1px;position:absolute;top:98px;bottom:98px;left:139px;box-shadow:0 0 0 1px rgba(255,255,255,.92),0 0 18px rgba(78,124,187,.08)}.row-Uced7O{grid-template-columns:82px 1px minmax(0,1fr);align-items:center;column-gap:57px;min-height:189px;animation:.68s cubic-bezier(.16,1,.3,1) both tdsChronicleIn-gNFTWm;display:grid;position:relative}.date-xp0yrd{color:#333;text-align:right;white-space:nowrap;flex-direction:column;justify-content:center;align-items:flex-end;gap:8px;width:82px;font-weight:500;line-height:1;display:flex}.date-xp0yrd span{white-space:nowrap;display:block}.dateMonth-gy64tm{color:#0a6cff;font-size:29px;font-weight:700}.dateYear-vryqU2{color:#111827;font-size:24px;font-weight:700}.node-J8GKjd{z-index:1;background:#fff;border:2px solid #d8e2f0;border-radius:999px;justify-self:center;width:24px;height:24px;position:relative;box-shadow:0 0 0 5px rgba(231,238,249,.9),0 8px 22px rgba(78,124,187,.14)}.node-J8GKjd:after{content:"";background:#0a6cff;border-radius:999px;width:10px;height:10px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 3px rgba(10,108,255,.12)}.card-v9uBet{min-height:189px;box-shadow:none;background:0 0;border:0;border-radius:0;outline:none;grid-template-columns:335px minmax(0,1fr);gap:0;transition:transform .24s cubic-bezier(.16,1,.3,1);display:grid;position:relative;overflow:visible}.card-v9uBet:hover{transform:translateY(-4px)}.card-v9uBet:hover .cardTitle-VZalza,.card-v9uBet.isExpanded-tL1a5y .cardTitle-VZalza{white-space:normal;text-overflow:clip;overflow:visible}.card-v9uBet:focus-within .cardTitle-VZalza{white-space:normal;text-overflow:clip;overflow:visible}.card-v9uBet:hover .cardBody-OXgn0N,.card-v9uBet.isExpanded-tL1a5y .cardBody-OXgn0N{-webkit-line-clamp:unset;line-clamp:unset;display:block;overflow:visible}.card-v9uBet:focus-within .cardBody-OXgn0N{-webkit-line-clamp:unset;line-clamp:unset;display:block;overflow:visible}.venue-fERXF1{background:0 0;border-right:0;min-height:189px;position:relative;overflow:hidden}.cover-I52Mcb{aspect-ratio:16/9;object-fit:cover;background:#f1f5f9;width:335px;height:189px;display:block}.cardContent-F4y8Fa{background:0 0;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:0;min-height:189px;padding:18px 30px 0;display:flex;position:relative}.cardContent-F4y8Fa:after{content:"";background:#e8eef7;border-radius:999px;height:1px;position:absolute;bottom:0;left:30px;right:30px}.cardMain-fWz_Gs{flex-direction:column;gap:8px;width:100%;margin-bottom:14px;display:flex}.cardMeta-MivmLW{flex-wrap:wrap;align-items:center;gap:8px;margin:auto 0 36px;display:flex}.cardTitle-VZalza{color:#0f0f3a;letter-spacing:0;white-space:nowrap;text-overflow:ellipsis;width:100%;margin:0;font-size:24px;font-weight:500;line-height:1.6;transition:all .2s;overflow:hidden}.cardBody-OXgn0N{color:#666;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;width:100%;margin:0;font-size:16px;font-weight:400;line-height:1.6;transition:all .25s;display:-webkit-box;overflow:hidden}.bodyDate-GHZwua{color:inherit;font:inherit}.chip-mZNw2I{color:#64748b;background:#f1f5f9;border-radius:6px;justify-content:center;align-items:center;min-height:28px;padding:5px 10px;font-size:12px;font-weight:400;line-height:18px;display:inline-flex}@keyframes tdsChronicleIn-gNFTWm{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translate(0,0)}}@media (max-width:1024px){.hero-AdENno{width:min(500px,100%)}.timeline-rBekDo:before{left:114px}.row-Uced7O{grid-template-columns:82px 1px minmax(0,1fr);column-gap:32px}.card-v9uBet{grid-template-columns:260px minmax(0,1fr)}.cover-I52Mcb{width:260px;height:146px}}@media (max-width:720px){.heroBand-VAVgC5{background-position:58% 0;height:280px;padding-bottom:0}.heroBand-VAVgC5 .shell-eqTViq{height:100%}.shell-eqTViq{width:min(100% - 28px,560px)}.hero-AdENno{box-sizing:border-box;justify-content:center;width:min(500px,100%);height:100%;padding:58px 0 0}.heroTitle-ipVJNd{width:auto;font-size:34px;line-height:1.45}.heroLead-wcEjaP{width:min(500px,100%);font-size:14px;line-height:1.75}.contentShell-NVVjYb{padding-top:36px;padding-bottom:60px}.timeline-rBekDo{gap:28px;padding-left:0}.timeline-rBekDo:before{top:42px;bottom:42px;left:13.5px}.row-Uced7O{grid-template-columns:28px minmax(0,1fr);gap:14px;min-height:0}.date-xp0yrd{text-align:left;flex-direction:row;grid-column:2;justify-content:start;align-items:flex-start;width:auto;line-height:1.25}.date-xp0yrd span{display:inline}.dateMonth-gy64tm,.dateYear-vryqU2{font-size:22px}.node-J8GKjd{grid-row:1/span 2;align-self:start;width:18px;height:18px;margin-top:5px}.card-v9uBet{grid-column:2;grid-template-columns:1fr;min-height:0;transform:none!important}.card-v9uBet:hover{transform:none!important}.card-v9uBet:hover .cardTitle-VZalza,.card-v9uBet.isExpanded-tL1a5y .cardTitle-VZalza{white-space:normal;text-overflow:clip;overflow:visible}.card-v9uBet:focus-within .cardTitle-VZalza{white-space:normal;text-overflow:clip;overflow:visible}.card-v9uBet:hover .cardBody-OXgn0N,.card-v9uBet.isExpanded-tL1a5y .cardBody-OXgn0N{-webkit-line-clamp:unset;line-clamp:unset;display:block;overflow:visible}.card-v9uBet:focus-within .cardBody-OXgn0N{-webkit-line-clamp:unset;line-clamp:unset;display:block;overflow:visible}.venue-fERXF1,.cardContent-F4y8Fa{min-height:0}.venue-fERXF1{border:0}.cardContent-F4y8Fa{padding:20px}.cover-I52Mcb{width:100%;height:auto}.cardTitle-VZalza{white-space:normal;text-overflow:clip;font-size:22px;overflow:visible}.cardBody-OXgn0N{-webkit-line-clamp:unset;line-clamp:unset;font-size:16px;display:block;overflow:visible}}.contactUs-jqKgJ4{z-index:1000;color:#1e304a;text-align:center;background:linear-gradient(#d8ecff 0%,#f6faff 100%);border:2px solid #fff;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:200px;padding:24px 0;font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:500;line-height:22px;display:flex;position:fixed;bottom:120px;right:20px}.contactUs-close-o2ASRt{cursor:pointer;background:#fff;border-radius:0 8px 0 6.895px;justify-content:center;align-items:center;width:20.686px;height:20.686px;padding:2px 2.385px 2.686px 2.301px;display:flex;position:absolute;top:-1px;right:-1px}.contactUs-account-ZNAuEH{border-radius:6px;width:132px;height:132px}.contactUs-jqKgJ4 img{max-width:132px}.wx-lkq8mh{z-index:1000;border-radius:16px;position:fixed;bottom:120px;right:20px}@keyframes tdsProgress-e5Xmhy{0%{width:0%}to{width:100%}}.section-m_KoZz{background:linear-gradient(#fff,rgba(248,250,252,.8),#fff);padding:150px 16px 100px;position:relative;overflow:hidden}@media screen and (max-width:768px){.section-m_KoZz{margin-top:0;padding:40px 16px 48px}}.container-e9Er6e{z-index:10;width:100%;max-width:1336px;margin:0 auto;position:relative}.header-L7_dbb{text-align:center;margin-bottom:48px}@media (max-width:768px){.header-L7_dbb{margin-bottom:24px}}.badge-naEPFd{background:#eff6ff;border:1px solid #dbeafe;border-radius:9999px;align-items:center;gap:8px;margin-bottom:20px;padding:4px 12px;display:inline-flex}@media (max-width:768px){.badge-naEPFd{max-width:100%;margin-bottom:14px}}.badgeText-WZE7QZ{color:#0052d9;text-transform:uppercase;letter-spacing:.1em;font-size:12px;font-weight:700}@media (max-width:768px){.badgeText-WZE7QZ{letter-spacing:.06em;font-size:11px;line-height:18px}}.title-usX5xg{color:#0f172a;letter-spacing:-.025em;margin:0 0 16px;font-size:36px;font-weight:700;line-height:1.2}@media (min-width:1024px){.title-usX5xg{font-size:48px}}@media (max-width:768px){.title-usX5xg{letter-spacing:0;font-size:28px}}.titleGradient-qM0MDr{-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#6366f1,#3b82f6,#0ea5e9);-webkit-background-clip:text;background-clip:text}.subtitle-gsTT4K{color:#64748b;max-width:900px;margin:0 auto;font-size:14px;line-height:1.6}@media (min-width:1024px){.subtitle-gsTT4K{font-size:16px}}@media (max-width:768px){.subtitle-gsTT4K{max-width:22rem}}.subtitleBold-YIFC6_{color:#334155;font-weight:600}.tabsWrapper-HKXXOU{justify-content:center;margin-bottom:32px;display:flex}@media (max-width:768px){.tabsWrapper-HKXXOU{width:100%;margin-bottom:20px}}.tabsInner-D4CMpd{background:#fff;border:1px solid rgba(226,232,240,.7);border-radius:16px;flex-wrap:wrap;align-items:center;gap:4px;padding:6px;display:inline-flex;box-shadow:0 1px 3px rgba(0,0,0,.05)}@media (max-width:768px){.tabsInner-D4CMpd{width:100%;box-shadow:none;background:0 0;border:0;border-radius:0;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:0;display:grid}}.tabBtn-Ii3QNV{cursor:pointer;background:0 0;border:none;border-radius:12px;padding:8px 14px;font-size:14px;font-weight:600;transition:color .2s;position:relative}@media (min-width:640px){.tabBtn-Ii3QNV{padding:8px 16px}}@media (max-width:768px){.tabBtn-Ii3QNV{background:rgba(255,255,255,.96);border:1px solid rgba(218,227,240,.92);border-radius:12px;min-width:0;min-height:52px;padding:10px 6px;box-shadow:0 8px 22px -20px rgba(55,99,170,.6)}}.tabBtnLabel-Syq0Z4{z-index:10;align-items:center;gap:6px;transition:color .2s;display:flex;position:relative}@media (max-width:768px){.tabBtnLabel-Syq0Z4{white-space:nowrap;justify-content:center;gap:5px}}.tabBtnLabelActive-n61Bpt{color:#fff}.tabBtnLabelInactive-f8Cv5C{color:#475569}.tabBtnLabelInactive-f8Cv5C:hover{color:#0f172a}.card-A6zZ9P{background:#fff;border:1px solid rgba(226,232,240,.7);border-radius:24px;position:relative;overflow:hidden;box-shadow:0 12px 40px -20px rgba(30,41,59,.12),0 4px 14px -10px rgba(30,41,59,.06)}@media (min-width:1024px){.cardWithBg-R3vSAi{height:572px}}@media (max-width:768px){.cardWithBg-R3vSAi{height:auto;min-height:0}}.progressBar-hUtGsC{z-index:30;pointer-events:none;background:rgba(226,232,240,.4);height:3px;position:absolute;top:0;left:0;right:0;overflow:hidden}.progressFill-ZYNm21{height:100%;animation:tdsProgress-e5Xmhy var(--progress-duration,10s)linear forwards}.topAccentLine-PgE5uG{opacity:.3;width:100%;height:1px}.bgImageLayer-PMa5u8{pointer-events:none;background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;top:0;bottom:0;left:0;right:0}.mobileIllustration-Eux4C_{display:none}@media (max-width:768px){.mobileIllustration-Eux4C_{width:100%;margin-top:8px;display:block}}.mobileIllustrationImg-WdvVwO{width:100%;height:auto;display:block}.cardGrid-Yff2JA{grid-template-columns:1fr;gap:32px;padding:32px;display:grid;position:relative}@media (min-width:1024px){.cardGrid-Yff2JA{grid-template-columns:minmax(0,420px) 1fr;align-items:center;gap:48px;padding:48px}}@media (max-width:768px){.cardGrid-Yff2JA{flex-direction:column;gap:16px;padding:24px 20px;display:flex}}.cardGridWithBg-OqhI2g{height:100%}@media (min-width:1024px){.cardGridWithBg-OqhI2g{grid-template-columns:minmax(0,420px) 1fr}}@media (max-width:768px){.cardGridWithBg-OqhI2g{flex-direction:column;height:auto;display:flex}}.leftPanel-FoK4pD{flex-direction:column;gap:24px;display:flex}.leftPanelWithBg-MigH39{z-index:10;position:relative}.stageBadge-D6Qt2j{border:1px solid;border-radius:9999px;align-items:center;gap:6px;padding:4px 12px;font-size:12px;font-weight:600;display:inline-flex}.stageBadgeIcon-DDl1dj{justify-content:center;align-items:center;width:16px;height:16px;display:flex}.cardTitle-cgi5YO{color:#0f172a;letter-spacing:-.025em;margin:0;font-size:28px;font-weight:700;line-height:1.2}@media (min-width:1024px){.cardTitle-cgi5YO{font-size:36px}}.cardTitleArrow-jOeRus{color:#94a3b8;margin:0 8px;font-weight:300}.descList-dpbGfg{color:#475569;flex-direction:column;gap:6px;margin:0;font-size:15px;line-height:1.75;display:flex}@media (min-width:1024px){.descList-dpbGfg{font-size:17px}}.descItem-neVdCs{align-items:flex-start;gap:10px;margin:0;display:flex}.descBullet-zoNozv{background:linear-gradient(135deg,#8b5cf6,#3b82f6);border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:.65em}.tags-xLrVQx{flex-wrap:wrap;gap:8px;padding-top:4px;display:flex}.tag-xogVJJ{color:#475569;background:#f8fafc;border:1px solid rgba(226,232,240,.7);border-radius:9999px;align-items:center;gap:4px;padding:4px 10px;font-size:12px;font-weight:500;display:inline-flex}.tagCheck-nD1n1B{width:12px;height:12px}.divider-y1zP4G{background:linear-gradient(90deg,#e2e8f0,#f1f5f9,transparent);height:1px}.logosArea-x2nBOD{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.logosLabel-btYkQH{color:#94a3b8;text-transform:uppercase;letter-spacing:.1em;font-size:12px;font-weight:500}.logosRow-iugJ6y{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.logoChip-BvOq8j{cursor:pointer;background:#f8fafc;border:1px solid rgba(226,232,240,.7);border-radius:8px;align-items:center;gap:6px;padding:6px 12px;transition:border-color .2s,transform .2s;display:inline-flex}.logoChip-BvOq8j:hover{border-color:#cbd5e1;transform:translateY(-2px)}.logoImg-tTypNx{object-fit:contain;width:20px;height:20px}.logoFallback-aeyU2u{border-radius:6px;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.logoName-BPGbDP{color:#334155;letter-spacing:-.01em;font-size:14px;font-weight:700}.rightPanel-BebsIQ{position:relative}.illusFrame-hBER6A{border:1px solid rgba(226,232,240,.6);border-radius:16px;width:100%;height:100%;min-height:440px;padding:24px;position:relative;overflow:hidden}.illusFrameGrid-V29hfi{opacity:.04;position:absolute;top:0;bottom:0;left:0;right:0}.illusContent-aoUSyu{z-index:10;height:100%;position:relative}.statusPill-N2NamF{white-space:nowrap;background:#fff;border:1px solid;border-radius:9999px;align-items:center;gap:6px;padding:6px 12px;display:flex;position:absolute;bottom:16px;left:50%;transform:translate(-50%);box-shadow:0 2px 8px rgba(0,0,0,.1)}.statusDot-z6rIET{border-radius:50%;flex-shrink:0;width:6px;height:6px;position:relative}.statusDotRipple-D3rkH3{border-radius:50%;width:6px;height:6px;position:absolute;top:0;bottom:0;left:0;right:0}.statusLabel-YC6sIE{color:#334155;font-size:10px;font-weight:600}.designIllus-vl0Mi6{justify-content:center;align-items:center;height:100%;padding-bottom:40px;display:flex;position:relative}.designBgGlow-RcDums{justify-content:center;align-items:center;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.designGlowOrb-Fda4pT{filter:blur(48px);background:radial-gradient(circle,rgba(52,211,153,.3),rgba(20,184,166,.2),transparent);border-radius:50%;width:70%;height:70%}.designImgWrap-d6_Nua{width:100%;max-width:680px;padding:0 8px;position:relative}.designImg-oC1o10{object-fit:contain;filter:drop-shadow(0 20px 40px rgba(16,185,129,.15));width:100%;height:auto}.illusBadge-WyTIi0{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:rgba(255,255,255,.9);border-radius:8px;align-items:center;gap:6px;padding:6px 10px;display:flex;position:absolute;box-shadow:0 4px 12px rgba(0,0,0,.08)}.illusBadgeTL-TwKfO4{border:1px solid rgba(167,243,208,.5);top:12px;left:12px}.illusBadgeTR-D2qozx{background:linear-gradient(90deg,#10b981,#14b8a6);top:12px;right:12px;box-shadow:0 4px 12px rgba(16,185,129,.3)}.illusBadgeBR-dTyONv{border:1px solid rgba(226,232,240,.7);bottom:64px;right:12px}.designBadgeIcon-DPPyVY{background:linear-gradient(135deg,#10b981,#14b8a6);border-radius:6px;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.badgeLabelDark-KVFVSy{color:#334155;font-size:10px;font-weight:700}.badgeLabelWhite-JVIABc{color:#fff;letter-spacing:.05em;font-size:10px;font-weight:700}.platformIcons-hL3O8B{align-items:center;gap:4px;display:flex}.platformIconText-yZH6AS{color:#475569;margin-left:2px;font-size:9px;font-weight:600}.promptBox-dpf3v_{background:#fff;border:1px solid rgba(226,232,240,.7);border-radius:12px;padding:12px;box-shadow:0 1px 3px rgba(0,0,0,.05)}.promptHeader-sd0Gm_{align-items:center;gap:8px;margin-bottom:8px;display:flex}.promptIcon-s75whv{border-radius:6px;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.promptTitle-YISmls{color:#475569;font-size:10px;font-weight:700}.promptDots-JtemTD{gap:2px;margin-left:auto;display:flex}.promptDot-ZnE0N_{background:#818cf8;border-radius:50%;width:4px;height:4px}.promptCode-nAxj5O{color:#64748b;font-family:monospace;font-size:10px;line-height:1.5}.promptCodeAccent-cQtvUU{color:#6366f1}.miniCard-XlcWOx{background:#fff;border:1px solid rgba(226,232,240,.7);border-radius:8px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.05)}.miniCardTop-GwIKfa{height:4px}.miniCardBody-EVDDhx{flex-direction:column;gap:4px;padding:8px;display:flex}.miniCardLabel-nUwKpb{color:#475569;font-size:9px;font-weight:700}.miniCardLine-tGLJdw{background:#e2e8f0;border-radius:2px;width:100%;height:4px}.miniCardLine2-XkmdIZ{width:66%}.aiEngineRow-AUouK5{justify-content:center;align-items:center;gap:12px;display:flex}.aiEngine-PbhXKG{background:linear-gradient(135deg,#6366f1,#7c3aed);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex;box-shadow:0 8px 24px rgba(99,102,241,.3)}.aiEngineLines-C0_M0I{flex:1;align-items:center;gap:4px;display:flex}.aiEngineLine-Ij1Zgw{background:#a5b4fc;border-radius:1px;flex:1;height:2px}.aiEngineLabel-iODZsZ{color:#fff;background:#6366f1;border-radius:9999px;padding:2px 8px;font-size:9px;font-weight:700}.grid4-_p8lJx{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.grid3-oZaLro{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.qualityGate-VjL2oE{background:linear-gradient(90deg,#eff6ff,#f5f3ff);border:1px solid rgba(199,210,254,.5);border-radius:8px;align-items:center;gap:8px;padding:10px;display:flex}.qualityIcon-od3jGs{background:#22c55e;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.qualityTitle-_oqU82{color:#334155;font-size:10px;font-weight:700}.qualityChecks-z2rYgd{align-items:center;gap:6px;margin-top:2px;display:flex}.qualityCheck-NPQZ8f{color:#64748b;align-items:center;gap:2px;font-size:9px;display:flex}.agentCard-AIV1DD{background:#fff;border:1px solid rgba(226,232,240,.7);border-radius:8px;padding:8px;box-shadow:0 1px 3px rgba(0,0,0,.05)}.agentHeader-eZxg4u{align-items:center;gap:4px;margin-bottom:6px;display:flex}.agentIcon-hNfjba{color:#fff;background:linear-gradient(135deg,#0ea5e9,#06b6d4);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.agentLabel-KkWa1f{color:#334155;text-overflow:ellipsis;white-space:nowrap;font-size:9px;font-weight:700;overflow:hidden}.agentStatus-TChLHF{align-items:center;gap:4px;display:flex}.agentDot-nfxSq9{background:#4ade80;border-radius:50%;flex-shrink:0;width:4px;height:4px}.agentStatusText-byC3VM{color:#64748b;font-size:9px}.chartCard-eK207E{background:#fff;border:1px solid rgba(226,232,240,.7);border-radius:8px;padding:12px;box-shadow:0 1px 3px rgba(0,0,0,.05)}.chartHeader-WsYB1Y{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.chartTitle-ZsLUgT{color:#334155;font-size:10px;font-weight:700}.chartPeak-L12PKX{color:#22c55e;align-items:center;gap:2px;font-size:9px;font-weight:600;display:flex}.chartBars-vXd8ML{align-items:flex-end;gap:4px;height:48px;display:flex}.chartBar-DXirF6{background:linear-gradient(#22d3ee,#0ea5e9);border-radius:2px;flex:1}.privacyCard-otby19{background:linear-gradient(90deg,#f0f9ff,#ecfeff);border:1px solid rgba(186,230,253,.5);border-radius:8px;align-items:center;gap:8px;padding:10px;display:flex}.privacyIcon-j2Gxi6{background:linear-gradient(135deg,#0ea5e9,#06b6d4);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.privacyInfo-tYSZI1{flex:1}.privacyTitle-RamsQE{color:#334155;font-size:10px;font-weight:700}.privacyDetail-ScBJWb{color:#64748b;margin-top:2px;font-size:9px}.privacyBold-u6lSTX{color:#334155;font-weight:700}.privacyPass-afV9nT{background:#dcfce7;border-radius:9999px;align-items:center;gap:2px;padding:2px 6px;display:flex}.privacyPassText-kIKR4O{color:#16a34a;font-size:9px;font-weight:700}.nlCmd-J_LT9K{background:#fff;border:1px solid rgba(226,232,240,.7);border-radius:12px;padding:12px;box-shadow:0 1px 3px rgba(0,0,0,.05)}.nlCmdHeader-zHzrw8{align-items:center;gap:8px;margin-bottom:6px;display:flex}.nlCmdCode-rBYEgO{color:#475569;font-family:monospace;font-size:10px}.nlCmdAccent-a9KTI1{color:#f59e0b}.wavesList-LN1fQo{flex-direction:column;gap:8px;display:flex}.waveRow-QyAZ6F{align-items:center;gap:8px;display:flex}.waveLabel-XKP4fB{color:#64748b;text-overflow:ellipsis;white-space:nowrap;flex-shrink:0;width:72px;font-size:9px;font-weight:600;overflow:hidden}.waveTrack-l23aLq{background:#f1f5f9;border-radius:9999px;flex:1;height:6px;overflow:hidden}.waveFill-wg5Hr0{border-radius:9999px;height:100%}.waveIcon-Nndstd{flex-shrink:0;width:12px;height:12px}.aiGuard-hCYJSz{background:linear-gradient(90deg,#f59e0b,#f97316);border-radius:8px;align-items:center;gap:8px;padding:10px;display:flex;box-shadow:0 8px 20px rgba(245,158,11,.2)}.aiGuardIcon-cPYrDg{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:rgba(255,255,255,.2);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.aiGuardTitle-HnW3TA{color:#fff;font-size:10px;font-weight:700}.aiGuardDetail-OGvcn_{color:rgba(255,255,255,.8);margin-top:2px;font-size:9px}.pulseDot-HzCZRf{background:#fff;border-radius:50%;flex-shrink:0;width:8px;height:8px}.alertCard-lq_Kiy{background:#fff;border:1px solid rgba(226,232,240,.7);border-radius:12px;align-items:center;gap:8px;padding:10px;display:flex;box-shadow:0 1px 3px rgba(0,0,0,.05)}.alertIcon-yVl52N{background:linear-gradient(135deg,#ec4899,#f43f5e);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.alertInfo-_fb870{flex:1;min-width:0}.alertRow-RMhdYF{align-items:center;gap:6px;display:flex}.alertTitle-nIjJj0{color:#334155;font-size:10px;font-weight:700}.alertBadge-dBHemk{color:#db2777;background:#fce7f3;border-radius:4px;padding:0 4px;font-size:9px;font-weight:700}.alertDetail-AlCUt6{color:#64748b;margin-top:2px;font-size:9px}.rootCauseCard-yIx8gH{background:#fff;border:1px solid rgba(226,232,240,.7);border-radius:12px;padding:12px;box-shadow:0 1px 3px rgba(0,0,0,.05)}.rootCauseHeader-V63cKI{align-items:center;gap:6px;margin-bottom:8px;display:flex}.rootCauseTitle-JOFz0K{color:#334155;font-size:10px;font-weight:700}.rootCauseConf-udrybh{color:#ec4899;margin-left:auto;font-size:9px;font-weight:700}.codeLines-eb90Q6{flex-direction:column;gap:4px;font-family:monospace;font-size:9px;display:flex}.codeLine-GAadiC{color:#94a3b8;align-items:center;gap:4px;display:flex}.codeLineHighlight-GgZPGD{color:#475569;background:rgba(252,231,243,.5);border-radius:4px;margin:0 -4px;padding:0 4px}.codeLineNum-J2Xw2j{text-align:right;width:12px}.codeLineCrash-emiQ79{color:#ec4899}.codeLineFix-ZnbHVm{color:#16a34a;align-items:center;gap:4px;display:flex}.toolsGrid-uyOOJF{grid-template-columns:repeat(4,1fr);gap:6px;display:grid}.toolCard-rzTEpD{background:#fff;border:1px solid rgba(226,232,240,.7);border-radius:8px;flex-direction:column;align-items:center;gap:4px;padding:6px;display:flex;box-shadow:0 1px 3px rgba(0,0,0,.05)}.toolIcon-AYOSOP{border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.toolLabel-NxVyqD{color:#475569;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%;font-size:9px;font-weight:700;overflow:hidden}.nlWorkflow-XwbL13{background:#fff;border:1px solid rgba(226,232,240,.7);border-radius:12px;padding:12px;box-shadow:0 1px 3px rgba(0,0,0,.05)}.nlWorkflowHeader-aZv6ma{align-items:center;gap:8px;margin-bottom:8px;display:flex}.nlWorkflowTitle-uMY2em{color:#475569;font-size:10px;font-weight:700}.workflowSteps-XC5fHK{align-items:center;gap:4px;display:flex}.workflowStep-se5Pai{color:#fff;background:linear-gradient(135deg,#8b5cf6,#d946ef);border-radius:6px;padding:4px 6px;font-size:9px;font-weight:700;box-shadow:0 2px 4px rgba(139,92,246,.2)}.workflowArrow-KuDfm4{background:linear-gradient(90deg,#a78bfa,#e879f9);border-radius:1px;flex:1;height:2px}.deviceFarmCard-yc8Y8a{background:#fff;border:1px solid rgba(226,232,240,.7);border-radius:12px;padding:12px;box-shadow:0 1px 3px rgba(0,0,0,.05)}.deviceFarmHeader-_v0BZc{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.deviceFarmTitleRow-WAgzpJ{align-items:center;gap:6px;display:flex}.deviceFarmTitle-TCqc6i{color:#475569;font-size:10px;font-weight:700}.deviceFarmCount-VQcaPT{color:#94a3b8;font-size:9px}.deviceGrid-KXvmQ_{grid-template-columns:repeat(8,1fr);gap:4px;display:grid}.deviceCell-gdM_DK{aspect-ratio:1;border-radius:2px}.deviceLegend-NIb3f1{color:#64748b;align-items:center;gap:12px;margin-top:8px;font-size:9px;display:flex}.legendDot-GqcOk_{align-items:center;gap:4px;display:inline-flex}.legendSquare-kGUHdN{border-radius:2px;width:8px;height:8px;display:inline-block}.tediCard-xX7Orb{background:linear-gradient(90deg,#8b5cf6,#d946ef);border-radius:8px;align-items:center;gap:8px;padding:10px;display:flex;box-shadow:0 8px 20px rgba(139,92,246,.2)}.tediIcon-Eq4bdD{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:rgba(255,255,255,.2);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.tediTitle-xJKhj1{color:#fff;font-size:10px;font-weight:700}.tediDetail-md_ovb{color:rgba(255,255,255,.8);margin-top:2px;font-size:9px}.flexCol-iamfCw{flex-direction:column;display:flex}.gap3-qrKvlp{gap:12px}.gap2_5-dymkTY{gap:10px}.pb12-AHAkFR{padding-bottom:48px}.pb10-QibbWu{padding-bottom:40px}.flex1-tLJb9h{flex:1}.flexRow-PY5BSq{flex-direction:row;display:flex}.itemsCenter-Akga0H{align-items:center}.minW0-JmhRta{min-width:0}.mlAuto-Y0SPuj{margin-left:auto}.employ-app-HkUPFB{background:linear-gradient(#fff 0%,#eef6fe 30%,#ecf4fe 100%);height:691px}.employ-app-HkUPFB .title-yTfoh0{text-align:center;color:#000;padding:79px 0 60px;font-family:PingFang SC;font-size:42px;font-style:normal;font-weight:400;line-height:normal}.employ-app-HkUPFB .client-marquee-gME5ys{padding-bottom:35px}.employ-app-HkUPFB .client-app-U5Zb3t{background:rgba(255,255,255,.8);border-radius:10px;flex-direction:row;justify-content:center;align-items:center;gap:16px;height:70px;margin:0 12px;padding:0 32px;display:flex;box-shadow:-5px 5px 10px rgba(0,0,0,.1),5px 5px 10px rgba(0,0,0,.1)}.employ-app-HkUPFB .client-app-icon-NHjOqc{width:40px;height:40px}.employ-app-HkUPFB .client-app-name-_1HBPn{letter-spacing:0;text-align:left;color:#122440;font-family:PingFang SC;font-size:20px;font-weight:500;line-height:27px}.employ-app-HkUPFB .client-Mps09M .last-client-marquee-GNhayz{margin-bottom:50px}@media screen and (max-width:768px){.employ-app-HkUPFB{height:auto;min-height:22rem}.employ-app-HkUPFB .title-yTfoh0{text-align:center;padding:0 1rem 1rem;font-size:1.5rem}.employ-app-HkUPFB .client-marquee-gME5ys{padding-bottom:1rem}.employ-app-HkUPFB .client-app-U5Zb3t{border-radius:.25rem;gap:.375rem;height:2.625rem;margin:0 .5625rem;padding:.4375rem}.employ-app-HkUPFB .client-app-icon-NHjOqc{width:1.625rem;height:1.625rem}.employ-app-HkUPFB .client-app-name-_1HBPn{font-size:.6875rem;line-height:normal}.employ-app-HkUPFB .last-client-marquee-GNhayz{margin-bottom:1.5rem}}@font-face{font-family:tencentFont;src:url(https://v.qq.com/x/services/fontmin?font=tencent&text=腾讯端服务让您的研发运营轻松愉悦)}.header-qjuOsZ{z-index:2;background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;align-items:center;height:663px;padding:0;line-height:1.5;display:flex;position:relative;overflow:visible}.header-wrapper-uOGGIp{flex-direction:column;flex:1;align-items:center;width:100%;display:flex}.header-content-F_o0NS{align-items:center;gap:33px;width:1200px;margin-top:140px;display:flex;position:relative}.header-content-detail-cZnuDb{flex-direction:column;justify-content:center;width:653px;display:flex}.header-content-title-Papst2{color:#222;font-family:PingFang SC;font-size:56px;font-style:normal;font-weight:600;line-height:120%}.header-content-desc-qcQ7oS{color:#4a5970;text-align:justify;margin:24px 0 32px;font-family:PingFang SC;font-size:16px;font-style:normal;font-weight:400;line-height:160%}.header-content-desc-extra-rgyfaY{padding-top:12px}.header-content-desc-link-pkYn6S{text-align:justify;-webkit-text-decoration-skip-ink:auto;text-decoration-skip-ink:auto;text-underline-offset:23%;text-underline-position:from-font;font-family:PingFang SC;font-size:16px;font-style:normal;font-weight:600;line-height:160%;color:#0a6cff!important;-webkit-text-decoration:underline #81b3ff!important;text-decoration:underline #81b3ff!important;text-decoration-thickness:.085em!important}.header-content-desc-bold-R0vlLl{color:#222;font-weight:600}.header-content-btn-YYLHPH{color:#000;cursor:pointer;box-sizing:border-box;background:#f2f4fd;border:1px solid #e0e5fb;border-radius:999px;align-items:center;gap:4px;width:auto;min-width:120px;height:36px;padding:6px 20px;font-family:PingFang SC;font-size:15px;font-style:normal;font-weight:400;line-height:160%;text-decoration:none;display:flex}.header-content-btn-YYLHPH:hover{color:#0a6cff;text-decoration:none}.header-content-tips-wgKneV{align-items:center;gap:8px;display:flex}.header-content-card-jDN5zu{grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:108px;align-items:end;gap:20px;width:1200px;display:grid;position:absolute;top:463px;left:0;transform:none}.header-content-card-item-qoVAWt{z-index:10;background:#fff;border-radius:16px;flex-direction:column;flex-shrink:0;gap:12px;width:auto;padding:24px 32px;display:flex;position:relative;transform:translateY(0);box-shadow:0 2px 8px rgba(55,99,170,.12)}.header-content-card-item-qoVAWt:hover{background-image:url(https://fue.gtimg.cn/fue-project-pub/p_n6YL5ztkYpZpqC/1btp8865i/static/image/card.6c51290a.png);background-position:100% 0;background-repeat:no-repeat;background-size:100%}.header-content-card-item-qoVAWt:hover .header-content-card-desc-VzPFv6{word-break:break-all;white-space:normal;overflow:auto}.header-content-card-header-XnoFgj{align-items:center;gap:8px;display:flex}.header-content-card-title-uNthlV{color:#122440;font-family:PingFang SC;font-size:18px;font-style:normal;font-weight:500;line-height:140%}.header-content-card-desc-VzPFv6{color:#4a5970;text-overflow:ellipsis;white-space:nowrap;font-family:PingFang SC;font-size:16px;font-style:normal;font-weight:400;line-height:normal;overflow:hidden}@media screen and (max-width:768px){.header-qjuOsZ{background-position:bottom;background-size:100%;height:auto;min-height:0;line-height:1.5rem}.header-content-F_o0NS{box-sizing:border-box;flex-direction:column;width:100%;max-width:100vw;margin-top:5.25rem;padding:0 1rem 2rem}.header-content-detail-cZnuDb{box-sizing:border-box;width:100%;max-width:100%;height:auto;transform:translateY(-10px)}.header-content-title-Papst2{margin:0;font-size:1.75rem;line-height:1.75rem}.header-content-desc-qcQ7oS{text-align:left;word-break:break-word;overflow-wrap:anywhere;margin:1.25rem 0;font-size:.875rem;line-height:1.375rem}.header-content-card-jDN5zu{box-sizing:border-box;background:rgba(205,219,239,.78);border:1px solid rgba(205,219,239,.78);border-radius:14px;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:auto;align-items:stretch;gap:0;width:100%;margin-top:.5rem;padding:0;display:grid;position:static;overflow:hidden;transform:translateY(4.75rem);box-shadow:0 14px 34px -24px rgba(55,99,170,.46)}.header-content-card-item-qoVAWt{width:auto;min-width:0;min-height:5.75rem;box-shadow:none;background:rgba(255,255,255,.94);border-radius:0;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:.75rem .125rem;position:relative;bottom:0;left:0!important}.header-content-card-item-qoVAWt svg{flex:0 0 1.5rem;width:1.5rem;height:1.5rem}.header-content-card-item-qoVAWt:hover{background:rgba(255,255,255,.94)}.header-content-card-title-uNthlV{color:#4a5970;text-align:center;word-break:keep-all;white-space:nowrap;max-width:none;font-size:.75rem;font-weight:500;line-height:1.125rem}.header-content-card-btn-Z3x5Uf{font-size:.9375rem}.header-content-btn-YYLHPH{box-sizing:border-box;text-align:center;white-space:normal;word-break:normal;border-radius:999px;justify-content:center;min-width:0;height:auto;padding:.625rem .75rem;font-size:.9375rem;line-height:1.375rem;display:inline-flex}.header-content-tips-wgKneV{flex-direction:column;align-items:start;gap:.75rem;width:100%}}.top-nW84OV{top:217px!important}.top-nW84OV .ant-popover-arrow{top:79.5%!important}.header-overlay-isDcHi .ant-popover-inner{border-radius:6px}.header-overlay-isDcHi .ant-popover-inner-content{min-width:1002px;padding:24px 32px!important}.header-overlay-isDcHi .ant-popover-inner-content .ant-list-item{margin-bottom:12px;border-bottom:none!important;padding:0!important}.header-overlay-isDcHi .ant-popover-inner-content .ant-list-item-meta{align-items:center}.header-overlay-isDcHi .ant-popover-inner-content .ant-list-item-meta-title{color:#122440;text-align:left;font-family:PingFang SC;font-size:18px;font-style:normal;font-weight:500;line-height:140%}.header-overlay-isDcHi .ant-popover-inner-content .ant-list-item-meta-description{color:#4a5970;font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:400;line-height:22px}.header-overlay-card-UBbBrd{background:#fff;border-radius:8px;flex-direction:column;flex-shrink:0;grid-template-columns:repeat(3,320px);justify-content:center;align-items:center;gap:12px;display:grid}.header-overlay-card-item-FfaoRk{background:rgba(0,0,0,.02);border-radius:8px;flex-direction:column;flex:1 0 0;align-items:flex-start;gap:12px;height:100%;padding:16px;display:flex}.header-overlay-card-item-header-VTkO7p{color:#122440;align-items:center;gap:12px;font-family:PingFang SC;font-size:16px;font-style:normal;font-weight:500;line-height:24px;display:flex}.header-overlay-card-item-desc-XjCE4G{color:#7b889c;-webkit-line-clamp:2;line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:400;line-height:22px;display:-webkit-box;overflow:hidden}.product-overlay-vdr0dN .ant-popover-inner-content{color:#4a5970;min-width:auto;max-width:830px;font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:400;padding:20px 12px!important}.product-overlay-vdr0dN .product-pop-content-ta0oxS{align-items:center;gap:10px;display:flex}.product-overlay-vdr0dN .product-pop-content-icon-zHv28s{flex:0 0 100px;justify-content:center;align-items:center;height:100%;display:flex}.product-overlay-vdr0dN .product-pop-content-title-text-gmDPP1{color:#122440;margin-bottom:8px;font-size:18px;font-weight:500;line-height:140%}.drawer-bkk2cU .ant-drawer-content-wrapper{height:30rem!important}.drawer-bkk2cU .ant-drawer-content{border-top-left-radius:1rem;border-top-right-radius:1rem}.drawer-bkk2cU .ant-drawer-body{padding:1.875rem 1.0625rem;overflow:hidden}.drawer-bkk2cU .ant-carousel,.drawer-bkk2cU .slick-slider{height:100%}.drawer-bkk2cU .slick-disabled{display:none!important}.drawer-bkk2cU .slick-next{z-index:999;top:5.3125rem;right:0}.drawer-bkk2cU .slick-prev{z-index:999;top:5.3125rem;left:0}.drawer-bkk2cU .slick-dots{margin-left:0!important;margin-right:0!important;bottom:30px!important}.drawer-bkk2cU .slick-dots>li{background-color:#c2daff;border-radius:50%;width:.375rem!important;height:.375rem!important}.drawer-bkk2cU .slick-dots .slick-active{background-color:#0a6cff}.drawer-bkk2cU .slick-dots .slick-active>button{height:0}.drawer-bkk2cU .ant-drawer-header{display:none}.drawer-title-x545iK{color:#122440;text-align:center;margin-bottom:1.5rem;font-family:PingFang SC;font-size:1.25rem;font-style:normal;font-weight:500;line-height:1.75rem}.drawer-desc-fQK4nO{color:#122440;text-align:left;font-family:PingFang SC;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.75rem}.drawer-card-gZp6Mg{flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex}.drawer-card-title-kKi8zf{color:#122440;text-align:center;font-family:PingFang SC;font-size:1.125rem;font-style:normal;font-weight:500;line-height:140%}.drawer-card-desc-zr73oY{color:#4a5970;text-align:center;font-family:PingFang SC;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.375rem}.drawer-bkk2cU .rotate-a39j_v{transform:rotate(180deg)}.drawer-content-eUCaq5{flex-direction:column;gap:.5rem;height:calc(100% - 2.5rem);display:flex;overflow-y:scroll}.drawer-content-item-tVwF_f{cursor:pointer;background-color:#f0f6ff;border-radius:.5rem;flex-direction:column;align-items:center;gap:.75rem;padding:1rem;font-family:PingFang SC;font-style:normal;font-weight:400;display:flex}.drawer-content-item-tVwF_f .learn-more-aIplnG{color:#0a6cff;align-items:center;gap:.25rem;font-size:.875rem;line-height:1.375rem;display:flex}.drawer-content-img-hjHMOD{width:1.5rem;height:1.5rem}.drawer-content-title-_CiwB_{color:#122440;font-size:1rem;font-weight:500;line-height:1.5rem}.drawer-content-desc-WDzrgA{color:#7b889c;-webkit-line-clamp:2;line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;font-size:.875rem;font-weight:400;line-height:1.375rem;display:-webkit-box;overflow:hidden}.navigation-NmIAkE{box-sizing:border-box;z-index:999;justify-content:center;align-items:center;width:100%;height:58px;padding:16px 0;display:flex;position:fixed;top:0}.navigation-content-m6L7FV{justify-content:space-between;align-items:center;width:1200px;display:flex}.app-layout-X85kmi{flex-direction:row;gap:30px;display:flex}.app-l7sDNK{color:#1e304a;font-family:PingFang SC;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.active-QIy2wl{color:#0a6cff}.mobile-navigation-EcWljq{justify-content:space-between;align-items:center;width:100%;display:flex;position:fixed}.concept-pop-overlay-Ei2fXC .ant-popover-inner{border-radius:20px}.concept-pop-overlay-Ei2fXC .ant-popover-inner-content{padding:0}.conceptPop-YLDMq8{letter-spacing:0;background:#fff;border:1px solid #dce8ff;border-radius:18px;flex-direction:column;align-items:flex-start;width:720px;padding:19px 23px;font-family:PingFang SC;font-size:14px;font-weight:600;display:flex;position:relative;box-shadow:0 24px 64px rgba(55,99,170,.22)}.conceptPop-YLDMq8 .conceptIntro-PaTg08{flex-direction:column;flex-shrink:0;align-self:stretch;align-items:flex-start;padding-right:48px;display:flex}.conceptPop-YLDMq8 .conceptIntro-PaTg08 .conceptLabel-sJw6Co{letter-spacing:1.82px;min-width:622px;color:var(--Blue--6-,#0a6cff);text-transform:uppercase;flex-shrink:0;align-self:stretch;font-size:13px;line-height:20px}.conceptPop-YLDMq8 .conceptIntro-PaTg08 .conceptSubtitleWrapper-EZjssb{height:26px;color:var(--Grey-Blue--10-,#122440);flex-shrink:0;align-items:flex-start;padding-top:4px;padding-right:382px;font-size:17px;line-height:26px;display:flex}.conceptPop-YLDMq8 .conceptIntro-PaTg08 .conceptSubtitleWrapper-EZjssb .conceptSubtitle-R4YWUJ{min-width:238px}.conceptPop-YLDMq8 .conceptIntro-PaTg08 .conceptDividerWrapper-FQUUif{flex-direction:column;flex-shrink:0;align-self:stretch;align-items:flex-start;padding-top:16px;display:inline-flex}.conceptPop-YLDMq8 .conceptIntro-PaTg08 .conceptDividerWrapper-FQUUif .conceptDivider-qBg6ER{background-image:linear-gradient(90deg,#3478f6 0%,#d8e7ff 50%,transparent 100%);flex-shrink:0;width:622px;height:1px}.conceptPop-YLDMq8 .conceptSections-ADp_lS{flex-direction:column;flex-shrink:0;align-items:flex-start;width:670px;padding-top:16px;display:flex}.conceptPop-YLDMq8 .conceptSections-ADp_lS .conceptSection-CitxMu{background:#f8fbff;border-radius:16px;flex-direction:column;flex-shrink:0;align-self:stretch;align-items:flex-start;padding:14px 16px;display:flex}.conceptPop-YLDMq8 .conceptSections-ADp_lS .conceptSection-CitxMu+.conceptSection-CitxMu{margin-top:14px}.conceptPop-YLDMq8 .conceptSections-ADp_lS .conceptSection-CitxMu .conceptSectionTitle-eQC8D8{min-width:638px;color:var(--Grey-Blue--10-,#122440);flex-shrink:0;align-self:stretch;line-height:23px}.conceptPop-YLDMq8 .conceptSections-ADp_lS .conceptSection-CitxMu .conceptSectionDesc-z1RCNZ{width:638px;color:var(--Grey-Blue--8-,#4a5970);flex-shrink:0;font-weight:400;line-height:25px}.conceptPop-YLDMq8 .conceptSections-ADp_lS .conceptSection-CitxMu+.conceptSection-CitxMu{padding-top:14px}.conceptPop-YLDMq8 .decorSquare-AY2CHq{background:#fff;border:0 solid #dce8ff;border-width:1px 0 0 1px;flex-shrink:0;width:15px;height:15px;position:absolute;top:-8px;left:32px;rotate:45deg}.conceptPop-YLDMq8 .decorCircle-KgzNEP{z-index:1;background:#f2f7ff;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:absolute;top:16px;left:666px}.conceptPop-YLDMq8 .decorCircle-KgzNEP .icon-Mh1qOH{flex-shrink:0;width:18px;height:18px;overflow:hidden}@media screen and (max-width:768px){.concept-modal-XX3TuX .ant-modal{max-width:calc(100vw - 2rem);margin:0 auto;padding-bottom:0}.concept-modal-XX3TuX .ant-modal-content{border:1px solid #dce8ff;border-radius:18px;overflow:hidden;box-shadow:0 24px 64px rgba(55,99,170,.22)}.concept-modal-XX3TuX .ant-modal-header{background:0 0;border:0;margin:0;padding:0}.concept-modal-XX3TuX .ant-modal-title{font-size:inherit;line-height:inherit}.concept-modal-XX3TuX .ant-modal-body{display:none}.concept-modal-XX3TuX .ant-modal-close{color:#4a5970;background:rgba(242,247,255,.94);border-radius:999px;top:.5rem;right:.5rem}.concept-modal-XX3TuX .conceptPop-YLDMq8{width:100%;max-height:calc(100dvh - 2rem);box-shadow:none;border:0;border-radius:0}.concept-pop-overlay-Ei2fXC{max-width:calc(100vw - 1rem)}.concept-pop-overlay-Ei2fXC .ant-popover-inner{border-radius:16px;max-height:calc(100dvh - 4rem);overflow:hidden}.concept-pop-overlay-Ei2fXC .ant-popover-inner-content{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;max-height:calc(100dvh - 4rem);overflow-y:auto}.conceptPop-YLDMq8{box-sizing:border-box;width:calc(100vw - 1rem);max-height:calc(100dvh - 4rem);padding:1rem;font-size:.875rem;overflow-y:auto}.conceptPop-YLDMq8 .conceptIntro-PaTg08{padding-right:0}.conceptPop-YLDMq8 .conceptIntro-PaTg08 .conceptLabel-sJw6Co{min-width:0}.conceptPop-YLDMq8 .conceptIntro-PaTg08 .conceptSubtitleWrapper-EZjssb{width:100%;height:auto;padding-right:0}.conceptPop-YLDMq8 .conceptIntro-PaTg08 .conceptSubtitleWrapper-EZjssb .conceptSubtitle-R4YWUJ{min-width:0}.conceptPop-YLDMq8 .conceptIntro-PaTg08 .conceptDividerWrapper-FQUUif .conceptDivider-qBg6ER{width:100%}.conceptPop-YLDMq8 .conceptSections-ADp_lS{box-sizing:border-box;width:100%}.conceptPop-YLDMq8 .conceptSections-ADp_lS .conceptSection-CitxMu{box-sizing:border-box;width:100%;padding:.875rem 1rem}.conceptPop-YLDMq8 .conceptSections-ADp_lS .conceptSection-CitxMu .conceptSectionTitle-eQC8D8{min-width:0}.conceptPop-YLDMq8 .conceptSections-ADp_lS .conceptSection-CitxMu .conceptSectionDesc-z1RCNZ{overflow-wrap:anywhere;width:100%;line-height:1.625rem}}.quality-client-YfUFVX{background-color:#fff;height:800px}.quality-client-YfUFVX .title-fQBo6N{color:#000;text-align:center;padding:81px 0 37px;font-family:PingFang SC;font-size:42px;font-style:normal;font-weight:400;line-height:normal}.quality-client-YfUFVX .client-marquee-C49Hw8{justify-content:center;padding-bottom:20px;display:flex}.quality-client-YfUFVX .client-marquee-C49Hw8 .rfm-marquee{justify-content:center}.quality-client-YfUFVX .client-app-BkTJ1x{background:#fff top/contain no-repeat;border-radius:12px;flex-direction:column;justify-content:end;width:400px;height:570px;margin:0 12px;display:flex;box-shadow:-5px 5px 10px #e3eeff,5px 5px 10px #e3eeff}.quality-client-YfUFVX .client-app-detail-v9uLlG{-webkit-backdrop-filter:blur(17px);backdrop-filter:blur(17px);background:rgba(255,255,255,.5);border-radius:12px;flex-shrink:0;width:400px;height:375px;padding:47px 24px}.quality-client-YfUFVX .client-app-detail-title-gtefpW{margin-bottom:24px}.quality-client-YfUFVX .client-app-desc-jbMFSj{color:#4a5970;font-family:PingFang SC;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.quality-client-YfUFVX .client-app-icon-j7SFKI{width:40px;height:40px}.quality-client-YfUFVX .client-app-name-OXxUXO{letter-spacing:0;text-align:left;color:#122440;font-family:PingFang SC;font-size:20px;font-weight:500;line-height:27px}@media screen and (max-width:768px){.quality-client-YfUFVX{height:auto;min-height:28.25rem}.quality-client-YfUFVX .title-fQBo6N{text-align:center;padding:2rem 1rem;font-size:1.5rem}.quality-client-YfUFVX .client-app-BkTJ1x{background:#fff 0 0/contain;border-radius:.5rem;width:14.375rem;height:18.5rem}.quality-client-YfUFVX .client-app-detail-v9uLlG{-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);border-radius:3px;width:100%;height:10.875rem;padding:1.5rem 1rem}.quality-client-YfUFVX .client-app-detail-title-gtefpW{margin-bottom:1rem}.quality-client-YfUFVX .client-app-desc-jbMFSj{font-size:.625rem;line-height:1rem}.quality-client-YfUFVX .client-app-icon-j7SFKI{width:1.625rem;height:1.625rem}.quality-client-YfUFVX .client-app-name-OXxUXO{font-size:.75rem;line-height:normal}}.solution-DCQoOX{--solution-ink:#122440;--solution-text:#1e304a;--solution-muted:#7b889c;--solution-accent:#0a6cff;--solution-border:#dce6f3;background-image:url(https://fue.gtimg.cn/fue-project-pub/p_n6YL5ztkYpZpqC/1btp8865i/static/image/solution-one-bg.f0fc631e.png);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;align-items:center;height:728px;transition:background-image .5s ease-in-out;display:flex}.solution-DCQoOX .title-DzsP5F{color:var(--solution-ink);text-align:center;padding:80px 0 31px;font-family:PingFang SC;font-size:42px;font-style:normal;font-weight:400;line-height:normal}.solution-DCQoOX .menu-VN7POl{background:rgba(255,255,255,.7);border-radius:12px;flex-shrink:0;gap:53px;width:1300px;height:466px;padding:34px 60px 45px;font-family:PingFang SC;font-style:normal;display:flex}.solution-DCQoOX .menu-title-vZEc2i{color:var(--solution-ink);margin-top:28px;font-size:34px;font-weight:500;line-height:normal}.solution-DCQoOX .menu-content-title-J_0Krq{margin-top:0;font-size:20px}.solution-DCQoOX .menu-content-desc-uO8Rrv{color:var(--solution-muted);font-size:16px;font-weight:400;line-height:26px}.solution-DCQoOX .menu-content-list-aPnwv5{flex-direction:column;gap:36px;margin-top:34px;display:flex}.solution-DCQoOX .menu-VN7POl .ant-menu{background-color:transparent;width:198px}.solution-DCQoOX .menu-VN7POl .ant-menu-item{width:198px;height:58px;color:var(--solution-text);background-color:transparent;border-radius:10px 0 0 10px;align-items:center;gap:10px;padding:10px 40px 10px 20px;font-size:20px;line-height:38px;display:flex;margin:0 0 10px!important}.solution-DCQoOX .menu-VN7POl .ant-menu-item:after{border-width:4px!important}.solution-DCQoOX .menu-VN7POl .ant-menu-item.ant-menu-item-selected{color:var(--solution-accent);background:#fff;font-weight:600}.solution-DCQoOX .menu-VN7POl .ant-menu-title-content{margin:0!important}@media screen and (max-width:768px){.solution-DCQoOX{background:rgba(255,255,255,.7);height:auto;min-height:27.3125rem}.solution-DCQoOX .title-DzsP5F{text-align:center;padding:2rem 1rem;font-size:1.5rem}.solution-DCQoOX .menu-VN7POl{border-radius:0;width:100%;height:auto;min-height:19.4375rem;padding:0 1rem 2rem;display:block}.solution-DCQoOX .menu-container-HJoTlb{width:100%}.solution-DCQoOX .menu-VN7POl .mobile-tabs-zatWwb{grid-template-columns:repeat(3,minmax(0,1fr));gap:.625rem;width:100%;padding-top:1rem;display:grid}.solution-DCQoOX .menu-VN7POl .mobile-tab-button-OShxlq{border:1px solid var(--solution-border);min-width:0;min-height:3.5rem;color:var(--solution-text);white-space:nowrap;cursor:pointer;background:rgba(255,255,255,.92);border-radius:.75rem;justify-content:center;align-items:center;gap:.375rem;padding:.625rem .25rem;font-family:PingFang SC;font-size:.8125rem;font-weight:500;line-height:1.25rem;transition:color .24s cubic-bezier(.16,1,.3,1),background-color .24s cubic-bezier(.16,1,.3,1),border-color .24s cubic-bezier(.16,1,.3,1),transform .24s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 8px 22px -20px rgba(55,99,170,.6)}.solution-DCQoOX .menu-VN7POl .mobile-tab-button-OShxlq svg,.solution-DCQoOX .menu-VN7POl .mobile-tab-button-OShxlq .anticon{flex:none;font-size:1.125rem}.solution-DCQoOX .menu-VN7POl .mobile-tab-button-OShxlq:active{transform:scale(.98)}.solution-DCQoOX .menu-VN7POl .mobile-tab-button-OShxlq:focus-visible{outline-offset:2px;outline:3px solid rgba(10,108,255,.2)}.solution-DCQoOX .menu-VN7POl .mobile-tab-button-active-MY4tTH{border-color:var(--solution-accent);color:var(--solution-accent);box-shadow:inset 0 0 0 1px var(--solution-accent),0 8px 22px -20px rgba(55,99,170,.6);background:rgba(255,255,255,.96);font-weight:600}.solution-DCQoOX .menu-title-vZEc2i{margin-top:.75rem;font-size:1rem}.solution-DCQoOX .menu-content-title-J_0Krq{margin-top:0;font-size:.75rem}.solution-DCQoOX .menu-content-desc-uO8Rrv{font-size:.75rem;line-height:1.125rem}.solution-DCQoOX .menu-content-list-aPnwv5{gap:.625rem;margin-top:1rem}.solution-DCQoOX .menu-VN7POl .ant-menu-title-content{margin:0!important}}.menu-popup-ihoYIT .ant-menu-item{align-items:center;display:flex}.tds-product-Hpg1tk{background-color:#f2f7ff;background-image:linear-gradient(rgba(255,255,255,.35),rgba(255,255,255,.35)),url(https://fue.gtimg.cn/fue-project-pub/p_n6YL5ztkYpZpqC/1btp8865i/static/image/bg.944be242.png);background-position:top;background-repeat:no-repeat;background-size:cover;padding-bottom:200px}.tds-product-wrapper-w8DDx4{width:1200px;margin:0 auto}.tds-product-Hpg1tk .title-xE4C9s{color:#1e304a;text-align:center;padding:160px 0 20px;font-family:PingFang SC;font-size:38px;font-style:normal;font-weight:500;line-height:46px}.tds-product-Hpg1tk .description-DeETuV{color:#7b889c;text-align:center;max-width:800px;margin:0 auto;padding:0 0 60px;font-family:PingFang SC;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.tds-product-Hpg1tk .mobileTitle-Z8Efvo{color:#1e304a;align-items:center;gap:8px;margin:0 1rem;padding-bottom:1rem;font-family:PingFang SC;font-size:20px;font-style:normal;font-weight:600;line-height:28px;display:flex}.tds-product-Hpg1tk .mobileTitle-Z8Efvo:before{content:"";background-color:#0a6cff;border-radius:50%;flex-shrink:0;width:8px;height:8px;display:inline-block}.tds-product-Hpg1tk .mobileTitle-Z8Efvo:after{content:"";background:linear-gradient(90deg,rgba(215,215,215,.3),rgba(215,215,215,0));flex:1;height:1px;display:block}.tds-product-section-BrjTJQ{margin-bottom:60px}.tds-product-section-title-ZzR4a5{color:#1e304a;align-items:center;gap:8px;margin:0 0 20px;padding-bottom:20px;font-family:PingFang SC;font-size:20px;font-style:normal;font-weight:600;line-height:28px;display:flex}.tds-product-section-title-ZzR4a5:before{content:"";background-color:#0a6cff;border-radius:50%;flex-shrink:0;width:8px;height:8px;display:inline-block}.tds-product-section-title-ZzR4a5:after{content:"";background:linear-gradient(90deg,rgba(215,215,215,.3),rgba(215,215,215,0));flex:1;height:1px;display:block}.tds-product-card-V18BBi{grid-gap:16px;grid-template-columns:repeat(3,1fr);display:grid}.tds-product-column-FJAbFV{flex-direction:column;gap:16px;display:flex}.tds-product-placeholder-m_rhy9{background:rgba(248,250,252,.4);border:1px dashed #d9e1eb;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:175px;display:flex}.tds-product-placeholder-icon-azbqYt{color:#a1acbd;background:rgba(10,108,255,.1);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:24px;font-weight:500;line-height:32px;display:flex}.tds-product-placeholder-title-uhssia{color:#7b889c;text-align:center;font-family:PingFang SC;font-size:14px;font-weight:500;line-height:20px}.tds-product-placeholder-desc-t6lh7R{color:#a1acbd;text-align:center;font-family:PingFang SC;font-size:12px;font-weight:400;line-height:16px}.tds-product-item-Q06dgq{background:#fff;border-radius:16px;min-height:175px;max-height:218px;padding:20px;position:relative;box-shadow:0 1px 6px rgba(9,18,33,.04)}.tds-product-item-header-TCcoif{align-items:center;gap:10px;display:flex}.tds-product-item-Q06dgq:hover{background-image:url(https://fue.gtimg.cn/fue-project-pub/p_n6YL5ztkYpZpqC/1btp8865i/static/image/card.6c51290a.png);background-position:100% 0;background-repeat:no-repeat;background-size:100%;max-height:400px}.tds-product-item-Q06dgq:hover .tds-product-item-tags-VtsJ4b{display:none}.tds-product-item-Q06dgq:hover .tds-product-item-moreTags-vtC3qw,.tds-product-item-Q06dgq:hover .tds-product-item-pass-RjuGI7{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.tds-product-item-Q06dgq:hover .tds-product-item-btn-hXwOCJ{display:block}.tds-product-item-Q06dgq:hover .tds-product-item-desc-cEznrV{text-overflow:initial;display:block;overflow:auto}.tds-product-item-Q06dgq:hover .tds-product-item-moreTags-vtC3qw{margin:18px 0 6px}.tds-product-item-Q06dgq:hover .tds-product-item-subTitle-ZBP36J{color:transparent;-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#2468f2 60%,#3ed2fd);-webkit-background-clip:text;background-clip:text;display:inline-block}.tds-product-item-Q06dgq:hover .more-LhGE95{display:none}.tds-product-item-img-EwNc9B{border-radius:10px;width:32px;height:32px}.tds-product-item-title-QHMiGy{color:#122440;margin:10px 0 12px;font-family:PingFang SC;font-size:20px;font-style:normal;font-weight:500;line-height:32px}.tds-product-item-desc-cEznrV{color:#7b889c;-webkit-line-clamp:2;line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;width:349px;font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:400;line-height:22px;display:-webkit-box;overflow:hidden}.tds-product-item-tags-VtsJ4b{align-items:center;gap:6px;display:flex;position:absolute;bottom:20px;left:20px}.tds-product-item-tag-LI5LcO{color:#4a5970;text-align:center;background:#f1f6fd;border-radius:99px;align-items:center;gap:4px;padding:4px 12px;font-family:PingFang SC;font-size:12px;font-style:normal;font-weight:400;line-height:18px;display:flex}.tds-product-item-moreTags-vtC3qw,.tds-product-item-pass-RjuGI7{display:none}.tds-product-item-btn-hXwOCJ{color:#1e304a;text-align:center;background-color:#fff;border:1px solid #dce3ee;border-radius:6px;width:100%;margin-top:18px;font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:500;line-height:22px;display:none}.tds-product-item-btn-hXwOCJ:hover{color:#0a6cff;background-color:#fff;border-color:#0a6cff}@media screen and (max-width:768px){.tds-product-Hpg1tk{background-color:#f2f7ff;background-image:linear-gradient(rgba(255,255,255,.35),rgba(255,255,255,.35)),url(https://fue.gtimg.cn/fue-project-pub/p_n6YL5ztkYpZpqC/1btp8865i/static/image/mobile-bg.bf77e1a8.png);padding-bottom:3.125rem}.tds-product-Hpg1tk .title-xE4C9s{padding:3.5rem 0 1.25rem;font-size:1.75rem;line-height:normal}.tds-product-Hpg1tk .description-DeETuV{padding:0 1rem 2rem;font-size:.875rem;line-height:1.375rem}.tds-product-item-Q06dgq{background-image:url(https://fue.gtimg.cn/fue-project-pub/p_n6YL5ztkYpZpqC/1btp8865i/static/image/card.6c51290a.png);background-position:100% 0;background-repeat:no-repeat;background-size:100%;border-radius:1rem;flex-direction:column;gap:.9375rem;min-height:auto;max-height:none;margin:0 1rem 1rem;padding:1.5rem;display:flex}.tds-product-item-title-QHMiGy{align-items:center;gap:.5rem;margin:0;font-size:1.25rem;line-height:1.75rem;display:flex}.tds-product-item-subTitle-ZBP36J{color:transparent;-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#2468f2 60%,#3ed2fd);-webkit-background-clip:text;background-clip:text;display:inline-block}.tds-product-item-img-EwNc9B{font-size:2rem}.tds-product-item-desc-cEznrV{text-overflow:initial;width:auto;font-size:.875rem;line-height:1.375rem;display:block;overflow:auto}.tds-product-item-all-YkBJ8j{flex-wrap:wrap;gap:.5rem;display:flex;position:relative;bottom:0;left:0}.tds-product-item-tag-LI5LcO{font-size:.75rem;line-height:1.125rem}.tds-product-item-btn-hXwOCJ{margin-top:0;font-size:.875rem;font-weight:500;line-height:1.375rem;display:block}.tds-product-item-pass-RjuGI7{align-items:center;display:flex}}.blue-W6reJl{color:transparent;-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#2468f2 60%,#3ed2fd);-webkit-background-clip:text;background-clip:text;display:inline-block}.section-YXwnSM{z-index:1;color:#1e304a;background:#f8fafc;padding:110px 24px 60px;position:relative}@media screen and (max-width:768px){.section-YXwnSM{padding:104px 16px 52px;overflow:hidden}}.container-YggPXz{grid-template-columns:448px minmax(0,454px);align-items:center;gap:80px;width:100%;max-width:982px;margin:0 auto;display:grid}@media screen and (max-width:768px){.container-YggPXz{flex-direction:column;gap:26px;max-width:100%;display:flex}}.copy-iBXEQx{flex-direction:column;order:2;justify-content:flex-start;align-items:flex-start;gap:28px;display:flex}@media screen and (max-width:768px){.copy-iBXEQx{text-align:center;order:1;align-items:center;gap:0;min-height:0}}.copyInner-gMw8lK{flex-direction:column;gap:12px;display:flex}@media screen and (max-width:768px){.copyInner-gMw8lK{align-items:center;gap:6px}}.title-OnwJF0{flex-wrap:nowrap;gap:16px;margin:0;font-size:38px;font-weight:500;line-height:46px;display:flex}@media screen and (max-width:768px){.title-OnwJF0{flex-wrap:wrap;justify-content:center;gap:8px;width:100%;font-size:26px;line-height:34px}}.titleTime-c0pZJY{color:#1e304a;white-space:nowrap}.titleAccent-OmloUg{color:transparent;white-space:nowrap;background:linear-gradient(90deg,#2468f2 0% 66.35%,#3ed2fd 100%);-webkit-background-clip:text;background-clip:text}.subtitle-D3fKhB{color:#7b889c;margin:0;font-size:16px;line-height:24px}@media screen and (max-width:768px){.subtitle-D3fKhB{font-size:15px}}.playButton-gNIlp8{color:#fff;cursor:pointer;background:#0a6cff;border:0;border-radius:3px;justify-content:center;align-items:center;gap:8px;width:128px;height:44px;padding:0 16px;font-size:16px;font-weight:600;line-height:24px;transition:background .2s,transform .2s;display:inline-flex}.playButton-gNIlp8:hover{background:#075bd6}.playButton-gNIlp8:active{transform:translateY(1px)}@media screen and (max-width:768px){.playButton-gNIlp8{display:none}}.coverButton-vj24tb{aspect-ratio:16/9;cursor:pointer;background:#eef4ff;border:4px solid #fff;border-radius:18px;order:1;width:448px;height:252px;padding:0;transition:box-shadow .2s,transform .2s;display:block;position:relative;overflow:hidden;box-shadow:0 4px 30px rgba(24,62,111,.15)}.coverButton-vj24tb:hover{box-shadow:0 16px 38px rgba(24,62,111,.18)}.coverButton-vj24tb:hover .coverPlayIcon-yhs_Gn{background:#0a6cff}.coverButton-vj24tb:focus-visible{outline-offset:4px;outline:4px solid rgba(10,108,255,.3)}@media screen and (max-width:768px){.coverButton-vj24tb{border-width:3px;border-radius:12px;order:2;width:100%;max-width:100%;height:auto}}.coverImage-yHuMVd{object-fit:cover;width:100%;height:100%;display:block}.coverPlayIcon-yhs_Gn{color:#fff;background:rgba(0,0,0,.7);border:3px solid #fff;border-radius:50%;place-items:center;width:50px;height:50px;transition:background .2s;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.coverPlayIcon-yhs_Gn svg{margin-left:2px}.modal-ESwjya{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.modalPanel-LkUW_4{max-width:1100px}.modalPanel-LkUW_4 .ant-modal-content{background:#0c111b;border:1px solid rgba(255,255,255,.2);border-radius:8px;overflow:hidden;box-shadow:0 34px 90px rgba(0,0,0,.46)}.modalPanel-LkUW_4 .ant-modal-body{padding:0}.modalPanel-LkUW_4 .ant-modal-close{color:#fff}.video-Jd69_w{aspect-ratio:16/9;object-fit:contain;background:#0c111b;width:100%;display:block}.main-WzMygK .title-Ab8B3o{color:#000;font-family:PingFang SC;font-size:42px;font-style:normal;font-weight:400;line-height:normal}@media screen and (max-width:768px){.main-WzMygK{overflow-x:hidden}}.div-nEIuJU{background-color:red;width:100px;height:100px;position:fixed;top:0;left:0}a:hover{color:#0a6cff!important}.main-UPMgtJ{flex-direction:column;min-height:100%;display:flex}.main-UPMgtJ .content-fkvtvT{flex:1}.main-UPMgtJ .header-yMWfqh{background-color:#f2f6fd;background-image:url(https://fue.gtimg.cn/fue-project-pub/p_n6YL5ztkYpZpqC/1btp8865i/static/image/header-bg.a01cc479.png);background-repeat:no-repeat;background-size:cover;width:100%;height:700px}.main-UPMgtJ .header-title-qQ4s2W{color:#122440;text-align:center;align-items:center;gap:24px;padding:16px;font-family:PingFang SC;font-size:44px;font-style:normal;font-weight:600;line-height:100%;display:flex}.main-UPMgtJ .header-sub-title-mog7AF{color:#122440;text-align:center;font-family:PingFang SC;font-size:62px;font-style:normal;font-weight:600;line-height:100%}.main-UPMgtJ .header-description-QWhNr8{color:#4a5970;text-align:left;background:rgba(255,255,255,.8);border-radius:16px;width:1105px;padding:16px 26px;font-family:PingFang SC;font-size:20px;font-style:normal;font-weight:400;line-height:160%}.main-UPMgtJ .header-wrapper-CgTZVl{flex-direction:column;justify-content:center;align-items:center;gap:24px;width:1200px;margin:0 auto;padding-top:172px;display:flex}.main-UPMgtJ .header-wrapper-CgTZVl .logo-oQABSL{border-radius:10px;width:66px;height:66px}.main-UPMgtJ .header-wrapper-CgTZVl .highlight-jk87d6{color:transparent;-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#2468f2 60%,#3ed2fd);-webkit-background-clip:text;background-clip:text}.main-UPMgtJ .header-wrapper-CgTZVl .links-PsGlQK{gap:24px;padding-top:28px;display:flex}.main-UPMgtJ .header-wrapper-CgTZVl .links-PsGlQK .ant-btn{text-align:center;border-radius:4px;height:48px;font-family:PingFang SC;font-size:20px;font-style:normal;font-weight:500;line-height:24px;padding-top:11px!important}.main-UPMgtJ .header-wrapper-CgTZVl .links-PsGlQK .ant-btn-primary{align-items:center;gap:4px;padding:11px 24px;display:flex}.main-UPMgtJ .header-wrapper-CgTZVl .links-PsGlQK .ant-btn-default{background:linear-gradient(#fff,#fff) padding-box padding-box,linear-gradient(45deg,#0a6cff,#00dc88) border-box;border:1px solid transparent;height:48px;padding:11px 40px;font-size:20px;font-style:normal;font-weight:500;line-height:16px;background-color:#fff!important}.main-UPMgtJ .high-PSfl43{background-color:#f2f6fd;background-image:url(https://fue.gtimg.cn/fue-project-pub/p_n6YL5ztkYpZpqC/1btp8865i/static/image/high-bg.19b056ac.png);background-repeat:no-repeat;background-size:cover;padding:100px 0 140px}.main-UPMgtJ .high-wrapper-seqDuB{width:1200px;margin:0 auto}.main-UPMgtJ .high-group-ai5U5z{align-items:stretch;gap:16px;width:100%;margin-bottom:16px;display:flex}.main-UPMgtJ .high-item-Yva_bH{background:#fff;border-radius:16px;flex-direction:column;flex:1;gap:16px;padding:24px 32px;display:flex}.main-UPMgtJ .high-item-header-uVNrY7{color:#122440;align-items:center;gap:8px;font-family:PingFang SC;font-size:20px;font-style:normal;font-weight:500;line-height:28px;display:flex}.main-UPMgtJ .high-item-desc-crYq9K{color:#4a5970;font-family:PingFang SC;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.main-UPMgtJ .high-item-list-IIRCCv{flex-direction:column;gap:5px;display:flex}.main-UPMgtJ .high-item-list-item-LcFYpA{color:#4a5970;font-family:PingFang SC;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.main-UPMgtJ .high-item-list-title-I9Nrmk{color:#122440;font-weight:500}.main-UPMgtJ .scene-I56biQ{padding:100px 0}.main-UPMgtJ .scene-wrapper-cUAOUK{width:1200px;margin:0 auto}.main-UPMgtJ .scene-group-z37GMJ{align-items:stretch;gap:16px;width:100%;margin-bottom:16px;display:flex}.main-UPMgtJ .scene-item-n3R49d{background:#fff;border:1px solid #dce3ee;border-radius:16px;flex-direction:column;flex:1;gap:16px;padding:24px 32px;display:flex}.main-UPMgtJ .scene-item-header-WKiCGC{color:#122440;align-items:center;gap:8px;font-family:PingFang SC;font-size:20px;font-style:normal;font-weight:500;line-height:28px;display:flex}.main-UPMgtJ .scene-item-desc-WXXpXM{color:#4a5970;font-family:PingFang SC;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.main-UPMgtJ .title-Dsu5Yd{color:#1e304a;text-align:center;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNjYiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNjYgMTUiIGZpbGw9Im5vbmUiPgogIDxwYXRoIGQ9Ik0zIDkuNTYxNDRMODIuOTIxMiAyLjEzMzgyQzgzLjQ1NTggMi4wODQxMyA4My43ODUzIDIuNzAzNjcgODMuNDQ1NCAzLjExOTE5TDc3LjA2OSAxMC45MTI1Qzc2LjczNTEgMTEuMzIwNiA3Ny4wNDY3IDExLjkzMDYgNzcuNTcyOSAxMS44OTk1TDE2MyA2LjgzOTMyIiBzdHJva2U9InVybCgjcGFpbnQwX2xpbmVhcl80Njk2XzUyMDA5KSIgc3R5bGU9IiIgc3Ryb2tlLXdpZHRoPSI0LjIzNDQxIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KICA8ZGVmcz4KICAgIDxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl80Njk2XzUyMDA5IiB4MT0iMyIgeTE9IjUuNzgwNzIiIHgyPSIxNjkuNjU0IiB5Mj0iNS43ODA3MiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgogICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjNUJBNkZGIiBzdHlsZT0ic3RvcC1jb2xvcjojNUJBNkZGO3N0b3AtY29sb3I6Y29sb3IoZGlzcGxheS1wMyAwLjM1NTYgMC42NTEzIDEuMDAwMCk7c3RvcC1vcGFjaXR5OjE7Ii8+CiAgICAgIDxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzMyRUVGRCIgc3R5bGU9InN0b3AtY29sb3I6IzMyRUVGRDtzdG9wLWNvbG9yOmNvbG9yKGRpc3BsYXktcDMgMC4xOTYxIDAuOTMzMyAwLjk5MjIpO3N0b3Atb3BhY2l0eToxOyIvPgogICAgPC9saW5lYXJHcmFkaWVudD4KICA8L2RlZnM+Cjwvc3ZnPg==);background-position:bottom;background-repeat:no-repeat;margin:0 auto 50px;font-family:PingFang SC;font-size:42px;font-style:normal;font-weight:500;line-height:100%}.main-UPMgtJ .no-btn-j4iYaU{color:#1e304a;text-align:center;background:linear-gradient(#fff,#fff) padding-box padding-box,linear-gradient(45deg,#0a6cff,#00dc88) border-box;border:1px solid transparent;border-radius:99px;justify-content:center;align-items:center;gap:10px;padding:8px 24px;font-family:PingFang SC;font-size:16px;font-style:normal;font-weight:400;line-height:24px;display:flex}@media screen and (max-width:768px){.main-UPMgtJ .header-yMWfqh{height:auto}.main-UPMgtJ .header-wrapper-CgTZVl{gap:1rem;width:100%;padding:5.1875rem 1rem 3.125rem}.main-UPMgtJ .header-title-qQ4s2W{gap:.625rem;padding:.4375rem;font-size:1.25rem}.main-UPMgtJ .header-sub-title-mog7AF{font-size:1.75rem;line-height:2.2rem}.main-UPMgtJ .header-description-QWhNr8{width:100%;font-size:.875rem}.main-UPMgtJ .header-yMWfqh .logo-oQABSL{width:1.875rem;height:1.875rem}.main-UPMgtJ .header-yMWfqh .links-PsGlQK{gap:1rem;padding-top:0}.main-UPMgtJ .header-yMWfqh .links-PsGlQK .ant-btn{border-radius:.25rem;height:2.75rem;font-size:1rem;line-height:1.5rem}.main-UPMgtJ .header-yMWfqh .links-PsGlQK .ant-btn-default{height:2.75rem;font-size:1rem;line-height:1rem}.main-UPMgtJ .high-PSfl43{background-position:top;padding:2.5rem 1rem}.main-UPMgtJ .high-wrapper-seqDuB{width:100%;margin:auto}.main-UPMgtJ .high-group-ai5U5z{flex-direction:column;align-items:center;gap:.5rem;margin-top:0;margin-bottom:.5rem;padding:0 1rem}.main-UPMgtJ .high-item-Yva_bH{border-radius:1rem;gap:1rem;min-width:100%;padding:1.5rem}.main-UPMgtJ .high-item-desc-crYq9K,.main-UPMgtJ .high-item-list-item-LcFYpA{font-size:.875rem;line-height:1.375rem}.main-UPMgtJ .scene-I56biQ{padding:2.5rem 0}.main-UPMgtJ .scene-wrapper-cUAOUK{width:100%;margin:auto}.main-UPMgtJ .scene-group-z37GMJ{flex-direction:column;gap:.5rem;margin-bottom:.5rem;padding:0 1rem}.main-UPMgtJ .scene-item-n3R49d{border-radius:1rem;gap:1rem;max-width:100%;padding:1.5rem}.main-UPMgtJ .scene-item-desc-WXXpXM{font-size:.875rem;line-height:1.375rem}.main-UPMgtJ .title-Dsu5Yd{margin:0 auto 2rem;font-size:1.75rem}.main-UPMgtJ .no-btn-j4iYaU{gap:.3125rem;padding:.5rem 1rem;font-size:.875rem;line-height:1.375rem}}.start-btn-II_5nP{color:#fff;background-color:#0a6cff}.start-btn-II_5nP:hover{background-color:#3385ff}body{margin:0}.page-T9J4sN{color:#101828;background:#f8fafc;min-height:100dvh;font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}.heroBand-Bxlr4o{background-color:#eaf4ff;background-position:top;background-repeat:no-repeat;background-size:100% 100%;height:359px}.hero-VAJ8Zu{text-align:center;width:min(100% - 48px,1200px);margin:0 auto;padding-top:137px}.hero-VAJ8Zu h1{color:#101828;letter-spacing:-.025em;margin:0;font-size:50px;font-weight:600;line-height:1.6}.hero-VAJ8Zu p{color:#53627a;margin:2px auto 0;font-size:16px;font-weight:400;line-height:1.7}.main-SMgmDN{width:min(100% - 48px,1200px);margin:0 auto;padding:56px 0 96px}.section-zdNh9q+.section-zdNh9q{margin-top:66px}.section-heading-OZdKUm{align-items:center;gap:14px;margin-bottom:30px;display:flex}.section-heading-OZdKUm>span{background:#0a6cff;border-radius:999px;flex:none;width:4px;height:28px}.section-heading-OZdKUm h2{color:#101828;margin:0;font-size:26px;font-weight:600;line-height:1.3}.section-heading-OZdKUm small{color:#98a2b3;font-size:15px;font-weight:400}.featured-grid-Z40nDn{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.featured-card-ZfB88W{background:#fff;border:1px solid #e7ebf2;border-radius:18px;outline:none;flex-direction:column;min-width:0;transition:transform .28s cubic-bezier(.16,1,.3,1),border-color .28s cubic-bezier(.16,1,.3,1),box-shadow .28s cubic-bezier(.16,1,.3,1);animation:.54s cubic-bezier(.16,1,.3,1) both updateIn-sjLPvT;display:flex;overflow:hidden;box-shadow:0 12px 30px -28px rgba(16,24,40,.28);color:inherit!important}.featured-card-ZfB88W:hover,.featured-card-ZfB88W.is-active-WJkwNc{border-color:#bed5fb;transform:translateY(-5px);box-shadow:0 20px 46px -26px rgba(10,108,255,.3);color:inherit!important}.featured-card-ZfB88W:focus-visible{border-color:#bed5fb;transform:translateY(-5px);box-shadow:0 20px 46px -26px rgba(10,108,255,.3);color:inherit!important}.featured-card-ZfB88W:focus-visible{box-shadow:0 0 0 3px rgba(10,108,255,.18),0 20px 46px -26px rgba(10,108,255,.3)}.featured-cover-wiRAkm{aspect-ratio:21/9;background:#eef5ff;overflow:hidden}.cover-image-peAXNS{object-fit:cover;width:100%;height:100%;display:block}.cover-fallback-fVvb1I{color:#31537f;background:#eef5ff;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;height:100%;font-size:13px;font-weight:500;display:flex}.cover-fallback-fVvb1I img{object-fit:contain;width:48px;height:48px}.featured-body-jZ9EVu{flex-direction:column;flex:1;min-height:176px;padding:20px;display:flex}.featured-body-jZ9EVu h3{color:#101828;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:54px;margin:14px 0 16px;font-size:17px;font-weight:600;line-height:1.6;display:-webkit-box;overflow:hidden}.featured-body-jZ9EVu time{color:#98a2b3;border-top:1px solid #f0f2f6;margin-top:auto;padding-top:14px;font-size:13px;line-height:20px}.tags-bWd01K{flex-wrap:wrap;gap:6px;display:flex}.tag-e69yIK{color:#475467;background:#f2f4f7;border-radius:999px;align-items:center;min-height:24px;padding:0 10px;font-size:12px;font-weight:500;line-height:1;display:inline-flex}.tag-e69yIK[data-tone=Bugly]{color:#d96918;background:#fff2e8}.tag-e69yIK[data-tone=Kuikly],.tag-e69yIK[data-tone=TDSF]{color:#1469e8;background:#eaf4ff}.tag-e69yIK[data-tone=AI]{color:#7a42c8;background:#f2eaff}.tag-e69yIK[data-tone=Rightly],.tag-e69yIK[data-tone=Utest]{color:#078461;background:#e9f8f3}.tag-e69yIK[data-tone=Shiply],.tag-e69yIK[data-tone=无极]{color:#bf4c75;background:#fff0f5}.tag-e69yIK[data-product=true]{gap:6px;padding:0 10px 0 4px}.tag-e69yIK[data-product=true][data-tone=Bugly],.tag-e69yIK[data-product=true][data-tone=Kuikly],.tag-e69yIK[data-product=true][data-tone=TDSF],.tag-e69yIK[data-product=true][data-tone=Utest],.tag-e69yIK[data-product=true][data-tone=TDS]{color:#0967d8;background:#e9f3ff}.tag-e69yIK[data-product=true][data-tone=Shiply]{color:#245fc9;background:#edf3ff}.tag-e69yIK[data-product=true][data-tone=Rightly]{color:#0874dc;background:#e8f5ff}.tag-e69yIK[data-product=true][data-tone=无极]{color:#d94b3f;background:#fff0ee}.tag-e69yIK[data-product=true][data-tone=TDesign]{color:#008f7a;background:#e7f8f4}.tag-logo-N8Nz7q{object-fit:cover;border-radius:50%;flex:none;width:16px;height:16px;overflow:hidden;box-shadow:0 0 0 1px rgba(255,255,255,.9)}.all-section-iHKhmC{padding-top:2px}.update-list-CA9bNC{border-top:1px solid #e9edf3}.update-row-EJO20h{border-bottom:1px solid #e9edf3;outline:none;grid-template-columns:minmax(0,1fr) 180px;align-items:center;gap:28px;min-height:150px;padding:22px 0;transition:padding .24s cubic-bezier(.16,1,.3,1),background-color .24s cubic-bezier(.16,1,.3,1);animation:.48s cubic-bezier(.16,1,.3,1) both updateIn-sjLPvT;display:grid;position:relative;color:inherit!important}.update-row-EJO20h:hover{background:#fff;border-radius:14px;margin:0 -18px;padding-left:18px;padding-right:18px;color:inherit!important}.update-row-EJO20h:focus-visible{background:#fff;border-radius:14px;margin:0 -18px;padding-left:18px;padding-right:18px;color:inherit!important}.update-row-EJO20h:focus-visible{box-shadow:inset 0 0 0 2px rgba(10,108,255,.28)}.update-row-EJO20h:hover h3,.update-row-EJO20h.is-active-WJkwNc h3{color:#0a6cff}.update-row-EJO20h:focus-visible h3{color:#0a6cff}.update-row-EJO20h:hover .read-more-qylFqG,.update-row-EJO20h.is-active-WJkwNc .read-more-qylFqG{opacity:1;transform:translateY(-50%)}.update-row-EJO20h:focus-visible .read-more-qylFqG{opacity:1;transform:translateY(-50%)}.update-row-EJO20h:hover .summary-B80b0j,.update-row-EJO20h.is-active-WJkwNc .summary-B80b0j{opacity:0;transform:translateY(-4px)}.update-row-EJO20h:focus-visible .summary-B80b0j{opacity:0;transform:translateY(-4px)}.update-row-EJO20h:hover .cover-image-peAXNS,.update-row-EJO20h.is-active-WJkwNc .cover-image-peAXNS{transform:scale(1.04)}.update-row-EJO20h:focus-visible .cover-image-peAXNS{transform:scale(1.04)}.update-content-hOdFDI{min-width:0}.update-content-hOdFDI h3{color:#101828;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:13px 0 8px;font-size:19px;font-weight:600;line-height:1.55;transition:color .22s cubic-bezier(.16,1,.3,1);display:-webkit-box;overflow:hidden}.index-action-gPuys6{min-height:24px;margin-top:2px;position:relative}.summary-B80b0j{color:#667085;opacity:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;margin:0;font-size:14px;font-weight:400;line-height:24px;transition:opacity .22s cubic-bezier(.16,1,.3,1),transform .22s cubic-bezier(.16,1,.3,1);display:-webkit-box;overflow:hidden}.update-meta-b9uZIa{align-items:center;gap:14px;display:flex}.update-meta-b9uZIa time{color:#98a2b3;white-space:nowrap;font-size:13px}.read-more-qylFqG{color:#0a6cff;opacity:0;align-items:center;gap:6px;font-size:13px;font-weight:600;transition:opacity .22s cubic-bezier(.16,1,.3,1),transform .22s cubic-bezier(.16,1,.3,1);display:inline-flex;position:absolute;top:50%;left:0;transform:translateY(calc(5px - 50%))}.read-more-qylFqG svg{font-size:12px;transform:rotate(45deg)}.update-cover-DUlqE1{aspect-ratio:21/9;background:#eef5ff;border-radius:12px;width:180px;overflow:hidden}.update-cover-DUlqE1 .cover-image-peAXNS{transition:transform .3s cubic-bezier(.16,1,.3,1)}.update-cover-DUlqE1 .cover-fallback-fVvb1I img{width:38px;height:38px}@keyframes updateIn-sjLPvT{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.featured-card-ZfB88W,.update-row-EJO20h{transition:none;animation:none}}@media screen and (max-width:900px){.featured-grid-Z40nDn{grid-template-columns:repeat(2,minmax(0,1fr))}.featured-card-ZfB88W:last-child{grid-column:1/-1;max-width:calc(50% - 12px)}}@media screen and (max-width:640px){.heroBand-Bxlr4o{height:280px}.hero-VAJ8Zu{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;gap:11px;width:calc(100% - 36px);height:100%;padding-top:58px;display:flex}.hero-VAJ8Zu h1{font-size:34px;line-height:1.45}.hero-VAJ8Zu p{width:min(500px,100%);max-width:330px;margin:0;font-size:14px;line-height:1.75}.main-SMgmDN{width:calc(100% - 36px);padding:38px 0 68px}.section-zdNh9q+.section-zdNh9q{margin-top:48px}.section-heading-OZdKUm{gap:11px;margin-bottom:22px}.section-heading-OZdKUm>span{height:24px}.section-heading-OZdKUm h2{font-size:22px}.section-heading-OZdKUm small{font-size:13px}.featured-grid-Z40nDn{grid-template-columns:1fr}.featured-card-ZfB88W:last-child{grid-column:auto;max-width:none}.featured-cover-wiRAkm{aspect-ratio:21/9}.featured-body-jZ9EVu{min-height:206px;padding:18px}.update-row-EJO20h{flex-direction:column;align-items:stretch;gap:16px;min-height:0;padding:20px 0 24px;display:flex}.update-row-EJO20h:hover{margin:0 -10px;padding-left:10px;padding-right:10px}.update-row-EJO20h:focus-visible{margin:0 -10px;padding-left:10px;padding-right:10px}.update-content-hOdFDI{width:100%}.update-content-hOdFDI h3{margin:12px 0 8px;font-size:17px;line-height:1.5}.update-meta-b9uZIa{flex-direction:row;align-items:center;gap:12px}.update-meta-b9uZIa .tags-bWd01K .tag-e69yIK:not(:first-child){display:none}.read-more-qylFqG{font-size:12px}.update-cover-DUlqE1{aspect-ratio:21/9;border-radius:12px;order:-1;width:100%}}