.vditor{--border-color:#d1d5da;--second-color:#5860695c;--panel-background-color:#fff;--panel-shadow:0 1px 2px #0003;--toolbar-background-color:#f6f8fa;--toolbar-icon-color:#586069;--toolbar-icon-hover-color:#4285f4;--toolbar-height:35px;--toolbar-divider-margin-top:8px;--textarea-background-color:#fafbfc;--textarea-text-color:#24292e;--resize-icon-color:var(--toolbar-icon-color);--resize-background-color:var(--toolbar-background-color);--resize-hover-icon-color:var(--panel-background-color);--resize-hover-background-color:var(--toolbar-icon-hover-color);--count-background-color:#1b1f230d;--heading-border-color:#eaecef;--blockquote-color:#6a737d;--ir-heading-color:#660e7a;--ir-title-color:gray;--ir-bi-color:#0033b3;--ir-link-color:green;--ir-bracket-color:#00f;--ir-paren-color:green}.vditor--dark{--border-color:#141414;--second-color:#b9b9b95c;--panel-background-color:#24292e;--panel-shadow:0 1px 2px #fff3;--toolbar-background-color:#1d2125;--toolbar-icon-color:#b9b9b9;--toolbar-icon-hover-color:#fff;--textarea-background-color:#2f363d;--textarea-text-color:#d1d5da;--resize-icon-color:var(--border-color);--resize-background-color:var(--second-color);--resize-hover-icon-color:var(--toolbar-icon-hover-color);--resize-hover-background-color:#b9b9b9db;--count-background-color:#4285f45c;--heading-border-color:var(--textarea-text-color);--blockquote-color:var(--toolbar-icon-color);--ir-heading-color:#9876aa;--ir-title-color:gray;--ir-bi-color:#cc7832;--ir-link-color:#ffc66d;--ir-bracket-color:#287bde;--ir-paren-color:#6a8759}@keyframes tooltip-appear{0%{opacity:0}to{opacity:1}}.vditor-tooltipped{cursor:pointer;position:relative}.vditor-tooltipped:after{z-index:1000000;-webkit-font-smoothing:subpixel-antialiased;color:#fff;text-align:center;text-shadow:none;text-transform:none;letter-spacing:normal;word-wrap:break-word;white-space:pre;pointer-events:none;content:attr(aria-label);opacity:0;background:#3b3e43;border-radius:3px;padding:5px 8px;font-size:11px;font-weight:400;line-height:16px;text-decoration:none;display:none;position:absolute}.vditor-tooltipped:before{z-index:1000001;color:#3b3e43;pointer-events:none;content:"";opacity:0;border:5px solid #0000;width:0;height:0;display:none;position:absolute}.vditor-tooltipped--hover:before,.vditor-tooltipped--hover:after,.vditor-tooltipped:hover:before,.vditor-tooltipped:hover:after,.vditor-tooltipped:active:before,.vditor-tooltipped:active:after,.vditor-tooltipped:focus:before,.vditor-tooltipped:focus:after{text-decoration:none;animation-name:tooltip-appear;animation-duration:.15s;animation-timing-function:ease-in;animation-fill-mode:forwards;display:inline-block}.vditor-tooltipped__s:after,.vditor-tooltipped__se:after,.vditor-tooltipped__sw:after{margin-top:5px;top:100%;right:50%}.vditor-tooltipped__s:before,.vditor-tooltipped__se:before,.vditor-tooltipped__sw:before{border-bottom-color:#3b3e43;margin-right:-5px;top:auto;bottom:-5px;right:50%}.vditor-tooltipped__se:after{margin-left:-15px;left:50%;right:auto}.vditor-tooltipped__sw:after{margin-right:-15px}.vditor-tooltipped__n:after,.vditor-tooltipped__ne:after,.vditor-tooltipped__nw:after{margin-bottom:5px;bottom:100%;right:50%}.vditor-tooltipped__n:before,.vditor-tooltipped__ne:before,.vditor-tooltipped__nw:before{border-top-color:#3b3e43;margin-right:-5px;top:-5px;bottom:auto;right:50%}.vditor-tooltipped__ne:after{margin-left:-15px;left:50%;right:auto}.vditor-tooltipped__nw:after{margin-right:-15px}.vditor-tooltipped__s:after,.vditor-tooltipped__n:after{transform:translate(50%)}.vditor-tooltipped__w:after{margin-right:5px;bottom:50%;right:100%;transform:translateY(50%)}.vditor-tooltipped__w:before{border-left-color:#3b3e43;margin-top:-5px;top:50%;bottom:50%;left:-5px}.vditor-tooltipped__e:after{margin-left:5px;bottom:50%;left:100%;transform:translateY(50%)}.vditor-tooltipped__e:before{border-right-color:#3b3e43;margin-top:-5px;top:50%;bottom:50%;right:-5px}@media screen and (width<=520px){.vditor-tooltipped:before,.vditor-tooltipped:after{content:none}}@keyframes scale-in{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.vditor-panel{background-color:var(--panel-background-color);box-shadow:var(--panel-shadow);z-index:3;-webkit-user-select:none;user-select:none;min-width:80px;max-width:320px;color:var(--toolbar-icon-color);border-radius:3px;padding:5px;font-size:14px;animation-name:scale-in;animation-duration:.15s;animation-timing-function:cubic-bezier(.2,0,.13,1.5);display:none;position:absolute}.vditor-panel--none{white-space:nowrap;opacity:.86;min-width:auto;max-width:none;padding:0;animation:none}.vditor-panel--arrow:before{pointer-events:none;content:" ";border:7px solid #0000;border-bottom-color:var(--panel-background-color);width:0;height:0;position:absolute;top:-14px;left:5px}.vditor-panel--left{right:0}.vditor-panel--left.vditor-panel--arrow:before{left:auto;right:5px}.vditor-input{background-color:var(--panel-background-color);color:var(--textarea-text-color);border:0;padding:3px 5px;font-size:12px}.vditor-input:focus{background-color:var(--toolbar-background-color);outline:none}.vditor-icon{color:var(--toolbar-icon-color);cursor:pointer;float:left;box-sizing:border-box;background-color:#0000;border:0;width:23px;height:21px;padding:4px 5px}.vditor-icon:hover,.vditor-icon--current{color:var(--toolbar-icon-hover-color);background-color:#0000}.vditor-icon:focus{outline:none}.vditor-icon svg{float:left;fill:currentColor;pointer-events:none;width:13px!important;height:13px!important}.vditor-toolbar{background-color:var(--toolbar-background-color);border-bottom:1px solid var(--border-color);padding:0 5px;line-height:1}.vditor-toolbar--pin{z-index:1;position:sticky;top:0}.vditor-toolbar--hide{height:5px;transition:all .15s ease-in-out;overflow:hidden}.vditor-toolbar--hide:hover{background-color:var(--toolbar-background-color);height:auto;overflow:visible}.vditor-toolbar__item{float:left;position:relative}.vditor-toolbar__item .vditor-tooltipped{color:var(--toolbar-icon-color);height:var(--toolbar-height);box-sizing:border-box;background-color:#0000;border:0;width:25px;padding:10px 5px;font-size:0}.vditor-toolbar__item .vditor-tooltipped:focus{cursor:pointer;color:var(--toolbar-icon-hover-color);outline:none}.vditor-toolbar__item svg{fill:currentColor;stroke-width:0;stroke:currentColor;width:15px;height:15px;display:inline-block}.vditor-toolbar__item input{width:25px;height:var(--toolbar-height);cursor:pointer;opacity:.001;position:absolute;top:0;left:0;overflow:hidden}.vditor-toolbar__divider{float:left;height:calc(var(--toolbar-height) - (var(--toolbar-divider-margin-top) * 2));border-left:1px solid var(--second-color);margin:var(--toolbar-divider-margin-top) 8px}.vditor-toolbar__br{width:100%;height:0!important;padding:0!important}.vditor-menu--current{color:var(--toolbar-icon-hover-color)!important}.vditor-menu--disabled{color:var(--second-color)!important;cursor:not-allowed!important}.vditor-emojis{display:inline-block;overflow:auto}.vditor-emojis::-webkit-scrollbar{display:none}.vditor-emojis__tip{width:200px;min-width:1px;color:var(--toolbar-icon-color);white-space:nowrap;text-overflow:ellipsis;flex:1;margin-right:10px;overflow:hidden}.vditor-emojis__tail{color:var(--toolbar-icon-color);margin-top:5px;font-size:12px;display:flex}.vditor-emojis__tail a{color:var(--toolbar-icon-color);text-decoration:none}.vditor-emojis__tail a:hover{color:var(--toolbar-icon-hover-color)}.vditor-emojis button{cursor:pointer;float:left;text-align:center;box-sizing:border-box;background-color:#0000;border:0;border-radius:3px;width:30px;height:30px;margin:0;padding:3px;font-size:16px;line-height:26px;transition:all .15s ease-in-out;overflow:hidden}.vditor-emojis button:focus{outline:none}.vditor-emojis button:hover .vditor-emojis__icon{display:inline-block;transform:scale(1.2)}.vditor-emojis img{float:left;width:20px;height:20px;margin:3px 0 0 3px}@media screen and (width<=520px){.vditor-toolbar__item{padding:0 12px}.vditor-panel--left.vditor-panel--arrow:before{right:17px}}@media (hover:hover) and (pointer:fine){.vditor-toolbar__item .vditor-tooltipped:hover{color:var(--toolbar-icon-hover-color)}}@keyframes slideInDown{0%{visibility:visible;transform:translateY(-100%)}to{transform:translate(0,0)}}.vditor{border:1px solid var(--border-color);box-sizing:border-box;border-radius:3px;flex-direction:column;font-family:Helvetica Neue,Luxi Sans,DejaVu Sans,Hiragino Sans GB,Microsoft Yahei,sans-serif,Apple Color Emoji,Segoe UI Emoji,Noto Color Emoji,Segoe UI Symbol,Android Emoji,EmojiSymbols;display:flex}.vditor--fullscreen{z-index:90;border-radius:0;position:fixed;top:0;left:0;width:100%!important;height:100vh!important}.vditor-content{flex:1;min-width:1px;min-height:60px;display:flex;position:relative}.vditor-preview{border-left:1px solid var(--border-color);box-sizing:border-box;background-color:var(--textarea-background-color);border-radius:0 0 3px;flex:1;min-width:1px;margin-left:-1px;overflow:auto}.vditor-preview::-webkit-scrollbar{display:none}.vditor-preview__action{text-align:center;background-color:var(--toolbar-background-color);padding:10px}.vditor-preview__action button{background-color:var(--toolbar-background-color);color:var(--toolbar-icon-color);cursor:pointer;border:0;margin:0 10px;padding:0 7px;font-size:12px;line-height:20px}.vditor-preview__action button.vditor-preview__action--current,.vditor-preview__action button:hover{color:var(--toolbar-icon-hover-color);background-color:var(--toolbar-background-color)}.vditor-preview__action button:focus{outline:none}.vditor-preview__action button svg{fill:currentColor;vertical-align:middle;width:15px;height:15px}.vditor-preview>.vditor-reset{margin:0 auto;padding:10px}.vditor-preview img:not(.emoji){cursor:pointer}.vditor-devtools{background-color:var(--textarea-background-color);min-width:1px;box-shadow:inset 1px 0 var(--border-color);box-sizing:border-box;border-radius:0 0 3px;flex:1;padding:10px;display:none;overflow:auto}.vditor-counter{color:var(--toolbar-icon-color);background-color:var(--count-background-color);-webkit-user-select:none;user-select:none;float:right;border-radius:3px;margin:8px 3px 0 0;padding:3px;font-size:12px}.vditor-counter--error{color:#d23f31;background-color:#d23f311a}.vditor-resize{cursor:row-resize;-webkit-user-select:none;user-select:none;width:100%;padding:3px 0;position:absolute}.vditor-resize--top{top:-3px}.vditor-resize--bottom{bottom:-3px}.vditor-resize>div{background-color:var(--resize-background-color);height:3px;transition:all .15s ease-in-out}.vditor-resize:hover>div,.vditor-resize--selected>div{background-color:var(--resize-hover-background-color)}.vditor-resize:hover svg,.vditor-resize--selected svg{color:var(--resize-hover-icon-color)}.vditor-resize svg{fill:currentColor;stroke-width:0;stroke:currentColor;width:13px;height:3px;color:var(--resize-icon-color);margin:0 auto;display:block}.vditor-upload{background-color:#4285f4;height:3px;transition:all .15s ease-in-out;position:absolute;top:-2px;left:0}.vditor-tip{z-index:5;font-size:12px;animation-duration:.15s;animation-fill-mode:both;position:absolute;top:10px;left:50%}.vditor-tip--show{animation-name:slideInDown;display:block}.vditor-tip__content{text-align:left;background:var(--toolbar-background-color);color:var(--toolbar-icon-color);max-width:100%;box-shadow:var(--panel-shadow);border-radius:3px;margin-left:-50%;padding:3px 10px;line-height:16px;display:inline-block;position:relative}.vditor-tip__content ul{margin:2px 0;padding:0 0 0 18px}.vditor-tip__content a{color:#4285f4}.vditor-tip__close{color:var(--toolbar-icon-color);cursor:pointer;font-weight:700;position:absolute;top:-7px;right:-15px}.vditor-tip__close:hover{color:var(--toolbar-icon-hover-color)}.vditor-img{z-index:100;flex-direction:column;display:flex;position:fixed;inset:0}.vditor-img__bar{border-bottom:1px solid var(--border-color);background-color:var(--toolbar-background-color);text-align:center;box-sizing:border-box;justify-content:center;align-items:center;height:36px;display:flex}.vditor-img__btn{cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--toolbar-icon-color);align-items:center;margin-left:24px;display:flex}.vditor-img__btn:hover{color:var(--toolbar-icon-hover-color)}.vditor-img__btn svg{fill:currentColor;width:14px;height:14px;margin-right:8px}.vditor-img__img{background-color:var(--textarea-background-color);cursor:zoom-out;flex:1;overflow:auto}.vditor-img__img img{max-width:none}.vditor-hint{background-color:var(--panel-background-color);box-shadow:var(--panel-shadow);z-index:4;border-radius:3px;min-width:80px;max-width:250px;margin:0;padding:5px 0;font-size:12px;line-height:20px;list-style:none;display:none;position:absolute}.vditor-hint .vditor-hint{margin-top:-31px;left:100%;right:auto}.vditor-hint .vditor-hint.vditor-panel--left{left:auto;right:100%}.vditor-hint button{color:var(--toolbar-icon-color);box-sizing:border-box;text-align:left;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;background-color:#0000;border:0;border-radius:0;width:100%;margin:0;padding:3px 10px;line-height:20px;display:block;overflow:hidden}.vditor-hint button:focus{outline:none}.vditor-hint--current,.vditor-hint button:not(.vditor-menu--disabled):hover{background-color:var(--toolbar-background-color)!important;color:var(--toolbar-icon-hover-color)!important}.vditor-hint__emoji{float:left;margin-right:3px;font-size:16px}.vditor-hint img{float:left;width:20px;height:20px;margin-right:3px}.vditor-reset{color:#24292e;font-variant-ligatures:no-common-ligatures;word-wrap:break-word;word-break:break-word;font-family:Helvetica Neue,Luxi Sans,DejaVu Sans,Hiragino Sans GB,Microsoft Yahei,sans-serif,Apple Color Emoji,Segoe UI Emoji,Noto Color Emoji,Segoe UI Symbol,Android Emoji,EmojiSymbols;font-size:16px;line-height:1.5;overflow:auto}.vditor-reset--anchor{padding-left:20px}.vditor-reset--error{color:#d23f31;font-size:12px;line-height:16px;display:block}.vditor-reset ul ul ul{list-style-type:square}.vditor-reset ul ul{list-style-type:circle}.vditor-reset ul{list-style-type:disc}.vditor-reset ul,.vditor-reset ol{margin-top:0;margin-bottom:16px;padding-left:2em}.vditor-reset li+li{margin-top:.25em}.vditor-reset li p{margin-top:16px}.vditor-reset audio{max-width:100%}.vditor-reset audio:focus{outline:none}.vditor-reset video{max-width:100%;max-height:90vh}.vditor-reset img{max-width:100%}.vditor-reset img.emoji{cursor:auto;vertical-align:sub;max-width:20px}.vditor-reset h1,.vditor-reset h2,.vditor-reset h3,.vditor-reset h4,.vditor-reset h5,.vditor-reset h6{margin-top:24px;margin-bottom:16px;font-weight:600;line-height:1.25}.vditor-reset h1:hover .vditor-anchor svg,.vditor-reset h2:hover .vditor-anchor svg,.vditor-reset h3:hover .vditor-anchor svg,.vditor-reset h4:hover .vditor-anchor svg,.vditor-reset h5:hover .vditor-anchor svg,.vditor-reset h6:hover .vditor-anchor svg{visibility:visible}.vditor-reset h1{font-size:1.75em}.vditor-reset h2{font-size:1.55em}.vditor-reset h3{font-size:1.38em}.vditor-reset h4{font-size:1.25em}.vditor-reset h5{font-size:1.13em}.vditor-reset h6{font-size:1em}.vditor-reset hr{background-color:#eaecef;border:0;height:2px;margin:24px 0;padding:0}.vditor-reset p{margin-top:0;margin-bottom:16px}.vditor-reset blockquote{color:#6a737d;border-left:.25em solid #eaecef;margin:0 0 16px;padding:0 1em}.vditor-reset blockquote>:first-child{margin-top:0}.vditor-reset blockquote>:last-child{margin-bottom:0}.vditor-reset ins>iframe{border:0}.vditor-reset iframe{box-sizing:border-box;border:1px solid #d1d5da;max-width:100%}.vditor-reset iframe.iframe__video{min-width:80%;min-height:36vh}.vditor-reset table{border-collapse:collapse;empty-cells:show;border-spacing:0;word-break:keep-all;width:100%;margin-bottom:16px;display:block;overflow:auto}.vditor-reset table tr{background-color:#fafbfc;border-top:1px solid #c6cbd1}.vditor-reset table td,.vditor-reset table th{word-break:normal;white-space:nowrap;border:1px solid #dfe2e5;padding:6px 13px}.vditor-reset table td:first-child:after,.vditor-reset table th:first-child:after{content:"";vertical-align:top;min-height:24px;display:inline-block}.vditor-reset table th{font-weight:600}.vditor-reset table tbody tr:nth-child(2n){background-color:#fff}.vditor-reset code:not(.hljs):not(.highlight-chroma){word-break:break-word;white-space:pre-wrap;background-size:20px 20px;border-radius:3px;margin:0;padding:.2em .4em;font-family:mononoki,Consolas,Liberation Mono,Menlo,Courier,monospace,Apple Color Emoji,Segoe UI Emoji,Noto Color Emoji,Segoe UI Symbol,Android Emoji,EmojiSymbols;font-size:85%}.vditor-reset pre{margin:1em 0}.vditor-reset pre>code{white-space:pre;word-break:initial;word-wrap:normal;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8AgMAAABHkjHhAAAACVBMVEWAgIBaWlo+Pj7rTFvWAAAAA3RSTlMHCAw+VhR4AAAA+klEQVQoz4WSMW7EQAhFPxKWNh2FCx+HkaZI6RRb5DYbyVfIJXLKDCFoMbaTKSw/8ZnPAPjaH2xgZcUNUDADD7D9LtDBCLZ45fbkvo/30K8yeI64pPwl6znd/3n/Oe93P3ho9qeh72btTFzqkz0rsJle8Zr81OLEwZ1dv/713uWqvu2pl+k0fy7MWtj9r/tN5q/02z89qa/L4Dc2LvM93kezPfXlME/O86EbY/V9GB9ePX8G1/6W+/9h1dq/HGfTfzT3j/xNo7522Bfnqe5jO/fvhVthlfk434v3iO9zG/UOphyPeinPl1J8Gtaa7xPTa/Dk+RIs4deMvwGvcGsmsCvJ0AAAAABJRU5ErkJggg==);background-size:20px 20px;border-radius:5px;margin:0;padding:.5em;font-family:mononoki,Consolas,Liberation Mono,Menlo,Courier,monospace,Apple Color Emoji,Segoe UI Emoji,Noto Color Emoji,Segoe UI Symbol,Android Emoji,EmojiSymbols;font-size:85%;display:block;overflow:auto}.vditor-reset pre:hover div.vditor-copy{display:block}.vditor-reset .language-math,.vditor-reset .language-echarts,.vditor-reset .language-mindmap,.vditor-reset .language-plantuml,.vditor-reset .language-mermaid,.vditor-reset .language-smiles,.vditor-reset .language-markmap,.vditor-reset .language-abc,.vditor-reset .language-flowchart,.vditor-reset .language-graphviz{margin-bottom:16px}.vditor-reset .language-math mjx-container:focus{cursor:context-menu;outline:none}.vditor-reset .language-math .katex-display>.katex>.katex-html>.tag{font-size:1.21rem;display:inline-block;right:2px}.vditor-reset .language-echarts,.vditor-reset .language-mindmap{height:420px;overflow:hidden}.vditor-reset .language-mermaid,.vditor-reset .language-markmap,.vditor-reset .language-flowchart,.vditor-reset .language-graphviz{text-align:center}.vditor-reset .language-graphviz parsererror{overflow:auto}.vditor-reset kbd{color:#24292e;vertical-align:middle;background-color:#fafbfc;border:1px solid #d1d5da;border-radius:3px;padding:3px 5px;font:11px/10px Consolas,Liberation Mono,Menlo,Courier,monospace;display:inline-block;box-shadow:inset 0 -1px #d1d5da}.vditor-reset summary{cursor:pointer}.vditor-reset summary:focus{outline:none}.vditor-reset svg{width:auto;height:auto;stroke-width:initial}.vditor-reset p:last-child,.vditor-reset blockquote:last-child,.vditor-reset pre:last-child,.vditor-reset ul:last-child,.vditor-reset ol:last-child,.vditor-reset hr:last-child{margin-bottom:0}.vditor-comment{border-bottom:2px solid #f8e6ab}.vditor-comment--focus,.vditor-comment--hover{background-color:#faf1d1;border-bottom:2px solid #ffc60a}.vditor-comment--focus .vditor-comment,.vditor-comment--hover .vditor-comment{border-bottom:2px solid #ffc60a}.vditor-task{word-break:break-all;list-style:none!important}.vditor-task input{vertical-align:middle;margin:0 .2em .25em -1.6em;font-size:12px}.vditor-copy{z-index:1;display:none;position:relative}.vditor-copy textarea{height:10px;position:absolute;left:-100000px}.vditor-copy span{cursor:pointer;position:absolute;top:.5em;right:15px}.vditor-copy svg{color:#586069;fill:currentColor;height:14px;display:block;width:14px!important}.vditor-linenumber{position:relative;padding-left:4em!important}.vditor-linenumber__rows{pointer-events:none;-webkit-user-select:none;user-select:none;counter-reset:linenumber;width:3em;position:absolute;top:1em;left:0}.vditor-linenumber__rows>span{pointer-events:none;display:block}.vditor-linenumber__rows>span:before{counter-increment:linenumber;content:counter(linenumber);color:#9e969661;text-align:right;padding-right:1em;display:block}.vditor-speech{cursor:pointer;color:#586069;background-color:#f6f8fa;border:1px solid #d1d5da;border-radius:3px;padding:3px;display:none;position:absolute}.vditor-speech:hover,.vditor-speech--current{color:#4285f4}.vditor-speech svg{fill:currentColor;stroke-width:0;stroke:currentColor;width:14px;height:14px;display:block}.vditor-anchor{margin-left:5px}.vditor-anchor--left{float:left;margin-left:-20px;padding-right:4px}.vditor-anchor svg{visibility:hidden}.vditor-anchor:hover svg{visibility:visible}.vditor-anchor:focus{outline:none}.vditor-linkcard{cursor:pointer;max-width:768px;margin:31px auto 16px;padding:0 10px;transition:all .15s ease-in-out}.vditor-linkcard a{background-color:#f6f8fa;border-radius:3px;flex-wrap:wrap-reverse;max-height:250px;text-decoration:none;display:flex;overflow:hidden;box-shadow:0 1px 2px #0003}.vditor-linkcard a:hover{text-decoration:none;box-shadow:0 0 3px #00000021,0 3px 6px #00000042}.vditor-linkcard a:visited .vditor-linkcard__abstract{color:#5860695c}.vditor-linkcard__info{box-sizing:border-box;flex:1;min-width:200px;padding:10px}.vditor-linkcard__title{color:#24292e;align-items:center;font-size:14px;font-weight:400;display:flex}.vditor-linkcard__title img{cursor:pointer;border-radius:3px;flex-shrink:0;width:20px;height:20px;margin-right:5px}.vditor-linkcard__abstract{word-wrap:break-word;word-break:break-all;-webkit-line-clamp:2;text-overflow:ellipsis;color:#586069;-webkit-box-orient:vertical;margin:5px 0;font-size:13px;display:-webkit-box;overflow:hidden}.vditor-linkcard__site{color:#4285f4;font-size:12px}.vditor-linkcard__image{cursor:pointer;background-color:#5860695c;background-position:50%;background-repeat:no-repeat;background-size:cover;min-width:126px;max-width:250px}.vditor-footnotes__goto-ref{text-decoration:none}.vditor-toc{-webkit-user-select:text;user-select:text;color:#4285f4;margin-bottom:16px}.vditor-toc .vditor-outline__action{display:none}.vditor-toc ul{padding-left:1em;list-style:none!important}.vditor-toc>ul{padding-left:0}.vditor-toc span{cursor:pointer}.vditor-toc li>span>svg{width:0;height:0}.vditor-outline{border-right:1px solid var(--border-color);background-color:var(--panel-background-color);width:250px;display:none;overflow:auto}.vditor-outline--right{border-right:0;border-left:1px solid var(--border-color)}.vditor-outline::-webkit-scrollbar{display:none}.vditor-outline ul{margin:0;padding-left:1em;list-style:none!important}.vditor-outline__content>ul{padding-left:0}.vditor-outline li>span{cursor:pointer;color:var(--textarea-text-color);align-items:center;padding:5px 10px;display:flex}.vditor-outline li>span>svg{flex-shrink:0;width:10px;height:10px}.vditor-outline li>span:hover{color:var(--toolbar-icon-hover-color)}.vditor-outline li>span>span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.vditor-outline__title{border-bottom:1px dashed var(--border-color);color:var(--toolbar-icon-color);padding:5px 10px;font-size:12px}.vditor-outline__action{fill:currentColor;flex-shrink:0;margin-right:5px;transition:all .15s ease-in-out}.vditor-outline__action--close{transform:rotate(-90deg)}.vditor-wysiwyg{box-sizing:border-box;flex:1;width:100%;min-width:1px;position:relative}.vditor-wysiwyg pre.vditor-reset{background-color:var(--panel-background-color);white-space:pre-wrap;box-sizing:border-box;height:100%;margin:0}.vditor-wysiwyg pre.vditor-reset[contenteditable=false]{opacity:.3;cursor:not-allowed}.vditor-wysiwyg pre.vditor-reset:empty:before{content:attr(placeholder);color:var(--second-color)}.vditor-wysiwyg pre.vditor-reset:focus{background-color:var(--textarea-background-color);outline:none}.vditor-wysiwyg pre.vditor-reset:after{content:"";height:var(--editor-bottom);display:block}.vditor-wysiwyg blockquote:empty:before,.vditor-wysiwyg pre>code:empty:before,.vditor-wysiwyg p:empty:before,.vditor-wysiwyg h1:empty:after,.vditor-wysiwyg h2:empty:after,.vditor-wysiwyg h3:empty:after,.vditor-wysiwyg h4:empty:after,.vditor-wysiwyg h5:empty:after,.vditor-wysiwyg h6:empty:after{content:" "}.vditor-wysiwyg code[data-marker=\`]{padding-left:0!important;padding-right:0!important}.vditor-wysiwyg__block pre:first-child{margin-bottom:-1em}.vditor-wysiwyg__block pre:first-child code{color:var(--textarea-text-color);text-align:left;height:auto}.vditor-wysiwyg__block pre:last-child{margin-bottom:1em}.vditor-wysiwyg__preview{cursor:pointer;white-space:initial;min-height:27px}.vditor-wysiwyg>.vditor-reset>h1:before,.vditor-wysiwyg>.vditor-reset>h2:before,.vditor-wysiwyg>.vditor-reset>h3:before,.vditor-wysiwyg>.vditor-reset>h4:before,.vditor-wysiwyg>.vditor-reset>h5:before,.vditor-wysiwyg>.vditor-reset>h6:before,.vditor-wysiwyg div.vditor-wysiwyg__block:before,.vditor-wysiwyg div[data-type=link-ref-defs-block]:before,.vditor-wysiwyg div[data-type=footnotes-block]:before,.vditor-wysiwyg .vditor-toc:before{float:left;content:"H1";color:var(--second-color);margin-left:-29px;padding-right:4px;font-size:.85rem;font-weight:400}.vditor-wysiwyg>.vditor-reset>h2:before{content:"H2"}.vditor-wysiwyg>.vditor-reset>h3:before{content:"H3"}.vditor-wysiwyg>.vditor-reset>h4:before{content:"H4"}.vditor-wysiwyg>.vditor-reset>h5:before{content:"H5"}.vditor-wysiwyg>.vditor-reset>h6:before{content:"H6"}.vditor-wysiwyg div[data-type=link-ref-defs-block]:before{content:"\"A\""}.vditor-wysiwyg div[data-type=footnotes-block]:before{content:"^F"}.vditor-wysiwyg div.vditor-wysiwyg__block:before{content:"</>"}.vditor-wysiwyg div.vditor-wysiwyg__block[data-type=yaml-front-matter]:before{content:"F"}.vditor-wysiwyg div.vditor-wysiwyg__block[data-type=math-block]:before{content:"$$"}.vditor-wysiwyg .vditor-toc:before{content:"ToC"}.vditor-wysiwyg hr{width:100%;margin:12px 0;display:inline-block}.vditor-wysiwyg details{white-space:initial}.vditor-wysiwyg a{cursor:pointer}.vditor-wysiwyg span[data-type=backslash]>span{color:var(--second-color);display:none}.vditor-wysiwyg span[data-type=link-ref],.vditor-wysiwyg sup[data-type=footnotes-ref]{color:#4285f4}.vditor-wysiwyg span[data-type=toc-h]{color:#4285f4;text-decoration:underline}.vditor-wysiwyg div[data-type=footnotes-block]{border-top:2px solid var(--heading-border-color);margin-top:24px;padding-top:24px}.vditor-wysiwyg div[data-type=link-ref-defs-block]{color:var(--blockquote-color)}@media screen and (width<=520px){.vditor-wysiwyg h1:before,.vditor-wysiwyg h2:before,.vditor-wysiwyg h3:before,.vditor-wysiwyg h4:before,.vditor-wysiwyg h5:before,.vditor-wysiwyg h6:before,.vditor-wysiwyg div.vditor-wysiwyg__block:before,.vditor-wysiwyg div[data-type=link-ref-defs-block]:before,.vditor-wysiwyg div[data-type=footnotes-block]:before,.vditor-wysiwyg .vditor-toc:before{content:none}}.vditor-ir{box-sizing:border-box;flex:1;width:100%;min-width:1px;position:relative}.vditor-ir__node[data-type=code-block]:before,.vditor-ir__node[data-type=code-block]:after,.vditor-ir__node[data-type=yaml-front-matter]:before,.vditor-ir__node[data-type=yaml-front-matter]:after,.vditor-ir__node[data-type=math-block]:before,.vditor-ir__node[data-type=math-block]:after{content:" ";color:var(--second-color)}.vditor-ir__node:not(.vditor-ir__node--expand) .vditor-ir__marker{padding:0!important}.vditor-ir__node:not(.vditor-ir__node--expand)[data-type=a]{cursor:pointer}.vditor-ir__node[data-type=link-ref],.vditor-ir__node[data-type=footnotes-ref]{color:#4285f4}.vditor-ir__node[data-type=html-block]{margin-bottom:1em}.vditor-ir__node .vditor-ir__marker{width:0;height:0;transition:all .15s ease-in-out;display:inline-block;overflow:hidden}.vditor-ir__node--hidden .vditor-ir__marker{visibility:hidden}.vditor-ir__node--expand .vditor-ir__marker{color:var(--second-color);width:auto;height:auto;display:inline}.vditor-ir__node--expand .vditor-ir__marker--hide{display:none}.vditor-ir__node--expand .vditor-ir__marker--heading{color:var(--ir-heading-color)}.vditor-ir__node--expand .vditor-ir__marker--bi{color:var(--ir-bi-color)}.vditor-ir__node--expand .vditor-ir__marker--link{color:var(--ir-link-color)}.vditor-ir__node--expand .vditor-ir__marker--title{color:var(--ir-title-color)}.vditor-ir__node--expand .vditor-ir__marker--bracket{color:var(--ir-bracket-color);text-decoration:underline}.vditor-ir__node--expand .vditor-ir__marker--paren{color:var(--ir-paren-color)}.vditor-ir__node--expand .vditor-ir__marker--info{color:var(--ir-heading-color)}.vditor-ir__node--expand .vditor-ir__marker--pre code{color:var(--textarea-text-color);text-align:left;height:auto}.vditor-ir__node--expand[data-type=code-block]:before,.vditor-ir__node--expand[data-type=code-block]:after{content:"```"}.vditor-ir__node--expand[data-type=yaml-front-matter]:before,.vditor-ir__node--expand[data-type=yaml-front-matter]:after{content:"---"}.vditor-ir__node--expand[data-type=math-block]:before,.vditor-ir__node--expand[data-type=math-block]:after{content:"$$"}.vditor-ir__node span[data-type=code-block-open-marker],.vditor-ir__node span[data-type=code-block-close-marker],.vditor-ir__node span[data-type=yaml-front-matter-open-marker],.vditor-ir__node span[data-type=yaml-front-matter-close-marker],.vditor-ir__node span[data-type=math-block-open-marker],.vditor-ir__node span[data-type=math-block-close-marker]{display:none}.vditor-ir__preview{cursor:pointer;white-space:initial;min-height:27px}.vditor-ir__link{color:var(--ir-bracket-color);text-decoration:underline}.vditor-ir pre.vditor-reset{background-color:var(--panel-background-color);white-space:pre-wrap;box-sizing:border-box;height:100%;margin:0}.vditor-ir pre.vditor-reset[contenteditable=false]{opacity:.3;cursor:not-allowed}.vditor-ir pre.vditor-reset:empty:before{content:attr(placeholder);color:var(--second-color)}.vditor-ir pre.vditor-reset:focus{background-color:var(--textarea-background-color);outline:none}.vditor-ir pre.vditor-reset:after{content:"";height:var(--editor-bottom);display:block}.vditor-ir pre.vditor-reset pre{margin:0}.vditor-ir hr{width:100%;margin:12px 0;display:inline-block}.vditor-ir blockquote:empty:before,.vditor-ir pre>code:empty:before,.vditor-ir p:empty:before,.vditor-ir h1:empty:after,.vditor-ir h2:empty:after,.vditor-ir h3:empty:after,.vditor-ir h4:empty:after,.vditor-ir h5:empty:after,.vditor-ir h6:empty:after{content:" "}.vditor-ir .vditor-reset>h1:before,.vditor-ir .vditor-reset>h2:before,.vditor-ir .vditor-reset>h3:before,.vditor-ir .vditor-reset>h4:before,.vditor-ir .vditor-reset>h5:before,.vditor-ir .vditor-reset>h6:before,.vditor-ir div[data-type=link-ref-defs-block]:before,.vditor-ir div[data-type=footnotes-block]:before,.vditor-ir .vditor-toc:before{float:left;content:"H1";color:var(--second-color);margin-left:-29px;padding-right:4px;font-size:.85rem;font-weight:400}.vditor-ir .vditor-reset>h2:before{content:"H2"}.vditor-ir .vditor-reset>h3:before{content:"H3"}.vditor-ir .vditor-reset>h4:before{content:"H4"}.vditor-ir .vditor-reset>h5:before{content:"H5"}.vditor-ir .vditor-reset>h6:before{content:"H6"}.vditor-ir div[data-type=link-ref-defs-block]{color:var(--blockquote-color)}.vditor-ir div[data-type=link-ref-defs-block]:before{content:"\"A\""}.vditor-ir div[data-type=footnotes-block]{border-top:2px solid var(--heading-border-color);margin-top:24px;padding-top:24px}.vditor-ir div[data-type=footnotes-block]:before{content:"^F"}.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>ul,.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>ol,.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>p,.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>blockquote,.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>pre,.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>table,.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>hr{margin-left:8px}.vditor-ir .vditor-toc:before{content:"ToC"}.vditor-ir .vditor-toc span[data-type=toc-h]{color:#4285f4;text-decoration:underline}@media screen and (width<=520px){.vditor-ir h1:before,.vditor-ir h2:before,.vditor-ir h3:before,.vditor-ir h4:before,.vditor-ir h5:before,.vditor-ir h6:before,.vditor-ir div[data-type=link-ref-defs-block]:before,.vditor-ir div[data-type=footnotes-block]:before,.vditor-ir .vditor-toc:before{content:none}}.vditor-sv{resize:none;box-sizing:border-box;background-color:var(--panel-background-color);width:100%;min-width:1px;color:var(--textarea-text-color);font-variant-ligatures:no-common-ligatures;white-space:pre-wrap;word-break:break-word;word-wrap:break-word;border:0;border-radius:0 0 3px 3px;outline:0;flex:1;margin:0 1px 0 0;padding:10px 9px 10px 10px;font-family:Helvetica Neue,Luxi Sans,DejaVu Sans,Hiragino Sans GB,Microsoft Yahei,sans-serif,Apple Color Emoji,Segoe UI Emoji,Noto Color Emoji,Segoe UI Symbol,Android Emoji,EmojiSymbols;font-size:16px;line-height:22px;overflow:auto}.vditor-sv[contenteditable=false]{opacity:.3;cursor:not-allowed}.vditor-sv:empty:before{content:attr(placeholder);color:var(--second-color)}.vditor-sv:focus{background-color:var(--textarea-background-color)}.vditor-sv:after{content:"";height:var(--editor-bottom);display:block}.vditor-sv span[data-type=newline]+span[data-type=text]:empty{display:inherit}.vditor-sv .sup{vertical-align:super;font-size:smaller}.vditor-sv .strong{font-weight:700}.vditor-sv .em{font-style:italic}.vditor-sv .s{text-decoration:line-through}.vditor-sv .mark:not(.vditor-sv__marker){color:#000;background-color:#ff0}.vditor-sv .h1{font-size:1.75em;line-height:44px}.vditor-sv .h2{font-size:1.55em;line-height:38px}.vditor-sv .h3{font-size:1.38em;line-height:27px}.vditor-sv .h4{font-size:1.25em;line-height:25px}.vditor-sv .h5{font-size:1.13em}.vditor-sv .h6{font-size:1em}.vditor-sv__marker{color:var(--second-color)}.vditor-sv__marker--heading{color:var(--ir-heading-color)}.vditor-sv__marker--bi{color:var(--ir-bi-color)}.vditor-sv__marker--link{color:var(--ir-link-color)}.vditor-sv__marker--title{color:var(--ir-title-color)}.vditor-sv__marker--bracket{color:var(--ir-bracket-color)}.vditor-sv__marker--paren{color:var(--ir-paren-color)}.vditor-sv__marker--info{color:var(--ir-heading-color)}.vditor-sv__marker--strong{font-weight:700}.animate__animated{animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__repeat-1{animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat) * 2);animation-iteration-count:calc(var(--animate-repeat) * 2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat) * 3);animation-iteration-count:calc(var(--animate-repeat) * 3)}.animate__animated.animate__delay-1s{animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay) * 2);animation-delay:calc(var(--animate-delay) * 2)}.animate__animated.animate__delay-3s{animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay) * 3);animation-delay:calc(var(--animate-delay) * 3)}.animate__animated.animate__delay-4s{animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay) * 4);animation-delay:calc(var(--animate-delay) * 4)}.animate__animated.animate__delay-5s{animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay) * 5);animation-delay:calc(var(--animate-delay) * 5)}.animate__animated.animate__faster{animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration) / 2);animation-duration:calc(var(--animate-duration) / 2)}.animate__animated.animate__fast{animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration) * .8);animation-duration:calc(var(--animate-duration) * .8)}.animate__animated.animate__slow{animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration) * 2);animation-duration:calc(var(--animate-duration) * 2)}.animate__animated.animate__slower{animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration) * 3);animation-duration:calc(var(--animate-duration) * 3)}@media print,(prefers-reduced-motion:reduce){.animate__animated{transition-duration:1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate(0,0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translateY(-30px)scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translateY(-15px)scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate(0,0)scaleY(.95)}90%{transform:translateY(-4px)scaleY(1.02)}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scale(1)}}@keyframes rubberBand{0%{transform:scale(1)}30%{transform:scale(1.25,.75)}40%{transform:scale(.75,1.25)}50%{transform:scale(1.15,.85)}65%{transform:scale(.95,1.05)}75%{transform:scale(1.05,.95)}to{transform:scale(1)}}@keyframes shakeX{0%,to{transform:translate(0,0)}10%,30%,50%,70%,90%{transform:translate(-10px)}20%,40%,60%,80%{transform:translate(10px)}}@keyframes shakeY{0%,to{transform:translate(0,0)}10%,30%,50%,70%,90%{transform:translateY(-10px)}20%,40%,60%,80%{transform:translateY(10px)}}@keyframes headShake{0%{transform:translate(0)}6.5%{transform:translate(-6px)rotateY(-9deg)}18.5%{transform:translate(5px)rotateY(7deg)}31.5%{transform:translate(-3px)rotateY(-5deg)}43.5%{transform:translate(2px)rotateY(3deg)}50%{transform:translate(0)}}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0)}}@keyframes tada{0%{transform:scale(1)}10%,20%{transform:scale3d(.9,.9,.9)rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1)rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1)rotate(-3deg)}to{transform:scale(1)}}@keyframes wobble{0%{transform:translate(0,0)}15%{transform:translate(-25%)rotate(-5deg)}30%{transform:translate(20%)rotate(3deg)}45%{transform:translate(-15%)rotate(-3deg)}60%{transform:translate(10%)rotate(2deg)}75%{transform:translate(-5%)rotate(-1deg)}to{transform:translate(0,0)}}@keyframes jello{0%,11.1%,to{transform:translate(0,0)}22.2%{transform:skew(-12.5deg)skewY(-12.5deg)}33.3%{transform:skew(6.25deg)skewY(6.25deg)}44.4%{transform:skew(-3.125deg)skewY(-3.125deg)}55.5%{transform:skew(1.5625deg)skewY(1.5625deg)}66.6%{transform:skew(-.78125deg)skewY(-.78125deg)}77.7%{transform:skew(.390625deg)skewY(.390625deg)}88.8%{transform:skew(-.195313deg)skewY(-.195313deg)}}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration) * 1.3);animation-duration:calc(var(--animate-duration) * 1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{opacity:.7;transform:translateY(-1200px)scale(.7)}80%{opacity:.7;transform:translateY(0)scale(.7)}to{opacity:1;transform:scale(1)}}@keyframes backInLeft{0%{opacity:.7;transform:translate(-2000px)scale(.7)}80%{opacity:.7;transform:translate(0)scale(.7)}to{opacity:1;transform:scale(1)}}@keyframes backInRight{0%{opacity:.7;transform:translate(2000px)scale(.7)}80%{opacity:.7;transform:translate(0)scale(.7)}to{opacity:1;transform:scale(1)}}@keyframes backInUp{0%{opacity:.7;transform:translateY(1200px)scale(.7)}80%{opacity:.7;transform:translateY(0)scale(.7)}to{opacity:1;transform:scale(1)}}@keyframes backOutDown{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateY(0)scale(.7)}to{opacity:.7;transform:translateY(700px)scale(.7)}}@keyframes backOutLeft{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translate(0)scale(.7)}to{opacity:.7;transform:translate(-2000px)scale(.7)}}@keyframes backOutRight{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translate(0)scale(.7)}to{opacity:.7;transform:translate(2000px)scale(.7)}}@keyframes backOutUp{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateY(0)scale(.7)}to{opacity:.7;transform:translateY(-700px)scale(.7)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale(1)}}.animate__bounceIn{animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration) * .75);animation-duration:calc(var(--animate-duration) * .75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)scaleY(3)}60%{opacity:1;transform:translateY(25px)scaleY(.9)}75%{transform:translateY(-10px)scaleY(.95)}90%{transform:translateY(5px)scaleY(.985)}to{transform:translate(0,0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)scaleX(3)}60%{opacity:1;transform:translate(25px)scaleX(1)}75%{transform:translate(-10px)scaleX(.98)}90%{transform:translate(5px)scaleX(.995)}to{transform:translate(0,0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)scaleX(3)}60%{opacity:1;transform:translate(-25px)scaleX(1)}75%{transform:translate(10px)scaleX(.98)}90%{transform:translate(-5px)scaleX(.995)}to{transform:translate(0,0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)scaleY(5)}60%{opacity:1;transform:translateY(-20px)scaleY(.9)}75%{transform:translateY(10px)scaleY(.95)}90%{transform:translateY(-5px)scaleY(.985)}to{transform:translate(0,0)}}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration) * .75);animation-duration:calc(var(--animate-duration) * .75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translateY(10px)scaleY(.985)}40%,45%{opacity:1;transform:translateY(-20px)scaleY(.9)}to{opacity:0;transform:translateY(2000px)scaleY(3)}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate(20px)scaleX(.9)}to{opacity:0;transform:translate(-2000px)scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;transform:translate(-20px)scaleX(.9)}to{opacity:0;transform:translate(2000px)scaleX(2)}}@keyframes bounceOutUp{20%{transform:translateY(-10px)scaleY(.985)}40%,45%{opacity:1;transform:translateY(20px)scaleY(.9)}to{opacity:0;transform:translateY(-2000px)scaleY(3)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translate(0,0)}}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}to{opacity:1;transform:translate(0,0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0,0)}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate(-2000px)}to{opacity:1;transform:translate(0,0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0,0)}}@keyframes fadeInRightBig{0%{opacity:0;transform:translate(2000px)}to{opacity:1;transform:translate(0,0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translate(0,0)}}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}to{opacity:1;transform:translate(0,0)}}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate(-100%,-100%)}to{opacity:1;transform:translate(0,0)}}@keyframes fadeInTopRight{0%{opacity:0;transform:translate(100%,-100%)}to{opacity:1;transform:translate(0,0)}}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate(-100%,100%)}to{opacity:1;transform:translate(0,0)}}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate(100%,100%)}to{opacity:1;transform:translate(0,0)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translateY(100%)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translateY(2000px)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate(-100%)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate(-2000px)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate(100%)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate(2000px)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translateY(-100%)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translateY(-2000px)}}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translate(0,0)}to{opacity:0;transform:translate(-100%,-100%)}}@keyframes fadeOutTopRight{0%{opacity:1;transform:translate(0,0)}to{opacity:0;transform:translate(100%,-100%)}}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translate(0,0)}to{opacity:0;transform:translate(100%,100%)}}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translate(0,0)}to{opacity:0;transform:translate(-100%,100%)}}@keyframes flip{0%{animation-timing-function:ease-out;transform:perspective(400px)scale(1)translate(0,0)rotateY(-360deg)}40%{animation-timing-function:ease-out;transform:perspective(400px)scale(1)translateZ(150px)rotateY(-190deg)}50%{animation-timing-function:ease-in;transform:perspective(400px)scale(1)translateZ(150px)rotateY(-170deg)}80%{animation-timing-function:ease-in;transform:perspective(400px)scale3d(.95,.95,.95)translate(0,0)rotateY(0)}to{animation-timing-function:ease-in;transform:perspective(400px)scale(1)translate(0,0)rotateY(0)}}@keyframes flipInX{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes flipInY{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateY(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateY(-20deg)}60%{opacity:1;transform:perspective(400px)rotateY(10deg)}80%{transform:perspective(400px)rotateY(-5deg)}to{transform:perspective(400px)}}@keyframes flipOutX{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px)rotateX(-20deg)}to{opacity:0;transform:perspective(400px)rotateX(90deg)}}.animate__flipOutX{animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration) * .75);animation-duration:calc(var(--animate-duration) * .75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px)rotateY(-15deg)}to{opacity:0;transform:perspective(400px)rotateY(90deg)}}.animate__flipOutY{animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration) * .75);animation-duration:calc(var(--animate-duration) * .75);animation-name:flipOutY;backface-visibility:visible!important}@keyframes lightSpeedInRight{0%{opacity:0;transform:translate(100%)skew(-30deg)}60%{opacity:1;transform:skew(20deg)}80%{transform:skew(-5deg)}to{transform:translate(0,0)}}@keyframes lightSpeedInLeft{0%{opacity:0;transform:translate(-100%)skew(30deg)}60%{opacity:1;transform:skew(-20deg)}80%{transform:skew(5deg)}to{transform:translate(0,0)}}@keyframes lightSpeedOutRight{0%{opacity:1}to{opacity:0;transform:translate(100%)skew(30deg)}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{opacity:0;transform:translate(-100%)skew(-30deg)}}@keyframes rotateIn{0%{opacity:0;transform:rotate(-200deg)}to{opacity:1;transform:translate(0,0)}}@keyframes rotateInDownLeft{0%{opacity:0;transform:rotate(-45deg)}to{opacity:1;transform:translate(0,0)}}@keyframes rotateInDownRight{0%{opacity:0;transform:rotate(45deg)}to{opacity:1;transform:translate(0,0)}}@keyframes rotateInUpLeft{0%{opacity:0;transform:rotate(45deg)}to{opacity:1;transform:translate(0,0)}}@keyframes rotateInUpRight{0%{opacity:0;transform:rotate(-90deg)}to{opacity:1;transform:translate(0,0)}}@keyframes rotateOut{0%{opacity:1}to{opacity:0;transform:rotate(200deg)}}@keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;transform:rotate(45deg)}}@keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;transform:rotate(-45deg)}}@keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;transform:rotate(-45deg)}}@keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;transform:rotate(90deg)}}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{animation-timing-function:ease-in-out;transform:rotate(80deg)}40%,80%{opacity:1;animation-timing-function:ease-in-out;transform:rotate(60deg)}to{opacity:0;transform:translateY(700px)}}.animate__hinge{animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration) * 2);animation-duration:calc(var(--animate-duration) * 2);transform-origin:0 0;animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform-origin:bottom;transform:scale(.1)rotate(30deg)}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}@keyframes rollIn{0%{opacity:0;transform:translate(-100%)rotate(-120deg)}to{opacity:1;transform:translate(0,0)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate(100%)rotate(120deg)}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomInDown{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translateY(-1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translateY(60px)}}@keyframes zoomInLeft{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translate(-1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translate(10px)}}@keyframes zoomInRight{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translate(1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translate(-10px)}}@keyframes zoomInUp{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translateY(1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translateY(-60px)}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOutDown{40%{opacity:1;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.475,.475,.475)translateY(-60px)}to{opacity:0;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.1,.1,.1)translateY(2000px)}}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475)translate(42px)}to{opacity:0;transform:scale(.1)translate(-2000px)}}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475)translate(-42px)}to{opacity:0;transform:scale(.1)translate(2000px)}}@keyframes zoomOutUp{40%{opacity:1;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.475,.475,.475)translateY(60px)}to{opacity:0;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.1,.1,.1)translateY(-2000px)}}@keyframes slideInLeft{0%{visibility:visible;transform:translate(-100%)}to{transform:translate(0,0)}}@keyframes slideInRight{0%{visibility:visible;transform:translate(100%)}to{transform:translate(0,0)}}@keyframes slideInUp{0%{visibility:visible;transform:translateY(100%)}to{transform:translate(0,0)}}@keyframes slideOutDown{0%{transform:translate(0,0)}to{visibility:hidden;transform:translateY(100%)}}@keyframes slideOutLeft{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(-100%)}}@keyframes slideOutRight{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(100%)}}@keyframes slideOutUp{0%{transform:translate(0,0)}to{visibility:hidden;transform:translateY(-100%)}}#nprogress{pointer-events:none}#nprogress .bar{z-index:1031;background:#29d;width:100%;height:2px;position:fixed;top:0;left:0}#nprogress .peg{opacity:1;width:100px;height:100%;display:block;position:absolute;right:0;transform:rotate(3deg)translateY(-4px);box-shadow:0 0 10px #29d,0 0 5px #29d}#nprogress .spinner{z-index:1031;display:block;position:fixed;top:15px;right:15px}#nprogress .spinner-icon{box-sizing:border-box;border:2px solid #0000;border-color:#29d #0000 #0000 #29d;border-radius:50%;width:18px;height:18px;animation:.4s linear infinite nprogress-spinner}.nprogress-custom-parent{position:relative;overflow:hidden}.nprogress-custom-parent #nprogress .spinner,.nprogress-custom-parent #nprogress .bar{position:absolute}@keyframes nprogress-spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.message[data-v-1482e267]{max-width:600px}.message+.message[data-v-1482e267]{margin-top:15px}.message-container[data-v-1482e267]{pointer-events:all;background:#fff;border-radius:2px;align-items:center;min-width:50px;padding:10px;font-size:13px;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 8px #00000026}.message-container .icons[data-v-1482e267]{align-items:center;margin-right:10px;display:flex}.message-container .icons .loading-icon[data-v-1482e267]{animation:1s linear infinite loading-icon-spin-1482e267}.message-container .title[data-v-1482e267]{text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:700;overflow:hidden}.message-container .content[data-v-1482e267]{width:100%}.message-container .description[data-v-1482e267]{color:#41464b;line-height:1.5}.message-container .title+.description[data-v-1482e267]{margin-top:5px}.message-container .control[data-v-1482e267]{height:100%;margin-left:10px;position:relative}.message-container .close-btn[data-v-1482e267]{color:#666;cursor:pointer;align-items:center;font-size:15px;display:flex}.message-container .close-btn[data-v-1482e267]:hover{color:#d14424}.message-fade-enter-active[data-v-1482e267]{animation:.3s message-fade-in-down-1482e267}.message-fade-leave-active[data-v-1482e267]{animation:.3s message-fade-out-1482e267}@keyframes message-fade-in-down-1482e267{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes message-fade-out-1482e267{0%{opacity:1;margin-top:0}to{opacity:0;margin-top:-45px}}@keyframes loading-icon-spin-1482e267{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hotkey-doc[data-v-42fbe598]{height:100%;margin:0 -15px;padding:0 15px 15px;font-size:12px;overflow:auto}.title[data-v-42fbe598]{border-bottom:1px solid #e5e5e5;padding:25px 0 5px;font-size:14px;font-weight:700}.title[data-v-42fbe598]:first-child{padding-top:0}.hotkey-item[data-v-42fbe598]{border-bottom:1px solid #e5e5e5;align-items:center;padding:15px 0 5px;display:flex}.label[data-v-42fbe598]{white-space:nowrap;text-overflow:ellipsis;width:140px;overflow:hidden}.input[data-v-fb450854]{display:none}.fullscreen-spin[data-v-cb40f98b]{z-index:100;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.fullscreen-spin.mask[data-v-cb40f98b]{background-color:#f1f1f1b3}.spin[data-v-cb40f98b]{flex-direction:column;justify-content:center;align-items:center;width:200px;height:200px;margin-top:-100px;margin-left:-100px;display:flex;position:fixed;top:50%;left:50%}.spinner[data-v-cb40f98b]{border:3px solid #d14424;border-top-color:#0000;border-radius:50%;width:36px;height:36px;animation:.8s linear infinite spinner-cb40f98b}.text[data-v-cb40f98b]{color:#d14424;margin-top:20px}@keyframes spinner-cb40f98b{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.drawer[data-v-30511b99]{z-index:5000;background:#fff;flex-direction:column;height:100%;display:flex;position:fixed;top:0;bottom:0}.drawer.left[data-v-30511b99]{left:0;box-shadow:3px 0 6px -4px #0000001f,9px 0 28px 8px #0000000d}.drawer.right[data-v-30511b99]{right:0;box-shadow:-3px 0 6px -4px #0000001f,-9px 0 28px 8px #0000000d}.header[data-v-30511b99]{align-items:center;height:50px;padding:0 15px;display:flex;position:relative}.header .close-btn[data-v-30511b99]{cursor:pointer;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:absolute;top:15px;right:15px}.content[data-v-30511b99]{flex:1;padding:0 15px;overflow:auto}.drawer-slide-right-enter-active[data-v-30511b99]{animation:.25s both drawer-slide-right-enter-30511b99}.drawer-slide-right-leave-active[data-v-30511b99]{animation:.25s both drawer-slide-right-leave-30511b99}.drawer-slide-left-enter-active[data-v-30511b99]{animation:.25s both drawer-slide-left-enter-30511b99}.drawer-slide-left-leave-active[data-v-30511b99]{animation:.25s both drawer-slide-left-leave-30511b99}@keyframes drawer-slide-right-enter-30511b99{0%{transform:translate(100%)}}@keyframes drawer-slide-right-leave-30511b99{to{transform:translate(100%)}}@keyframes drawer-slide-left-enter-30511b99{0%{transform:translate(-100%)}}@keyframes drawer-slide-left-leave-30511b99{to{transform:translate(-100%)}}.input[data-v-c36cb4d6]{background-color:#fff;border:1px solid #d9d9d9;border-radius:2px;padding:0 5px;font-size:13px;transition:border-color .25s;display:flex}.input input[data-v-c36cb4d6]{vertical-align:top;color:#41464b;border:0;outline:0;flex:1;min-width:0;height:30px;padding:0 5px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:13px;line-height:30px}.input input[data-v-c36cb4d6]::placeholder{color:#bfbfbf}.input[data-v-c36cb4d6]:not(.disabled):hover,.input.focused[data-v-c36cb4d6]{border-color:#d14424}.input.disabled[data-v-c36cb4d6]{color:#b7b7b7;background-color:#f5f5f5;border-color:#dcdcdc}.input.disabled input[data-v-c36cb4d6]{color:#b7b7b7}.input.simple[data-v-c36cb4d6]{border:0}.input .prefix[data-v-c36cb4d6],.input .suffix[data-v-c36cb4d6]{-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;line-height:30px;display:flex}.tippy-box[data-animation=scale][data-placement^=top]{transform-origin:bottom}.tippy-box[data-animation=scale][data-placement^=bottom]{transform-origin:top}.tippy-box[data-animation=scale][data-placement^=left]{transform-origin:100%}.tippy-box[data-animation=scale][data-placement^=right]{transform-origin:0}.tippy-box[data-animation=scale][data-state=hidden]{opacity:0;transform:scale(.5)}.popover.center[data-v-3a9bd85d]{justify-content:center;align-items:center;display:flex}.popover-content[data-v-3a9bd85d]{background-color:#fff;border:1px solid #e5e7eb;border-radius:2px;padding:10px;font-size:13px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.tippy-box[data-theme~=popover]{border:0;outline:0}.popover-menu-item[data-v-1f176c16]{cursor:pointer;border-radius:2px;min-width:80px;padding:6px 10px;font-size:13px}.popover-menu-item.center[data-v-1f176c16]{text-align:center}.popover-menu-item[data-v-1f176c16]:hover{background-color:#f1f1f1}.popover-menu-item+.popover-menu-item[data-v-1f176c16]{margin-top:2px}.divider.horizontal[data-v-80adabfa]{border-block-start:1px solid #0505050f;width:100%;margin:24px 0}.divider.vertical[data-v-80adabfa]{border-inline-start:1px solid #0505050f;height:1em;margin:0 8px;display:inline-block;position:relative}.editor-header[data-v-343315c0]{-webkit-user-select:none;user-select:none;background-color:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;padding:0 5px;display:flex}.left[data-v-343315c0],.right[data-v-343315c0]{justify-content:center;align-items:center;display:flex}.menu-item[data-v-343315c0]{cursor:pointer;border-radius:2px;justify-content:center;align-items:center;height:30px;padding:0 10px;font-size:14px;display:flex}.menu-item .icon[data-v-343315c0]{color:#666;font-size:18px}.menu-item .text[data-v-343315c0]{text-align:center;width:18px;font-size:17px}.menu-item .ai[data-v-343315c0]{background:linear-gradient(270deg,#d897fd,#33bcfc);color:#0000;-webkit-background-clip:text;background-clip:text;font-weight:700}.menu-item[data-v-343315c0]:hover{background-color:#f1f1f1}.popover-menu-item[data-v-343315c0]{padding:8px 10px;display:flex}.popover-menu-item .icon[data-v-343315c0]{margin-right:10px;font-size:18px}.statement[data-v-343315c0]{color:#999;padding:8px 10px;font-size:12px;font-style:italic}.main-menu[data-v-343315c0]{width:300px}.ai-menu[data-v-343315c0]{color:#d14424;cursor:pointer;background:linear-gradient(270deg,#f8edff,#d4f1ff);border-radius:2px;align-items:center;padding:12px 16px;display:flex}.ai-menu .icon[data-v-343315c0]{margin-right:16px;font-size:22px}.ai-menu .aippt-content[data-v-343315c0]{flex-direction:column;display:flex}.ai-menu .aippt[data-v-343315c0]{font-size:16px;font-weight:700}.ai-menu .aippt span[data-v-343315c0]{background:linear-gradient(270deg,#d897fd,#33bcfc);color:#0000;-webkit-background-clip:text;background-clip:text}.ai-menu .aippt-subtitle[data-v-343315c0]{color:#777;margin-top:5px;font-size:12px}.import-section[data-v-343315c0]{padding:5px 0}.import-section .import-label[data-v-343315c0]{color:#999;margin-bottom:6px;font-size:12px}.import-section .import-grid[data-v-343315c0]{justify-content:space-between;gap:8px;display:flex}.import-section .import-block[data-v-343315c0]{cursor:pointer;border:1px solid #e5e7eb;border-radius:2px;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:12px 8px;transition:background-color .2s;display:flex}.import-section .import-block[data-v-343315c0]:hover{background-color:#f1f1f1}.import-section .import-block .icon[data-v-343315c0]{margin-bottom:2px;font-size:24px}.import-section .import-block .label[data-v-343315c0]{text-align:center;font-size:12px}.import-section .import-block .sub-label[data-v-343315c0]{color:#999;font-size:10px}.group-menu-item[data-v-343315c0]{border-radius:2px;height:30px;margin:0 8px;padding:0 2px;display:flex}.group-menu-item[data-v-343315c0]:hover{background-color:#f1f1f1}.group-menu-item .menu-item[data-v-343315c0]{padding:0 3px}.group-menu-item .arrow-btn[data-v-343315c0]{cursor:pointer;justify-content:center;align-items:center;display:flex}.title[data-v-343315c0]{height:30px;margin-left:2px;font-size:13px}.title .title-input[data-v-343315c0]{width:200px;height:100%;padding-left:0;padding-right:0}.title .title-input[data-v-343315c0] input{height:28px;line-height:28px}.title .title-text[data-v-343315c0]{cursor:pointer;white-space:nowrap;text-overflow:ellipsis;border-radius:2px;min-width:20px;max-width:400px;padding:0 6px;line-height:30px;overflow:hidden}.title .title-text[data-v-343315c0]:hover{background-color:#f1f1f1}.github-link[data-v-343315c0]{height:30px;display:inline-block}svg[data-v-09a0319c],svg[data-v-19e68d74],svg[data-v-a036b0a3]{z-index:2;position:absolute;top:0;left:0;overflow:visible}.image-clip-handler[data-v-31b3b0f9]{width:100%;height:100%;position:relative}.image-clip-handler .bottom-img[data-v-31b3b0f9]{opacity:.5;width:100%;height:100%;top:0;left:0}.image-clip-handler img[data-v-31b3b0f9]{width:100%;height:100%}.image-clip-handler .top-image-content[data-v-31b3b0f9]{position:absolute;overflow:hidden}.image-clip-handler .top-image-content img[data-v-31b3b0f9]{position:absolute}.operate[data-v-31b3b0f9]{cursor:move;width:100%;height:100%;position:absolute;top:0;left:0}.clip-point[data-v-31b3b0f9]{width:16px;height:16px;position:absolute}.clip-point svg[data-v-31b3b0f9]{overflow:visible}.clip-point.left-top[data-v-31b3b0f9]{top:0;left:0}.clip-point.right-top[data-v-31b3b0f9]{transform-origin:0 0;top:0;left:100%;transform:rotate(90deg)}.clip-point.left-bottom[data-v-31b3b0f9]{transform-origin:0 0;top:100%;left:0;transform:rotate(-90deg)}.clip-point.right-bottom[data-v-31b3b0f9]{transform-origin:0 0;top:100%;left:100%;transform:rotate(180deg)}.clip-point.top[data-v-31b3b0f9]{margin-left:-8px;top:0;left:50%}.clip-point.bottom[data-v-31b3b0f9]{margin-left:-8px;bottom:0;left:50%;transform:rotate(180deg)}.clip-point.left[data-v-31b3b0f9]{margin-top:-8px;top:50%;left:0;transform:rotate(-90deg)}.clip-point.right[data-v-31b3b0f9]{margin-top:-8px;top:50%;right:0;transform:rotate(90deg)}.clip-point.left-top.rotate-0[data-v-31b3b0f9],.clip-point.right-bottom.rotate-0[data-v-31b3b0f9],.clip-point.left.rotate-45[data-v-31b3b0f9],.clip-point.right.rotate-45[data-v-31b3b0f9],.clip-point.left-bottom.rotate-90[data-v-31b3b0f9],.clip-point.right-top.rotate-90[data-v-31b3b0f9],.clip-point.top.rotate-135[data-v-31b3b0f9],.clip-point.bottom.rotate-135[data-v-31b3b0f9]{cursor:nwse-resize}.clip-point.top.rotate-0[data-v-31b3b0f9],.clip-point.bottom.rotate-0[data-v-31b3b0f9],.clip-point.left-top.rotate-45[data-v-31b3b0f9],.clip-point.right-bottom.rotate-45[data-v-31b3b0f9],.clip-point.left.rotate-90[data-v-31b3b0f9],.clip-point.right.rotate-90[data-v-31b3b0f9],.clip-point.left-bottom.rotate-135[data-v-31b3b0f9],.clip-point.right-top.rotate-135[data-v-31b3b0f9]{cursor:ns-resize}.clip-point.left-bottom.rotate-0[data-v-31b3b0f9],.clip-point.right-top.rotate-0[data-v-31b3b0f9],.clip-point.top.rotate-45[data-v-31b3b0f9],.clip-point.bottom.rotate-45[data-v-31b3b0f9],.clip-point.left-top.rotate-90[data-v-31b3b0f9],.clip-point.right-bottom.rotate-90[data-v-31b3b0f9],.clip-point.left.rotate-135[data-v-31b3b0f9],.clip-point.right.rotate-135[data-v-31b3b0f9]{cursor:nesw-resize}.clip-point.left.rotate-0[data-v-31b3b0f9],.clip-point.right.rotate-0[data-v-31b3b0f9],.clip-point.left-bottom.rotate-45[data-v-31b3b0f9],.clip-point.right-top.rotate-45[data-v-31b3b0f9],.clip-point.top.rotate-90[data-v-31b3b0f9],.clip-point.bottom.rotate-90[data-v-31b3b0f9],.clip-point.left-top.rotate-135[data-v-31b3b0f9],.clip-point.right-bottom.rotate-135[data-v-31b3b0f9]{cursor:ew-resize}.editable-element-image[data-v-502151ac]{position:absolute}.editable-element-image.lock .element-content[data-v-502151ac]{cursor:default}.rotate-wrapper[data-v-502151ac]{width:100%;height:100%}.element-content[data-v-502151ac]{cursor:move;width:100%;height:100%;position:relative}.element-content .image-content[data-v-502151ac]{width:100%;height:100%;position:relative;overflow:hidden}.element-content img[data-v-502151ac]{position:absolute}.color-mask[data-v-502151ac]{position:absolute;inset:0}svg[data-v-e2ef58f5]{position:absolute;top:0;left:0;overflow:visible}.prosemirror-editor[data-v-d63f4039]{cursor:text}.prosemirror-editor.format-painter[data-v-d63f4039]{cursor:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuMzUuMDEybC0uMDY2Ljk5OGE1LjI3MSA1LjI3MSAwIDAwLTEuMTg0LjA2IDMuOCAzLjggMCAwMC0uOTMzLjQ3MmMtLjQ0LjM1Ni0uNzgzLjgxMS0uOTk4IDEuMzI0bC4wMTgtLjAzNnY1LjEyaDEuMDR2Ljk4aC0xLjA0bC0uMDAyIDQuMTVjLjE4Ny40MjYuNDYuODEuNzkxIDEuMTE3bC4xNzUuMTUyYy4yOTMuMjA4LjYxNS4zNzMuODkuNDcyLjQxLjA4Mi44My4xMTIgMS4yNDkuMDlsLjA1Ny45OTlhNi4wNjMgNi4wNjMgMCAwMS0xLjU4OC0uMTI5IDQuODM2IDQuODM2IDAgMDEtMS4yNS0uNjQ3IDQuNDYzIDQuNDYzIDAgMDEtLjgzOC0uODgzYy0uMjI0LjMzMi0uNS42NDItLjgyNC45MjdhNC4xMSA0LjExIDAgMDEtMS4zMDUuNjMzQTYuMTI2IDYuMTI2IDAgMDEwIDE1LjkwOWwuMDY4LS45OTdjLjQyNC4wMjYuODUtLjAwMSAxLjIxNy0uMDcuMzM2LS4wOTkuNjUxLS4yNTQuODk0LS40My40My0uMzguNzY1LS44NDcuOTgyLTEuMzY4bC0uMDA1LjAxNFY4LjkzSDIuMTE1di0uOThoMS4wNFYyLjg2MmEzLjc3IDMuNzcgMCAwMC0uNzc0LTEuMTY3bC0uMTY1LS4xNTZhMy4wNjQgMy4wNjQgMCAwMC0uODgtLjQ0OEE1LjA2MiA1LjA2MiAwIDAwLjA2NyAxLjAxTDAgLjAxMmE2LjE0IDYuMTQgMCAwMTEuNTkyLjExYy40NTMuMTM1Ljg3Ny4zNDUgMS4yOS42NS4zLjI2NS41NjUuNTY0Ljc4Ny44OS4yMzMtLjMzMS41Mi0uNjM0Ljg1My0uOTA0YTQuODM1IDQuODM1IDAgMDExLjMtLjY0OEE2LjE1NSA2LjE1NSAwIDAxNy4zNS4wMTJ6IiBmaWxsPSIjMEQwRDBEIi8+PHBhdGggZD0iTTE3LjM1IDE0LjVsNC41LTQuNS02LTZjLTIgMi0zIDItNS41IDIuNS40IDMuMiA0LjgzMyA2LjY2NyA3IDh6bTQuNTg4LTQuNDkzYS4zLjMgMCAwMC40MjQgMGwuNjgtLjY4YTEuNSAxLjUgMCAwMDAtMi4xMjJMMjEuNjkgNS44NTNsMi4wMjUtMS41ODNhMS42MjkgMS42MjkgMCAxMC0yLjI3OS0yLjI5NmwtMS42MDMgMi4wMjItMS4zNTctMS4zNTdhMS41IDEuNSAwIDAwLTIuMTIxIDBsLS42OC42OGEuMy4zIDAgMDAwIC40MjVsNi4yNjMgNi4yNjN6IiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTE1Ljg5MiAzLjk2MnMtMS4wMyAxLjIwMi0yLjQ5NCAxLjg5Yy0xLjAwNi40NzQtMi4xOC41ODYtMi43MzQuNjI3LS4yLjAxNS0uMzQ0LjIxLS4yNzYuMzk5LjI5Mi44MiAxLjExMiAyLjggMi42NTggNC4zNDYgMi4xMjYgMi4xMjcgMy42NTggMi45NjggNC4xNDIgMy4yMDMuMS4wNDguMjE0LjAzLjI5OC0uMDQyLjM4Ni0uMzI1IDEuNS0xLjI3NyAyLjIxLTEuOTg2Ljg5Mi0uODg5IDIuMTg3LTIuNDQ3IDIuMTg3LTIuNDQ3bS40NzkuMDU1YS4zLjMgMCAwMS0uNDI0IDBsLTYuMjY0LTYuMjYzYS4zLjMgMCAwMTAtLjQyNWwuNjgtLjY4YTEuNSAxLjUgMCAwMTIuMTIyIDBsMS4zNTcgMS4zNTcgMS42MDMtMi4wMjJhMS42MjkgMS42MjkgMCAxMTIuMjggMi4yOTZMMjEuNjkgNS44NTNsMS4zNTIgMS4zNTJhMS41IDEuNSAwIDAxMCAyLjEyMmwtLjY4LjY4eiIgc3Ryb2tlPSIjMzMzIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PC9zdmc+) 2 5,default!important}.editable-element-text[data-v-79a365b7]{position:absolute}.editable-element-text.lock .element-content[data-v-79a365b7]{cursor:default}.rotate-wrapper[data-v-79a365b7]{width:100%;height:100%}.element-content[data-v-79a365b7]{word-break:break-word;cursor:move;padding:10px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;line-height:1.5;position:relative}.element-content .text[data-v-79a365b7]{position:relative}.element-content[data-v-79a365b7] a{cursor:text}.drag-handler[data-v-79a365b7]{height:10px;position:absolute;left:0;right:0}.drag-handler.top[data-v-79a365b7]{top:0}.drag-handler.bottom[data-v-79a365b7]{bottom:0}.editable-element-shape[data-v-55a2ac7f]{pointer-events:none;background-size:contain;position:absolute}.editable-element-shape.lock .element-content[data-v-55a2ac7f]{cursor:default}.editable-element-shape.format-painter .element-content[data-v-55a2ac7f]{cursor:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIuNzUgMTMuNzY0VjEuNDIxYS4zLjMgMCAwMS40NDgtLjI2bDEwLjkxIDYuMTk3YS4zLjMgMCAwMS0uMTE2LjU1OWwtNC4xOTYuNDQyIDIuNTgyIDQuNDcyYS4zLjMgMCAwMS0uMTEuNDFsLTMuMTg0IDEuODM4YS4zLjMgMCAwMS0uNDEtLjExbC0yLjU4MS00LjQ3Mi0yLjgxIDMuNDU2YS4zLjMgMCAwMS0uNTMzLS4xODl6IiBmaWxsPSIjZmZmIiBzdHJva2U9IiMzMzMiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48cGF0aCBkPSJNMjYgMTQuNWw0LjUtNC41LTYtNmMtMiAyLTMgMi01LjUgMi41LjQgMy4yIDQuODMzIDYuNjY3IDcgOHptNC41ODgtNC40OTRhLjMuMyAwIDAwLjQyNCAwbC42OC0uNjhhMS41IDEuNSAwIDAwMC0yLjEyMUwzMC4zNCA1Ljg1MmwyLjAyNi0xLjU4MmExLjYyOSAxLjYyOSAwIDEwLTIuMjgtMi4yOTZsLTEuNjAzIDIuMDIxLTEuMzU3LTEuMzU2YTEuNSAxLjUgMCAwMC0yLjEyIDBsLS42ODEuNjhhLjMuMyAwIDAwMCAuNDI0bDYuMjYzIDYuMjYzeiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0yNC41NDMgMy45NjFzLTEuMDMgMS4yMDItMi40OTQgMS44OTFjLTEuMDA2LjQ3NC0yLjE4MS41ODUtMi43MzQuNjI3LS4yLjAxNC0uMzQ0LjIwOS0uMjc3LjM5OC4yOTMuODIgMS4xMTIgMi44MDEgMi42NTggNC4zNDcgMi4xMjYgMi4xMjYgMy42NTkgMi45NjggNC4xNDIgMy4yMDIuMS4wNDguMjE1LjAzLjI5OS0uMDQxLjM4NS0uMzI2IDEuNS0xLjI3NyAyLjIxLTEuOTg2Ljg5MS0uODkgMi4xODYtMi40NDggMi4xODYtMi40NDhtLjQ4LjA1NWEuMy4zIDAgMDEtLjQyNSAwbC02LjI2My02LjI2M2EuMy4zIDAgMDEwLS40MjRsLjY4LS42OGExLjUgMS41IDAgMDEyLjEyMiAwbDEuMzU2IDEuMzU2IDEuNjA0LTIuMDIxYTEuNjI5IDEuNjI5IDAgMTEyLjI3OSAyLjI5NkwzMC4zNCA1Ljg1MmwxLjM1MyAxLjM1M2ExLjUgMS41IDAgMDEwIDIuMTIxbC0uNjguNjh6IiBzdHJva2U9IiMzMzMiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4=) 2 5,default!important}.rotate-wrapper[data-v-55a2ac7f]{width:100%;height:100%}.element-content[data-v-55a2ac7f]{cursor:move;width:100%;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;position:relative}.element-content svg[data-v-55a2ac7f]{transform-origin:0 0;display:block;overflow:visible}.element-content .shape-path[data-v-55a2ac7f]{pointer-events:all}.shape-text[data-v-55a2ac7f]{word-break:break-word;pointer-events:none;flex-direction:column;padding:10px;line-height:1.5;display:flex;position:absolute;inset:0}.shape-text.editable[data-v-55a2ac7f]{pointer-events:all}.shape-text.top[data-v-55a2ac7f]{justify-content:flex-start}.shape-text.middle[data-v-55a2ac7f]{justify-content:center}.shape-text.bottom[data-v-55a2ac7f]{justify-content:flex-end}.editable-element-shape[data-v-7c6a8ca0]{pointer-events:none;position:absolute}.editable-element-shape.lock .line-path[data-v-7c6a8ca0],.editable-element-shape.lock .line-point[data-v-7c6a8ca0]{cursor:default}.element-content[data-v-7c6a8ca0]{width:100%;height:100%;position:relative}.element-content svg[data-v-7c6a8ca0]{transform-origin:0 0;overflow:visible}.line-path[data-v-7c6a8ca0],.line-point[data-v-7c6a8ca0]{pointer-events:all;cursor:move}.line-marker[data-v-7c6a8ca0]{pointer-events:none}.chart[data-v-a373f793]{width:100%;height:100%}.editable-element-chart[data-v-f0d388fc]{position:absolute}.editable-element-chart.lock .element-content[data-v-f0d388fc]{cursor:default}.rotate-wrapper[data-v-f0d388fc]{width:100%;height:100%}.element-content[data-v-f0d388fc]{cursor:move;width:100%;height:100%;overflow:hidden}.custom-textarea[data-v-5dcde858]{-webkit-user-modify:read-write-plaintext-only;border:0;outline:0}.editable-table[data-v-938823e2]{-webkit-user-select:none;user-select:none;position:relative}table[data-v-938823e2]{table-layout:fixed;border-collapse:collapse;border-spacing:0;word-wrap:break-word;-webkit-user-select:none;user-select:none;--themeColor:$themeColor;--subThemeColor1:$themeColor;--subThemeColor2:$themeColor;border:0;width:100%;position:relative}table.theme[data-v-938823e2]{background-color:#fff}table.theme tr:nth-child(2n) .cell[data-v-938823e2]{background-color:var(--subThemeColor1)}table.theme tr:nth-child(odd) .cell[data-v-938823e2]{background-color:var(--subThemeColor2)}table.theme.row-header tr:first-child .cell[data-v-938823e2],table.theme.row-footer tr:last-child .cell[data-v-938823e2],table.theme.col-header tr .cell[data-v-938823e2]:first-child,table.theme.col-footer tr .cell[data-v-938823e2]:last-child{background-color:var(--themeColor)}table .cell[data-v-938823e2]{white-space:normal;word-wrap:break-word;vertical-align:middle;cursor:default;background-clip:padding-box;font-size:14px;position:relative}table .cell.selected[data-v-938823e2]:after{content:"";background-color:#6666;width:100%;height:100%;position:absolute;top:0;left:0}table .cell-text[data-v-938823e2]{-webkit-user-select:none;user-select:none;cursor:text;padding:5px;line-height:1.5}table .cell-text.active[data-v-938823e2]{-webkit-user-select:text;user-select:text}.drag-line[data-v-938823e2]{opacity:0;z-index:2;cursor:col-resize;background-color:#d14424;width:3px;margin-left:-1px;position:absolute;top:0;bottom:0}.editable-element-table[data-v-b87cfb23]{position:absolute}.editable-element-table.lock .element-content[data-v-b87cfb23]{cursor:default}.rotate-wrapper[data-v-b87cfb23]{width:100%;height:100%}.element-content[data-v-b87cfb23]{cursor:move;width:100%;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;position:relative}.table-mask[data-v-b87cfb23]{opacity:0;transition:opacity .2s;position:absolute;inset:0}.table-mask .mask-tip[data-v-b87cfb23]{color:#fff;transform-origin:0 0;background-color:#00000080;padding:6px 12px;font-size:12px;position:absolute;top:5px;left:5px}.table-mask[data-v-b87cfb23]:hover:not(.lock){opacity:.9}.editable-element-latex[data-v-b73586f6]{position:absolute}.editable-element-latex.lock .element-content[data-v-b73586f6]{cursor:default}.rotate-wrapper[data-v-b73586f6]{width:100%;height:100%}.element-content[data-v-b73586f6]{cursor:move;width:100%;height:100%;position:relative}.element-content svg[data-v-b73586f6]{transform-origin:0 0;overflow:visible}.video-player[data-v-cf537526]{-webkit-user-select:none;user-select:none;transform-origin:0 0;line-height:1;position:relative;overflow:hidden}.video-player.hide-controller[data-v-cf537526]{cursor:none}.video-player.hide-controller .controller-mask[data-v-cf537526],.video-player.hide-controller .controller[data-v-cf537526]{opacity:0;transform:translateY(100%)}.video-wrap[data-v-cf537526]{background:#000;width:100%;height:100%;font-size:0;position:relative}.video-wrap .bg-canvas[data-v-cf537526]{z-index:1;filter:blur(25px)brightness(.7);width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(1.1)}.video-wrap .video[data-v-cf537526]{z-index:2;width:100%;height:100%;position:relative}.video-wrap .load-error[data-v-cf537526]{z-index:3;color:#fff;pointer-events:none;justify-content:center;align-items:center;font-size:15px;display:flex;position:absolute;inset:0}.controller-mask[data-v-cf537526]{z-index:1000;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==) bottom repeat-x;width:100%;height:98px;transition:all .3s;position:absolute;bottom:0}.controller[data-v-cf537526]{z-index:1000;-webkit-user-select:none;user-select:none;height:41px;padding:0 20px;transition:all .3s;position:absolute;bottom:0;left:0;right:0}.controller .bar-wrap[data-v-cf537526]{cursor:pointer;width:calc(100% - 40px);height:3px;padding:5px 0;position:absolute;bottom:33px}.controller .bar-wrap:hover .bar .played .thumb[data-v-cf537526]{transform:scale(1)}.controller .bar-wrap .bar-time[data-v-cf537526]{color:#fff;text-align:center;opacity:1;word-wrap:normal;word-break:normal;z-index:2;pointer-events:none;background-color:#0000009e;border-radius:4px;padding:5px 7px;font-size:12px;transition:opacity .1s ease-in-out;position:absolute;top:-20px;left:0}.controller .bar-wrap .bar-time.hidden[data-v-cf537526]{opacity:0}.controller .bar-wrap .bar[data-v-cf537526]{cursor:pointer;background:#fff3;width:100%;height:3px;position:relative}.controller .bar-wrap .bar .loaded[data-v-cf537526]{will-change:width;background:#fff6;height:3px;transition:all .5s;position:absolute;top:0;bottom:0;left:0}.controller .bar-wrap .bar .played[data-v-cf537526]{will-change:width;background-color:#fff;height:3px;position:absolute;top:0;bottom:0;left:0}.controller .bar-wrap .bar .played .thumb[data-v-cf537526]{cursor:pointer;background-color:#fff;border-radius:50%;width:11px;height:11px;margin-top:-4px;margin-right:-10px;transition:all .3s ease-in-out;position:absolute;top:0;right:5px;transform:scale(0)}.controller .icons[data-v-cf537526]{align-items:center;height:38px;display:flex;position:absolute;bottom:0}.controller .icons.icons-right[data-v-cf537526]{right:15px}.controller .icons .time[data-v-cf537526]{color:#eee;text-shadow:0 0 2px #00000080;vertical-align:middle;cursor:default;font-size:13px;line-height:38px}.controller .icons .icon[data-v-cf537526]{cursor:pointer;align-items:center;width:40px;height:100%;font-size:20px;display:flex;position:relative}.controller .icons .icon.play-icon[data-v-cf537526]{font-size:26px}.controller .icons .icon .icon-content[data-v-cf537526]{opacity:.8;color:#fff;transition:all .2s ease-in-out}.controller .icons .icon.loop-icon[data-v-cf537526]{font-size:12px}.controller .icons .icon.loop-icon .icon-content[data-v-cf537526]{opacity:.5}.controller .icons .icon.speed-icon[data-v-cf537526]{font-size:12px;position:relative}.controller .icons .icon .speed-menu[data-v-cf537526]{color:#ddd;background-color:#22211b;width:70px;padding:5px 0;position:absolute;bottom:30px;left:-23px}.controller .icons .icon .speed-menu .speed-menu-item[data-v-cf537526]{text-align:center;padding:8px 0}.controller .icons .icon .speed-menu .speed-menu-item[data-v-cf537526]:hover{color:#fff;background-color:#393833}.controller .icons .icon .speed-menu .speed-menu-item.active[data-v-cf537526]{color:#fff;font-weight:700}.controller .icons .icon.active .icon-content[data-v-cf537526],.controller .icons .icon:hover .icon-content[data-v-cf537526]{opacity:1}.controller .icons .volume[data-v-cf537526]{cursor:pointer;align-items:center;height:100%;display:flex;position:relative}.controller .icons .volume:hover .volume-bar-wrap .volume-bar[data-v-cf537526]{width:45px}.controller .icons .volume:hover .volume-bar-wrap .volume-bar .volume-bar-inner .thumb[data-v-cf537526]{transform:scale(1)}.controller .icons .volume.volume-active .volume-bar-wrap .volume-bar[data-v-cf537526]{width:45px}.controller .icons .volume.volume-active .volume-bar-wrap .volume-bar .volume-bar-inner .thumb[data-v-cf537526]{transform:scale(1)}.controller .icons .volume-bar-wrap[data-v-cf537526]{vertical-align:middle;height:100%;margin:0 15px 0 -5px;display:inline-block}.controller .icons .volume-bar[data-v-cf537526]{background:#aaa;width:0;height:3px;transition:all .3s ease-in-out;position:relative;top:17px}.controller .icons .volume-bar .volume-bar-inner[data-v-cf537526]{will-change:width;background-color:#fff;height:100%;transition:all .1s;position:absolute;bottom:0;left:0}.controller .icons .volume-bar .volume-bar-inner .thumb[data-v-cf537526]{cursor:pointer;background-color:#fff;border-radius:50%;width:11px;height:11px;margin-top:-4px;margin-right:-10px;transition:all .3s ease-in-out;position:absolute;top:0;right:5px;transform:scale(0)}.controller .icons .loop[data-v-cf537526]{height:100%;display:inline-block}.bezel[data-v-cf537526]{color:#fff;pointer-events:none;z-index:3;font-size:22px;position:absolute;inset:0}.bezel .bezel-icon[data-v-cf537526]{opacity:0;pointer-events:none;background:#00000080;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin:-26px 0 0 -26px;padding:12px;font-size:40px;display:flex;position:absolute;top:50%;left:50%}.bezel .bezel-icon.bezel-transition[data-v-cf537526]{animation:.5s linear bezel-hide-cf537526}@keyframes bezel-hide-cf537526{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(2)}}.editable-element-video[data-v-c50d3bc7]{position:absolute}.editable-element-video.lock .handler-border[data-v-c50d3bc7]{cursor:default}.rotate-wrapper[data-v-c50d3bc7]{width:100%;height:100%}.element-content[data-v-c50d3bc7]{width:100%;height:100%;position:relative}.handler-border[data-v-c50d3bc7]{cursor:move;position:absolute}.handler-border.t[data-v-c50d3bc7]{width:100%;height:20px;top:0;left:0}.handler-border.b[data-v-c50d3bc7]{width:100%;height:5px;bottom:0;left:0}.handler-border.l[data-v-c50d3bc7]{width:10px;height:100%;top:0;left:0}.handler-border.r[data-v-c50d3bc7]{width:10px;height:100%;top:0;right:0}.audio-player[data-v-36c38a90]{-webkit-user-select:none;user-select:none;transform-origin:0 0;background:#000;width:280px;height:50px;line-height:1;position:relative}.controller[data-v-36c38a90]{-webkit-user-select:none;user-select:none;height:41px;padding:0 20px;transition:all .3s;position:absolute;bottom:0;left:0;right:0}.controller .bar-wrap[data-v-36c38a90]{cursor:pointer;width:calc(100% - 40px);height:3px;padding:5px 0;position:absolute;bottom:35px}.controller .bar-wrap:hover .bar .played .thumb[data-v-36c38a90]{transform:scale(1)}.controller .bar-wrap .bar-time[data-v-36c38a90]{color:#fff;text-align:center;opacity:1;word-wrap:normal;word-break:normal;z-index:2;pointer-events:none;background-color:#0000009e;border-radius:4px;padding:5px 7px;font-size:12px;transition:opacity .1s ease-in-out;position:absolute;top:-20px;left:0}.controller .bar-wrap .bar-time.hidden[data-v-36c38a90]{opacity:0}.controller .bar-wrap .bar[data-v-36c38a90]{cursor:pointer;background:#fff3;width:100%;height:3px;position:relative}.controller .bar-wrap .bar .loaded[data-v-36c38a90]{will-change:width;background:#fff6;height:3px;transition:all .5s;position:absolute;top:0;bottom:0;left:0}.controller .bar-wrap .bar .played[data-v-36c38a90]{will-change:width;background-color:#fff;height:3px;position:absolute;top:0;bottom:0;left:0}.controller .bar-wrap .bar .played .thumb[data-v-36c38a90]{cursor:pointer;background-color:#fff;border-radius:50%;width:11px;height:11px;margin-top:-4px;margin-right:-10px;transition:all .3s ease-in-out;position:absolute;top:0;right:5px;transform:scale(0)}.controller .icons[data-v-36c38a90]{align-items:center;height:38px;display:flex;position:absolute;bottom:0;left:14px}.controller .icons .icon[data-v-36c38a90]{cursor:pointer;align-items:center;width:36px;height:100%;font-size:20px;display:flex;position:relative}.controller .icons .icon.play-icon[data-v-36c38a90]{font-size:26px}.controller .icons .icon .icon-content[data-v-36c38a90]{opacity:.8;color:#fff;transition:all .2s ease-in-out}.controller .icons .icon.active .icon-content[data-v-36c38a90],.controller .icons .icon:hover .icon-content[data-v-36c38a90]{opacity:1}.controller .icons .volume[data-v-36c38a90]{cursor:pointer;align-items:center;height:100%;display:flex;position:relative}.controller .icons .volume:hover .volume-bar-wrap .volume-bar[data-v-36c38a90]{width:45px}.controller .icons .volume:hover .volume-bar-wrap .volume-bar .volume-bar-inner .thumb[data-v-36c38a90]{transform:scale(1)}.controller .icons .volume.volume-active .volume-bar-wrap .volume-bar[data-v-36c38a90]{width:45px}.controller .icons .volume.volume-active .volume-bar-wrap .volume-bar .volume-bar-inner .thumb[data-v-36c38a90]{transform:scale(1)}.controller .icons .volume-bar-wrap[data-v-36c38a90]{vertical-align:middle;height:100%;margin:0 15px 0 -5px;display:inline-block}.controller .icons .volume-bar[data-v-36c38a90]{background:#aaa;width:0;height:3px;transition:all .3s ease-in-out;position:relative;top:17px}.controller .icons .volume-bar .volume-bar-inner[data-v-36c38a90]{will-change:width;background-color:#fff;height:100%;transition:all .1s;position:absolute;bottom:0;left:0}.controller .icons .volume-bar .volume-bar-inner .thumb[data-v-36c38a90]{cursor:pointer;background-color:#fff;border-radius:50%;width:11px;height:11px;margin-top:-4px;margin-right:-10px;transition:all .3s ease-in-out;position:absolute;top:0;right:5px;transform:scale(0)}.controller .time[data-v-36c38a90]{color:#eee;text-shadow:0 0 2px #00000080;vertical-align:middle;cursor:default;align-items:center;height:38px;font-size:13px;line-height:38px;display:flex;position:absolute;bottom:0;right:20px}.controller .time .ptime[data-v-36c38a90]{margin-right:2px}.controller .time .dtime[data-v-36c38a90]{margin-left:2px}.editable-element-audio[data-v-d12bd68e]{position:absolute}.editable-element-audio.lock .audio-icon[data-v-d12bd68e]{cursor:default}.rotate-wrapper[data-v-d12bd68e]{width:100%;height:100%}.element-content[data-v-d12bd68e]{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.audio-icon[data-v-d12bd68e]{cursor:move}.audio-player[data-v-d12bd68e]{position:absolute}.mouse-selection[data-v-053bfa3e]{z-index:200;background-color:#d144241a;border:1px solid #d14424;position:absolute}.mouse-selection.quadrant-1[data-v-053bfa3e]{transform-origin:50% 0;transform:rotate(180deg)}.mouse-selection.quadrant-2[data-v-053bfa3e]{transform-origin:0 0;transform:rotate(180deg)}.mouse-selection.quadrant-3[data-v-053bfa3e]{transform-origin:0;transform:rotate(180deg)}.mouse-selection.quadrant-4[data-v-053bfa3e]{transform-origin:0 0;transform:rotate(0)}.grid-lines[data-v-93264269]{z-index:999;pointer-events:none;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.viewport-background[data-v-203ea8ff]{background-position:50%;width:100%;height:100%;position:absolute}.alignment-line[data-v-7cd3d25d]{z-index:100;position:absolute}.alignment-line .line[data-v-7cd3d25d]{border:0 dashed #d14424;width:0;height:0}.alignment-line .line.vertical[data-v-7cd3d25d]{border-left-width:1px;transform:translateY(-.5px)}.alignment-line .line.horizontal[data-v-7cd3d25d]{border-top-width:1px;transform:translate(-.5px)}.ruler[data-v-c6df5cc2]{font-size:12px}.h[data-v-c6df5cc2]{background-color:#fff;border:1px solid #e5e7eb;justify-content:space-between;align-items:center;height:20px;display:flex;position:absolute;top:5px;overflow:hidden}.h .range[data-v-c6df5cc2]{background-color:#d144241a;position:absolute;top:0;bottom:0}.h .ruler-marker-100[data-v-c6df5cc2]{text-align:right;flex-shrink:0;height:100%;padding-right:5px;line-height:20px;position:relative}.h .ruler-marker-100.hide span[data-v-c6df5cc2],.h .ruler-marker-100.omit[data-v-c6df5cc2]:before{display:none}.h .ruler-marker-100[data-v-c6df5cc2]:not(:last-child):after{content:"";background-color:#999;width:.1px;height:12px;position:absolute;bottom:0;right:0}.h .ruler-marker-100[data-v-c6df5cc2]:before{content:"";background-color:#999;width:.1px;height:8px;position:absolute;bottom:0;right:50%}.v[data-v-c6df5cc2]{background-color:#fff;border:1px solid #e5e7eb;width:20px;position:absolute;left:5px;overflow:hidden}.v .range[data-v-c6df5cc2]{background-color:#d144241a;position:absolute;left:0;right:0}.v .ruler-marker-100[data-v-c6df5cc2]{text-align:right;writing-mode:vertical-rl;width:100%;padding-bottom:5px;line-height:20px;position:relative}.v .ruler-marker-100.hide span[data-v-c6df5cc2],.v .ruler-marker-100.omit[data-v-c6df5cc2]:before{display:none}.v .ruler-marker-100[data-v-c6df5cc2]:not(:last-child):after{content:"";background-color:#999;width:12px;height:.1px;position:absolute;bottom:0;right:0}.v .ruler-marker-100[data-v-c6df5cc2]:before{content:"";background-color:#999;width:8px;height:.1px;position:absolute;bottom:50%;right:0}.element-create-selection[data-v-d7e7c5d9]{z-index:2;cursor:crosshair;width:100%;height:100%;position:absolute;top:0;left:0}.element-create-selection svg[data-v-d7e7c5d9]{overflow:visible}.selection[data-v-d7e7c5d9]{opacity:.8;position:absolute}.selection[data-v-d7e7c5d9]:not(.line){border:1px solid #d14424}.shape-create-canvas[data-v-e09a7f34]{z-index:2;cursor:crosshair;width:100%;height:100%;position:absolute;top:0;left:0}.shape-create-canvas svg[data-v-e09a7f34]{width:100%;height:100%;overflow:visible}.resize-handler[data-v-bb3f9e62]{cursor:pointer;background-color:#fff;border:1px solid #d14424;border-radius:1px;width:10px;height:10px;margin:-5px 0 0 -5px;position:absolute;top:0;left:0}.resize-handler.left-top.rotate-0[data-v-bb3f9e62],.resize-handler.right-bottom.rotate-0[data-v-bb3f9e62],.resize-handler.left.rotate-45[data-v-bb3f9e62],.resize-handler.right.rotate-45[data-v-bb3f9e62],.resize-handler.left-bottom.rotate-90[data-v-bb3f9e62],.resize-handler.right-top.rotate-90[data-v-bb3f9e62],.resize-handler.top.rotate-135[data-v-bb3f9e62],.resize-handler.bottom.rotate-135[data-v-bb3f9e62]{cursor:nwse-resize}.resize-handler.top.rotate-0[data-v-bb3f9e62],.resize-handler.bottom.rotate-0[data-v-bb3f9e62],.resize-handler.left-top.rotate-45[data-v-bb3f9e62],.resize-handler.right-bottom.rotate-45[data-v-bb3f9e62],.resize-handler.left.rotate-90[data-v-bb3f9e62],.resize-handler.right.rotate-90[data-v-bb3f9e62],.resize-handler.left-bottom.rotate-135[data-v-bb3f9e62],.resize-handler.right-top.rotate-135[data-v-bb3f9e62]{cursor:ns-resize}.resize-handler.left-bottom.rotate-0[data-v-bb3f9e62],.resize-handler.right-top.rotate-0[data-v-bb3f9e62],.resize-handler.top.rotate-45[data-v-bb3f9e62],.resize-handler.bottom.rotate-45[data-v-bb3f9e62],.resize-handler.left-top.rotate-90[data-v-bb3f9e62],.resize-handler.right-bottom.rotate-90[data-v-bb3f9e62],.resize-handler.left.rotate-135[data-v-bb3f9e62],.resize-handler.right.rotate-135[data-v-bb3f9e62]{cursor:nesw-resize}.resize-handler.left.rotate-0[data-v-bb3f9e62],.resize-handler.right.rotate-0[data-v-bb3f9e62],.resize-handler.left-bottom.rotate-45[data-v-bb3f9e62],.resize-handler.right-top.rotate-45[data-v-bb3f9e62],.resize-handler.top.rotate-90[data-v-bb3f9e62],.resize-handler.bottom.rotate-90[data-v-bb3f9e62],.resize-handler.left-top.rotate-135[data-v-bb3f9e62],.resize-handler.right-bottom.rotate-135[data-v-bb3f9e62]{cursor:ew-resize}.border-line[data-v-1adef18d]{border:0 dashed #d14424;position:absolute;inset:0}.border-line.top[data-v-1adef18d]{border-top-width:1px}.border-line.bottom[data-v-1adef18d]{border-bottom-width:1px}.border-line.left[data-v-1adef18d]{border-left-width:1px}.border-line.right[data-v-1adef18d]{border-right-width:1px}.border-line.wide[data-v-1adef18d]:before{content:"";cursor:move;background:0 0;position:absolute}.border-line.wide.top[data-v-1adef18d]:before{width:calc(100% + 16px);height:16px;top:-8px;left:-8px}.border-line.wide.bottom[data-v-1adef18d]:before{width:calc(100% + 16px);height:16px;bottom:-8px;left:-8px}.border-line.wide.left[data-v-1adef18d]:before{width:16px;height:calc(100% + 16px);top:-8px;left:-8px}.border-line.wide.right[data-v-1adef18d]:before{width:16px;height:calc(100% + 16px);top:-8px;right:-8px}.rotate-handler[data-v-9f21fc0f]{cursor:grab;background-color:#fff;border:1px solid #d14424;border-radius:1px;width:10px;height:10px;margin-left:-5px;position:absolute;top:-25px}.rotate-handler[data-v-9f21fc0f]:active{cursor:grabbing}.multi-select-operate[data-v-2eeeab07]{z-index:101;position:absolute;top:0;left:0}.image-element-operate.cliping[data-v-1086ac56]{visibility:hidden}.operate-keypoint-handler[data-v-0446e530]{background-color:#ffe873;border:1px solid #d14424;border-radius:1px;width:10px;height:10px;margin:-5px 0 0 -5px;position:absolute;top:0;left:0}svg[data-v-fde4f02f]{pointer-events:none;transform-origin:0 0;position:absolute;top:0;left:0}.anchor-line[data-v-fde4f02f]{stroke-width:1px;stroke-dasharray:5 5;opacity:.5}.link-handler[data-v-821fa8e0]{color:#d14424;background-color:#fff;align-items:center;height:30px;padding:0 10px;font-size:12px;display:flex;position:absolute;left:0;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.link[data-v-821fa8e0]{word-break:keep-all;white-space:nowrap;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;max-width:300px;margin-right:20px;overflow:hidden}.btns[data-v-821fa8e0]{align-items:center;display:flex}.btns .btn[data-v-821fa8e0]{word-break:keep-all;cursor:pointer}.ai-exercise-entry[data-v-76810e26]{z-index:100;position:absolute;top:-34px;left:0}.ai-exercise-entry__btn[data-v-76810e26]{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#3b82f6 0%,#6366f1 100%);border:0;border-radius:13px;align-items:center;gap:4px;height:26px;padding:0 10px;font-size:12px;font-weight:600;display:inline-flex;box-shadow:0 3px 10px #3b82f659}.ai-exercise-entry__btn.is-busy[data-v-76810e26]{opacity:.7;cursor:wait}.ai-exercise-entry__star[data-v-76810e26]{font-size:11px}.ai-exercise-warn[data-v-76810e26]{z-index:5001;color:#92400e;background:#fffbeb;border:1px solid #fcd34d;border-radius:8px;max-width:280px;padding:8px 12px;font-size:12px;line-height:1.5;position:fixed;box-shadow:0 8px 24px #0000001f}.ai-exercise-panel[data-v-76810e26]{z-index:5000;color:#1f2937;background:#fff;border:1px solid #e5e7eb;border-radius:10px;width:320px;position:fixed;overflow:hidden;box-shadow:0 16px 40px #00000029}.ai-exercise-panel__head[data-v-76810e26]{background:linear-gradient(135deg,#eff6ff,#f5f3ff);border-bottom:1px solid #eee;justify-content:space-between;align-items:center;height:36px;padding:0 12px;display:flex}.ai-exercise-panel__title[data-v-76810e26]{color:#2563eb;font-size:13px;font-weight:600}.ai-exercise-panel__close[data-v-76810e26]{color:#6b7280;cursor:pointer;background:0 0;border:0;font-size:18px;line-height:1}.ai-exercise-panel__row[data-v-76810e26]{gap:6px;padding:12px 12px 6px;display:flex}.ai-exercise-panel__input[data-v-76810e26]{border:1px solid #d1d5db;border-radius:6px;outline:none;flex:1;height:32px;padding:0 10px;font-size:13px}.ai-exercise-panel__input[data-v-76810e26]:focus{border-color:#3b82f6}.ai-exercise-panel__send[data-v-76810e26]{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:6px;width:32px}.ai-exercise-panel__send[data-v-76810e26]:disabled{cursor:not-allowed;background:#cbd5e1}.ai-exercise-panel__divider[data-v-76810e26]{color:#9ca3af;padding:6px 12px 4px;font-size:11px}.ai-exercise-panel__quick[data-v-76810e26]{grid-template-columns:1fr 1fr;gap:6px;padding:0 12px 12px;display:grid}.ai-exercise-panel__qbtn[data-v-76810e26]{color:#4b5563;cursor:pointer;background:#f9fafb;border:1px solid #0000;border-radius:6px;height:30px;font-size:13px}.ai-exercise-panel__qbtn[data-v-76810e26]:hover{color:#2563eb;background:#eff6ff;border-color:#bfdbfe}.ai-exercise-panel__loading[data-v-76810e26]{text-align:center;color:#6b7280;padding:28px;font-size:13px}.ai-exercise-panel__result[data-v-76810e26]{padding:12px}.ai-exercise-panel__result-text[data-v-76810e26]{white-space:pre-wrap;word-break:break-word;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;max-height:200px;margin:0 0 10px;padding:10px;font-family:inherit;font-size:13px;line-height:1.6;overflow-y:auto}.ai-exercise-panel__result-actions[data-v-76810e26]{justify-content:flex-end;gap:8px;display:flex}.ai-exercise-panel__rbtn[data-v-76810e26]{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;height:30px;padding:0 14px;font-size:13px}.ai-exercise-panel__rbtn--primary[data-v-76810e26]{color:#fff;background:#2563eb;border-color:#2563eb}.operate[data-v-b17a74f4]{z-index:100;-webkit-user-select:none;user-select:none;position:absolute}.operate.multi-select[data-v-b17a74f4]{opacity:.2}.animation-index[data-v-b17a74f4]{font-size:12px;position:absolute;top:0;left:-24px}.animation-index .index-item[data-v-b17a74f4]{color:#d14424;background-color:#fff;border:1px solid #d14424;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.animation-index .index-item+.index-item[data-v-b17a74f4]{margin-top:5px}.base-element-image[data-v-8d1cb81f]{position:absolute}.rotate-wrapper[data-v-8d1cb81f]{width:100%;height:100%}.element-content[data-v-8d1cb81f]{width:100%;height:100%;position:relative}.element-content .image-content[data-v-8d1cb81f]{width:100%;height:100%;position:relative;overflow:hidden}.element-content img[data-v-8d1cb81f]{position:absolute}.color-mask[data-v-8d1cb81f]{position:absolute;inset:0}.base-element-text[data-v-bc97ab31]{position:absolute}.rotate-wrapper[data-v-bc97ab31]{width:100%;height:100%}.element-content[data-v-bc97ab31]{word-break:break-word;padding:10px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;line-height:1.5;position:relative}.element-content .text[data-v-bc97ab31]{position:relative}.element-content .text.thumbnail[data-v-bc97ab31]{pointer-events:none}.base-element-shape[data-v-d0325812]{position:absolute}.rotate-wrapper[data-v-d0325812]{width:100%;height:100%}.element-content[data-v-d0325812]{width:100%;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;position:relative}.element-content svg[data-v-d0325812]{transform-origin:0 0;display:block;overflow:visible}.shape-text[data-v-d0325812]{word-break:break-word;flex-direction:column;padding:10px;line-height:1.5;display:flex;position:absolute;inset:0}.shape-text.top[data-v-d0325812]{justify-content:flex-start}.shape-text.middle[data-v-d0325812]{justify-content:center}.shape-text.bottom[data-v-d0325812]{justify-content:flex-end}.base-element-line[data-v-64acff54]{position:absolute}.element-content[data-v-64acff54]{width:100%;height:100%;position:relative}.element-content svg[data-v-64acff54]{transform-origin:0 0;overflow:visible}.base-element-chart[data-v-39138f9a]{position:absolute}.base-element-chart.is-thumbnail[data-v-39138f9a]{pointer-events:none}.rotate-wrapper[data-v-39138f9a],.element-content[data-v-39138f9a]{width:100%;height:100%}.static-table[data-v-6d887dcd]{-webkit-user-select:none;user-select:none;position:relative}table[data-v-6d887dcd]{table-layout:fixed;border-collapse:collapse;border-spacing:0;word-wrap:break-word;-webkit-user-select:none;user-select:none;--themeColor:$themeColor;--subThemeColor1:$themeColor;--subThemeColor2:$themeColor;border:0;width:100%;position:relative}table.theme[data-v-6d887dcd]{background-color:#fff}table.theme tr:nth-child(2n) .cell[data-v-6d887dcd]{background-color:var(--subThemeColor1)}table.theme tr:nth-child(odd) .cell[data-v-6d887dcd]{background-color:var(--subThemeColor2)}table.theme.row-header tr:first-child .cell[data-v-6d887dcd],table.theme.row-footer tr:last-child .cell[data-v-6d887dcd],table.theme.col-header tr .cell[data-v-6d887dcd]:first-child,table.theme.col-footer tr .cell[data-v-6d887dcd]:last-child{background-color:var(--themeColor)}table .cell[data-v-6d887dcd]{white-space:normal;word-wrap:break-word;vertical-align:middle;background-clip:padding-box;position:relative}table .cell-text[data-v-6d887dcd]{padding:5px;line-height:1.5}.base-element-table[data-v-09243be1]{position:absolute}.rotate-wrapper[data-v-09243be1]{width:100%;height:100%}.element-content[data-v-09243be1]{width:100%;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;position:relative}.base-element-latex[data-v-93374af9]{position:absolute}.rotate-wrapper[data-v-93374af9]{width:100%;height:100%}.element-content[data-v-93374af9]{width:100%;height:100%;position:relative}.element-content svg[data-v-93374af9]{transform-origin:0 0;overflow:visible}.base-element-video[data-v-fedd23de]{position:absolute}.rotate-wrapper[data-v-fedd23de]{width:100%;height:100%}.element-content[data-v-fedd23de]{background-color:#000;background-position:50%;background-repeat:no-repeat;background-size:contain;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.icon[data-v-fedd23de]{color:#aaa;font-size:140px}.base-element-audio[data-v-da63e584]{position:absolute}.rotate-wrapper[data-v-da63e584]{width:100%;height:100%}.element-content[data-v-da63e584]{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.audio-icon[data-v-da63e584]{cursor:move}.thumbnail-slide[data-v-c8cdb1af]{-webkit-user-select:none;user-select:none;background-color:#fff;overflow:hidden}.elements[data-v-c8cdb1af]{transform-origin:0 0}.background[data-v-c8cdb1af]{background-position:50%;width:100%;height:100%;position:absolute}.placeholder[data-v-c8cdb1af]{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.tabs[data-v-b168ee66]{-webkit-user-select:none;user-select:none;line-height:1;display:flex}.tabs[data-v-b168ee66]:not(.card){border-bottom:1px solid #e5e7eb;justify-content:flex-start;align-items:center;font-size:13px}.tabs:not(.card).space-around[data-v-b168ee66]{justify-content:space-around}.tabs:not(.card).space-between[data-v-b168ee66]{justify-content:space-between}.tabs:not(.card) .tab[data-v-b168ee66]{text-align:center;cursor:pointer;border-bottom:2px solid #0000;padding:8px 10px}.tabs:not(.card) .tab.active[data-v-b168ee66]{border-bottom:2px solid var(--color,#d14424)}.tabs:not(.card) .tab.disabled[data-v-b168ee66]{opacity:.35;cursor:default}.tabs.card[data-v-b168ee66]{flex-shrink:0;height:40px;font-size:12px}.tabs.card .tab[data-v-b168ee66]{cursor:pointer;background-color:#f9f9f9;border-bottom:1px solid #e5e7eb;flex:1;justify-content:center;align-items:center;display:flex}.tabs.card .tab.active[data-v-b168ee66]{background-color:#0000;border-bottom-color:#0000}.tabs.card .tab+.tab[data-v-b168ee66]{border-left:1px solid #e5e7eb}.button[data-v-3a484f58]{text-align:center;color:#41464b;-webkit-user-select:none;user-select:none;letter-spacing:1px;cursor:pointer;border-radius:2px;outline:0;height:32px;padding:0 15px;font-size:13px;line-height:32px}.button.small[data-v-3a484f58]{letter-spacing:0;height:24px;padding:0 7px;font-size:12px;line-height:24px}.button.default[data-v-3a484f58]{color:#41464b;background-color:#fff;border:1px solid #d9d9d9}.button.default[data-v-3a484f58]:hover{color:#d14424;border-color:#d14424}.button.primary[data-v-3a484f58]{color:#fff;background-color:#d14424;border:1px solid #d14424}.button.primary[data-v-3a484f58]:hover{background-color:#de5d40;border-color:#de5d40}.button.checkbox[data-v-3a484f58],.button.radio[data-v-3a484f58]{color:#41464b;background-color:#fff;border:1px solid #d9d9d9}.button.checkbox[data-v-3a484f58]:not(.checked):hover,.button.radio[data-v-3a484f58]:not(.checked):hover{color:#d14424}.button.checked[data-v-3a484f58]{color:#fff;background-color:#d14424;border-color:#d14424}.button.checked[data-v-3a484f58]:hover{background-color:#de5d40;border-color:#de5d40}.button.disabled[data-v-3a484f58]{color:#b7b7b7;cursor:default;background-color:#f5f5f5;border:1px solid #d9d9d9}.select[data-v-d2f4ad8d]{-webkit-user-select:none;user-select:none;cursor:pointer;background-color:#fff;border:1px solid #d9d9d9;border-radius:2px;width:100%;height:32px;padding-right:32px;font-size:13px;transition:border-color .25s;position:relative}.select[data-v-d2f4ad8d]:not(.disabled):hover{border-color:#d14424}.select.disabled[data-v-d2f4ad8d]{color:#b7b7b7;cursor:default;background-color:#f5f5f5;border-color:#dcdcdc}.select .selector[data-v-d2f4ad8d]{white-space:nowrap;text-overflow:ellipsis;min-width:50px;height:30px;padding-left:10px;line-height:30px;overflow:hidden}.options[data-v-d2f4ad8d]{text-align:left;-webkit-user-select:none;user-select:none;max-height:260px;padding:5px;font-size:13px;overflow:auto}.option[data-v-d2f4ad8d]{white-space:nowrap;text-overflow:ellipsis;border-radius:2px;height:32px;padding:0 5px;line-height:32px;overflow:hidden}.option.disabled[data-v-d2f4ad8d]{color:#b7b7b7}.option[data-v-d2f4ad8d]:not(.disabled,.selected):hover{cursor:pointer;background-color:#d144240d}.option.selected[data-v-d2f4ad8d]{color:#d14424;font-weight:700}.icon[data-v-d2f4ad8d]{color:#bfbfbf;justify-content:center;align-items:center;width:32px;height:30px;display:flex;position:absolute;top:0;right:0}.link-dialog[data-v-3f7f37cf]{font-size:13px;line-height:1.675}.input[data-v-3f7f37cf]{width:100%;height:32px}.preview[data-v-3f7f37cf]{margin-top:12px}.thumbnail[data-v-3f7f37cf]{border:1px solid #d1442426;border-radius:2px;margin-top:5px}.btns[data-v-3f7f37cf]{text-align:right;margin-top:20px}.modal[data-v-c3030e06],.mask[data-v-c3030e06]{z-index:5000;width:100%;height:100%;top:0;left:0}.modal[data-v-c3030e06]{border:0;outline:0;justify-content:center;align-items:center;display:flex;position:fixed}.mask[data-v-c3030e06]{background:#00000040;position:absolute}.modal-content[data-v-c3030e06]{z-index:5001;background:#fff;border-radius:2px;padding:20px;position:relative;overflow:hidden;box-shadow:0 1px 3px #0003}.close-btn[data-v-c3030e06]{cursor:pointer;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:absolute;top:16px;right:16px}.modal-fade-enter-active[data-v-c3030e06]{animation:.25s ease-in both modal-fade-enter-c3030e06}.modal-fade-leave-active[data-v-c3030e06]{animation:.25s ease-out both modal-fade-leave-c3030e06}.modal-zoom-enter-active[data-v-c3030e06]{animation:.25s cubic-bezier(.4,0,0,1.5) both modal-zoom-enter-c3030e06}.modal-zoom-leave-active[data-v-c3030e06]{animation:.25s both modal-zoom-leave-c3030e06}@keyframes modal-fade-enter-c3030e06{0%{opacity:0}}@keyframes modal-fade-leave-c3030e06{to{opacity:0}}@keyframes modal-zoom-enter-c3030e06{0%{transform:scale3d(.3,.3,.3)}}@keyframes modal-zoom-leave-c3030e06{to{transform:scale3d(.3,.3,.3)}}.canvas[data-v-51e5282c]{-webkit-user-select:none;user-select:none;background-color:#f9f9f9;height:100%;position:relative;overflow:hidden}.drag-mask[data-v-51e5282c]{cursor:grab;position:absolute;inset:0}.viewport-wrapper[data-v-51e5282c]{position:absolute;box-shadow:0 0 0 1px #00000003,0 0 12px #0000001a}.viewport[data-v-51e5282c]{transform-origin:0 0;position:absolute;top:0;left:0}.shape-item-thumbnail[data-v-2896ae03]{cursor:pointer;position:relative}.shape-content[data-v-2896ae03]{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.shape-content:hover .shape-path[data-v-2896ae03]:not(.outlined){stroke:#d14424}.shape-content:hover .shape-path.outlined[data-v-2896ae03]{fill:#d14424}.shape-content svg[data-v-2896ae03]:not(:root){overflow:visible}.shape-pool[data-v-d92f642a]{width:340px;max-height:520px;margin-top:-8px;margin-bottom:-8px;margin-right:-10px;padding-top:10px;padding-right:10px;overflow:auto}.category-name[data-v-d92f642a]{color:#555;background-color:#f1f1f1;border-left:4px solid #bbb;width:100%;margin-bottom:10px;padding:3px 0 3px 8px;font-size:12px}.shape-list[data-v-d92f642a]{flex-wrap:wrap;align-content:flex-start;margin-bottom:10px;display:flex}.shape-item[data-v-d92f642a]{flex-shrink:0;width:8%;height:0;margin-bottom:2.22222%;padding-bottom:8%}.shape-item[data-v-d92f642a]:not(:nth-child(10n)){margin-right:2.22222%}.line-pool[data-v-fd42a3c4]{width:220px;margin-bottom:-12px;margin-right:-12px;padding-right:12px;overflow:auto}.category-name[data-v-fd42a3c4]{color:#555;background-color:#f1f1f1;border-left:4px solid #bbb;width:100%;margin-bottom:10px;padding:3px 0 3px 8px;font-size:12px}.line-list[data-v-fd42a3c4]{flex-wrap:wrap;align-content:flex-start;margin-bottom:10px;display:flex}.line-item[data-v-fd42a3c4]{cursor:pointer;flex-shrink:0;width:19%;height:0;margin-bottom:1.25%;padding-bottom:19%;position:relative}.line-item[data-v-fd42a3c4]:not(:nth-child(5n)){margin-right:1.25%}.line-content[data-v-fd42a3c4]{color:#999;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.line-content[data-v-fd42a3c4]:hover{color:#d14424}.line-content svg[data-v-fd42a3c4]:not(:root){overflow:visible}.chart-pool[data-v-dcbe7529]{flex-wrap:wrap;align-content:flex-start;width:240px;margin-bottom:-5px;display:flex}.chart-item[data-v-dcbe7529]{cursor:pointer;flex-shrink:0;width:24%;height:0;margin-bottom:1.33333%;padding-bottom:25%;position:relative}.chart-item[data-v-dcbe7529]:not(:nth-child(4n)){margin-right:1.33333%}.chart-content[data-v-dcbe7529]{color:#999;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.chart-content[data-v-dcbe7529]:hover{color:#d14424}.chart-content .name[data-v-dcbe7529]{margin-top:4px}.number-input[data-v-d29dcc59]{background-color:#fff;border:1px solid #d9d9d9;border-radius:2px;padding:0 0 0 5px;font-size:13px;transition:border-color .25s;display:inline-flex}.number-input .input-wrap[data-v-d29dcc59]{color:#41464b;flex:1;padding:0 0 0 5px;position:relative}.number-input:not(.disabled) .input-wrap:hover .handlers[data-v-d29dcc59]{opacity:1}.number-input .handlers[data-v-d29dcc59]{color:#999;opacity:0;-webkit-user-select:none;user-select:none;background-color:#fff;flex-direction:column;width:20px;font-size:6px;transition:opacity .25s;display:flex;position:absolute;top:0;bottom:0;right:0}.number-input .handlers .handler[data-v-d29dcc59]{cursor:pointer;border-left:1px solid #d9d9d9;justify-content:center;align-items:center;width:100%;height:50%;display:flex}.number-input .handlers .handler+.handler[data-v-d29dcc59]{border-top:1px solid #d9d9d9}.number-input .handlers .handler[data-v-d29dcc59]:hover{color:#d14424}.number-input input[data-v-d29dcc59]{border:0;outline:0;width:calc(100% - 5px);min-width:0;height:30px;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:30px}.number-input input[data-v-d29dcc59]::placeholder{color:#bfbfbf}.number-input[data-v-d29dcc59]:not(.disabled):hover,.number-input.focused[data-v-d29dcc59]{border-color:#d14424}.number-input.disabled[data-v-d29dcc59]{color:#b7b7b7;background-color:#f5f5f5;border-color:#dcdcdc}.number-input.disabled input[data-v-d29dcc59]{color:#b7b7b7}.number-input .prefix[data-v-d29dcc59],.number-input .suffix[data-v-d29dcc59]{-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;line-height:30px;display:flex}.table-generator[data-v-dcc16f05]{width:100%;margin-top:-10px}.title[data-v-dcc16f05]{-webkit-user-select:none;user-select:none;background-color:#f9f9f9;border-top-left-radius:2px;border-top-right-radius:2px;justify-content:space-between;height:28px;margin:0 -10px 10px;padding:0 14px;font-size:12px;line-height:28px;display:flex}.title .right[data-v-dcc16f05]{cursor:pointer}.title .right[data-v-dcc16f05]:hover{color:#d14424}table[data-v-dcc16f05]{border-collapse:separate}td[data-v-dcc16f05]{background-color:#f7f7f7;border:2px solid #fff;width:23px;height:23px;line-height:23px}.cell[data-v-dcc16f05]{border:1px solid #dcdcdc;width:100%;height:100%}.cell.active[data-v-dcc16f05]{background-color:#d144241a;border-color:#d14424}.custom[data-v-dcc16f05]{width:230px}.custom .row[data-v-dcc16f05]{align-items:center;display:flex}.custom .row+.row[data-v-dcc16f05]{margin-top:10px}.btns[data-v-dcc16f05]{text-align:right;margin-top:10px}.btns .btn[data-v-dcc16f05]{margin-left:10px}.media-input[data-v-202f420d]{width:480px}.btns[data-v-202f420d]{justify-content:space-between;margin-top:10px;display:flex}svg[data-v-fa1b116d]{overflow:hidden}.textarea[data-v-23cd1706]{box-sizing:border-box;resize:none;background-color:#fff;border:1px solid #d9d9d9;border-radius:2px;outline:0;width:100%;padding:10px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.675;transition:border-color .25s}.textarea[data-v-23cd1706]:focus{background-color:#fff;border-color:#d14424}.textarea.resizable[data-v-23cd1706]{resize:vertical}.textarea.disabled[data-v-23cd1706]{color:#b7b7b7;background-color:#f5f5f5;border-color:#dcdcdc}.textarea[data-v-23cd1706]::placeholder{color:#bfbfbf}.latex-editor[data-v-1cd3dde1]{height:560px}.container[data-v-1cd3dde1]{height:calc(100% - 50px);display:flex}.left[data-v-1cd3dde1]{flex-direction:column;flex-shrink:0;width:540px;height:100%;display:flex}.input-area[data-v-1cd3dde1]{flex:1}.input-area textarea[data-v-1cd3dde1]{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;border-color:#e5e7eb!important;height:100%!important;padding:10px!important}.input-area textarea[data-v-1cd3dde1]:focus{box-shadow:none!important}.preview[data-v-1cd3dde1]{text-align:center;-webkit-user-select:none;user-select:none;border:1px solid #e5e7eb;border-radius:2px;justify-content:center;align-items:center;height:160px;margin-top:20px;display:flex}.placeholder[data-v-1cd3dde1]{color:#888;font-size:13px}.preview-content[data-v-1cd3dde1]{justify-content:center;align-items:center;width:100%;height:100%;padding:10px;display:flex}.right[data-v-1cd3dde1]{-webkit-user-select:none;user-select:none;background-color:#fff;border:1px solid #e5e7eb;border-radius:2px;flex-direction:column;width:280px;height:100%;margin-left:20px;display:flex;overflow:hidden}.content[data-v-1cd3dde1]{height:calc(100% - 40px);font-size:13px}.formula[data-v-1cd3dde1]{height:100%;overflow:auto;overflow:overlay;padding:12px}.formula-item+.formula-item[data-v-1cd3dde1]{margin-top:10px}.formula-item .formula-title[data-v-1cd3dde1]{margin-bottom:5px}.formula-item .formula-item-content[data-v-1cd3dde1]{cursor:pointer;background-color:#f9f9f9;border-radius:2px;align-items:center;height:60px;padding:5px;display:flex}.symbol[data-v-1cd3dde1]{flex-direction:column;height:100%;display:flex}.symbol-pool[data-v-1cd3dde1]{overflow:auto;overflow:overlay;flex-wrap:wrap;flex:1;padding:12px;display:flex}.symbol-item[data-v-1cd3dde1]{border-radius:2px;justify-content:center;align-items:center;display:flex}.symbol-item[data-v-1cd3dde1]:hover{cursor:pointer;background-color:#f9f9f9}.footer[data-v-1cd3dde1]{justify-content:flex-end;align-items:flex-end;height:50px;display:flex}.footer .btn[data-v-1cd3dde1]{margin-left:10px}.canvas-tool[data-v-1e4f632d]{-webkit-user-select:none;user-select:none;background-color:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;padding:0 10px;font-size:13px;display:flex;position:relative}.left-handler[data-v-1e4f632d],.more[data-v-1e4f632d]{align-items:center;display:flex}.more-icon[data-v-1e4f632d]{display:none}.popover-menu-item[data-v-1e4f632d]{padding:8px 10px;display:flex}.popover-menu-item.center[data-v-1e4f632d]{justify-content:center}.popover-menu-item .icon[data-v-1e4f632d]{margin-right:8px;font-size:18px}.add-element-handler[data-v-1e4f632d]{display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.add-element-handler>div[data-v-1e4f632d]{flex-shrink:0}.add-element-handler .insert-handler-item[data-v-1e4f632d]{cursor:pointer;border-radius:2px;justify-content:center;align-items:center;height:30px;margin:0 2px;padding:0 10px;font-size:14px;display:flex;overflow:hidden}.add-element-handler .insert-handler-item[data-v-1e4f632d]:not(.group-btn):hover,.add-element-handler .insert-handler-item.active[data-v-1e4f632d]{background-color:#f1f1f1}.add-element-handler .insert-handler-item .icon[data-v-1e4f632d]{margin-right:4px}.add-element-handler .insert-handler-item.group-btn[data-v-1e4f632d]{margin-right:6px;padding:0}.add-element-handler .insert-handler-item.group-btn[data-v-1e4f632d]:hover{background-color:#f3f3f3}.add-element-handler .insert-handler-item.group-btn .group-btn-main[data-v-1e4f632d]{justify-content:center;align-items:center;height:100%;padding:0 5px;display:flex}.add-element-handler .insert-handler-item.group-btn .group-btn-main[data-v-1e4f632d]:hover{background-color:#e9e9e9}.add-element-handler .insert-handler-item.group-btn .arrow[data-v-1e4f632d]{justify-content:center;align-items:center;height:100%;padding:0 1px;font-size:12px;display:flex}.add-element-handler .insert-handler-item.group-btn .arrow[data-v-1e4f632d]:hover{background-color:#e9e9e9}.handler-item[data-v-1e4f632d]{cursor:pointer;border-radius:2px;justify-content:center;align-items:center;height:30px;margin:0 2px;font-size:14px;display:flex;overflow:hidden}.handler-item.disable[data-v-1e4f632d]{opacity:.5}.left-handler .handler-item[data-v-1e4f632d],.right-handler .handler-item[data-v-1e4f632d]{padding:0 8px}.left-handler .handler-item.active[data-v-1e4f632d],.left-handler .handler-item[data-v-1e4f632d]:not(.disable):hover,.right-handler .handler-item.active[data-v-1e4f632d],.right-handler .handler-item[data-v-1e4f632d]:not(.disable):hover{background-color:#f1f1f1}.right-handler[data-v-1e4f632d]{align-items:center;display:flex}.right-handler .text[data-v-1e4f632d]{text-align:center;cursor:pointer;width:40px;display:inline-block}.right-handler .viewport-size[data-v-1e4f632d]{font-size:13px}@media screen and (width<=1600px){.add-element-handler .insert-handler-item .icon[data-v-1e4f632d]{margin-right:0}.add-element-handler .insert-handler-item .text[data-v-1e4f632d]{display:none}}@media screen and (width<=1366px){.add-element-handler .insert-handler-item[data-v-1e4f632d]{padding:0 6px}}@media screen and (width<=1200px){.right-handler .text[data-v-1e4f632d],.more>.handler-item[data-v-1e4f632d]{display:none}.more-icon[data-v-1e4f632d]{display:block}}@media screen and (width<=1000px){.left-handler[data-v-1e4f632d],.right-handler[data-v-1e4f632d]{display:none}}.templates[data-v-10e669f8]{-webkit-user-select:none;user-select:none;width:500px;height:500px;display:flex}.catalogs[data-v-10e669f8]{border-right:1px solid #e5e7eb;width:108px;margin-right:10px;padding-right:10px;overflow:auto}.catalogs .catalog[data-v-10e669f8]{cursor:pointer;border-radius:2px;padding:7px 8px}.catalogs .catalog[data-v-10e669f8]:hover{background-color:#f5f5f5}.catalogs .catalog.active[data-v-10e669f8]{color:#d14424;background-color:#d144240d;border-right:2px solid #d14424;font-weight:700}.catalogs .catalog+.catalog[data-v-10e669f8]{margin-top:3px}.content[data-v-10e669f8]{flex-direction:column;display:flex}.header[data-v-10e669f8]{justify-content:space-between;align-items:center;margin-bottom:10px;padding-right:4px;display:flex}.header:hover .insert-all[data-v-10e669f8]{opacity:1;transition:opacity .2s}.types[data-v-10e669f8]{display:flex}.types .type[data-v-10e669f8]{cursor:pointer;border-radius:2px;padding:3px 8px;font-size:12px}.types .type+.type[data-v-10e669f8]{margin-left:4px}.types .type.active[data-v-10e669f8]{color:#d14424;background-color:#d144240d;font-weight:700}.types .type[data-v-10e669f8]:hover{background-color:#f5f5f5}.insert-all[data-v-10e669f8]{opacity:0;color:#d14424;cursor:pointer;font-size:12px;text-decoration:underline}.list[data-v-10e669f8]{flex-wrap:wrap;align-content:flex-start;width:392px;margin-right:-10px;padding:2px 10px 2px 2px;display:flex;overflow:auto}.slide-item[data-v-10e669f8]{width:48%;margin-bottom:4%;position:relative}.slide-item[data-v-10e669f8]:not(:nth-child(2n)){margin-right:4%}.slide-item:hover .btns[data-v-10e669f8]{opacity:1}.slide-item:hover .thumbnail[data-v-10e669f8]{outline-color:#d14424}.slide-item .btns[data-v-10e669f8]{opacity:0;background-color:#00000040;border-radius:2px;flex-direction:column;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}.slide-item .thumbnail[data-v-10e669f8]{cursor:pointer;border-radius:2px;outline:2px solid #e5e7eb;transition:outline .2s}.thumbnails[data-v-5bcc61f5]{-webkit-user-select:none;user-select:none;background-color:#fff;border-right:1px solid #e5e7eb;flex-direction:column;display:flex}.add-slide[data-v-5bcc61f5]{cursor:pointer;border-bottom:1px solid #e5e7eb;flex-shrink:0;height:40px;font-size:12px;display:flex}.add-slide .btn[data-v-5bcc61f5]{flex:1;justify-content:center;align-items:center;display:flex}.add-slide .btn[data-v-5bcc61f5]:hover{background-color:#f9f9f9}.add-slide .select-btn[data-v-5bcc61f5]{border-left:1px solid #e5e7eb;justify-content:center;align-items:center;width:30px;height:100%;display:flex}.add-slide .select-btn[data-v-5bcc61f5]:hover{background-color:#f9f9f9}.add-slide .icon[data-v-5bcc61f5]{margin-right:3px;font-size:12px}.thumbnail-list[data-v-5bcc61f5]{flex:1;padding:5px 0;overflow:auto}.thumbnail-item[data-v-5bcc61f5]{justify-content:center;align-items:center;padding:5px 0;display:flex;position:relative}.thumbnail-item .thumbnail[data-v-5bcc61f5]{border-radius:2px;outline:2px solid #d1442426}.thumbnail-item.active .label[data-v-5bcc61f5]{color:#d14424}.thumbnail-item.active .thumbnail[data-v-5bcc61f5],.thumbnail-item.selected .thumbnail[data-v-5bcc61f5]{outline-color:#d14424}.thumbnail-item.selected .note-flag[data-v-5bcc61f5]{background-color:#d14424}.thumbnail-item.selected .note-flag[data-v-5bcc61f5]:after{border-top-color:#d14424}.thumbnail-item .note-flag[data-v-5bcc61f5]{color:#fff;text-align:center;cursor:pointer;background-color:#d14424bf;border-radius:1px;width:16px;height:12px;font-size:8px;line-height:12px;position:absolute;top:13px;left:8px}.thumbnail-item .note-flag[data-v-5bcc61f5]:after{content:"";border:4px solid #0000;border-top-color:#d14424bf;width:0;height:0;position:absolute;top:10px;left:4px}.label[data-v-5bcc61f5]{color:#999;cursor:grab;width:20px;font-size:12px}.label.offset-left[data-v-5bcc61f5]{position:relative;left:-4px}.label[data-v-5bcc61f5]:active{cursor:grabbing}.page-number[data-v-5bcc61f5]{text-align:center;color:#666;border-top:1px solid #e5e7eb;height:40px;font-size:12px;line-height:40px}.section-title[data-v-5bcc61f5]{color:#555;height:26px;padding:6px 8px 2px 18px;font-size:12px}.section-title.contextmenu-active[data-v-5bcc61f5]{color:#d14424}.section-title.contextmenu-active .text[data-v-5bcc61f5]:before{border-bottom-color:#d14424;border-right-color:#d14424}.section-title .text[data-v-5bcc61f5]{align-items:center;display:flex;position:relative}.section-title .text[data-v-5bcc61f5]:before{content:"";border:3px solid #555;border-color:#0000 #555 #555 #0000;width:0;height:0;margin-right:5px}.section-title .text .text-content[data-v-5bcc61f5]{white-space:nowrap;text-overflow:ellipsis;display:inline-block;overflow:hidden}.section-title input[data-v-5bcc61f5]{border:0;outline:0;width:100%;padding:0;font-size:12px}.slider[data-v-1feba2ff]{-webkit-user-select:none;user-select:none;width:100%;height:12px;padding:4px 0}.slider.disabled .track[data-v-1feba2ff]{background-color:#b4b4b4}.slider.disabled .thumb[data-v-1feba2ff]{outline:2px solid #b4b4b4}.slider[data-v-1feba2ff]:not(.disabled){cursor:pointer}.slider:not(.disabled) .bar[data-v-1feba2ff]:hover{background-color:#f0f0f0}.slider:not(.disabled) .track[data-v-1feba2ff]:hover{background-color:#de5d40}.slider:not(.disabled) .thumb[data-v-1feba2ff]:hover,.slider:not(.disabled) .thumb[data-v-1feba2ff]:active{outline:4px solid #d14424}.bar[data-v-1feba2ff]{-webkit-user-select:none;user-select:none;background-color:#f5f5f5;border-radius:2px;width:calc(100% - 10px);height:4px;margin-left:5px;transition:background-color .2s;position:relative}.track[data-v-1feba2ff]{background-color:#d14424;height:100%;transition:background-color .2s;position:absolute;top:0;left:0}.thumb[data-v-1feba2ff]{z-index:100;background-color:#fff;border-radius:50%;outline:2px solid #d14424;width:10px;height:10px;position:absolute;top:50%;left:0;transform:translate(-50%,-50%)}.thumb[data-v-1feba2ff]:hover:before,.thumb[data-v-1feba2ff]:hover:after,.thumb[data-v-1feba2ff]:active:before,.thumb[data-v-1feba2ff]:active:after{display:block}.thumb[data-v-1feba2ff]:before{content:attr(data-tooltip);text-align:center;color:#fff;background-color:#262626;border-radius:2px;min-width:28px;padding:6px 5px;font-size:12px;display:none;position:absolute;bottom:24px;left:50%;transform:translate(-50%)}.thumb[data-v-1feba2ff]:after{content:"";border:5px solid #0000;border-top-color:#262626;display:none;position:absolute;bottom:15px;left:50%;transform:translate(-50%)}.row[data-v-c3b27b40]{align-items:center;width:100%;margin-bottom:10px;display:flex}.color-btn[data-v-8cb8643d]{justify-content:center;align-items:center;width:100%;padding:0!important;display:flex!important}.color-block[data-v-8cb8643d]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAEBJREFUOE9jfPbs2X8GIoCkpCQRqhgYGEcNxBlOo2GIM2iGQLL5//8/UTnl+fPnxOWUUQNxhtNoGOLOKYM+2QAAh2Nq10DwkukAAAAASUVORK5CYII=);outline:1px dashed #6666661f;flex:1;height:20px;margin-left:8px}.content[data-v-8cb8643d]{width:100%;height:100%}.color-btn-icon[data-v-8cb8643d]{color:#bfbfbf;width:32px;font-size:13px}.checkerboard[data-v-29516e84]{background-size:contain;position:absolute;inset:0}.alpha[data-v-b1c5a3d5]{position:absolute;inset:0}.alpha-checkboard-wrap[data-v-b1c5a3d5]{position:absolute;inset:0;overflow:hidden}.alpha-gradient[data-v-b1c5a3d5]{position:absolute;inset:0}.alpha-container[data-v-b1c5a3d5]{cursor:pointer;z-index:2;height:100%;margin:0 3px;position:relative}.alpha-pointer[data-v-b1c5a3d5]{z-index:2;position:absolute}.alpha-picker[data-v-b1c5a3d5]{cursor:pointer;background:#fff;width:4px;height:8px;margin-top:1px;transform:translate(-2px);box-shadow:0 0 2px #0009}.hue[data-v-f29291a4]{background:linear-gradient(90deg,red 0%,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);position:absolute;inset:0}.hue-container[data-v-f29291a4]{cursor:pointer;height:100%;margin:0 2px;position:relative}.hue-pointer[data-v-f29291a4]{z-index:2;position:absolute;top:0}.hue-picker[data-v-f29291a4]{cursor:pointer;background:#fff;width:4px;height:8px;margin-top:1px;transform:translate(-2px);box-shadow:0 0 2px #0009}.saturation[data-v-6f10929e],.saturation-white[data-v-6f10929e],.saturation-black[data-v-6f10929e]{cursor:pointer;position:absolute;inset:0}.saturation-white[data-v-6f10929e]{background:linear-gradient(90deg,#fff,#fff0)}.saturation-black[data-v-6f10929e]{background:linear-gradient(#0000,#000)}.saturation-pointer[data-v-6f10929e]{cursor:pointer;position:absolute}.saturation-circle[data-v-6f10929e]{border-radius:50%;width:4px;height:4px;transform:translate(-2px,-2px);box-shadow:0 0 0 1.5px #fff,inset 0 0 1px 1px #0000004d,0 0 1px 2px #0006}.editable-input[data-v-7786ec60]{text-align:center;width:100%;font-size:14px;position:relative;overflow:hidden}.editable-input[data-v-7786ec60]:after{content:"#";color:#999;position:absolute;top:50%;left:0;transform:translateY(-50%)}.input-content[data-v-7786ec60]{text-align:center;border:0;border-bottom:1px solid #ddd;outline:none;width:100%;padding:4px}.input-label[data-v-7786ec60]{text-transform:capitalize}.color-picker[data-v-b0929a4f]{-webkit-user-select:none;user-select:none;background:#fff;width:240px;margin-bottom:-10px;position:relative}.picker-saturation-wrap[data-v-b0929a4f]{width:100%;padding-bottom:50%;position:relative;overflow:hidden}.picker-controls[data-v-b0929a4f]{display:flex}.picker-sliders[data-v-b0929a4f]{flex:1;padding:4px 0}.picker-hue-wrap[data-v-b0929a4f]{height:10px;position:relative}.picker-alpha-wrap[data-v-b0929a4f]{height:10px;margin-top:4px;position:relative;overflow:hidden}.picker-color-wrap[data-v-b0929a4f]{outline:1px dashed #6666661f;width:24px;height:24px;margin-top:4px;margin-right:4px;position:relative}.picker-color-wrap .checkerboard[data-v-b0929a4f]{background-size:auto}.picker-current-color[data-v-b0929a4f]{z-index:2;position:absolute;inset:0}.picker-field[data-v-b0929a4f]{margin-top:4px;margin-bottom:8px;display:flex}.picker-field .transparent[data-v-b0929a4f]{cursor:pointer;width:24px;height:24px;margin-left:8px;position:relative}.picker-field .transparent[data-v-b0929a4f]:after{content:"";background-color:red;width:26px;height:2px;position:absolute;top:11px;left:-1px;transform:rotate(-45deg)}.picker-field .transparent .checkerboard[data-v-b0929a4f]{background-size:auto}.picker-field .straw[data-v-b0929a4f]{cursor:pointer;background-color:#f5f5f5;outline:1px solid #f1f1f1;justify-content:center;align-items:center;width:24px;height:24px;margin-left:8px;font-size:20px;display:flex}.picker-field .input[data-v-b0929a4f]{flex:1}.picker-presets[data-v-b0929a4f]{flex-wrap:wrap;align-content:flex-start;display:flex}.picker-presets-color[data-v-b0929a4f]{cursor:pointer;flex-shrink:0;width:7%;height:0;margin-bottom:3.33333%;padding-bottom:7%;position:relative}.picker-presets-color[data-v-b0929a4f]:not(:nth-child(10n)){margin-right:3.33333%}.picker-presets-color.alpha[data-v-b0929a4f]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAADBJREFUOE9jfPbs2X8GPEBSUhKfNAPjqAHDIgz+//+PNx08f/4cfzoYNYCBceiHAQC5flV5JzgrxQAAAABJRU5ErkJggg==)}.picker-presets-color.white[data-v-b0929a4f]:after{content:"";border:1px solid #f5f5f5;position:absolute;inset:0}.picker-presets-color-content[data-v-b0929a4f]{position:absolute;inset:0}.picker-gradient-presets[data-v-b0929a4f]{flex-wrap:wrap;align-content:flex-start;display:flex}.picker-gradient-col[data-v-b0929a4f]{flex-direction:column;width:7%;margin-bottom:3.33333%;display:flex}.picker-gradient-col[data-v-b0929a4f]:not(:nth-child(10n)){margin-right:3.33333%}.picker-gradient-color[data-v-b0929a4f]{cursor:pointer;width:100%;height:16px;position:relative}.recent-colors-title[data-v-b0929a4f]{margin-bottom:4px;font-size:12px}.switch[data-v-a0d44a99]{cursor:pointer;height:20px;display:inline-block}.switch:not(.disabled).active .switch-core[data-v-a0d44a99]{background-color:#d14424;border-color:#d14424}.switch:not(.disabled).active .switch-core[data-v-a0d44a99]:after{margin-left:-17px;left:100%}.switch.disabled[data-v-a0d44a99]{cursor:default}.switch.disabled .switch-core[data-v-a0d44a99]:after{background-color:#f5f5f5}.switch-core[data-v-a0d44a99]{box-sizing:border-box;vertical-align:middle;background:#d9d9d9;border:1px solid #d9d9d9;border-radius:10px;outline:none;width:40px;height:20px;margin:0;transition:border-color .3s,background-color .3s;display:inline-block;position:relative}.switch-core[data-v-a0d44a99]:after{content:"";background-color:#fff;border-radius:100%;width:16px;height:16px;transition:all .3s;position:absolute;top:1px;left:1px}.select[data-v-cbb6c62c]{-webkit-user-select:none;user-select:none;cursor:pointer;background-color:#fff;border:1px solid #d9d9d9;border-radius:2px;width:100%;height:32px;padding-right:32px;font-size:13px;transition:border-color .25s;position:relative}.select[data-v-cbb6c62c]:not(.disabled):hover{border-color:#d14424}.select.disabled[data-v-cbb6c62c]{color:#b7b7b7;cursor:default;background-color:#f5f5f5;border-color:#dcdcdc}.select .selector[data-v-cbb6c62c]{white-space:nowrap;text-overflow:ellipsis;min-width:50px;height:30px;padding-left:10px;line-height:30px;overflow:hidden}.options[data-v-cbb6c62c]{text-align:left;-webkit-user-select:none;user-select:none;max-height:260px;padding:5px;font-size:13px;overflow:auto}.icon[data-v-cbb6c62c]{color:#bfbfbf;justify-content:center;align-items:center;width:32px;height:30px;display:flex;position:absolute;top:0;right:0}.row[data-v-ee2e9ad5]{align-items:center;width:100%;height:30px;margin-bottom:10px;display:flex}.switch-wrapper[data-v-ee2e9ad5]{text-align:right}.option[data-v-ee2e9ad5]{border-radius:2px;height:32px;padding:0 5px}.option[data-v-ee2e9ad5]:not(.selected):hover{cursor:pointer;background-color:#d144240d}.option.selected[data-v-ee2e9ad5]{color:#d14424;font-weight:700}.row[data-v-671988a4]{align-items:center;width:100%;height:30px;margin-bottom:10px;display:flex}.switch-wrapper[data-v-671988a4]{text-align:right}.text-color-btn[data-v-97cd463a]{flex-direction:column;justify-content:center;align-items:center;width:100%;padding:0;display:flex!important}.text-color-block[data-v-97cd463a]{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAACdJREFUGFdjfPbs2X8GBgYGSUlJEMXAiCHw//9/sIrnz59DVKALAADNxxVfaiODNQAAAABJRU5ErkJggg==);width:17px;height:4px;margin-top:1px}.text-color-block .text-color-block-content[data-v-97cd463a]{width:100%;height:100%}.button-group[data-v-6a640ef5]{align-items:center;display:flex}.button-group[data-v-6a640ef5] button.button{border-left-width:1px;border-right-width:0;border-radius:0;display:inline-block}.button-group[data-v-6a640ef5]:not(.passive) button.button:not(:last-child,.radio,.checkbox):hover{position:relative}.button-group[data-v-6a640ef5]:not(.passive) button.button:not(:last-child,.radio,.checkbox):hover:after{content:"";background-color:#d14424;width:1px;height:calc(100% + 2px);position:absolute;top:-1px;right:-1px}.button-group[data-v-6a640ef5]:not(.passive) button.button:first-child{border-left-width:1px;border-top-left-radius:2px;border-bottom-left-radius:2px}.button-group[data-v-6a640ef5]:not(.passive) button.button:last-child{border-right-width:1px;border-top-right-radius:2px;border-bottom-right-radius:2px}.button-group.passive[data-v-6a640ef5] button.button:not(.last,.radio,.checkbox):hover{position:relative}.button-group.passive[data-v-6a640ef5] button.button:not(.last,.radio,.checkbox):hover:after{content:"";background-color:#d14424;width:1px;height:calc(100% + 2px);position:absolute;top:-1px;right:-1px}.button-group.passive[data-v-6a640ef5] button.button.first{border-left-width:1px;border-top-left-radius:2px;border-bottom-left-radius:2px}.button-group.passive[data-v-6a640ef5] button.button.last{border-right-width:1px;border-top-right-radius:2px;border-bottom-right-radius:2px}.select-group[data-v-ed58c719]{align-items:center;display:flex}.select-group[data-v-ed58c719] .select-wrap .select{border-left-width:0;border-right-width:0;border-radius:0}.select-group[data-v-ed58c719] .select-wrap+.select-wrap .select{border-left-width:1px}.select-group[data-v-ed58c719] .select-wrap:hover+.select-wrap .select{border-left-color:#d14424}.select-group[data-v-ed58c719] .select-wrap:first-child .select{border-left-width:1px;border-top-left-radius:2px;border-bottom-left-radius:2px}.select-group[data-v-ed58c719] .select-wrap:last-child .select{border-right-width:1px;border-top-right-radius:2px;border-bottom-right-radius:2px}.rich-text-base[data-v-66d25112]{-webkit-user-select:none;user-select:none}.rich-text-base[data-v-66d25112] .ai-loading{border:1px solid #d14424;border-top-color:#0000;border-radius:50%;width:16px;height:16px;margin-top:8px;animation:.8s linear infinite spinner-66d25112;display:inline-block}.row[data-v-66d25112]{align-items:center;width:100%;margin-bottom:10px;display:flex}.font-size-btn[data-v-66d25112]{padding:0}.link-popover[data-v-66d25112]{width:240px}.link-popover .btns[data-v-66d25112]{text-align:right;margin-top:10px}.list-wrap[data-v-66d25112]{color:#666;flex-wrap:wrap;align-content:flex-start;width:176px;margin:-12px;padding:8px;display:flex}.list[data-v-66d25112]{cursor:pointer;background-color:#f9f9f9;padding:4px 4px 4px 20px}.list[data-v-66d25112]:not(:nth-child(3n)){margin-right:8px}.list[data-v-66d25112]:nth-child(4),.list[data-v-66d25112]:nth-child(5),.list[data-v-66d25112]:nth-child(6){margin-top:8px}.list[data-v-66d25112]:hover{color:#d14424}.list:hover span[data-v-66d25112]{background-color:#d14424}.list-item[data-v-66d25112]{width:24px;height:12px;font-size:10px;position:relative;top:-2px}.list-item span[data-v-66d25112]{background-color:#666;width:100%;height:2px;display:inline-block;position:absolute;top:8px}.popover-btn[data-v-66d25112]{padding:0 3px}@keyframes spinner-66d25112{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.text-style-panel[data-v-091a54dc]{-webkit-user-select:none;user-select:none}.row[data-v-091a54dc]{align-items:center;width:100%;margin-bottom:10px;display:flex}.preset-style[data-v-091a54dc]{flex-wrap:wrap;margin-bottom:10px;display:flex}.preset-style-item[data-v-091a54dc]{box-sizing:border-box;cursor:pointer;border:1px solid #d6d6d6;justify-content:center;align-items:center;width:50%;height:50px;transition:all .2s;display:flex;position:relative}.preset-style-item[data-v-091a54dc]:hover{color:#d14424;z-index:1;border-color:#d14424}.preset-style-item[data-v-091a54dc]:nth-child(2n){margin-left:-1px}.preset-style-item[data-v-091a54dc]:nth-child(n+3){margin-top:-1px}.row[data-v-243728c4],.row[data-v-e7ba40ca]{align-items:center;width:100%;margin-bottom:10px;display:flex}.switch-wrapper[data-v-e7ba40ca]{text-align:right}.filter[data-v-e7ba40ca]{font-size:12px}.filter-item[data-v-e7ba40ca]{justify-content:center;align-items:center;padding:6px 0;display:flex}.filter-item .name[data-v-e7ba40ca]{width:60px}.filter-item .filter-slider[data-v-e7ba40ca]{flex:1;margin:0 6px}.presets[data-v-e7ba40ca]{flex-wrap:wrap;align-content:flex-start;margin-bottom:5px;display:flex}.preset-item[data-v-e7ba40ca]{cursor:pointer;flex-direction:column;justify-content:center;align-items:center;width:31%;margin-bottom:3.5%;display:flex}.preset-item[data-v-e7ba40ca]:not(:nth-child(3n)){margin-right:3.5%}.preset-item img[data-v-e7ba40ca]{max-width:100%;max-height:120px}.preset-item .preset-label[data-v-e7ba40ca]{color:#888;font-size:12px}.row[data-v-89fa4a7d]{align-items:center;width:100%;margin-bottom:10px;display:flex}.switch-wrapper[data-v-89fa4a7d]{text-align:right}.row[data-v-16032506]{align-items:center;width:100%;margin-bottom:10px;display:flex}.switch-wrapper[data-v-16032506]{text-align:right}.origin-image[data-v-16032506]{background-color:#f9f9f9;background-position:50%;background-repeat:no-repeat;background-size:contain;height:100px;margin-bottom:10px}.full-width-btn[data-v-16032506]{width:100%;margin-bottom:10px}.clip[data-v-16032506]{width:250px;font-size:12px}.clip .title[data-v-16032506]{margin-bottom:5px}.shape-clip[data-v-16032506]{flex-wrap:wrap;align-content:flex-start;margin-bottom:10px;display:flex}.shape-clip-item[data-v-16032506]{cursor:pointer;justify-content:center;align-items:center;width:16%;margin-bottom:5%;display:flex}.shape-clip-item[data-v-16032506]:not(:nth-child(5n)){margin-right:5%}.shape-clip-item:hover .shape[data-v-16032506]{background-color:#ccc}.shape-clip-item .shape[data-v-16032506]{background-color:#e1e1e1;width:40px;height:40px}.popover-btn[data-v-16032506]{padding:0 3px}.gradient-bar[data-v-2e693738]{width:calc(100% - 10px);height:18px;margin:3px 0;padding:1px 0;position:relative;left:5px}.gradient-bar .bar[data-v-2e693738]{border:1px solid #d9d9d9;height:16px}.gradient-bar .point[data-v-2e693738]{cursor:pointer;background-color:#fff;border:2px solid #fff;border-radius:1px;outline:1px solid #d9d9d9;width:10px;height:18px;position:absolute;top:0;box-shadow:0 0 2px 2px #d9d9d9}.gradient-bar .point.active[data-v-2e693738]{outline:1px solid #d14424;box-shadow:0 0 2px 2px #d14424}.shape-style-panel[data-v-08c63406]{-webkit-user-select:none;user-select:none}.row[data-v-08c63406]{align-items:center;width:100%;margin-bottom:10px;display:flex}.font-size-btn[data-v-08c63406]{padding:0}.title[data-v-08c63406]{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.shape-pool[data-v-08c63406]{border:1px solid #e5e7eb;width:235px;height:150px;margin-bottom:20px;padding:5px 10px 5px 5px;overflow:auto}.shape-list[data-v-08c63406]{flex-wrap:wrap;align-content:flex-start;display:flex}.shape-item[data-v-08c63406]{flex-shrink:0;width:14%;height:0;margin-bottom:3.2%;padding-bottom:14%}.shape-item[data-v-08c63406]:not(:nth-child(6n)){margin-right:3.2%}.pattern-image-wrapper[data-v-08c63406]{margin-bottom:10px}.pattern-image[data-v-08c63406]{border:1px dashed #e5e7eb;border-radius:2px;height:0;padding-bottom:56.25%;transition:all .2s;position:relative}.pattern-image[data-v-08c63406]:hover{color:#d14424;border-color:#d14424}.pattern-image .content[data-v-08c63406]{cursor:pointer;background-position:50%;background-repeat:no-repeat;background-size:contain;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.line-style-panel[data-v-85dd7d83]{-webkit-user-select:none;user-select:none}.row[data-v-85dd7d83]{align-items:center;width:100%;margin-bottom:10px;display:flex}.title[data-v-85dd7d83]{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.line-pool-wrapper[data-v-85dd7d83]{border:1px solid #e5e7eb;width:235px;margin-bottom:20px;padding:5px}.line-type-list[data-v-85dd7d83]{flex-wrap:wrap;align-content:flex-start;display:flex}.line-type-item[data-v-85dd7d83]{color:#999;cursor:pointer;flex-shrink:0;width:14%;height:0;margin-bottom:0;padding-bottom:14%;position:relative}.line-type-item[data-v-85dd7d83]:not(:nth-child(6n)){margin-right:3.2%}.line-type-item[data-v-85dd7d83]:hover{color:#d14424}.line-type-content[data-v-85dd7d83]{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.line-btn[data-v-85dd7d83]{justify-content:space-between;align-items:center;display:flex;padding:0!important}.line-btn .line-wrapper[data-v-85dd7d83]{margin-left:8px}.line-wrapper[data-v-85dd7d83]{overflow:visible}.preset-point-style[data-v-85dd7d83]{padding:0 10px}.preset-point-style+.preset-point-style[data-v-85dd7d83]{margin-top:10px}.option[data-v-85dd7d83]{border-radius:2px;height:32px;padding:0 5px}.option[data-v-85dd7d83]:not(.selected):hover{cursor:pointer;background-color:#d144240d}.option.selected[data-v-85dd7d83]{color:#d14424;font-weight:700}.chart-data-editor[data-v-6dc6c050]{width:600px;position:relative}.editor-content[data-v-6dc6c050]{width:100%;height:360px;overflow:auto;overflow:overlay;border-bottom:1px solid #ccc;border-right:1px solid #ccc;padding-top:20px;padding-left:30px;position:relative}.range-box[data-v-6dc6c050]{z-index:100;-webkit-user-select:none;user-select:none;position:absolute;top:20px;left:30px}.temp-range[data-v-6dc6c050]{background-color:#8888884d;width:0;height:0;position:absolute;top:0;left:0}.range-line[data-v-6dc6c050]{border:0 solid #d14424;width:0;height:0;position:absolute;top:0;left:0}.range-line.t[data-v-6dc6c050]{border-top-width:1px}.range-line.b[data-v-6dc6c050]{border-bottom-width:1px}.range-line.l[data-v-6dc6c050]{border-left-width:1px}.range-line.r[data-v-6dc6c050]{border-right-width:1px}.resizable[data-v-6dc6c050]{cursor:nwse-resize;width:12px;height:12px;margin:-9px 0 0 -9px;position:absolute;top:0;left:0}.resizable[data-v-6dc6c050]:after{content:"";background-color:#d14424;width:4px;height:12px;position:absolute;top:0;right:0}.resizable[data-v-6dc6c050]:before{content:"";background-color:#d14424;width:12px;height:4px;position:absolute;bottom:0;right:0}table[data-v-6dc6c050]{-webkit-user-select:none;user-select:none;table-layout:fixed;width:100%;height:100%}table td[data-v-6dc6c050]{text-align:center;vertical-align:middle;border:1px solid #ccc;width:100px;height:32px}table td.head[data-v-6dc6c050]{background-color:#d1442414}table .item[data-v-6dc6c050]{text-align:center;background-color:#0000;border:0;outline:0;width:100%;height:100%;padding:0;font-size:13px}.btns[data-v-6dc6c050]{justify-content:space-between;margin-top:10px;display:flex}.btns .btn[data-v-6dc6c050]{margin-left:10px}.btns .left[data-v-6dc6c050]{align-items:center;font-size:12px;display:flex}.btns .left .change[data-v-6dc6c050]{color:#ccc;-webkit-user-select:none;user-select:none;cursor:pointer;margin-left:5px}.btns .left .change[data-v-6dc6c050]:hover{text-decoration:underline}.col-header[data-v-6dc6c050]{background-color:#f9f9f9;border:0;border-top:1px solid #ccc;border-left:1px solid #ccc;width:auto;height:20px;display:flex;position:absolute;top:0;left:30px}.col-header-item[data-v-6dc6c050]{border-right:1px solid #ccc;width:100px;position:relative}.col-key[data-v-6dc6c050]{text-align:center;font-size:10px;line-height:20px}.row-header[data-v-6dc6c050]{background-color:#f9f9f9;border:0;border-top:1px solid #ccc;border-left:1px solid #ccc;width:30px;height:auto;position:absolute;top:20px;left:0}.row-header-item[data-v-6dc6c050]{border-bottom:1px solid #ccc;height:32px;position:relative}.row-key[data-v-6dc6c050]{justify-content:center;align-items:center;height:100%;font-size:10px;display:flex}.all-header[data-v-6dc6c050]{background-color:#f9f9f9;border:0;border-top:1px solid #ccc;border-left:1px solid #ccc;width:30px;height:20px;position:absolute;top:0;left:0}.all-header .triangle[data-v-6dc6c050]{position:absolute;bottom:4px;right:4px}.theme-colors-setting[data-v-5f3c65e7]{flex-direction:column;display:flex}.title[data-v-5f3c65e7]{margin-bottom:15px;font-size:17px;font-weight:700}.row[data-v-5f3c65e7]{align-items:center;width:100%;margin-bottom:10px;display:flex}.label[data-v-5f3c65e7]{font-size:13px}.btn[data-v-5f3c65e7]{width:100%;margin-top:12px}.color-btn-wrap[data-v-5f3c65e7]{position:relative}.delete-color-btn[data-v-5f3c65e7]{cursor:pointer;background-color:#fff;justify-content:center;align-items:center;width:30px;display:flex;position:absolute;top:2px;bottom:2px;right:2px}.color-btn[data-v-b43f94c6]{justify-content:center;align-items:center;width:100%;padding:0!important;display:flex!important}.blocks[data-v-b43f94c6]{outline:1px dashed #6666661f;flex:1;margin-left:8px;display:flex}.color-block[data-v-b43f94c6]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAEBJREFUOE9jfPbs2X8GIoCkpCQRqhgYGEcNxBlOo2GIM2iGQLL5//8/UTnl+fPnxOWUUQNxhtNoGOLOKYM+2QAAh2Nq10DwkukAAAAASUVORK5CYII=);flex:1;height:20px}.color-block+.color-block[data-v-b43f94c6]{margin-left:2px}.content[data-v-b43f94c6]{width:100%;height:100%}.color-btn-icon[data-v-b43f94c6]{color:#bfbfbf;width:32px;font-size:13px}.checkbox[data-v-40b4de83]{cursor:pointer;align-items:center;height:20px;display:flex}.checkbox:not(.disabled).checked .checkbox-input[data-v-40b4de83]{background-color:#d14424;border-color:#d14424}.checkbox:not(.disabled).checked .checkbox-input[data-v-40b4de83]:after{transform:rotate(45deg)scaleY(1)}.checkbox:not(.disabled).checked .checkbox-label[data-v-40b4de83]{color:#d14424}.checkbox.disabled[data-v-40b4de83]{color:#b7b7b7;cursor:default}.checkbox.disabled .checkbox-input[data-v-40b4de83]{background-color:#f5f5f5}.checkbox-input[data-v-40b4de83]{vertical-align:middle;z-index:1;background-color:#fff;border:1px solid #d9d9d9;border-radius:2px;width:16px;height:16px;transition:border-color .15s cubic-bezier(.71,-.46,.29,1.46),background-color .15s cubic-bezier(.71,-.46,.29,1.46);display:inline-block;position:relative}.checkbox-input[data-v-40b4de83]:after{content:"";transform-origin:50%;border:2px solid #fff;border-top:0;border-left:0;width:6px;height:9px;transition:transform .15s ease-in 50ms;position:absolute;top:1px;left:4px;transform:rotate(45deg)scaleY(0)}.checkbox-original[data-v-40b4de83]{opacity:0;z-index:-1;outline:0;width:0;height:0;margin:0;position:absolute}.checkbox-label[data-v-40b4de83]{-webkit-user-select:none;user-select:none;margin-left:5px;font-size:13px;line-height:20px}.chart-style-panel[data-v-4de7d324]{-webkit-user-select:none;user-select:none}.row[data-v-4de7d324]{align-items:center;width:100%;margin-bottom:10px;display:flex}.full-width-btn[data-v-4de7d324]{width:100%}.label[data-v-4de7d324]{margin-bottom:4px;font-size:12px}.preset-themes[data-v-4de7d324]{flex-wrap:wrap;align-content:flex-start;width:250px;display:flex}.preset-theme[data-v-4de7d324]{cursor:pointer;border:1px solid #ccc;border-radius:2px;width:48%;margin-bottom:4%;padding:2px;display:flex}.preset-theme[data-v-4de7d324]:not(:nth-child(2n)){margin-right:4%}.preset-theme[data-v-4de7d324]:hover{border-color:#d14424;transition:border-color .1s}.preset-theme-color[data-v-4de7d324]{flex:1;height:20px}.row[data-v-30efcb74]{align-items:center;width:100%;margin-bottom:10px;display:flex}.theme-switch[data-v-30efcb74]{margin-bottom:18px}.switch-wrapper[data-v-30efcb74]{text-align:right}.set-count[data-v-30efcb74]{justify-content:center;align-items:center;display:flex}.set-count .btn[data-v-30efcb74]{padding:0 8px}.set-count .count-text[data-v-30efcb74]{text-align:center;flex:1;margin:0 8px}.row[data-v-804447b1],.row[data-v-de66f541]{align-items:center;width:100%;margin-bottom:10px;display:flex}.title[data-v-de66f541],.background-image-wrapper[data-v-de66f541]{margin-bottom:10px}.background-image[data-v-de66f541]{border:1px dashed #e5e7eb;border-radius:2px;height:0;padding-bottom:56.25%;transition:all .2s;position:relative}.background-image[data-v-de66f541]:hover{color:#d14424;border-color:#d14424}.background-image .content[data-v-de66f541]{cursor:pointer;background-position:50%;background-repeat:no-repeat;background-size:contain;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.switch-row[data-v-de66f541]{height:32px}.switch-wrapper[data-v-de66f541]{text-align:right}.row[data-v-685cdba7]{align-items:center;width:100%;margin-bottom:10px;display:flex}.switch-row[data-v-685cdba7]{height:32px}.switch-wrapper[data-v-685cdba7]{text-align:right}.row[data-v-7259abef]{align-items:center;width:100%;margin-bottom:10px;display:flex}.title[data-v-7259abef]{margin-bottom:10px}.label[data-v-7259abef]{text-align:center}.icon-btn[data-v-7259abef]{text-align:center;cursor:pointer;display:inline-block}.icon-btn.active[data-v-7259abef]{color:#d14424}.text-btn[data-v-7259abef]{text-align:center;cursor:pointer;height:30px;line-height:30px}.text-btn[data-v-7259abef]:hover{background-color:#efefef;border-radius:2px}.element-animation-panel[data-v-d84831cc]{flex-direction:column;height:100%;display:flex}.element-animation[data-v-d84831cc]{align-items:center;height:32px;display:flex}.element-animation-btn[data-v-d84831cc]{width:100%}.config-item[data-v-d84831cc]{align-items:center;display:flex}.config-item+.config-item[data-v-d84831cc]{margin-top:5px}.tip[data-v-d84831cc]{justify-content:center;align-items:center;height:32px;font-style:italic;display:flex}.animation-pool[data-v-d84831cc]{width:400px;height:500px;margin-right:-10px;padding-right:5px;font-size:12px;position:relative;overflow:hidden auto}.animation-pool .mask[data-v-d84831cc]{position:absolute;inset:0}.animation-pool.in .type-title[data-v-d84831cc]{background-color:#68a49026;border-left-color:#68a490}.animation-pool.out .type-title[data-v-d84831cc]{background-color:#d8634426;border-left-color:#d86344}.animation-pool.attention .type-title[data-v-d84831cc]{background-color:#e8b76a26;border-left-color:#e8b76a}.pool-type[data-v-d84831cc]:not(:last-child){margin-bottom:5px}.type-title[data-v-d84831cc]{background-color:#eee;border-left:4px solid #aaa;width:100%;margin-bottom:10px;padding:4px 0 4px 10px;font-size:13px}.pool-item-wrapper[data-v-d84831cc]{flex-wrap:wrap;align-content:flex-start;display:flex}.pool-item[data-v-d84831cc]{text-align:center;cursor:pointer;width:24%;height:40px;margin-bottom:5px;line-height:40px}.pool-item[data-v-d84831cc]:not(:nth-child(4n)){margin-right:1.33333%}.animation-box[data-v-d84831cc]{background-color:#f9f9f9;border-radius:2px}.animation-sequence[data-v-d84831cc]{overflow:auto;overflow:overlay;flex:1;margin-right:-12px;padding-right:12px}.sequence-item[data-v-d84831cc]{border:1px solid #e5e7eb;border-radius:2px;margin-bottom:8px;padding:8px;transition:all .5s}.sequence-item.in.active[data-v-d84831cc]{border-color:#68a490}.sequence-item.out.active[data-v-d84831cc]{border-color:#d86344}.sequence-item.attention.active[data-v-d84831cc]{border-color:#e8b76a}.sequence-item.active[data-v-d84831cc]{height:auto}.sequence-item .sequence-content[data-v-d84831cc]{cursor:grab;align-items:center;display:flex}.sequence-item .sequence-content[data-v-d84831cc]:active{cursor:grabbing}.sequence-item .sequence-content .index[data-v-d84831cc]{flex:1}.sequence-item .sequence-content .text[data-v-d84831cc]{flex:6}.sequence-item .sequence-content .handler[data-v-d84831cc]{text-align:right;flex:2;font-size:15px}.sequence-item .sequence-content .handler-btn[data-v-d84831cc]{cursor:pointer;margin-left:8px}.theme-styles-extract[data-v-693fe4b8]{flex-direction:column;height:500px;display:flex}.content[data-v-693fe4b8]{flex:1;margin-right:-20px;padding-right:20px;overflow:auto}.config-item[data-v-693fe4b8]{border-bottom:1px dashed #f5f5f5;padding:12px 0 10px;font-size:13px}.label[data-v-693fe4b8]{align-items:center;margin-bottom:5px;display:flex}.label .tip[data-v-693fe4b8]{color:#999;font-size:12px}.values.inline[data-v-693fe4b8]{flex-wrap:wrap;align-content:flex-start;display:flex}.values.inline .value-wrap[data-v-693fe4b8]{cursor:pointer;width:9%;margin-bottom:1.11111%;margin-top:0!important}.values.inline .value-wrap[data-v-693fe4b8]:not(:nth-child(10n)){margin-right:1.11111%}.values.inline .value[data-v-693fe4b8]{height:25px;padding:0}.values.inline .value.disabled[data-v-693fe4b8]{opacity:.2;position:relative}.values.inline .value.disabled[data-v-693fe4b8]:after{content:"";background-color:#000;width:24px;height:2px;position:absolute;top:11px;left:-1px;transform:rotate(-45deg)}.values.inline .value.disabled[data-v-693fe4b8]:before{content:"";background-color:#000;width:24px;height:2px;position:absolute;top:11px;left:-1px;transform:rotate(45deg)}.values .value-wrap[data-v-693fe4b8]{justify-content:space-between;align-items:center;display:flex}.values .value-wrap+.value-wrap[data-v-693fe4b8]{margin-top:3px}.values .handler[data-v-693fe4b8]{flex:1;justify-content:space-between;align-items:center;margin-left:10px;font-size:12px;display:flex}.values .handler .state[data-v-693fe4b8]{opacity:0;font-size:15px}.values .handler .state.active[data-v-693fe4b8]{opacity:1}.values .handler .config-btn[data-v-693fe4b8]{cursor:pointer}.values .handler .config-btn[data-v-693fe4b8]:hover{color:#d14424}.values .value[data-v-693fe4b8]{text-align:center;white-space:nowrap;text-overflow:ellipsis;border:1px solid #e5e7eb;border-radius:2px;width:150px;height:25px;padding:0 5px;font-size:12px;line-height:25px;overflow:hidden}.btns[data-v-693fe4b8]{margin-top:12px}.btns .btn[data-v-693fe4b8]{width:100%}.theme-colors-setting[data-v-143da97d]{flex-direction:column;display:flex}.title[data-v-143da97d]{margin-bottom:15px;font-size:17px;font-weight:700}.row[data-v-143da97d]{align-items:center;width:100%;margin-bottom:10px;display:flex}.label[data-v-143da97d]{cursor:move;font-size:13px}.btn[data-v-143da97d]{width:100%;margin-top:12px}.slide-design-panel[data-v-7eddaaec]{-webkit-user-select:none;user-select:none}.row[data-v-7eddaaec]{align-items:center;width:100%;margin-bottom:10px;display:flex}.title[data-v-7eddaaec]{justify-content:space-between;margin-bottom:10px;display:flex}.title .more[data-v-7eddaaec]{cursor:pointer}.title .more .text[data-v-7eddaaec]{margin-right:3px;font-size:12px}.background-image-wrapper[data-v-7eddaaec]{margin-bottom:10px}.background-image[data-v-7eddaaec]{border:1px dashed #e5e7eb;border-radius:2px;height:0;padding-bottom:56.25%;transition:all .2s;position:relative}.background-image[data-v-7eddaaec]:hover{color:#d14424;border-color:#d14424}.background-image .content[data-v-7eddaaec]{cursor:pointer;background-position:50%;background-repeat:no-repeat;background-size:contain;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.canvas-size[data-v-7eddaaec]{color:#888;text-align:center;width:100%;font-size:12px}.theme-list[data-v-7eddaaec]{flex-wrap:wrap;align-content:flex-start;display:flex}.theme-item[data-v-7eddaaec]{cursor:pointer;border-radius:2px;width:48%;margin-bottom:4%;padding-bottom:27%;position:relative}.theme-item[data-v-7eddaaec]:not(:nth-child(2n)){margin-right:4%}.theme-item .theme-item-content[data-v-7eddaaec]{border:1px solid #e5e7eb;border-radius:2px;flex-direction:column;justify-content:center;padding:8px;display:flex;position:absolute;inset:0}.theme-item .text[data-v-7eddaaec]{font-size:15px}.theme-item .colors[data-v-7eddaaec]{margin-top:6px;display:flex}.theme-item .color-block[data-v-7eddaaec]{width:12px;height:12px;margin-right:2px}.theme-item:hover .btns[data-v-7eddaaec]{opacity:1}.theme-item .btns[data-v-7eddaaec]{opacity:0;background-color:#00000040;flex-direction:column;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}.option[data-v-7eddaaec]{border-radius:2px;height:32px;padding:0 5px}.option[data-v-7eddaaec]:not(.selected):hover{cursor:pointer;background-color:#d144240d}.option.selected[data-v-7eddaaec]{color:#d14424;font-weight:700}.animation-pool[data-v-606ebc31]{flex-wrap:wrap;margin-bottom:10px;display:flex}.animation-item[data-v-606ebc31]{box-sizing:border-box;cursor:pointer;border:1px solid #d6d6d6;flex-direction:column;justify-content:space-between;align-items:center;width:50%;height:100px;padding:20px 0 15px;display:flex;position:relative}.animation-item.active[data-v-606ebc31]{z-index:1;background-color:#d144240d;border-color:#d14424}.animation-item[data-v-606ebc31]:nth-child(2n){margin-left:-1px}.animation-item[data-v-606ebc31]:nth-child(n+3){margin-top:-1px}.animation-block[data-v-606ebc31]{color:#fff;background:#666;justify-content:center;align-items:center;width:64px;height:36px;display:flex;position:relative;overflow:hidden}.animation-block.fade[data-v-606ebc31]:hover:after{content:"PPTist";color:#fff;background-color:#d14424;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s linear fade-606ebc31;display:flex;position:absolute;top:0;left:0}.animation-block.slideX[data-v-606ebc31]:hover:after{content:"PPTist";color:#fff;background-color:#d14424;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s linear slideX-606ebc31;display:flex;position:absolute;top:0;left:0}.animation-block.slideY[data-v-606ebc31]:hover:after{content:"PPTist";color:#fff;background-color:#d14424;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s linear slideY-606ebc31;display:flex;position:absolute;top:0;left:0}.animation-block.slideX3D[data-v-606ebc31]:hover:after{content:"PPTist";color:#fff;background-color:#d14424;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s linear slideX3D-606ebc31;display:flex;position:absolute;top:0;left:0}.animation-block.slideY3D[data-v-606ebc31]:hover:after{content:"PPTist";color:#fff;background-color:#d14424;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s linear slideY3D-606ebc31;display:flex;position:absolute;top:0;left:0}.animation-block.rotate[data-v-606ebc31]:hover:after{transform-origin:0 0;content:"PPTist";color:#fff;background-color:#d14424;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s linear rotate-606ebc31;display:flex;position:absolute;top:0;left:0}.animation-block.scaleY[data-v-606ebc31]:hover:after{content:"PPTist";color:#fff;background-color:#d14424;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s linear scaleY-606ebc31;display:flex;position:absolute;top:0;left:0}.animation-block.scaleX[data-v-606ebc31]:hover:after{content:"PPTist";color:#fff;background-color:#d14424;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s linear scaleX-606ebc31;display:flex;position:absolute;top:0;left:0}.animation-block.scale[data-v-606ebc31]:hover:after{content:"PPTist";color:#fff;background-color:#d14424;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s linear scale-606ebc31;display:flex;position:absolute;top:0;left:0}.animation-block.scaleReverse[data-v-606ebc31]:hover:after{content:"PPTist";color:#fff;background-color:#d14424;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s linear scaleReverse-606ebc31;display:flex;position:absolute;top:0;left:0}.animation-text[data-v-606ebc31]{color:#333;text-align:center;font-size:12px}@keyframes fade-606ebc31{0%{opacity:0}to{opacity:1}}@keyframes slideX-606ebc31{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideY-606ebc31{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slideX3D-606ebc31{0%{transform:translate(100%)scale(.5)}to{transform:translate(0)}}@keyframes slideY3D-606ebc31{0%{transform:translateY(100%)scale(.5)}to{transform:translateY(0)}}@keyframes rotate-606ebc31{0%{transform:rotate(-90deg)}to{transform:rotate(0)}}@keyframes scaleY-606ebc31{0%{transform:scaleY(.1)}to{transform:scaleY(1)}}@keyframes scaleX-606ebc31{0%{transform:scaleX(.1)}to{transform:scaleY(1)}}@keyframes scale-606ebc31{0%{transform:scale(.25)}to{transform:scale(1)}}@keyframes scaleReverse-606ebc31{0%{transform:scale(2)}to{transform:scale(1)}}.row[data-v-126ad4b4],.row[data-v-0fc87eed]{align-items:center;width:100%;margin-bottom:10px;display:flex}.font-size-btn[data-v-0fc87eed]{padding:0}.option[data-v-0fc87eed]{border-radius:2px;height:32px;padding:0 5px}.option[data-v-0fc87eed]:not(.selected):hover{cursor:pointer;background-color:#d144240d}.option.selected[data-v-0fc87eed]{color:#d14424;font-weight:700}.toolbar[data-v-626f2fb0]{background-color:#fff;border-left:1px solid #e5e7eb;flex-direction:column;display:flex}.content[data-v-626f2fb0]{overflow:auto;overflow:overlay;padding:12px;font-size:13px}.editor[data-v-346d1205]{height:100%;overflow:auto}.prosemirror-editor[data-v-346d1205]{cursor:text;height:100%}.prosemirror-editor[data-v-346d1205] .ProseMirror{height:100%;padding:8px;font-size:12px;line-height:1.5;overflow:auto}.prosemirror-editor[data-v-346d1205] .ProseMirror>p[data-placeholder]:before{content:attr(data-placeholder);pointer-events:none;color:#66666680;font-size:12px;position:absolute}.menu[data-v-346d1205]{background-color:#fff;border:1px solid #e5e7eb;border-radius:2px;padding:6px 4px;display:flex;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.menu button[data-v-346d1205]{cursor:pointer;background-color:#fff;border:0;border-radius:2px;outline:0;justify-content:center;align-items:center;margin:0 3px;padding:3px;font-size:16px;display:flex}.menu button[data-v-346d1205]:hover,.menu button.active[data-v-346d1205]{color:#fff;background-color:#d14424}.remark[data-v-e4bfb2c8]{border-top:1px solid #e5e7eb;position:relative}.resize-handler[data-v-e4bfb2c8]{cursor:n-resize;z-index:2;height:7px;position:absolute;top:-3px;left:0;right:0}.export-img-dialog[data-v-cef1677a]{flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex;position:relative;overflow:hidden}.thumbnails-view[data-v-cef1677a]{position:absolute;inset:0}.thumbnails-view[data-v-cef1677a]:after{content:"";background-color:#fff;position:absolute;inset:0}.configs[data-v-cef1677a]{z-index:1;flex-direction:column;justify-content:center;width:350px;height:calc(100% - 80px);display:flex}.configs .row[data-v-cef1677a]{justify-content:center;align-items:center;margin-bottom:25px;display:flex}.configs .title[data-v-cef1677a]{width:100px;position:relative}.configs .title[data-v-cef1677a]:after{content:attr(data-range);position:absolute;top:20px;left:0}.configs .config-item[data-v-cef1677a]{flex:1}.btns[data-v-cef1677a]{z-index:1;justify-content:center;align-items:center;width:300px;height:80px;display:flex}.btns .export[data-v-cef1677a]{flex:1}.btns .close[data-v-cef1677a]{width:100px;margin-left:10px}.export-json-dialog[data-v-dd5f77d7]{flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex;position:relative;overflow:hidden}.preview[data-v-dd5f77d7]{color:#0451a5;background-color:#f9f9f9;width:100%;height:calc(100% - 90px);margin-bottom:10px;overflow:auto}pre[data-v-dd5f77d7]{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}.btns[data-v-dd5f77d7]{justify-content:center;align-items:center;width:300px;height:80px;display:flex}.btns .export[data-v-dd5f77d7]{flex:1}.btns .close[data-v-dd5f77d7]{width:100px;margin-left:10px}[data-v-dd5f77d7]::-webkit-scrollbar{background-color:#0000;width:10px;height:10px}[data-v-dd5f77d7]::-webkit-scrollbar-thumb{background-color:#e1e1e1;border-radius:5px}.export-pdf-dialog[data-v-83c32e50]{flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex;position:relative;overflow:hidden}.thumbnails-view[data-v-83c32e50]{position:absolute;inset:0}.thumbnails-view[data-v-83c32e50]:after{content:"";background-color:#fff;position:absolute;inset:0}.thumbnail.break-page[data-v-83c32e50]{-moz-column-break-after:page;break-after:page}.configs[data-v-83c32e50]{z-index:1;flex-direction:column;justify-content:center;width:300px;height:calc(100% - 80px);display:flex}.configs .row[data-v-83c32e50]{justify-content:center;align-items:center;margin-bottom:25px;display:flex}.configs .title[data-v-83c32e50]{width:100px}.configs .config-item[data-v-83c32e50]{flex:1}.configs .tip[data-v-83c32e50]{color:#aaa;margin-top:25px;font-size:12px;line-height:1.8}.btns[data-v-83c32e50]{z-index:1;justify-content:center;align-items:center;width:300px;height:80px;display:flex}.btns .export[data-v-83c32e50]{flex:1}.btns .close[data-v-83c32e50]{width:100px;margin-left:10px}.export-pptx-dialog[data-v-e78ee763]{flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex;position:relative;overflow:hidden}.thumbnails-view[data-v-e78ee763]{position:absolute;inset:0}.thumbnails-view[data-v-e78ee763]:after{content:"";background-color:#fff;position:absolute;inset:0}.configs[data-v-e78ee763]{z-index:1;flex-direction:column;justify-content:center;width:350px;height:calc(100% - 80px);display:flex}.configs .row[data-v-e78ee763]{justify-content:center;align-items:center;margin-bottom:25px;display:flex}.configs .title[data-v-e78ee763]{width:100px;position:relative}.configs .title[data-v-e78ee763]:after{content:attr(data-range);position:absolute;top:20px;left:0}.configs .config-item[data-v-e78ee763]{flex:1}.configs .tip[data-v-e78ee763]{color:#aaa;margin-top:10px;font-size:12px;line-height:1.8}.btns[data-v-e78ee763]{z-index:1;justify-content:center;align-items:center;width:300px;height:80px;display:flex}.btns .export[data-v-e78ee763]{flex:1}.btns .close[data-v-e78ee763]{width:100px;margin-left:10px}.export-pptist-dialog[data-v-b1434757]{flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex;position:relative;overflow:hidden}.configs[data-v-b1434757]{flex-direction:column;justify-content:center;width:350px;height:calc(100% - 80px);display:flex}.configs .row[data-v-b1434757]{justify-content:center;align-items:center;margin-bottom:25px;display:flex}.configs .title[data-v-b1434757]{width:100px;position:relative}.configs .title[data-v-b1434757]:after{content:attr(data-range);position:absolute;top:20px;left:0}.configs .config-item[data-v-b1434757]{flex:1}.configs .tip[data-v-b1434757]{color:#aaa;margin-top:25px;font-size:12px;line-height:1.8}.btns[data-v-b1434757]{justify-content:center;align-items:center;width:300px;height:80px;display:flex}.btns .export[data-v-b1434757]{flex:1}.btns .close[data-v-b1434757]{width:100px;margin-left:10px}.export-dialog[data-v-2ea96e84]{margin:-20px}.content[data-v-2ea96e84]{height:460px;overflow:auto;overflow:overlay;padding:12px;font-size:13px}.moveable-panel[data-v-dc1d82a1]{background-color:#fff;border:1px solid #e5e7eb;border-radius:2px;flex-direction:column;display:flex;position:fixed;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.resizer[data-v-dc1d82a1]{cursor:se-resize;width:10px;height:10px;position:absolute;bottom:0;right:0}.resizer[data-v-dc1d82a1]:after{content:"";transform-origin:50%;border:6px solid #0000;border-left-color:#e1e1e1;width:0;height:0;position:absolute;bottom:-4px;right:-4px;transform:rotate(45deg)}.header[data-v-dc1d82a1]{-webkit-user-select:none;user-select:none;cursor:move;border-bottom:1px solid #f0f0f0;align-items:center;height:40px;display:flex}.title[data-v-dc1d82a1]{flex:1;padding-left:10px;font-size:13px}.close-btn[data-v-dc1d82a1]{color:#666;cursor:pointer;justify-content:center;align-items:center;width:40px;height:40px;font-size:13px;display:flex}.close-btn[data-v-dc1d82a1]:hover{color:#d14424}.content[data-v-dc1d82a1]{flex:1;padding:10px;overflow:auto}.select-panel[data-v-4ccdb448]{-webkit-user-select:none;user-select:none;height:100%;font-size:12px}.handler[data-v-4ccdb448]{justify-content:space-between;align-items:center;height:24px;margin-bottom:8px;display:flex}.handler .icon-btns[data-v-4ccdb448]{flex:1;justify-content:flex-end;align-items:center;height:100%;display:flex}.handler .icon-btn[data-v-4ccdb448]{cursor:pointer;justify-content:center;align-items:center;width:16px;height:100%;display:flex}.handler .icon-btn[data-v-4ccdb448]:hover{color:#d14424}.empty[data-v-4ccdb448]{color:#999;justify-content:center;align-items:center;width:100%;height:100%;font-style:italic;display:flex}.element-list[data-v-4ccdb448]{height:calc(100% - 32px);margin-right:-10px;padding-right:10px;overflow:auto}.item[data-v-4ccdb448]{cursor:pointer;border-radius:2px;align-items:center;padding:5px;font-size:12px;display:flex}.item.active[data-v-4ccdb448]{background-color:#d144241a}.item.group-active[data-v-4ccdb448]{background-color:#d1442433}.item.lock[data-v-4ccdb448]{cursor:default}.item[data-v-4ccdb448]:not(.lock):hover{background-color:#d1442440;transition:background-color .2s}.item .name[data-v-4ccdb448]{white-space:nowrap;text-overflow:ellipsis;flex:1;height:18px;line-height:18px;overflow:hidden}.item .icons[data-v-4ccdb448]{justify-content:flex-end;align-items:center;margin-left:10px;display:flex}.item .icons .icon[data-v-4ccdb448]{cursor:pointer;margin-left:6px}.item .icons .icon[data-v-4ccdb448]:hover{color:#d14424}.group-els[data-v-4ccdb448]{padding:5px 0}.group-els .group-title[data-v-4ccdb448]{margin-bottom:5px;padding:0 5px}.group-els .item[data-v-4ccdb448]{margin-left:15px}.input[data-v-4ccdb448]{background-color:#0000;border:0;outline:0;flex:1;width:100%;height:16px;padding-left:0;padding-right:0;font-size:12px}.search-panel[data-v-231c1eb7]{font-size:13px}.content[data-v-231c1eb7]{flex-direction:column;justify-content:space-between;display:flex}.input[data-v-231c1eb7]{margin-top:10px}.count[data-v-231c1eb7]{-webkit-user-select:none;user-select:none;margin-right:8px;font-size:12px}.ignore-case[data-v-231c1eb7]{-webkit-user-select:none;user-select:none;cursor:pointer;font-size:12px}.ignore-case.active[data-v-231c1eb7]{color:#d14424}.next-btn[data-v-231c1eb7]{-webkit-user-select:none;user-select:none;cursor:pointer;justify-content:center;align-items:center;width:22px;height:100%;display:flex;margin:0!important}.next-btn[data-v-231c1eb7]:hover{color:#d14424}.footer[data-v-231c1eb7]{justify-content:flex-end;align-items:center;margin-top:10px;display:flex}.close-btn[data-v-231c1eb7]{color:#666;cursor:pointer;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;display:flex;position:absolute;top:8px;right:3px}.close-btn[data-v-231c1eb7]:hover{color:#d14424}.notes-panel[data-v-04133117]{-webkit-user-select:none;user-select:none;height:100%;font-size:12px}.container[data-v-04133117]{flex-direction:column;height:100%;display:flex}.notes[data-v-04133117]{flex:1;margin:0 -10px;padding:2px 12px;overflow:auto}.empty[data-v-04133117]{color:#999;justify-content:center;align-items:center;width:100%;height:100%;font-style:italic;display:flex}.note[data-v-04133117]{border:1px solid #eee;border-radius:4px;padding:10px}.note+.note[data-v-04133117]{margin-top:10px}.note.active[data-v-04133117]{background-color:#f7f7f7}.note .header[data-v-04133117]{justify-content:space-between;align-items:flex-start;margin-bottom:8px;display:flex}.note .header:hover .btns[data-v-04133117]{opacity:1}.note .user[data-v-04133117]{align-items:center;display:flex}.note .user .avatar[data-v-04133117]{color:#fff;background-color:#42ba97;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;margin-right:10px;font-size:18px;display:flex}.note .user .username[data-v-04133117]{font-size:14px}.note .user .time[data-v-04133117]{color:#aaa;font-size:12px}.note .btns[data-v-04133117]{opacity:0;align-items:center;display:flex}.note .btns .btn[data-v-04133117]{cursor:pointer;margin-left:5px}.note .btns .btn[data-v-04133117]:hover{color:#d14424;text-decoration:underline}.note .replies[data-v-04133117]{margin-top:15px;margin-left:20px}.note .replies .reply-item[data-v-04133117]{margin-top:10px}.note .replies .reply-item .content[data-v-04133117]{margin-top:5px}.note-reply[data-v-04133117]{margin-top:15px}.reply-btns[data-v-04133117]{text-align:right;margin-top:5px}.reply-btns .btn[data-v-04133117]{margin-left:8px}.send[data-v-04133117]{text-align:right;flex-direction:column;flex-shrink:0;justify-content:flex-end;height:120px;display:flex}.send .footer[data-v-04133117]{align-items:center;margin-top:10px;display:flex}.send .footer .btn.icon[data-v-04133117]{color:#666;cursor:pointer;font-size:18px}.send .footer .btn+.btn[data-v-04133117]{margin-left:8px}.symbol-panel[data-v-53382175]{flex-direction:column;height:100%;display:flex}.symbol-panel .emoji-types[data-v-53382175]{align-items:center;margin-bottom:3px;font-size:12px;display:flex}.symbol-panel .emoji-types .emoji-type[data-v-53382175]{text-align:center;-webkit-user-select:none;user-select:none;cursor:pointer;border-radius:4px;flex-shrink:0;padding:2px 4px}.symbol-panel .emoji-types .emoji-type.active[data-v-53382175]{color:#d14424;background-color:#d144240d;font-weight:700}.symbol-panel .emoji-types .emoji-type+.emoji-type[data-v-53382175]{margin-left:4px}.symbol-panel .pool[data-v-53382175]{-webkit-user-select:none;user-select:none;overflow:auto;overflow:overlay;flex:1;margin:0 -10px;padding:5px 10px 0;font-size:18px}.symbol-panel .symbol-group[data-v-53382175]{flex-wrap:wrap;align-content:flex-start;display:flex}.symbol-panel .symbol-group+.symbol-group[data-v-53382175]{border-top:1px solid #f0f0f0;margin-top:8px;padding-top:10px}.symbol-panel .symbol-item[data-v-53382175]{cursor:pointer;border:1px solid #e5e7eb;width:12%;height:38px;margin-bottom:.571429%;position:relative}.symbol-panel .symbol-item[data-v-53382175]:not(:nth-child(8n)){margin-right:.571429%}.symbol-panel .symbol-item[data-v-53382175]:hover{color:#d14424;border-color:#d14424;transition:all .2s}.symbol-panel .symbol-item .symbol[data-v-53382175]{background-color:#fff;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.close-btn[data-v-53382175]{color:#666;cursor:pointer;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;display:flex;position:absolute;top:8px;right:3px}.close-btn[data-v-53382175]:hover{color:#d14424}.notes-panel[data-v-39f8fcb9]{-webkit-user-select:none;user-select:none;height:100%;font-size:12px}.container[data-v-39f8fcb9]{flex-direction:column;height:100%;display:flex}.row[data-v-39f8fcb9]{align-items:center;width:100%;display:flex}.row+.row[data-v-39f8fcb9]{margin-top:5px}.placeholder[data-v-39f8fcb9]{text-align:center;color:#999;border:1px dashed #ccc;border-radius:2px;height:30px;margin-top:5px;font-style:italic;line-height:30px}.image-waterfall-viewer[data-v-c63e2e99]{overflow:hidden auto}.image-waterfall-content[data-v-c63e2e99]{width:100%;position:relative}.waterfall-item[data-v-c63e2e99]{text-align:center}.waterfall-item.animation[data-v-c63e2e99]{animation:.5s both fadeIn-c63e2e99}.waterfall-item[data-v-c63e2e99] img{max-width:100%;margin:0 auto;display:block}@keyframes fadeIn-c63e2e99{0%{opacity:0}to{opacity:1}}.image-lib-panel[data-v-2e4b7b85]{flex-direction:column;height:100%;display:flex}.container[data-v-2e4b7b85]{flex-direction:column;flex:1;display:flex;overflow:hidden}.tools[data-v-2e4b7b85]{flex-shrink:0;margin-bottom:10px}.popover-menu-item.active[data-v-2e4b7b85]{color:#d14424}.search-orientation[data-v-2e4b7b85]{color:#999;cursor:pointer;align-items:center;padding-left:5px;display:flex}.search-btn[data-v-2e4b7b85]{cursor:pointer;justify-content:center;align-items:center;width:24px;display:flex}.search-btn[data-v-2e4b7b85]:hover{color:#d14424}.imgs-wrap[data-v-2e4b7b85]{flex:1}.img-item[data-v-2e4b7b85]{border-radius:2px;position:relative;overflow:hidden}.img-item:hover .mask[data-v-2e4b7b85]{display:flex}.img-item .mask[data-v-2e4b7b85]{background:#00000040;flex-direction:column;justify-content:center;align-items:center;display:none;position:absolute;inset:0}.outline-editor{padding:0 10px 0 40px;position:relative}.outline-editor .item{height:32px;position:relative}.outline-editor .item.contextmenu-active{color:#d14424}.outline-editor .item.contextmenu-active .text{background-color:#d1442414}.outline-editor .item.title{font-weight:700}.outline-editor .item.lv-1{font-size:22px}.outline-editor .item.lv-2{font-size:17px}.outline-editor .item.lv-3{font-size:15px}.outline-editor .item.lv-4{padding-left:20px;font-size:13px}.outline-editor .text{cursor:pointer;white-space:nowrap;text-overflow:ellipsis;border-radius:2px;height:100%;padding:0 11px;line-height:32px;transition:background-color .2s;overflow:hidden}.outline-editor .text:hover{background-color:#d1442414}.outline-editor .flag{z-index:1;justify-content:center;align-items:center;width:32px;height:32px;margin-top:-16px;display:flex;position:absolute;top:50%;left:-40px}.outline-editor .flag:before{content:"";background-color:#d144241a;width:1px;height:100%;position:absolute;left:50%}.outline-editor .flag:after{content:"";color:#d14424;background-color:#fff;border:1px solid #d14424;border-radius:2px;justify-content:center;align-items:center;width:32px;height:22px;font-size:12px;font-weight:400;display:flex;position:relative}.outline-editor .item.lv-1 .flag:after{content:"主题"}.outline-editor .item.lv-2 .flag:after{content:"章"}.outline-editor .item.lv-3 .flag:after{content:"节"}.outline-editor .item.lv-4 .flag:after{opacity:0}.aippt-dialog[data-v-b5fd23f2]{margin:-20px;padding:30px}.header[data-v-b5fd23f2]{margin-bottom:12px}.header .title[data-v-b5fd23f2]{background:linear-gradient(270deg,#d897fd,#33bcfc);color:#0000;vertical-align:text-bottom;-webkit-background-clip:text;background-clip:text;margin-right:8px;font-size:20px;font-weight:700;line-height:1.1}.header .subtite[data-v-b5fd23f2]{color:#888;font-size:12px}.header .subtite .local[data-v-b5fd23f2]{color:#d14424;cursor:pointer;text-decoration:underline}.preview pre[data-v-b5fd23f2],.preview .outline-view[data-v-b5fd23f2]{background-color:#f1f1f1;max-height:450px;margin-bottom:15px;padding:10px;overflow:auto}.preview .btns[data-v-b5fd23f2]{justify-content:center;align-items:center;display:flex}.preview .btns .btn[data-v-b5fd23f2]{width:120px;margin:0 5px}.select-template .templates[data-v-b5fd23f2]{flex-wrap:wrap;align-content:flex-start;max-height:450px;margin-bottom:10px;padding-right:5px;display:flex;overflow:auto}.select-template .templates .template[data-v-b5fd23f2]{border:2px solid #e5e7eb;border-radius:2px;width:49%;margin-bottom:2%}.select-template .templates .template[data-v-b5fd23f2]:not(:nth-child(2n)){margin-right:2%}.select-template .templates .template.selected[data-v-b5fd23f2]{border-color:#d14424}.select-template .templates .template img[data-v-b5fd23f2]{width:100%;min-height:175px}.select-template .btns[data-v-b5fd23f2]{justify-content:center;align-items:center;display:flex}.select-template .btns .btn[data-v-b5fd23f2]{width:120px;margin:0 5px}.recommends[data-v-b5fd23f2]{flex-wrap:wrap;margin-top:10px;display:flex}.recommends .recommend[data-v-b5fd23f2]{cursor:pointer;background-color:#f1f1f1;border-radius:2px;margin-top:5px;margin-right:5px;padding:3px 5px;font-size:12px}.recommends .recommend[data-v-b5fd23f2]:hover{color:#d14424}.configs[data-v-b5fd23f2]{justify-content:space-between;margin-top:15px;display:flex}.configs .config-item[data-v-b5fd23f2]{align-items:center;font-size:13px;display:flex}.count[data-v-b5fd23f2]{color:#999;margin-right:10px;font-size:12px}.submit[data-v-b5fd23f2]{color:#fff;cursor:pointer;background-color:#d14424;border-radius:2px;align-items:center;height:20px;padding:0 8px 0 6px;font-size:12px;display:flex}.submit[data-v-b5fd23f2]:hover{background-color:#de5d40}.submit .icon[data-v-b5fd23f2]{margin-right:3px;font-size:15px}@media screen and (width<=800px){.configs[data-v-b5fd23f2]{flex-direction:column;margin-top:15px;display:flex}.configs .config-item[data-v-b5fd23f2]{margin-top:8px}.configs .config-item .label[data-v-b5fd23f2]{flex-shrink:0}.configs .config-item .config-content[data-v-b5fd23f2]{width:100%!important}.select-template .templates[data-v-b5fd23f2]{padding-right:0}.select-template .templates .template img[data-v-b5fd23f2]{min-height:60px}}@media screen and (width<=380px){.preview pre[data-v-b5fd23f2],.preview .outline-view[data-v-b5fd23f2],.select-template .templates[data-v-b5fd23f2]{max-height:400px}}.ai-text-toolbar[data-v-f9feb6a6]{z-index:5000;position:fixed}.ai-text-toolbar__btn[data-v-f9feb6a6]{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6 0%,#6366f1 100%);border:0;border-radius:15px;align-items:center;gap:4px;height:30px;padding:0 12px;font-size:13px;font-weight:600;display:inline-flex;box-shadow:0 4px 12px #3b82f659}.ai-text-toolbar__star[data-v-f9feb6a6]{font-size:12px}.ai-text-panel[data-v-f9feb6a6]{background:#fff;border:1px solid #e5e7eb;border-radius:10px;width:320px;overflow:hidden;box-shadow:0 16px 40px #00000024}.ai-text-panel__head[data-v-f9feb6a6]{background:linear-gradient(135deg,#eff6ff,#f5f3ff);border-bottom:1px solid #eee;justify-content:space-between;align-items:center;height:36px;padding:0 12px;display:flex}.ai-text-panel__title[data-v-f9feb6a6]{color:#2563eb;font-size:13px;font-weight:600}.ai-text-panel__close[data-v-f9feb6a6]{color:#6b7280;cursor:pointer;background:0 0;border:0;font-size:18px;line-height:1}.ai-text-panel__row[data-v-f9feb6a6]{gap:6px;padding:12px 12px 6px;display:flex}.ai-text-panel__input[data-v-f9feb6a6]{border:1px solid #d1d5db;border-radius:6px;outline:none;flex:1;height:32px;padding:0 10px;font-size:13px}.ai-text-panel__input[data-v-f9feb6a6]:focus{border-color:#3b82f6}.ai-text-panel__send[data-v-f9feb6a6]{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:6px;width:32px}.ai-text-panel__send[data-v-f9feb6a6]:disabled{cursor:not-allowed;background:#cbd5e1}.ai-text-panel__divider[data-v-f9feb6a6]{color:#9ca3af;padding:6px 12px 4px;font-size:11px}.ai-text-panel__quick[data-v-f9feb6a6]{grid-template-columns:1fr 1fr;gap:6px;padding:0 12px 12px;display:grid}.ai-text-panel__quick-item[data-v-f9feb6a6]{color:#4b5563;cursor:pointer;background:#f9fafb;border:1px solid #0000;border-radius:6px;height:30px;font-size:13px}.ai-text-panel__quick-item[data-v-f9feb6a6]:hover{color:#2563eb;background:#eff6ff;border-color:#bfdbfe}.ai-text-panel__loading[data-v-f9feb6a6]{text-align:center;color:#6b7280;padding:28px;font-size:13px}.ai-text-panel__result[data-v-f9feb6a6]{padding:12px}.ai-text-panel__result-text[data-v-f9feb6a6]{white-space:pre-wrap;word-break:break-word;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;max-height:180px;margin:0 0 10px;padding:10px;font-family:inherit;font-size:13px;line-height:1.6;overflow-y:auto}.ai-text-panel__result-actions[data-v-f9feb6a6]{justify-content:flex-end;gap:8px;display:flex}.ai-text-panel__rbtn[data-v-f9feb6a6]{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;height:30px;padding:0 14px;font-size:13px}.ai-text-panel__rbtn--primary[data-v-f9feb6a6]{color:#fff;background:#2563eb;border-color:#2563eb}.pptist-editor[data-v-3b5c263e]{height:100%}.layout-header[data-v-3b5c263e]{height:40px}.layout-content[data-v-3b5c263e]{height:calc(100% - 40px);display:flex}.layout-content-left[data-v-3b5c263e]{flex-shrink:0;width:160px;height:100%}.layout-content-center[data-v-3b5c263e]{width:calc(100% - 420px)}.layout-content-center .center-top[data-v-3b5c263e]{height:40px}.layout-content-right[data-v-3b5c263e]{width:260px;height:100%}.screen-element-video[data-v-d9f232b0]{position:absolute}.rotate-wrapper[data-v-d9f232b0],.element-content[data-v-d9f232b0]{width:100%;height:100%}.screen-element-audio[data-v-3c66db71]{position:absolute}.rotate-wrapper[data-v-3c66db71]{width:100%;height:100%}.element-content[data-v-3c66db71]{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.element-content:hover .audio-player[data-v-3c66db71]{display:block}.audio-icon[data-v-3c66db71]{cursor:pointer}.audio-player[data-v-3c66db71]{display:none;position:absolute}.link[data-v-28b05f52]{cursor:pointer}.screen-slide[data-v-54069779]{transform-origin:0 0;position:absolute;top:0;left:0;overflow:hidden}.background[data-v-54069779]{background-position:50%;width:100%;height:100%;position:absolute}.screen-slide-list[data-v-557dcca0]{background:#1d1d1d;width:100%;height:100%;position:relative}.slide-item[data-v-557dcca0]{width:100%;height:100%;position:absolute;top:0;left:0}.slide-item[data-v-557dcca0]:not(.last,.next){z-index:-1}.slide-item.current[data-v-557dcca0]{z-index:2}.slide-item.hide[data-v-557dcca0]{opacity:0}.slide-item.turning-mode-no.before[data-v-557dcca0]{transform:translateY(-100%)}.slide-item.turning-mode-no.after[data-v-557dcca0]{transform:translateY(100%)}.slide-item.turning-mode-fade[data-v-557dcca0]{transition:opacity .75s}.slide-item.turning-mode-fade.before[data-v-557dcca0],.slide-item.turning-mode-fade.after[data-v-557dcca0]{pointer-events:none;opacity:0}.slide-item.turning-mode-slideX[data-v-557dcca0]{transition:transform .35s}.slide-item.turning-mode-slideX.before[data-v-557dcca0]{transform:translate(-100%)}.slide-item.turning-mode-slideX.after[data-v-557dcca0]{transform:translate(100%)}.slide-item.turning-mode-slideY[data-v-557dcca0]{transition:transform .35s}.slide-item.turning-mode-slideY.before[data-v-557dcca0]{transform:translateY(-100%)}.slide-item.turning-mode-slideY.after[data-v-557dcca0]{transform:translateY(100%)}.slide-item.turning-mode-slideX3D[data-v-557dcca0]{transition:transform .5s}.slide-item.turning-mode-slideX3D.before[data-v-557dcca0]{transform:translate(-100%)scale(.5)}.slide-item.turning-mode-slideX3D.after[data-v-557dcca0]{transform:translate(100%)scale(.5)}.slide-item.turning-mode-slideY3D[data-v-557dcca0]{transition:transform .5s}.slide-item.turning-mode-slideY3D.before[data-v-557dcca0]{transform:translateY(-100%)scale(.5)}.slide-item.turning-mode-slideY3D.after[data-v-557dcca0]{transform:translateY(100%)scale(.5)}.slide-item.turning-mode-rotate[data-v-557dcca0]{transform-origin:0 0;transition:transform .5s}.slide-item.turning-mode-rotate.before[data-v-557dcca0]{transform:rotate(90deg)}.slide-item.turning-mode-rotate.after[data-v-557dcca0]{transform:rotate(-90deg)}.slide-item.turning-mode-scaleY[data-v-557dcca0]{transition:transform .5s}.slide-item.turning-mode-scaleY.before[data-v-557dcca0],.slide-item.turning-mode-scaleY.after[data-v-557dcca0]{transform:scaleY(.1)}.slide-item.turning-mode-scaleX[data-v-557dcca0]{transition:transform .5s}.slide-item.turning-mode-scaleX.before[data-v-557dcca0],.slide-item.turning-mode-scaleX.after[data-v-557dcca0]{transform:scaleX(.1)}.slide-item.turning-mode-scale[data-v-557dcca0]{transition:transform .5s}.slide-item.turning-mode-scale.before[data-v-557dcca0],.slide-item.turning-mode-scale.after[data-v-557dcca0]{transform:scale(.25)}.slide-item.turning-mode-scaleReverse[data-v-557dcca0]{transition:transform .5s}.slide-item.turning-mode-scaleReverse.before[data-v-557dcca0],.slide-item.turning-mode-scaleReverse.after[data-v-557dcca0]{transform:scale(2)}.slide-content[data-v-557dcca0]{background-color:#fff;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.audience-view[data-v-3eee0955]{background:#1d1d1d;width:100%;height:100%}.writing-board-overlay[data-v-3eee0955]{pointer-events:none;z-index:8;width:100%;height:100%;position:absolute;top:0;left:0}.writing-board-overlay .writing-board-content[data-v-3eee0955]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.writing-board-overlay .blackboard[data-v-3eee0955]{background-color:#0f392b;width:100%;height:100%}.writing-board-overlay img[data-v-3eee0955]{width:100%;height:100%;position:absolute;top:0;left:0}.laser-pen[data-v-3eee0955]{pointer-events:none;z-index:9;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAABHNCSVQICAgIfAhkiAAACCJJREFUWIXtmLuO3MYShv/qZl9IzqwXo2BkSAtsIK+z8wwOBcOJ9C56Cr2LlThQcgBnfofVBnswXlgTaLHaIdk3dtcJOKOzd8n2MeDABRDDgKz/m+pudv0N/BN/Luj/kYSZJQBxJR8DKESU/2zuPwTIzAKnpxqHhxUuLir0vYSUAkS0ewA5F7Rtxv7+iNPTEYeHkYjKXwrIzHK9XtultRohaKSkkFIVhqGCEAIxTvm0ZpRSTNOMUGqEUgnGxLX3cblc+t9T2S8GXK1W9dP53OLiwoLZhMtLQ4CiGBVKkchZIOcpn5QMKQuEyKx1YiCZvb0AooD9ff/rZuMPDg7cl+hWn3uAmQWABut1g/PzOnZdTd5bMY6aQtAIQQGQGEd5bYirKgPIZExiY2IKIbK1XpeinzaN2s7b4XPD/iAgM0ucn7fYbNrQ963Juaauq8k5i3E01PcG46iQs0TO1wGlzJAyo6oS2jagqgLGUQNQwTllvJeYzwUz9w8N+b2AzCxwft6i72fBuZkYhnbcbBqKsSbvazhnEIJBzqrEqGQpAlO1AaKShShC6wQpE4UQUNcBKenReyXm8yoIIYwQtNXq7qvkQxVssNm0wbmZuLiYUQgtnGtps2ngfQ3vLaVkEKOmGKcqMtMWkEnKTFonaB3Z+4AQPFmreD6vSAghxpECAFMKY7EoALovBlytVjXW6yb0fSuGoaUQWrq8nKHvW/R9S943xbmavJ+qmNIO8FMFIWXert7A1gYxjprHsSLmaTHt7UF0HYdSilmv82q1ynctnFuAzCzx8aPF+Xltcq7HzaaBcy36vsUwzKjrZhiGRgxDA+8tUjIUgkbOEqVMgEIUkjLDmAjvgwjBI6WKxlHybp5KyVRKMcaMGIb0dLFIzBxvzsdbgOv12i69t7HrpgURY02bTYO+b6nrZui6qZLONdz3jTg5ORDHx0f48OExQpgBAIzp8OjRez46Oi7Pnq1ot5BKETQVgYmosJRj6rrEQNJCxLX3EUB/LyAzC3z8qOGcIe8tOWdpmm81ed9gGJpdJdF1rXz79jucnX1za454P8fZ2ZzOzr6Rx8fvyvPnP38afiEKVVXmqhrJ+wSlIqoqYj73S2s1M7urC0ZcS3x6qhGCDpeXBuOoMY4Gzhl4b4tzNYahgXMNuq4Vb978cCfczTg7+0a8efMDuq6Fcw2GoSnO1fDewjmDcTQYx0kzBI3TU3319euAh4cVUlIEKApBU98bhGAoJSO8N/Dect834u3b73B+/vVn4XZxfv61ePv2O+77Bt5b4b2hlKbcfW8oBE2AQkoKh4fXRvU64MVFhZQqilEhBLX9CCvEqLer1YiTk4MvqtxdlTw5OcAWDDFq5DxphDBtmSlNzcddgMws0fcyDEOFUiQAiZxliVGVGFVJSXEImo6Pj3433Dbo+PiIQ9AlJbXLi5wnrVIm7b6X223wOiAAASkFhBDIWWAcJXKWshQhcpYiZ0k5S3z48PhO9ZcvgV9+ma6XL+8m/PDhMW1ziW1u5Cy3WpO2lOIq11VAAhEhRkLO0z0RgVmAefotRXz6lNyMV6+AxWK6Xr26GzCEGXZb4i7nTifnSXv6Tn7qssTdmf4+cRWQwczQmiHldM/MICogmn6FKDDmzj0Tr18D5+fT9fr13WrGdBCiXMu505Fy0mZmTJYBwPUPdUHOBaUUSFlQVRlS5rzbtqTMJGXGo0fvcXY2vyX+44/T9VA8evSepcy8zcdCFDG1ZBlSTto5FwC3P9RElNG22TTNCCEygAwps9A6Ca2TUCqRMZGPjo4fprg/+OjomIyJQqm0ywspJy0hJu22zVf34+tzcH9/hFIja51gTEJVJUiZoHWEMQFKhfLs2QpPnrz73XRPnrwrz56toFSAMQFaR0g5aRiTWOsEpUbs749XX7u51Y1QKjGQ2JjIbRtgTGClQrE2wFpPbTuU589/xmLx2xfDLRa/lefPf6a2HWCtL9YG3oJy2wY2JjKQoFTC6ekDgIeHEcZEs7cXUFURVTV1wtZ6UdcOTTOgrgfMZn158eKnL6rkkyfvyosXP2E261HXA5pmEHXtYK1HXU9WoKomTWMiDg/j1devbStEVN6/fx+XRIGt9RhHjZQ0Wat4HCsax//1fEQlf//9v8XJyTF9rt1q2+mPtW2PphnY2gHWOrbWcV17ttaDKKy9j4/398u9gACwXC49Pn7UuhQNQI3eT206s2DadptCFEiZqaoS/+tfvnz77X/oRsPKUmYyJpJSAdZ6NM2Aphl4Pu/QND3P5wO0dmo2c5jNHPb3/fKrr/xNnluARJRXq5V/2jQqOKfE1kPsPC8zM1VVLkqNwpiAEAxbq+hGy89SZtq2/MXaIOrasbUDmqZH2/Zo257bdghSOtM07tfNxh/s799yd3d6koODA8fM0ngvw9bgYG9vatOJClfVSFUVYe3UldxhmiBlxtY0kVLTlLHW8Xw+oG17NqYvs1lv6rrHcjkcEN1p5B9ydQPmc2GEoABAdB1TKYWlnDph5wJvbSdPpwvXbCcLUXhrO2FMQF0HttZBa8dtO5TZrDdt26FtewDDfRD3AhJRYeYemKxh2Bqc1HVTm17Xn4y7yFnyDeMurhh33hp3rmuvZjMXpHSmrqehXiz6h04XHjxZIKLMzB0Wi2LW64xhSAwkVFXEOGpo/dmjD2yPPlBVka31mM2caRqH5XLAnz362FUSQLdarfLTxSJpISLmcx8uLw217R8/PLpnzt3S/5KHdvG3Pn67Afr3PMB8APgvOwL+J/5s/BeEBm1u1Gu4+QAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-size:contain;width:40px;height:40px;margin-top:-20px;margin-left:-20px;position:absolute}.slide-thumbnails[data-v-fe435b88]{z-index:99;background-color:#1a1a1a;width:100%;height:100%;position:fixed;top:0;left:0}.return-button[data-v-fe435b88]{height:60px;padding:20px 30px 0}.return-button .icon[data-v-fe435b88]{color:#fff;cursor:pointer;font-size:36px}.return-button .icon[data-v-fe435b88]:hover{color:#d14424}.slide-thumbnails-content[data-v-fe435b88]{height:calc(100% - 100px);overflow:auto;overflow:overlay;flex-wrap:wrap;align-content:flex-start;padding:20px 30px 30px;display:flex}.slide-thumbnails-content .thumbnail[data-v-fe435b88]{outline:2px solid #aaa;width:150px;margin-bottom:12px;margin-right:12px}.slide-thumbnails-content .thumbnail[data-v-fe435b88]:hover{outline-color:#d14424}.slide-thumbnails-content .thumbnail.active[data-v-fe435b88]{outline-width:3px;outline-color:#d14424}.writing-board[data-v-be6afe12]{z-index:8;cursor:none;position:absolute;inset:0}.blackboard[data-v-be6afe12]{background-color:#0f392b;width:100%;height:100%}.canvas[data-v-be6afe12]{position:absolute;top:0;left:0}.eraser[data-v-be6afe12],.pen[data-v-be6afe12]{pointer-events:none;z-index:9;position:absolute}.eraser .icon[data-v-be6afe12],.pen .icon[data-v-be6afe12]{filter:drop-shadow(2px 2px 2px #555)}.eraser[data-v-be6afe12]{color:#555555bf;border:4px solid #55555526;border-radius:50%;justify-content:center;align-items:center;display:flex}.writing-board-tool[data-v-fa71ade0]{z-index:10;font-size:12px;position:absolute;inset:0}.writing-board-tool .writing-board-wrap[data-v-fa71ade0]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.writing-board-tool .tools[data-v-fa71ade0]{justify-content:space-between;align-items:center;width:100%;height:100%;display:flex}.writing-board-tool .tool-content[data-v-fa71ade0]{align-items:center;display:flex}.writing-board-tool .btn[data-v-fa71ade0]{cursor:pointer;border-radius:2px;margin-right:5px;padding:5px}.writing-board-tool .btn[data-v-fa71ade0]:hover{color:#d14424}.writing-board-tool .btn.active[data-v-fa71ade0]{color:#fff;background-color:#d1442480}.writing-board-tool .btn.close[data-v-fa71ade0]{margin-left:5px;margin-right:0}.writing-board-tool .icon[data-v-fa71ade0]{font-size:20px}.writing-board-tool .colors[data-v-fa71ade0]{padding:0 5px;display:flex}.writing-board-tool .color[data-v-fa71ade0]{cursor:pointer;border-radius:2px;width:16px;height:16px}.writing-board-tool .color[data-v-fa71ade0]:hover{transform:scale(1.15)}.writing-board-tool .color.active[data-v-fa71ade0]{transform:scale(1.3)}.writing-board-tool .color.white[data-v-fa71ade0]{border:1px solid #f1f1f1}.writing-board-tool .color+.color[data-v-fa71ade0]{margin-left:8px}.setting[data-v-fa71ade0]{-webkit-user-select:none;user-select:none;align-items:center;width:200px;font-size:13px;display:flex}.setting.shape[data-v-fa71ade0]{width:280px}.setting .shapes[data-v-fa71ade0]{align-items:center;display:flex}.setting .shapes .icon[data-v-fa71ade0]{cursor:pointer;font-size:20px}.setting .shapes .icon+.icon[data-v-fa71ade0]{margin-left:6px}.setting .shapes .icon.active[data-v-fa71ade0]{color:#d14424}.setting .label[data-v-fa71ade0]{width:70px}.setting .size-slider[data-v-fa71ade0]{flex:1}.countdown-timer[data-v-e7740a6b]{-webkit-user-select:none;user-select:none}.header[data-v-e7740a6b]{align-items:center;height:16px;margin-bottom:16px;font-size:13px;display:flex}.header .text-btn[data-v-e7740a6b]{cursor:pointer;margin-right:8px}.header .text-btn[data-v-e7740a6b]:hover,.header .text-btn.active[data-v-e7740a6b]{color:#d14424}.content[data-v-e7740a6b]{justify-content:space-between;padding:0 5px;display:flex}.timer[data-v-e7740a6b]{background-color:#d144240d;border-radius:50%;width:54px;height:54px;overflow:hidden}.timer input[data-v-e7740a6b]{text-align:center;background-color:#0000;border:0;outline:0;width:100%;height:100%;font-size:22px}.colon[data-v-e7740a6b]{height:54px;font-size:22px;line-height:54px}.icon-btn[data-v-e7740a6b]{cursor:pointer;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.pause[data-v-e7740a6b],.play[data-v-e7740a6b]{font-size:17px}.reset[data-v-e7740a6b]{font-size:12px}.close-btn[data-v-e7740a6b]{cursor:pointer;padding:10px;line-height:1;position:absolute;top:0;right:0}.close-btn[data-v-e7740a6b]:hover{color:#d14424}.bottom-thumbnails[data-v-f0921e13]{z-index:4;width:100%;transition:bottom .2s;position:fixed;bottom:-120px;left:0}.bottom-thumbnails[data-v-f0921e13]:after{content:"";width:100%;height:3px;position:absolute;top:-3px;left:0}.bottom-thumbnails[data-v-f0921e13]:hover{z-index:20;bottom:0}.thumbnails[data-v-f0921e13]{white-space:nowrap;background-color:#000000bf;height:120px;padding:10px;position:relative;overflow:auto hidden}.thumbnail[data-v-f0921e13]{outline:2px solid #aaa;display:inline-block}.thumbnail+.thumbnail[data-v-f0921e13]{margin-left:10px}.thumbnail[data-v-f0921e13]:hover{outline-color:#d14424}.thumbnail.active[data-v-f0921e13]{outline-width:3px;outline-color:#d14424}[data-v-f0921e13]::-webkit-scrollbar{width:0;height:0}.base-view[data-v-e469d7b6]{width:100%;height:100%}.base-view.laser-pen[data-v-e469d7b6]{cursor:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAABHNCSVQICAgIfAhkiAAACCJJREFUWIXtmLuO3MYShv/qZl9IzqwXo2BkSAtsIK+z8wwOBcOJ9C56Cr2LlThQcgBnfofVBnswXlgTaLHaIdk3dtcJOKOzd8n2MeDABRDDgKz/m+pudv0N/BN/Luj/kYSZJQBxJR8DKESU/2zuPwTIzAKnpxqHhxUuLir0vYSUAkS0ewA5F7Rtxv7+iNPTEYeHkYjKXwrIzHK9XtultRohaKSkkFIVhqGCEAIxTvm0ZpRSTNOMUGqEUgnGxLX3cblc+t9T2S8GXK1W9dP53OLiwoLZhMtLQ4CiGBVKkchZIOcpn5QMKQuEyKx1YiCZvb0AooD9ff/rZuMPDg7cl+hWn3uAmQWABut1g/PzOnZdTd5bMY6aQtAIQQGQGEd5bYirKgPIZExiY2IKIbK1XpeinzaN2s7b4XPD/iAgM0ucn7fYbNrQ963Juaauq8k5i3E01PcG46iQs0TO1wGlzJAyo6oS2jagqgLGUQNQwTllvJeYzwUz9w8N+b2AzCxwft6i72fBuZkYhnbcbBqKsSbvazhnEIJBzqrEqGQpAlO1AaKShShC6wQpE4UQUNcBKenReyXm8yoIIYwQtNXq7qvkQxVssNm0wbmZuLiYUQgtnGtps2ngfQ3vLaVkEKOmGKcqMtMWkEnKTFonaB3Z+4AQPFmreD6vSAghxpECAFMKY7EoALovBlytVjXW6yb0fSuGoaUQWrq8nKHvW/R9S943xbmavJ+qmNIO8FMFIWXert7A1gYxjprHsSLmaTHt7UF0HYdSilmv82q1ynctnFuAzCzx8aPF+Xltcq7HzaaBcy36vsUwzKjrZhiGRgxDA+8tUjIUgkbOEqVMgEIUkjLDmAjvgwjBI6WKxlHybp5KyVRKMcaMGIb0dLFIzBxvzsdbgOv12i69t7HrpgURY02bTYO+b6nrZui6qZLONdz3jTg5ORDHx0f48OExQpgBAIzp8OjRez46Oi7Pnq1ot5BKETQVgYmosJRj6rrEQNJCxLX3EUB/LyAzC3z8qOGcIe8tOWdpmm81ed9gGJpdJdF1rXz79jucnX1za454P8fZ2ZzOzr6Rx8fvyvPnP38afiEKVVXmqhrJ+wSlIqoqYj73S2s1M7urC0ZcS3x6qhGCDpeXBuOoMY4Gzhl4b4tzNYahgXMNuq4Vb978cCfczTg7+0a8efMDuq6Fcw2GoSnO1fDewjmDcTQYx0kzBI3TU3319euAh4cVUlIEKApBU98bhGAoJSO8N/Dect834u3b73B+/vVn4XZxfv61ePv2O+77Bt5b4b2hlKbcfW8oBE2AQkoKh4fXRvU64MVFhZQqilEhBLX9CCvEqLer1YiTk4MvqtxdlTw5OcAWDDFq5DxphDBtmSlNzcddgMws0fcyDEOFUiQAiZxliVGVGFVJSXEImo6Pj3433Dbo+PiIQ9AlJbXLi5wnrVIm7b6X223wOiAAASkFhBDIWWAcJXKWshQhcpYiZ0k5S3z48PhO9ZcvgV9+ma6XL+8m/PDhMW1ziW1u5Cy3WpO2lOIq11VAAhEhRkLO0z0RgVmAefotRXz6lNyMV6+AxWK6Xr26GzCEGXZb4i7nTifnSXv6Tn7qssTdmf4+cRWQwczQmiHldM/MICogmn6FKDDmzj0Tr18D5+fT9fr13WrGdBCiXMu505Fy0mZmTJYBwPUPdUHOBaUUSFlQVRlS5rzbtqTMJGXGo0fvcXY2vyX+44/T9VA8evSepcy8zcdCFDG1ZBlSTto5FwC3P9RElNG22TTNCCEygAwps9A6Ca2TUCqRMZGPjo4fprg/+OjomIyJQqm0ywspJy0hJu22zVf34+tzcH9/hFIja51gTEJVJUiZoHWEMQFKhfLs2QpPnrz73XRPnrwrz56toFSAMQFaR0g5aRiTWOsEpUbs749XX7u51Y1QKjGQ2JjIbRtgTGClQrE2wFpPbTuU589/xmLx2xfDLRa/lefPf6a2HWCtL9YG3oJy2wY2JjKQoFTC6ekDgIeHEcZEs7cXUFURVTV1wtZ6UdcOTTOgrgfMZn158eKnL6rkkyfvyosXP2E261HXA5pmEHXtYK1HXU9WoKomTWMiDg/j1devbStEVN6/fx+XRIGt9RhHjZQ0Wat4HCsax//1fEQlf//9v8XJyTF9rt1q2+mPtW2PphnY2gHWOrbWcV17ttaDKKy9j4/398u9gACwXC49Pn7UuhQNQI3eT206s2DadptCFEiZqaoS/+tfvnz77X/oRsPKUmYyJpJSAdZ6NM2Aphl4Pu/QND3P5wO0dmo2c5jNHPb3/fKrr/xNnluARJRXq5V/2jQqOKfE1kPsPC8zM1VVLkqNwpiAEAxbq+hGy89SZtq2/MXaIOrasbUDmqZH2/Zo257bdghSOtM07tfNxh/s799yd3d6koODA8fM0ngvw9bgYG9vatOJClfVSFUVYe3UldxhmiBlxtY0kVLTlLHW8Xw+oG17NqYvs1lv6rrHcjkcEN1p5B9ydQPmc2GEoABAdB1TKYWlnDph5wJvbSdPpwvXbCcLUXhrO2FMQF0HttZBa8dtO5TZrDdt26FtewDDfRD3AhJRYeYemKxh2Bqc1HVTm17Xn4y7yFnyDeMurhh33hp3rmuvZjMXpHSmrqehXiz6h04XHjxZIKLMzB0Wi2LW64xhSAwkVFXEOGpo/dmjD2yPPlBVka31mM2caRqH5XLAnz362FUSQLdarfLTxSJpISLmcx8uLw217R8/PLpnzt3S/5KHdvG3Pn67Afr3PMB8APgvOwL+J/5s/BeEBm1u1Gu4+QAAAABJRU5ErkJggg==) 20 20,default!important}.tools-left[data-v-e469d7b6]{color:#666;z-index:10;font-size:25px;position:fixed;bottom:8px;left:8px}.tools-left .tool-btn[data-v-e469d7b6]{opacity:.1;cursor:pointer;transition:opacity .2s}.tools-left .tool-btn[data-v-e469d7b6]:hover{opacity:1}.tools-left .tool-btn+.tool-btn[data-v-e469d7b6]{margin-left:8px}.tools-right[data-v-e469d7b6]{z-index:5;height:66px;padding:8px;transition:bottom .2s;position:fixed;bottom:-66px;right:0}.tools-right.visible[data-v-e469d7b6]{bottom:0}.tools-right[data-v-e469d7b6]:after{content:"";width:100%;height:66px;position:absolute;top:-66px;left:0}.tools-right .content[data-v-e469d7b6]{color:#41464b;background-color:#fff;border:1px solid #e2e6ed;border-radius:2px;justify-content:center;align-items:center;width:100%;height:100%;padding:8px 10px;font-size:25px;display:flex;box-shadow:0 2px 12px #38383833}.tools-right .tool-btn[data-v-e469d7b6]{cursor:pointer}.tools-right .tool-btn[data-v-e469d7b6]:hover,.tools-right .tool-btn.active[data-v-e469d7b6]{color:#d14424}.tools-right .tool-btn+.tool-btn[data-v-e469d7b6]{margin-left:15px}.tools-right .page-number[data-v-e469d7b6]{cursor:pointer;padding:0 12px;font-size:12px}.presenter-view[data-v-adead31d]{width:100%;height:100%;display:flex}.toolbar[data-v-adead31d]{background-color:#fff;border-right:1px solid #eee;width:70px;height:100%;margin:20px 0;font-size:12px}.toolbar .tool-btn[data-v-adead31d]{cursor:pointer;flex-direction:column;justify-content:center;align-items:center;display:flex}.toolbar .tool-btn+.tool-btn[data-v-adead31d]{margin-top:22px}.toolbar .tool-btn[data-v-adead31d]:hover,.toolbar .tool-btn.active[data-v-adead31d]{color:#d14424}.toolbar .divider[data-v-adead31d]{width:70%;margin:24px 15%!important}.toolbar .tool-icon[data-v-adead31d]{margin-bottom:8px;font-size:22px}.content[data-v-adead31d]{background-color:#1d1d1d;width:calc(100% - 430px);height:100%}.slide-list-wrap[data-v-adead31d]{height:calc(100% - 190px);margin:20px;position:relative;overflow:hidden}.slide-list-wrap.laser-pen[data-v-adead31d]{cursor:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAABHNCSVQICAgIfAhkiAAACCJJREFUWIXtmLuO3MYShv/qZl9IzqwXo2BkSAtsIK+z8wwOBcOJ9C56Cr2LlThQcgBnfofVBnswXlgTaLHaIdk3dtcJOKOzd8n2MeDABRDDgKz/m+pudv0N/BN/Luj/kYSZJQBxJR8DKESU/2zuPwTIzAKnpxqHhxUuLir0vYSUAkS0ewA5F7Rtxv7+iNPTEYeHkYjKXwrIzHK9XtultRohaKSkkFIVhqGCEAIxTvm0ZpRSTNOMUGqEUgnGxLX3cblc+t9T2S8GXK1W9dP53OLiwoLZhMtLQ4CiGBVKkchZIOcpn5QMKQuEyKx1YiCZvb0AooD9ff/rZuMPDg7cl+hWn3uAmQWABut1g/PzOnZdTd5bMY6aQtAIQQGQGEd5bYirKgPIZExiY2IKIbK1XpeinzaN2s7b4XPD/iAgM0ucn7fYbNrQ963Juaauq8k5i3E01PcG46iQs0TO1wGlzJAyo6oS2jagqgLGUQNQwTllvJeYzwUz9w8N+b2AzCxwft6i72fBuZkYhnbcbBqKsSbvazhnEIJBzqrEqGQpAlO1AaKShShC6wQpE4UQUNcBKenReyXm8yoIIYwQtNXq7qvkQxVssNm0wbmZuLiYUQgtnGtps2ngfQ3vLaVkEKOmGKcqMtMWkEnKTFonaB3Z+4AQPFmreD6vSAghxpECAFMKY7EoALovBlytVjXW6yb0fSuGoaUQWrq8nKHvW/R9S943xbmavJ+qmNIO8FMFIWXert7A1gYxjprHsSLmaTHt7UF0HYdSilmv82q1ynctnFuAzCzx8aPF+Xltcq7HzaaBcy36vsUwzKjrZhiGRgxDA+8tUjIUgkbOEqVMgEIUkjLDmAjvgwjBI6WKxlHybp5KyVRKMcaMGIb0dLFIzBxvzsdbgOv12i69t7HrpgURY02bTYO+b6nrZui6qZLONdz3jTg5ORDHx0f48OExQpgBAIzp8OjRez46Oi7Pnq1ot5BKETQVgYmosJRj6rrEQNJCxLX3EUB/LyAzC3z8qOGcIe8tOWdpmm81ed9gGJpdJdF1rXz79jucnX1za454P8fZ2ZzOzr6Rx8fvyvPnP38afiEKVVXmqhrJ+wSlIqoqYj73S2s1M7urC0ZcS3x6qhGCDpeXBuOoMY4Gzhl4b4tzNYahgXMNuq4Vb978cCfczTg7+0a8efMDuq6Fcw2GoSnO1fDewjmDcTQYx0kzBI3TU3319euAh4cVUlIEKApBU98bhGAoJSO8N/Dect834u3b73B+/vVn4XZxfv61ePv2O+77Bt5b4b2hlKbcfW8oBE2AQkoKh4fXRvU64MVFhZQqilEhBLX9CCvEqLer1YiTk4MvqtxdlTw5OcAWDDFq5DxphDBtmSlNzcddgMws0fcyDEOFUiQAiZxliVGVGFVJSXEImo6Pj3433Dbo+PiIQ9AlJbXLi5wnrVIm7b6X223wOiAAASkFhBDIWWAcJXKWshQhcpYiZ0k5S3z48PhO9ZcvgV9+ma6XL+8m/PDhMW1ziW1u5Cy3WpO2lOIq11VAAhEhRkLO0z0RgVmAefotRXz6lNyMV6+AxWK6Xr26GzCEGXZb4i7nTifnSXv6Tn7qssTdmf4+cRWQwczQmiHldM/MICogmn6FKDDmzj0Tr18D5+fT9fr13WrGdBCiXMu505Fy0mZmTJYBwPUPdUHOBaUUSFlQVRlS5rzbtqTMJGXGo0fvcXY2vyX+44/T9VA8evSepcy8zcdCFDG1ZBlSTto5FwC3P9RElNG22TTNCCEygAwps9A6Ca2TUCqRMZGPjo4fprg/+OjomIyJQqm0ywspJy0hJu22zVf34+tzcH9/hFIja51gTEJVJUiZoHWEMQFKhfLs2QpPnrz73XRPnrwrz56toFSAMQFaR0g5aRiTWOsEpUbs749XX7u51Y1QKjGQ2JjIbRtgTGClQrE2wFpPbTuU589/xmLx2xfDLRa/lefPf6a2HWCtL9YG3oJy2wY2JjKQoFTC6ekDgIeHEcZEs7cXUFURVTV1wtZ6UdcOTTOgrgfMZn158eKnL6rkkyfvyosXP2E261HXA5pmEHXtYK1HXU9WoKomTWMiDg/j1devbStEVN6/fx+XRIGt9RhHjZQ0Wat4HCsax//1fEQlf//9v8XJyTF9rt1q2+mPtW2PphnY2gHWOrbWcV17ttaDKKy9j4/398u9gACwXC49Pn7UuhQNQI3eT206s2DadptCFEiZqaoS/+tfvnz77X/oRsPKUmYyJpJSAdZ6NM2Aphl4Pu/QND3P5wO0dmo2c5jNHPb3/fKrr/xNnluARJRXq5V/2jQqOKfE1kPsPC8zM1VVLkqNwpiAEAxbq+hGy89SZtq2/MXaIOrasbUDmqZH2/Zo257bdghSOtM07tfNxh/s799yd3d6koODA8fM0ngvw9bgYG9vatOJClfVSFUVYe3UldxhmiBlxtY0kVLTlLHW8Xw+oG17NqYvs1lv6rrHcjkcEN1p5B9ydQPmc2GEoABAdB1TKYWlnDph5wJvbSdPpwvXbCcLUXhrO2FMQF0HttZBa8dtO5TZrDdt26FtewDDfRD3AhJRYeYemKxh2Bqc1HVTm17Xn4y7yFnyDeMurhh33hp3rmuvZjMXpHSmrqehXiz6h04XHjxZIKLMzB0Wi2LW64xhSAwkVFXEOGpo/dmjD2yPPlBVka31mM2caRqH5XLAnz362FUSQLdarfLTxSJpISLmcx8uLw217R8/PLpnzt3S/5KHdvG3Pn67Afr3PMB8APgvOwL+J/5s/BeEBm1u1Gu4+QAAAABJRU5ErkJggg==) 20 20,default!important}.thumbnails[data-v-adead31d]{white-space:nowrap;border-top:1px solid #3a3a3a;height:150px;padding:15px;position:relative;overflow:auto hidden}.thumbnail[data-v-adead31d]{outline:2px solid #aaa;display:inline-block}.thumbnail+.thumbnail[data-v-adead31d]{margin-left:10px}.thumbnail[data-v-adead31d]:hover{outline-color:#d14424}.thumbnail.active[data-v-adead31d]{outline-width:3px;outline-color:#d14424}.remark[data-v-adead31d]{color:#fff;background-color:#2a2a2a;border-left:1px solid #3a3a3a;width:360px;height:100%;position:relative}.remark .header[data-v-adead31d]{border-bottom:1px solid #3a3a3a;justify-content:space-between;align-items:center;height:60px;padding:0 20px;font-size:18px;display:flex}.remark .remark-content[data-v-adead31d]{height:calc(100% - 60px);overflow:auto;overflow:overlay;padding:20px;line-height:1.5}.remark .remark-content.empty[data-v-adead31d]{color:#999;font-style:italic}.remark .remark-scale[data-v-adead31d]{font-size:22px;display:flex;position:absolute;bottom:5px;right:5px}.remark .scale-btn[data-v-adead31d]{-webkit-user-select:none;user-select:none;cursor:pointer;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.remark .scale-btn.disable[data-v-adead31d]{color:#666;cursor:no-drop}.remark .scale-btn[data-v-adead31d]:not(.disable):hover{background-color:#333}[data-v-adead31d]::-webkit-scrollbar{width:0;height:0}.pptist-screen[data-v-f13586c5]{width:100%;height:100%}.mobile-operate[data-v-4b96e2bb]{z-index:100;-webkit-user-select:none;user-select:none;position:absolute}.mobile-thumbnails[data-v-2fd38eb8]{white-space:nowrap;padding:10px;overflow:auto hidden}.thumbnail-item[data-v-2fd38eb8]{outline:2px solid #aaa;display:inline-block;position:relative}.thumbnail-item+.thumbnail-item[data-v-2fd38eb8]{margin-left:10px}.thumbnail-item.active[data-v-2fd38eb8]{outline-color:#d14424}.thumbnail-item.active .label[data-v-2fd38eb8]{background-color:#d14424}.thumbnail-item .label[data-v-2fd38eb8]{color:#fff;z-index:1;text-align:center;background-color:#aaa;min-width:20px;height:14px;padding:0 5px;font-size:12px;line-height:14px;position:absolute;top:-1px;right:-1px}.sortable-chosen[data-v-2fd38eb8]{top:-5px}[data-v-2fd38eb8]::-webkit-scrollbar{width:0;height:0}.slide-toolbar[data-v-6f2248a8]{z-index:2;background-color:#fff;flex-direction:column;height:230px;display:flex;position:relative;box-shadow:0 0 15px #0000001a}.remark[data-v-6f2248a8]{border-bottom:1px solid #e5e7eb;flex:1;line-height:1.5;position:relative}.remark textarea[data-v-6f2248a8]{resize:none;box-sizing:border-box;border:0;outline:0;width:100%;height:100%;padding:8px 10px;font-size:12px;position:absolute;inset:0;overflow-y:auto}.toolbar[data-v-6f2248a8]{border-bottom:1px solid #e5e7eb;height:90px;padding:10px}.row[data-v-6f2248a8]{align-items:center;width:100%;margin-bottom:5px;display:flex}.row .icon[data-v-6f2248a8]{margin-right:3px}.element-toolbar[data-v-9a2b747e]{z-index:99;background-color:#fff;flex-direction:column;width:100%;height:240px;animation:.15s slideInUp-9a2b747e;display:flex;position:absolute;bottom:0;left:0;box-shadow:0 0 15px #0000001a}@keyframes slideInUp-9a2b747e{0%{transform:translateY(100%)}to{transform:translateY(0)}}.content[data-v-9a2b747e]{flex:1;padding:10px;overflow:auto}.row[data-v-9a2b747e]{align-items:center;width:100%;margin-bottom:10px;display:flex}.row .icon[data-v-9a2b747e]{margin-right:3px}.row-block[data-v-9a2b747e]{background-color:#f9f9f9;border-radius:2px;margin-bottom:10px;padding:10px}.label[data-v-9a2b747e]{margin-bottom:20px;margin-left:6px;font-size:13px}.colors[data-v-9a2b747e]{flex-wrap:wrap;align-content:flex-start;display:flex}.color[data-v-9a2b747e]{justify-content:center;align-items:center;width:12%;margin-bottom:.571429%;padding-bottom:5px;display:flex}.color[data-v-9a2b747e]:not(:nth-child(8n)){margin-right:.571429%}.color .color-block[data-v-9a2b747e]{border-radius:50%;width:30px;height:30px}.color.custom .color-block[data-v-9a2b747e]{background:conic-gradient(#ff1e02,#ffc12a,#90cf5b,#00af57,#47acc5,#4e81bb,#8165a0,#e2534d,#ff1e02)}.tip[data-v-9a2b747e]{color:#999;justify-content:center;align-items:center;height:100px;font-size:12px;display:flex}.mobile-editor-header[data-v-08b0deb8]{z-index:2;background-color:#fff;justify-content:space-between;align-items:center;height:50px;padding:0 18px;font-size:13px;display:flex;position:relative;box-shadow:0 0 15px #0000001a}.history[data-v-08b0deb8]{justify-content:center;align-items:center;display:flex}.history-item[data-v-08b0deb8]{margin-right:20px}.history-item.disable[data-v-08b0deb8]{opacity:.5}.mobile-editor[data-v-b3db78cc]{background-color:#f9f9f9;height:100%;position:relative}.content[data-v-b3db78cc]{justify-content:center;align-items:center;height:calc(100% - 280px);display:flex}.viewport[data-v-b3db78cc]{transform-origin:0 0}.viewport-wrapper[data-v-b3db78cc]{position:relative;box-shadow:0 0 0 1px #00000003,0 0 12px #0000001a}.background[data-v-b3db78cc]{background-position:50%;width:100%;height:100%;position:absolute}.mobile-player[data-v-0de54948]{transform-origin:0 0;background-color:#1d1d1d;position:relative}.screen-slide-list[data-v-0de54948]{width:100%;height:100%;position:relative}.slide-item[data-v-0de54948]{width:100%;height:100%;position:absolute;top:0;left:0}.slide-item[data-v-0de54948]:not(.last,.next){z-index:-1}.slide-item.current[data-v-0de54948]{z-index:2}.slide-item.hide[data-v-0de54948]{opacity:0}.slide-item.turning-mode-no.before[data-v-0de54948]{transform:translateY(-100%)}.slide-item.turning-mode-no.after[data-v-0de54948]{transform:translateY(100%)}.slide-item.turning-mode-fade[data-v-0de54948]{transition:opacity .75s}.slide-item.turning-mode-fade.before[data-v-0de54948],.slide-item.turning-mode-fade.after[data-v-0de54948]{pointer-events:none;opacity:0}.slide-item.turning-mode-slideX[data-v-0de54948]{transition:transform .35s}.slide-item.turning-mode-slideX.before[data-v-0de54948]{transform:translate(-100%)}.slide-item.turning-mode-slideX.after[data-v-0de54948]{transform:translate(100%)}.slide-item.turning-mode-slideY[data-v-0de54948]{transition:transform .35s}.slide-item.turning-mode-slideY.before[data-v-0de54948]{transform:translateY(-100%)}.slide-item.turning-mode-slideY.after[data-v-0de54948]{transform:translateY(100%)}.slide-content[data-v-0de54948]{background-color:#fff;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.header[data-v-0de54948]{z-index:99;text-align:right;color:#fff;background-color:#1d1d1db3;width:100%;height:40px;padding:0 15px;font-size:13px;line-height:40px;animation:.15s slideInDown-0de54948;position:absolute;top:0;left:0}.header .back[data-v-0de54948]{height:100%}.thumbnails[data-v-0de54948]{z-index:99;background-color:#1d1d1db3;width:100%;animation:.15s slideInUp-0de54948;position:absolute;bottom:0;left:0;overflow:auto!important}@keyframes slideInUp-0de54948{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slideInDown-0de54948{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.mobile-preview[data-v-c05aafc4]{background-color:#f9f9f9;height:100%}.thumbnail-list[data-v-c05aafc4]{height:calc(100% - 50px);padding:10px;overflow:auto}.thumbnail-item[data-v-c05aafc4]{justify-content:center;align-items:center;display:flex;box-shadow:0 0 15px #0000001a}.thumbnail-item+.thumbnail-item[data-v-c05aafc4]{margin-top:10px}.menu[data-v-c05aafc4]{background:#fff;justify-content:center;align-items:center;height:50px;display:flex;position:relative;box-shadow:0 -2px 4px #3333330d}.menu .menu-item[data-v-c05aafc4]{justify-content:center;align-items:center;width:50%;height:100%;font-size:13px;display:flex}.menu .menu-item .icon[data-v-c05aafc4]{margin-right:8px;font-size:18px}.menu .menu-item.ai[data-v-c05aafc4]{background:linear-gradient(270deg,#d897fd,#33bcfc);color:#0000;-webkit-background-clip:text;background-clip:text;font-weight:700}.mobile[data-v-d02011cb]{height:100%}.menu-content[data-v-ced97660]{background:#fff;border:1px solid #e5e7eb;border-radius:2px;width:180px;margin:0;padding:5px 0;list-style:none;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.menu-item[data-v-ced97660]{color:#333;white-space:nowrap;cursor:pointer;background-color:#fff;height:30px;padding:0 20px;font-size:12px;line-height:30px;transition:all .1s}.menu-item:not(.disable):hover>.menu-item-content>.sub-menu[data-v-ced97660]{display:block}.menu-item:not(.disable):hover>.has-children.has-handler[data-v-ced97660]:after{transform:scale(1)}.menu-item[data-v-ced97660]:hover:not(.disable){background-color:#d1442426}.menu-item.divider[data-v-ced97660]{background-color:#e5e5e5;height:1px;margin:5px;padding:0;line-height:0;overflow:hidden}.menu-item.disable[data-v-ced97660]{color:#b1b1b1;cursor:no-drop}.menu-item-content[data-v-ced97660]{justify-content:space-between;align-items:center;display:flex;position:relative}.menu-item-content.has-children[data-v-ced97660]:before{content:"";border:1px solid #666;border-color:#666 #666 #0000 #0000;width:8px;height:8px;display:inline-block;position:absolute;top:50%;right:0;transform:translateY(-50%)rotate(45deg)}.menu-item-content.has-children.has-handler[data-v-ced97660]:after{content:"";background-color:#ffffff4d;width:1px;height:24px;transition:transform .1s;display:inline-block;position:absolute;top:3px;right:18px;transform:scale(0)}.menu-item-content .sub-text[data-v-ced97660]{color:#666;opacity:.6}.menu-item-content .sub-menu[data-v-ced97660]{width:120px;display:none;position:absolute;top:-6px;left:112%}.contextmenu-mask{z-index:9998;width:100vw;height:100vh;position:fixed;top:0;left:0}.contextmenu{z-index:9999;-webkit-user-select:none;user-select:none;position:fixed}.tippy-box[data-theme~=tooltip]{color:#fff;background-color:#262626;border-radius:2px;padding:8px;font-size:12px;line-height:1.5}.tippy-box[data-theme~=tooltip] .tippy-arrow{color:#262626;width:12px;height:12px}.tippy-box[data-theme~=tooltip] .tippy-arrow:before{content:"";border-style:solid;border-color:#0000;position:absolute}.tippy-box[data-theme~=tooltip][data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-theme~=tooltip][data-placement^=top]>.tippy-arrow:before{border-width:6px 6px 0;border-top-color:initial;transform-origin:top;bottom:-5px;left:0}.tippy-box[data-theme~=tooltip][data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-theme~=tooltip][data-placement^=bottom]>.tippy-arrow:before{border-width:0 6px 6px;border-bottom-color:initial;transform-origin:bottom;top:-5px;left:0}.tippy-box[data-theme~=tooltip][data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-theme~=tooltip][data-placement^=left]>.tippy-arrow:before{border-width:6px 0 6px 6px;border-left-color:initial;transform-origin:0;right:-5px}.tippy-box[data-theme~=tooltip][data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-theme~=tooltip][data-placement^=right]>.tippy-arrow:before{border-width:6px 6px 6px 0;border-right-color:initial;transform-origin:100%;left:-5px}.directive-loading-overlay{z-index:99;position:absolute;inset:0;overflow:hidden}.directive-loading-overlay:before{content:"";z-index:1;border:2px solid #d14424;border-top-color:#0000;border-radius:50%;width:24px;height:24px;margin-top:-12px;margin-left:-12px;animation:.8s linear infinite directive-loading;position:absolute;top:50%;left:50%}.directive-loading-overlay.has-text:before{margin-top:-30px}.directive-loading-overlay:after{content:var(--directive-loading-text,"");color:#d14424;background-color:#ffffffbf;justify-content:center;align-items:center;padding-top:24px;font-size:12px;display:flex;position:absolute;inset:0}@keyframes directive-loading{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ProseMirror{word-wrap:break-word;white-space:pre-wrap;white-space:break-spaces;font-variant-ligatures:none;font-feature-settings:"liga" 0;position:relative}.ProseMirror pre{white-space:pre-wrap}.ProseMirror li{position:relative}.ProseMirror-hideselection ::-moz-selection{background:0 0}.ProseMirror-hideselection ::selection{background:0 0}.ProseMirror-hideselection{caret-color:#0000}.ProseMirror [draggable][contenteditable=false]{-webkit-user-select:text;user-select:text}li.ProseMirror-selectednode{outline:none}li.ProseMirror-selectednode:after{content:"";pointer-events:none;border:2px solid #8cf;position:absolute;inset:-2px -2px -2px -32px}img.ProseMirror-separator{border:none!important;margin:0!important;display:inline!important}:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat) * 2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat) * 3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay) * 2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay) * 3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay) * 4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay) * 5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration) / 2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration) * .8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration) * 2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration) * 3)}@media print,(prefers-reduced-motion:reduce){.animate__animated{transition-duration:1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}.animate__bounce{transform-origin:bottom;animation-name:bounce}.animate__flash{animation-name:flash}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}.animate__rubberBand{animation-name:rubberBand}.animate__shakeX{animation-name:shakeX}.animate__shakeY{animation-name:shakeY}.animate__headShake{animation-name:headShake;animation-timing-function:ease-in-out}.animate__swing{transform-origin:top;animation-name:swing}.animate__tada{animation-name:tada}.animate__wobble{animation-name:wobble}.animate__jello{transform-origin:50%;animation-name:jello}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration) * 1.3);animation-timing-function:ease-in-out}.animate__backInDown{animation-name:backInDown}.animate__backInLeft{animation-name:backInLeft}.animate__backInRight{animation-name:backInRight}.animate__backInUp{animation-name:backInUp}.animate__backOutDown{animation-name:backOutDown}.animate__backOutLeft{animation-name:backOutLeft}.animate__backOutRight{animation-name:backOutRight}.animate__backOutUp{animation-name:backOutUp}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration) * .75);animation-name:bounceIn}.animate__bounceInDown{animation-name:bounceInDown}.animate__bounceInLeft{animation-name:bounceInLeft}.animate__bounceInRight{animation-name:bounceInRight}.animate__bounceInUp{animation-name:bounceInUp}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration) * .75);animation-name:bounceOut}.animate__bounceOutDown{animation-name:bounceOutDown}.animate__bounceOutLeft{animation-name:bounceOutLeft}.animate__bounceOutRight{animation-name:bounceOutRight}.animate__bounceOutUp{animation-name:bounceOutUp}.animate__fadeIn{animation-name:fadeIn}.animate__fadeInDown{animation-name:fadeInDown}.animate__fadeInDownBig{animation-name:fadeInDownBig}.animate__fadeInLeft{animation-name:fadeInLeft}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}.animate__fadeInRight{animation-name:fadeInRight}.animate__fadeInRightBig{animation-name:fadeInRightBig}.animate__fadeInUp{animation-name:fadeInUp}.animate__fadeInUpBig{animation-name:fadeInUpBig}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}.animate__fadeInTopRight{animation-name:fadeInTopRight}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}.animate__fadeOut{animation-name:fadeOut}.animate__fadeOutDown{animation-name:fadeOutDown}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}.animate__fadeOutLeft{animation-name:fadeOutLeft}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}.animate__fadeOutRight{animation-name:fadeOutRight}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}.animate__fadeOutUp{animation-name:fadeOutUp}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}.animate__flipInX{animation-name:flipInX;backface-visibility:visible!important}.animate__flipInY{animation-name:flipInY;backface-visibility:visible!important}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration) * .75);animation-name:flipOutX;backface-visibility:visible!important}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration) * .75);animation-name:flipOutY;backface-visibility:visible!important}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}.animate__rotateIn{transform-origin:50%;animation-name:rotateIn}.animate__rotateInDownLeft{transform-origin:0 100%;animation-name:rotateInDownLeft}.animate__rotateInDownRight{transform-origin:100% 100%;animation-name:rotateInDownRight}.animate__rotateInUpLeft{transform-origin:0 100%;animation-name:rotateInUpLeft}.animate__rotateInUpRight{transform-origin:100% 100%;animation-name:rotateInUpRight}.animate__rotateOut{transform-origin:50%;animation-name:rotateOut}.animate__rotateOutDownLeft{transform-origin:0 100%;animation-name:rotateOutDownLeft}.animate__rotateOutDownRight{transform-origin:100% 100%;animation-name:rotateOutDownRight}.animate__rotateOutUpLeft{transform-origin:0 100%;animation-name:rotateOutUpLeft}.animate__rotateOutUpRight{transform-origin:100% 100%;animation-name:rotateOutUpRight}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration) * 2);transform-origin:0 0;animation-name:hinge}.animate__jackInTheBox{animation-name:jackInTheBox}.animate__rollIn{animation-name:rollIn}.animate__rollOut{animation-name:rollOut}.animate__zoomIn{animation-name:zoomIn}.animate__zoomInDown{animation-name:zoomInDown}.animate__zoomInLeft{animation-name:zoomInLeft}.animate__zoomInRight{animation-name:zoomInRight}.animate__zoomInUp{animation-name:zoomInUp}.animate__zoomOut{animation-name:zoomOut}.animate__zoomOutDown{transform-origin:bottom;animation-name:zoomOutDown}.animate__zoomOutLeft{transform-origin:0;animation-name:zoomOutLeft}.animate__zoomOutRight{transform-origin:100%;animation-name:zoomOutRight}.animate__zoomOutUp{transform-origin:bottom;animation-name:zoomOutUp}.animate__slideInDown{animation-name:slideInDown}.animate__slideInLeft{animation-name:slideInLeft}.animate__slideInRight{animation-name:slideInRight}.animate__slideInUp{animation-name:slideInUp}.animate__slideOutDown{animation-name:slideOutDown}.animate__slideOutLeft{animation-name:slideOutLeft}.animate__slideOutRight{animation-name:slideOutRight}.animate__slideOutUp{animation-name:slideOutUp}.ProseMirror,.ProseMirror-static{overflow-wrap:break-word;word-break:normal;white-space:normal;border:0;outline:0;font-size:16px}.ProseMirror:not(.ProseMirror-static),.ProseMirror-static:not(.ProseMirror-static){-webkit-user-select:text;user-select:text}.ProseMirror ::-moz-selection{color:inherit;background-color:#d1442440}.ProseMirror-static ::-moz-selection{color:inherit;background-color:#d1442440}.ProseMirror ::selection{color:inherit;background-color:#d1442440}.ProseMirror-static ::selection{color:inherit;background-color:#d1442440}.ProseMirror p,.ProseMirror-static p{margin:0;margin-top:var(--paragraphSpace)}.ProseMirror p:first-child,.ProseMirror-static p:first-child{margin-top:0}.ProseMirror ul,.ProseMirror ol,.ProseMirror li,.ProseMirror-static ul,.ProseMirror-static ol,.ProseMirror-static li{margin:0;margin-top:var(--paragraphSpace)}.ProseMirror ul,.ProseMirror-static ul{padding-inline-start:1.25em;list-style-type:disc}.ProseMirror ul li,.ProseMirror-static ul li{list-style-type:inherit;padding:.125em 0}.ProseMirror ol,.ProseMirror-static ol{padding-inline-start:1.25em;list-style-type:decimal}.ProseMirror ol li,.ProseMirror-static ol li{list-style-type:inherit;padding:.125em 0}.ProseMirror code,.ProseMirror-static code{background-color:#f1f1f1;border-radius:4px;margin:0 1px;padding:2px 6px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.ProseMirror sup,.ProseMirror-static sup{vertical-align:super;font-size:smaller}.ProseMirror sub,.ProseMirror-static sub{vertical-align:sub;font-size:smaller}.ProseMirror blockquote,.ProseMirror-static blockquote{border-left:4px solid #e0e0e0;margin:.6em 0;padding:0 1.2em;font-style:italic;overflow:hidden}.ProseMirror [data-indent="1"],.ProseMirror-static [data-indent="1"]{padding-left:1em}.ProseMirror [data-indent="2"],.ProseMirror-static [data-indent="2"]{padding-left:2em}.ProseMirror [data-indent="3"],.ProseMirror-static [data-indent="3"]{padding-left:3em}.ProseMirror [data-indent="4"],.ProseMirror-static [data-indent="4"]{padding-left:4em}.ProseMirror [data-indent="5"],.ProseMirror-static [data-indent="5"]{padding-left:5em}.ProseMirror [data-indent="6"],.ProseMirror-static [data-indent="6"]{padding-left:6em}.ProseMirror [data-indent="7"],.ProseMirror-static [data-indent="7"]{padding-left:7em}.ProseMirror [data-indent="8"],.ProseMirror-static [data-indent="8"]{padding-left:8em}.ProseMirror-selectednode{outline:none!important}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{vertical-align:baseline;box-sizing:border-box;border:0;margin:0;padding:0;font-size:100%}:before,:after{box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}html,body{color:#41464b;background-color:#fff;width:100%;height:100%;overflow:hidden}body{font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:""}table{border-collapse:collapse;border-spacing:0}a{color:#d14424;text-decoration:none}img{vertical-align:middle;border-style:none}hr{box-sizing:content-box;height:0;overflow:visible}mark.active{background-color:#ff9632}input,button,select,optgroup,textarea{color:inherit}button,input{overflow:visible}button,select{text-transform:none}textarea{resize:vertical;overflow:auto}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}::-webkit-scrollbar{background-color:#0000;width:5px;height:5px}::-webkit-scrollbar-thumb{background-color:#e1e1e1;border-radius:3px}.i-icon{color:inherit;text-align:center;text-transform:none;vertical-align:-.125em;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;outline:0;font-style:normal;line-height:0;display:inline-block}.pptist-editor-root[data-v-9146158f]{width:100%;height:100%;position:relative}.pptist-editor-mount[data-v-9146158f]{width:100%;height:100%}.pptist-actions-overlay[data-v-9146158f]{z-index:100;pointer-events:none;flex-direction:column;align-items:flex-end;gap:8px;display:flex;position:absolute;bottom:24px;right:24px}.pptist-actions-overlay[data-v-9146158f]>*{pointer-events:auto}.cropper-container{touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;direction:ltr;font-size:0;line-height:0;position:relative}.cropper-container img{backface-visibility:hidden;image-orientation:0deg;width:100%;height:100%;display:block;min-width:0!important;max-width:none!important;min-height:0!important;max-height:none!important}.cropper-wrap-box,.cropper-canvas,.cropper-drag-box,.cropper-crop-box,.cropper-modal{position:absolute;inset:0}.cropper-wrap-box,.cropper-canvas{overflow:hidden}.cropper-drag-box{opacity:0;background-color:#fff}.cropper-modal{opacity:.5;background-color:#000}.cropper-view-box{outline:1px solid #3399ffbf;width:100%;height:100%;display:block;overflow:hidden}.cropper-dashed{opacity:.5;border:0 dashed #eee;display:block;position:absolute}.cropper-dashed.dashed-h{border-top-width:1px;border-bottom-width:1px;width:100%;height:33.3333%;top:33.3333%;left:0}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;width:33.3333%;height:100%;top:0;left:33.3333%}.cropper-center{opacity:.75;width:0;height:0;display:block;position:absolute;top:50%;left:50%}.cropper-center:before,.cropper-center:after{content:" ";background-color:#eee;display:block;position:absolute}.cropper-center:before{width:7px;height:1px;top:0;left:-3px}.cropper-center:after{width:1px;height:7px;top:-3px;left:0}.cropper-face,.cropper-line,.cropper-point{opacity:.1;width:100%;height:100%;display:block;position:absolute}.cropper-face{background-color:#fff;top:0;left:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;width:5px;top:0;right:-3px}.cropper-line.line-n{cursor:ns-resize;height:5px;top:-3px;left:0}.cropper-line.line-w{cursor:ew-resize;width:5px;top:0;left:-3px}.cropper-line.line-s{cursor:ns-resize;height:5px;bottom:-3px;left:0}.cropper-point{opacity:.75;background-color:#39f;width:5px;height:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;top:50%;right:-3px}.cropper-point.point-n{cursor:ns-resize;margin-left:-3px;top:-3px;left:50%}.cropper-point.point-w{cursor:ew-resize;margin-top:-3px;top:50%;left:-3px}.cropper-point.point-s{cursor:s-resize;margin-left:-3px;bottom:-3px;left:50%}.cropper-point.point-ne{cursor:nesw-resize;top:-3px;right:-3px}.cropper-point.point-nw{cursor:nwse-resize;top:-3px;left:-3px}.cropper-point.point-sw{cursor:nesw-resize;bottom:-3px;left:-3px}.cropper-point.point-se{cursor:nwse-resize;opacity:1;width:20px;height:20px;bottom:-3px;right:-3px}@media (width>=768px){.cropper-point.point-se{width:15px;height:15px}}@media (width>=992px){.cropper-point.point-se{width:10px;height:10px}}@media (width>=1200px){.cropper-point.point-se{opacity:.75;width:5px;height:5px}}.cropper-point.point-se:before{content:" ";opacity:0;background-color:#39f;width:200%;height:200%;display:block;position:absolute;bottom:-50%;right:-50%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC)}.cropper-hide{width:0;height:0;display:block;position:absolute}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}
