.loading-container{position:fixed;z-index:10001;width:100vw;height:100vh;top:0;left:0;background-color:#00000080;display:none;align-items:center;justify-content:center;opacity:0;transition:display .3s}.loading-container.show{display:flex;opacity:1}.loading-container .loading-box{text-align:center}.loading-container .loading-box .heartbeat{animation:scaleLoading 1s linear infinite alternate}.loading-container .loading-box .loading-tips{margin-top:2rem}@keyframes scaleLoading{0%{transform:scale(1)}to{transform:scale(1.2)}}.connect-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:inherit;flex-wrap:nowrap;gap:0}.connect-container .connect-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:inherit;flex-wrap:nowrap;gap:1.6rem;width:22rem;text-align:center}.connect-container .connect-item .connect-img{width:12rem;height:auto}.connect-container .connect-item .ant-qrcode{padding:.5rem;border-radius:0;border:6px solid #7F5FFF;border-radius:1.2rem;transition:all .3s ease}.connect-container .connect-item .ant-qrcode:hover{transform:scale(1.05);box-shadow:0 8px 20px #7f5fff4d}.connect-container .connect-item .info{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:inherit;flex-wrap:nowrap;width:100%;height:auto;background:#00000008;padding:.8rem 2.4rem;border-radius:5rem;border:.1rem solid rgb(0,0,0);transition:all .3s ease;cursor:pointer}.connect-container .connect-item .info:hover{background:#7f5fff1a;border-color:var(--primaryColor);transform:translateY(-2px);box-shadow:0 4px 12px #7f5fff33}.connect-container .connect-item .info:hover span{color:var(--primaryColor)}.connect-container .connect-item .info:hover img{transform:scale(1.2)}.connect-container .connect-item .info:active{transform:translateY(0)}.connect-container .connect-item .info span{flex:1;font-size:1.4rem;font-weight:380;line-height:1.856rem;color:#000;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:color .3s ease}.connect-container .connect-item .info img{width:1.2rem;height:1.2rem;transition:transform .3s ease}@media screen and (max-width: 768px){.connect-container{margin-top:-1.8rem;display:block}.connect-container .ant-segmented{width:100%;border-radius:5rem}.connect-container .ant-segmented .ant-segmented-group .ant-segmented-item{padding:.6rem;width:50%;border-radius:5rem}.connect-container .ant-segmented .ant-segmented-group .ant-segmented-item .ant-segmented-item-label{font-size:1.2rem;font-weight:500;line-height:1.589rem;min-height:auto}.connect-container .connect-item{display:none;margin-top:3.4rem;width:100%;gap:4rem}.connect-container .connect-item.active{display:flex}.connect-container .connect-item .ant-qrcode:hover{transform:none;box-shadow:none}.connect-container .connect-item .connect-img{width:14rem;height:auto}.connect-container .connect-item .info:hover{transform:none;box-shadow:none;background:#00000008;border-color:#000}.connect-container .connect-item .info:hover span{color:#000}.connect-container .connect-item .info:hover img{transform:none}.connect-container .connect-item .info:active{transform:scale(.97);background:#7f5fff1a;border-color:var(--primaryColor)}.connect-container .connect-item .info span{font-size:1.2rem;font-weight:500;line-height:1.591rem}}.connect-modal .ant-modal{max-width:fit-content;min-width:30rem}.connect-modal .ant-modal .ant-modal-content{padding:2.4rem 2.4rem 4rem;border-radius:2rem;width:auto;box-shadow:0 10px 40px #0000001a}.connect-modal .ant-modal .ant-modal-content .ant-modal-close{color:#000;transition:all .3s ease}.connect-modal .ant-modal .ant-modal-content .ant-modal-close:hover{color:var(--primaryColor);transform:rotate(90deg)}.connect-modal .ant-modal .ant-modal-content .ant-modal-header .ant-modal-title{font-size:1.4rem;font-weight:380;line-height:1.856rem;color:#000}.connect-modal .ant-modal .ant-modal-content .ant-modal-body{padding-top:2.6rem}@media screen and (max-width: 768px){.connect-modal .ant-modal{max-width:calc(100vw - 5.6rem);min-width:auto;width:100%}.connect-modal .ant-modal .ant-modal-content .ant-modal-header .ant-modal-title{font-size:1.2rem;font-weight:500;line-height:1.591rem}}.layout-header-container{position:sticky;top:0;border-bottom:.1rem solid rgba(0,0,0,.02);z-index:2;background-color:#fff;height:var(--pcHeaderHeight);box-sizing:border-box}.layout-header-container.transparent{background:transparent}.layout-header-container.hidden{display:none}.layout-header-container .header-content-wrap{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:inherit;flex-wrap:nowrap;width:100%;max-width:var(--pcContent);margin:0 auto;padding:2rem 0;box-sizing:border-box}.layout-header-container .header-content-wrap .header-left{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:inherit;flex-wrap:nowrap;gap:8rem}.layout-header-container .header-content-wrap .header-left .header-logo{width:20rem;height:4.8rem}.layout-header-container .header-content-wrap .header-left .header-nav .nav-content{display:flex;align-items:center;gap:6rem}.layout-header-container .header-content-wrap .header-left .header-nav .nav-content .nav-item{font-size:1.4rem;font-weight:bolder;line-height:1.9rem;color:#000c;text-decoration:none}.layout-header-container .header-content-wrap .header-left .header-nav .nav-content .nav-item:hover{color:var(--primaryColor)}.layout-header-container .header-content-wrap .header-right{display:flex;flex-direction:row;align-items:stretch;justify-content:flex-start;gap:inherit;flex-wrap:nowrap}.layout-header-container .header-content-wrap .header-right .link-item{background:linear-gradient(180deg,#6079ff,#7875ff);border-radius:5rem;min-width:16rem;height:4.5rem;font-size:1.6rem;font-weight:380;line-height:2.1rem;color:#fffc;display:flex;align-items:center;justify-content:center;border:none}.layout-header-container .header-content-wrap .header-right .menu-btn{display:none;border:none;background:none;height:2.4rem;padding:0;padding-inline:0;line-height:normal;box-shadow:none;min-height:auto;border-radius:5rem}.connect-component .ant-popover-inner{border-radius:2rem}.connect-component .ant-popover-inner .connect-content{padding:2.8rem}@media screen and (max-width: 768px){.layout-header-container{padding:0 1.6rem}.layout-header-container .header-content-wrap{padding:2rem 0}.layout-header-container .header-content-wrap .header-left .header-logo{width:9.8rem;height:auto;content:url(/assets/logo-DHkmBnKt.webp)}.layout-header-container .header-content-wrap .header-left .header-nav{position:fixed;top:var(--headerPhoneHeight);left:0;width:100vw;height:calc(100vh - var(--headerPhoneHeight));z-index:100;background:#0009;transition:all .3s}.layout-header-container .header-content-wrap .header-left .header-nav.hidden{display:none}.layout-header-container .header-content-wrap .header-left .header-nav .nav-content{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:inherit;flex-wrap:nowrap;gap:4rem;height:100%;width:20rem;padding:5.1rem 1.6rem 1.6rem;background:#f1f6ff}.layout-header-container .header-content-wrap .header-left .header-nav .nav-content .nav-item{font-size:1.2rem;font-weight:450;line-height:1.591rem;color:#000c}.layout-header-container .header-content-wrap .header-right{gap:1.2rem}.layout-header-container .header-content-wrap .header-right .link-item{min-width:8.4rem;height:2.4rem;font-size:1.1rem;line-height:1.5rem}.layout-header-container .header-content-wrap .header-right .menu-btn{display:block}.layout-header-container .header-content-wrap .header-right .menu-btn img{width:2.4rem;height:2.4rem}}.layout-footer-container{background:#7f5fff}.layout-footer-container .footer-body{width:100%;max-width:var(--pcContent);margin:0 auto}.layout-footer-container .footer-body .content{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:inherit;flex-wrap:nowrap;border-bottom:.1rem solid rgba(255,255,255,.08);padding:4.75rem 0}.layout-footer-container .footer-body .content .logo{width:20rem;height:4.6rem}.layout-footer-container .footer-body .content .connect{padding:1.2rem;min-width:16rem;background:#fff;border:none;color:#7f5fff;font-size:1.6rem;font-weight:380;line-height:2.2rem;border-radius:0}.layout-footer-container .footer-body .versionNo{padding:4.4rem 0;font-size:1.4rem;font-weight:400;line-height:2rem;color:#fffc}@media screen and (max-width: 768px){.layout-footer-container .footer-body{padding:0 var(--phoneSpace)}.layout-footer-container .footer-body .content{padding:2.4rem 0 1.5rem}.layout-footer-container .footer-body .content .logo{width:9.8rem;height:auto}.layout-footer-container .footer-body .content .connect{padding:.6rem 2.4rem;min-width:9.2rem;font-size:1.1rem;line-height:1.459rem}.layout-footer-container .footer-body .versionNo{padding:1.6rem 0 2.4rem;font-size:1.1rem;line-height:1.54rem}}.layout-container{display:flex;flex-direction:column;min-height:100vh;margin:0 auto}.layout-container main{flex:1}.index-container{margin-top:calc(var(--headerHeight) * -1);padding-top:var(--headerHeight);position:relative;overflow-x:hidden}.index-container:after{content:"";position:absolute;top:0;left:0;z-index:-2;width:100%;padding-top:49.3229166667%;background:linear-gradient(180deg,#f0f5ff,#f0f5ff00)}.index-container section{max-width:var(--pcContent);margin:0 auto}.index-container section.plan-info{position:relative}.index-container section.plan-info:after{content:"";position:absolute;width:126.2rem;height:83.1rem;right:-26rem;z-index:-1;top:calc(var(--headerHeight) * -1);background:url(/assets/plan-info-bg-bgsgtaRy.png) no-repeat;background-size:100% 100%;animation:planBgEnter 1.2s ease-out forwards,float3d 6s ease-in-out 1.2s infinite;transform-style:preserve-3d;opacity:0}@keyframes planBgEnter{0%{opacity:0;transform:scale(.8) translateY(30px) rotateY(-15deg)}to{opacity:1;transform:scale(1) translateY(0) rotateY(0)}}@keyframes float3d{0%,to{transform:translateY(0) translate(0) rotateY(0)}25%{transform:translateY(-15px) translate(5px) rotateY(2deg)}50%{transform:translateY(-25px) translate(0) rotateY(0)}75%{transform:translateY(-15px) translate(-5px) rotateY(-2deg)}}.index-container section.plan-info .content{width:72.7rem;padding-top:11.4rem}.index-container section.plan-info .content .title{font-size:5rem;font-weight:630;line-height:6.63rem}.index-container section.plan-info .content .title span{color:transparent;-webkit-background-clip:text;background-clip:text;background-image:linear-gradient(180deg,#6079ff,#7875ff)}.index-container section.plan-info .content .description{margin-top:6.3rem}.index-container section.plan-info .content .description .wrap>img{display:none}.index-container section.plan-info .content .description .wrap p{color:#000c;font-size:1.6rem;font-weight:380;line-height:3.2rem}.index-container section.plan-info .content .description .wrap p+*{margin-top:4.2rem}.index-container section.plan-info .desc{margin-top:6.8rem;background:linear-gradient(180deg,#6079ff,#7875ff);padding-bottom:.1rem}.index-container section.plan-info .desc .wrap{display:flex;flex-direction:x;align-items:stretch;justify-content:flex-start;gap:inherit;flex-wrap:nowrap;gap:1.6rem;background:#f0f1fb;padding:1.6rem}.index-container section.plan-info .desc .wrap>img{width:2.7rem;height:2.4rem}.index-container section.plan-info .desc .wrap p{flex:1;font-size:1.4rem;font-weight:380;line-height:3.2rem;color:#7377ff}.index-container section.business{margin-top:10rem}.index-container section.business .title{font-size:4.6rem;font-weight:630;line-height:6.1rem;text-align:center}.index-container section.business .title span{color:transparent;-webkit-background-clip:text;background-clip:text;background-image:linear-gradient(180deg,#6079ff,#7875ff)}.index-container section.business .description{width:67.9rem;margin:0 auto;font-size:1.6rem;font-weight:380;line-height:2.1rem;text-align:center}.index-container section.business .business-list{margin-top:11.3rem;display:flex;flex-direction:row;gap:inherit;flex-wrap:nowrap;gap:2.7rem}.index-container section.business .business-list .business-list-block{flex:1;padding:0 3.2rem 4rem;text-align:center;border-top:.6rem solid rgb(105,67,255);background:#403a8b0a;transition:all .4s ease}.index-container section.business .business-list .business-list-block:hover{transform:translateY(-8px);box-shadow:0 12px 24px #6943ff26}.index-container section.business .business-list .business-list-block.active{background:#7f5fff}.index-container section.business .business-list .business-list-block.active .name{color:#fff}.index-container section.business .business-list .business-list-block.active ul>li{background-color:#ffffff0f}.index-container section.business .business-list .business-list-block.active ul>li img{background:#fff3;border-radius:.8rem}.index-container section.business .business-list .business-list-block.active ul>li:nth-last-child(1):hover span{color:#000!important}.index-container section.business .business-list .business-list-block.active ul>li span{color:#fff}.index-container section.business .business-list .business-list-block .icon{width:10rem;height:10rem;margin-top:-7.3rem;position:relative;transition:transform .3s ease}.index-container section.business .business-list .business-list-block:hover .icon{transform:scale(1.1) rotate(5deg)}.index-container section.business .business-list .business-list-block .name{font-size:3.2rem;font-weight:630;line-height:4.2rem}.index-container section.business .business-list .business-list-block ul{margin-top:1.6rem}.index-container section.business .business-list .business-list-block ul li{display:flex;flex-direction:x;align-items:stretch;justify-content:flex-start;gap:inherit;flex-wrap:nowrap;gap:1.6rem;background:#fff9;padding:1.6rem;transition:all .3s ease}.index-container section.business .business-list .business-list-block ul li:hover{background:#ffffffd9;transform:translate(5px)}.index-container section.business .business-list .business-list-block ul li:nth-last-child(1){cursor:pointer}.index-container section.business .business-list .business-list-block ul li:nth-last-child(1):hover{background:#fffffff2}.index-container section.business .business-list .business-list-block ul li:nth-last-child(1):hover span{color:var(--primaryColor)}.index-container section.business .business-list .business-list-block ul li+*{margin-top:1.6rem}.index-container section.business .business-list .business-list-block ul li img{width:2.4rem;height:2.4rem;border-radius:.8rem;background:linear-gradient(180deg,#6079ff33,#7875ff33);transition:transform .3s ease}.index-container section.business .business-list .business-list-block ul li:hover img{transform:rotate(360deg)}.index-container section.business .business-list .business-list-block ul li span{color:#000c;font-size:1.6rem;font-weight:380;line-height:2rem;transition:color .3s ease}.index-container section.sevice-bg{margin-top:10rem;max-width:none;padding-top:8.59375%;background:url(/assets/service-bg-B96tEXp8.png) no-repeat;background-size:100% 100%}.index-container section.service{margin-top:10rem;display:flex;flex-direction:row;justify-content:space-between;gap:inherit;flex-wrap:nowrap}.index-container section.service>.content{flex:1;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:inherit;flex-wrap:nowrap}.index-container section.service>.content .title{font-size:4.6rem;font-weight:630;line-height:6.1rem;color:#000;text-decoration:none}.index-container section.service>.content .title:hover{color:var(--primaryColor)}.index-container section.service>.content .desc-block{margin-top:2.4rem;flex:1}.index-container section.service>.content .desc-block .description{font-size:1.6rem;font-weight:380;line-height:3.2rem;color:#000c}.index-container section.service>.content .desc-block .description+p{margin-top:2rem}.index-container section.service>.content ul{display:flex;flex-direction:x;align-items:stretch;justify-content:flex-start;gap:inherit;flex-wrap:nowrap;gap:2.4rem}.index-container section.service>.content ul li{background:linear-gradient(180deg,#6079ff,#7875ff);padding-bottom:.1rem;flex:1;transition:all .4s ease;cursor:pointer}.index-container section.service>.content ul li:hover{transform:translateY(-10px);box-shadow:0 15px 30px #6079ff4d}.index-container section.service>.content ul li:hover img{transform:scale(1.2) rotate(10deg)}.index-container section.service>.content ul li .wrap{padding:2.4rem 2.4rem 2.4rem 8.8rem;background:#f5f4fb;position:relative;transition:background .3s ease}.index-container section.service>.content ul li:hover .wrap{background:#fff}.index-container section.service>.content ul li img{width:4rem;height:4rem;position:absolute;left:2.4rem;top:2.4rem;transition:transform .4s cubic-bezier(.68,-.55,.265,1.55)}.index-container section.service>.content ul li .title{font-size:2.4rem;font-weight:630;line-height:3.182rem;color:#7377ff;transition:color .3s ease}.index-container section.service>.content ul li:hover .title{color:#6079ff}.index-container section.service>.content ul li .desciption{margin-top:.4rem;font-size:1.6rem;font-weight:330;line-height:2rem;color:#000c}.index-container section.service .service-img{width:43.3rem;height:43.3rem;margin-left:17.3rem;transition:transform .5s ease;animation:float 6s ease-in-out infinite}.index-container section.service .service-img:hover{transform:scale(1.05) rotate(5deg)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.index-container section.partners{max-width:none;overflow:hidden;margin-top:10rem;background:#8487f6}.index-container section.partners .partner-list{display:flex;flex-direction:x;align-items:stretch;justify-content:flex-start;gap:inherit;flex-wrap:nowrap;gap:8rem;padding:3.05rem 8rem}.index-container section.partners .partner-list::-webkit-scrollbar{display:none}.index-container section.partners .partner-list img{height:auto;max-height:4.6rem;transition:all .3s ease;filter:grayscale(0%)}.index-container section.partners .partner-list img:hover{transform:scale(1.2);filter:drop-shadow(0 10px 20px rgba(0,0,0,.2))}.index-container section.connect{margin-top:10rem;position:relative;padding-top:8.3rem}.index-container section.connect .connect-bg{position:absolute;top:0;right:8.9rem;width:42rem;height:42rem;object-fit:cover;animation:pulse 4s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.05);opacity:1}}.index-container section.connect .title{font-size:4.6rem;font-weight:630;line-height:6.1rem;color:#000;text-decoration:none}.index-container section.connect .title:hover{color:var(--primaryColor)}.index-container section.connect .description{margin-top:2.4rem;font-size:1.6rem;font-weight:380;line-height:2.122rem;color:#000}.index-container section.connect ul{display:flex;flex-direction:row;align-items:stretch;justify-content:flex-start;gap:inherit;flex-wrap:nowrap;gap:4.8rem;margin-top:6rem}.index-container section.connect ul li{display:flex;flex-direction:row;align-items:center;gap:inherit;flex-wrap:nowrap;width:60rem;gap:0;padding:2.4rem;border:.1rem solid rgba(0,0,0,.1);-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);border-radius:1rem;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);background:#ffffff80}.index-container section.connect ul li:hover{transform:translate(10px) scale(1.02);border-color:var(--primaryColor);box-shadow:0 10px 30px #6079ff33;background:#ffffffe6}.index-container section.connect ul li:hover .text{color:var(--primaryColor)}.index-container section.connect ul li:hover .arrow-right{transform:translate(5px)}.index-container section.connect ul li:hover .icon{transform:scale(1.1) rotate(5deg)}.index-container section.connect ul li .icon{width:3.6rem;height:3.6rem;margin-right:1.6rem;transition:transform .3s ease}.index-container section.connect ul li .text{flex:1;transition:color .3s ease}.index-container section.connect ul li .arrow-right{width:1.23rem;height:1.23rem;transition:transform .3s ease}.index-container section.connect .address{display:flex;flex-direction:row;align-items:stretch;justify-content:flex-start;gap:inherit;flex-wrap:nowrap;gap:1.6rem;margin-top:10rem}.index-container section.connect .address img{width:4rem;height:4rem}.index-container section.connect .address span{display:inline-block;max-width:65rem;font-size:1.6rem;font-weight:380;line-height:2.122rem}.index-container section.question-bg{margin-top:10rem;width:100%;max-width:none;padding-top:8.59375%;background:url(/assets/question-bg-Dpk-puJR.png) no-repeat;background-size:100% 100%}.index-container section.question{margin-top:10rem;padding-bottom:10rem}.index-container section.question .title{font-size:4.6rem;font-weight:630;line-height:6.1rem;color:#000;text-decoration:none}.index-container section.question .title:hover{color:var(--primaryColor)}.index-container section.question .ant-collapse{margin-top:3.1rem}.index-container section.question .ant-collapse .ant-collapse-item{border-bottom:.1rem solid rgb(0,0,0)}.index-container section.question .ant-collapse .ant-collapse-item.ant-collapse-item-active .ant-collapse-header .ant-collapse-extra img{content:url(data:image/webp;base64,UklGRgwEAABXRUJQVlA4WAoAAAAwAAAAMwAAMwAASUNDUMgBAAAAAAHIAAAAAAQwAABtbnRyUkdCIFhZWiAH4AABAAEAAAAAAABhY3NwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAA9tYAAQAAAADTLQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAlkZXNjAAAA8AAAACRyWFlaAAABFAAAABRnWFlaAAABKAAAABRiWFlaAAABPAAAABR3dHB0AAABUAAAABRyVFJDAAABZAAAAChnVFJDAAABZAAAAChiVFJDAAABZAAAAChjcHJ0AAABjAAAADxtbHVjAAAAAAAAAAEAAAAMZW5VUwAAAAgAAAAcAHMAUgBHAEJYWVogAAAAAAAAb6IAADj1AAADkFhZWiAAAAAAAABimQAAt4UAABjaWFlaIAAAAAAAACSgAAAPhAAAts9YWVogAAAAAAAA9tYAAQAAAADTLXBhcmEAAAAAAAQAAAACZmYAAPKnAAANWQAAE9AAAApbAAAAAAAAAABtbHVjAAAAAAAAAAEAAAAMZW5VUwAAACAAAAAcAEcAbwBvAGcAbABlACAASQBuAGMALgAgADIAMAAxADZWUDhMHQIAAC8zwAwQpwAQhP9wDREC2RQvgk4wSVNtxwCAlQeALNl220ZSbCdYybj7X6sbAAlywndE/x1Ikho3VHTiUhAsi94AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAsN9mO45DHMvTauR+qqqqqqqrnbWyfzWGnvCFj4xeiqtp5sny8aR+5LeM4TvNtu7wl15pud2/XNlec9PbW3JNN/Cxx/dFPnqn2dOfMuVuslzsio3UBDT5ObF5OWb+Ca0NDIE+za6lewILyC7aWn3lsqJxgLUAmrfzYN2VD7MZrMzLNtrk4Wjja4byp6lEbsylQd0JBffNjn+ERjbBYOBA1q20Z42en9Enpjy1DGqnq3kfeJTw9VPXWJgV/m4HB7B6a4IhSjIxGpmjPj4iIiIiIiIiIyFo41JwXpIyKOg8ZgApiRvwZCRgxKSRjZlGIy2RSCV0XMNknIXQdDzLQVkLXBejmiIBZS/0+cllCxRh1yw2jqq8RAbTGpxXJEq/zd0yotlyvM0IBQC1DlXhaeClJ4s4J5Yy0QwJH5inckFCh2o/RdxsXX455aynZzvll5i39g1F4vrZ8m3FdhmR8HU2CyNXdV8qily/ZmVq5OYPe/uZ1ZSj0tZr8O4vaZB2NlX67zdM4jstN4muglNeZkp1+Y9gzqGmS4qG5QwrczsrOY+j2NnvIcRyb3L5vs//uuxIA)}.index-container section.question .ant-collapse .ant-collapse-item .ant-collapse-header{padding:2.4rem 0}.index-container section.question .ant-collapse .ant-collapse-item .ant-collapse-header .ant-collapse-header-text{font-size:2.4rem;font-weight:700;line-height:3.182rem}.index-container section.question .ant-collapse .ant-collapse-item .ant-collapse-header .ant-collapse-header-text:hover{color:var(--primaryColor)}.index-container section.question .ant-collapse .ant-collapse-item .ant-collapse-header .ant-collapse-extra img{width:1.9rem;height:1.9rem;content:url(data:image/webp;base64,UklGRh4EAABXRUJQVlA4WAoAAAAwAAAAMwAAMwAASUNDUMgBAAAAAAHIAAAAAAQwAABtbnRyUkdCIFhZWiAH4AABAAEAAAAAAABhY3NwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAA9tYAAQAAAADTLQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAlkZXNjAAAA8AAAACRyWFlaAAABFAAAABRnWFlaAAABKAAAABRiWFlaAAABPAAAABR3dHB0AAABUAAAABRyVFJDAAABZAAAAChnVFJDAAABZAAAAChiVFJDAAABZAAAAChjcHJ0AAABjAAAADxtbHVjAAAAAAAAAAEAAAAMZW5VUwAAAAgAAAAcAHMAUgBHAEJYWVogAAAAAAAAb6IAADj1AAADkFhZWiAAAAAAAABimQAAt4UAABjaWFlaIAAAAAAAACSgAAAPhAAAts9YWVogAAAAAAAA9tYAAQAAAADTLXBhcmEAAAAAAAQAAAACZmYAAPKnAAANWQAAE9AAAApbAAAAAAAAAABtbHVjAAAAAAAAAAEAAAAMZW5VUwAAACAAAAAcAEcAbwBvAGcAbABlACAASQBuAGMALgAgADIAMAAxADZWUDhMMAIAAC8zwAwQpwAQhP9wDREC2RQvgk4wSVNtxwCAlQcALEl24zZaI8mmFVrG3P+sDgACzPYd0X8HkqTGDRVdtktZwbLoDQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAw7KVs9ZajmX4rid7FREREREReW5j/2x2T9oPytj5RRER+ebJ8rLQXmVbxnGc5u28LJJrTbfd4jrnwEkPi2ZPtmJnieOPdnJLtZvZZ86dYr3MFpm3JqDOx4mHl3kZH8G0oSOQT8W1hAfQoHyRreenHhuCHbQ5yqRfvvSbNhA98drNTMU2N0cNR+jYWrcIySkiNRrDZw+LPnZC4/Vmop6yzHB4EBqLOWXxa136+OkuxJYi3EuXLo1E5PN77NHi0yEiW581/K0AW7DnXnOOaMVIZWTyeD5KKaWUcolcDsLa2FSd56zNiliHlEANUxA/Y44jag2uZhaNuExqzdDlPkmkh37iQveNGylpm6FLWkx0dYTjrKb+99ilCeVj9G25oVL1BuFIq3qaslh4jb99QvXleqwIDQLpEMamViNMofD06FJSxI0T2hmpmziNzEu4MiGQ2pfKd58WX0Z5o5Ts1/y28rb+QSU8X1vezWhdQmRsHU1Kt6m79xSiuy3ZmVp5GkAPe/L4pSv0UU3+mvm3yTrqK/25zdM4jstW/G2gldeZkp2+Y+g1qGuS0iHDzM7J9gyeHMO33c2OUms9y/a+m/2790oA)}.index-container section.question .ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box{padding:0 0 2.4rem;font-size:1.6rem;font-weight:330;line-height:2.122rem;color:#000c}.index-container .activeLine{color:transparent;-webkit-background-clip:text;background-clip:text;background-image:linear-gradient(180deg,#6079ff,#7875ff)}@media screen and (max-width: 768px){.index-container:after{display:none}.index-container .service-img,.index-container .connect-bg{animation:none!important}.index-container .business-list-block{transition:transform .2s ease}.index-container .business-list-block:active{transform:scale(.98)}.index-container section{padding:0 var(--phoneSpace)}.index-container section.plan-info:after{width:35rem;height:50.035rem;left:1rem;right:inherit;top:calc(var(--headerPhoneHeight) * -1);background:url(/assets/plan-info-bg-B_5RXYOR.png) no-repeat;background-size:100% 100%;animation:planBgEnterMobile 1s ease-out forwards,floatMobile 5s ease-in-out 1s infinite;opacity:0}@keyframes planBgEnterMobile{0%{opacity:0;transform:scale(.85) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes floatMobile{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.index-container section.plan-info .content{padding-top:2rem;width:100%}.index-container section.plan-info .content .title{font-size:2.4rem;line-height:2.8rem;text-align:center}.index-container section.plan-info .content .description{margin-top:20.7rem;background:#356eff;padding:0 0 .1rem}.index-container section.plan-info .content .description .wrap{display:flex;flex-direction:x;align-items:stretch;justify-content:flex-start;gap:inherit;flex-wrap:nowrap;gap:1.6rem;background:#f0f1fb;padding:2.4rem 1.2rem}.index-container section.plan-info .content .description .wrap>img{display:block;width:2.4rem;height:2.4rem}.index-container section.plan-info .content .description .wrap p{font-size:1.1rem;font-weight:500;line-height:1.7rem;color:#7377ff}.index-container section.plan-info .desc{margin-top:1.2rem}.index-container section.plan-info .desc .wrap{padding:2.4rem 1.2rem}.index-container section.plan-info .desc .wrap>img{content:url(data:image/png;base64,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);width:2.4rem;height:2.4rem}.index-container section.plan-info .desc .wrap p{font-size:1.1rem;font-weight:500;line-height:1.7rem}.index-container section.business{margin-top:4rem}.index-container section.business .title{font-size:1.8rem;line-height:2.1rem}.index-container section.business .description{width:100%;margin-top:.8rem;font-size:1.1rem;line-height:1.3rem;font-weight:500;color:#0009}.index-container section.business .business-list{margin-top:2.4rem;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:inherit;flex-wrap:nowrap;gap:2.4rem}.index-container section.business .business-list .business-list-block{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:inherit;flex-wrap:nowrap;gap:1.6rem;flex-wrap:wrap;border-top-width:.2rem;padding:1.2rem}.index-container section.business .business-list .business-list-block .icon{margin:0;width:4rem;height:4rem}.index-container section.business .business-list .business-list-block .name{font-weight:700;font-size:1.4rem;line-height:1.6}.index-container section.business .business-list .business-list-block ul{display:flex;flex-direction:row;align-items:stretch;justify-content:flex-start;gap:inherit;flex-wrap:nowrap;flex-wrap:wrap;gap:.9rem;width:100%;margin-top:-.7rem;padding-top:1.2rem;border-top:.1rem solid rgba(127,95,255,.06)}.index-container section.business .business-list .business-list-block ul li{gap:.8rem;align-items:center;width:calc(50% - .45rem);padding:1.1rem 1.6rem;border-radius:.8rem;transition:transform .2s ease,background .2s ease}.index-container section.business .business-list .business-list-block ul li+*{margin:0}.index-container section.business .business-list .business-list-block ul li:nth-last-child(1){width:100%}.index-container section.business .business-list .business-list-block ul li:nth-last-child(1):active{transform:scale(.97)}.index-container section.business .business-list .business-list-block ul li img{width:1.4rem;height:1.4rem}.index-container section.business .business-list .business-list-block ul li span{font-size:1.1rem;color:#000c;line-height:1.3rem;font-weight:500}.index-container section.sevice-bg{margin-top:2rem;padding-top:16%;background:url(/assets/service-bg-BKQW_fPF.png) no-repeat;background-size:100% 100%}.index-container section.service{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:inherit;flex-wrap:nowrap;gap:3.2rem;margin-top:2rem}.index-container section.service>.content{width:100%;gap:0}.index-container section.service>.content .title{font-size:1.8rem;line-height:2.1rem}.index-container section.service>.content .desc-block{margin-top:1.2rem}.index-container section.service>.content .desc-block .description{font-weight:500;font-size:1.1rem;color:#0009;line-height:1.7rem}.index-container section.service>.content ul{margin-top:2rem;gap:1.2rem}.index-container section.service>.content ul li{transition:transform .2s ease}.index-container section.service>.content ul li:active{transform:scale(.98)}.index-container section.service>.content ul li .wrap{padding:1.2rem}.index-container section.service>.content ul li img{position:initial;width:3.2rem;height:3.2rem}.index-container section.service>.content ul li .name{margin-top:1.2rem;font-weight:700;font-size:1.6rem;color:#7377ff;line-height:1.9rem}.index-container section.service>.content ul li .desciption{margin-top:.4rem;font-weight:400;font-size:1.1rem;line-height:2rem}.index-container section.service .service-img{width:20.6rem;height:20.6rem;margin:0}.index-container section.partners{margin-top:-2rem}.index-container section.partners .partner-list{padding:2.8rem 0;gap:3.2rem}.index-container section.partners .partner-list img{height:2.4rem;width:auto}.index-container section.connect{margin-top:4rem;padding-top:0}.index-container section.connect .connect-bg{position:initial;width:100%;height:auto}.index-container section.connect .title{font-weight:700;font-size:1.8rem;line-height:2.1rem}.index-container section.connect .description{margin-top:1.2rem;font-weight:500;font-size:1.1rem;color:#0009;line-height:1.3rem}.index-container section.connect ul{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:inherit;flex-wrap:nowrap;gap:2rem;margin-top:2.4rem}.index-container section.connect ul li{width:100%;padding:1.4rem 1.6rem;transition:transform .2s ease,box-shadow .2s ease}.index-container section.connect ul li:active{transform:scale(.97);box-shadow:0 4px 12px #6079ff26}.index-container section.connect ul li .icon{width:2.4rem;height:2.4rem}.index-container section.connect ul li .text{font-weight:400;font-size:1.1rem;color:#000c;line-height:1.3rem}.index-container section.connect ul li .arrow-right{width:.84rem;height:.84rem}.index-container section.connect .address{margin-top:4rem;gap:.8rem}.index-container section.connect .address img{width:2.4rem;height:2.4rem}.index-container section.connect .address span{font-weight:500;font-size:1.1rem;color:#000c;line-height:1.3rem}.index-container section.question-bg{margin-top:2rem;padding-top:16%;background:url(/assets/question-bg-uMO7MbGt.png) no-repeat;background-size:100% 100%}.index-container section.question{margin-top:2rem}.index-container section.question .title{font-weight:700;font-size:1.8rem;line-height:2.1rem}.index-container section.question .ant-collapse{margin-top:.2rem}.index-container section.question .ant-collapse .ant-collapse-item.ant-collapse-item-active .ant-collapse-header .ant-collapse-extra img{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAIOSURBVHgB7Zj/VYMwEMe/+joAG5gNZISM4AYyQjewTtA6QXGS0g10AnCCdgNNJLxeYgL5QbB/9PPevaaQC5fccVwC3EjjDukwIVxIoURyFtIp+cA/wIXshJyEfE9IK2SvdBYx7OBh1JixFQLwdTGDexWkO4/o3XlW1wql86h+TWohr0onmRL9zOlKSNdu4Oe2UhlkjtGqe8nGmXEmY69AOEzpmhONNtI0Ts6YIx3TI1FGMmOQFvZYioWljl8jn3EDDLqRB1/FCnqcJAfyCNx4FvdRorPaIT/0xZlcRY78rjWRGYG+jJzevDc6V6TdYKZEOoFM7m/k/9NYZ+renLFnwqGnHSsldPcuDXUzGy5SFzPS/sTyHEmbD40VuchIu4MbGdSx7u/gHrsznvHLynYRl6rExlrIC+KQFczGce9ss+UeVw5dQesMLNToU1AMY+W/1YMuAxncdMiTH5nxDGuHyVyUEa8c7PzkZMaZg82X5J20OZZjTdrNWEcO3c0xpX0oDLp7+ZTCgXTeIj9bBH5iOSKKyEhK41mVryJdxaVK/n2A7vVvmiS2beccNSLHDNvOAdvGXQY1QzgF9Bci2ThqZAv7iZXP4Bx99XNCxNFHyOHRRsiz5V6Hvgj4gn549IDLuaGJLE4rZPimV/i7miHSYMFzwtrTWOnaHSINm+MIWMYRU0KPgKU0WGbresPJD74b/6imFHBVAAAAAElFTkSuQmCC)}.index-container section.question .ant-collapse .ant-collapse-item .ant-collapse-header{padding:2.2rem 0}.index-container section.question .ant-collapse .ant-collapse-item .ant-collapse-header .ant-collapse-header-text{font-weight:600;font-size:1.2rem;color:#000;line-height:1.4rem}.index-container section.question .ant-collapse .ant-collapse-item .ant-collapse-header .ant-collapse-extra{height:1.8rem}.index-container section.question .ant-collapse .ant-collapse-item .ant-collapse-header .ant-collapse-extra img{width:2rem;height:2rem;content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJESURBVHgB7VjhVcMgEP7sc4BuIBuYDbwR3MCMoBNYJ7BOYJ2kcQOdoHGCdgPlGmIvJyRAavRHv/fu9Uo4+OAOOABOGIczjIexQlbmThg7K7WTN/wByMrSytbK54BsrDw7m0mIrSNI9ZEtkYBYFxuEZ4Hd+YrGnTtXNnc2l+5XY2XlwdmMRoFm5HIm2LULxLmtcIR0Gxv3bTQ5HWcce3OkwzhbPdBskpocj5gwHtojWSSNamQDfyzlwoxtf4XfI9fCoEtyHWtYohsnowO5B6T6ohgjOaol4mHQrGyWlEUkF87gLBLyXUtInAkHHsw2ZDtTlUuhVzjSRjoA3tyfxP/rvsrSvamxR8ibQW27DVUq0HVvKgj5BIGum01bKF1shP6O6fEqdGqVc1FohF4jDA5qn/uLgA7Vbt3zTfaxx7mvEIesxIdbK/fox2OgnDOYReDbzsdlhn8OOYPeEXiwQrMFabBb25m7gz/V70v/vR4METQIo8bw/shEKqTBqD72kC6uhH6F6XEp9LpVZqpQpuyE6cDhYXDg8R0KepG8CJ0wHW6FXvVVJHSPnJSshJB3khh0j1gaMliLyo+IBw9m4cTEm+37SDpiCRlJZCYK1VcZayhncaqU/znB9v9fmhi+a+cx7ieEI1w7W/gu7hzUBumYo7sgRpOTJDfwv1jFNE5osp8tMp4+Uh6PFlZuPN9qNDv/B7on0QUO74YanJyW+IU7T4mfs5kiFSZ8J1xFkmXXLpFJ7BhPwO1BzyKfgFkqTHN1PSGIL9PWCmx4abuLAAAAAElFTkSuQmCC)}.index-container section.question .ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box{font-weight:400;font-size:1.1rem;color:#000c;line-height:1.3rem}}:root{font-size:62.5%;--pcContent: 140rem;--headerHeight: 8.8rem;--headerPhoneHeight: 6.4rem;--primaryColor: #6079FF;--phoneSpace: 1.6rem}*{padding:0;margin:0;box-sizing:border-box}body{font-size:1.4rem;background-color:#fff}ul,li{list-style:none}.ant-modal-root .ant-modal-mask{background-color:#0009}.ant-message{font-size:1.4rem;font-weight:380;line-height:1.856rem;text-align:center;color:#fff}.ant-message .ant-message-notice-wrapper .ant-message-notice .ant-message-notice-content{padding:1rem 2.4rem;min-width:6rem;background:#7476ff;border-radius:5rem}.ant-message .ant-message-notice-wrapper .ant-message-notice .ant-message-notice-content .ant-message-custom-content .anticon{display:none}
