.cookieControl__Modal-enter-active,.cookieControl__Modal-leave-active{transition:opacity .25s}.cookieControl__Modal-enter,.cookieControl__Modal-leave-to{opacity:0}.cookieControl__Bar--center{left:50%;top:50%;transform:translate(-50%,-50%)}.cookieControl__Bar--bottom-full-enter-active,.cookieControl__Bar--bottom-full-leave-active,.cookieControl__Bar--bottom-left-enter-active,.cookieControl__Bar--bottom-left-leave-active,.cookieControl__Bar--bottom-right-enter-active,.cookieControl__Bar--bottom-right-leave-active,.cookieControl__Bar--center-enter-active,.cookieControl__Bar--center-leave-active,.cookieControl__Bar--top-full-enter-active,.cookieControl__Bar--top-full-leave-active,.cookieControl__Bar--top-left-enter-active,.cookieControl__Bar--top-left-leave-active,.cookieControl__Bar--top-right-enter-active,.cookieControl__Bar--top-right-leave-active{transition:transform .25s}.cookieControl__Bar--top-full-enter,.cookieControl__Bar--top-full-leave-to,.cookieControl__Bar--top-left-enter,.cookieControl__Bar--top-left-leave-to,.cookieControl__Bar--top-right-enter,.cookieControl__Bar--top-right-leave-to{transform:translateY(-100%)}.cookieControl__Bar--bottom-full-enter,.cookieControl__Bar--bottom-full-leave-to,.cookieControl__Bar--bottom-left-enter,.cookieControl__Bar--bottom-left-leave-to,.cookieControl__Bar--bottom-right-enter,.cookieControl__Bar--bottom-right-leave-to{transform:translateY(100%)}.cookieControl__Bar--center-enter,.cookieControl__Bar--center-leave-to{transform:translate(-50%,-50%) scale(.95)}.cookieControl{position:relative;z-index:100000}.cookieControl button{backface-visibility:hidden;border:0;cursor:pointer;font-size:16px;outline:0;padding:12px 20px;transition:background-color .2s,color .2s}.cookieControl__Bar{background-color:var(--cookie-control-barBackground);font-family:Arial,Arial fallback,Helvetica Neue,Helvetica,sans-serif;position:fixed}.cookieControl__Bar h2,.cookieControl__Bar p{color:var(--cookie-control-barTextColor);max-width:900px}.cookieControl__Bar h2{font-size:20px;margin:0}.cookieControl__Bar p{font-size:16px;margin:5px 0 0}.cookieControl__Bar button{background-color:var(--cookie-control-barButtonBackground);color:var(--cookie-control-barButtonColor)}.cookieControl__Bar button:hover{background-color:var(--cookie-control-barButtonHoverBackground);color:var(--cookie-control-barButtonHoverColor)}.cookieControl__Bar button:focus{box-shadow:0 0 0 3px var(--cookie-control-focusRingColor)}.cookieControl__Bar button+button{margin-left:10px}.cookieControl__BarContainer{align-items:flex-end;display:flex;justify-content:space-between;padding:20px}.cookieControl__Bar--bottom-full,.cookieControl__Bar--top-full{left:0;right:0}.cookieControl__Bar--top-full{top:0}.cookieControl__Bar--bottom-full{bottom:0}.cookieControl__Bar--bottom-left p,.cookieControl__Bar--bottom-right p,.cookieControl__Bar--center p,.cookieControl__Bar--top-left p,.cookieControl__Bar--top-right p{max-width:400px}.cookieControl__Bar--bottom-left .cookieControl__BarContainer,.cookieControl__Bar--bottom-right .cookieControl__BarContainer,.cookieControl__Bar--center .cookieControl__BarContainer,.cookieControl__Bar--top-left .cookieControl__BarContainer,.cookieControl__Bar--top-right .cookieControl__BarContainer{flex-direction:column}.cookieControl__Bar--bottom-left .cookieControl__BarButtons,.cookieControl__Bar--bottom-right .cookieControl__BarButtons,.cookieControl__Bar--center .cookieControl__BarButtons,.cookieControl__Bar--top-left .cookieControl__BarButtons,.cookieControl__Bar--top-right .cookieControl__BarButtons{margin-top:20px}.cookieControl__Bar--top-left,.cookieControl__Bar--top-right{top:20px}.cookieControl__Bar--bottom-left,.cookieControl__Bar--bottom-right{bottom:20px}.cookieControl__Bar--bottom-left,.cookieControl__Bar--top-left{left:20px}.cookieControl__Bar--bottom-right,.cookieControl__Bar--top-right{right:20px}.cookieControl__BarButtons{display:flex}.cookieControl__Modal{font-size:0;inset:0;position:fixed;text-align:center;z-index:1}.cookieControl__Modal:before{content:"";display:inline-block;min-height:100vh;vertical-align:middle}.cookieControl__Modal:after{background-color:var(--cookie-control-modalOverlay);content:"";inset:0;opacity:var(--cookie-control-modalOverlayOpacity);position:absolute;z-index:-1}.cookieControl__Modal>div{font-size:medium}.cookieControl__Modal button{background-color:var(--cookie-control-modalButtonBackground);color:var(--cookie-control-modalButtonColor)}.cookieControl__Modal button:hover{background-color:var(--cookie-control-modalButtonHoverBackground);color:var(--cookie-control-modalButtonHoverColor)}.cookieControl__Modal button:focus{box-shadow:0 0 0 3px var(--cookie-control-focusRingColor)}.cookieControl__ModalContent{background-color:var(--cookie-control-modalBackground);display:inline-block;max-height:80vh;max-width:550px;overflow-y:scroll;position:relative;text-align:left;vertical-align:middle;width:100%}.cookieControl__ModalContent,.cookieControl__ModalContent :not(button){color:var(--cookie-control-modalTextColor)}.cookieControl__ModalContent h2{font-size:24px;margin:15px 0}.cookieControl__ModalContent h2:first-of-type{margin-top:0}.cookieControl__ModalContent ul{font-size:16px;list-style-type:none;padding:0}.cookieControl__ModalContent ul ul{padding:5px 56px 0}.cookieControl__ModalContent ul ul li+li{margin-top:5px}.cookieControl__ModalContent li{align-items:center}.cookieControl__ModalContent li+li{margin-top:20px}.cookieControl__ModalContent input{display:none}.cookieControl__ModalContent input:checked+button{background-color:var(--cookie-control-checkboxActiveBackground)}.cookieControl__ModalContent input:checked+button:before{background-color:var(--cookie-control-checkboxActiveCircleBackground);transform:translate3d(100%,-50%,0)}.cookieControl__ModalContent input:checked:disabled+button{background-color:var(--cookie-control-checkboxDisabledBackground)}.cookieControl__ModalContent input:checked:disabled+button:before{background-color:var(--cookie-control-checkboxDisabledCircleBackground)}.cookieControl__ModalContent input+button{backface-visibility:hidden;background-color:var(--cookie-control-checkboxInactiveBackground);border-radius:20px;display:block;font-size:0;margin-right:20px;min-height:20px;min-width:36px;position:relative;transition:background-color .2s}.cookieControl__ModalContent input+button:before{background-color:var(--cookie-control-checkboxInactiveCircleBackground);border-radius:50%;content:"";height:15px;left:3px;position:absolute;top:50%;transform:translate3d(0,-50%,0);transition:transform .2s;width:15px}.cookieControl__ModalContentInner{display:flex;flex-direction:column;gap:10px;padding:40px}.cookieControl__ModalInputWrapper{align-items:flex-start;display:flex}.cookieControl__ModalCookieName{font-weight:700;text-transform:uppercase}.cookieControl__ModalCookieName span{font-weight:400;text-transform:none}.cookieControl__ModalClose{align-self:flex-end;right:20px;top:20px}.cookieControl__ModalButtons{align-items:stretch;display:flex;gap:20px;margin-top:40px}.cookieControl__ModalUnsaved{bottom:40px;color:var(--cookie-control-modalUnsavedColor);font-size:14px;left:50%;margin:0;position:absolute;transform:translate(-50%)}.cookieControl__BlockedIframe{border:2px solid #ddd;padding:20px}.cookieControl__BlockedIframe a,.cookieControl__BlockedIframe p{font-family:Arial,Arial fallback,Helvetica Neue,Helvetica,sans-serif}@media screen and (max-width:768px){.cookieControl__Bar{flex-direction:column;left:0;right:0}.cookieControl__Bar h2,.cookieControl__Bar p{max-width:100%}.cookieControl__Bar--top-full,.cookieControl__Bar--top-left,.cookieControl__Bar--top-right{top:0}.cookieControl__Bar--bottom-full,.cookieControl__Bar--bottom-left,.cookieControl__Bar--bottom-right{bottom:0}.cookieControl__ModalContent{inset:0;max-height:100%;max-width:none;position:absolute}.cookieControl__ModalContentInner{padding:20px}.cookieControl__BarButtons{flex-direction:column;justify-content:center;margin-top:20px;width:100%}.cookieControl__BarButtons button{width:100%}.cookieControl__BarButtons button+button{margin:10px 0 0}.cookieControl__BarContainer,.cookieControl__ModalButtons{flex-direction:column;gap:10px}.cookieControl__ModalButtons button{width:100%}}.cookieControl__ControlButton{backface-visibility:hidden;background:var(--cookie-control-controlButtonBackground);border:0;border-radius:50%;bottom:20px;box-shadow:0 0 10px #0000004d;cursor:pointer;height:40px;min-height:40px;min-width:40px;outline:0;position:fixed;right:20px;transition:background-color .2s;width:40px}.cookieControl__ControlButton svg{backface-visibility:hidden;color:var(--cookie-control-controlButtonIconColor);left:50%;max-height:24px;max-width:24px;min-height:24px;min-width:24px;position:absolute;top:50%;transform:translate(-50%,-50%);transition:color .2s}.cookieControl__ControlButton:hover{background-color:var(--cookie-control-controlButtonHoverBackground)}.cookieControl__ControlButton:hover svg{color:var(--cookie-control-controlButtonIconHoverColor)}/*! booster-font-faces start *//*! booster-font-faces end */@font-face{font-display:swap;font-family:iconfont;src:url(data:font/ttf;base64,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) format("truetype")}.iconfont{font-family:iconfont,!important,"iconfont' !important fallback";font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-xiangpica:before{content:""}.icon-saoma:before{content:""}.icon-zhongzhi:before{content:""}.icon-ICONlongxiehui-xiaochengxu-yonghu1-44:before{content:""}.icon-huifumoren:before{content:""}.icon-tumo:before{content:""}@font-face{font-display:swap;font-family:iconfont;src:url(./iconfont.BKCyMqHj.woff2?t=1754901076076) format("woff2"),url(./iconfont.CjrWaQoE.woff?t=1754901076076) format("woff"),url(./iconfont.4RpEQkPP.ttf?t=1754901076076) format("truetype")}.iconfont{font-family:iconfont,iconfont fallback,self!important;font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-changyongshili:before{content:""}.icon-caozuo-fanyi-full:before{content:""}.icon-fenbianshuai:before{content:""}.icon-tubiao_fengge:before{content:""}.icon-qiandao:before{content:""}.icon-facebook:before{content:""}.icon-tiktok:before{content:""}.icon-youtube:before{content:""}.icon-linkedin:before{content:""}.icon-instagram:before{content:""}.icon-TwitterX:before{content:""}.icon-kelong:before{content:""}.icon-yanchang:before{content:""}.icon-yanbiandasao:before{content:""}.icon-video:before{content:""}.icon-shipin1:before{content:""}.icon-tiaowu:before{content:""}.icon-leianyanpan:before{content:""}.icon-menu-unfold:before{content:""}.icon-jiangzao:before{content:""}.icon-shipinzengqiang:before{content:""}.icon-shipinhuanlian:before{content:""}.icon-shipin-gaoqing-xinen:before{content:""}.icon-AIshipin:before{content:""}.icon-shipinzhuanhuan:before{content:""}.icon-kouxing-16:before{content:""}.icon-shipinzimu:before{content:""}.icon-speak-line:before{content:""}.icon-huiyuan:before{content:""}.icon-meiyuan:before{content:""}.icon-a-bianzu2:before{content:""}.icon-shouye1:before{content:""}.icon-shipin:before{content:""}.icon-xiexue:before{content:""}.icon-mote:before{content:""}.icon-renwuhuanyi:before{content:""}.icon-dongman:before{content:""}.icon-sumiaocaotu:before{content:""}.icon-shangse:before{content:""}.icon-shangse1:before{content:""}.icon-tuxiangfenggezhuanhuan:before{content:""}.icon-tuxiangcachu:before{content:""}.icon-txt2video-04:before{content:""}.icon-meizhuangleimu:before{content:""}.icon-shoulian:before{content:""}.icon-avatar_skin_nor:before{content:""}.icon-meifu:before{content:""}.icon-meixing:before{content:""}.icon-huanlian:before{content:""}.icon-tupianshengcheng:before{content:""}.icon-kuaisuxiutu:before{content:""}.icon-zengqiangbeifen:before{content:""}.icon-zengqiang1:before{content:""}.icon-fangda:before{content:""}.icon-fangda1:before{content:""}.icon-zengqiang:before{content:""}.icon-fangda2:before{content:""}.icon-meiyan:before{content:""}.icon-APIguanli:before{content:""}.icon-_qita_px_iconx:before{content:""}.icon-23:before{content:""}.icon-xiutuPS:before{content:""}.icon-jiage:before{content:""}.icon-kuozhan:before{content:""}.icon-koutu:before{content:""}.icon-shouye:before{content:""}.icon-inpainting-line:before{content:""}.icon-cachuzhangai:before{content:""}*{box-sizing:border-box;margin:0;padding:0;scrollbar-color:#e0e0e0 #f5f5f5;scrollbar-width:thin}html{height:100%;overflow:auto}body{line-height:1.58;-webkit-tap-highlight-color:rgba(0,0,0,0)}.image-editing-wrap{background-color:#f0f2f5}.homepage-wrapper{margin:0 auto;max-width:1200px;padding:0 20px}.homepage-wrapper--small{max-width:1200px}.padding-24{padding:24px}.padding-left-24{padding-left:24px}.padding-right-24{padding-right:24px}.margin-top-24{margin-top:24px}.text-align--center{text-align:center}.display__flex{display:flex}.flex__align-center{align-items:center}.flex__align-start{align-items:flex-start}.flex__align-end{align-items:flex-end}.flex__space-between{justify-content:space-between}.flex__space-center{justify-content:center}.flex--1{flex:1}.flex-wrap{flex-wrap:wrap}.flex-direction--column{flex-direction:column}.flex-direction--row{flex-direction:row}.text-detail-overview section{background-color:#ecf4ff;padding:60px 0}.text-detail-overview section:nth-child(2n){background-color:#fff}.text-detail-overview section .text-editor,.text-detail-overview section h2,.text-detail-overview section h3,.text-detail-overview section ol,.text-detail-overview section p,.text-detail-overview section ul{margin:10px auto;max-width:1400px;padding:0 20px}.text-detail-overview section ol li{list-style:none;margin:0;padding:0}.text-detail-overview section .list-num li{color:#536d8c;font-size:18px;line-height:26px;margin-bottom:12px}.text-detail-overview section .font-bold{font-weight:700}.text-detail-overview section h2{font-size:36px;font-weight:700;line-height:48px}.text-detail-overview section h3{font-size:20px}.text-detail-overview section p{color:#536d8c;font-size:18px;line-height:26px}.text-detail-overview section a{color:#1677ff;text-decoration:none}.text-detail-overview section a:hover{text-decoration:underline}.text-detail-overview section .text-editor{display:flex;flex-wrap:wrap;justify-content:space-between}.text-detail-overview section .text-editor div{background-color:#f4f6f8;padding:10px 1%;width:47%}.text-detail-overview section .text-editor div:nth-child(4n-2),.text-detail-overview section .text-editor div:nth-child(4n-3){background-color:#fff}.el-button--primary{background-color:#1677ff!important;border-color:#1677ff!important}.history-sidebar{background:#fafafa;border-left:1px solid #e8e8e8;height:100%}
