.lx-drawer{height:100%;left:0;overflow:hidden;pointer-events:none;position:absolute;top:0;width:100%;z-index:99999}.lx-drawer.opening .lx-drawer-container{animation:lxMoveOpen .3s}.lx-drawer.closeing .lx-drawer-container{animation:lxMoveClose .3s;animation-fill-mode:forwards}.lx-drawer.opening .lx-drawer-mask{animation:lxFateIn .3s;animation:lxFateOut .3s;animation-fill-mode:forwards}.lx-drawer-mask{background:rgba(0,0,0,.45);left:0;width:100%}.lx-drawer-container,.lx-drawer-mask{height:100%;overflow:hidden;pointer-events:auto;position:absolute;top:0}.lx-drawer-container{background-color:#fff;display:flex;flex-direction:column;right:0;transition:all .3s;width:800px}.lx-drawer-container.error .lx-drawer-head,.lx-drawer-container.red .lx-drawer-head{background-color:#fa7570;border-color:#fa7570;color:#fff}.lx-drawer-container.error .lx-drawer-body{display:flex;flex-direction:column;overflow:hidden;padding:0}.lx-drawer-container.error .lx-drawer-code-desc{color:rgba(28,36,46,.75);flex:1;font-size:12px;overflow-y:auto;padding:12px 20px}.lx-drawer-container.purple .lx-drawer-head{background-color:#9747ff;border-color:#9747ff;color:#fff}.lx-drawer-container.blue .lx-drawer-head{background-color:#47e;border-color:#47e;color:#fff}.lx-drawer-head{align-items:center;border-bottom:1px solid #e7e8ea;display:flex}.lx-drawer-head-title{flex:1}.lx-drawer-head-close{cursor:pointer;display:flex;height:16px;vertical-align:middle;width:16px}.lx-drawer-head-title+.lx-drawer-head-extra{margin-left:16px}.lx-drawer-body,.lx-drawer-footer,.lx-drawer-head{padding:12px 20px}.lx-drawer-body{color:rgba(28,36,46,.75);cursor:default;flex:1;overflow-y:auto}.lx-drawer-group-item+.lx-drawer-group-item{margin-top:20px}.lx-drawer-group-item-head{padding:10px 12px}.lx-drawer-group-item-body{padding:16px 12px}.lx-drawer-group-item-head{background-color:#f9f9f9;color:#1c242e;font-size:16px;font-weight:500}.lx-drawer-group-item-body{color:rgba(28,36,46,.55);font-size:12px}.lx-drawer-group-article+.lx-drawer-group-article{border-top:1px solid #f0f0f0;margin-top:20px;padding-top:20px}.lx-drawer-group-article{color:rgba(28,36,46,.75)}.lx-drawer-group-article-title{color:#1c242e;font-size:13px;font-weight:500}.lx-drawer-group-article-author{color:rgba(28,36,46,.25);font-size:12px}.lx-drawer-group-article-content{color:rgba(28,36,46,.55);font-size:12px}.lx-drawer-group-article-author+.lx-drawer-group-article-content,.lx-drawer-group-article-title+.lx-drawer-group-article-content{margin-top:8px}.lx-drawer-group-article-extra{float:right}.lx-drawer-code-tabs{flex:1}.lx-drawer-code-tabs.full{display:flex;flex:2;flex-direction:column;height:100%}.lx-drawer-code-tabs-head{align-items:center;background-color:#fafafa;display:flex;height:40px;padding:0 20px;position:relative}.lx-drawer-code-tabs-head-item{color:rgba(28,36,46,.75);cursor:pointer;height:40px;line-height:40px;margin-right:30px;position:relative;text-align:center}.lx-drawer-code-tabs-head-item:before{background-color:#47e;bottom:0;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:all .3s;width:0}.lx-drawer-code-tabs-head-item.active{color:#47e}.lx-drawer-code-tabs-head-item.active:before{width:100%}.lx-drawer-code-tabs-control{background:#e5e5e5;border-radius:6px 6px 6px 6px;cursor:pointer;height:16px;left:50%;line-height:16px;position:absolute;text-align:center;top:-8px;transform:translateX(-50%);width:64px;z-index:2}.lx-drawer-code-tabs-control-icon{color:rgba(28,36,46,.25);display:inline-block;height:12px;vertical-align:middle;width:12px}.lx-drawer-code-tabs-control-icon.flip{transform:rotate(-180deg);transition:all .3s}.lx-drawer-code-tabs-body{overflow:auto;padding:16px 20px}.lx-drawer-code-tabs-body img{max-width:100%}.lx-drawer-err-item{background:#fafafa;border-radius:4px;margin-bottom:16px;padding:8px 16px}.lx-drawer-err-item-head{align-items:center;display:flex}.lx-drawer-err-item-head-title{margin-right:8px}.lx-drawer-err-item-head-cell{flex:1}.lx-drawer-err-item-head-extra{margin-left:8px;user-select:none}.lx-drawer-err-item-head-extra-arrow{height:12px;left:2px;position:relative;top:-1px;transition:transform .3s;width:12px}.lx-drawer-err-item-head-extra-arrow.lx-icon-up{transform:rotate(-180deg)}.lx-drawer-err-item.red .lx-drawer-err-item-head-title,.lx-drawer-err-item.red .lx-drawer-err-item-head-title a{color:#fa7570}.lx-drawer-err-item.purple .lx-drawer-err-item-head-title,.lx-drawer-err-item.purple .lx-drawer-err-item-head-title a{color:#9747ff}.lx-drawer-err-item.blue .lx-drawer-err-item-head-title,.lx-drawer-err-item.blue .lx-drawer-err-item-head-title a{color:#47e}.lx-drawer-err-item-head+.lx-drawer-err-item-body{margin-top:4px}.lx-drawer-err-item-body,.lx-drawer-err-item-head{color:rgba(28,36,46,.75)}.lx-drawer-err-item-body-subcontent{animation:lxFadeIn .3s;border-top:1px solid #f0f0f0;margin-top:6px;padding:4px 0}.lx-drawer-err-item-body-jump{animation:lxFadeIn .3s;font-size:12px}.lx-drawer-footer{border-top:1px solid #e7e8ea;text-align:right}.lx-drawer-empty{color:rgba(28,36,46,.45);text-align:center}.lx-drawer-article dt{font-weight:600;margin-bottom:6px}.lx-drawer-article li,.lx-drawer-article p{line-height:30px;margin:0;padding:2px 0}.lx-drawer-article section{background-color:hsla(0,0%,63%,.15);border-radius:4px;padding:6px}.lx-drawer-sub-title{background-color:rgba(28,36,46,.04);color:rgba(28,36,46,.55);font-size:12px;height:32px;line-height:32px;overflow:hidden;padding:0 16px;text-overflow:ellipsis;white-space:nowrap}.lx-drawer-btn{border:1px solid rgba(28,36,46,.15);border-radius:4px;color:#1c242e;display:inline-block;height:32px;line-height:30px;padding:0 15px}.lx-drawer-btn:hover{border-color:#709efa;color:#709efa}.lx-drawer-btn-disabled{cursor:not-allowed;pointer-events:none}.lx-drawer-btn-disabled,.lx-drawer-btn-disabled:active,.lx-drawer-btn-disabled:focus,.lx-drawer-btn-disabled:hover{background-color:#e5e5e5!important;border-color:#e5e5e5!important;color:rgba(28,36,46,.65)!important;opacity:1}.lx-drawer-btn.lx-drawer-btn-primary{background-color:#47e;color:#47e}.lx-drawer-btn.lx-drawer-btn-primary,.lx-drawer-btn.lx-drawer-btn-primary:hover{color:#fff}.lx-drawer-btn.lx-drawer-btn-primary:hover{background-color:#709efa;border-color:#709efa}.lx-drawer-footer .lx-drawer-btn{margin-left:8px}.lx-notification-root{position:fixed;z-index:99999}.lx-notification-root.topRight{right:24px;top:24px}.lx-notification-root.topLeft{left:24px;top:24px}.lx-notification-root.bottomRight{bottom:24px;right:24px}.lx-notification-root.bottomLeft{bottom:24px;left:24px}.lx-notification-wraper{margin-bottom:24px}.lx-notification-wraper.opening{animation:lxMoveOpen .3s}.lx-notification-notice{background:#fff;border-radius:4px;box-shadow:0 9px 28px 8px rgba(0,0,0,.05),0 6px 16px 0 rgba(0,0,0,.08),0 3px 6px -4px rgba(0,0,0,.12);cursor:default;display:block;line-height:1.5;padding:16px 12px;position:relative;width:350px}.lx-notification-notice-badge{background:#ff4d4f;border-radius:10px;box-shadow:0 0 0 1px #fff;color:#fff;cursor:pointer;font-size:12px;font-style:normal;font-weight:400;height:20px;line-height:20px;min-width:20px;padding:0 6px;position:absolute;right:0;text-align:center;top:0;transform:translate(50%,-50%);transform-origin:100% 0;white-space:nowrap;z-index:auto}.lx-notification-notice-head{align-items:flex-start;display:flex}.lx-notification-notice-head-ico,.lx-notification-notice-head-state{display:inline-block;height:16px;vertical-align:middle;width:16px}.lx-notification-notice-head-state{margin-right:4px;margin-top:4px}.lx-notification-notice-head-title{flex:1;font-size:16px}.lx-notification-notice-head-code{color:rgba(28,36,46,.45);font-size:12px;margin-left:12px}.lx-notification-notice-head-count-down{animation:lxFadeIn .5s}.lx-notification-notice-head-extra{height:20px;text-align:center;width:20px}.lx-notification-notice-head-extra .lx-notification-notice-head-ico{animation:lxFadeIn .5s;border-radius:10px;cursor:pointer;transition:transform .5s}.lx-notification-notice-head-extra .lx-notification-notice-head-ico:hover{transform:rotate(180deg)}.lx-notification-notice-head-title+.lx-notification-notice-head-extra{margin-left:20px}.lx-notification-notice-content{color:rgba(28,36,46,.85);font-size:14px;line-height:22px;word-break:break-all}.lx-notification-notice-content.max-line{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.lx-notification-notice-content+.lx-notification-notice-content,.lx-notification-notice-head+.lx-notification-notice-content{margin-top:8px}.lx-notification-notice-content+.lx-notification-notice-footer,.lx-notification-notice-head+.lx-notification-notice-footer{margin-top:14px}.lx-notification-notice-footer{text-align:right}.lx-notification-notice-footer a{border-radius:2px;display:inline-block;margin-left:8px;padding:2px 4px}.lx-notification-notice-footer a:hover{opacity:.9}.lx-notification-notice-footer-btn-ghost{border:1px solid #47e;color:#47e!important}.lx-notification-notice-footer-btn-ghost.lx-notification-btn-disabled{border-color:rgba(28,36,46,.25)!important}.lx-notification-notice-footer-btn-primary{background-color:#47e;border:1px solid #47e;color:#fff!important}.lx-notification-btn-disabled{cursor:not-allowed;pointer-events:none}.lx-notification-btn-disabled,.lx-notification-btn-disabled:hover{background-color:#fff!important;color:rgba(28,36,46,.25)!important}.lxm-modal-mask,.lxm-modal-wraper{bottom:0;left:0;position:absolute;right:0;top:0}.lxm-modal-wraper{z-index:9999}.lxm-modal-close-move .lxm-modal-main{animation:lxmModalClose .3s;animation-fill-mode:forwards}.lxm-modal-close-move .lxm-modal-mask{animation:lxmModalMaskClose .3s;animation-fill-mode:forwards}.lxm-modal-mask{background-color:rgba(0,0,0,.75)}.lxm-modal-container{bottom:0;display:flex;left:0;overflow-y:auto;padding:40px;position:absolute;right:0;top:0}.lxm-modal-main{animation:lxmModalOpen .3s;background-color:#fff;border-radius:10px;margin:auto;max-width:570px;min-width:285px;overflow:hidden;padding:0 20px 20px;position:relative}.lxm-modal-main:before{background:linear-gradient(180deg,#c8d9ff,rgba(220,231,250,0));content:"";height:160px;left:0;position:absolute;right:0;top:0;z-index:1}.lxm-modal-content,.lxm-modal-footer,.lxm-modal-ico,.lxm-modal-subtitle,.lxm-modal-title{position:relative;z-index:2}.lxm-modal-ico{margin:0 auto 8px}.lxm-modal-ico,.lxm-modal-ico img{display:block;height:100px;width:100px}.lxm-modal-subtitle,.lxm-modal-title{line-height:24px;text-align:center}.lxm-modal-title{color:#1c242e;font-size:18px;font-weight:500}.lxm-modal-subtitle{color:rgba(28,36,46,.25);font-size:12px}.lxm-modal-content{color:rgba(28,36,46,.75);line-height:23px;margin-top:16px;max-height:200px;overflow-y:auto;position:relative}.lxm-modal-footer{align-items:center;display:flex;justify-content:center;margin-top:16px}.lxm-modal-footer .lxm-modal-btn{flex:1}.lxm-modal-btn{border-radius:10px;color:#1c242e;cursor:pointer;height:36px;line-height:36px;text-align:center}.lxm-modal-btn+.lxm-modal-btn{margin-left:20px}.lxm-modal-def-btn{background:#f7f7f7;color:#1c242e}.lxm-modal-prm-btn{background:linear-gradient(307deg,#47e,#80d1ff);color:#fff}@keyframes lxFadeIn{0%{opacity:0}to{opacity:1}}@keyframes lxFadeOut{0%{opacity:1}to{opacity:0}}@keyframes lxMoveOpen{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes lxMoveClose{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(100%)}}@keyframes lxmModalOpen{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}@keyframes lxmModalClose{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.6)}}@keyframes lxmModalMaskClose{0%{opacity:1}to{opacity:0}}@keyframes lxmDrawerOpen{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes lxmDrawerClose{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(100%)}}@keyframes lxCloseRotate{form{transform:rotate(0)}to{transform:rotate(180deg)}}.lxm-drawer-wraper{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:9999}.lxm-drawer-close-move .lxm-drawer-container{animation:lxmDrawerClose .3s;animation-fill-mode:forwards}.lxm-drawer-container{animation:lxmDrawerOpen .3s;background-color:#fff;display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative}.lxm-drawer-header{align-items:center;background-color:#f6f8fa;display:flex;height:44px}.lxm-drawer-header-close{cursor:pointer;display:inline-block;height:24px;vertical-align:middle;width:24px}.lxm-drawer-header-extend{padding:0 20px;width:80px}.lxm-drawer-header-title{color:#1c242e;flex:1;font-size:18px;font-weight:500;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.lxm-drawer-tabs{background-color:#f6f8fa;padding:8px 20px}.lxm-drawer-tabs-row{align-items:center;background:#f0f0f0;border-radius:8px;display:flex;padding:4px}.lxm-drawer-tabs-row .lxm-drawer-tabs-btn{border-radius:8px;color:#1c242e;cursor:pointer;flex:1;font-size:14px;padding:4px;text-align:center}.lxm-drawer-tabs-row .lxm-drawer-tabs-btn.active{background-color:#fff;box-shadow:0 1px 6px -4px rgba(28,36,46,.15);font-weight:500}.lxm-drawer-main{background-color:#fff;border-top:1px solid #f0f0f0;flex:1;overflow-y:auto}.lxm-drawer-content{padding:20px}.lxm-drawer-content-head{margin-bottom:20px}.lxm-drawer-content-head-title{color:#1c242e;font-size:21px;font-weight:500}.lxm-drawer-content-head-author{color:rgba(28,36,46,.45);font-size:13px}.lxm-drawer-content-body{color:rgba(28,36,46,.75);font-size:15px}.lxm-drawer-content-body dt{font-size:17px;font-weight:500;margin-top:30px}.lxm-drawer-content-body dd{font-size:15px;margin:0;padding:8px 0}.lxm-drawer-content-body ol,.lxm-drawer-content-body ul{list-style:inside inside;margin:0;padding:0}.lxm-drawer-content-body li,.lxm-drawer-content-body p{letter-spacing:1px;line-height:24px;margin:4px 0}.lxm-drawer-list{padding:0 20px}.lxm-drawer-list-item{border-bottom:1px solid #f0f0f0;padding:8px 0}.lxm-drawer-list-item.purple .lxm-drawer-list-item-dt-title{color:#9747ff}.lxm-drawer-list-item.blue .lxm-drawer-list-item-dt-title{color:#47e}.lxm-drawer-list-item.red .lxm-drawer-list-item-dt-title{color:#fa7570}.lxm-drawer-list-item-dt{display:flex}.lxm-drawer-list-item-dt-title{flex:1;font-size:14px;font-weight:500}.lxm-drawer-list-item-dt-extra{color:rgba(28,36,46,.45);font-size:12px}.lxm-drawer-list-item-dt-title+.lxm-drawer-list-item-dt-extra{margin-left:8px}.lxm-drawer-list-item-dd{color:rgba(28,36,46,.75);font-size:12px}.lxm-drawer-empty{color:rgba(28,36,46,.45);padding:20px;text-align:center}.showErrorUI-message{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.lx-drawer .showErrorUI-message{-webkit-line-clamp:none;overflow:visible}.render-core-NotFound{align-items:center;background-color:#fff;border:1px solid red;color:red;display:flex;font-size:16px;font-weight:600;height:100px;justify-content:center}.lcdp-pageview{background-color:#fff;overflow:auto;position:relative}.ueditor-format-settings-popover{max-width:720px}.ueditor-format-settings-popover input[type=color]{-webkit-appearance:none;border:none;cursor:pointer;padding:0}.ueditor-format-settings-popover input[type=color]::-webkit-color-swatch-wrapper{border-radius:2px;padding:0}.ueditor-format-settings-popover input[type=color]::-webkit-color-swatch{border:none;border-radius:2px}.ueditor-format-settings-popover .pcfactory-form-item{margin-bottom:0}.ueditor-format-settings-popover .pcfactory-form-item-control-input{min-height:28px}.ueditor-format-settings-popover .ueditor-format-popover-content{padding:0;width:680px}.ueditor-format-settings-popover .pcfactory-popover-inner-content{border-radius:8px;padding:16px 20px}.ueditor-format-settings-popover .pcfactory-popover-title{border-bottom:1px solid #e2e8f0;color:#1a202c;font-size:16px;font-weight:600;margin-bottom:0;padding:16px 20px 12px;text-align:center}.ueditor-format-section{max-height:400px;overflow-y:auto;padding:0}.ueditor-format-style-row{align-items:center;background-color:#fafbfc;border-bottom:1px solid #f0f0f0;border-radius:6px;display:flex;margin-bottom:8px;padding:12px 16px;transition:all .2s ease}.ueditor-format-style-row:hover{background-color:#f1f5f9;box-shadow:0 1px 3px rgba(0,0,0,.05)}.ueditor-format-style-row:last-child{border-bottom:none;margin-bottom:0}.ueditor-format-style-row .ueditor-format-row-label{color:#374151;flex-shrink:0;font-size:14px;font-weight:600;margin-bottom:0;margin-right:12px;width:80px}.ueditor-format-style-row .pcfactory-row{align-items:center;flex:1;margin:0}.ueditor-format-style-row .pcfactory-row .pcfactory-select-selector{width:100%}.ueditor-format-style-row .pcfactory-col{align-items:center;display:flex;margin-bottom:0}.ueditor-format-style-row .pcfactory-select{width:100%}.ueditor-format-style-row .pcfactory-select .pcfactory-select-selector{border-color:#d1d5db;border-radius:4px;height:28px;transition:all .2s ease}.ueditor-format-style-row .pcfactory-select .pcfactory-select-selector .pcfactory-select-selection-item{line-height:26px}.ueditor-format-style-row .pcfactory-select .pcfactory-select-selector:hover{border-color:#6366f1}.ueditor-format-style-row .pcfactory-select.pcfactory-select-focused .pcfactory-select-selector{border-color:#6366f1!important;box-shadow:0 0 0 2px rgba(99,102,241,.1)!important}.ueditor-format-style-row .pcfactory-input-number{border-color:#d1d5db;border-radius:4px;height:28px;width:100%}.ueditor-format-style-row .pcfactory-input-number .pcfactory-input-number-input{height:26px}.ueditor-format-style-row .pcfactory-input-number:hover{border-color:#6366f1}.ueditor-format-style-row .pcfactory-input-number.pcfactory-input-number-focused,.ueditor-format-style-row .pcfactory-input-number:focus{border-color:#6366f1!important;box-shadow:0 0 0 2px rgba(99,102,241,.1)!important}.ueditor-format-style-row input[type=color]{border:1px solid #d1d5db;border-radius:4px;cursor:pointer;height:28px;width:100%}.ueditor-format-style-row input[type=color]:hover{border-color:#6366f1}.ueditor-format-footer{border-top:1px solid #e2e8f0;display:flex;gap:12px;justify-content:flex-end;margin-top:16px;padding-top:12px}.ueditor-format-footer .pcfactory-btn{border-radius:4px;font-weight:500;height:32px;padding:0 16px;transition:all .2s ease}.ueditor-format-footer .pcfactory-btn.pcfactory-btn-default{border-color:#d1d5db;color:#6b7280}.ueditor-format-footer .pcfactory-btn.pcfactory-btn-default:hover{border-color:#9ca3af;color:#374151}.ueditor-format-footer .pcfactory-btn.pcfactory-btn-primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;box-shadow:0 2px 4px rgba(99,102,241,.2)}.ueditor-format-footer .pcfactory-btn.pcfactory-btn-primary:hover{background:linear-gradient(135deg,#5b61f0,#7c3aed);box-shadow:0 4px 8px rgba(99,102,241,.3);transform:translateY(-1px)}@media (max-width:768px){.ueditor-format-settings-popover{max-width:95vw}.ueditor-format-settings-popover .ueditor-format-popover-content{width:calc(95vw - 40px)}.ueditor-format-style-row{align-items:stretch;flex-direction:column}.ueditor-format-style-row .ueditor-format-row-label{margin-bottom:8px;margin-right:0;width:100%}.ueditor-format-style-row .pcfactory-row{width:100%}.ueditor-format-style-row .pcfactory-col{margin-bottom:8px}.ueditor-format-style-row .pcfactory-col:last-child{margin-bottom:0}}.ueditor-format-style-section{margin-bottom:15px}.ueditor-format-section-title{font-size:15px;font-weight:500;margin-bottom:10px}.ueditor-format-system-info{background:linear-gradient(135deg,#667eea,#764ba2)!important;border-radius:8px!important;box-shadow:0 2px 8px rgba(102,126,234,.2)!important;color:#fff!important;font-size:13px!important;font-weight:500!important;margin-bottom:16px!important;padding:12px 16px!important;text-align:center!important}.ueditor-format-section::-webkit-scrollbar{width:6px}.ueditor-format-section::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.ueditor-format-section::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.ueditor-format-section::-webkit-scrollbar-thumb:hover{background:#94a3b8}.ueditor-format-section.loading{opacity:.6;pointer-events:none}.ueditor-bottom-bar-with-status .edui-default{display:none}.ueditor-rich-status-bar{align-items:center;background-color:#f0f0f0;border-top:1px solid #e0e0e0;display:flex;justify-content:space-between;min-height:32px;padding:4px 12px}.ueditor-rich-status-bar .ueditor-rich-status-bar-box{color:#666;display:flex;gap:16px}.ueditor-rich-status-bar .ueditor-rich-status-bar-box .ueditor-rich-status-bar-content{line-height:16px}.ueditor-rich-status-bar .ueditor-rich-status-bar-box .ueditor-rich-status-bar-item:not(.ueditor-rich-status-bar-text){align-items:center;border-radius:4px;cursor:pointer;display:flex;padding:4px 10px}.ueditor-rich-status-bar .ueditor-rich-status-bar-box .ueditor-rich-status-bar-item:not(.ueditor-rich-status-bar-text):hover{background-color:rgba(0,0,0,.05);color:#1a73e8}.ueditor-rich-status-bar .ueditor-rich-status-bar-box .ueditor-rich-status-bar-item:not(.ueditor-rich-status-bar-text).isActive{color:#52c41a}.ueditor-rich-status-bar .ueditor-rich-status-bar-box .ueditor-rich-status-bar-text{align-items:center;display:flex}.ueditor-rich-status-bar .ueditor-rich-status-bar-box .ueditor-rich-status-bar-icon{align-items:center;display:flex;font-size:14px;margin-right:4px}.ueditor-rich-status-bar .ueditor-rich-status-bar-box .ueditor-rich-status-bar-extra{align-items:center;color:rgba(0,0,0,.25);display:flex;font-size:12px;margin-left:12px}.edui-default .edui-editor.ueditor-rich-status-not-full{background-color:#fafbfc}.edui-default .edui-editor.ueditor-rich-status-not-full .edui-editor-iframeholder{background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.1);margin:20px auto}.edui-default .edui-editor-iframeholder.ueditor-rich-status-content-a3{width:80%!important}.edui-default .edui-editor-iframeholder.ueditor-rich-status-content-a4{width:60%!important}.edui-default .edui-editor-iframeholder.ueditor-rich-status-content-a5{width:40%!important}.ueditor-progress-modal-title{color:#333;font-size:16px;font-weight:500;margin-bottom:12px}.ueditor-progress-modal-sub-title{color:#666;font-size:14px;margin-top:8px;text-align:center}.clearfix:after,.clearfix:before{content:" ";display:table}.clearfix:after{clear:both}.textEllipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.HeightOverflowY{flex:1 1 auto;overflow-x:hidden;overflow-y:auto}.flexModal{padding-bottom:16px;top:40px}.flexModal :global .lingxi-app-pc-modal-content{display:flex;flex-direction:column;max-height:calc(100vh - 80px);min-height:320px;overflow:hidden}.flexModal :global .lingxi-app-pc-modal-body{flex:1 1 auto;overflow-y:auto}