/*!
 * Vditor v3.11.1 - A markdown editor written in TypeScript.
 *
 * MIT License
 *
 * Copyright (c) 2018-present B3log 开源, b3log.org
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 *
 */.vditor{--border-color: #d1d5da;--second-color: rgba(88, 96, 105, .36);--panel-background-color: #fff;--panel-shadow: 0 1px 2px rgba(0, 0, 0, .2);--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: rgba(27, 31, 35, .05);--heading-border-color: #eaecef;--blockquote-color: #6a737d;--ir-heading-color: #660e7a;--ir-title-color: #808080;--ir-bi-color: #0033b3;--ir-link-color: #008000;--ir-bracket-color: #0000ff;--ir-paren-color: #008000}.vditor--dark{--border-color: #141414;--second-color: rgba(185, 185, 185, .36);--panel-background-color: #24292e;--panel-shadow: 0 1px 2px rgba(255, 255, 255, .2);--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: rgba(185, 185, 185, .86);--count-background-color: rgba(66, 133, 244, .36);--heading-border-color: var(--textarea-text-color);--blockquote-color: var(--toolbar-icon-color);--ir-heading-color: #9876aa;--ir-title-color: #808080;--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{position:relative;cursor:pointer}.vditor-tooltipped:after{position:absolute;z-index:1000000;display:none;padding:5px 8px;font-size:11px;font-weight:400;-webkit-font-smoothing:subpixel-antialiased;color:#fff;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-wrap:break-word;white-space:pre;pointer-events:none;content:attr(aria-label);background:#3b3e43;border-radius:3px;line-height:16px;opacity:0}.vditor-tooltipped:before{position:absolute;z-index:1000001;display:none;width:0;height:0;color:#3b3e43;pointer-events:none;content:"";border:5px solid transparent;opacity:0}.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{display:inline-block;text-decoration:none;animation-name:tooltip-appear;animation-duration:.15s;animation-fill-mode:forwards;animation-timing-function:ease-in}.vditor-tooltipped__s:after,.vditor-tooltipped__se:after,.vditor-tooltipped__sw:after{top:100%;right:50%;margin-top:5px}.vditor-tooltipped__s:before,.vditor-tooltipped__se:before,.vditor-tooltipped__sw:before{top:auto;right:50%;bottom:-5px;margin-right:-5px;border-bottom-color:#3b3e43}.vditor-tooltipped__se:after{right:auto;left:50%;margin-left:-15px}.vditor-tooltipped__sw:after{margin-right:-15px}.vditor-tooltipped__n:after,.vditor-tooltipped__ne:after,.vditor-tooltipped__nw:after{right:50%;bottom:100%;margin-bottom:5px}.vditor-tooltipped__n:before,.vditor-tooltipped__ne:before,.vditor-tooltipped__nw:before{top:-5px;right:50%;bottom:auto;margin-right:-5px;border-top-color:#3b3e43}.vditor-tooltipped__ne:after{right:auto;left:50%;margin-left:-15px}.vditor-tooltipped__nw:after{margin-right:-15px}.vditor-tooltipped__s:after,.vditor-tooltipped__n:after{transform:translate(50%)}.vditor-tooltipped__w:after{right:100%;bottom:50%;margin-right:5px;transform:translateY(50%)}.vditor-tooltipped__w:before{top:50%;bottom:50%;left:-5px;margin-top:-5px;border-left-color:#3b3e43}.vditor-tooltipped__e:after{bottom:50%;left:100%;margin-left:5px;transform:translateY(50%)}.vditor-tooltipped__e:before{top:50%;right:-5px;bottom:50%;margin-top:-5px;border-right-color:#3b3e43}@media screen and (max-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);position:absolute;box-shadow:var(--panel-shadow);border-radius:3px;padding:5px;z-index:3;font-size:14px;display:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;max-width:320px;min-width:80px;animation-duration:.15s;animation-name:scale-in;animation-timing-function:cubic-bezier(.2,0,.13,1.5);color:var(--toolbar-icon-color)}.vditor-panel--none{padding:0;animation:none;min-width:auto;max-width:none;white-space:nowrap;opacity:.86}.vditor-panel--arrow:before{position:absolute;width:0;height:0;pointer-events:none;content:" ";border:7px solid transparent;top:-14px;left:5px;border-bottom-color:var(--panel-background-color)}.vditor-panel--left{right:0}.vditor-panel--left.vditor-panel--arrow:before{right:5px;left:auto}.vditor-input{border:0;padding:3px 5px;background-color:var(--panel-background-color);font-size:12px;color:var(--textarea-text-color)}.vditor-input:focus{background-color:var(--toolbar-background-color);outline:none}.vditor-icon{color:var(--toolbar-icon-color);cursor:pointer;float:left;padding:4px 5px;height:21px;width:23px;background-color:transparent;border:0;box-sizing:border-box}.vditor-icon:hover,.vditor-icon--current{color:var(--toolbar-icon-hover-color);background-color:transparent}.vditor-icon:focus{outline:none}.vditor-icon svg{height:13px!important;width:13px!important;float:left;fill:currentColor;pointer-events:none}.vditor-toolbar{background-color:var(--toolbar-background-color);border-bottom:1px solid var(--border-color);padding:0 5px;line-height:1}.vditor-toolbar--pin{position:sticky;top:0;z-index:1}.vditor-toolbar--hide{transition:all .15s ease-in-out;height:5px;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);border:0;padding:10px 5px;background-color:transparent;height:var(--toolbar-height);width:25px;box-sizing:border-box;font-size:0}.vditor-toolbar__item .vditor-tooltipped:focus{outline:none}.vditor-toolbar__item .vditor-tooltipped:focus{cursor:pointer;color:var(--toolbar-icon-hover-color)}.vditor-toolbar__item svg{fill:currentColor;display:inline-block;stroke-width:0;stroke:currentColor;width:15px;height:15px}.vditor-toolbar__item uni-input{position:absolute;width:25px;height:var(--toolbar-height);top:0;left:0;cursor:pointer;opacity:.001;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%;padding:0!important;height: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{flex:1;min-width:1px;width:200px;margin-right:10px;color:var(--toolbar-icon-color);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.vditor-emojis__tail{margin-top:5px;font-size:12px;color:var(--toolbar-icon-color);display:flex}.vditor-emojis__tail a{text-decoration:none;color:var(--toolbar-icon-color)}.vditor-emojis__tail a:hover{color:var(--toolbar-icon-hover-color)}.vditor-emojis uni-button{cursor:pointer;border-radius:3px;float:left;height:30px;width:30px;text-align:center;line-height:26px;padding:3px;box-sizing:border-box;font-size:16px;transition:all .15s ease-in-out;border:0;margin:0;background-color:transparent;overflow:hidden}.vditor-emojis uni-button:focus{outline:none}.vditor-emojis uni-button:hover .vditor-emojis__icon{display:inline-block;transform:scale(1.2)}.vditor-emojis img{height:20px;width:20px;float:left;margin:3px 0 0 3px}@media screen and (max-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%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.vditor{display:flex;flex-direction:column;border:1px solid var(--border-color);border-radius:3px;box-sizing:border-box;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}.vditor--fullscreen{position:fixed;top:0;width:100%!important;left:0;height:100vh!important;z-index:90;border-radius:0}.vditor-content{display:flex;min-height:60px;flex:1;min-width:1px;position:relative}.vditor-preview{flex:1;min-width:1px;overflow:auto;margin-left:-1px;border-left:1px solid var(--border-color);box-sizing:border-box;border-radius:0 0 3px;background-color:var(--textarea-background-color)}.vditor-preview::-webkit-scrollbar{display:none}.vditor-preview__action{text-align:center;padding:10px;background-color:var(--toolbar-background-color)}.vditor-preview__action uni-button{background-color:var(--toolbar-background-color);color:var(--toolbar-icon-color);line-height:20px;border:0;margin:0 10px;cursor:pointer;padding:0 7px;font-size:12px}.vditor-preview__action uni-button.vditor-preview__action--current,.vditor-preview__action uni-button:hover{color:var(--toolbar-icon-hover-color);background-color:var(--toolbar-background-color)}.vditor-preview__action uni-button:focus{outline:none}.vditor-preview__action uni-button svg{fill:currentColor;height:15px;width:15px;vertical-align:middle}.vditor-preview>.vditor-reset{padding:10px;margin:0 auto}.vditor-preview img:not(.emoji){cursor:pointer}.vditor-devtools{display:none;background-color:var(--textarea-background-color);overflow:auto;flex:1;min-width:1px;box-shadow:inset 1px 0 var(--border-color);box-sizing:border-box;border-radius:0 0 3px;padding:10px}.vditor-counter{padding:3px;color:var(--toolbar-icon-color);background-color:var(--count-background-color);border-radius:3px;font-size:12px;-webkit-user-select:none;-moz-user-select:none;user-select:none;float:right;margin:8px 3px 0 0}.vditor-counter--error{color:#d23f31;background-color:rgba(210,63,49,.1)}.vditor-resize{padding:3px 0;cursor:row-resize;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:absolute;width:100%}.vditor-resize--top{top:-3px}.vditor-resize--bottom{bottom:-3px}.vditor-resize>div{height:3px;background-color:var(--resize-background-color);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;display:block;margin:0 auto;color:var(--resize-icon-color)}.vditor-upload{position:absolute;height:3px;left:0;top:-2px;transition:all .15s ease-in-out;background-color:#4285f4}.vditor-tip{position:absolute;font-size:12px;top:10px;animation-duration:.15s;animation-fill-mode:both;left:50%;z-index:5}.vditor-tip--show{display:block;animation-name:slideInDown}.vditor-tip__content{text-align:left;display:inline-block;line-height:16px;padding:3px 10px;border-radius:3px;background:var(--toolbar-background-color);position:relative;margin-left:-50%;color:var(--toolbar-icon-color);max-width:100%;box-shadow:var(--panel-shadow)}.vditor-tip__content ul{margin:2px 0;padding:0 0 0 18px}.vditor-tip__content a{color:#4285f4}.vditor-tip__close{position:absolute;color:var(--toolbar-icon-color);top:-7px;right:-15px;font-weight:700;cursor:pointer}.vditor-tip__close:hover{color:var(--toolbar-icon-hover-color)}.vditor-img{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;z-index:100}.vditor-img__bar{border-bottom:1px solid var(--border-color);background-color:var(--toolbar-background-color);text-align:center;height:36px;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.vditor-img__btn{display:flex;align-items:center;cursor:pointer;margin-left:24px;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:var(--toolbar-icon-color)}.vditor-img__btn:hover{color:var(--toolbar-icon-hover-color)}.vditor-img__btn svg{height:14px;width:14px;margin-right:8px;fill:currentColor}.vditor-img__img{flex:1;background-color:var(--textarea-background-color);overflow:auto;cursor:zoom-out}.vditor-img__img img{max-width:none}.vditor-hint{background-color:var(--panel-background-color);position:absolute;box-shadow:var(--panel-shadow);border-radius:3px;padding:5px 0;z-index:4;line-height:20px;list-style:none;font-size:12px;margin:0;max-width:250px;min-width:80px;display:none}.vditor-hint .vditor-hint{margin-top:-31px;left:100%;right:auto}.vditor-hint .vditor-hint.vditor-panel--left{right:100%;left:auto}.vditor-hint uni-button{color:var(--toolbar-icon-color);display:block;padding:3px 10px;border:0;border-radius:0;line-height:20px;width:100%;box-sizing:border-box;text-align:left;margin:0;background-color:transparent;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.vditor-hint uni-button:focus{outline:none}.vditor-hint--current,.vditor-hint uni-button:not(.vditor-menu--disabled):hover{background-color:var(--toolbar-background-color)!important;color:var(--toolbar-icon-hover-color)!important}.vditor-hint__emoji{font-size:16px;float:left;margin-right:3px}.vditor-hint img{height:20px;width:20px;float:left;margin-right:3px}.vditor-reset{color:#24292e;font-variant-ligatures:no-common-ligatures;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;word-wrap:break-word;overflow:auto;line-height:1.5;font-size:16px;word-break:break-word}.vditor-reset--anchor{padding-left:20px}.vditor-reset--error{color:#d23f31;font-size:12px;display:block;line-height:16px}.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{padding-left:2em;margin-top:0;margin-bottom:16px}.vditor-reset li+li{margin-top:.25em}.vditor-reset li p{margin-top:16px}.vditor-reset uni-audio{max-width:100%}.vditor-reset uni-audio:focus{outline:none}.vditor-reset uni-video{max-height:90vh;max-width:100%}.vditor-reset img{max-width:100%}.vditor-reset img.emoji{cursor:auto;max-width:20px;vertical-align:sub}.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{height:2px;padding:0;margin:24px 0;background-color:#eaecef;border:0}.vditor-reset p{margin-top:0;margin-bottom:16px}.vditor-reset blockquote{padding:0 1em;color:#6a737d;border-left:.25em solid #eaecef;margin:0 0 16px}.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{border:1px solid #d1d5da;max-width:100%;box-sizing:border-box}.vditor-reset iframe.iframe__video{min-width:80%;min-height:36vh}.vditor-reset table{border-collapse:collapse;empty-cells:show;margin-bottom:16px;overflow:auto;border-spacing:0;display:block;word-break:keep-all;width:100%}.vditor-reset table tr{background-color:#fafbfc;border-top:1px solid #c6cbd1}.vditor-reset table td,.vditor-reset table th{padding:6px 13px;border:1px solid #dfe2e5;word-break:normal;white-space:nowrap}.vditor-reset table td:first-child:after,.vditor-reset table th:first-child:after{content:"";display:inline-block;vertical-align:top;min-height:24px}.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){padding:.2em .4em;margin:0;font-size:85%;border-radius:3px;font-family:mononoki,Consolas,Liberation Mono,Menlo,Courier,monospace,"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",Segoe UI Symbol,"Android Emoji",EmojiSymbols;word-break:break-word;background-size:20px 20px;white-space:pre-wrap}.vditor-reset pre{margin:1em 0}.vditor-reset pre>code{margin:0;font-size:85%;padding:.5em;border-radius:5px;display:block;overflow:auto;white-space:pre;font-family:mononoki,Consolas,Liberation Mono,Menlo,Courier,monospace,"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",Segoe UI Symbol,"Android Emoji",EmojiSymbols;background-size:20px 20px;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==);word-break:initial;word-wrap:normal}.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{outline:none;cursor:context-menu}.vditor-reset .language-math .katex-display>.katex>.katex-html>.tag{display:inline-block;font-size:1.21rem;right:2px}.vditor-reset .language-echarts,.vditor-reset .language-mindmap{overflow:hidden;height:420px}.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{display:inline-block;padding:3px 5px;font:11px Consolas,Liberation Mono,Menlo,Courier,monospace;line-height:10px;color:#24292e;vertical-align:middle;background-color:#fafbfc;border:solid 1px #d1d5da;border-radius:3px;box-shadow:inset 0 -1px #d1d5da}.vditor-reset summary{cursor:pointer}.vditor-reset summary:focus{outline:none}.vditor-reset svg{height:auto;width: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{list-style:none!important;word-break:break-all}.vditor-task uni-input{margin:0 .2em .25em -1.6em;font-size:12px;vertical-align:middle}.vditor-copy{position:relative;display:none;z-index:1}.vditor-copy uni-textarea{position:absolute;left:-100000px;height:10px}.vditor-copy span{cursor:pointer;position:absolute;right:15px;top:.5em}.vditor-copy svg{color:#586069;height:14px;width:14px!important;display:block;fill:currentColor}.vditor-linenumber{padding-left:4em!important;position:relative}.vditor-linenumber__rows{position:absolute;pointer-events:none;top:1em;left:0;width:3em;-webkit-user-select:none;-moz-user-select:none;user-select:none;counter-reset:linenumber}.vditor-linenumber__rows>span{pointer-events:none;display:block}.vditor-linenumber__rows>span:before{counter-increment:linenumber;content:counter(linenumber);color:rgba(158,150,150,.38);display:block;padding-right:1em;text-align:right}.vditor-speech{position:absolute;display:none;background-color:#f6f8fa;border:1px solid #d1d5da;border-radius:3px;padding:3px;cursor:pointer;color:#586069}.vditor-speech:hover,.vditor-speech--current{color:#4285f4}.vditor-speech svg{height:14px;width:14px;fill:currentColor;display:block;stroke-width:0;stroke:currentColor}.vditor-anchor{margin-left:5px}.vditor-anchor--left{float:left;padding-right:4px;margin-left:-20px}.vditor-anchor svg{visibility:hidden}.vditor-anchor:hover svg{visibility:visible}.vditor-anchor:focus{outline:none}.vditor-linkcard{margin:31px auto 16px;transition:all .15s ease-in-out;cursor:pointer;max-width:768px;padding:0 10px}.vditor-linkcard a{border-radius:3px;background-color:#f6f8fa;overflow:hidden;max-height:250px;display:flex;text-decoration:none;flex-wrap:wrap-reverse;box-shadow:0 1px 2px rgba(0,0,0,.2)}.vditor-linkcard a:hover{box-shadow:0 0 3px rgba(0,0,0,.13),0 3px 6px rgba(0,0,0,.26);text-decoration:none}.vditor-linkcard a:visited .vditor-linkcard__abstract{color:rgba(88,96,105,.36)}.vditor-linkcard__info{padding:10px;min-width:200px;box-sizing:border-box;flex:1}.vditor-linkcard__title{font-size:14px;font-weight:400;color:#24292e;display:flex;align-items:center}.vditor-linkcard__title img{cursor:pointer;height:20px;width:20px;border-radius:3px;flex-shrink:0;margin-right:5px}.vditor-linkcard__abstract{word-wrap:break-word;word-break:break-all;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;font-size:13px;color:#586069;margin:5px 0}.vditor-linkcard__site{font-size:12px;color:#4285f4}.vditor-linkcard__image{background-size:cover;background-repeat:no-repeat;background-position:center center;max-width:250px;min-width:126px;cursor:pointer;background-color:rgba(88,96,105,.36)}.vditor-footnotes__goto-ref{text-decoration:none}.vditor-toc{margin-bottom:16px;-webkit-user-select:text;-moz-user-select:text;user-select:text;color:#4285f4}.vditor-toc .vditor-outline__action{display:none}.vditor-toc ul{list-style:none!important;padding-left:1em}.vditor-toc>ul{padding-left:0}.vditor-toc span{cursor:pointer}.vditor-toc li>span>svg{width:0;height:0}.vditor-outline{width:250px;border-right:1px solid var(--border-color);background-color:var(--panel-background-color);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{list-style:none!important;padding-left:1em;margin:0}.vditor-outline__content>ul{padding-left:0}.vditor-outline li>span{display:flex;align-items:center;padding:5px 10px;cursor:pointer;color:var(--textarea-text-color)}.vditor-outline li>span>svg{height:10px;width:10px;flex-shrink:0}.vditor-outline li>span:hover{color:var(--toolbar-icon-hover-color)}.vditor-outline li>span>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vditor-outline__title{border-bottom:1px dashed var(--border-color);padding:5px 10px;color:var(--toolbar-icon-color);font-size:12px}.vditor-outline__action{transition:all .15s ease-in-out;fill:currentColor;margin-right:5px;flex-shrink:0}.vditor-outline__action--close{transform:rotate(-90deg)}.vditor-wysiwyg{box-sizing:border-box;flex:1;position:relative;width:100%;min-width:1px}.vditor-wysiwyg pre.vditor-reset{background-color:var(--panel-background-color);margin:0;white-space:pre-wrap;height:100%;box-sizing:border-box}.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{outline:none;background-color:var(--textarea-background-color)}.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);height:auto;text-align:left}.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;padding-right:4px;margin-left:-29px;content:"H1";font-size:.85rem;font-weight:400;color:var(--second-color)}.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{display:inline-block;margin:12px 0;width:100%}.vditor-wysiwyg details{white-space:initial}.vditor-wysiwyg a{cursor:pointer}.vditor-wysiwyg span[data-type=backslash]>span{display:none;color:var(--second-color)}.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);padding-top:24px;margin-top:24px}.vditor-wysiwyg div[data-type=link-ref-defs-block]{color:var(--blockquote-color)}@media screen and (max-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;min-width:1px;position:relative;width:100%}.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;overflow:hidden;display:inline-block;height:0;transition:all .15s ease-in-out}.vditor-ir__node--hidden .vditor-ir__marker{visibility:hidden}.vditor-ir__node--expand .vditor-ir__marker{color:var(--second-color);display:inline;height:auto;width:auto}.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);height:auto;text-align:left}.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);margin:0;white-space:pre-wrap;height:100%;box-sizing:border-box}.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{outline:none;background-color:var(--textarea-background-color)}.vditor-ir pre.vditor-reset:after{content:"";height:var(--editor-bottom);display:block}.vditor-ir pre.vditor-reset pre{margin:0}.vditor-ir hr{display:inline-block;margin:12px 0;width:100%}.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;padding-right:4px;margin-left:-29px;content:"H1";font-size:.85rem;font-weight:400;color:var(--second-color)}.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);padding-top:24px;margin-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 (max-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{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;margin:0 1px 0 0;overflow:auto;width:100%;flex:1;min-width:1px;border:0;resize:none;padding:10px 9px 10px 10px;box-sizing:border-box;background-color:var(--panel-background-color);outline:0 none;font-size:16px;line-height:22px;color:var(--textarea-text-color);border-radius:0 0 3px 3px;font-variant-ligatures:no-common-ligatures;white-space:pre-wrap;word-break:break-word;word-wrap:break-word}.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){background-color:#ff0;color:#000}.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}.vig-native-input__el[data-v-726dc1e0]{display:block;width:100%;border:0;outline:none;background:transparent;color:inherit;font:inherit;line-height:inherit;letter-spacing:inherit;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none}.vig-native-input__el[data-v-726dc1e0]::-moz-placeholder{color:var(--vig-native-ph-color, #666);font-size:var(--vig-native-ph-font-size, inherit);opacity:1}.vig-native-input__el[data-v-726dc1e0]::placeholder{color:var(--vig-native-ph-color, #666);font-size:var(--vig-native-ph-font-size, inherit);opacity:1}.role-profile-outer-popup[data-v-cb7b25fc] .u-popup__content{background-color:var(--loBackground-color, "#17181A")!important}.role-profile-inner-popup[data-v-cb7b25fc] .u-popup__content{background-color:var(--loCard-background-color, "#1E1F24")!important}.role-profile-modal[data-v-cb7b25fc]{display:flex;flex-direction:column;isolation:isolate;background-color:transparent;width:100%;height:69vh;padding-bottom:env(safe-area-inset-bottom);overflow:hidden;box-sizing:border-box;font-size:.875rem;line-height:1.4;color:var(--loPrimary-font-color, "#FFFFFF");text-align:left}.header-scope[data-v-cb7b25fc]{padding:.875rem 0;flex-shrink:0;width:100%;height:1.5625rem;background-color:var(--loBackground-color, "#17181A")}.header-scope .header-box[data-v-cb7b25fc]{padding:0 .625rem;display:flex;align-items:center;justify-content:space-between;font-size:1rem}.header-scope .header-box .icon-back[data-v-cb7b25fc]{display:flex;align-items:center;color:var(--loPrimary-font-color, "#FFFFFF");font-size:.875rem}.header-scope .header-box .page-title[data-v-cb7b25fc]{font-weight:500;font-size:.9375rem;color:var(--loPrimary-font-color, "#FFFFFF");font-style:normal;text-transform:none;display:flex;align-items:center;justify-content:center}.header-scope .header-box .complete-btn[data-v-cb7b25fc]{margin-right:.48063rem;font-weight:500;color:var(--loPrimary-color, "#FF6D97");text-align:center;display:flex;align-items:center;justify-content:center;font-size:.875rem}.role-setting[data-v-cb7b25fc]{background-color:var(--loBackground-color, "#17181A");padding:.9375rem;color:var(--loPrimary-font-color, "#FFFFFF");flex:1;overflow-y:auto}.role-setting .switch-card[data-v-cb7b25fc]{background-color:var(--loCard-background-color, "#1E1F24");border-radius:.625rem;padding:.625rem;margin-bottom:.5rem;display:flex;align-items:center;justify-content:space-between}.role-setting .switch-card .switch-title[data-v-cb7b25fc]{font-size:.8125rem;color:var(--loPrimary-font-color, "#FFFFFF");margin-bottom:.1875rem;font-weight:700}.role-setting .switch-card .switch-desc[data-v-cb7b25fc]{font-size:.6875rem;color:var(--lo-subtitle-color, "#ccc");line-height:1.4;width:15.625rem}.role-setting .switch-card .radio-group[data-v-cb7b25fc]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%}.role-setting .switch-card .radio-group .radio-item[data-v-cb7b25fc]{display:flex;align-items:center;padding:.3125rem 0}.role-setting .switch-card .radio-group .radio-lock[data-v-cb7b25fc]{width:.75rem;height:.75rem}.role-setting .card[data-v-cb7b25fc]{background-color:var(--loCard-background-color, "#1E1F24");border-radius:.625rem;padding:.625rem;margin-bottom:.5rem}.role-setting .card .card-header[data-v-cb7b25fc]{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.role-setting .card .card-title[data-v-cb7b25fc]{font-size:.8125rem;font-weight:600;color:var(--loPrimary-font-color, "#FFFFFF")}.role-setting .card .apply-btn[data-v-cb7b25fc]{color:var(--loPrimary-color, "#FF6D97");font-size:1rem}.role-setting .card .card-desc[data-v-cb7b25fc]{font-size:.6875rem;color:var(--lo-subtitle-color, "#ccc");margin-bottom:.625rem}.role-setting .card .input-dark[data-v-cb7b25fc]{background-color:var(--loInput-background-color, "#1E1F24")!important;border-radius:.375rem;padding:.625rem;font-size:.75rem}.role-setting .card .input-dark[disabled][data-v-cb7b25fc]{background-color:var(--lo-disabled-bg-color, #25262A)!important;color:var(--lo-disabled-text-color, #555555)!important}.role-setting .card .input-wrapper[data-v-cb7b25fc]{position:relative;font-size:.75rem}.role-setting .card .input-wrapper .limit[data-v-cb7b25fc]{position:absolute;text-align:right;color:var(--lo-subtitle-color, "#ccc");font-size:.6875rem;margin-top:.3125rem;right:.5rem;bottom:.8125rem}.role-setting .card .input-wrapper .disabled[data-v-cb7b25fc]{background-color:var(--lo-disabled-bg-color, #25262A)!important;color:var(--lo-disabled-text-color, #555555)!important}.role-setting .card .gender-box[data-v-cb7b25fc]{display:flex;justify-content:space-between;margin-top:.625rem}.role-setting .card .gender-box .gender-item[data-v-cb7b25fc]{flex:1;text-align:center;padding:.3125rem 0;margin:0 .625rem;background-color:var(--loInput-background-color, "#1E1F24");border-radius:1.875rem;border:.09375rem solid transparent;color:var(--loPrimary-font-color, "#FFFFFF");transition:all .2s;font-size:.75rem}.role-setting .card .gender-box .gender-item.active[data-v-cb7b25fc]{color:#fff;background-color:var(--loPrimary-color, "#FF6D97")}.role-setting .card .gender-box .gender-item.active.disabled[data-v-cb7b25fc]{background-color:var(--lo-disabled-active-bg-color, #383A40)!important;color:var(--lo-disabled-active-text-color, #888888)!important}.role-setting .card .gender-box .gender-item.disabled[data-v-cb7b25fc]{background-color:var(--lo-disabled-bg-color, #25262A);color:var(--lo-disabled-text-color, #555555)}.role-setting .card .textarea-dark[data-v-cb7b25fc]{background-color:var(--loInput-background-color, "#1E1F24")!important;padding:.625rem;border:none;border-radius:.375rem;font-size:.75rem;width:100%;box-sizing:border-box;min-height:6.25rem;color:var(--loPrimary-font-color, "#FFFFFF")!important}.role-setting .card .textarea-dark[disabled][data-v-cb7b25fc],.role-setting .card .textarea-dark .disabled[data-v-cb7b25fc]{background-color:var(--lo-disabled-bg-color, #25262A)!important;color:var(--lo-disabled-text-color, #555555)!important}.role-setting .card .count-text[data-v-cb7b25fc]{position:absolute;right:1.40625rem;bottom:1.40625rem;color:var(--lo-subtitle-color, "#ccc");font-size:.625rem}.role-setting .textarea-wrapper[data-v-cb7b25fc]{position:relative}.role-setting .textarea-wrapper .disabled[data-v-cb7b25fc]{background-color:var(--lo-disabled-bg-color, #25262A)!important;color:var(--lo-disabled-text-color, #555555)!important}.forbidden-tag[data-v-cb7b25fc]{display:flex;align-items:center;padding:.375rem .9375rem;border-radius:3.125rem;margin-top:1.875rem;margin-left:auto;margin-right:auto;background-color:var(--lo-tag-background-color, rgba(45, 45, 48, .9));border:1px solid var(--lo-tag-border-color, rgba(255, 255, 255, .1));width:-moz-fit-content;width:fit-content;box-shadow:0 .125rem .375rem rgba(0,0,0,.1)}.forbidden-tag .ico-disable[data-v-cb7b25fc]{width:.9375rem;height:.9375rem}.forbidden-tag .tag-text[data-v-cb7b25fc]{color:var(--lo-tag-text-color, #a0a0a0);font-size:.8125rem;margin-left:.375rem}.confirm-scope[data-v-cb7b25fc]{width:15.625rem;padding:1.25rem 1.875rem}.confirm-scope .confirm-title[data-v-cb7b25fc]{font-weight:700;font-size:1rem;color:var(--loPrimary-font-color, "#FFFFFF");line-height:1.125rem;height:1.125rem;text-align:center}.confirm-scope .confirm-content[data-v-cb7b25fc]{color:var(--loPrimary-font-color, "#FFFFFF");padding:1.5625rem 0;font-size:1rem;text-align:center}.confirm-scope .confirm-bottom[data-v-cb7b25fc]{display:flex;justify-content:space-between;align-items:center;font-size:.9375rem;padding:0 1.25rem}.confirm-scope .confirm-bottom .btn-gap[data-v-cb7b25fc]{width:.0625rem;height:1.25rem;background-color:var(--loPrimary-font-color, "#FFFFFF")}.confirm-scope .confirm-bottom .cancel-btn[data-v-cb7b25fc]{color:var(--loPrimary-font-color, "#FFFFFF")}.confirm-scope .confirm-bottom .ok-btn[data-v-cb7b25fc]{color:var(--loPrimary-color, "#FF6D97");font-weight:700}[data-v-1aa5deb6] .u-picker{color:var(--loPrimary-font-color, "#FFFFFF")!important;background:var(--loPicker-bg-color, "#17181A")!important}[data-v-1aa5deb6] .u-picker__view__column__item{color:var(--loPicker-item-color, "#FE6D96");transition:all .3s ease}[data-v-1aa5deb6] .u-toolbar__wrapper__cancel{color:var(--loPrimary-font-color, "#FFFFFF")}[data-v-1aa5deb6] .u-toolbar__wrapper__cancel{font-weight:700}[data-v-1aa5deb6] .uni-picker-view-mask{background-image:none}[data-v-1aa5deb6] .uni-picker-view-indicator:before,.uni-picker-view-indicator[data-v-1aa5deb6]:after{border-top:0!important;border-bottom:0!important}[data-v-1aa5deb6] .u-picker__view__column__item--selected{color:var(--loPrimary-color, "#FF6D97")!important;transition:all .3s ease}[data-v-1aa5deb6] .u-picker__view__column__item{color:#303133}[data-v-1aa5deb6] .u-picker__indicator{border-top:none!important;border-bottom:none!important}[data-v-1aa5deb6] .u-picker__mask{background:none!important}[data-v-1aa5deb6] .u-picker__safe-area{background-color:var(--loBackground-color, "#17181A")!important}[data-v-1aa5deb6] .uni-input-placeholder{color:var(--lo-input-placeholder-color, "#999999")!important}.header-scope[data-v-1aa5deb6]{padding:.875rem 0;position:fixed;z-index:9999;width:100%;height:1.5625rem;background-color:var(--loBackground-color, "#17181A")}.header-scope .header-box[data-v-1aa5deb6]{padding:0 .625rem;display:flex;align-items:center;justify-content:space-between;font-size:1rem}.header-scope .header-box .icon-back[data-v-1aa5deb6]{display:flex;align-items:center;color:var(--loPrimary-font-color, "#FFFFFF");font-size:.8125rem}.header-scope .header-box .page-title[data-v-1aa5deb6]{font-weight:500;font-size:.9375rem;color:var(--loPrimary-font-color, "#FFFFFF");font-style:normal;text-transform:none;display:flex;align-items:center;justify-content:center}.header-scope .header-box .complete-btn[data-v-1aa5deb6]{margin-right:.48063rem;font-weight:500;color:var(--loPrimary-color, "#FF6D97");text-align:center;display:flex;align-items:center;justify-content:center;font-size:.8125rem}.role-extra-setting[data-v-1aa5deb6]{color:var(--loPrimary-font-color, "#FFFFFF");padding:1.25rem 1rem;background-color:var(--loBackground-color, "#17181A");box-sizing:border-box;margin-top:2.1875rem}.setting-top[data-v-1aa5deb6]{display:flex;align-items:flex-end;flex-wrap:wrap;gap:1.25rem;margin-bottom:.625rem}.setting-top .setting-item[data-v-1aa5deb6]{min-width:6.875rem}.setting-top .setting-item .label[data-v-1aa5deb6]{display:block;color:var(--loInput-label-color, "#b9b9c5");font-size:.8125rem;margin-bottom:.3125rem}.setting-top .setting-item .picker-field[data-v-1aa5deb6],.setting-top .setting-item .depth-input[data-v-1aa5deb6]{width:100%;height:1.5625rem;background:var(--loTopInput-background-color, "#1E1F24");border-radius:.375rem;color:var(--loPrimary-font-color, "#FFFFFF");font-size:.8125rem;padding:0 .75rem;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box}.setting-top .setting-item .depth-input-width[data-v-1aa5deb6]{width:3.125rem}.setting-top .setting-item .depth-input[data-v-1aa5deb6]{text-align:center;padding:0}.setting-top .draft-desc[data-v-1aa5deb6]{min-width:.9375rem!important;font-size:.625rem;color:#dd524d}.depth-desc[data-v-1aa5deb6]{color:var(--lo-subtitle-color, "#ccc");font-size:.6875rem;margin-bottom:1.25rem;line-height:1.6}.card[data-v-1aa5deb6]{background-color:var(--loCard-background-color, "#1E1F24");border-radius:.625rem;padding:.9375rem;position:relative;box-sizing:border-box}.card .card-header[data-v-1aa5deb6]{display:flex;justify-content:space-between;align-items:center;margin-bottom:.3125rem}.card .card-header .card-title[data-v-1aa5deb6]{font-size:.875rem;font-weight:500;color:var(--loPrimary-font-color, "#FFFFFF")}.card .card-desc[data-v-1aa5deb6]{font-size:.6875rem;color:var(--lo-subtitle-color, "#ccc");margin-bottom:.625rem}.card .textarea-wrapper[data-v-1aa5deb6]{position:relative;width:100%;overflow:hidden;border-radius:.4375rem;box-sizing:border-box}.card .textarea-dark[data-v-1aa5deb6]{width:100%;box-sizing:border-box;background:var(--loInput-background-color, "#1E1F24");border-radius:.4375rem;padding:.625rem;color:var(--loPrimary-font-color, "#FFFFFF");font-size:.75rem;min-height:6.25rem;line-height:1.5;resize:none;outline:none}.card .count-text[data-v-1aa5deb6]{position:absolute;right:.75rem;bottom:.5rem;font-size:.6875rem;color:#eee;font-weight:500}.conv-style-modal[data-v-83e98e95]{display:flex;flex-direction:column;background-color:transparent;width:100%;height:69vh;padding-bottom:env(safe-area-inset-bottom);overflow:hidden;box-sizing:border-box}.cs-modal-header[data-v-83e98e95]{height:3.125rem;display:flex;align-items:center;justify-content:space-between;padding:0 .9375rem;border-bottom:.03125rem solid rgba(255,255,255,.05);background-color:var(--background-color, #1E1F24);color:var(--primary-font-color, #FFFFFF)}.cs-header-left[data-v-83e98e95],.cs-header-right[data-v-83e98e95]{font-size:.875rem;color:var(--primary-font-color, #FFFFFF);display:flex;align-items:center}.cs-header-center[data-v-83e98e95]{flex:1;text-align:center}.cs-header-title[data-v-83e98e95]{font-size:.9375rem;font-weight:700}.confirm-btn[data-v-83e98e95]{color:var(--primary-color, #ff6d97);font-weight:700}.cs-modal-content[data-v-83e98e95]{flex:1;height:0;display:flex;flex-direction:column}.outer-scroll-view[data-v-83e98e95]{flex:1;width:100%;height:100%;padding:.625rem .9375rem;box-sizing:border-box}.cs-group-card[data-v-83e98e95]{background-color:var(--card-background-color, #282A2E);border-radius:.625rem;padding:.9375rem;margin-bottom:.5rem;border:.03125rem solid rgba(255,255,255,.05)}.cs-section-header[data-v-83e98e95]{cursor:pointer;margin-bottom:.625rem}.cs-title-row[data-v-83e98e95]{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.cs-section-title[data-v-83e98e95]{font-size:.8125rem;font-weight:500;color:var(--primary-font-color, #FFFFFF)}.cs-section-subtitle[data-v-83e98e95]{font-size:.6875rem;color:var(--tip-font-color, #cccccc);line-height:1.4;display:block;max-width:90%}.collapse-icon[data-v-83e98e95]{transition:transform .3s ease}.collapse-icon.is-collapsed[data-v-83e98e95]{transform:rotate(180deg)}.cs-collapsible[data-v-83e98e95]{max-height:0;overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;opacity:0}.cs-collapsible.is-open[data-v-83e98e95]{max-height:31.25rem;opacity:1}.cs-switch-group[data-v-83e98e95]{display:flex;height:2.25rem;background-color:var(--input-background-color, #33353B);border-radius:.375rem;padding:.1875rem;box-sizing:border-box}.cs-switch-group.disabled-interaction[data-v-83e98e95]{pointer-events:none}.cs-switch-btn[data-v-83e98e95]{flex:1;display:flex;align-items:center;justify-content:center;border-radius:.3125rem;font-size:.8125rem;color:var(--tip-font-color, #cccccc);transition:all .2s}.cs-switch-btn.active[data-v-83e98e95]{background-color:var(--primary-color, #ff6d97);color:#fff;font-weight:700}.divider[data-v-83e98e95]{height:.03125rem;background-color:rgba(255,255,255,.05);margin:.9375rem 0}.cs-style-section[data-v-83e98e95]{display:flex;flex-direction:column}.style-header-row[data-v-83e98e95]{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.style-scroll-view[data-v-83e98e95]{width:100%;max-height:9.375rem;margin-top:.625rem}.btn-common[data-v-83e98e95],.cs-style-item[data-v-83e98e95]{height:2.125rem;display:flex;align-items:center;justify-content:center;border-radius:.375rem;font-size:.75rem;font-weight:500;transition:all .1s;background-color:var(--btn-bg-color, #33353B);border:1px solid var(--btn-border-color, transparent);color:var(--primary-font-color, #FFFFFF)}.cs-style-grid[data-v-83e98e95]{display:flex;flex-wrap:wrap;gap:.625rem;padding-bottom:.3125rem}.cs-style-item[data-v-83e98e95]{width:calc(33.33% - .4375rem);padding:0 .3125rem;box-sizing:border-box;position:relative}.cs-style-item .style-icon[data-v-83e98e95]{margin-right:.375rem}.cs-style-item .intro-icon-wrapper[data-v-83e98e95]{position:absolute;right:.3125rem;top:.1875rem;z-index:999}.cs-style-item .intro-icon-wrapper .intro-icon[data-v-83e98e95]{width:.875rem;height:.875rem}.cs-style-item.active[data-v-83e98e95]{background-color:var(--primary-color, #ff6d97);border-color:var(--primary-color, #ff6d97);color:#fff}.style-label[data-v-83e98e95]{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.fixed-item .style-label[data-v-83e98e95]{margin-left:.1875rem}.cs-custom-input[data-v-83e98e95]{margin-top:.625rem;position:relative}.cs-custom-textarea[data-v-83e98e95]{width:100%;height:5rem;background-color:var(--input-background-color, #33353B);border-radius:.375rem;padding:.625rem;font-size:.8125rem;color:var(--primary-font-color, #FFFFFF);box-sizing:border-box}.char-count[data-v-83e98e95]{position:absolute;bottom:.625rem;right:.625rem;font-size:.6875rem;color:var(--tip-font-color, #cccccc)}.bottom-spacer[data-v-83e98e95]{height:1.25rem}.empty-container[data-v-83e98e95]{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding-bottom:3.125rem}.empty-container .empty-img[data-v-83e98e95]{width:6.25rem;height:6.25rem;margin-bottom:.625rem;opacity:.8}.empty-container .empty-text[data-v-83e98e95]{margin-top:.625rem;font-size:.875rem;color:var(--tip-font-color, #999999)}.alert-scope[data-v-83e98e95]{width:14.0625rem;padding:0 1.875rem;display:flex;flex-direction:column}.alert-scope .alert-title[data-v-83e98e95]{color:var(--primary-font-color, #ffffff);font-size:1.09375rem;text-align:center;margin-top:.9375rem;font-weight:700}.alert-scope .alert-content[data-v-83e98e95]{color:var(--primary-font-color, #ffffff);padding:1.40625rem 0;font-size:.9375rem;flex:1;max-height:25rem;overflow-y:scroll}.alert-scope .alert-bottom[data-v-83e98e95]{display:flex;justify-content:center;align-items:center;font-size:1rem;padding:0 0 .9375rem}.alert-scope .alert-bottom .ok-btn[data-v-83e98e95]{color:var(--primary-color, #ff6d97)}body[data-v-3fc3d0b2]{background-color:var(--background-color, "#17181A")}uni-page-body[data-v-3fc3d0b2]{height:100%;overflow:hidden}[data-v-3fc3d0b2] .vditor-toolbar--hide{height:.03125rem}[data-v-3fc3d0b2] .vditor-wysiwyg pre.vditor-reset{background-color:var(--vditor-bg-color, "#0D0E0F");color:var(--primary-font-color, "#FFFFFF")}[data-v-3fc3d0b2] .u-loading-page,[data-v-3fc3d0b2] .u-popup__content{background-color:var(--background-color, "#17181A")}uni-view[data-v-3fc3d0b2],uni-button[data-v-3fc3d0b2],uni-text[data-v-3fc3d0b2],uni-input[data-v-3fc3d0b2],uni-textarea[data-v-3fc3d0b2]{margin:0;padding:0;box-sizing:border-box}.msg-option-scope[data-v-3fc3d0b2]{height:100%;width:100%;position:fixed;background-color:#000;z-index:99999;backdrop-filter:blur(5px)}.msg-option-scope .msg-content-box[data-v-3fc3d0b2]{overflow:scroll;margin:5rem 1rem 0;min-height:1rem;max-height:50%;background:var(--modify-input-bg-color, "#1E1F24");box-shadow:0 0 .25rem rgba(0,0,0,.06);border-radius:1.25rem;padding:1rem;color:var(--primary-font-color, "#FFFFFF");white-space:pre-line}.msg-option-scope .msg-options-box[data-v-3fc3d0b2]{margin-left:1rem;padding:.625rem 1rem;margin-top:.9375rem;width:9.0625rem;background:var(--modify-input-bg-color, "#1E1F24");box-shadow:0 0 .25rem rgba(0,0,0,.06);border-radius:1.25rem}.msg-option-scope .msg-options-box .option-separator[data-v-3fc3d0b2]{width:7.28125rem;height:0;border:.03125rem solid var(--msg-option-separator-color, "#333333")}.msg-option-scope .msg-options-box .option-item[data-v-3fc3d0b2]{display:flex;justify-content:space-between;align-items:center;height:2.5rem;line-height:2.5rem}.msg-option-scope .msg-options-box .option-item uni-text[data-v-3fc3d0b2]{font-family:PingFang SC,PingFang SC;font-weight:500;font-size:.8125rem;color:var(--primary-font-color, "#FFFFFF");height:1.6875rem;line-height:1.6875rem;text-align:justified;font-style:normal;text-transform:none}.msg-option-scope .msg-options-box .option-item uni-image[data-v-3fc3d0b2]{width:1.09375rem;height:1.09375rem}.msg-modify-scope[data-v-3fc3d0b2]{height:100%;width:100%;position:fixed;z-index:9999;backdrop-filter:blur(10px)}.msg-modify-scope .modify-input-box[data-v-3fc3d0b2]{overflow:scroll;margin:auto;margin-top:5rem;width:100%;min-height:19.9375rem;max-height:70%;backdrop-filter:blur(.375rem);border-radius:.9375rem;padding:1rem}.msg-modify-scope .modify-input-box .modify-input[data-v-3fc3d0b2]{width:100%}.msg-modify-scope .option-box[data-v-3fc3d0b2]{display:flex;align-items:center;justify-content:left;margin-left:.75rem;margin-bottom:.4375rem}.msg-modify-scope .option-box .option-item[data-v-3fc3d0b2]{display:flex;align-items:center;font-size:.8125rem;background-color:#fff;margin-right:.625rem;padding:.3125rem .625rem;border-radius:.78125rem}.msg-modify-scope .modify-btn-box[data-v-3fc3d0b2]{position:fixed;width:100%;height:3.75rem;border-radius:0;display:flex;justify-content:center;align-items:center}.msg-modify-scope .modify-btn-box .modify-btn[data-v-3fc3d0b2]{display:flex;justify-content:center;align-items:center;color:#fff;width:100%;height:2.65625rem;margin:0 .75rem;background-color:var(--primary-color, "#FF6D97");border-radius:1.5625rem;font-family:PingFang SC,PingFang SC;font-weight:700;font-size:.96875rem}.chat-skeleton .skeleton-item[data-v-3fc3d0b2]{padding:5.625rem 1rem 1rem}.chat-skeleton .skeleton-item .chat-bubble-right[data-v-3fc3d0b2]{float:right;margin-top:2.4375rem;height:4.0625rem;width:50%;background-color:#f1f2f4}.chat[data-v-3fc3d0b2]{overflow:hidden}.chat .mm-left-side-container[data-v-3fc3d0b2]{position:fixed;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:.375rem;z-index:9999;left:0}.chat .mm-right-side-container[data-v-3fc3d0b2]{position:fixed;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:.375rem;z-index:9999;right:0}.chat .page-header-scope[data-v-3fc3d0b2]{position:fixed;top:0;z-index:999;width:100%;background-color:var(--background-color, "#17181A")}.chat .share-chat-topbar[data-v-3fc3d0b2]{width:100%;height:2.8125rem;line-height:2.8125rem;display:flex;align-items:center;justify-content:space-between;color:var(--primary-font-color, "#FFFFFF");padding:0 .625rem;font-size:.9375rem}.chat .share-chat-topbar .header-roleName[data-v-3fc3d0b2]{margin:0 5px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:60%}.chat .share-chat-topbar .toggle-chat-history-btn[data-v-3fc3d0b2]{color:var(--primary-color, "#FF6D97")}.chat .topTabbar[data-v-3fc3d0b2]{width:100%;height:2.8125rem;line-height:2.8125rem;display:flex;justify-content:space-between}.chat .topTabbar .header-box[data-v-3fc3d0b2]{padding:0 .625rem;display:flex;align-items:center;justify-content:space-between}.chat .topTabbar .header-box .icon-back[data-v-3fc3d0b2]{display:flex;align-items:center}.chat .topTabbar .header-box .icon-back uni-image[data-v-3fc3d0b2]{width:1.125rem;height:1.125rem}.chat .topTabbar .header-center[data-v-3fc3d0b2]{width:55%;flex:1;display:flex;align-items:center;color:var(--primary-font-color, "#FFFFFF")}.chat .topTabbar .header-center .header-role-img[data-v-3fc3d0b2]{display:flex;align-items:center;margin-right:.15625rem}.chat .topTabbar .header-center .header-role-img uni-image[data-v-3fc3d0b2]{border-radius:.78125rem;width:1.5625rem;height:1.5625rem}.chat .topTabbar .header-roleName[data-v-3fc3d0b2]{margin:0 5px;font-size:.9375rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.chat .topTabbar .header-roleName.small[data-v-3fc3d0b2]{margin:0 5px;font-size:.71875rem}.chat .topTabbar .header-icon-meun[data-v-3fc3d0b2]{display:flex;align-items:center;margin-right:12px;position:relative}.chat .topTabbar .header-icon-meun .header-meun[data-v-3fc3d0b2]{display:flex;align-items:center;margin-left:.78125rem;position:relative}.chat .topTabbar .header-icon-meun .header-meun uni-image[data-v-3fc3d0b2]{width:1.09375rem;height:1.09375rem}.chat .topTabbar .header-icon-meun .header-meun .header-badge[data-v-3fc3d0b2]{position:absolute;top:-.125rem;right:-.625rem;background-color:var(--background-color, "#17181A");color:var(--primary-font-color, "#FFFFFF");font-size:.4375rem;padding:.0625rem .25rem;line-height:1;min-width:.875rem;text-align:center;font-weight:700}.chat .topTabbar .header-icon-meun .header-meun-rating[data-v-3fc3d0b2]{overflow:visible}.chat .topTabbar .header-icon-meun .header-meun-rating .rate-tip[data-v-3fc3d0b2]{position:absolute;bottom:-.4375rem;left:50%;transform:translate(-50%);padding:.0625rem .25rem;background-color:var(--primary-color, "#FF6D97");color:#fff;font-size:.5rem;font-weight:500;line-height:.625rem;white-space:nowrap;border-radius:.625rem;z-index:1}.chat .topTabbar .header-icon-meun .header-meun-btns[data-v-3fc3d0b2]{position:absolute;right:0;top:1.875rem;width:7.8125rem;display:flex;align-items:center;padding:0 .625rem;background:#fff;box-shadow:0 .25rem .25rem rgba(0,0,0,.06);border-radius:.46875rem}.chat .topTabbar .header-icon-meun .header-meun-btns .meun-item[data-v-3fc3d0b2]{display:flex;align-items:center}.chat .topTabbar .header-icon-meun .header-meun-btns .meun-item .meun-item-icon[data-v-3fc3d0b2]{width:.84125rem;height:.84125rem;margin-right:.625rem}.chat .topTabbar .header-icon-meun .header-meun-btns .meun-gap[data-v-3fc3d0b2]{width:100%;height:.0625rem;background-color:#efefef}.chat .topTabbar .icon[data-v-3fc3d0b2]{margin-left:.625rem}.chat .topTabbar .text[data-v-3fc3d0b2]{margin:auto;font-size:16px;font-weight:700}.chat .topTabbar .button[data-v-3fc3d0b2]{width:10%;margin:auto .625rem auto 0}.chat .loading-warpper[data-v-3fc3d0b2]{z-index:9999;padding:.3125rem 0}.chat .chat-scope-box-hidden[data-v-3fc3d0b2],.chat .chat-scope-box[data-v-3fc3d0b2]{position:fixed;width:100%;height:100%;z-index:11}.chat .chat-scope-box-hidden .light[data-v-3fc3d0b2] ::-webkit-scrollbar-thumb,.chat .chat-scope-box .light[data-v-3fc3d0b2] ::-webkit-scrollbar-thumb{border-radius:.625rem!important;background-color:rgba(0,0,0,.3)!important}.chat .chat-scope-box-hidden .dark[data-v-3fc3d0b2] ::-webkit-scrollbar-thumb,.chat .chat-scope-box .dark[data-v-3fc3d0b2] ::-webkit-scrollbar-thumb{border-radius:.625rem!important;background-color:rgba(97,98,100,.3)!important}.chat .chat-scope-box-hidden .light[data-v-3fc3d0b2] ::-webkit-scrollbar-thumb:hover,.chat .chat-scope-box-hidden .light[data-v-3fc3d0b2] ::-webkit-scrollbar-thumb:active,.chat .chat-scope-box .light[data-v-3fc3d0b2] ::-webkit-scrollbar-thumb:hover,.chat .chat-scope-box .light[data-v-3fc3d0b2] ::-webkit-scrollbar-thumb:active{background-color:rgba(0,0,0,.7)!important}.chat .chat-scope-box-hidden .dark[data-v-3fc3d0b2] ::-webkit-scrollbar-thumb:hover,.chat .chat-scope-box-hidden .dark[data-v-3fc3d0b2] ::-webkit-scrollbar-thumb:active,.chat .chat-scope-box .dark[data-v-3fc3d0b2] ::-webkit-scrollbar-thumb:hover,.chat .chat-scope-box .dark[data-v-3fc3d0b2] ::-webkit-scrollbar-thumb:active{background-color:rgba(97,98,100,.7)!important}.chat .chat-scope-box-hidden .scroll-view[data-v-3fc3d0b2] ::-webkit-scrollbar,.chat .chat-scope-box .scroll-view[data-v-3fc3d0b2] ::-webkit-scrollbar{display:block;width:.625rem!important;background:transparent}.chat .chat-scope-box-hidden .scroll-view[data-v-3fc3d0b2],.chat .chat-scope-box .scroll-view[data-v-3fc3d0b2]{background-color:#f6f6f6}.chat .chat-scope-box-hidden .scroll-view .chat-body[data-v-3fc3d0b2],.chat .chat-scope-box .scroll-view .chat-body[data-v-3fc3d0b2]{position:relative;padding-bottom:10.625rem;display:flex;flex-direction:column;font-size:15px}.chat .chat-scope-box-hidden .scroll-view .chat-body .select-box[data-v-3fc3d0b2],.chat .chat-scope-box .scroll-view .chat-body .select-box[data-v-3fc3d0b2]{margin-right:.625rem}.chat .chat-scope-box-hidden .scroll-view .chat-body .select-box .icon[data-v-3fc3d0b2],.chat .chat-scope-box .scroll-view .chat-body .select-box .icon[data-v-3fc3d0b2]{height:1.25rem;width:1.25rem}.chat .chat-scope-box-hidden .scroll-view .chat-body .self-select-show[data-v-3fc3d0b2],.chat .chat-scope-box .scroll-view .chat-body .self-select-show[data-v-3fc3d0b2]{justify-content:space-between}.chat .chat-scope-box-hidden .scroll-view .chat-body .self[data-v-3fc3d0b2],.chat .chat-scope-box .scroll-view .chat-body .self[data-v-3fc3d0b2]{justify-content:flex-end}.chat .chat-scope-box-hidden .scroll-view .chat-body .item[data-v-3fc3d0b2],.chat .chat-scope-box .scroll-view .chat-body .item[data-v-3fc3d0b2]{display:flex;align-items:center;padding:.71875rem .9375rem}.chat .chat-scope-box-hidden .scroll-view .chat-body .item .right[data-v-3fc3d0b2],.chat .chat-scope-box .scroll-view .chat-body .item .right[data-v-3fc3d0b2]{background-color:#c2dcff;border-radius:1rem 1rem 0!important}.chat .chat-scope-box-hidden .scroll-view .chat-body .item .left[data-v-3fc3d0b2],.chat .chat-scope-box .scroll-view .chat-body .item .left[data-v-3fc3d0b2]{background-color:#fff;border-radius:1rem 1rem 1rem 0!important}.chat .chat-scope-box-hidden .scroll-view .chat-body .item .touch-scope[data-v-3fc3d0b2],.chat .chat-scope-box .scroll-view .chat-body .item .touch-scope[data-v-3fc3d0b2]{position:relative;max-width:94%;color:var(--chat-content-font-color, "#FFFFFF")}.chat .chat-scope-box-hidden .scroll-view .chat-body .item .touch-scope .content[data-v-3fc3d0b2],.chat .chat-scope-box .scroll-view .chat-body .item .touch-scope .content[data-v-3fc3d0b2]{padding:.75rem;background:var(--background-color, "#17181A");opacity:.9;box-shadow:0 .125rem .125rem rgba(0,0,0,.01);border-radius:.5rem;white-space:pre-line}.chat .chat-scope-box-hidden .scroll-view .chat-body .item .touch-scope .content[data-v-3fc3d0b2] table,.chat .chat-scope-box .scroll-view .chat-body .item .touch-scope .content[data-v-3fc3d0b2] table{border-collapse:collapse;empty-cells:show;overflow:auto;border-spacing:0;display:block;word-break:keep-all;width:100%}.chat .chat-scope-box-hidden .scroll-view .chat-body .item .touch-scope .content[data-v-3fc3d0b2] table th,.chat .chat-scope-box .scroll-view .chat-body .item .touch-scope .content[data-v-3fc3d0b2] table th{font-weight:600}.chat .chat-scope-box-hidden .scroll-view .chat-body .item .touch-scope .content[data-v-3fc3d0b2] table td,.chat .chat-scope-box-hidden .scroll-view .chat-body .item .touch-scope .content[data-v-3fc3d0b2] table th,.chat .chat-scope-box .scroll-view .chat-body .item .touch-scope .content[data-v-3fc3d0b2] table td,.chat .chat-scope-box .scroll-view .chat-body .item .touch-scope .content[data-v-3fc3d0b2] table th{padding:6px 13px;border:1px solid #dfe2e5;word-break:normal;white-space:nowrap}.chat .chat-scope-box-hidden .scroll-view .chat-body .item .touch-scope .copy-scope[data-v-3fc3d0b2],.chat .chat-scope-box .scroll-view .chat-body .item .touch-scope .copy-scope[data-v-3fc3d0b2]{position:absolute;z-index:999;width:6.25rem;height:5rem;background:rgba(255,255,255,.6);box-shadow:0 .25rem .25rem rgba(0,0,0,.02);border-radius:.46875rem;color:#333;display:flex;align-items:center;padding-left:1rem}.chat .chat-scope-box-hidden .scroll-view .chat-body .item .touch-scope .copy-scope .copy-item[data-v-3fc3d0b2],.chat .chat-scope-box .scroll-view .chat-body .item .touch-scope .copy-scope .copy-item[data-v-3fc3d0b2]{display:flex;align-items:center}.chat .chat-scope-box-hidden .scroll-view .chat-body .item .touch-scope .copy-scope .copy-item uni-image[data-v-3fc3d0b2],.chat .chat-scope-box .scroll-view .chat-body .item .touch-scope .copy-scope .copy-item uni-image[data-v-3fc3d0b2]{width:.96156rem;height:.96156rem;margin-right:.3125rem}.chat .chat-scope-box-hidden .scroll-view .chat-body .item .touch-scope .copy-scope .copy-item[data-v-3fc3d0b2]:first-child,.chat .chat-scope-box .scroll-view .chat-body .item .touch-scope .copy-scope .copy-item[data-v-3fc3d0b2]:first-child{margin-bottom:1rem}.chat .chat-scope-box-hidden .scroll-view .chat-body .item .touch-scope .copy-scope-left[data-v-3fc3d0b2],.chat .chat-scope-box .scroll-view .chat-body .item .touch-scope .copy-scope-left[data-v-3fc3d0b2]{right:0}.chat .chat-scope-box-hidden .scroll-view .chat-body .item .avatar[data-v-3fc3d0b2],.chat .chat-scope-box .scroll-view .chat-body .item .avatar[data-v-3fc3d0b2]{display:flex;justify-content:center;width:2.4375rem;height:2.4375rem;background:#4f7df5;border-radius:1.5625rem;overflow:hidden}.chat .chat-scope-box-hidden .scroll-view .chat-body .item .avatar uni-image[data-v-3fc3d0b2],.chat .chat-scope-box .scroll-view .chat-body .item .avatar uni-image[data-v-3fc3d0b2]{align-self:center}.chat .chat-scope-box-hidden .scroll-view .chat-body .avatar-body[data-v-3fc3d0b2],.chat .chat-scope-box .scroll-view .chat-body .avatar-body[data-v-3fc3d0b2]{width:100%}.chat .chat-scope-box-hidden .scroll-view .chat-body .avatar-body .touch-scope[data-v-3fc3d0b2],.chat .chat-scope-box .scroll-view .chat-body .avatar-body .touch-scope[data-v-3fc3d0b2]{width:100%;max-width:100%}.chat .chat-scope-box-hidden .scroll-view .chat-body .avatar-body .touch-scope .left[data-v-3fc3d0b2],.chat .chat-scope-box .scroll-view .chat-body .avatar-body .touch-scope .left[data-v-3fc3d0b2]{border-radius:.5rem!important}.chat .chat-scope-box-hidden .scroll-view .chat-body .avatar-body .nickname[data-v-3fc3d0b2],.chat .chat-scope-box .scroll-view .chat-body .avatar-body .nickname[data-v-3fc3d0b2]{font-family:Inter,Inter;font-weight:700;font-size:1.1875rem;color:#212226}.chat .chat-scope-box-hidden .scroll-view .chat-body .avatar-body .desc[data-v-3fc3d0b2],.chat .chat-scope-box .scroll-view .chat-body .avatar-body .desc[data-v-3fc3d0b2]{font-family:PingFang SC,PingFang SC;font-weight:500;font-size:1rem;color:#333}.chat .chat-bottom[data-v-3fc3d0b2]{position:relative;z-index:999;width:100%;transition:all .1s ease;position:fixed;bottom:0}.chat .chat-bottom .shortcut-bar-wrapper[data-v-3fc3d0b2]{position:relative;height:2.375rem;background:var(--background-color, "#17181A");overflow:hidden;margin-bottom:-1px}.chat .chat-bottom .shortcut-bar-wrapper .shortcut-bar[data-v-3fc3d0b2],.chat .chat-bottom .shortcut-bar-wrapper .instruction-bar[data-v-3fc3d0b2]{display:flex;align-items:center;height:2.375rem;padding:0 .375rem;gap:.3125rem;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s ease}.chat .chat-bottom .shortcut-bar-wrapper .shortcut-bar[data-v-3fc3d0b2]{overflow-x:auto;overflow-y:hidden;white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none}.chat .chat-bottom .shortcut-bar-wrapper .shortcut-bar[data-v-3fc3d0b2]::-webkit-scrollbar{display:none}.chat .chat-bottom .shortcut-bar-wrapper .shortcut-bar.hidden[data-v-3fc3d0b2]{transform:translate(-.9375rem);opacity:0;pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0}.chat .chat-bottom .shortcut-bar-wrapper .shortcut-btn[data-v-3fc3d0b2]{flex-shrink:0;display:flex;align-items:center;justify-content:center;gap:.1875rem;height:1.75rem;box-sizing:border-box;padding:0 .5rem;background:var(--input-background-color, "#1E1F24");border-radius:.875rem;font-size:.75rem;color:var(--shortcut-button-font-color, "#8D949D");white-space:nowrap;transition:transform .2s ease,background .2s ease}.chat .chat-bottom .shortcut-bar-wrapper .shortcut-btn .sb-icon[data-v-3fc3d0b2]{width:.8125rem;height:.8125rem;flex-shrink:0;opacity:.9}.chat .chat-bottom .shortcut-bar-wrapper .shortcut-btn .sb-text[data-v-3fc3d0b2]{line-height:1}.chat .chat-bottom .shortcut-bar-wrapper .shortcut-btn[data-v-3fc3d0b2]:active{transform:scale(.95)}.chat .chat-bottom .shortcut-bar-wrapper .instruction-bar[data-v-3fc3d0b2]{overflow:hidden}.chat .chat-bottom .shortcut-bar-wrapper .instruction-bar.hidden[data-v-3fc3d0b2]{transform:translate(.9375rem);opacity:0;pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0}.chat .chat-bottom .shortcut-bar-wrapper .back-btn[data-v-3fc3d0b2]{flex-shrink:0;width:1.5rem;height:1.5rem;border-radius:50%;background:var(--primary-color, "#FF6D97");display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 .125rem .5rem rgba(255,109,151,.35);transition:transform .2s ease}.chat .chat-bottom .shortcut-bar-wrapper .back-btn .back-arrow[data-v-3fc3d0b2]{font-size:1.1875rem;line-height:1;font-weight:600;text-align:center;transform:translateY(-.15625rem)}.chat .chat-bottom .shortcut-bar-wrapper .back-btn[data-v-3fc3d0b2]:active{transform:scale(.9)}.chat .chat-bottom .shortcut-bar-wrapper .instruction-scroll[data-v-3fc3d0b2]{flex:1;min-width:0;display:flex;align-items:center;white-space:nowrap;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}.chat .chat-bottom .shortcut-bar-wrapper .instruction-scroll[data-v-3fc3d0b2]::-webkit-scrollbar{display:none}.chat .chat-bottom .shortcut-bar-wrapper .instruction-empty[data-v-3fc3d0b2]{font-size:.75rem;color:var(--shortcut-button-font-color, "#8D949D");padding:0 .375rem;white-space:nowrap}.chat .chat-bottom .shortcut-bar-wrapper .instruction-chip[data-v-3fc3d0b2]{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;height:1.75rem;box-sizing:border-box;padding:0 .6875rem;margin-right:.3125rem;background:var(--input-background-color, "#1E1F24");border-radius:.875rem;font-size:.75rem;color:var(--shortcut-button-font-color, "#8D949D");white-space:nowrap;transition:transform .15s ease,opacity .15s ease}.chat .chat-bottom .shortcut-bar-wrapper .instruction-chip[data-v-3fc3d0b2]:active{transform:scale(.96);opacity:.7}.chat .chat-bottom .shortcut-bar-wrapper.theme-light .back-btn[data-v-3fc3d0b2]{box-shadow:none}.chat .chat-bottom .shortcut-bar-wrapper.theme-dark .shortcut-btn[data-v-3fc3d0b2],.chat .chat-bottom .shortcut-bar-wrapper.theme-dark .instruction-chip[data-v-3fc3d0b2]{background:#2c2e32}.chat .chat-bottom .shortcut-bar-wrapper.theme-light .shortcut-btn[data-v-3fc3d0b2],.chat .chat-bottom .shortcut-bar-wrapper.theme-light .instruction-chip[data-v-3fc3d0b2]{background:#f1f4f9}.chat .chat-bottom .chat-bottom-wapper[data-v-3fc3d0b2]{background:var(--background-color, "#17181A")}.chat .chat-bottom .more-scope[data-v-3fc3d0b2]{height:auto;padding:.75rem .9375rem .9375rem;display:flex;flex-wrap:wrap;gap:.625rem}.chat .chat-bottom .more-scope .item[data-v-3fc3d0b2]{width:calc(25% - .625rem);text-align:center}.chat .chat-bottom .more-scope .item .item-title[data-v-3fc3d0b2]{font-weight:400;font-size:.8125rem;color:var(--primary-font-color, "#FFFFFF");line-height:1.15625rem;height:1.15625rem;margin-top:.4375rem}.chat .chat-bottom .more-scope .item .item-icon[data-v-3fc3d0b2]{width:100%;height:4.03125rem;background:var(--more-item-bg-color, "#2C2E32");border-radius:1.25rem;padding:1.25rem 1.40625rem}.chat .chat-bottom .more-scope .item .item-icon uni-image[data-v-3fc3d0b2]{height:1.71875rem;width:1.71875rem}.chat .chat-bottom .send-msg[data-v-3fc3d0b2]{display:flex;align-items:flex-end;padding:.5rem .9375rem;width:100%;transition:all .1s ease;margin-bottom:-1px}.chat .chat-bottom .uni-textarea[data-v-3fc3d0b2]{width:100%;display:flex;align-items:flex-end;justify-content:space-between}.chat .chat-bottom .uni-textarea .ai-assistant[data-v-3fc3d0b2],.chat .chat-bottom .uni-textarea .more-options-scope[data-v-3fc3d0b2]{padding-bottom:.96875rem;transition:padding-bottom .25s ease}.chat .chat-bottom .uni-textarea.is-multiline[data-v-3fc3d0b2],.chat .chat-bottom .uni-textarea.is-expanded[data-v-3fc3d0b2]{align-items:flex-end}.chat .chat-bottom .uni-textarea.is-multiline .ai-assistant[data-v-3fc3d0b2],.chat .chat-bottom .uni-textarea.is-expanded .ai-assistant[data-v-3fc3d0b2],.chat .chat-bottom .uni-textarea.is-multiline .more-options-scope[data-v-3fc3d0b2],.chat .chat-bottom .uni-textarea.is-expanded .more-options-scope[data-v-3fc3d0b2]{padding-bottom:.84375rem}.chat .chat-bottom .uni-textarea .chat-input-scope[data-v-3fc3d0b2]{width:100%;position:relative;background:var(--input-background-color, "#1E1F24");border-radius:1.25rem;border:.0625rem solid var(--primary-color, "#FF6D97");display:flex;align-items:center;justify-content:space-between;padding:0 .5rem;transition:padding .25s ease,border-radius .25s ease}.chat .chat-bottom .uni-textarea .chat-input-scope .icon-ai[data-v-3fc3d0b2]{margin-right:.3125rem;width:1.75rem;height:1.75rem}.chat .chat-bottom .uni-textarea .chat-input-scope .send-btn-icon[data-v-3fc3d0b2]{width:1.625rem;height:1.625rem}.chat .chat-bottom .uni-textarea .chat-input-scope uni-input[data-v-3fc3d0b2]{width:16.78125rem;min-height:2.34375rem;max-height:15.625rem;border-radius:1.25rem;font-size:1rem;font-family:PingFang SC;color:var(--input-font-color, "#FFFFFF");line-height:2.3125rem;padding:.15625rem .25rem .15625rem .1875rem}.chat .chat-bottom .uni-textarea .chat-input-scope uni-textarea[data-v-3fc3d0b2]{width:16.78125rem;font-size:1rem;font-family:PingFang SC;color:var(--input-font-color, "#FFFFFF");padding:.75rem .25rem .75rem .1875rem}.chat .chat-bottom .uni-textarea .chat-input-scope .chatMsgTextarea[data-v-3fc3d0b2]{width:100%;max-height:11.875rem;overflow-y:scroll}.chat .chat-bottom .uni-textarea .chat-input-scope.has-toolbar[data-v-3fc3d0b2]{flex-direction:column;align-items:stretch;padding:.3125rem .5rem;border-radius:.75rem}.chat .chat-bottom .uni-textarea .chat-input-scope.has-toolbar .chat-input-toolbar[data-v-3fc3d0b2]{display:flex;align-items:center;gap:.5rem;margin-bottom:.375rem}.chat .chat-bottom .uni-textarea .chat-input-scope.has-toolbar .chat-input-toolbar .chat-input-tool-btn[data-v-3fc3d0b2]{display:flex;align-items:center;gap:.1875rem;font-size:.75rem;color:#a0a0a0;padding:.25rem .5625rem;background-color:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:.375rem}.chat .chat-bottom .uni-textarea .chat-input-scope.has-toolbar .chat-input-toolbar .chat-input-tool-btn[data-v-3fc3d0b2]:active{opacity:.7}.chat .chat-bottom .uni-textarea .chat-input-scope .chat-input-collapsed-row[data-v-3fc3d0b2]{display:flex;align-items:center;justify-content:space-between;min-height:2.5625rem}.chat .chat-bottom .uni-textarea .chat-input-scope .chat-input-collapsed-row>uni-view[data-v-3fc3d0b2]:first-child,.chat .chat-bottom .uni-textarea .chat-input-scope .chat-input-collapsed-row>uni-view[data-v-3fc3d0b2]:last-child{align-self:stretch;display:flex;align-items:center;min-height:1.25rem;transition:padding-top .25s ease,padding-bottom .25s ease}.chat .chat-bottom .uni-textarea .chat-input-scope.is-multiline .chat-input-collapsed-row[data-v-3fc3d0b2]{align-items:flex-end}.chat .chat-bottom .uni-textarea .chat-input-scope.is-multiline .chat-input-collapsed-row>uni-view[data-v-3fc3d0b2]:first-child,.chat .chat-bottom .uni-textarea .chat-input-scope.is-multiline .chat-input-collapsed-row>uni-view[data-v-3fc3d0b2]:last-child{align-self:auto;padding-bottom:.5rem}.chat .chat-bottom .uni-textarea .chat-input-scope .chat-input-collapsed-display[data-v-3fc3d0b2]{flex:1;min-width:0;padding:.4375rem .375rem;cursor:text}.chat .chat-bottom .uni-textarea .chat-input-scope .chat-input-collapsed-display .chat-input-collapsed-text[data-v-3fc3d0b2]{display:block;max-height:7rem;overflow-y:auto;-webkit-overflow-scrolling:touch;word-break:break-word;white-space:pre-wrap;font-size:1rem;line-height:1.4;color:var(--input-font-color, "#FFFFFF")}.chat .chat-bottom .uni-textarea .chat-input-scope .chat-input-collapsed-display .chat-input-collapsed-placeholder[data-v-3fc3d0b2]{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:1rem;line-height:1.4;color:#999}.chat .chat-bottom .uni-textarea .chat-input-scope.is-expanded[data-v-3fc3d0b2]{padding:.625rem}.chat .chat-bottom .uni-textarea .chat-input-scope.is-expanded .chatMsgTextarea[data-v-3fc3d0b2]{width:100%;line-height:1.4;min-height:1.4rem;max-height:9.8rem;padding:0 .125rem;margin-bottom:.5rem;overflow-y:auto;-webkit-overflow-scrolling:touch;resize:none}.chat .chat-bottom .uni-textarea .chat-input-scope.is-expanded .chat-input-bottom-row[data-v-3fc3d0b2]{display:flex;align-items:center;justify-content:space-between;padding-bottom:.375rem}.chat .chat-bottom .uni-textarea .chat-input-scope.is-expanded .chat-input-bottom-row>uni-view[data-v-3fc3d0b2]{padding-top:.875rem;min-height:1.25rem}.chat .chat-bottom .uni-textarea .chat-input-scope .btn-icon[data-v-3fc3d0b2]{width:1.25rem;height:1.25rem}.chat .chat-bottom .uni-textarea .chat-input-scope .mind-type[data-v-3fc3d0b2]{display:flex;align-items:center;justify-items:center;font-weight:500;font-size:.78125rem;color:var(--mindtype-font-color, "#FF6D97")}.chat .chat-bottom .uni-textarea .chat-input-scope .mind-type .icon-box[data-v-3fc3d0b2]{display:flex;align-items:center;justify-items:center}.chat .chat-bottom .uni-textarea .chat-input-scope .mind-type .icon-box .icon-battery[data-v-3fc3d0b2]{width:.875rem;height:.875rem;margin-left:.125rem}.chat .chat-bottom .uni-textarea .chat-input-scope .mind-type .icon-box .icon-change[data-v-3fc3d0b2]{margin-left:.125rem;width:.75rem;height:.75rem}.chat .chat-bottom .uni-textarea .chat-input-scope .mind-type .icon-box .icon-arrow[data-v-3fc3d0b2]{width:1.875rem;height:1.875rem;transform:rotate(90deg);transition:.3s}.chat .chat-bottom .uni-textarea .chat-input-scope .mind-type .icon-box .icon-arrow-top[data-v-3fc3d0b2]{width:1.875rem;height:1.875rem;transform:rotate(-90deg);transition:.3s}.chat .chat-bottom .uni-textarea .more-options-scope[data-v-3fc3d0b2]{display:flex;align-items:center;margin-left:.375rem}.chat .chat-bottom .uni-textarea .more-options-scope .btn-icon[data-v-3fc3d0b2]{width:1.5625rem;height:1.5625rem}.chat .chat-bottom .uni-textarea .ai-assistant[data-v-3fc3d0b2]{position:relative;display:flex;align-items:center;margin-right:.1875rem;color:var(--primary-font-color, "#FFFFFF");font-size:1.6875rem}.chat .chat-bottom .uni-textarea .ai-assistant uni-image[data-v-3fc3d0b2]{width:1.5625rem;height:1.5625rem}.chat .chat-bottom .uni-textarea .ai-assistant .beta-badge[data-v-3fc3d0b2]{position:absolute;top:-.3125rem;left:-.625rem;background-color:var(--primary-color, "#FF6D97");color:#fff;font-size:.625rem;padding:.125rem .1875rem;border-radius:.3125rem;line-height:1;display:flex;align-items:center;font-weight:500}.chat .chat-bottom .uni-textarea .ai-assistant .beta-badge uni-image[data-v-3fc3d0b2]{width:.625rem;height:.625rem}.chat .chat-bottom .uni-textarea .ai-assistant .tooltip[data-v-3fc3d0b2]{position:absolute;bottom:100%;left:0%;transform:translate(-5%);background-color:var(--primary-color, "#FF6D97");color:#fff;font-size:.6875rem;padding:.25rem .3125rem;border-radius:.46875rem;white-space:nowrap;margin-bottom:.875rem;z-index:10}.chat .chat-bottom .uni-textarea .ai-assistant .tooltip-arrow[data-v-3fc3d0b2]{position:absolute;top:100%;left:.9375rem;width:0;height:0;border-left:.25rem solid transparent;border-right:.25rem solid transparent;border-top:.25rem solid var(--primary-color, "#FF6D97")}.chat .chat-bottom .send-btn[data-v-3fc3d0b2]{display:flex;align-items:center;justify-content:center;margin-bottom:2.375rem;margin-left:.78125rem;width:3.75rem;height:2.34375rem;background:#ed5a65;border-radius:1.5625rem;font-size:.875rem;font-family:PingFang SC;font-weight:500;color:#fff;line-height:.875rem}.ai-des-scope[data-v-3fc3d0b2]{padding:.3125rem .96156rem;background-color:#fff;display:flex;align-items:center}.ai-des-scope .ai-avatar uni-image[data-v-3fc3d0b2]{width:3.36531rem;height:3.36531rem;border-radius:50%}.ai-des-scope .ai-des-box[data-v-3fc3d0b2]{margin-left:.78125rem}.ai-des-scope .ai-des-box .ai-nickname[data-v-3fc3d0b2]{font-family:Inter,Inter;font-weight:500;font-size:.84375rem;color:#212226;line-height:.78125rem;text-align:left;font-style:normal;text-transform:none}.ai-des-scope .ai-des-box .ai-des[data-v-3fc3d0b2]{font-family:PingFang SC,PingFang SC;font-weight:500;font-size:.71875rem;color:#949ba5;line-height:1.15625rem;text-align:justified;font-style:normal;text-transform:none;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.reset-btn[data-v-3fc3d0b2]{position:absolute;left:0;margin-top:.5rem;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.5);border-radius:50%}.modify-btn-scope[data-v-3fc3d0b2]{position:absolute;left:0;margin-top:.5rem;display:flex}.modify-btn-scope .modify-btn[data-v-3fc3d0b2]{width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.5);border-radius:50%;margin-right:.5rem}.modify-btn-scope .modify-btn uni-image[data-v-3fc3d0b2]{height:.875rem;width:.875rem}.continue-btn[data-v-3fc3d0b2]{width:.875rem;height:.875rem;margin-left:.3125rem;margin-top:.3125rem}.pay-popup[data-v-3fc3d0b2]{padding-top:.96156rem;background-color:var(--background-color, "#17181A")}.pay-popup .pay-title[data-v-3fc3d0b2]{font-weight:700;font-size:.96875rem;color:var(--primary-font-color, "#FFFFFF");line-height:1.15625rem;text-align:center;font-style:normal;text-transform:none}.pay-popup .activity-banner[data-v-3fc3d0b2]{margin:.3125rem .75rem -.3125rem;height:4.375rem;background:linear-gradient(90deg,#a8233c,#e64e3f);border-radius:.625rem;display:flex;justify-content:space-between;align-items:center;padding:0 .9375rem;color:#fff;border:none;position:relative;overflow:hidden}.pay-popup .activity-banner[data-v-3fc3d0b2]:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1),rgba(255,255,255,0) 70%);transform:rotate(30deg);pointer-events:none}.pay-popup .activity-banner .banner-left[data-v-3fc3d0b2]{z-index:1;display:flex;flex-direction:column;justify-content:center}.pay-popup .activity-banner .banner-left .banner-title[data-v-3fc3d0b2]{font-size:1.125rem;font-weight:700;margin-bottom:.25rem;display:flex;align-items:center;text-shadow:0 .0625rem .125rem rgba(0,0,0,.1)}.pay-popup .activity-banner .banner-left .banner-title uni-text[data-v-3fc3d0b2]{font-style:italic}.pay-popup .activity-banner .banner-left .banner-subtitle[data-v-3fc3d0b2]{font-size:.6875rem;opacity:.9;font-weight:400}.pay-popup .activity-banner .banner-right[data-v-3fc3d0b2]{z-index:1;display:flex;align-items:center}.pay-popup .activity-banner .banner-right .timer-box[data-v-3fc3d0b2]{width:2.03125rem;height:1.5625rem;background:rgba(0,0,0,.2);border-radius:.25rem;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;backdrop-filter:blur(5px)}.pay-popup .activity-banner .banner-right .timer-colon[data-v-3fc3d0b2]{margin:0 .25rem;font-weight:700;padding-bottom:.125rem}.Ai[data-v-3fc3d0b2],.self[data-v-3fc3d0b2]{margin-top:.9375rem}.msg-item-selected[data-v-3fc3d0b2]{background-color:var(--share-item-bg-color, "#2C2E32");margin-top:0;opacity:.9}.history-setting-scope[data-v-3fc3d0b2]{margin-left:.3125rem;margin-right:.3125rem}.history-setting-scope .history-item[data-v-3fc3d0b2]{margin-bottom:1.25rem}.history-setting-scope .history-item .title[data-v-3fc3d0b2]{height:1.15625rem;font-weight:500;font-size:.875rem;color:var(--history-font-color, "#FFFFFF");line-height:1.15625rem;text-align:justified;font-style:normal;text-transform:none}.history-setting-scope .history-item .remark[data-v-3fc3d0b2]{margin-top:.46875rem;font-weight:400;font-size:.78125rem;color:var(--history-remark-font-color, "#C5C5C5");text-align:justified;font-style:normal;text-transform:none}.history-setting-scope .history-item .option[data-v-3fc3d0b2]{margin-top:.625rem;display:flex;justify-content:space-between;align-items:center}.history-setting-scope .history-item .option .label[data-v-3fc3d0b2]{height:1.15625rem;font-weight:400;font-size:.78125rem;color:var(--history-remark-font-color, "#C5C5C5");line-height:1.15625rem;text-align:justified;font-style:normal;text-transform:none}.history-setting-scope .history-item .option .option-btn[data-v-3fc3d0b2]{display:flex;justify-content:space-between;align-items:center}.history-setting-scope .history-item .option .option-btn uni-input[data-v-3fc3d0b2]{width:3.125rem;background:var(--input-background-color, "#1E1F24");border-radius:.375rem;padding:.0625rem;text-align:center;font-size:1rem;margin-right:.75rem;color:var(--primary-font-color, "#FFFFFF")}.history-setting-scope .history-item .option .option-btn uni-image[data-v-3fc3d0b2]{width:.9375rem;height:.9375rem}.conversation-list-scope[data-v-3fc3d0b2]{padding:0 .9375rem;background-color:var(--background-color, "#17181A")}.conversation-list-scope .title[data-v-3fc3d0b2]{margin:1.875rem 0 .9375rem;height:1.15625rem;font-weight:700;font-size:1.09375rem;color:var(--primary-font-color, "#FFFFFF");line-height:1.15625rem;text-align:center;font-style:normal;text-transform:none}.conversation-list-scope .conversation-list[data-v-3fc3d0b2]{max-height:25rem}.conversation-list-scope .conversation-list .conversation-item[data-v-3fc3d0b2]{display:flex;align-items:center;height:5.0625rem}.conversation-list-scope .conversation-list .conversation-item .left-scope .avatar[data-v-3fc3d0b2]{display:flex;align-items:center;border-radius:50%}.conversation-list-scope .conversation-list .conversation-item .left-scope .avatar img[data-v-3fc3d0b2]{width:3.90625rem;height:3.90625rem;border-radius:50%;-o-object-fit:cover;object-fit:cover}.conversation-list-scope .conversation-list .conversation-item .center-scope[data-v-3fc3d0b2]{margin-left:.9375rem;min-width:70%}.conversation-list-scope .conversation-list .conversation-item .center-scope .title-scope[data-v-3fc3d0b2]{display:flex;justify-content:space-between;font-weight:700;font-size:.96875rem;color:var(--primary-font-color, "#FFFFFF");line-height:1.4375rem;height:1.4375rem}.conversation-list-scope .conversation-list .conversation-item .center-scope .title-scope .edit-icon[data-v-3fc3d0b2]{width:.9375rem;height:.9375rem}.conversation-list-scope .conversation-list .conversation-item .center-scope .title-scope .cur-conversation[data-v-3fc3d0b2]{font-size:.75rem;font-weight:400}.conversation-list-scope .conversation-list .conversation-item .center-scope .content-scope[data-v-3fc3d0b2]{margin-top:.25rem;font-size:.78125rem;color:var(--conversation-list-content-color, "#C5C5C5");line-height:1.09375rem;height:1.09375rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;word-break:break-all;white-space:normal}.conversation-list-scope .conversation-list .conversation-item .right-scope[data-v-3fc3d0b2]{margin-left:.3125rem}.conversation-list-scope .conversation-list .conversation-item .right-scope .delete-icon[data-v-3fc3d0b2]{width:1.09375rem;height:1.09375rem}.conversation-list-scope .bottom[data-v-3fc3d0b2]{margin:1.875rem 0;display:flex;justify-content:space-between;text-align:center}.conversation-list-scope .bottom .btn[data-v-3fc3d0b2]{color:#fff;font-size:1rem;width:100%;height:2.65625rem;line-height:2.65625rem;background:var(--primary-color, "#FF6D97");border-radius:1.5625rem}.conversation-list-scope .bottom-gap[data-v-3fc3d0b2]{margin:.9375rem 0}.model-switch-scope[data-v-3fc3d0b2]{padding:0 .9375rem;background-color:var(--background-color, "#17181A");height:34.375rem;box-sizing:border-box;width:100vw;max-width:100%;overflow:hidden;display:flex;flex-direction:column}.model-switch-scope .title[data-v-3fc3d0b2]{margin:.9375rem 0 .3125rem;height:1.15625rem;font-weight:700;font-size:1.09375rem;line-height:1.15625rem;text-align:center;font-style:normal;text-transform:none;color:var(--primary-font-color, "#FFFFFF");flex-shrink:0}.model-switch-scope .model-filter-tabs[data-v-3fc3d0b2]{margin:.9375rem 0 0;width:100%;padding-bottom:0;white-space:nowrap;flex-shrink:0;scrollbar-width:none;-ms-overflow-style:none}.model-switch-scope .model-filter-tabs[data-v-3fc3d0b2]::-webkit-scrollbar{display:none}.model-switch-scope .model-filter-tabs .model-filter-tab[data-v-3fc3d0b2]{display:inline-block;padding:0 1rem;height:1.875rem;line-height:1.875rem;border-radius:31.21875rem;background:var(--input-background-color, "#1E1F24");color:var(--primary-font-color, "#FFFFFF");font-size:.8125rem;margin:.3125rem .625rem .75rem 0;white-space:nowrap;text-align:center}.model-switch-scope .model-filter-tabs .model-filter-tab.active[data-v-3fc3d0b2]{color:#fff}.model-switch-scope .model-filter-tabs .model-filter-tab[data-v-3fc3d0b2]:not(.active){background-color:var(--card-background-color, "#1E1F24")}.model-switch-scope .model-filter-tabs .model-filter-tab.active-light[data-v-3fc3d0b2]{background:linear-gradient(135deg,#17aafd,#40c3ff);box-shadow:0 .25rem .375rem rgba(23,170,253,.35)}.model-switch-scope .model-filter-tabs .model-filter-tab.active-dark[data-v-3fc3d0b2]{background:#ff6d97;box-shadow:0 .25rem .375rem rgba(255,109,151,.35)}.model-switch-scope .model-list[data-v-3fc3d0b2]{flex:1;height:0}.model-switch-scope .model-list .model-list-loading[data-v-3fc3d0b2]{display:flex;justify-content:center;align-items:center;padding:1.875rem 0}.model-switch-scope .model-list .model-empty[data-v-3fc3d0b2]{display:flex;justify-content:center;align-items:center;height:100%;color:var(--model-setting-remark-color, "#C5C5C5");font-size:.8125rem}.model-switch-scope .model-list .model-list-spacer[data-v-3fc3d0b2]{height:5rem}.model-switch-scope .model-list .model-item[data-v-3fc3d0b2]{position:relative;background-color:var(--card-background-color, "#1E1F24");padding:.625rem;border-radius:.625rem;margin:.78125rem 0;color:var(--primary-font-color, "#FFFFFF");font-weight:400}.model-switch-scope .model-list .model-item .corner-check[data-v-3fc3d0b2]{position:absolute;bottom:0;right:0;width:2.0625rem;height:1.875rem;background:var(--primary-color, "#FF6D97");-webkit-clip-path:polygon(100% 0,100% 100%,0 100%);clip-path:polygon(100% 0,100% 100%,0 100%);display:flex;justify-content:flex-end;align-items:flex-end;padding:.375rem;border-bottom-right-radius:.625rem}.model-switch-scope .model-list .model-item .checkmark[data-v-3fc3d0b2]{color:#fff;font-size:.6875rem;font-weight:700}.model-switch-scope .model-list .model-item .checkmark .css-check[data-v-3fc3d0b2]{width:.3125rem;height:.75rem;border-bottom:.125rem solid white;border-right:.125rem solid white;transform:rotate(45deg)}.model-switch-scope .model-list .model-item .model-top-scope[data-v-3fc3d0b2]{display:flex;align-items:center;justify-content:space-between}.model-switch-scope .model-list .model-item .model-top-scope .model-title[data-v-3fc3d0b2]{display:inline-flex;align-items:center;font-size:.9375rem;font-weight:500}.model-switch-scope .model-list .model-item .model-top-scope .model-title .model-new-badge[data-v-3fc3d0b2]{margin-left:.375rem;padding:.125rem .375rem;border-radius:31.21875rem;font-size:.625rem;font-weight:600;color:#fff;background-color:#ce3a5a}.model-switch-scope .model-list .model-item .model-top-scope .model-opt-btn[data-v-3fc3d0b2]{display:flex;align-items:center}.model-switch-scope .model-list .model-item .model-intro[data-v-3fc3d0b2]{font-size:.75rem;margin:.15625rem 0;color:var(--model-setting-remark-color, "#C5C5C5")}.model-switch-scope .model-list .model-item .model-bottom-scope[data-v-3fc3d0b2]{display:flex;align-items:center;font-weight:500;font-size:.6875rem}.model-switch-scope .model-list .model-item .model-bottom-scope .model-battery[data-v-3fc3d0b2]{display:flex;align-items:center;background-color:var(--background-color, "#17181A");padding:.1875rem;border-radius:.46875rem}.model-switch-scope .model-list .model-item .model-bottom-scope .model-battery .icon-battery[data-v-3fc3d0b2]{width:.6875rem;height:.75rem}.model-switch-scope .model-list .model-item .model-bottom-scope .model-perm[data-v-3fc3d0b2]{display:flex;align-items:center;border-radius:.46875rem;margin-left:.625rem;padding:.1875rem;background-color:var(--background-color, "#17181A")}.model-switch-scope .model-list .model-item .model-bottom-scope .model-perm .paid-icon[data-v-3fc3d0b2]{margin-right:.15625rem;width:.75rem;height:.6875rem}.model-switch-scope .model-list .model-item .model-bottom-scope .model-success-rate[data-v-3fc3d0b2]{margin-left:.5rem}.model-switch-scope .model-list .model-item .model-bottom-scope .model-success-rate .success-badge[data-v-3fc3d0b2]{display:flex;align-items:center;padding:.1875rem;border-radius:.46875rem;font-size:.6875rem;font-weight:500;background-color:var(--background-color, "#17181A")}.model-switch-scope .model-list .model-item .model-bottom-scope .model-success-rate .success-rate-text[data-v-3fc3d0b2]{margin-left:.25rem;font-size:.625rem;font-weight:600}.model-switch-scope .model-list .model-item-active[data-v-3fc3d0b2]{border:.0625rem solid var(--primary-color, "#FF6D97")}.model-setting-scope[data-v-3fc3d0b2]{height:34.375rem;box-sizing:border-box;width:100vw;max-width:100%;overflow:hidden;padding:0 1rem 1rem;background-color:var(--background-color, "#17181A");display:flex;flex-direction:column}.model-setting-scope .mp-top[data-v-3fc3d0b2]{display:flex;align-items:center;justify-content:space-between;padding:1.125rem .125rem .5625rem;flex-shrink:0}.model-setting-scope .mp-top .mp-title[data-v-3fc3d0b2]{font-weight:600;font-size:1.0625rem;color:var(--primary-font-color, "#FFFFFF");line-height:1}.model-setting-scope .mp-top .mp-close[data-v-3fc3d0b2]{width:1.5rem;height:1.5rem;line-height:1.375rem;text-align:center;border-radius:50%;color:var(--model-setting-remark-color, "#C5C5C5");font-size:1.125rem;font-weight:300}.model-setting-scope .mp-setting-body[data-v-3fc3d0b2]{flex:1;height:0;min-height:0}.model-setting-scope .mp-info-bar[data-v-3fc3d0b2]{display:flex;align-items:center;justify-content:space-between;padding:0 .125rem .75rem;flex-shrink:0}.model-setting-scope .mp-info-bar .mp-model-name[data-v-3fc3d0b2]{font-size:.75rem;color:var(--model-setting-remark-color, "#C5C5C5");flex:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding-right:.5rem}.model-setting-scope .mp-info-bar .mp-energy-pill[data-v-3fc3d0b2]{display:flex;align-items:baseline;gap:.125rem;background:var(--model-setting-power-bg-color, "#0D0E0F");border-radius:.75rem;padding:.25rem .5625rem;flex-shrink:0}.model-setting-scope .mp-info-bar .mp-energy-pill .mp-ev[data-v-3fc3d0b2]{font-size:1.25rem;font-weight:700;line-height:1;color:var(--primary-color, "#FF6D97")}.model-setting-scope .mp-info-bar .mp-energy-pill .mp-el[data-v-3fc3d0b2]{font-size:.6875rem;font-weight:500;line-height:1;color:var(--model-setting-remark-color, "#C5C5C5");transform:translateY(-.0625rem)}.model-setting-scope .mp-card[data-v-3fc3d0b2],.model-setting-scope .mp-switch-row[data-v-3fc3d0b2],.model-setting-scope .mp-preset-card[data-v-3fc3d0b2]{background:var(--model-setting-power-bg-color, "#0D0E0F");border-radius:.5rem;margin-bottom:.5rem}.model-setting-scope .mp-card[data-v-3fc3d0b2]{padding:.625rem .6875rem .4375rem}.model-setting-scope .mp-card-head[data-v-3fc3d0b2]{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.model-setting-scope .mp-card-head .mp-card-title[data-v-3fc3d0b2]{font-size:.8125rem;font-weight:500;color:var(--primary-font-color, "#FFFFFF")}.model-setting-scope .mp-card-head .mp-card-hint[data-v-3fc3d0b2]{font-size:.6875rem;color:var(--model-setting-remark-color, "#C5C5C5")}.model-setting-scope .mp-tokens[data-v-3fc3d0b2]{display:flex;flex-wrap:wrap;gap:.3125rem}.model-setting-scope .mp-tokens .mp-token-btn[data-v-3fc3d0b2]{width:calc(25% - .25rem);height:1.875rem;display:flex;align-items:center;justify-content:center;line-height:1;border-radius:.3125rem;border:.0625rem solid var(--model-setting-remark-color, "#C5C5C5");text-align:center;font-size:.8125rem;color:var(--primary-font-color, "#FFFFFF");margin-bottom:.3125rem;background:transparent;box-sizing:border-box}.model-setting-scope .mp-tokens .mp-token-btn.selected[data-v-3fc3d0b2]{color:var(--primary-color, "#FF6D97");font-weight:600;background:transparent;border-color:var(--primary-color, "#FF6D97")}.model-setting-scope .mp-switch-row[data-v-3fc3d0b2]{display:flex;align-items:center;justify-content:space-between;padding:.6875rem}.model-setting-scope .mp-switch-row .mp-sw-left[data-v-3fc3d0b2]{display:flex;flex-direction:column;gap:.1875rem}.model-setting-scope .mp-switch-row .mp-sw-left .mp-sw-title[data-v-3fc3d0b2]{font-size:.8125rem;font-weight:500;color:var(--primary-font-color, "#FFFFFF")}.model-setting-scope .mp-switch-row .mp-sw-left .mp-sw-desc[data-v-3fc3d0b2]{font-size:.6875rem;color:var(--model-setting-remark-color, "#C5C5C5")}.model-setting-scope .mp-preset-card[data-v-3fc3d0b2]{padding:.625rem .6875rem}.model-setting-scope .mp-preset-card .mp-preset-item[data-v-3fc3d0b2]{display:flex;align-items:center;justify-content:space-between;padding:.5625rem .625rem;border-radius:.375rem;margin-bottom:.3125rem;border:.0625rem solid transparent}.model-setting-scope .mp-preset-card .mp-preset-item[data-v-3fc3d0b2]:last-child{margin-bottom:0}.model-setting-scope .mp-preset-card .mp-preset-item .mp-pi-left[data-v-3fc3d0b2]{display:flex;align-items:center;flex:1;min-width:0}.model-setting-scope .mp-preset-card .mp-preset-item .mp-pi-left .mp-pi-name[data-v-3fc3d0b2]{font-size:.8125rem;color:var(--primary-font-color, "#FFFFFF");overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.model-setting-scope .mp-preset-card .mp-preset-item .mp-pi-right[data-v-3fc3d0b2]{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.model-setting-scope .mp-preset-card .mp-preset-item .mp-preset-help[data-v-3fc3d0b2]{width:1rem;height:1rem;line-height:.875rem;text-align:center;border-radius:50%;font-size:.6875rem;font-weight:600;border:.0625rem solid var(--model-setting-remark-color, "#C5C5C5");color:var(--model-setting-remark-color, "#C5C5C5");box-sizing:border-box}.model-setting-scope .mp-preset-card .mp-preset-item .mp-pi-radio[data-v-3fc3d0b2]{width:.9375rem;height:.9375rem;border-radius:50%;border:.09375rem solid var(--model-setting-remark-color, "#C5C5C5");box-sizing:border-box;display:flex;align-items:center;justify-content:center}.model-setting-scope .mp-preset-card .mp-preset-item.selected[data-v-3fc3d0b2]{border-color:var(--primary-color, "#FF6D97")}.model-setting-scope .mp-preset-card .mp-preset-item.selected .mp-pi-radio[data-v-3fc3d0b2]{border-color:var(--primary-color, "#FF6D97");background:var(--primary-color, "#FF6D97");position:relative}.model-setting-scope .mp-preset-card .mp-preset-item.selected .mp-pi-radio[data-v-3fc3d0b2]:after{content:"";width:.3125rem;height:.3125rem;border-radius:50%;background:#fff}.model-setting-scope.theme-dark .mp-preset-card .mp-preset-item.selected[data-v-3fc3d0b2]{background:rgba(255,109,151,.08)}.model-setting-scope.theme-light .mp-preset-card .mp-preset-item.selected[data-v-3fc3d0b2]{background:transparent}.model-setting-scope.theme-light .mp-tokens .mp-token-btn[data-v-3fc3d0b2]{border-color:#e5e7eb}.model-setting-scope.theme-light .mp-tokens .mp-token-btn.selected[data-v-3fc3d0b2]{border-color:var(--primary-color, "#FF6D97")}.model-setting-scope.theme-light .mp-preset-card .mp-preset-item .mp-preset-help[data-v-3fc3d0b2]{border-color:#e5e7eb}.model-setting-scope.theme-light .mp-preset-card .mp-preset-item .mp-pi-radio[data-v-3fc3d0b2]{border-color:#d1d5db}.model-setting-scope.theme-light .mp-preset-card .mp-preset-item.selected .mp-pi-radio[data-v-3fc3d0b2]{border-color:var(--primary-color, "#FF6D97")}.model-setting-scope .bottom[data-v-3fc3d0b2]{flex-shrink:0;padding-top:.75rem;display:flex;justify-content:space-between;text-align:center}.model-setting-scope .bottom .btn[data-v-3fc3d0b2]{color:#fff;font-size:.9375rem;font-weight:500;width:100%;height:2.625rem;line-height:2.625rem;background:var(--primary-color, "#FF6D97");border-radius:1.3125rem}.preset-intro-scope[data-v-3fc3d0b2]{padding:1.125rem 1.125rem .875rem;background-color:var(--background-color, "#17181A");width:18.75rem;max-width:84vw}.preset-intro-scope .preset-intro-title[data-v-3fc3d0b2]{font-size:.9375rem;font-weight:600;color:var(--primary-font-color, "#FFFFFF");margin-bottom:.625rem;text-align:center}.preset-intro-scope .preset-intro-content[data-v-3fc3d0b2]{max-height:50vh;overflow-y:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(128,128,128,.5) transparent}.preset-intro-scope .preset-intro-content[data-v-3fc3d0b2]::-webkit-scrollbar{width:.25rem;height:.25rem}.preset-intro-scope .preset-intro-content[data-v-3fc3d0b2]::-webkit-scrollbar-thumb{background:rgba(128,128,128,.5);border-radius:.125rem}.preset-intro-scope .preset-intro-content[data-v-3fc3d0b2]::-webkit-scrollbar-track{background:transparent}.preset-intro-scope .preset-intro-content[data-v-3fc3d0b2] ::-webkit-scrollbar{width:.25rem;height:.25rem}.preset-intro-scope .preset-intro-content[data-v-3fc3d0b2] ::-webkit-scrollbar-thumb{background:rgba(128,128,128,.5);border-radius:.125rem}.preset-intro-scope .preset-intro-content[data-v-3fc3d0b2] ::-webkit-scrollbar-track{background:transparent}.preset-intro-scope .preset-intro-content .preset-intro-rich[data-v-3fc3d0b2]{font-size:.8125rem;color:var(--primary-font-color, "#FFFFFF");line-height:1.7;word-break:break-word}.preset-intro-scope .preset-intro-content .preset-intro-rich[data-v-3fc3d0b2] p{margin:0 0 .375rem}.preset-intro-scope .preset-intro-content .preset-intro-rich[data-v-3fc3d0b2] p:last-child{margin-bottom:0}.preset-intro-scope .preset-intro-content .preset-intro-rich[data-v-3fc3d0b2] img{max-width:100%;height:auto;border-radius:.25rem}.preset-intro-scope .preset-intro-content .preset-intro-rich[data-v-3fc3d0b2] a{color:var(--primary-color, "#FF6D97");text-decoration:underline}.preset-intro-scope .preset-intro-content .preset-intro-rich[data-v-3fc3d0b2] ul,.preset-intro-scope .preset-intro-content .preset-intro-rich[data-v-3fc3d0b2] ol{padding-left:1.125rem;margin:.25rem 0}.preset-intro-scope .preset-intro-bottom[data-v-3fc3d0b2]{margin-top:.875rem;display:flex;justify-content:center}.preset-intro-scope .preset-intro-bottom .ok-btn[data-v-3fc3d0b2]{min-width:5.5rem;height:1.875rem;line-height:1.875rem;text-align:center;color:#fff;font-size:.8125rem;background:var(--primary-color, "#FF6D97");border-radius:.9375rem;padding:0 .75rem}.model-help-scope[data-v-3fc3d0b2]{padding:0 .9375rem;background-color:var(--background-color, "#17181A")}.model-help-scope .title[data-v-3fc3d0b2]{margin:1.875rem 0;height:1.15625rem;font-weight:700;font-size:1.09375rem;color:var(--primary-font-color, "#FFFFFF");line-height:1.15625rem;text-align:center;font-style:normal;text-transform:none}.model-help-scope .content[data-v-3fc3d0b2]{font-size:.84375rem;color:var(--model-help-content-font-color, "#FFFFFF");line-height:1.3125rem;font-style:normal;text-transform:none;max-height:25rem;overflow-y:scroll;white-space:pre-line}.model-help-scope .bottom[data-v-3fc3d0b2]{margin:1.875rem 0;display:flex;justify-content:space-between;text-align:center}.model-help-scope .bottom .btn[data-v-3fc3d0b2]{color:#fff;font-size:1rem;width:100%;height:2.65625rem;line-height:2.65625rem;background:var(--primary-color, "#FF6D97");border-radius:1.5625rem}.prologue-scope[data-v-3fc3d0b2]{padding:0 .96156rem}.prologue-scope .prologue-title[data-v-3fc3d0b2]{text-align:center}.prologue-scope .prologue-title span[data-v-3fc3d0b2]{background:rgba(0,0,0,.5);border-radius:.46875rem;font-size:.875rem;color:#fff;padding:.3125rem .625rem}.prologue-scope .prologue-content[data-v-3fc3d0b2]{display:flex;align-items:center;min-height:2.8125rem;height:auto;background:var(--background-color, "#17181A");opacity:.9;border-radius:.375rem;font-size:.8125rem;color:var(--chat-content-font-color, "#FFFFFF");padding:.9375rem;margin-top:.625rem}.share-popup[data-v-3fc3d0b2]{padding:.96156rem;background-color:var(--card-background-color, "#1E1F24")}.share-popup .share-title[data-v-3fc3d0b2]{font-family:PingFang SC,PingFang SC;font-weight:700;font-size:.96875rem;color:var(--primary-font-color, "#FFFFFF");line-height:1.15625rem;text-align:center;font-style:normal;text-transform:none}.share-popup .share-sub-title[data-v-3fc3d0b2]{font-family:PingFang SC,PingFang SC;font-weight:500;font-size:.90625rem;color:var(--primary-font-color, "#FFFFFF");line-height:1.15625rem;text-align:center;font-style:normal;text-transform:none;margin-top:1.68313rem}.share-popup .gen-link-btn[data-v-3fc3d0b2]{width:21.5rem;height:2.65625rem;background:var(--primary-color, "#FF6D97");border-radius:1.5625rem;color:#fff;display:flex;align-items:center;justify-content:center;margin-top:1.86313rem}.share-popup .gen-link-btn uni-image[data-v-3fc3d0b2]{width:.90156rem;height:.90156rem;margin-right:.625rem}.share-popup .cancel-btn[data-v-3fc3d0b2]{margin-top:.96156rem;height:2.65625rem;background:var(--cancel-btn-background-color, "#FFB7CC");border-radius:1.5625rem;font-family:PingFang SC,PingFang SC;font-weight:500;font-size:.96875rem;color:var(--primary-font-color, "#FFFFFF");line-height:1.15625rem;text-align:justified;font-style:normal;text-transform:none}.share-popup .share-des[data-v-3fc3d0b2]{font-family:PingFang SC,PingFang SC;font-weight:500;font-size:.78125rem;color:#8e959f;line-height:1.4375rem;text-align:justified;font-style:normal;text-transform:none;margin-top:.96156rem}.tutorial-complete-scope[data-v-3fc3d0b2]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:999;width:20.625rem;height:8.59375rem;background-color:#17aafd;border-radius:.84375rem}.tutorial-complete-scope .content[data-v-3fc3d0b2]{padding:1.1875rem;font-weight:400;font-size:.84375rem;color:#fff;line-height:1.15625rem;text-align:justified}.tutorial-complete-scope .bottom[data-v-3fc3d0b2]{display:flex;justify-content:space-between;padding:0 1.1875rem}.tutorial-complete-scope .bottom .icon-box[data-v-3fc3d0b2]{display:flex;align-items:center;margin-left:.1875rem}.tutorial-complete-scope .bottom .icon[data-v-3fc3d0b2]{width:.8125rem;height:.8125rem}.tutorial-complete-scope .bottom .btn1[data-v-3fc3d0b2]{font-size:1.1875rem;color:#fff;line-height:1.625rem;height:1.625rem;text-align:center}.tutorial-complete-scope .bottom .btn2[data-v-3fc3d0b2]{width:4.5625rem;height:1.5625rem;background:#fff;border-radius:.84375rem;font-weight:500;font-size:.875rem;color:#17aafd;line-height:1.5625rem;text-align:center}.alert-scope[data-v-3fc3d0b2]{height:auto;width:18.75rem;padding:0 1.875rem}.alert-scope .alert-title[data-v-3fc3d0b2]{color:var(--primary-font-color, "#FFFFFF");font-size:1.09375rem;text-align:center;margin-top:.9375rem;font-weight:700}.alert-scope .alert-content[data-v-3fc3d0b2]{color:var(--primary-font-color, "#FFFFFF");padding:1.40625rem 0;font-size:.875rem;text-align:center}.alert-scope .alert-checkbox[data-v-3fc3d0b2]{display:flex;align-items:center;justify-content:center;font-size:.8125rem;color:var(--primary-font-color, "#FFFFFF");margin-bottom:.625rem}.alert-scope .alert-checkbox .checkbox-box[data-v-3fc3d0b2]{display:flex;align-items:center;justify-content:center;width:.875rem;height:.875rem;border:.0625rem solid var(--primary-font-color, "#FFFFFF");border-radius:.1875rem;margin-right:.375rem;box-sizing:border-box}.alert-scope .alert-checkbox .checkbox-box .checkbox-check[data-v-3fc3d0b2]{color:#fff;font-size:.625rem;font-weight:700;line-height:1}.alert-scope .alert-checkbox .checkbox-box.checked[data-v-3fc3d0b2]{background-color:var(--primary-color, "#FF6D97");border-color:var(--primary-color, "#FF6D97")}.alert-scope .alert-bottom[data-v-3fc3d0b2]{display:flex;justify-content:center;align-items:center;font-size:1rem;padding:0 0 .9375rem}.alert-scope .alert-bottom .ok-btn[data-v-3fc3d0b2]{color:var(--primary-color, "#FF6D97")}.alert-scope .alert-bottom-double[data-v-3fc3d0b2]{justify-content:space-between;padding:0 0 .9375rem}.alert-scope .alert-bottom-double .cancel-btn[data-v-3fc3d0b2]{color:var(--primary-font-color, "#FFFFFF")}.alert-scope .alert-bottom-double .ok-btn[data-v-3fc3d0b2]{color:var(--primary-color, "#FF6D97")}.confirm-scope[data-v-3fc3d0b2]{min-height:9.375rem;height:auto;width:18.75rem;padding:1.25rem 1.875rem}.confirm-scope .confirm-title[data-v-3fc3d0b2]{font-weight:700;font-size:1rem;color:var(--primary-font-color, "#FFFFFF");line-height:1.125rem;height:1.125rem;text-align:center}.confirm-scope .confirm-content[data-v-3fc3d0b2]{color:var(--primary-font-color, "#FFFFFF");padding:1.5625rem 0;font-size:1rem;text-align:center}.confirm-scope .confirm-bottom[data-v-3fc3d0b2]{display:flex;justify-content:space-between;align-items:center;font-size:.9375rem;padding:0 1.25rem}.confirm-scope .confirm-bottom .btn-gap[data-v-3fc3d0b2]{width:.0625rem;height:1.5625rem;background-color:var(--primary-font-color, "#FFFFFF")}.confirm-scope .confirm-bottom .cancel-btn[data-v-3fc3d0b2]{color:var(--primary-font-color, "#FFFFFF")}.confirm-scope .confirm-bottom .ok-btn[data-v-3fc3d0b2]{color:var(--primary-color, "#FF6D97")}.confirm-edit-scope[data-v-3fc3d0b2]{height:9.375rem;width:18.75rem;padding:0 1.875rem}.confirm-edit-scope .confirm-edit-content[data-v-3fc3d0b2]{color:var(--primary-font-color, "#FFFFFF");padding:.9375rem 0;font-size:1.125rem}.confirm-edit-scope .confirm-edit-content .confirm-edit-title[data-v-3fc3d0b2]{text-align:center;margin-bottom:.625rem}.confirm-edit-scope .confirm-edit-content .input-scope[data-v-3fc3d0b2]{height:2.65625rem;border-radius:.46875rem;background:var(--input-background-color, "#1E1F24");display:flex;align-items:center;padding:0 .72125rem;border:.03125rem solid var(--primary-font-color, "#FFFFFF")}.confirm-edit-scope .confirm-edit-content .input-scope uni-input[data-v-3fc3d0b2]{width:100%;color:var(--primary-font-color, "#FFFFFF")}.confirm-edit-scope .confirm-edit-bottom[data-v-3fc3d0b2]{display:flex;justify-content:space-between;align-items:center;font-size:1rem;padding:0 1.5625rem}.confirm-edit-scope .confirm-edit-bottom .btn-gap[data-v-3fc3d0b2]{width:.0625rem;height:1.875rem;background-color:var(--primary-font-color, "#FFFFFF")}.confirm-edit-scope .confirm-edit-bottom .cancel-btn[data-v-3fc3d0b2]{color:var(--primary-font-color, "#FFFFFF")}.confirm-edit-scope .confirm-edit-bottom .ok-btn[data-v-3fc3d0b2]{color:var(--primary-color, "#FF6D97")}.modify-scope[data-v-3fc3d0b2]{padding:1rem;background-color:var(--card-background-color, "#1E1F24")}.modify-scope .modify-title[data-v-3fc3d0b2]{display:flex;justify-content:center;align-items:center;font-size:1.125rem;font-weight:700;margin-bottom:.625rem;color:var(--primary-font-color, "#FFFFFF")}.modify-scope .modify-item[data-v-3fc3d0b2]{display:flex;justify-content:center;align-items:center;height:3.75rem;padding:.9375rem;border-bottom:.0625rem solid var(--modify-item-bottom-color, "#999999");color:var(--primary-font-color, "#FFFFFF")}.modify-scope .modify-item .modify-icon[data-v-3fc3d0b2]{width:1.09375rem;height:1.09375rem;margin-right:.375rem}.modify-scope .modify-item[data-v-3fc3d0b2]:last-child{border-bottom:none}.ai-chat-item-scope[data-v-3fc3d0b2]{width:100%}.ai-chat-item-scope .ai-chat-item[data-v-3fc3d0b2]{display:flex;align-items:center;background-color:var(--card-background-color, "#1E1F24");padding:.625rem;border-radius:.625rem;margin-bottom:.625rem}.ai-chat-item-scope .ai-chat-item .item-edit-btn[data-v-3fc3d0b2]{display:flex;margin-right:.75rem}.ai-chat-item-scope .ai-chat-item .item-edit-btn uni-image[data-v-3fc3d0b2]{width:1.25rem;height:1.25rem}.ai-chat-item-scope .ai-chat-item .item-content[data-v-3fc3d0b2]{color:var(--primary-font-color, "#FFFFFF");font-size:.875rem}.ai-chat-item-scope .ai-chat-tips[data-v-3fc3d0b2]{text-align:center;color:var(--primary-font-color, "#FFFFFF");font-size:.6875rem}.custom-instruction-scope[data-v-3fc3d0b2]{background-color:var(--background-color, "#17181A");color:var(--primary-font-color, "#FFFFFF");padding:0 .9375rem}.custom-instruction-scope .header-scope[data-v-3fc3d0b2]{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:.78125rem 0 .15625rem;font-weight:700}.custom-instruction-scope .header-scope uni-image[data-v-3fc3d0b2]{width:.78125rem;height:.78125rem}.custom-instruction-scope .header-scope .title[data-v-3fc3d0b2]{position:absolute;left:50%;transform:translate(-50%);font-size:.9375rem}.custom-instruction-scope .header-scope .btn-scope[data-v-3fc3d0b2]{color:var(--primary-color, "#FF6D97");display:flex;font-size:.875rem}.custom-instruction-scope .header-scope .btn-scope .add-btn[data-v-3fc3d0b2]{padding-left:.625rem}.custom-instruction-scope .list-scope[data-v-3fc3d0b2]{min-height:25rem;height:auto;position:relative}.custom-instruction-scope .list-scope .sub-title[data-v-3fc3d0b2]{text-align:center;font-size:.5625rem;color:var(--model-setting-remark-color, "#C5C5C5");margin-bottom:.78125rem}.custom-instruction-scope .list-scope .empty-default-show[data-v-3fc3d0b2]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:.875rem;font-weight:500}.custom-instruction-scope .list-scope .content-scope[data-v-3fc3d0b2]{max-height:31.25rem}.custom-instruction-scope .list-scope .content-scope .item[data-v-3fc3d0b2]{display:flex;align-items:center;justify-content:space-between;background-color:var(--card-background-color, "#1E1F24");padding:.78125rem;border-radius:.625rem;margin-bottom:.78125rem;color:var(--model-setting-remark-color, "#C5C5C5");font-size:.8125rem;font-weight:500}.custom-instruction-scope .list-scope .content-scope .item .right[data-v-3fc3d0b2]{display:flex;align-items:center}.custom-instruction-scope .list-scope .content-scope .item .right .gap[data-v-3fc3d0b2]{width:.09375rem;height:1.0625rem;background-color:var(--model-setting-remark-color, "#C5C5C5")}.custom-instruction-scope .list-scope .content-scope .item .right uni-image[data-v-3fc3d0b2]{width:1.0625rem;height:1.0625rem;margin-left:.9375rem}.custom-instruction-scope .edit-scope .content-scope[data-v-3fc3d0b2]{padding:.9375rem 0 1.5625rem}.custom-instruction-scope .edit-scope .content-scope .form-item[data-v-3fc3d0b2]{font-size:.8125rem}.custom-instruction-scope .edit-scope .content-scope .form-item .label[data-v-3fc3d0b2]{color:var(--input-font-color, "#FFFFFF");font-weight:700}.custom-instruction-scope .edit-scope .content-scope .form-item .value[data-v-3fc3d0b2]{margin-top:.3125rem}.custom-instruction-scope .edit-scope .content-scope .form-item .input-placeholder-class[data-v-3fc3d0b2]{font-size:.8125rem}.custom-instruction-scope .edit-scope .content-scope .form-item .input-scope[data-v-3fc3d0b2]{height:2.65625rem;border-radius:.9375rem;background:var(--input-background-color, "#1E1F24");display:flex;align-items:center;padding:0 .71875rem}.custom-instruction-scope .edit-scope .content-scope .form-item .input-scope uni-input[data-v-3fc3d0b2]{width:100%;color:var(--primary-font-color, "#FFFFFF")}.custom-instruction-scope .edit-scope .content-scope .form-item .word-count[data-v-3fc3d0b2]{text-align:right;margin-top:.3125rem;font-size:.6875rem;color:var(--history-remark-font-color, "#C5C5C5")}.custom-instruction-scope .edit-scope .content-scope .form-item .red[data-v-3fc3d0b2]{color:red}.custom-instruction-scope .edit-scope .content-scope .form-item .custom-textarea-box[data-v-3fc3d0b2]{border-radius:.9375rem;background-color:var(--input-background-color, "#1E1F24");position:relative;display:flex;flex-direction:row;flex:1;padding:9px;color:var(--primary-font-color, "#FFFFFF")}.custom-instruction-scope .edit-scope .content-scope .form-item .custom-textarea-box .custom-textarea[data-v-3fc3d0b2]{width:100%;min-height:15.625rem;max-height:21.25rem;overflow-y:scroll}.share-chat-btn-scope[data-v-3fc3d0b2]{background-color:var(--card-background-color, "#1E1F24")!important;display:flex;align-items:center;justify-content:center;-moz-column-gap:1.25rem;column-gap:1.25rem;padding:1.25rem}.share-chat-btn-scope .btn-item[data-v-3fc3d0b2]{display:flex;align-items:center;flex-direction:column;width:25%}.share-chat-btn-scope .btn-item .btn-item-title[data-v-3fc3d0b2]{font-weight:400;font-size:.8125rem;color:var(--primary-font-color, "#FFFFFF");margin-top:.4375rem}.share-chat-btn-scope .btn-item .btn-item-icon[data-v-3fc3d0b2]{display:flex;align-items:center;justify-content:center;background:var(--share-item-bg-color, "#2C2E32");border-radius:50%;width:3.75rem;height:3.75rem}.share-chat-btn-scope .btn-item .btn-item-icon uni-image[data-v-3fc3d0b2]{height:1.875rem;width:1.875rem}.footer-card[data-v-3fc3d0b2]{width:100%;position:relative;color:#fff;background-color:#222;opacity:.9;font-size:.875rem;font-weight:500;padding:.9375rem;height:5rem}.footer-card .footer-card-remark[data-v-3fc3d0b2]{margin-top:.3125rem}.header-card[data-v-3fc3d0b2]{width:100%;position:relative;color:#fff;font-size:.875rem;font-weight:500;padding:.9375rem;overflow:hidden;box-sizing:border-box;background:#222;opacity:.9}.header-card .header-card-text[data-v-3fc3d0b2]{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;height:100%;width:100%}.header-card .header-card-text .header-row[data-v-3fc3d0b2]{margin-top:.3125rem}[data-v-3fc3d0b2] .custom-driverjs-theme{background-color:var(--primary-color, "#FF6D97")!important;color:#fff}[data-v-3fc3d0b2] .custom-driverjs-theme .driver-popover-title{font-size:.625rem}[data-v-3fc3d0b2] .custom-driverjs-theme .driver-popover-title,[data-v-3fc3d0b2] .custom-driverjs-theme .driver-popover-description,[data-v-3fc3d0b2] .custom-driverjs-theme .driver-popover-progress-text{color:#fff}[data-v-3fc3d0b2] .custom-driverjs-theme .driver-popover-navigation-btns{justify-content:space-between;gap:.625rem}[data-v-3fc3d0b2] .custom-driverjs-theme .driver-popover-navigation-btns .driver-popover-prev-btn,[data-v-3fc3d0b2] .custom-driverjs-theme .driver-popover-navigation-btns .driver-popover-next-btn{flex:1;text-align:center;background-color:#fff;color:#000;border:.125rem solid #FFF;text-shadow:none;font-size:.625rem;padding:.3125rem .5rem;border-radius:.1875rem}[data-v-3fc3d0b2] .custom-driverjs-theme .driver-popover-close-btn{color:#fff}[data-v-3fc3d0b2] .custom-driverjs-theme .driver-popover-arrow-side-left{border-left-color:var(--primary-color, "#FF6D97")!important}[data-v-3fc3d0b2] .custom-driverjs-theme .driver-popover-arrow-side-right{border-right-color:var(--primary-color, "#FF6D97")!important}[data-v-3fc3d0b2] .custom-driverjs-theme .driver-popover-arrow-side-top{border-top-color:var(--primary-color, "#FF6D97")!important}[data-v-3fc3d0b2] .custom-driverjs-theme .driver-popover-arrow-side-bottom{border-bottom-color:var(--primary-color, "#FF6D97")!important}
