.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 :global(.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(3,1fr);width:100vw;margin-top:20px;display:grid;box-shadow:0 1px 4px rgba(42,58,134,.15)}.tds-navigation-dropdown-container :nth-child(3n){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{align-items:center;width:694px;height:14px;margin:0 auto;display:flex}.tds-home-footer .tds-home-footer-copyright .tds-home-footer-copyright-text{color:#cbcbcb;white-space:nowrap;width:100%;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}.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}.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%}}@keyframes tdsTwinkle-DwPLWJ{0%,to{opacity:.35;transform:scale(.85)rotate(0)}50%{opacity:1;transform:scale(1.15)rotate(45deg)}}.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}}.bgDecoration-aDtSxU{pointer-events:none;position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.sparklesSvg-nWavn4{opacity:.55;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}.sparkleItem-KvIVIy{transform-box:fill-box;transform-origin:50%;animation:4s ease-in-out infinite tdsTwinkle-DwPLWJ}.container-e9Er6e{z-index:10;width:100%;max-width:1336px;margin:0 auto;position:relative}.header-L7_dbb{text-align:center;margin-bottom:48px}.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}.badgeText-WZE7QZ{color:#0052d9;text-transform:uppercase;letter-spacing:.1em;font-size:12px;font-weight:700}.title-usX5xg{color:#0f172a;letter-spacing:-.025em;margin-bottom:16px;font-size:36px;font-weight:700;line-height:1.2}@media (min-width:1024px){.title-usX5xg{font-size:48px}}.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}}.subtitleBold-YIFC6_{color:#334155;font-weight:600}.tabsWrapper-HKXXOU{justify-content:center;margin-bottom:32px;display:flex}.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)}.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}}.tabBtnLabel-Syq0Z4{z-index:10;align-items:center;gap:6px;transition:color .2s;display:flex;position:relative}.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}}.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}@media (max-width:640px){.bgImageLayer-PMa5u8{background-image:none!important}}.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}.cardGridNoBg-V3LgBK{grid-template-columns:.85fr 1.15fr}}.cardGridWithBg-OqhI2g{height:100%}@media (min-width:1024px){.cardGridWithBg-OqhI2g{grid-template-columns:minmax(0,420px) 1fr}}.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{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}.header-wrapper-uOGGIp{flex-direction:column;flex:1;align-items:center;display:flex}.header-content-F_o0NS{align-items:center;gap:33px;width:1200px;margin-top:216px;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-bold-R0vlLl{color:#222;font-weight:600}.header-content-btn-YYLHPH{color:#000;cursor:pointer;background:#f2f4fd;border:1px solid #e0e5fb;border-radius:999px;align-items:center;gap:4px;width:215px;height:36px;padding:6px 20px;font-family:PingFang SC;font-size:15px;font-style:normal;font-weight:400;line-height:160%;display:flex}.header-content-btn-YYLHPH:hover{color:#0a6cff}.header-content-card-item-qoVAWt{z-index:10;background:#fff;border-radius:16px;flex-direction:column;flex-shrink:0;gap:12px;width:285px;padding:24px 32px;display:flex;position:absolute;bottom:-75%;left:0;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/e7wcrjve8/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-item-qoVAWt:first-child{left:305px}.header-content-card-item-qoVAWt:nth-child(2){left:610px}.header-content-card-item-qoVAWt:nth-child(3){left:915px}.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;height:auto;min-height:36.9375rem;line-height:1.5rem}.header-content-F_o0NS{flex-direction:column;width:100%;margin-top:4.75rem;padding:0 1rem}.header-content-detail-cZnuDb{width:100%;height:auto}.header-content-title-Papst2{font-size:1.75rem;line-height:1.75rem}.header-content-desc-qcQ7oS{margin:1.25rem 0;font-size:.875rem;line-height:1.375rem}.header-content-card-jDN5zu{background:#fff;border-radius:8px;grid-template-columns:repeat(4,1fr);width:calc(100vw - 2rem);padding:.75rem 0;display:grid;position:absolute;top:30rem;box-shadow:0 2px 8px rgba(55,99,170,.12)}.header-content-card-item-qoVAWt{width:auto;box-shadow:none;justify-content:center;align-items:center;gap:.5rem;padding:0;position:relative;bottom:0;left:0!important}.header-content-card-item-qoVAWt:hover{background:#fff}.header-content-card-title-uNthlV{color:#4a5970;font-size:.75rem;font-weight:400;line-height:1.125rem}.header-content-card-btn-Z3x5Uf{font-size:.9375rem}.header-content-btn-YYLHPH{width:auto;height:auto;padding:.375rem 1.25rem;font-size:.9375rem;display:inline-flex}}.top-nW84OV{top:217px!important}.top-nW84OV .ant-popover-arrow{top:69.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}.navigation-jDTpfI{width:100%;box-shadow:none;z-index:99;background-color:transparent;justify-content:center;width:100%;height:58px;padding:16px 0;display:flex;position:fixed}.navigation-content-j0xxoS{justify-content:space-between;align-items:center;width:1200px;display:flex}.navigation-logo-VWSYls{cursor:pointer}.navigation-section-zU9LRk{gap:4px;display:flex}.navigation-section-item-ne1PWv{color:#1e304a;cursor:pointer;border:1px solid transparent;border-radius:8px;align-items:center;gap:3.5px;padding:7px 14px;font-family:PingFang SC;font-size:16px;font-style:normal;font-weight:400;line-height:normal;display:flex}.navigation-section-item-active-gMV8f_{color:#0a6cff;background:#edf1f7;border:1px solid #dce3ee}.navigation-section-item-arrow-DulzBl{padding:0 1.5px}.navigation-overlay-ubM2C4 .ant-dropdown-menu{background:#fff;border:1px solid #edf1f7;border-radius:8px;grid-template-columns:repeat(2,50%);gap:0;max-width:362px;padding:12px;display:grid;box-shadow:0 -.5px #dce3ee,-.5px 0 #dce3ee,.5px 0 #dce3ee,0 .5px rgba(210,218,230,.88),0 6px 16px rgba(0,0,0,.08),0 9px 28px rgba(0,0,0,.05),0 12px 48px rgba(0,0,0,.03)}.navigation-overlay-ubM2C4 .ant-dropdown-menu-item{margin:0;padding:12px}.navigation-menu-tag-header-SSwm5s{color:#4a5970;border-bottom:1px solid #edf1f7;grid-column:1/-1;margin:4px 0;padding:8px 12px;font-family:PingFang SC;font-size:12px;font-weight:500;line-height:18px}.navigation-menu-item-qwaaOm{border-radius:8px;width:164px;padding:12px;position:relative}.navigation-menu-item-qwaaOm:hover{background-color:#f6f8fb}.navigation-menu-item-icon-wgOoHq{border-radius:6px;width:40px;height:40px}.navigation-menu-item-text-vbKaOw{color:#122440;font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:500;line-height:22px}.navigation-menu-item-desc-XzRyql{color:#7b889c;font-family:PingFang SC;font-size:12px;font-style:normal;font-weight:400;line-height:18px}.navigation-menu-item-tag-MV553O{color:#0a6cff;background-color:#f0f6ff;border-radius:4px;padding:2px 6px;font-size:11px;font-weight:500;position:absolute;top:8px;right:8px}.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{background-image:url(https://fue.gtimg.cn/fue-project-pub/p_n6YL5ztkYpZpqC/e7wcrjve8/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:#000;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:#122440;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:#7b889c;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{color:#1e304a;background-color:transparent;border-radius:10px 0 0 10px;align-items:center;gap:10px;width:198px;height:58px;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:#0a6cff;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:19.4375rem;padding:0 1rem;display:block}.solution-DCQoOX .menu-container-HJoTlb{-webkit-overflow-scrolling:touch;scrollbar-width:none;width:100%;overflow-x:auto}.solution-DCQoOX .menu-container-HJoTlb::-webkit-scrollbar{display:none}.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{white-space:nowrap;background-color:transparent;width:-webkit-max-content;width:max-content}.solution-DCQoOX .menu-VN7POl .ant-menu-item{border-radius:.25rem .25rem 0 0;gap:.625rem;width:7rem;height:2.75rem;padding:.6875rem;font-size:.875rem;line-height:1.375rem;margin:0 0 .625rem!important}.solution-DCQoOX .menu-VN7POl .ant-menu-item:after{left:0;border-width:2px!important;width:7rem!important}.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:#fff;background-image:url(https://fue.gtimg.cn/fue-project-pub/p_n6YL5ztkYpZpqC/e7wcrjve8/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-bottom: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/e7wcrjve8/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:#ebf4ff;background-image:url(https://fue.gtimg.cn/fue-project-pub/p_n6YL5ztkYpZpqC/e7wcrjve8/static/image/mobile-bg.bf77e1a8.png);padding-bottom:3.125rem}.tds-product-Hpg1tk .title-xE4C9s{padding:6.1875rem 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/e7wcrjve8/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}.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}