.agentSkillsSection{display:flex;flex-direction:column;gap:16px;width:100%}.agentSkillsSectionHeader{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:22px}.agentSkillsSectionTitle{color:var(--content-system-primary,#1c1d1f);font-size:14px;font-weight:500;line-height:1.5}.agentSkillsSectionAction{flex-shrink:0;margin-left:auto;padding:0;border:none;background:transparent;color:var(--content-system-secondary,#616366);font-size:14px;line-height:1.5;cursor:pointer}.agentSkillsSectionAction:hover{color:var(--content-system-primary,#1c1d1f)}.skillListWrapper{position:relative;width:100%}.skillListScroll{display:flex;flex-direction:column;gap:12px;overflow-x:auto;overflow-y:hidden;padding-bottom:4px;scrollbar-width:none}.skillListScroll::-webkit-scrollbar{display:none}.skillRow{display:flex;gap:12px;width:max-content;min-width:100%}.skillListMask{position:absolute;top:0;bottom:0;z-index:2;width:88px;pointer-events:none}.skillListMaskLeft{left:-8px;background:linear-gradient(to left,rgba(246,247,250,0) 0,var(--background-system-main-background-default,#f6f7fa) 50%)}.skillListMaskRight{right:-8px;background:linear-gradient(to right,rgba(246,247,250,0) 0,var(--background-system-main-background-default,#f6f7fa) 50%)}.skillListScrollBtn{position:absolute;top:50%;z-index:3;display:flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;border:none;border-radius:22px;background:var(--background-system-frame-floatpanel,#fff);box-shadow:0 0 1px 0 rgba(0,0,0,.08),0 6px 12px 0 rgba(0,0,0,.06);transform:translateY(calc(-50% - 3px));cursor:pointer}.skillListScrollBtnLeft{left:-8px}.skillListScrollBtnRight{right:-8px}.skillListEmpty,.skillListLoading{display:flex;align-items:center;justify-content:center;min-height:120px;color:var(--content-system-tertiary,#939599);font-size:14px}.skillCard{display:flex;align-items:center;gap:12px;width:288px;height:88px;flex-shrink:0;padding:10px 14px 10px 20px;border:none;border-radius:16px;background:var(--content-btn-primary-tips,hsla(0,0%,100%,.65));cursor:pointer;text-align:left;transition:background .15s ease}.skillCard:hover{background:var(--background-web-tool-card,#fff)}.skillCardContent{display:flex;flex:1;flex-direction:column;gap:8px;min-width:0}.skillCardTitleRow{display:flex;align-items:center;gap:6px;min-width:0}.skillCardTitle{flex-shrink:1;overflow:hidden;color:var(--content-system-primary,#1c1d1f);font-size:14px;font-weight:500;line-height:1.5;text-overflow:ellipsis;white-space:nowrap}.skillCardHoverArrow{display:none;flex-shrink:0;align-items:center;line-height:0}.skillCard:hover .skillCardHoverArrow{display:inline-flex;animation:skillHoverArrowIn .12s ease forwards}.skillCardDesc{margin:0;overflow:hidden;color:var(--content-system-tertiary,#939599);font-size:12px;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.skillCardCover{position:relative;flex-shrink:0;width:60px;height:60px;overflow:hidden;border:1.5px solid var(--background-system-frame-floatpanel,#fff);border-radius:8px;box-shadow:0 0 2px 0 rgba(0,0,0,.04),0 2px 8px 0 rgba(0,0,0,.06);background:#f3f3f3}.skillCardCoverImg{width:100%;height:100%;object-fit:cover}.skillTag{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;height:14px;padding:0 3px;border-radius:4px;font-size:9px;font-weight:500;line-height:10px;text-transform:capitalize;white-space:nowrap}.skillTag_hot{background:var(--background-system-lock,#ffe7e5);color:var(--content-system-lock,#f74640)}.skillTag_new{background:var(--background-btn-thirdly,#e5f2ff);color:var(--content-system-selected,#38f)}.allSkillsWrap .mt-design-rc-CommonModal__mask{background:rgba(0,0,0,.15);backdrop-filter:blur(10px)}.allSkillsWrap .mt-design-rc-CommonModal__inner{overflow:visible;border:none;background:transparent;box-shadow:none}.allSkillsShell{position:relative;display:inline-block;max-width:100%;overflow:visible}.allSkillsModal{display:flex;width:948px;max-width:calc(100vw - 150px);height:min(640px,calc(100vh - 160px));overflow:hidden;border-radius:24px;background:var(--background-system-main-background-default,#f6f7fa);box-shadow:none}.allSkillsClose{position:absolute;top:0;left:100%;z-index:3;display:flex;align-items:center;justify-content:center;width:36px;height:36px;margin-left:20px;border:none;border-radius:999px;background:hsla(0,0%,100%,.6);backdrop-filter:blur(40px);cursor:pointer}.allSkillsClose,.allSkillsSidebar{box-sizing:border-box;padding:10px}.allSkillsSidebar{flex-shrink:0;min-width:140px;max-width:208px}.allSkillsNav{display:flex;flex-direction:column;gap:4px}.allSkillsNavItem{display:flex;align-items:center;gap:8px;width:100%;min-height:44px;max-width:208px;padding:8px;border:none;border-radius:12px;background:transparent;color:var(--content-system-primary,#1c1d1f);font-size:14px;line-height:1.5;text-align:left;cursor:pointer;box-sizing:border-box}.allSkillsNavItemActive{background:var(--background-list-hover,rgba(0,31,92,.06));font-weight:500}.allSkillsNavIcon{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:24px;height:24px}.allSkillsNavPreview{width:24px;height:24px;object-fit:cover;border-radius:6px}.allSkillsNavLabel{flex:1;min-width:92px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;word-break:break-word}.allSkillsMain{display:flex;flex:1;flex-direction:column;min-width:0;min-height:0;padding:8px 0;box-sizing:border-box}.allSkillsScrollHost{flex:1;min-height:0}.allSkillsScroll{height:100%!important}.allSkillsContent{display:flex;flex-direction:column;gap:32px;padding:12px 40px 32px;box-sizing:border-box}.allSkillsLoading{display:flex;align-items:center;justify-content:center;height:100%;color:var(--content-system-tertiary,#939599);font-size:14px}.allSkillsSection{display:flex;flex-direction:column;gap:16px}.allSkillsSectionTitle{margin:0;color:var(--content-system-primary,#1c1d1f);font-size:16px;font-weight:500;line-height:1.5}.recentGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.recentChip{display:flex;align-items:center;gap:8px;height:44px;padding:8px 12px;border:none;border-radius:12px;background:var(--content-btn-primary-tips,hsla(0,0%,100%,.65));color:var(--content-system-primary,#1c1d1f);font-size:14px;line-height:1.5;text-align:left;cursor:pointer}.recentChip .recentChipLabel{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recentChip .recentChipHoverArrow{display:none;flex-shrink:0;align-items:center;line-height:0}.recentChip:hover .recentChipHoverArrow{display:inline-flex;animation:skillHoverArrowIn .12s ease forwards}.recentChip:hover{background:var(--background-web-tool-card,#fff)}@keyframes skillHoverArrowIn{0%{opacity:0;transform:translateX(-6px)}to{opacity:1;transform:translateX(0)}}.skillGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.skillGridCard{width:100%}@media (max-width:900px){.allSkillsModal{width:calc(100vw - 48px);height:min(90vh,720px)}.recentGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.skillGrid{grid-template-columns:1fr}}.skillScrollbarView{scrollbar-width:thin;scrollbar-color:var(--background-system-scrollbar) transparent}.skillScrollbarView::-webkit-scrollbar{width:6px}.skillScrollbarView::-webkit-scrollbar-thumb{background:var(--background-system-scrollbar);border-radius:4px}.skillScrollbarView::-webkit-scrollbar-track{background:transparent}.skillModalWrap .mt-design-rc-CommonModal__mask{background:rgba(0,0,0,.15);backdrop-filter:blur(10px)}.skillModalWrap .mt-design-rc-CommonModal__inner{overflow:visible;border:none;background:transparent;box-shadow:none}.skillModalShell{position:relative;display:inline-block;max-width:100%;overflow:visible}.skillModal{display:flex;width:948px;max-width:calc(100vw - 200px);height:min(640px,calc(100vh - 160px));min-height:520px;overflow:hidden;border-radius:24px;background:var(--background-system-main-background-default,#f6f7fa);box-shadow:0 0 2px 0 rgba(0,0,0,.08),0 10px 40px 0 rgba(0,0,0,.1)}.skillModalClose{position:absolute;top:0;left:100%;z-index:3;display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:36px;height:36px;margin-left:20px;padding:10px;border:none;border-radius:99px;background:hsla(0,0%,100%,.6);backdrop-filter:blur(40px);cursor:pointer}.skillModalLeft{display:flex;flex:0 0 474px;flex-direction:column;width:474px;min-height:0;border-top-right-radius:24px;border-bottom-right-radius:24px;background:var(--background-system-frame-floatpanel,#fff);overflow:hidden}.skillModalRight{flex:1;min-width:0;overflow:hidden}.skillModalHeader{display:flex;flex-shrink:0;align-items:center;gap:4px;padding:32px 24px}.skillModalBack{display:flex;align-items:center;justify-content:center;width:16px;height:16px;padding:0;border:none;background:transparent;cursor:pointer}.skillModalTitle{color:var(--content-system-primary,#1c1d1f);font-size:16px;font-weight:500;line-height:1.5}.skillModalFormArea{flex:1;min-height:0;padding:0 8px 0 32px}.skillModalScroll{height:100%!important}.skillModalForm{padding-right:24px;padding-bottom:8px}.skillModalLoading{display:flex;align-items:center;justify-content:center;height:100%;color:var(--content-system-tertiary,#939599);font-size:14px}.skillModalFooter{display:flex;flex-shrink:0;gap:12px;align-items:center;padding:16px 32px;box-shadow:0 -1px 2px -1px rgba(0,0,0,.04),0 -2px 8px -2px rgba(0,0,0,.06)}.skillModalCustomBtn{flex-shrink:0;height:44px;padding:0 16px;border-radius:12px;background:var(--background-btn-tertiary,#f3f5f7);color:var(--content-system-secondary);font-size:14px;line-height:1.5;cursor:pointer}.skillModalCustomBtnDisabled{border-color:transparent;color:var(--content-system-quaternary,#abadb2);cursor:not-allowed}.skillModalSubmit{display:flex;flex:1;align-items:center;justify-content:center;height:44px;border:none;border-radius:12px;background:var(--background-btn-black,#1c1d1f);color:var(--content-btn-primary,#fff);font-size:14px;font-weight:500;cursor:pointer}.skillModalSubmitDisabled{opacity:.2;cursor:not-allowed}.skillModalPreview{position:relative;width:100%;height:100%;overflow:hidden}.skillModalPreviewGrid{position:absolute;inset:0;opacity:.2;background-image:radial-gradient(circle,rgba(0,0,0,.35) 1px,transparent 0);background-size:16px 16px;pointer-events:none}.skillModalPreviewFade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(246,247,250,0) 51.89%,var(--background-system-main-background-default,#f6f7fa) 98.3%);pointer-events:none}.skillModalPreviewCards{position:relative;z-index:1;flex-direction:column;min-height:360px;overflow:hidden}.skillModalPreviewCards,.skillModalPreviewSingle{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.skillModalPreviewSwiper{width:100%;height:auto;max-height:300px;opacity:0;transition:opacity .25s ease;overflow:visible!important;flex-shrink:0}.skillModalPreviewSwiper .swiper-wrapper{align-items:center;height:auto!important}.skillModalPreviewSwiperReady{opacity:1}.skillModalPreviewPagination{position:relative;z-index:4;display:flex;flex-shrink:0;gap:6px;align-items:center;justify-content:center;width:100%;margin-top:40px}.skillModalPreviewSlide{display:flex!important;width:240px;height:auto!important}.skillModalPreviewCard,.skillModalPreviewSlide{align-items:center;justify-content:center;transition:transform .4s ease}.skillModalPreviewCard{position:relative;display:flex;width:fit-content;max-width:240px;max-height:300px;margin:0 auto;overflow:hidden;border-radius:16px;background:#f3f3f3;box-shadow:0 0 1px 0 rgba(0,0,0,.25),0 10px 40px 0 rgba(0,0,0,.1)}.skillModalPreviewCard img,.skillModalPreviewCard video{display:block;width:auto;height:auto;max-width:240px;max-height:300px;object-fit:contain;pointer-events:none}.skillModalPreviewSwiper .swiper-slide{z-index:1;display:flex!important;align-items:center;justify-content:center;width:240px}.skillModalPreviewSwiper .swiper-slide-active{z-index:3}.skillModalPreviewSwiper .swiper-slide-active .skillModalPreviewCard{transform:none}.skillModalPreviewSwiper .swiper-slide-prev .skillModalPreviewCard{transform:translate(-20px,11px) rotate(-4deg)}.skillModalPreviewSwiper .swiper-slide-next .skillModalPreviewCard{transform:translate(20px,11px) rotate(4deg)}.skillModalPreviewMedia{width:auto;height:auto;max-width:240px;max-height:300px;object-fit:contain}.skillModalPreviewPlayBadge{position:absolute;left:12px;bottom:12px;display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:999px;background:hsla(0,0%,100%,.6);backdrop-filter:blur(2px);opacity:.8;pointer-events:none}.skillModalPreviewDot{display:inline-block;width:6px;height:6px;margin:0!important;padding:0;border:none;border-radius:999px;background:var(--content-system-quaternary,#abadb2);opacity:.45;cursor:pointer;transition:width .2s ease,opacity .2s ease,background .2s ease}.skillModalPreviewDotActive{width:16px;opacity:1;background:var(--content-system-secondary,#616366)}.formFields{gap:24px}.formFields,.formItem{display:flex;flex-direction:column}.formItem{gap:8px}.fieldLabel{color:var(--content-system-primary,#1c1d1f);font-size:14px;font-weight:500;line-height:1.5}.fieldLabelRow{display:flex;align-items:center;justify-content:space-between;width:100%}.uploadCountHint{color:var(--content-system-tertiary,#939599);font-size:14px;font-weight:500;line-height:1.5}.requiredMark{margin-left:2px;color:#f74640}.fieldTip{margin:0;color:var(--content-system-tertiary,#939599);font-size:12px;line-height:16px;text-align:center}.textInput{width:100%;padding:12px;border:1px solid transparent;border-radius:12px;background:var(--background-system-main-background-default,#f6f7fa);color:var(--content-system-primary,#1c1d1f);font-size:14px;line-height:1.5;outline:none;box-sizing:border-box}.textInput::placeholder{color:var(--content-system-tertiary,#939599)}.textInput:hover{border-color:var(--stroke-system-border-overlay,rgba(0,0,0,.08))}.textarea{min-height:120px;resize:vertical}.selectField{position:relative;display:flex;flex-wrap:wrap;align-items:center;gap:4px;width:100%;min-height:44px;padding:6px 28px 6px 8px;border:1px solid transparent;border-radius:12px;background:var(--background-system-main-background-default,#f6f7fa);box-sizing:border-box;cursor:text}.selectField:hover:not(.selectFieldCompact):not(.selectFieldOpen){border-color:var(--stroke-system-border-overlay,rgba(0,0,0,.08))}.selectField.selectFieldOpen,.selectField:focus-within{border:1px solid var(--stroke-system-selected,#38f)}.selectFieldCompact{flex-direction:column;flex-wrap:nowrap;align-items:stretch;gap:2px;min-height:56px;padding:7px 28px 9px 12px;border-radius:12px;cursor:pointer}.selectFieldCompact:hover:not(.selectFieldOpen):not(:focus-within){border-color:rgba(0,0,0,.04)}.selectFieldCompact .selectInput{flex:none;width:100%;min-width:0;padding:0;font-size:14px;line-height:1.5}.selectFieldCompact .selectArrowBtn{right:8px;width:14px;height:14px}.selectFieldCompact.selectFieldHasClear{padding-right:46px}.selectFieldCompact.selectFieldHasClear .selectClear{right:26px}.selectFieldHasClear{padding-right:46px}.selectFieldReadonly{cursor:pointer}.selectFieldReadonly .selectInput{cursor:pointer;caret-color:transparent}.selectInput{flex:1;min-width:60px;width:auto;padding:4px;border:none;outline:none;background:transparent;color:var(--content-system-primary,#1c1d1f);font-size:14px;line-height:1.5}.selectInput::placeholder{color:var(--content-system-tertiary,#939599)}.selectTag{display:inline-flex;align-items:center;max-width:100%;padding:4px 8px;border:1px solid var(--stroke-system-border-default,rgba(0,0,0,.08));border-radius:6px;background:var(--background-system-frame-floatpanel,#fff);color:var(--content-system-primary,#1c1d1f);font-size:12px;white-space:nowrap}.selectTagClose{display:inline-flex;margin-left:4px;background:transparent}.selectClear,.selectTagClose{align-items:center;padding:0;border:none;cursor:pointer}.selectClear{right:26px;width:12px;height:12px;border-radius:50%;background:var(--content-system-quaternary,#abadb2)}.selectArrowBtn,.selectClear{position:absolute;top:50%;display:flex;justify-content:center;transform:translateY(-50%)}.selectArrowBtn{right:8px;align-items:center;width:16px;height:16px;padding:0;border:none;background:transparent;cursor:pointer;transition:transform .2s ease}.selectArrowBtnOpen{transform:translateY(-50%) rotate(180deg)}.selectDropdown{position:fixed;z-index:1100;padding:4px;border-radius:12px;background:var(--background-system-frame-floatpanel,#fff);box-shadow:0 0 2px 0 rgba(0,0,0,.08),0 8px 24px 0 rgba(0,0,0,.1);box-sizing:border-box}.selectOption{display:flex;align-items:center;justify-content:space-between;width:100%;padding:8px 12px;border:none;border-radius:8px;background:transparent;color:var(--content-system-primary,#1c1d1f);font-size:14px;text-align:left;cursor:pointer}.selectOption:hover{background:var(--background-system-main-background-default,#f6f7fa)}.selectOptionSelected{background:var(--background-system-selected,#f1f8ff)}.uploadArea{display:flex;flex-direction:column;gap:8px;align-items:center;width:100%;padding:24px 8px;border:2px dashed var(--stroke-drop-area,#ebedf2);border-radius:12px;background:transparent;cursor:pointer;box-sizing:border-box}.uploadArea.uploadAreaDragging:not(:disabled),.uploadArea:hover:not(:disabled){border:2px dashed var(--stroke-drop-area-hover)}.uploadArea:disabled{opacity:.5;cursor:not-allowed}.uploadBtn{display:inline-flex;align-items:center;gap:4px;height:34px;padding:0 12px;border:none;border-radius:8px;background:var(--background-btn-tertiary,#f3f5f7);color:var(--content-system-primary,#1c1d1f);font-size:14px;pointer-events:none}.uploadMediaGrid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;width:100%;border-radius:8px;box-sizing:border-box}.uploadMediaGrid.uploadMediaGridDragging{outline:2px dashed var(--stroke-drop-area-hover,#c5c8ce);outline-offset:4px}.uploadMediaCell{position:relative;width:100%;aspect-ratio:1;overflow:hidden;border:1px solid var(--stroke-system-border-overlay,rgba(0,0,0,.08));border-radius:8px;background:var(--background-system-space-holder,#f6f7fa)}.uploadMediaCell img{display:block;width:100%;height:100%;object-fit:cover}.uploadMediaCell:hover .uploadMediaRemove{display:inline-flex}.uploadMediaFile{display:flex;flex-direction:column;gap:4px;align-items:center;justify-content:center;width:100%;height:100%;padding:8px;box-sizing:border-box}.uploadMediaFileName{display:-webkit-box;overflow:hidden;color:var(--content-system-secondary,#616366);font-size:10px;line-height:1.2;text-align:center;word-break:break-all;-webkit-line-clamp:2;-webkit-box-orient:vertical}.uploadMediaRemove{position:absolute;top:4px;right:4px;display:none;width:16px;height:16px;min-width:16px;border:.5px solid var(--button-stroke-transparent,hsla(0,0%,100%,.1));border-radius:999px;background:rgba(0,0,0,.5);line-height:0;z-index:1}.uploadMediaAdd,.uploadMediaRemove{align-items:center;justify-content:center;padding:0;cursor:pointer}.uploadMediaAdd{display:flex;width:100%;aspect-ratio:1;border:none;border-radius:8px;background:var(--background-system-space-holder,#f6f7fa)}.uploadMediaAdd:hover:not(:disabled){background:var(--background-btn-tertiary-hover,#e4e8ee)}.uploadMediaAdd:disabled{cursor:not-allowed;opacity:.7}.numberField{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:40px;padding:12px;border-radius:12px;background:var(--background-system-space-holder,#f6f7fa)}.numberLabel{color:var(--content-system-primary,#1c1d1f);font-size:14px;font-weight:500}.numberControls{gap:4px}.numberBtn,.numberControls{display:flex;align-items:center}.numberBtn{justify-content:center;width:26px;height:26px;padding:0;border:none;border-radius:6px;background:var(--background-input,#fff);cursor:pointer}.numberBtn:hover:not(:disabled){background:var(--background-btn-hover,rgba(0,31,92,.06))}.numberBtn:disabled{cursor:not-allowed;opacity:.4}.numberValue{min-width:42px;width:42px;height:26px;padding:0 4px;border:none;border-radius:6px;background:var(--background-input,#fff);color:var(--content-system-primary,#1c1d1f);font-size:14px;font-weight:500;line-height:26px;text-align:center;outline:none;box-sizing:border-box}.chipGroup{display:flex;flex-wrap:wrap;gap:8px}.chip{display:inline-flex;align-items:center;gap:8px;height:40px;padding:0 12px;border:1px solid transparent;border-radius:12px;background:var(--background-btn-tertiary,#f3f5f7);color:var(--content-system-primary,#1c1d1f);font-size:14px;box-sizing:border-box;cursor:pointer}.chip:hover:not(.chipSelected){background:var(--background-btn-tertiary-hover,#e4e8ee)}.chipSelected{border-color:var(--background-canvas-select,rgba(64,143,255,.25));background:var(--background-system-selected,#f1f8ff)}.checkbox{flex-shrink:0;box-sizing:border-box;width:16px;height:16px;border:1px solid var(--stroke-checkbox,#d0d2d6);border-radius:4px}.checkboxChecked{position:relative;border-color:var(--background-checkbox-selected,#38f);background:var(--background-checkbox-selected,#38f)}.checkboxChecked:after{content:"";position:absolute;top:2px;left:5px;width:4px;height:8px;border:solid #fff;border-width:0 1.5px 1.5px 0;transform:rotate(45deg)}.optionGroup{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%}.optionGroupItemFull{grid-column:1/-1}.optionGroupItemLabel{display:flex;align-items:center;margin:0;line-height:1.5}.optionGroupItemHint,.optionGroupItemLabel{color:var(--content-system-tertiary,#939599);font-size:10px}.optionGroupItemHint{margin:2px 0 0;line-height:1.4}.v-list-component{width:100%;height:100%}.v-list-component__waterfall{display:flex;padding-right:12px}.v-list-component__empty,.v-list-component__loading,.v-list-component__noMore{display:flex;align-items:center;justify-content:center;color:#b2b2b2;font-size:12px;line-height:18px;text-align:center}.v-list-component__empty{margin-left:-16px}.v-list-component__empty__content{display:flex;flex-direction:column;align-items:center;justify-content:center;width:108px;padding-top:110px}.v-list-component__empty__content svg{margin-bottom:20px}.v-list-component__empty__content path,.v-list-component__empty__content svg{color:#b2b2b2}.v-list-component__empty .b-icon-font{cursor:auto!important;margin-bottom:6px}.mainlandFooter.footer{padding-top:32px;border-top:1px solid var(--stroke-system-border-overlay);margin-bottom:40px}.mainlandFooter.footer,.mainlandFooter.footer a:link,.mainlandFooter.footer a:visited{color:var(--content-web-secondary)}.mainlandFooter.footer a:hover{color:var(--content-web-primary)}.mainlandFooter.footer .info{display:flex;flex-direction:row;position:relative;justify-content:space-between}.mainlandFooter.footer .info .left{width:300px}.mainlandFooter.footer .info .right{display:flex;justify-content:flex-end}@media (max-width:1250px){.mainlandFooter.footer .info .right .col:last-child{display:none}}.mainlandFooter.footer .info .col{width:150px;font-size:14px;font-weight:400;color:var(--content-web-secondary)}.mainlandFooter.footer .info .col:not(:last-child){margin-right:50px}.mainlandFooter.footer .info .col .title{font-weight:500;font-size:16px;color:var(--content-web-primary)}.mainlandFooter.footer .info .col .content .item{display:block;margin:20px 0}.mainlandFooter.footer .info .col .content .item-disabled{opacity:.4;cursor:default}.mainlandFooter.footer .info .col.has-popover .item-with-popover{position:relative}.mainlandFooter.footer .info .col.has-popover .item-with-popover .item-trigger{display:block;margin:20px 0;cursor:pointer;transition:color .2s}.mainlandFooter.footer .info .col.has-popover .item-with-popover .item-trigger:hover{color:var(--content-web-primary)}.mainlandFooter.footer .info .col.has-popover .item-with-popover .popover-panel{position:absolute;bottom:100%;left:-24px;z-index:100;padding-bottom:8px;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.mainlandFooter.footer .info .col.has-popover .item-with-popover .popover-panel .popover-inner{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:8px;padding:16px;box-shadow:0 4px 20px rgba(0,0,0,.08)}.mainlandFooter.footer .info .col.has-popover .item-with-popover .popover-panel .popover-links{display:grid;grid-template-columns:repeat(3,1fr);gap:8px 20px}.mainlandFooter.footer .info .col.has-popover .item-with-popover .popover-panel .popover-link{font-size:14px;line-height:28px;color:var(--content-web-secondary);white-space:nowrap;border-radius:4px;padding:0 4px;transition:background .15s,color .15s}.mainlandFooter.footer .info .col.has-popover .item-with-popover .popover-panel .popover-link:hover{background:var(--bg-system-secondary,#f6f7fa);color:var(--content-web-primary)}.mainlandFooter.footer .info .col.has-popover .item-with-popover .popover-panel .popover-arrow{width:10px;height:8px;margin:-1px auto 0}.mainlandFooter.footer .info .col.has-popover .item-with-popover .popover-panel .popover-arrow:after{content:"";display:block;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:8px solid #fff;position:absolute;bottom:8px;left:48px}.mainlandFooter.footer .info .col.has-popover .item-with-popover:hover>.popover-panel{pointer-events:auto;opacity:1;visibility:visible}.mainlandFooter.footer .copyright{line-height:150%;text-align:center;font-size:12px;padding-top:32px;border-top:1px solid var(--stroke-system-border-overlay);margin-top:32px}.mainlandFooter.footer .copyright,.mainlandFooter.footer .copyright a:link,.mainlandFooter.footer .copyright a:visited{color:var(--content-system-tertiary)}.mainlandFooter.footer .copyright a:hover{color:var(--content-web-primary)}.mainlandFooter.footer.dark{background:#101727;color:rgba(250,252,255,.4)}.mainlandFooter.footer.dark a:link,.mainlandFooter.footer.dark a:visited{color:rgba(250,252,255,.4)}.mainlandFooter.footer.dark a:hover{color:#fff}.mainlandFooter.footer.dark .info .col{color:rgba(250,252,255,.75)}.mainlandFooter.footer.dark .info .col .title{color:#fff}.mainlandFooter.footer.dark .info .col .content .item-disabled{color:rgba(250,252,255,.24);opacity:1}.mainlandFooter.footer.dark .info .col.has-popover .item-with-popover .item-trigger{color:rgba(250,252,255,.4)}.mainlandFooter.footer.dark .info .col.has-popover .item-with-popover .item-trigger:hover{color:#fff}.mainlandFooter.footer.dark .info .col.has-popover .item-with-popover .popover-panel .popover-inner{background:#0a0a0a;border:1px solid hsla(0,0%,100%,.08);box-shadow:0 4px 20px rgba(0,0,0,.24)}.mainlandFooter.footer.dark .info .col.has-popover .item-with-popover .popover-panel .popover-link{color:rgba(250,252,255,.9)}.mainlandFooter.footer.dark .info .col.has-popover .item-with-popover .popover-panel .popover-link:hover{background:rgba(224,234,255,.1);color:#fff}.mainlandFooter.footer.dark .info .col.has-popover .item-with-popover .popover-panel .popover-arrow:after{border-top-color:#0a0a0a}.mainlandFooter.footer.dark .copyright{border-top-color:hsla(0,0%,100%,.08);color:rgba(250,252,255,.4)}.mainlandFooter.footer.dark .copyright a:hover,.mainlandFooter.footer.dark .copyright a:link,.mainlandFooter.footer.dark .copyright a:visited{color:rgba(250,252,255,.4)}