.Frame.landingHeaderWrap{width:100%;padding:0 24px;position:sticky;left:0;top:0;z-index:999;border-bottom:1px solid var(--Storke-system-border-overlay,rgba(0,0,0,.08));background:#fff;height:60px}.Frame.landingHeaderWrap .Widget.teamSpaceIdentitySwitch .IdentitySwitch-list[data-active=true]{transform:translateX(-25%) scale(1)}.Frame.landingHeaderWrap .landingHeaderInner{width:100%;height:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.Frame.landingHeaderWrap .landingHeaderInner .landingHeaderLeft{display:flex;align-items:center;flex:1;gap:16px}.Frame.landingHeaderWrap .landingHeaderInner .landingHeaderLeft .landingHeaderLogoWrap{display:flex;align-items:center;flex:0 0 auto}.Frame.landingHeaderWrap .landingHeaderInner .landingHeaderLeft .landingHeaderSubTitle{margin-left:8px;color:#1c1d1f;font-size:20px;font-weight:600;white-space:nowrap}.Frame.landingHeaderWrap .landingHeaderInner .landingHeaderLeft .landingHeaderMenuWrap{display:flex;align-items:center;flex:1 1 auto;min-width:0}.Frame.landingHeaderWrap .landingHeaderInner .landingHeaderRight{display:flex;align-items:center}.Frame.landingHeaderWrap.landingHeaderDark{border-bottom:1px solid rgba(0,0,0,.08);background-color:#141415}.Frame.landingHeaderWrap.landingHeaderDark .landingHeaderSubTitle{color:#fff}.Frame.landingHeaderWrap.landingHeaderGroundGlass{background-color:transparent;border-bottom:none}.Frame.landingHeaderWrap .landingHeaderUserInfo{min-width:44px}.X3wximhS{margin-left:2px}.X3wximhS .xdesign-user-info-mobile .xdesign-user-info-panel .xdesign-user-info-panel__language-wrapper .xdesign-user-info-panel__language{padding:12px}.X3wximhS .xdesign-user-info-mobile .xdesign-user-info-panel .xdesign-user-info-panel__language-wrapper .xdesign-user-info-panel__language-value .iconfont{color:var(--content-system-primary)}.X3wximhS .xdesign-user-info-mobile .xdesign-user-info-panel .xdesign-user-info-panel__header-arrow{display:none!important}.X3wximhS .xdesign-user-info-mobile .xdesign-user-info-panel .xdesign-user-info-panel__inner{padding:0 0 60px}.X3wximhS .xdesign-user-info-mobile .xdesign-user-info-panel .xdesign-user-info-panel__header{padding:16px 16px 12px}.X3wximhS .xdesign-user-info-mobile .xdesign-user-info-panel .xdesign-user-info-panel__list{padding:0 4px}.X3wximhS .xdesign-user-info-mobile .xdesign-user-info-panel .xdesign-user-info__avatar{width:48px!important;height:48px!important}.X3wximhS .xdesign-user-info-mobile .xdesign-user-info-panel .xdesign-user-info-panel__vip{margin:0 16px 12px}.X3wximhS .xdesign-user-info-mobile .xdesign-user-info-panel .xdesign-user-info-panel__vip .xdesign__card{min-height:75px}.X3wximhS .xdesign-user-info-mobile .xdesign-user-info-panel .xdesign-user-info-panel__list-item{height:44px}.X3wximhS .xdesign-user-info-mobile .xdesign-user-info-panel .xdesign-user-info-panel__list-arrow{color:var(--content-system-primary)}.dark .xdesign-user-info-panel__inner{background-color:var(--background-web-primary)}.Frame .landingMenuList{display:flex}.Frame .landingMenuItem{position:relative;margin-left:60px;cursor:pointer}.Frame .landingMenuItem .landingMenuCont{padding:0 12px;border-radius:10px;display:flex;align-items:center;height:40px;line-height:40px;color:#374151;font-size:14px;font-weight:600}.Frame .landingMenuItem .landingMenuCont .landingMenuArrowIcon{margin-left:8px}.Frame .landingMenuItem .landingMenuProductPopover{position:fixed;z-index:99;left:0;top:59px;width:100%;cursor:default;padding:32px 0;margin:0 auto;background-color:#fff;box-sizing:border-box;box-shadow:0 4px 8px 0 rgba(0,0,0,.1);transition:all .3s ease-in-out;transform-origin:top;pointer-events:none;transform:scaleY(0);opacity:0}.Frame .landingMenuItem .landingMenuProductContent{display:flex;position:relative;width:1200px;max-width:calc(100% - 48px);height:100%;margin:0 auto;gap:50px}.Frame .landingMenuItem .landingMenuProductContent .landingMenuGroupItem{width:192px;margin:0 60px 0 0}.Frame .landingMenuItem .landingMenuProductContent .landingMenuGroupItem .landingMenuGroupTitle{padding:0 0 0 9px;position:relative;height:20px;color:#252628;font-size:16px;font-style:normal;font-weight:600;line-height:20px}.Frame .landingMenuItem .landingMenuProductContent .landingMenuGroupItem .landingMenuGroupTitle:before{position:absolute;left:0;top:50%;transform:translateY(-50%);display:block;content:"";width:3px;height:16px;border-radius:16px;background:#38f}.Frame .landingMenuItem .landingMenuProductContent .landingMenuGroupItem .landingMenuProductList{width:100%;padding:12px 0 0}.Frame .landingMenuItem .landingMenuProductContent .landingMenuGroupItem .landingMenuProductList .landingMenuProductItem{padding:4px 12px 4px 8px;margin:0 0 8px;width:124px;display:flex;color:#616366;font-size:16px;font-weight:400;line-height:22px}.Frame .landingMenuItem .landingMenuProductContent .landingMenuGroupItem .landingMenuProductList .landingMenuProductItem:hover{border-radius:6px;background:var(--background-btnHover,rgba(0,31,92,.06))}.Frame .landingMenuItem .landingMenuProductContent .landingMenuGroupItem .landingMenuProductList .landingMenuProductItem:active{border-radius:6px;color:var(--content-systemLink,#38f);background:var(--background-systemSelected,#e5f2ff)}.Frame .landingMenuItem:hover .landingMenuCont{background:rgba(0,31,92,.06)}.Frame .landingMenuItem:hover .landingMenuCont .landingMenuArrowIcon{transition:all .2s ease-in-out;transform:rotate(-180deg)}.Frame .landingMenuItem:hover .landingMenuProductPopover{opacity:1;pointer-events:auto;transform:scaleY(1)}.Frame .landingMenuItem:hover:after{display:block;content:"";position:absolute;inset:-20px;width:calc(100% + 40px);height:calc(100% + 40px)}.Frame .landingMenuList.landingMenuListDark .landingMenuItem .landingMenuCont{color:#ebecef}.Frame .landingMenuList.landingMenuListDark .landingMenuItem .landingMenuProductPopover{position:absolute;padding:16px;left:0;top:100%;width:max-content;border-radius:20px;background:#0a0a0a;box-shadow:0 0 0 0 rgba(0,0,0,.04),0 8px 13.3px 0 rgba(0,0,0,.08)}.Frame .landingMenuList.landingMenuListDark .landingMenuItem .landingMenuProductPopover .landingMenuGroupItem .landingMenuGroupTitle{font-size:14px;color:var(--seo-content-tertiary,rgba(235,241,255,.3))}.Frame .landingMenuList.landingMenuListDark .landingMenuItem .landingMenuProductPopover .landingMenuGroupItem .landingMenuProductList .landingMenuProductItem{color:var(--seo-content-primary,rgba(250,252,255,.9));font-size:15px}.Frame .landingMenuList.landingMenuListDark .landingMenuItem .landingMenuProductPopover .landingMenuGroupItem .landingMenuProductList .landingMenuProductItem:hover{background:var(--seo-background-hoverOverlay,rgba(224,234,255,.1))}.Frame .landingMenuList.landingMenuListDark .landingMenuItem .landingMenuProductContent{width:unset;max-width:unset}.Frame .landingMenuList.landingMenuListDark .landingMenuItem:hover .landingMenuCont{background:hsla(0,0%,100%,.06)}@media (max-width:1000px){.Frame .landingMenuList{display:none}}.YB95Q2k3{position:sticky;top:0;left:0;z-index:999;justify-content:space-between;width:100%;height:56px;padding:0 16px;background:#fff}.YB95Q2k3,.zuDZGfeg{display:flex;align-items:center}.zuDZGfeg{color:#1c1d1f;text-decoration:none}.zuDZGfeg img{width:auto;height:32px}.MtPWVt13{width:0;height:16px;margin:0 10px;border-left:1px solid #ebedf2}.NM0Y8qC9{color:#1c1d1f;font-size:16px;font-weight:600}.y0VdHsE5{justify-content:center;width:32px;height:32px;padding:0;color:#131314;background:transparent;border:0}.ezoDuEs_,.y0VdHsE5{display:flex;align-items:center}.ezoDuEs_{justify-content:flex-end;gap:10px}.JdBI0dpd{position:fixed;inset:0;z-index:1000;pointer-events:none}.ST5TuWc3{width:100%;height:100%;overflow-y:auto;background:#fff;transform:translateX(100%);transition:transform .2s ease}.Cbvn5dIV{pointer-events:auto}.Cbvn5dIV .ST5TuWc3{transform:translateX(0)}.ENul2RJ7{position:sticky;top:0;z-index:1;display:flex;justify-content:flex-end;padding:16px 16px 32px;background:inherit}.IfOtWlka{width:calc(100% - 32px);margin:0 16px 32px}.ke7Tu1kp{margin:0;padding-bottom:16px;color:#1c1d1f;font-size:14px;font-weight:600;border-bottom:1px solid rgba(0,0,0,.1)}.YZdklaOZ{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-top:32px}.oD4MSVIF{width:100%}.q7UH94JB{position:relative;height:30px;margin:0 0 4px;padding:0 8px;color:#1c1d1f;font-size:14px;font-weight:600;line-height:14px}.q7UH94JB:before{position:absolute;top:0;left:0;width:2px;height:12px;content:"";background:#38f;border-radius:16px}.yAJOLy0u{display:block;height:30px;padding-left:8px;color:#4d4f52;font-size:14px;line-height:14px;text-decoration:none;white-space:nowrap}.yAJOLy0u+.yAJOLy0u{margin-top:8px}.hrZuEOL5{display:block;padding:32px 16px 20px;color:#1c1d1f;font-size:14px;font-weight:600;text-decoration:none}.hrZuEOL5+.hrZuEOL5{border-top:1px solid rgba(0,0,0,.1)}.YB95Q2k3.OS7oyJNY{background:#141415}.YB95Q2k3.OS7oyJNY .y0VdHsE5{color:hsla(0,0%,100%,.95)}.YB95Q2k3.vRQWXSO5{background:transparent}.JdBI0dpd.OS7oyJNY .ST5TuWc3{background:#17171a}.JdBI0dpd.OS7oyJNY .hrZuEOL5,.JdBI0dpd.OS7oyJNY .ke7Tu1kp,.JdBI0dpd.OS7oyJNY .yAJOLy0u{color:rgba(250,252,255,.9)}.JdBI0dpd.OS7oyJNY .hrZuEOL5+.hrZuEOL5{border-top-color:hsla(0,0%,100%,.1)}.JdBI0dpd.OS7oyJNY .q7UH94JB{color:rgba(235,241,255,.3)}.JdBI0dpd.OS7oyJNY .ke7Tu1kp{border-bottom-color:hsla(0,0%,100%,.1)}.JdBI0dpd.OS7oyJNY .y0VdHsE5{color:hsla(0,0%,100%,.95)}.PctvlmCL,.m9JqgblB{width:100%}.m9JqgblB .mainlandFooter.footer .info{width:100%!important;flex-direction:column;padding:0 20px;gap:40px}.m9JqgblB .mainlandFooter.footer .info .left{margin:0}.m9JqgblB .mainlandFooter.footer .info .left .col{margin-bottom:0}.m9JqgblB .mainlandFooter.footer .info .right{flex-direction:column}.m9JqgblB .mainlandFooter.footer .info .right .col{width:100%}.m9JqgblB .mainlandFooter.footer .info .right .col:not(.h5 .mainlandFooter.footer .info .right .col:last-child){margin-bottom:32px}.m9JqgblB .mainlandFooter.footer .info .right .col .content .item{margin:16px 0 0}.m9JqgblB .mainlandFooter.footer .copyright{padding:16px 20px}.Title_title__yXWCa{display:flex;align-items:center;justify-content:center;gap:10px;margin:0 0 50px;color:#fff;line-height:94px;height:94px;font-size:66px;font-weight:500;position:relative;white-space:nowrap;font-family:"Alibaba PuHuiTi 2.0"}.Title_title__yXWCa .Title_textPart__X9RpR{display:inline-block;position:relative;color:#fff;margin-right:0}.Title_title__yXWCa .Title_textPart__X9RpR .Title_agentBubble__O0axj{position:absolute;top:0;transform:rotate(-10.148deg) translateY(-80%);left:48%;z-index:10;width:80px;height:40px;display:block}.Title_title__yXWCa .Title_cartIcon__WZ60P{display:inline-flex;margin:0 14px;width:90px;height:94px;flex-shrink:0;position:relative;align-items:center;justify-content:center}.Title_title__yXWCa .Title_cartIcon__WZ60P img{left:50%;top:50%;transform:translate(-50%,-50%) rotate(11.778deg);position:absolute;width:90px;display:inline-block}.Title_title__yXWCa .Title_gradientText__ISgKe{display:inline-block;font-style:normal;white-space:nowrap;background:linear-gradient(90deg,#fff .035%,#fff 28.275%,#acff43 44.755%,#4f96ff 49.395%,#fff 49.43%,#fff 98.87%);background-size:200% 100%;background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent;position:relative;animation:Title_homeTitleAnimation__pYGgS 4s linear infinite}@keyframes Title_homeTitleAnimation__pYGgS{0%{background-position:-390px 50%}50%{background-position:150px 50%}to{background-position:150px 50%}}.Title_title__yXWCa.Title_mobile__8ZuMM{font-size:27px;height:38px;line-height:38px;margin:0}.Title_title__yXWCa.Title_mobile__8ZuMM .Title_textPart__X9RpR .Title_agentBubble__O0axj{position:absolute;top:0;transform:rotate(-10.148deg) translateY(-80%);left:48%;z-index:10;width:30px;height:15px;display:block}.Title_title__yXWCa.Title_mobile__8ZuMM .Title_cartIcon__WZ60P{margin:0;width:30px;height:38px}.Title_title__yXWCa.Title_mobile__8ZuMM .Title_cartIcon__WZ60P img{left:50%;top:50%;transform:translate(-50%,-50%) rotate(11.778deg);width:30px;display:inline-block}.Title_title__yXWCa.Title_mobile__8ZuMM .Title_gradientText__ISgKe{animation:Title_mobileTitleAnimation__Go_6N 4s linear infinite}@keyframes Title_mobileTitleAnimation__Go_6N{0%{background-position:-200px 50%}50%{background-position:100px 50%}to{background-position:100px 50%}}.CardList_cardList__k8nYQ{display:flex;width:1200px;height:460px;gap:20px;margin:80px auto 0}.CardList_cardList__k8nYQ .CardList_card__rfzhA{width:80px;flex-shrink:0;border-radius:40px;position:relative;overflow:hidden;cursor:pointer;background-color:#fff;will-change:width,flex,border-radius;transition:width .5s cubic-bezier(.34,1.3,.64,1),flex .5s cubic-bezier(.34,1.3,.64,1),border-radius .5s cubic-bezier(.25,.46,.45,.94)}.CardList_cardList__k8nYQ .CardList_card__rfzhA .CardList_coverImg__sRJr_,.CardList_cardList__k8nYQ .CardList_card__rfzhA .CardList_img__ne03_,.CardList_cardList__k8nYQ .CardList_card__rfzhA .CardList_video__u7lBj{width:100%;height:100%;object-fit:cover}.CardList_cardList__k8nYQ .CardList_card__rfzhA .CardList_coverImg__sRJr_{position:absolute;top:0;left:0;z-index:1}.CardList_cardList__k8nYQ .CardList_card__rfzhA .CardList_video__u7lBj{position:absolute;top:0;left:0;z-index:0}.CardList_cardList__k8nYQ .CardList_card__rfzhA .CardList_bottomInfo__7K5VA{position:absolute;left:0;bottom:0;width:100%;height:137px;display:flex;align-items:center;justify-content:center;flex-direction:column;background:linear-gradient(180deg,transparent,rgba(0,0,0,.5));opacity:0;transform:translateY(100%);transition:opacity .4s cubic-bezier(.25,.46,.45,.94) .15s,transform .4s ease-in-out .15s}.CardList_cardList__k8nYQ .CardList_card__rfzhA .CardList_bottomInfo__7K5VA .CardList_desc__4WlpQ{text-align:center;width:100%;margin:0 0 16px;color:#fff;font-size:18px;font-weight:600;line-height:normal;opacity:0;transform:translateY(10px);transition:opacity .3s cubic-bezier(.25,.46,.45,.94) .25s,transform .3s cubic-bezier(.34,1.3,.64,1) .25s}.CardList_cardList__k8nYQ .CardList_card__rfzhA .CardList_bottomInfo__7K5VA .CardList_genBtn__psi_k{width:max-content;display:flex;align-items:center;justify-content:center;width:156px;height:48px;border-radius:12px;color:#fff;font-size:20px;font-style:normal;font-weight:550;background:rgba(0,0,0,.5);backdrop-filter:blur(2px);cursor:pointer;z-index:2;opacity:0;transform:translateY(10px) scale(.95);transition:opacity .4s cubic-bezier(.25,.46,.45,.94) .35s,transform .4s cubic-bezier(.34,1.3,.64,1) .35s,color .2s cubic-bezier(.25,.46,.45,.94),background .2s cubic-bezier(.25,.46,.45,.94)}.CardList_cardList__k8nYQ .CardList_card__rfzhA .CardList_bottomInfo__7K5VA .CardList_genBtn__psi_k:hover{color:#268eff}.CardList_cardList__k8nYQ .CardList_card__rfzhA.CardList_large__dAb3I{width:160px;border-radius:60px}.CardList_cardList__k8nYQ .CardList_card__rfzhA.CardList_active__cAx6W{flex:1}.CardList_cardList__k8nYQ .CardList_card__rfzhA.CardList_active__cAx6W .CardList_bottomInfo__7K5VA,.CardList_cardList__k8nYQ .CardList_card__rfzhA.CardList_active__cAx6W .CardList_bottomInfo__7K5VA .CardList_desc__4WlpQ{opacity:1;transform:translateY(0)}.CardList_cardList__k8nYQ .CardList_card__rfzhA.CardList_active__cAx6W .CardList_bottomInfo__7K5VA .CardList_genBtn__psi_k{opacity:1;transform:translateY(0) scale(1);transition:opacity .4s cubic-bezier(.25,.46,.45,.94) .35s,transform .4s cubic-bezier(.34,1.3,.64,1) .35s,color .2s cubic-bezier(.25,.46,.45,.94),background .2s cubic-bezier(.25,.46,.45,.94)}.CardList_cardList__k8nYQ .CardList_card__rfzhA:after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;z-index:2;transition:box-shadow .3s ease}@keyframes Hero_chat-form-fucus-animation__VoRxL{0%{filter:blur(10px)}50%{filter:blur(30px)}to{filter:blur(10px)}}.Hero_hero__bO88S{width:100%;padding:134px 0 80px;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;background-image:url(https://pc.meitudata.com/x-design/_next/static/media/grid.55d39d3d.svg),url(https://pc.meitudata.com/x-design/_next/static/media/bg.f9ab7d67.svg);background-repeat:no-repeat,no-repeat;background-size:1440px auto,100% auto;background-position:top,top}.Hero_hero__bO88S .Hero_container__aiG1s{width:1200px;margin:auto;display:flex;flex-direction:column;align-items:center}.Hero_hero__bO88S .Hero_lgFormWrap__LsSuD{width:800px;min-height:184px;border-radius:40px;padding:1px;background:linear-gradient(90deg,#a7f741,#487cff);position:relative}.Hero_hero__bO88S .Hero_lgFormWrap__LsSuD:after{content:" ";position:absolute;top:1px;left:1px;width:calc(100% - 2px);height:calc(100% - 2px);border-radius:40px;background:#fff;z-index:1}.Hero_hero__bO88S .Hero_lgFormWrap__LsSuD>*{position:relative;z-index:2}.Hero_hero__bO88S .Hero_lgFormWrap__LsSuD:focus-within:before,.Hero_hero__bO88S .Hero_lgFormWrap__LsSuD:hover:before{animation:Hero_chat-form-fucus-animation__VoRxL 2s ease-out infinite}.Hero_hero__bO88S .x-design-roboneo-chat-form{box-shadow:none;border:none;width:100%;min-height:160px;overflow:visible;border-radius:40px}.Hero_hero__bO88S .x-design-roboneo-chat-form:not(.x-design-roboneo-chat-form-float){background:#fff;backdrop-filter:none;-webkit-backdrop-filter:none}.Hero_hero__bO88S .x-design-roboneo-chat-form:not(.x-design-roboneo-chat-form-float):focus-within,.Hero_hero__bO88S .x-design-roboneo-chat-form:not(.x-design-roboneo-chat-form-float):hover{outline:none;box-shadow:none;border:none;background:#fff}.Hero_hero__bO88S .x-design-roboneo-chat-form:not(.x-design-roboneo-chat-form-float) .x-design-roboneo-chat-form-inner{border-radius:40px;padding:20px 14px 14px}.Hero_hero__bO88S .x-design-roboneo-chat-form:not(.x-design-roboneo-chat-form-float) .x-design-roboneo-chat-form-editor{min-height:86px;max-height:86px}.Hero_hero__bO88S .x-design-roboneo-chat-form:not(.x-design-roboneo-chat-form-float) .x-design-roboneo-chat-form-upload-file-list-stacked{top:28px}.Hero_hero__bO88S .x-design-roboneo-chat-form:not(.x-design-roboneo-chat-form-float) .x-design-roboneo-chat-form-footer{padding:0 0 0 6px}.Hero_hero__bO88S .x-design-roboneo-chat-form:not(.x-design-roboneo-chat-form-float) .x-design-roboneo-chat-form-send-button{width:92px;height:40px;font-size:16px;padding:0;justify-content:center!important}.Hero_hero__bO88S .x-design-roboneo-chat-form:not(.x-design-roboneo-chat-form-float) .x-design-roboneo-chat-form-send-button svg{width:18px;height:18px}.Hero_hero__bO88S .x-design-roboneo-chat-form.x-design-roboneo-chat-form-float{width:600px;min-height:auto;padding:1px;background:linear-gradient(90deg,#a7f741,#487cff)}.Hero_hero__bO88S .x-design-roboneo-chat-form.x-design-roboneo-chat-form-float.x-design-roboneo-chat-form-float-focused .x-design-roboneo-chat-form-editor{min-height:102px;max-height:102px}.Hero_hero__bO88S .x-design-roboneo-chat-form.x-design-roboneo-chat-form-float:before{content:" ";position:absolute;top:-4px;left:-4px;width:calc(100% + 8px);height:calc(100% + 8px);border-radius:40px;background:linear-gradient(290deg,rgba(69,122,255,.5) 11.69%,rgba(172,255,67,.5) 92.51%);filter:blur(10px)}.Hero_hero__bO88S .x-design-roboneo-chat-form.x-design-roboneo-chat-form-float:focus-within,.Hero_hero__bO88S .x-design-roboneo-chat-form.x-design-roboneo-chat-form-float:hover{box-shadow:none;border:none;background:linear-gradient(90deg,#a7f741,#487cff)}.Hero_hero__bO88S .x-design-roboneo-chat-form.x-design-roboneo-chat-form-float:focus-within:before,.Hero_hero__bO88S .x-design-roboneo-chat-form.x-design-roboneo-chat-form-float:hover:before{animation:chat-form-fucus-animation 2s ease-out infinite}.Hero_hero__bO88S .x-design-roboneo-chat-form.x-design-roboneo-chat-form-float .x-design-roboneo-chat-form-inner{width:100%;background:rgba(28,29,31,.85)}.Hero_hero__bO88S .x-design-roboneo-chat-form.x-design-roboneo-chat-form-float .x-design-roboneo-chat-form-inner .x-design-roboneo-chat-form-editor{color:#fff}.Hero_hero__bO88S .x-design-roboneo-chat-form.x-design-roboneo-chat-form-float .x-design-roboneo-chat-form-inner .x-design-roboneo-chat-form-textbox:empty:before{color:#9fa1a6}.Hero_hero__bO88S .x-design-roboneo-chat-form.x-design-roboneo-chat-form-float .x-design-roboneo-chat-form-footer-toolbar-item{border:1px solid hsla(0,0%,100%,.08)}.Hero_hero__bO88S .x-design-roboneo-chat-form.x-design-roboneo-chat-form-float .x-design-roboneo-chat-form-footer-toolbar-item svg path{fill:#9fa1a6}.Hero_hero__bO88S .x-design-roboneo-chat-form.x-design-roboneo-chat-form-float .x-design-roboneo-chat-form-footer-toolbar-item:hover{border:1px solid hsla(0,0%,100%,.3)}.Hero_hero__bO88S .x-design-roboneo-chat-form.x-design-roboneo-chat-form-float .x-design-roboneo-chat-form-footer-placeholder{color:#9fa1a6}.Hero_hero__bO88S .x-design-roboneo-chat-form.x-design-roboneo-chat-form-float .x-design-roboneo-chat-form-send-button{background-color:#fff;justify-content:center}.Hero_hero__bO88S .x-design-roboneo-chat-form.x-design-roboneo-chat-form-float .x-design-roboneo-chat-form-send-button svg path{fill:#1c1d1f}.Hero_hero__bO88S .x-design-roboneo-chat-form.x-design-roboneo-chat-form-float .x-design-roboneo-chat-form-send-button:hover{opacity:.8}.Hero_hero__bO88S .x-design-roboneo-chat-form.x-design-roboneo-chat-form-float .x-design-roboneo-chat-form-inner-float-focused{padding:14px;border-radius:40px;background:rgba(28,29,31,.95)}.Hero_hero__bO88S .x-design-roboneo-chat-form.x-design-roboneo-chat-form-float .x-design-roboneo-chat-form-inner-float-focused .x-design-roboneo-chat-form-upload-file-list-stacked{margin-top:12px}.FeatureList_container__bfkFL{width:1200px;margin:0 auto}.FeatureList_section__PA77f{background:#131315;position:relative;padding:80px 0}.FeatureList_rowComponent__JzKkX,.FeatureList_sectionWrapper__uN4TR{position:relative;min-height:560px}.FeatureList_rowComponent__JzKkX{display:flex;align-items:center}.FeatureList_stickyImgBlock__5x8Rk{display:flex;width:100%;align-items:center}.FeatureList_stickyImgBlock__5x8Rk .FeatureList_colLeft__7_TOO{flex:0 0 50%;padding-right:80px}.FeatureList_stickyImgBlock__5x8Rk .FeatureList_headingComponent__bF_fM h3{color:#fff;font-size:34px;font-weight:900;line-height:normal;margin:0;font-family:"Alibaba PuHuiTi 2.0"}.FeatureList_stickyImgBlock__5x8Rk .FeatureList_headingComponent__bF_fM .FeatureList_desc__9EvJ8{margin:16px 0 0;font-size:18px;font-weight:400;line-height:normal;color:var(--system-content-secondary,#a7abb2)}.FeatureList_stickyImgBlock__5x8Rk .FeatureList_headingComponent__bF_fM ul{margin:16px 0 0}.FeatureList_stickyImgBlock__5x8Rk .FeatureList_headingComponent__bF_fM ul li{position:relative;color:var(--system-content-secondary,#a7abb2);font-size:18px;font-style:normal;font-weight:400;line-height:normal;padding-left:10px}.FeatureList_stickyImgBlock__5x8Rk .FeatureList_headingComponent__bF_fM ul li:before{position:absolute;display:block;content:"";width:2px;height:2px;left:0;top:50%;transform:translateY(-50%);background-color:var(--system-content-secondary,#a7abb2);border-radius:50%}.FeatureList_stickyImgBlock__5x8Rk .FeatureList_tryBtn__ADJKX{margin:40px 0 0;width:160px;height:54px;padding:16px 0;display:block;border-radius:100px;background:#fff;color:#000;text-align:center;font-size:18px;font-style:normal;font-weight:700;line-height:normal;position:relative;will-change:color;overflow:hidden;-webkit-appearance:none}.FeatureList_stickyImgBlock__5x8Rk .FeatureList_tryBtn__ADJKX .FeatureList_main__RIjyc{position:relative;z-index:1;display:flex;justify-content:center;align-items:center;gap:6px}.FeatureList_stickyImgBlock__5x8Rk .FeatureList_tryBtn__ADJKX:before{content:"";border-radius:100px;height:100%;width:100%;position:absolute;top:0;left:-100%;transition:left .25s ease-in-out;pointer-events:none;background:linear-gradient(0deg,hsla(0,0%,100%,.88),hsla(0,0%,100%,.88)),linear-gradient(90deg,#0078ff 15.14%,#11f1ff 49.73%,#ff3aff 84.55%)}.FeatureList_stickyImgBlock__5x8Rk .FeatureList_tryBtn__ADJKX:hover:before{left:0}.FeatureList_stickyImgPosition__y2H8O{pointer-events:none;left:0;right:0;top:0;bottom:0;position:absolute;z-index:1}.FeatureList_stickyImgPosition__y2H8O .FeatureList_stickyImgTrack___d4qG{width:1200px;margin:0 auto;height:100%}.FeatureList_stickyImgPosition__y2H8O .FeatureList_stickyImgTrack___d4qG .FeatureList_stickyImgSticky___IR0d{position:sticky;top:0;min-height:560px;display:flex;align-items:center;justify-content:flex-end}.FeatureList_stickyImgPosition__y2H8O .FeatureList_stickyImgLinkWrap__LQuXO{position:absolute;top:50%;transform:translateY(-50%);z-index:1;border-radius:24px;width:calc(50% - 20px);width:600px;max-height:min(50rem,100vh - 160px);flex-flow:column;justify-content:center;align-items:stretch;display:flex;overflow:hidden;opacity:0;clip-path:inset(0 0 0 100%)}.FeatureList_stickyImgPosition__y2H8O .FeatureList_stickyImgLinkWrap__LQuXO.FeatureList_active__IQREz{opacity:1;clip-path:inset(0 0 0 0)}.FeatureList_stickyImgPosition__y2H8O .FeatureList_imgComponent__4htyE{border-radius:12px;flex:none;width:100%;position:relative;overflow:hidden}.FeatureList_stickyImgPosition__y2H8O .FeatureList_imgComponent__4htyE img{width:100%;height:100%;object-fit:cover}.Section_section__9UcPc{padding:100px 0}.DiscoveryGallery_discoveryGallery__DUVen{padding:120px 0 60px;position:relative;background-color:#000;overflow:hidden}.DiscoveryGallery_discoveryGallery__DUVen .DiscoveryGallery_title__SmebZ{margin:0 0 60px;color:#fff;text-align:center;font-family:"Alibaba PuHuiTi 2.0";font-size:52px;font-weight:800;line-height:74px}.DiscoveryGallery_discoveryGallery__DUVen .DiscoveryGallery_container__XeM5a{width:1200px;margin:0 auto}.DiscoveryGallery_discoveryGallery__DUVen .DiscoveryGallery_container__XeM5a .DiscoveryGallery_cardList__Cxb57{padding:0 89px;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;align-self:stretch}.DiscoveryGallery_discoveryGallery__DUVen .DiscoveryGallery_container__XeM5a .DiscoveryGallery_cardList__Cxb57 .DiscoveryGallery_card__uOilr{width:330px;height:248px;border-radius:16px;overflow:hidden;position:relative}.DiscoveryGallery_discoveryGallery__DUVen .DiscoveryGallery_container__XeM5a .DiscoveryGallery_cardList__Cxb57 .DiscoveryGallery_card__uOilr img{width:100%;height:100%;object-fit:cover;transition:all .2s ease-in-out}.DiscoveryGallery_discoveryGallery__DUVen .DiscoveryGallery_container__XeM5a .DiscoveryGallery_cardList__Cxb57 .DiscoveryGallery_card__uOilr .DiscoveryGallery_title__SmebZ{position:absolute;bottom:0;left:0;margin:0;width:100%;height:60px;line-height:60px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.5));color:hsla(0,0%,100%,.95);text-align:center;font-size:20px;font-weight:700;font-family:PingFang SC}.DiscoveryGallery_discoveryGallery__DUVen .DiscoveryGallery_container__XeM5a .DiscoveryGallery_cardList__Cxb57 .DiscoveryGallery_card__uOilr:hover img{transform:scale(1.1)}.DiscoveryGallery_discoveryGallery__DUVen .DiscoveryGallery_container__XeM5a .DiscoveryGallery_tryBtn__RAEdP{margin:40px auto 0;display:block;width:160px;height:54px;padding:16px 0;justify-content:center;align-items:center;gap:6px;border-radius:100px;background:#fff;color:#000;text-align:center;font-size:18px;font-style:normal;font-weight:700;line-height:normal;position:relative;overflow:hidden;transform:translateZ(0);-webkit-transform:translateZ(0);will-change:transform;-webkit-appearance:none;appearance:none}.DiscoveryGallery_discoveryGallery__DUVen .DiscoveryGallery_container__XeM5a .DiscoveryGallery_tryBtn__RAEdP .DiscoveryGallery_main__h3Q_F{position:relative;z-index:1}.DiscoveryGallery_discoveryGallery__DUVen .DiscoveryGallery_container__XeM5a .DiscoveryGallery_tryBtn__RAEdP:before{content:"";border-radius:50%;height:150%;width:150%;position:absolute;top:0;left:-25%;transform:translateY(75%);transition:transform .25s ease-in-out;pointer-events:none;background:linear-gradient(0deg,hsla(0,0%,100%,.88),hsla(0,0%,100%,.88)),linear-gradient(358deg,#288dff 1.48%,#11f1ff 48.18%,#ff3aff 95.18%)}.DiscoveryGallery_discoveryGallery__DUVen .DiscoveryGallery_container__XeM5a .DiscoveryGallery_tryBtn__RAEdP:hover:before{transform:translateY(-12.5%)}.DiscoveryGallery_bg__BnY8l{position:absolute;left:50%;transform:translateX(-50%);width:1200px;height:700px;background:#fc6bff;filter:blur(143px);top:-722px}.DiscoveryGallery_bg2__F_94V,.DiscoveryGallery_bg3__SSv1v{position:absolute;left:50%;transform:translateX(-50%);width:960px;height:400px;background:#fc6bff;filter:blur(32px);top:-401px;border-radius:402px}.DiscoveryGallery_bg3__SSv1v{top:-440px}.components_agentMain__R6v_I{width:100%;min-width:1200px;background-color:#000}.CardList_cardList__Jj3hd{width:100%;position:relative;margin:32px 0 0}.CardList_cardList__Jj3hd .CardList_card__Xqjle{width:100%;height:172.5px;border-radius:24px;box-sizing:border-box;position:relative;transition:transform .4s ease,opacity .4s ease;overflow:hidden}.CardList_cardList__Jj3hd .CardList_card__Xqjle .CardList_coverImg__HxU0Q,.CardList_cardList__Jj3hd .CardList_card__Xqjle .CardList_img__smzAy,.CardList_cardList__Jj3hd .CardList_card__Xqjle .CardList_video__NRmWh{width:100%;height:100%;object-fit:cover;border-radius:24px}.CardList_cardList__Jj3hd .CardList_card__Xqjle .CardList_coverImg__HxU0Q{position:absolute;top:0;left:0;z-index:1}.CardList_cardList__Jj3hd .CardList_card__Xqjle .CardList_video__NRmWh{position:absolute;top:0;left:0;z-index:0}.CardList_cardList__Jj3hd .CardList_card__Xqjle .CardList_cardFooter__RJtL8{width:100%;height:71px;display:flex;justify-content:center;flex-direction:column;gap:8px;left:0;bottom:0;position:absolute;z-index:2;background:linear-gradient(0deg,rgba(19,19,21,.75),rgba(19,19,21,0));opacity:0}.CardList_cardList__Jj3hd .CardList_card__Xqjle .CardList_cardFooter__RJtL8 .CardList_title__INwzz{width:100%;color:#fff;text-align:center;font-size:10px;font-style:normal;font-weight:600;line-height:normal}.CardList_cardList__Jj3hd .CardList_card__Xqjle .CardList_cardFooter__RJtL8 .CardList_genBtn__nFOzy{margin:0 auto;display:flex;align-items:center;justify-content:center;gap:6px;width:84px;height:34px;border-radius:10px;color:#fff;font-size:12px;font-weight:500;transition:all .3s ease;border-radius:12px;background:rgba(0,0,0,.5);backdrop-filter:blur(2px)}.CardList_cardList__Jj3hd .CardList_card__Xqjle .CardList_cardFooter__RJtL8 .CardList_genBtn__nFOzy span{font-size:12px}.CardList_cardList__Jj3hd .CardList_card__Xqjle .CardList_cardFooter__RJtL8.CardList_active__UP8rF{opacity:1}.CardList_cardList__Jj3hd .CardList_swiper__J3z0M{width:100%;height:auto;padding:0;opacity:0;transition:opacity .3s ease}.CardList_cardList__Jj3hd .CardList_swiper__J3z0M.CardList_swiperReady__M_Y4o{opacity:1}.CardList_cardList__Jj3hd .CardList_swiper__J3z0M .CardList_slide__PGHqY{display:flex;justify-content:center;align-items:center;height:172.5px;width:calc((100% - 240px)/2)!important;flex-shrink:0;padding:0 4px;box-sizing:border-box}.CardList_cardList__Jj3hd .CardList_swiper__J3z0M .swiper-wrapper{align-items:center}.CardList_cardList__Jj3hd .CardList_swiper__J3z0M .swiper-pagination{position:relative;margin-top:24px;display:flex;justify-content:center;align-items:center}.CardList_cardList__Jj3hd .CardList_swiper__J3z0M .swiper-pagination-bullet{width:8px;height:4px;border-radius:2px;background:#2f3034;opacity:1;margin:0 2px;transition:all .3s ease;margin:0!important;border-radius:0}.CardList_cardList__Jj3hd .CardList_swiper__J3z0M .swiper-pagination-bullet:first-child{border-radius:2px 0 0 2px}.CardList_cardList__Jj3hd .CardList_swiper__J3z0M .swiper-pagination-bullet:last-child{border-radius:0 2px 2px 0}.CardList_cardList__Jj3hd .CardList_swiper__J3z0M .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#93979d;width:16px;border-radius:2px}.CardList_cardList__Jj3hd .CardList_swiper__J3z0M .swiper-slide-active{width:248px!important}.HeroMobile_hero__6JTlQ{width:100%;padding:84px 16px 36px;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;background-image:url(https://pc.meitudata.com/x-design/_next/static/media/bg-mobile.480f143f.svg);background-repeat:no-repeat;background-size:100% auto;background-position:top}.HeroMobile_hero__6JTlQ .HeroMobile_container__CO4Vm{width:100%;margin:auto;display:flex;flex-direction:column;align-items:center}.HeroMobile_hero__6JTlQ .HeroMobile_wrap__iHxUs{margin-top:30px;width:100%;min-height:160px;border-radius:24px;background:#fff}.HeroMobile_hero__6JTlQ .x-design-roboneo-chat-form{min-height:160px}.HeroMobile_hero__6JTlQ .x-design-roboneo-chat-form:focus-within{outline:none}.HeroMobile_hero__6JTlQ .x-design-roboneo-chat-form .x-design-roboneo-chat-form-editor-wrapper{padding:12px 12px 0}.HeroMobile_hero__6JTlQ .x-design-roboneo-chat-form .x-design-roboneo-chat-form-editor{padding:3px;min-height:82px;max-height:82px}.HeroMobile_hero__6JTlQ .x-design-roboneo-chat-form .x-design-roboneo-chat-form-textbox{padding-right:0}.HeroMobile_hero__6JTlQ .x-design-roboneo-chat-form .x-design-roboneo-chat-form-send-button{padding:10px 12px}.FeatureListMobile_section__I4RRY{background:#131315;padding:40px 16px}.FeatureListMobile_section__I4RRY .FeatureListMobile_container__qfgU_{width:100%}.FeatureListMobile_rowComponent__h1xcu:not(:last-child){margin:0 0 60px}.FeatureListMobile_rowComponent__h1xcu .FeatureListMobile_infoPanel__9ZwxH{margin:20px 0 0;width:100%}.FeatureListMobile_rowComponent__h1xcu .FeatureListMobile_infoPanel__9ZwxH .FeatureListMobile_headingComponent__C3cc9 h3{color:#fff;line-height:normal;font-family:"Alibaba PuHuiTi 2.0";font-size:18px;font-weight:800}.FeatureListMobile_rowComponent__h1xcu .FeatureListMobile_infoPanel__9ZwxH .FeatureListMobile_headingComponent__C3cc9 p{margin:12px 0 0;color:var(--system-content-secondary,#a7abb2);font-size:12px;font-weight:400;line-height:normal}.FeatureListMobile_rowComponent__h1xcu .FeatureListMobile_infoPanel__9ZwxH .FeatureListMobile_headingComponent__C3cc9 ul{margin:12px 0 0}.FeatureListMobile_rowComponent__h1xcu .FeatureListMobile_infoPanel__9ZwxH .FeatureListMobile_headingComponent__C3cc9 ul li{position:relative;color:var(--system-content-secondary,#a7abb2);font-size:12px;font-style:normal;font-weight:400;line-height:normal;padding-left:10px}.FeatureListMobile_rowComponent__h1xcu .FeatureListMobile_infoPanel__9ZwxH .FeatureListMobile_headingComponent__C3cc9 ul li:before{position:absolute;display:block;content:"";width:2px;height:2px;left:0;top:50%;transform:translateY(-50%);background-color:var(--system-content-secondary,#a7abb2);border-radius:50%}.FeatureListMobile_rowComponent__h1xcu .FeatureListMobile_infoPanel__9ZwxH .FeatureListMobile_tryBtn___tVqa{margin:20px auto 0;display:flex;width:126px;height:40px;padding:16px 0;justify-content:center;align-items:center;gap:6px;border-radius:100px;background:#fff;color:#000;text-align:center;font-size:14px;font-style:normal;font-weight:700;line-height:normal;-webkit-appearance:none}.FeatureListMobile_rowComponent__h1xcu .FeatureListMobile_imgWrap__XgIi2{width:100%}.FeatureListMobile_rowComponent__h1xcu .FeatureListMobile_imgWrap__XgIi2 img{display:block;width:100%;border-radius:16px}.mobile_agentMain__iQGLJ{width:100%;background-color:#000}.AgentView_footer__vIEqG{width:100%;padding-bottom:100px;overflow:visible;background:#101727}.AgentView_footer__vIEqG .mainlandFooter.footer{width:1200px;max-width:100%;padding-bottom:40px;margin:0 auto}