@charset "UTF-8";::-webkit-scrollbar{display:none}.common-card-box-shadow{align-items:center;background:#fff;border-radius:8px;box-shadow:1px 2px 6px 0 #e6e8ea;box-sizing:border-box;cursor:pointer;display:flex;transition:transform .3s ease;width:100%}.common-card-box-shadow:hover{box-shadow:5px 5px 12px 2px #f3f3f3;transform:scale(1.02)}.common-item{align-items:center;border-radius:6px;cursor:pointer;display:flex;transition:transform .3s ease;width:100%}.common-item:hover{background:#f9f9f9}.common-but-tag{align-items:center;background:#fff;border-radius:10px;box-shadow:0 0 6px 0 #f9f9f9;color:#05a4b6;cursor:pointer;font-size:13px;font-weight:500;padding:6px 10px 5px;transition:transform .3s ease}.common-but-tag:hover{color:#038698;transform:scale(1.02)}.common-but-tag-selected{background:#2cb8c5;box-shadow:0 0 6px 0 #f9f9f9;font-size:13px;padding:6px 10px 5px}.common-but-tag-selected,.question-but-tag-selected{border-radius:10px;color:#fff;cursor:pointer;font-weight:500;transform:scale(1.02);transition:transform .3s ease}.question-but-tag-selected{background:#05a4b6;padding:5px 10px}.question-but-tag{align-items:center;background:#fff;border-radius:10px;color:#2e3238;cursor:pointer;font-weight:500;padding:3px 10px;transition:transform .3s ease}.question-but-tag:hover{color:#038698;transform:scale(1.02)}.common-card-box-shadowV2{align-items:center;background:#f8f8f8;border-radius:8px;box-sizing:border-box;cursor:pointer;display:flex;transition:transform .3s ease;width:100%}.common-card-box-shadowV2:hover{background:#fff;box-shadow:5px 5px 12px 2px #f3f3f3;transform:scale(1.02)}
/*!
 * Vditor v3.11.2 - 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 v3.11.2 - 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:#5860695c;--panel-background-color:#fff;--panel-shadow:0 1px 2px #0003;--toolbar-background-color:#f6f8fa;--toolbar-icon-color:#586069;--toolbar-icon-hover-color:#4285f4;--toolbar-height:35px;--toolbar-divider-margin-top:8px;--textarea-background-color:#fafbfc;--textarea-text-color:#24292e;--resize-icon-color:var(--toolbar-icon-color);--resize-background-color:var(--toolbar-background-color);--resize-hover-icon-color:var(--panel-background-color);--resize-hover-background-color:var(--toolbar-icon-hover-color);--count-background-color:#1b1f230d;--heading-border-color:#eaecef;--blockquote-color:#6a737d;--ir-heading-color:#660e7a;--ir-title-color:grey;--ir-bi-color:#0033b3;--ir-link-color:green;--ir-bracket-color:#00f;--ir-paren-color:green}.vditor--dark{--border-color:#141414;--second-color:#b9b9b95c;--panel-background-color:#24292e;--panel-shadow:0 1px 2px #fff3;--toolbar-background-color:#1d2125;--toolbar-icon-color:#b9b9b9;--toolbar-icon-hover-color:#fff;--textarea-background-color:#2f363d;--textarea-text-color:#d1d5da;--resize-icon-color:var(--border-color);--resize-background-color:var(--second-color);--resize-hover-icon-color:var(--toolbar-icon-hover-color);--resize-hover-background-color:#b9b9b9db;--count-background-color:#4285f45c;--heading-border-color:var(--textarea-text-color);--blockquote-color:var(--toolbar-icon-color);--ir-heading-color:#9876aa;--ir-title-color:grey;--ir-bi-color:#cc7832;--ir-link-color:#ffc66d;--ir-bracket-color:#287bde;--ir-paren-color:#6a8759}@keyframes tooltip-appear{0%{opacity:0}to{opacity:1}}.vditor-tooltipped{cursor:pointer;position:relative}.vditor-tooltipped:after{-webkit-font-smoothing:subpixel-antialiased;word-wrap:break-word;background:#3b3e43;border-radius:3px;color:#fff;content:attr(aria-label);font-size:11px;font-weight:400;letter-spacing:normal;line-height:16px;padding:5px 8px;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;white-space:pre;z-index:1000000}.vditor-tooltipped:after,.vditor-tooltipped:before{display:none;opacity:0;pointer-events:none;position:absolute}.vditor-tooltipped:before{border:5px solid #0000;color:#3b3e43;content:"";height:0;width:0;z-index:1000001}.vditor-tooltipped--hover:after,.vditor-tooltipped--hover:before,.vditor-tooltipped:active:after,.vditor-tooltipped:active:before,.vditor-tooltipped:focus:after,.vditor-tooltipped:focus:before,.vditor-tooltipped:hover:after,.vditor-tooltipped:hover:before{animation-duration:.15s;animation-fill-mode:forwards;animation-name:tooltip-appear;animation-timing-function:ease-in;display:inline-block;text-decoration:none}.vditor-tooltipped__s:after,.vditor-tooltipped__se:after,.vditor-tooltipped__sw:after{margin-top:5px;right:50%;top:100%}.vditor-tooltipped__s:before,.vditor-tooltipped__se:before,.vditor-tooltipped__sw:before{border-bottom-color:#3b3e43;bottom:-5px;margin-right:-5px;right:50%;top:auto}.vditor-tooltipped__se:after{left:50%;margin-left:-15px;right:auto}.vditor-tooltipped__sw:after{margin-right:-15px}.vditor-tooltipped__n:after,.vditor-tooltipped__ne:after,.vditor-tooltipped__nw:after{bottom:100%;margin-bottom:5px;right:50%}.vditor-tooltipped__n:before,.vditor-tooltipped__ne:before,.vditor-tooltipped__nw:before{border-top-color:#3b3e43;bottom:auto;margin-right:-5px;right:50%;top:-5px}.vditor-tooltipped__ne:after{left:50%;margin-left:-15px;right:auto}.vditor-tooltipped__nw:after{margin-right:-15px}.vditor-tooltipped__n:after,.vditor-tooltipped__s:after{transform:translateX(50%)}.vditor-tooltipped__w:after{bottom:50%;margin-right:5px;right:100%;transform:translateY(50%)}.vditor-tooltipped__w:before{border-left-color:#3b3e43;bottom:50%;left:-5px;margin-top:-5px;top:50%}.vditor-tooltipped__e:after{bottom:50%;left:100%;margin-left:5px;transform:translateY(50%)}.vditor-tooltipped__e:before{border-right-color:#3b3e43;bottom:50%;margin-top:-5px;right:-5px;top:50%}@media screen and (max-width:520px){.vditor-tooltipped:after,.vditor-tooltipped:before{content:none}}@keyframes scale-in{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.vditor-panel{animation-duration:.15s;animation-name:scale-in;animation-timing-function:cubic-bezier(.2,0,.13,1.5);background-color:var(--panel-background-color);border-radius:3px;box-shadow:var(--panel-shadow);color:var(--toolbar-icon-color);display:none;font-size:14px;max-width:320px;min-width:80px;padding:5px;position:absolute;-webkit-user-select:none;user-select:none;z-index:3}.vditor-panel--none{animation:none;max-width:none;min-width:auto;opacity:.86;padding:0;white-space:nowrap}.vditor-panel--arrow:before{border:7px solid #0000;border-bottom:7px solid var(--panel-background-color);content:" ";height:0;left:5px;pointer-events:none;position:absolute;top:-14px;width:0}.vditor-panel--left{right:0}.vditor-panel--left.vditor-panel--arrow:before{left:auto;right:5px}.vditor-input{background-color:var(--panel-background-color);border:0;color:var(--textarea-text-color);font-size:12px;padding:3px 5px}.vditor-input:focus{background-color:var(--toolbar-background-color);outline:none}.vditor-icon{background-color:initial;border:0;box-sizing:border-box;color:var(--toolbar-icon-color);cursor:pointer;float:left;height:21px;padding:4px 5px;width:23px}.vditor-icon--current,.vditor-icon:hover{background-color:initial;color:var(--toolbar-icon-hover-color)}.vditor-icon:focus{outline:none}.vditor-icon svg{fill:currentColor;float:left;height:13px!important;pointer-events:none;width:13px!important}.vditor-toolbar{background-color:var(--toolbar-background-color);border-bottom:1px solid var(--border-color);line-height:1;padding:0 5px}.vditor-toolbar--pin{position:-webkit-sticky;position:sticky;top:0;z-index:1}.vditor-toolbar--hide{height:5px;overflow:hidden;transition:all .15s ease-in-out}.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{background-color:initial;border:0;box-sizing:border-box;color:var(--toolbar-icon-color);font-size:0;height:var(--toolbar-height);padding:10px 5px;width:25px}.vditor-toolbar__item .vditor-tooltipped:focus{color:var(--toolbar-icon-hover-color);cursor:pointer;outline:none}.vditor-toolbar__item svg{fill:currentColor;stroke-width:0;stroke:currentColor;display:inline-block;height:15px;width:15px}.vditor-toolbar__item input{cursor:pointer;height:var(--toolbar-height);left:0;opacity:.001;overflow:hidden;position:absolute;top:0;width:25px}.vditor-toolbar__divider{border-left:1px solid var(--second-color);float:left;height:calc(var(--toolbar-height) - var(--toolbar-divider-margin-top)*2);margin:var(--toolbar-divider-margin-top) 8px}.vditor-toolbar__br{height:0!important;padding:0!important;width:100%}.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{color:var(--toolbar-icon-color);flex:1 1;margin-right:10px;min-width:1px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:200px}.vditor-emojis__tail{color:var(--toolbar-icon-color);display:flex;font-size:12px;margin-top:5px}.vditor-emojis__tail a{color:var(--toolbar-icon-color);text-decoration:none}.vditor-emojis__tail a:hover{color:var(--toolbar-icon-hover-color)}.vditor-emojis button{background-color:initial;border:0;border-radius:3px;box-sizing:border-box;cursor:pointer;float:left;font-size:16px;height:30px;line-height:26px;margin:0;overflow:hidden;padding:3px;text-align:center;transition:all .15s ease-in-out;width:30px}.vditor-emojis button:focus{outline:none}.vditor-emojis button:hover .vditor-emojis__icon{display:inline-block;transform:scale(1.2)}.vditor-emojis img{float:left;height:20px;margin:3px 0 0 3px;width:20px}@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{border:1px solid var(--border-color);border-radius:3px;box-sizing:border-box;display:flex;flex-direction:column;font-family:Helvetica Neue,Luxi Sans,DejaVu Sans,Hiragino Sans GB,Microsoft Yahei,sans-serif,Apple Color Emoji,Segoe UI Emoji,Noto Color Emoji,Segoe UI Symbol,Android Emoji,EmojiSymbols}.vditor--fullscreen{border-radius:0;height:100vh!important;left:0;position:fixed;top:0;width:100%!important;z-index:90}.vditor-content{display:flex;flex:1 1;min-height:60px;min-width:1px;position:relative}.vditor-preview{background-color:var(--textarea-background-color);border-left:1px solid var(--border-color);border-radius:0 0 3px 0;box-sizing:border-box;flex:1 1;margin-left:-1px;min-width:1px;overflow:auto}.vditor-preview::-webkit-scrollbar{display:none}.vditor-preview__action{background-color:var(--toolbar-background-color);padding:10px;text-align:center}.vditor-preview__action button{background-color:var(--toolbar-background-color);border:0;color:var(--toolbar-icon-color);cursor:pointer;font-size:12px;line-height:20px;margin:0 10px;padding:0 7px}.vditor-preview__action button.vditor-preview__action--current,.vditor-preview__action button:hover{background-color:var(--toolbar-background-color);color:var(--toolbar-icon-hover-color)}.vditor-preview__action button:focus{outline:none}.vditor-preview__action button svg{fill:currentColor;height:15px;vertical-align:middle;width:15px}.vditor-preview>.vditor-reset{margin:0 auto;padding:10px}.vditor-preview img:not(.emoji){cursor:pointer}.vditor-devtools{background-color:var(--textarea-background-color);border-radius:0 0 3px 0;box-shadow:inset 1px 0 var(--border-color);box-sizing:border-box;display:none;flex:1 1;min-width:1px;overflow:auto;padding:10px}.vditor-counter{background-color:var(--count-background-color);border-radius:3px;color:var(--toolbar-icon-color);float:right;font-size:12px;margin:8px 3px 0 0;padding:3px;-webkit-user-select:none;user-select:none}.vditor-counter--error{background-color:#d23f311a;color:#d23f31}.vditor-resize{cursor:row-resize;padding:3px 0;position:absolute;-webkit-user-select:none;user-select:none;width:100%}.vditor-resize--top{top:-3px}.vditor-resize--bottom{bottom:-3px}.vditor-resize>div{background-color:var(--resize-background-color);height:3px;transition:all .15s ease-in-out}.vditor-resize--selected>div,.vditor-resize:hover>div{background-color:var(--resize-hover-background-color)}.vditor-resize--selected svg,.vditor-resize:hover svg{color:var(--resize-hover-icon-color)}.vditor-resize svg{fill:currentColor;stroke-width:0;stroke:currentColor;color:var(--resize-icon-color);display:block;height:3px;margin:0 auto;width:13px}.vditor-upload{background-color:#4285f4;height:3px;left:0;position:absolute;top:-2px;transition:all .15s ease-in-out}.vditor-tip{animation-duration:.15s;animation-fill-mode:both;font-size:12px;left:50%;position:absolute;top:10px;z-index:5}.vditor-tip--show{animation-name:slideInDown;display:block}.vditor-tip__content{background:var(--toolbar-background-color);border-radius:3px;box-shadow:var(--panel-shadow);color:var(--toolbar-icon-color);display:inline-block;line-height:16px;margin-left:-50%;max-width:100%;padding:3px 10px;position:relative;text-align:left}.vditor-tip__content ul{margin:2px 0;padding:0 0 0 18px}.vditor-tip__content a{color:#4285f4}.vditor-tip__close{color:var(--toolbar-icon-color);cursor:pointer;font-weight:700;position:absolute;right:-15px;top:-7px}.vditor-tip__close:hover{color:var(--toolbar-icon-hover-color)}.vditor-img{bottom:0;display:flex;flex-direction:column;left:0;position:fixed;right:0;top:0;z-index:100}.vditor-img__bar{align-items:center;background-color:var(--toolbar-background-color);border-bottom:1px solid var(--border-color);box-sizing:border-box;display:flex;height:36px;justify-content:center;text-align:center}.vditor-img__btn{align-items:center;color:var(--toolbar-icon-color);cursor:pointer;display:flex;margin-left:24px;-webkit-user-select:none;user-select:none}.vditor-img__btn:hover{color:var(--toolbar-icon-hover-color)}.vditor-img__btn svg{fill:currentColor;height:14px;margin-right:8px;width:14px}.vditor-img__img{background-color:var(--textarea-background-color);cursor:zoom-out;flex:1 1;overflow:auto}.vditor-img__img img{max-width:none}.vditor-hint{background-color:var(--panel-background-color);border-radius:3px;box-shadow:var(--panel-shadow);display:none;font-size:12px;line-height:20px;list-style:none;margin:0;max-width:250px;min-width:80px;padding:5px 0;position:absolute;z-index:4}.vditor-hint .vditor-hint{left:100%;margin-top:-31px;right:auto}.vditor-hint .vditor-hint.vditor-panel--left{left:auto;right:100%}.vditor-hint button{background-color:initial;border:0;border-radius:0;box-sizing:border-box;color:var(--toolbar-icon-color);cursor:pointer;display:block;line-height:20px;margin:0;overflow:hidden;padding:3px 10px;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:100%}.vditor-hint button:focus{outline:none}.vditor-hint button:not(.vditor-menu--disabled):hover,.vditor-hint--current{background-color:var(--toolbar-background-color)!important;color:var(--toolbar-icon-hover-color)!important}.vditor-hint__emoji{float:left;font-size:16px;margin-right:3px}.vditor-hint img{float:left;height:20px;margin-right:3px;width:20px}.vditor-reset{font-feature-settings:"liga","clig off";word-wrap:break-word;color:#24292e;font-family:Helvetica Neue,Luxi Sans,DejaVu Sans,Hiragino Sans GB,Microsoft Yahei,sans-serif,Apple Color Emoji,Segoe UI Emoji,Noto Color Emoji,Segoe UI Symbol,Android Emoji,EmojiSymbols;font-size:16px;font-variant-ligatures:no-common-ligatures;line-height:1.5;overflow:auto;word-break:break-word}.vditor-reset--anchor{padding-left:20px}.vditor-reset--error{color:#d23f31;display:block;font-size:12px;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 ol,.vditor-reset ul{margin-bottom:16px;margin-top:0;padding-left:2em}.vditor-reset li+li{margin-top:.25em}.vditor-reset li p{margin-top:16px}.vditor-reset audio{max-width:100%}.vditor-reset audio:focus{outline:none}.vditor-reset video{max-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{font-weight:600;line-height:1.25;margin-bottom:16px;margin-top:24px}.vditor-reset h1:hover .vditor-anchor svg,.vditor-reset h2:hover .vditor-anchor svg,.vditor-reset h3:hover .vditor-anchor svg,.vditor-reset h4:hover .vditor-anchor svg,.vditor-reset h5:hover .vditor-anchor svg,.vditor-reset h6:hover .vditor-anchor svg{visibility:visible}.vditor-reset h1{font-size:1.75em}.vditor-reset h2{font-size:1.55em}.vditor-reset h3{font-size:1.38em}.vditor-reset h4{font-size:1.25em}.vditor-reset h5{font-size:1.13em}.vditor-reset h6{font-size:1em}.vditor-reset hr{background-color:#eaecef;border:0;height:2px;margin:24px 0;padding:0}.vditor-reset p{margin-bottom:16px;margin-top:0}.vditor-reset blockquote{border-left:.25em solid #eaecef;color:#6a737d;margin:0 0 16px;padding:0 1em}.vditor-reset blockquote>:first-child{margin-top:0}.vditor-reset blockquote>:last-child{margin-bottom:0}.vditor-reset ins>iframe{border:0}.vditor-reset iframe{border:1px solid #d1d5da;box-sizing:border-box;max-width:100%}.vditor-reset iframe.iframe__video{min-height:36vh;min-width:80%}.vditor-reset table{border-collapse:collapse;border-spacing:0;display:block;empty-cells:show;margin-bottom:16px;overflow:auto;width:100%;word-break:keep-all}.vditor-reset table tr{background-color:#fafbfc;border-top:1px solid #c6cbd1}.vditor-reset table td,.vditor-reset table th{border:1px solid #dfe2e5;padding:6px 13px;white-space:nowrap;word-break:normal}.vditor-reset table td:first-child:after,.vditor-reset table th:first-child:after{content:"";display:inline-block;min-height:24px;vertical-align:top}.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){background-size:20px 20px;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;font-size:85%;margin:0;padding:.2em .4em;white-space:pre-wrap;word-break:break-word}.vditor-reset pre{margin:1em 0}.vditor-reset pre>code{word-wrap:normal;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8AgMAAABHkjHhAAAACVBMVEWAgIBaWlo+Pj7rTFvWAAAAA3RSTlMHCAw+VhR4AAAA+klEQVQoz4WSMW7EQAhFPxKWNh2FCx+HkaZI6RRb5DYbyVfIJXLKDCFoMbaTKSw/8ZnPAPjaH2xgZcUNUDADD7D9LtDBCLZ45fbkvo/30K8yeI64pPwl6znd/3n/Oe93P3ho9qeh72btTFzqkz0rsJle8Zr81OLEwZ1dv/713uWqvu2pl+k0fy7MWtj9r/tN5q/02z89qa/L4Dc2LvM93kezPfXlME/O86EbY/V9GB9ePX8G1/6W+/9h1dq/HGfTfzT3j/xNo7522Bfnqe5jO/fvhVthlfk434v3iO9zG/UOphyPeinPl1J8Gtaa7xPTa/Dk+RIs4deMvwGvcGsmsCvJ0AAAAABJRU5ErkJggg==);background-size:20px 20px;border-radius:5px;display:block;font-family:mononoki,Consolas,Liberation Mono,Menlo,Courier,monospace,Apple Color Emoji,Segoe UI Emoji,Noto Color Emoji,Segoe UI Symbol,Android Emoji,EmojiSymbols;font-size:85%;margin:0;overflow:auto;padding:.5em;white-space:pre;word-break:normal}.vditor-reset pre:hover div.vditor-copy{display:block}.vditor-reset .language-abc,.vditor-reset .language-echarts,.vditor-reset .language-flowchart,.vditor-reset .language-graphviz,.vditor-reset .language-markmap,.vditor-reset .language-math,.vditor-reset .language-mermaid,.vditor-reset .language-mindmap,.vditor-reset .language-plantuml,.vditor-reset .language-smiles{margin-bottom:16px}.vditor-reset .language-math mjx-container:focus{cursor:context-menu;outline:none}.vditor-reset .language-math .katex-display>.katex>.katex-html>.tag{display:inline-block;font-size:1.21rem;right:2px}.vditor-reset .language-echarts,.vditor-reset .language-mindmap{height:420px;overflow:hidden}.vditor-reset .language-flowchart,.vditor-reset .language-graphviz,.vditor-reset .language-markmap,.vditor-reset .language-mermaid{text-align:center}.vditor-reset .language-graphviz parsererror{overflow:auto}.vditor-reset kbd{background-color:#fafbfc;border:1px solid #d1d5da;border-radius:3px;box-shadow:inset 0 -1px 0 #d1d5da;color:#24292e;display:inline-block;font:11px Consolas,Liberation Mono,Menlo,Courier,monospace;line-height:10px;padding:3px 5px;vertical-align:middle}.vditor-reset summary{cursor:pointer}.vditor-reset summary:focus{outline:none}.vditor-reset svg{stroke-width:initial;height:auto;width:auto}.vditor-reset blockquote:last-child,.vditor-reset hr:last-child,.vditor-reset ol:last-child,.vditor-reset p:last-child,.vditor-reset pre:last-child,.vditor-reset ul: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 input{font-size:12px;margin:0 .2em .25em -1.6em;vertical-align:middle}.vditor-copy{display:none;position:relative;z-index:1}.vditor-copy textarea{height:10px;left:-100000px;position:absolute}.vditor-copy span{cursor:pointer;position:absolute;right:15px;top:.5em}.vditor-copy svg{fill:currentColor;color:#586069;display:block;height:14px;width:14px!important}.vditor-linenumber{padding-left:4em!important;position:relative}.vditor-linenumber__rows{counter-reset:linenumber;left:0;pointer-events:none;position:absolute;top:1em;-webkit-user-select:none;user-select:none;width:3em}.vditor-linenumber__rows>span{display:block;pointer-events:none}.vditor-linenumber__rows>span:before{color:#9e969661;content:counter(linenumber);counter-increment:linenumber;display:block;padding-right:1em;text-align:right}.vditor-speech{background-color:#f6f8fa;border:1px solid #d1d5da;border-radius:3px;color:#586069;cursor:pointer;display:none;padding:3px;position:absolute}.vditor-speech--current,.vditor-speech:hover{color:#4285f4}.vditor-speech svg{fill:currentColor;stroke-width:0;stroke:currentColor;display:block;height:14px;width:14px}.vditor-anchor{margin-left:5px}.vditor-anchor--left{float:left;margin-left:-20px;padding-right:4px}.vditor-anchor svg{visibility:hidden}.vditor-anchor:hover svg{visibility:visible}.vditor-anchor:focus{outline:none}.vditor-linkcard{cursor:pointer;margin:31px auto 16px;max-width:768px;padding:0 10px;transition:all .15s ease-in-out}.vditor-linkcard a{background-color:#f6f8fa;border-radius:3px;box-shadow:0 1px 2px #0003;display:flex;flex-wrap:wrap-reverse;max-height:250px;overflow:hidden;text-decoration:none}.vditor-linkcard a:hover{box-shadow:0 0 3px #00000021,0 3px 6px #00000042;text-decoration:none}.vditor-linkcard a:visited .vditor-linkcard__abstract{color:#5860695c}.vditor-linkcard__info{box-sizing:border-box;flex:1 1;min-width:200px;padding:10px}.vditor-linkcard__title{align-items:center;color:#24292e;display:flex;font-size:14px;font-weight:400}.vditor-linkcard__title img{border-radius:3px;cursor:pointer;flex-shrink:0;height:20px;margin-right:5px;width:20px}.vditor-linkcard__abstract{word-wrap:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#586069;display:-webkit-box;font-size:13px;margin:5px 0;overflow:hidden;text-overflow:ellipsis;word-break:break-all}.vditor-linkcard__site{color:#4285f4;font-size:12px}.vditor-linkcard__image{background-color:#5860695c;background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;max-width:250px;min-width:126px}.vditor-footnotes__goto-ref{text-decoration:none}.vditor-toc{color:#4285f4;margin-bottom:16px;-webkit-user-select:text;user-select:text}.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{height:0;width:0}.vditor-outline{background-color:var(--panel-background-color);border-right:1px solid var(--border-color);display:none;overflow:auto;width:250px}.vditor-outline--right{border-left:1px solid var(--border-color);border-right:0}.vditor-outline::-webkit-scrollbar{display:none}.vditor-outline ul{list-style:none!important;margin:0;padding-left:1em}.vditor-outline__content>ul{padding-left:0}.vditor-outline li>span{align-items:center;color:var(--textarea-text-color);cursor:pointer;display:flex;padding:5px 10px}.vditor-outline li>span>svg{flex-shrink:0;height:10px;width:10px}.vditor-outline li>span:hover{color:var(--toolbar-icon-hover-color)}.vditor-outline li>span>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vditor-outline__title{border-bottom:1px dashed var(--border-color);color:var(--toolbar-icon-color);font-size:12px;padding:5px 10px}.vditor-outline__action{fill:currentColor;flex-shrink:0;margin-right:5px;transition:all .15s ease-in-out}.vditor-outline__action--close{transform:rotate(-90deg)}.vditor-wysiwyg{box-sizing:border-box;flex:1 1;min-width:1px;position:relative;width:100%}.vditor-wysiwyg pre.vditor-reset{background-color:var(--panel-background-color);box-sizing:border-box;height:100%;margin:0;white-space:pre-wrap}.vditor-wysiwyg pre.vditor-reset[contenteditable=false]{cursor:not-allowed;opacity:.3}.vditor-wysiwyg pre.vditor-reset:empty:before{color:var(--second-color);content:attr(placeholder)}.vditor-wysiwyg pre.vditor-reset:focus{background-color:var(--textarea-background-color);outline:none}.vditor-wysiwyg pre.vditor-reset:after{content:"";display:block;height:var(--editor-bottom)}.vditor-wysiwyg blockquote: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,.vditor-wysiwyg p:empty:before,.vditor-wysiwyg pre>code:empty:before{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;min-height:27px;white-space:normal}.vditor-wysiwyg .vditor-toc:before,.vditor-wysiwyg div.vditor-wysiwyg__block:before,.vditor-wysiwyg div[data-type=footnotes-block]:before,.vditor-wysiwyg div[data-type=link-ref-defs-block]:before,.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{color:var(--second-color);content:"H1";float:left;font-size:.85rem;font-weight:400;margin-left:-29px;padding-right:4px}.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:normal}.vditor-wysiwyg a{cursor:pointer}.vditor-wysiwyg span[data-type=backslash]>span{color:var(--second-color);display:none}.vditor-wysiwyg span[data-type=link-ref],.vditor-wysiwyg sup[data-type=footnotes-ref]{color:#4285f4}.vditor-wysiwyg span[data-type=toc-h]{color:#4285f4;text-decoration:underline}.vditor-wysiwyg div[data-type=footnotes-block]{border-top:2px solid var(--heading-border-color);margin-top:24px;padding-top:24px}.vditor-wysiwyg div[data-type=link-ref-defs-block]{color:var(--blockquote-color)}@media screen and (max-width:520px){.vditor-wysiwyg .vditor-toc:before,.vditor-wysiwyg div.vditor-wysiwyg__block:before,.vditor-wysiwyg div[data-type=footnotes-block]:before,.vditor-wysiwyg div[data-type=link-ref-defs-block]:before,.vditor-wysiwyg h1:before,.vditor-wysiwyg h2:before,.vditor-wysiwyg h3:before,.vditor-wysiwyg h4:before,.vditor-wysiwyg h5:before,.vditor-wysiwyg h6:before{content:none}}.vditor-ir{box-sizing:border-box;flex:1 1;min-width:1px;position:relative;width:100%}.vditor-ir__node[data-type=code-block]:after,.vditor-ir__node[data-type=code-block]:before,.vditor-ir__node[data-type=math-block]:after,.vditor-ir__node[data-type=math-block]:before,.vditor-ir__node[data-type=yaml-front-matter]:after,.vditor-ir__node[data-type=yaml-front-matter]:before{color:var(--second-color);content:" "}.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=footnotes-ref],.vditor-ir__node[data-type=link-ref]{color:#4285f4}.vditor-ir__node[data-type=html-block]{margin-bottom:1em}.vditor-ir__node .vditor-ir__marker{display:inline-block;height:0;overflow:hidden;transition:all .15s ease-in-out;width:0}.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]:after,.vditor-ir__node--expand[data-type=code-block]:before{content:"```"}.vditor-ir__node--expand[data-type=yaml-front-matter]:after,.vditor-ir__node--expand[data-type=yaml-front-matter]:before{content:"---"}.vditor-ir__node--expand[data-type=math-block]:after,.vditor-ir__node--expand[data-type=math-block]:before{content:"$$"}.vditor-ir__node span[data-type=code-block-close-marker],.vditor-ir__node span[data-type=code-block-open-marker],.vditor-ir__node span[data-type=math-block-close-marker],.vditor-ir__node span[data-type=math-block-open-marker],.vditor-ir__node span[data-type=yaml-front-matter-close-marker],.vditor-ir__node span[data-type=yaml-front-matter-open-marker]{display:none}.vditor-ir__preview{cursor:pointer;min-height:27px;white-space:normal}.vditor-ir__link{color:var(--ir-bracket-color);text-decoration:underline}.vditor-ir pre.vditor-reset{background-color:var(--panel-background-color);box-sizing:border-box;height:100%;margin:0;white-space:pre-wrap}.vditor-ir pre.vditor-reset[contenteditable=false]{cursor:not-allowed;opacity:.3}.vditor-ir pre.vditor-reset:empty:before{color:var(--second-color);content:attr(placeholder)}.vditor-ir pre.vditor-reset:focus{background-color:var(--textarea-background-color);outline:none}.vditor-ir pre.vditor-reset:after{content:"";display:block;height:var(--editor-bottom)}.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 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,.vditor-ir p:empty:before,.vditor-ir pre>code:empty:before{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 .vditor-toc:before,.vditor-ir div[data-type=footnotes-block]:before,.vditor-ir div[data-type=link-ref-defs-block]:before{color:var(--second-color);content:"H1";float:left;font-size:.85rem;font-weight:400;margin-left:-29px;padding-right:4px}.vditor-ir .vditor-reset>h2:before{content:"H2"}.vditor-ir .vditor-reset>h3:before{content:"H3"}.vditor-ir .vditor-reset>h4:before{content:"H4"}.vditor-ir .vditor-reset>h5:before{content:"H5"}.vditor-ir .vditor-reset>h6:before{content:"H6"}.vditor-ir div[data-type=link-ref-defs-block]{color:var(--blockquote-color)}.vditor-ir div[data-type=link-ref-defs-block]:before{content:'"A"'}.vditor-ir div[data-type=footnotes-block]{border-top:2px solid var(--heading-border-color);margin-top:24px;padding-top:24px}.vditor-ir div[data-type=footnotes-block]:before{content:"^F"}.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>blockquote,.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>hr,.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]>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]>ul{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 .vditor-toc:before,.vditor-ir div[data-type=footnotes-block]:before,.vditor-ir div[data-type=link-ref-defs-block]:before,.vditor-ir h1:before,.vditor-ir h2:before,.vditor-ir h3:before,.vditor-ir h4:before,.vditor-ir h5:before,.vditor-ir h6:before{content:none}}.vditor-sv{font-feature-settings:"liga","clig off";word-wrap:break-word;background-color:var(--panel-background-color);border:0;border-radius:0 0 3px 3px;box-sizing:border-box;color:var(--textarea-text-color);flex:1 1;font-family:Helvetica Neue,Luxi Sans,DejaVu Sans,Hiragino Sans GB,Microsoft Yahei,sans-serif,Apple Color Emoji,Segoe UI Emoji,Noto Color Emoji,Segoe UI Symbol,Android Emoji,EmojiSymbols;font-size:16px;font-variant-ligatures:no-common-ligatures;line-height:22px;margin:0 1px 0 0;min-width:1px;outline:0 none;overflow:auto;padding:10px 9px 10px 10px;resize:none;white-space:pre-wrap;width:100%;word-break:break-word}.vditor-sv[contenteditable=false]{cursor:not-allowed;opacity:.3}.vditor-sv:empty:before{color:var(--second-color);content:attr(placeholder)}.vditor-sv:focus{background-color:var(--textarea-background-color)}.vditor-sv:after{content:"";display:block;height:var(--editor-bottom)}.vditor-sv span[data-type=newline]+span[data-type=text]:empty{display:inherit}.vditor-sv .sup{font-size:smaller;vertical-align:super}.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}.xgplayer-fullscreen-parent{height:100%;left:0;position:fixed;top:0;width:100%;z-index:9999}.xgplayer-fullscreen-parent .xgplayer.xgplayer-is-cssfullscreen,.xgplayer-fullscreen-parent .xgplayer.xgplayer-is-fullscreen{position:absolute;z-index:10}.xgplayer-rotate-parent{bottom:0;height:100vw;left:100%;position:fixed;right:0;top:0;transform:rotate(90deg);transform-origin:top left;width:100vh;z-index:9999}.xgplayer-rotate-parent .xgplayer.xgplayer-rotate-fullscreen{height:100%;left:0;margin:0;padding:0;position:absolute;top:0;transform:rotate(0);width:100%;z-index:10}.xgplayer-rotate-parent .xgplayer-mobile video{z-index:-1}.xgplayer{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-touch-callout:none;background:#000;cursor:pointer;font-family:PingFang SC,Helvetica Neue,Helvetica,STHeiTi,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif;font-size:14px;font-weight:400;height:100%;overflow:hidden;position:relative;-webkit-user-select:none;user-select:none;width:100%}.xgplayer *{word-wrap:normal;border:0;margin:0;overflow-wrap:normal;padding:0;vertical-align:initial;white-space:normal}.xgplayer li,.xgplayer ul{list-style:none}.xgplayer .xgplayer-none{display:none}.xgplayer.xgplayer-is-fullscreen{margin:0;padding:0}.xgplayer.xgplayer-is-cssfullscreen,.xgplayer.xgplayer-is-fullscreen{height:100%;left:0;position:fixed;top:0;width:100%;z-index:9999}.xgplayer.xgplayer-rotate-fullscreen{bottom:0;height:100vw;left:100%;position:fixed;right:0;top:0;transform:rotate(90deg);transform-origin:top left;width:100vh;z-index:9999}.xgplayer.xgplayer-rotate-fullscreen.xgplayer-mobile video{z-index:-1}.xgplayer xg-video-container.xg-video-container{bottom:48px;display:block;position:absolute;top:0;width:100%}.xgplayer video{height:100%;left:0;outline:none;position:absolute;top:0;width:100%}.xgplayer[data-xgfill=contain] video{object-fit:contain}.xgplayer[data-xgfill=cover] video{object-fit:cover}.xgplayer[data-xgfill=fill] video{object-fit:fill}.xgplayer .xg-pos{left:10px;right:10px}.xgplayer .xg-margin{margin-left:16px;margin-right:16px}.xgplayer .xg-bottom{bottom:0}.xgplayer .btn-text{font-size:13px;height:24px;position:relative;text-align:center;top:50%}.xgplayer .btn-text span{background:#00000061;border-radius:12px;display:inline-block;height:24px;line-height:24px;min-width:52px}.xgplayer xg-icon{fill:#fff;box-sizing:border-box;color:#fffc;cursor:pointer;height:40px;margin-left:16px;margin-right:16px;position:relative}.xgplayer xg-icon.xg-icon-disable{cursor:not-allowed}.xgplayer xg-icon .xg-tips{left:50%;top:-30px;transform:translate(-50%)}.xgplayer xg-icon:active .xg-tips,.xgplayer xg-icon:hover .xg-tips{display:block}.xgplayer xg-icon:active .xg-tips.hide,.xgplayer xg-icon:hover .xg-tips.hide{display:none}.xgplayer xg-icon .xgplayer-icon{cursor:pointer;position:relative;top:50%;transform:translateY(-50%)}.xgplayer xg-icon .xg-icon-disable{cursor:not-allowed}.xgplayer xg-icon .xg-img{width:100%}.xgplayer xg-icon img,.xgplayer xg-icon svg{display:block;height:100%}.xgplayer xg-bar{display:block}.xgplayer.xgplayer-inactive xg-bar,.xgplayer.xgplayer-mini xg-bar{display:none}.xgplayer.xgplayer-inactive .xg-top-bar{display:flex}.xgplayer.xgplayer-inactive .xg-top-bar.top-bar-autohide{display:none}.xgplayer .xg-top-bar{display:flex;height:50px;padding:0 16px;position:absolute;top:0;z-index:10}.xgplayer .xg-top-bar xg-icon{left:0;margin-top:0;position:relative;top:10px;width:34px}.xgplayer .xg-top-bar xg-icon:first-child{margin-left:0}.xgplayer .xg-left-bar,.xgplayer .xg-right-bar{bottom:50px;position:absolute;top:50px;width:50px;z-index:9}.xgplayer .xg-left-bar{left:0}.xgplayer .xg-right-bar{right:0}.xgplayer .xg-tips{background:#0000008a;border-radius:4px;color:#fff;display:none;font-size:12px;opacity:.85;padding:4px 6px;position:absolute;text-align:center;white-space:nowrap}.xgplayer .xg-margin{left:0;right:0}.xgplayer-mobile,.xgplayer-mobile *{-webkit-tap-highlight-color:rgba(0,0,0,0)}.xgplayer-mobile *{text-decoration:none}.xgplayer-mobile.xgplayer-rotate-fullscreen .xg-pos,.xgplayer-mobile.xgplayer-rotate-fullscreen .xg-top-bar{left:6%;right:6%}.xgplayer-mobile xg-icon:hover .xg-tips{display:none}.xg-list-slide-scroll::-webkit-scrollbar-track{background-color:initial;display:none}.xg-list-slide-scroll:hover::-webkit-scrollbar-track{display:block}.xg-list-slide-scroll::-webkit-scrollbar{-webkit-appearance:none;appearance:none;background:#0000;height:4px;width:4px}.xg-list-slide-scroll::-webkit-scrollbar-corner{background:#0000;display:none}.xg-list-slide-scroll::-webkit-scrollbar-thumb{background:#ffffff80;border-radius:3px;display:none;width:4px}.xg-list-slide-scroll:hover::-webkit-scrollbar-thumb{display:block}@media only screen and (max-width:480px){.xgplayer-mobile xg-icon{margin-left:10px;margin-right:10px}.xgplayer-mobile .xg-top-bar{left:10px;right:10px}}@media screen and (orientation:portrait){.xgplayer-mobile.xgplayer-is-cssfullscreen .xgplayer-controls,.xgplayer-mobile.xgplayer-is-fullscreen .xgplayer-controls{bottom:34px;bottom:constant(safe-area-inset-bottom);bottom:env(safe-area-inset-bottom)}.xgplayer-mobile.xgplayer-is-cssfullscreen .xg-top-bar,.xgplayer-mobile.xgplayer-is-fullscreen .xg-top-bar{top:34px;top:constant(safe-area-inset-top);top:env(safe-area-inset-top)}}@media only screen and (orientation:landscape){.xgplayer-mobile.xgplayer-is-fullscreen .xg-pos,.xgplayer-mobile.xgplayer-is-fullscreen .xg-top-bar{left:6%;right:6%}.xgplayer-mobile.xgplayer-rotate-fullscreen{height:100vh;left:0;transform:rotate(0);width:100vw}}.xgplayer .xgplayer-screen-container{display:block;width:100%}.xgplayer .xg-options-icon{cursor:pointer;display:none}.xgplayer .xg-options-icon.show{display:block}@keyframes xg_right_options_active{0%{transform:translate(50%)}to{transform:translate(-50%)}}@keyframes xg_right_options_hide{0%{transform:translate(-50%)}to{transform:translate(50%)}}@keyframes xg_left_options_active{0%{transform:translate(-50%)}to{transform:translate(50%)}}@keyframes xg_left_options_hide{0%{transform:translate(50%)}to{transform:translate(-50%)}}.xgplayer .xg-options-list{background:#0000008a;border-radius:1px;bottom:100%;color:#fffc;cursor:pointer;display:none;font-size:14px;height:0;opacity:.85;overflow:auto;position:absolute;right:50%;transform:translate(50%);width:78px;z-index:5}.xgplayer .xg-options-list li{color:#fffc;height:20px;line-height:20px;padding:4px 0;position:relative;text-align:center}.xgplayer .xg-options-list li.selected,.xgplayer .xg-options-list li:hover{color:red;opacity:1}.xgplayer .xg-options-list li:first-child{margin-top:12px;position:relative}.xgplayer .xg-options-list li:last-child{margin-bottom:12px;position:relative}.xgplayer .xg-options-list:hover{opacity:1}.xgplayer .xg-options-list.active{display:block;height:auto}.xgplayer .xg-options-list.xg-side-list{background:#000000e6;bottom:0;box-sizing:border-box;display:flex;flex-direction:column;height:100%;width:20%}.xgplayer .xg-options-list.xg-side-list li{flex:1 1;padding:0;position:relative;width:100%}.xgplayer .xg-options-list.xg-side-list li span{display:block;pointer-events:none;position:relative;top:50%;transform:translateY(-50%)}.xgplayer .xg-options-list.xg-side-list li:first-child{margin-top:20px}.xgplayer .xg-options-list.xg-side-list li:last-child{margin-bottom:20px}.xgplayer .xg-options-list.xg-right-side{right:-10.5%}.xgplayer .xg-options-list.xg-right-side.active{animation:xg_right_options_active .2s ease-out forwards;height:100%}.xgplayer .xg-options-list.xg-right-side.hide{animation:xg_right_options_hide .2s ease-in forwards;height:100%}.xgplayer .xg-options-list.xg-left-side{left:-10.5%;transform:translate(-50%)}.xgplayer .xg-options-list.xg-left-side.active{animation:xg_left_options_active .2s ease-out forwards;height:100%}.xgplayer .xg-options-list.xg-left-side.hide{animation:xg_left_options_hide .2s ease-in forwards;height:100%}@media only screen and (max-width:480px){.xgplayer-mobile .xg-options-icon.portrait{display:none}.xgplayer-mobile .xg-options-list li:hover{color:#fffc}.xgplayer-mobile .xg-options-list li.selected{color:red}}.xgplayer.not-allow-autoplay .xgplayer-controls,.xgplayer.xgplayer-inactive .controls-autohide,.xgplayer.xgplayer-nostart .xgplayer-controls{cursor:default;opacity:0;pointer-events:none;visibility:hidden}.xgplayer.not-allow-autoplay .xgplayer-controls-initshow,.xgplayer.xgplayer-nostart .xgplayer-controls-initshow{opacity:1;pointer-events:auto;visibility:visible}.xgplayer .xgplayer-controls{background-image:linear-gradient(180deg,#0000,#0000005e,#000000bf,#000000bf);bottom:0;display:block;height:48px;left:0;opacity:1;position:absolute;right:0;transition:opacity .5s ease,visibility .5s ease;visibility:visible;z-index:10}.xgplayer .xgplayer-controls.show{display:block;opacity:1;pointer-events:auto;visibility:visible}.xgplayer .xg-inner-controls{bottom:0;display:flex;height:40px;justify-content:space-between;position:absolute}.xgplayer .xg-left-grid,.xgplayer .xg-right-grid{display:flex;flex-shrink:1;flex-wrap:wrap;height:100%;position:relative;z-index:1}.xgplayer .xg-right-grid{flex-direction:row-reverse}.xgplayer .xg-right-grid>:first-child{margin-right:0}.xgplayer .xg-left-grid>:first-child,.xgplayer .xg-right-grid xg-icon{margin-left:0}.xgplayer .xg-left-grid xg-icon{margin-right:0}.xgplayer .xg-center-grid{display:block;left:0;outline:none;padding:5px 0;position:absolute;right:0;text-align:center;top:-20px}.xgplayer .flex-controls .xg-inner-controls{bottom:8px;display:flex;justify-content:space-around}.xgplayer .flex-controls .xg-center-grid{align-items:center;display:flex;flex:1 1;height:100%;justify-content:space-between;left:0;padding:0 16px;position:relative;right:0;top:0}.xgplayer.xgplayer-mobile .xg-center-grid{z-index:2}.xgplayer.xgplayer-mobile .flex-controls .xg-center-grid{padding:0 8px}.xgplayer .bottom-controls .xg-center-grid{padding:0;top:20px}.xgplayer .bottom-controls .xg-left-grid,.xgplayer .bottom-controls .xg-right-grid{bottom:10px}.xgplayer .mini-controls{background-image:none}.xgplayer .mini-controls .xg-inner-controls{bottom:0;left:0;right:0}.xgplayer .mini-controls .xg-center-grid{bottom:-28px;padding:0;top:auto}.xgplayer .mini-controls .xg-left-grid,.xgplayer .mini-controls .xg-right-grid{display:none}.xgplayer .controls-follow{bottom:70px;transition:bottom .3s ease}.xgplayer.flex-controls .controls-follow{bottom:45px}.xgplayer.mini-controls .controls-follow,.xgplayer.no-controls .controls-follow,.xgplayer.xgplayer-inactive .controls-follow{bottom:10px}.xgplayer .xgplayer-cssfullscreen .xg-get-cssfull{display:block}.xgplayer .xgplayer-cssfullscreen .xg-exit-cssfull,.xgplayer .xgplayer-cssfullscreen[data-state=full] .xg-get-cssfull{display:none}.xgplayer .xgplayer-cssfullscreen[data-state=full] .xg-exit-cssfull{display:block}.xgplayer .xgplayer-fullscreen .xg-exit-fullscreen{display:none}.xgplayer .xgplayer-fullscreen .xg-get-fullscreen,.xgplayer .xgplayer-fullscreen[data-state=full] .xg-exit-fullscreen{display:block}.xgplayer .xgplayer-fullscreen[data-state=full] .xg-get-fullscreen{display:none}.xgplayer .xg-top-bar .xgplayer-back{display:none;height:40px;left:0;position:relative;top:16px;width:34px}.xgplayer .xg-top-bar .xgplayer-back.show{display:block}.xgplayer .xgplayer-play .xg-icon-play{display:none}.xgplayer .xgplayer-play .xg-icon-pause,.xgplayer .xgplayer-play[data-state=pause] .xg-icon-play{display:block}.xgplayer .xgplayer-play[data-state=pause] .xg-icon-pause{display:none}.xgplayer .xgplayer-progress{align-items:center;cursor:pointer;display:flex;flex:1 1;height:20px;left:0;min-width:10px;outline:none;position:relative;right:0;top:0}.xgplayer .xgplayer-progress-outer{border-radius:3px;cursor:pointer;height:2px;position:relative;width:100%}.xgplayer .progress-list{border-radius:inherit;display:flex;height:100%;width:100%}.xgplayer .xgplayer-progress-inner{background:#ffffff4d;border-radius:inherit;flex:1 1;height:100%;margin-right:2px;pointer-events:none;position:relative;transition:height .2s ease-in,opacity .2s ease-out}.xgplayer .xgplayer-progress-inner:last-child,.xgplayer .xgplayer-progress-inner:only-child{margin-right:0}.xgplayer .inner-focus-point{background:#fff;position:relative}.xgplayer .inner-focus-point:after,.xgplayer .inner-focus-point:before{background:#fff;border-radius:3px;content:" ";display:block;height:300%;position:absolute;top:0;top:50%;transform:translateY(-50%);width:2px;z-index:1}.xgplayer .inner-focus-point:before{left:0}.xgplayer .inner-focus-point:after{right:0}.xgplayer .xgplayer-progress-cache,.xgplayer .xgplayer-progress-played{border-radius:inherit;display:block;height:100%;left:0;position:absolute;top:0;width:0}.xgplayer .xgplayer-progress-played{background:linear-gradient(-90deg,#fa1f41,#e31106)}.xgplayer .xgplayer-progress-cache{background:#ffffff80}.xgplayer .xgplayer-progress-btn{background:rgba(255,94,94,.304);border:.5px solid rgba(255,94,94,.057);border-radius:30px;box-shadow:0 0 1px #ff000062;box-sizing:border-box;display:block;height:20px;left:0;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:20px;z-index:1}.xgplayer .xgplayer-progress-btn:before{background:#fff;border-radius:30px;content:" ";display:block;height:12px;left:50%;position:relative;top:50%;transform:translate(-50%,-50%);width:12px}.xgplayer .xgplayer-progress-btn.active{border:4px solid rgba(255,94,94,.064)}.xgplayer .xgplayer-progress-btn.active:before{box-shadow:0 0 3px #f85959b0}.xgplayer .xgplayer-progress-dot{background:#fff;border-radius:6px;display:inline-block;height:100%;position:absolute;top:0;width:5px;z-index:16}.xgplayer .xgplayer-progress-dot .xgplayer-progress-tip{background:#0000004d;border:1px solid #000c;border-radius:6px;cursor:default;display:none;height:auto;left:25%;line-height:30px;position:absolute;top:-40px;transform:scale(.8) translate(-50%);white-space:nowrap;width:auto}.xgplayer .xgplayer-progress-dot:hover .xgplayer-progress-tip{display:block}.xgplayer .flex-controls .xgplayer-progress{transform:translateY(0)}.xgplayer.xgplayer-pc .xgplayer-progress-btn{transform:translate(-50%,-50%) scale(0)}.xgplayer.xgplayer-pc .xgplayer-progress-outer{height:3px}.xgplayer.xgplayer-pc .xgplayer-progress-inner{margin-right:4px}.xgplayer.xgplayer-pc .xgplayer-progress-inner:last-child,.xgplayer.xgplayer-pc .xgplayer-progress-inner:only-child{margin-right:0}.xgplayer.xgplayer-pc .inner-focus-point:after,.xgplayer.xgplayer-pc .inner-focus-point:before{width:3px}.xgplayer.xgplayer-pc .inner-focus-highlight{background:#fffc}.xgplayer.xgplayer-pc .xgplayer-progress.active .xgplayer-progress-outer{height:6px;margin-bottom:3px;transition:height .3s ease,margin-bottom .3s ease}.xgplayer.xgplayer-pc .xgplayer-progress.active .xgplayer-progress-btn{transform:translate(-50%,-50%) scale(1)}.xgplayer.xgplayer-pc .xgplayer-progress.active .inner-focus-point:after,.xgplayer.xgplayer-pc .xgplayer-progress.active .inner-focus-point:before{width:6px}.xgplayer .xgplayer-progress-bottom .xgplayer-progress-outer{top:9px}.xgplayer .xgplayer-progress-bottom .xgplayer-progress-btn:before{height:6px;width:6px}.xgplayer.xgplayer-mobile .xgplayer-progress-bottom .xgplayer-progress-outer{height:4px}@media (prefers-color-scheme:dark){.xgplayer .xgplayer-progress .xgplayer-progress-inner{background-color:#ffffff4d}.xgplayer .xgplayer-progress .inner-focus-highlight{background:#fffc}.xgplayer .xgplayer-progress .xgplayer-progress-btn{background:rgba(255,94,94,.304);border:.5px solid rgba(255,94,94,.057);box-shadow:0 0 1px #ff000062}.xgplayer .xgplayer-progress .xgplayer-progress-btn:before{background-color:#fff}.xgplayer .xgplayer-progress .xgplayer-progress-played{background-color:linear-gradient(-90deg,#fa1f41,#e31106)}.xgplayer .xgplayer-progress .xgplayer-progress-cache{background-color:#ffffff80}}.xg-mini-progress{bottom:0;display:none;height:2px;left:0;pointer-events:none;position:absolute;right:0}.xg-mini-progress xg-mini-progress-cache,.xg-mini-progress xg-mini-progress-played{border-radius:inherit;height:100%;left:0;position:absolute;top:0;width:0}.xg-mini-progress xg-mini-progress-played{background:linear-gradient(-90deg,#fa1f41,#e31106)}.xg-mini-progress xg-mini-progress-cache{background:#ffffff80}.xg-mini-progress-show,.xgplayer-inactive .xg-mini-progress,.xgplayer-mini .xg-mini-progress{display:block}.xgplayer .xgplayer-time{color:#fff;display:inline-block;font-family:PingFangSC-Semibold;font-size:14px;line-height:40px;min-width:40px;pointer-events:none;text-align:center}.xgplayer .xgplayer-time span{display:inline-block;height:40px;line-height:40px}.xgplayer .xgplayer-time span .time-min-width{min-width:2ch;text-align:center}.xgplayer .xgplayer-time span .time-min-width:first-child{text-align:right}.xgplayer .xgplayer-time span .time-min-width:last-child{text-align:left}.xgplayer .xgplayer-time .time-duration{color:#ffffff80}.xgplayer .xgplayer-time .time-live-tag{display:none}.xgplayer .xgplayer-time.xg-time-left{margin-left:0}.xgplayer .xgplayer-time.xg-time-right{margin-right:0}.xgplayer.xgplayer-mobile .xgplayer-time{font-size:12px;min-width:30px}.xgplayer.xgplayer-mobile .xgplayer-time.xg-time-left{margin-right:8px}.xgplayer.xgplayer-mobile .xgplayer-time.xg-time-right{margin-left:8px}.xgplayer .xgplayer-volume.slide-show .xgplayer-slider{display:block}.xgplayer .xgplayer-slider{background:#0000008a;border-radius:1px;bottom:40px;display:none;height:92px;outline:none;position:absolute;width:28px}.xgplayer .xgplayer-slider:after{bottom:-15px;content:" ";cursor:auto;display:block;height:15px;left:0;position:absolute;width:28px;z-index:20}.xgplayer .xgplayer-value-label{background-color:#0000008a;bottom:100%;color:#fff;font-size:12px;left:0;padding:5px 0 0;position:absolute;right:0;text-align:center}.xgplayer .xgplayer-bar,.xgplayer .xgplayer-drag{background:#ffffff4d;border-radius:100px;bottom:6px;cursor:pointer;display:block;height:76px;left:12px;outline:none;position:absolute;width:4px}.xgplayer .xgplayer-drag{background:#fa1f41;bottom:0;left:0;max-height:76px}.xgplayer .xgplayer-drag:after{background:#fff;border-radius:50%;box-shadow:0 0 5px #00000042;content:" ";display:inline-block;height:8px;left:-2px;position:absolute;top:-4px;width:8px}.xgplayer .xgplayer-volume[data-state=normal] .xg-volume{display:block}.xgplayer .xgplayer-volume[data-state=normal] .xg-volume-mute,.xgplayer .xgplayer-volume[data-state=normal] .xg-volume-small,.xgplayer .xgplayer-volume[data-state=small] .xg-volume{display:none}.xgplayer .xgplayer-volume[data-state=small] .xg-volume-small{display:block}.xgplayer .xgplayer-volume[data-state=mute] .xg-volume,.xgplayer .xgplayer-volume[data-state=mute] .xg-volume-small,.xgplayer .xgplayer-volume[data-state=small] .xg-volume-mute{display:none}.xgplayer .xgplayer-volume[data-state=mute] .xg-volume-mute{display:block}.xgplayer-replay,.xgplayer.xgplayer-mobile .xgplayer-volume .xgplayer-slider{display:none}.xgplayer .xgplayer-replay{align-items:center;cursor:pointer;display:none;flex-direction:column;height:100px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100px;z-index:5}.xgplayer .xgplayer-replay .xgplayer-replay-txt{color:#fff;display:inline-block;font-size:14px;line-height:34px;text-align:center}.xgplayer.xgplayer-mobile .xgplayer-replay-svg{height:50px;width:50px}.xgplayer.xgplayer-mobile .xgplayer-replay-txt{font-size:12px;line-height:24px}.xgplayer .xgplayer-poster{background-position:50%;background-repeat:no-repeat;background-size:100% auto;display:block;height:100%;left:0;opacity:1;pointer-events:none;position:absolute;top:0;transition:opacity .3s ease,visibility .3s ease;visibility:visible;width:100%}.xgplayer .xgplayer-poster.hide,.xgplayer.xgplayer-playing .xgplayer-poster{opacity:0;visibility:hidden}.xgplayer.not-allow-autoplay .xgplayer-poster,.xgplayer.xgplayer-ended .xgplayer-poster,.xgplayer.xgplayer-is-enter .xgplayer-poster.xg-showplay,.xgplayer.xgplayer-nostart .xgplayer-poster,.xgplayer.xgplayer-playing .xg-not-hidden,.xgplayer.xgplayer-playing .xgplayer-poster.xg-showplay{opacity:1;visibility:visible}.xgplayer.not-allow-autoplay .xgplayer-poster.hide,.xgplayer.xgplayer-ended .xgplayer-poster.hide,.xgplayer.xgplayer-nostart .xgplayer-poster.hide{opacity:0;visibility:hidden}@keyframes playPause{0%{opacity:1;transform:scale(1)}99%{opacity:0;transform:scale(1.3)}to{opacity:0;transform:scale(1)}}.xgplayer xg-start-inner{background:#00000061;border-radius:50%;display:block;height:100%;overflow:hidden;width:100%}.xgplayer .xgplayer-start{cursor:pointer;height:70px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:70px;z-index:5}.xgplayer .xgplayer-start svg{height:100%;width:100%}.xgplayer .xgplayer-start.focus-hide,.xgplayer .xgplayer-start.hide{display:none;pointer-events:none}.xgplayer .xgplayer-start:hover{opacity:.85}.xgplayer .xgplayer-start .xg-icon-play{display:block}.xgplayer .xgplayer-start .xg-icon-pause,.xgplayer .xgplayer-start[data-state=pause] .xg-icon-play{display:none}.xgplayer .xgplayer-start.interact,.xgplayer .xgplayer-start[data-state=pause] .xg-icon-pause{display:block}.xgplayer .xgplayer-start.interact xg-start-inner{animation:playPause .4s ease-out .1s forwards}.xgplayer .xgplayer-start.show{display:block}.xgplayer.xgplayer-mobile xg-start-inner{background:initial;border-radius:0}.xgplayer.xgplayer-mobile .xgplayer-start{height:50px;width:50px}.xgplayer.xgplayer-mobile .xgplayer-start:hover{opacity:1}.xgplayer.xgplayer-inactive .xgplayer-start.auto-hide,.xgplayer.xgplayer-is-enter .xgplayer-start,.xgplayer.xgplayer-is-enter .xgplayer-start.auto-hide,.xgplayer.xgplayer-is-enter .xgplayer-start.show,.xgplayer.xgplayer-is-error .xgplayer-start,.xgplayer.xgplayer-is-error .xgplayer-start.show,.xgplayer.xgplayer-isloading.xgplayer-playing .xgplayer-start{display:none}.xgplayer-enter{background:#000c;display:none;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:5}.xgplayer-enter .show{display:block}.xgplayer-enter .xgplayer-enter-spinner{display:block;height:100px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100px;z-index:1}.xgplayer-enter .xgplayer-enter-spinner div{animation:fade 1s linear infinite;background-color:#ffffffb3;border-radius:30px;height:13%;left:45%;opacity:0;position:absolute;top:45%;width:6%}.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar1{animation-delay:0s;transform:rotate(0) translateY(-140%)}.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar2{animation-delay:-.9163s;transform:rotate(30deg) translateY(-140%)}.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar3{animation-delay:-.833s;transform:rotate(60deg) translateY(-140%)}.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar4{animation-delay:-.7497s;transform:rotate(90deg) translateY(-140%)}.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar5{animation-delay:-.6664s;transform:rotate(120deg) translateY(-140%)}.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar6{animation-delay:-.5831s;transform:rotate(150deg) translateY(-140%)}.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar7{animation-delay:-.4998s;transform:rotate(180deg) translateY(-140%)}.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar8{animation-delay:-.4165s;transform:rotate(210deg) translateY(-140%)}.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar9{animation-delay:-.3332s;transform:rotate(240deg) translateY(-140%)}.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar10{animation-delay:-.2499s;transform:rotate(270deg) translateY(-140%)}.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar11{animation-delay:-.1666s;transform:rotate(300deg) translateY(-140%)}.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar12{animation-delay:-.0833s;transform:rotate(330deg) translateY(-142%)}@keyframes fade{0%{opacity:1}to{opacity:.25}}.xgplayer.xgplayer-is-enter .xgplayer-enter{display:block;opacity:1;transition:opacity .3s}.xgplayer.xgplayer-nostart .xgplayer-enter{display:none}.xgplayer.xgplayer-mobile .xgplayer-enter .xgplayer-enter-spinner{height:70px;width:70px}.xg-mini-layer{background:linear-gradient(180deg,#393939e6,#39393900 50.27%);display:none;z-index:11}.xg-mini-layer,.xg-mini-layer .mask{height:100%;left:0;position:absolute;top:0;width:100%}.xg-mini-layer .mask{background-color:#0006;pointer-events:none}.xg-mini-layer xg-mini-header{box-sizing:border-box;color:#fff;display:flex;font-size:14px;justify-content:space-between;left:0;padding:10px 3px 0 8px;position:absolute;right:40px;top:0;z-index:22}.xg-mini-layer xg-mini-header .xgplayer-pip-disableBtn{pointer-events:all}.xg-mini-layer xg-mini-header #disabledMini{display:none;position:relative}.xg-mini-layer xg-mini-header #disabledMini+label{align-items:center;cursor:pointer;display:flex;position:relative}.xg-mini-layer xg-mini-header #disabledMini+label:before{background-color:initial;border:1px solid #cdcdcd;border-radius:2px;color:#ff142b;content:"";display:inline-block;height:16px;line-height:16px;margin-right:7px;text-align:center;vertical-align:middle;width:16px}.xg-mini-layer xg-mini-header #disabledMini:checked+label{color:#ff142b}.xg-mini-layer xg-mini-header #disabledMini:checked+label:before{border-color:#ff142b}.xg-mini-layer xg-mini-header #disabledMini:checked+label:after{border-color:#ff142b;border-style:solid;border-width:0 2px 2px 0;content:"";height:8px;left:6px;position:absolute;top:5px;transform:rotate(45deg);width:4px}.xg-mini-layer xg-mini-header .xgplayer-mini-disableBtn xg-tips{background-color:#0000008a;border-radius:4px;bottom:-30px;display:none;padding:4px 6px;position:absolute;right:15px;white-space:nowrap}.xg-mini-layer xg-mini-header .xgplayer-mini-disableBtn:hover #disabledMini+label:before{border-color:#ff142b}.xg-mini-layer xg-mini-header .xgplayer-mini-disableBtn:hover #disabledMini+label{color:#ff142b}.xg-mini-layer xg-mini-header .xgplayer-mini-disableBtn:hover xg-tips{display:block}.xg-mini-layer .mini-cancel-btn{color:#fff;cursor:pointer;display:block;height:38px;line-height:38px;position:absolute;right:0;text-align:center;top:0;width:40px}.xg-mini-layer .play-icon{background:#0000008a;border-radius:24px;cursor:pointer;height:48px;left:50%;margin:-24px 0 0 -24px;position:absolute;top:50%;width:48px}.xg-mini-layer .play-icon img,.xg-mini-layer .play-icon svg{fill:#faf7f7;height:50px;width:50px}.xg-mini-layer .xg-icon-play{display:none}.xg-mini-layer .xg-icon-pause,.xg-mini-layer[data-state=pause] .xg-icon-play{display:block}.xg-mini-layer[data-state=pause] .xg-icon-pause{display:none}.xgplayer-miniicon{display:block;outline:none;position:relative}.xgplayer-miniicon .name{color:#fffc;font-size:13px;height:20px;line-height:20px;line-height:40px;text-align:center}.xgplayer-miniicon .name span{background:#00000061;border-radius:10px;display:inline-block;font-size:13px;height:20px;line-height:20px;vertical-align:middle;width:60px}.xgplayer-mini{box-shadow:0 4px 7px 2px #0003;height:180px;position:fixed;width:320px;z-index:91}.xgplayer-mini:hover{cursor:move}.xgplayer-mini:hover .xg-mini-layer{display:block}.xgplayer-mini.xgplayer-ended .xg-mini-layer{display:none}.xgplayer-mobile .xg-mini-layer .play-icon{background:none;border-radius:initial}.xgplayer.xgplayer-inactive{cursor:none}.xgplayer xg-thumbnail{display:block}.xgplayer xg-trigger{height:100%;left:0;position:absolute;top:0;-webkit-user-select:none;user-select:none;width:100%}.xgplayer xg-trigger .time-preview{color:#fff;display:none;font-size:18px;left:50%;margin:0 auto;padding:0 20px 30px;pointer-events:none;position:absolute;text-align:center;text-shadow:0 0 1px #0000008a;top:50%;transform:translate(-50%,-50%);width:200px}.xgplayer xg-trigger .time-preview span{line-height:24px}.xgplayer xg-trigger .time-preview .xg-cur{color:red}.xgplayer xg-trigger .time-preview .xg-separator{font-size:14px}.xgplayer xg-trigger .time-preview .xg-seek-show{transform:translate(-10px)}.xgplayer xg-trigger .time-preview .xg-seek-show.xg-back .xg-seek-pre{transform:rotate(180deg) translate(-5px)}.xgplayer xg-trigger .time-preview .xg-seek-show.hide-seek-icon .xg-seek-icon{display:none}.xgplayer xg-trigger .time-preview .xg-bar{background:#ffffff4d;border-radius:10px;box-sizing:initial;height:2px;margin:8px auto 0;width:96px}.xgplayer xg-trigger .time-preview .xg-bar .xg-curbar{background-color:red;height:100%;width:0}.xgplayer xg-trigger .time-preview .xg-bar.hide{display:none}.xgplayer xg-trigger .mobile-thumbnail{left:50%;position:relative;transform:translate(-50%)}.xgplayer xg-trigger .xg-top-note{background:#0000004d;border-radius:100px;color:#fff;height:32px;left:50%;margin-left:-78px;position:absolute;top:26px;width:135px}.xgplayer xg-trigger .xg-top-note span{display:block;font-size:13px;height:32px;line-height:32px;text-align:center}.xgplayer xg-trigger .xg-top-note i{color:red;margin:0 5px}.xgplayer xg-trigger .xg-playbackrate{display:none}.xgplayer xg-trigger[data-xg-action=playbackrate] .xg-playbackrate,.xgplayer xg-trigger[data-xg-action=seeking] .time-preview{display:block}.xgplayer .gradient{background-image:linear-gradient(#0009,#0000005c 20%,#0000 36%,#0000 70%,#0000003d 77%,#0000005c 83%,#0009);display:none;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.xgplayer .gradient.top{background-image:linear-gradient(#0009,#0000005c 20%,#0000 36%,#0000 70%)}.xgplayer .gradient.bottom{background-image:linear-gradient(#0000 70%,#0000003d 77%,#0000005c 83%,#0009)}.xgplayer .gradient.none,.xgplayer-mobile .xgplayer-controls{background-image:none}.xgplayer-mobile.xgplayer-playing .gradient{display:block}.xgplayer-mobile.xgplayer-inactive .gradient{background-image:none}.xgplayer-mobile .xgmask{background-color:#0000;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}@media (prefers-color-scheme:dark){.xgplayer-mobile xg-trigger .time-preview{color:#fff}.xgplayer-mobile xg-trigger .time-preview span.xg-cur{color:red}.xgplayer-mobile xg-trigger .time-preview .xg-bar{background-color:#ffffff4d}.xgplayer-mobile xg-trigger .time-preview .xg-bar.xg-curbar{background-color:red}}@keyframes loadingRotate{0%{transform:rotate(0)}25%{transform:rotate(90deg)}50%{transform:rotate(180deg)}75%{transform:rotate(270deg)}to{transform:rotate(1turn)}}@keyframes loadingDashOffset{0%{stroke-dashoffset:236}to{stroke-dashoffset:0}}xg-loading-inner{animation:loadingRotate 1s linear .1s infinite;display:block;height:100%;transform-origin:center;width:100%}.xgplayer-loading{display:none;height:70px;left:50%;overflow:hidden;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:70px;z-index:10}.xgplayer-loading img,.xgplayer-loading svg{height:100%;width:100%}.xgplayer-mobile .xgplayer-loading{height:50px;width:50px}.xgplayer-isloading .xgplayer-loading{display:block}.xgplayer .xgplayer-pip .xg-exit-pip,.xgplayer-is-ended .xgplayer-loading,.xgplayer-is-enter .xgplayer-loading,.xgplayer-is-error .xgplayer-loading,.xgplayer-nostart .xgplayer-loading,.xgplayer-pause .xgplayer-loading{display:none}.xgplayer .xgplayer-pip .xg-get-pip,.xgplayer .xgplayer-pip[data-state=pip] .xg-exit-pip{display:block}.xgplayer .xgplayer-pip[data-state=pip] .xg-get-pip{display:none}.xgplayer .xgplayer-playnext{cursor:pointer;display:none;position:relative}.xgplayer .xgplayer-playnext .xgplayer-tips .xgplayer-tip-playnext{display:block}.xgplayer .xgplayer-playnext:hover{opacity:.85}.xgplayer .xgplayer-playnext:hover .xgplayer-tips{display:block}.lang-is-en .xgplayer-playnext .xgplayer-tips{margin-left:-25px}.lang-is-jp .xgplayer-playnext .xgplayer-tips{margin-left:-38px}.xgplayer .xgplayer-download{cursor:pointer;display:block;position:relative}.lang-is-en .xgplayer-download .xgplayer-tips{margin-left:-32px}.lang-is-jp .xgplayer-download .xgplayer-tips{margin-left:-40px}.xgplayer .xgplayer-shot{display:none}.xgplayer-definition{cursor:pointer;display:none}.xgplayer .xgplayer-playbackrate{cursor:default;display:none}.xgplayer-error{align-items:center;background:#000;color:#fff;display:none;height:100%;justify-content:center;left:0;line-height:100%;position:absolute;text-align:center;top:0;width:100%;z-index:6}.xgplayer-error .xgplayer-error-refresh{color:#fa1f41;cursor:pointer;padding:0 3px}.xgplayer-error .xgplayer-error-text{display:block;line-height:18px;margin:auto 6px 20px}.xgplayer-is-error .xgplayer-error{display:flex}.xgplayer .xgplayer-prompt{background:#00000080;border-radius:50px;color:#fff;display:block;font-size:12px;left:10px;line-height:17px;opacity:0;padding:6px 12px 5px;pointer-events:none;position:absolute;text-align:center;z-index:1}.xgplayer .xgplayer-prompt.show{display:block;opacity:1;pointer-events:auto;z-index:10}.xgplayer .xgplayer-prompt.arrow{transform:translate(-50%)}.xgplayer .xgplayer-prompt.arrow:after{border-left:6px solid #0000;border-right:6px solid #0000;border-top:8px solid #00000080;bottom:0;content:"";display:block;height:0;left:50%;position:absolute;transform:translate(-50%,100%);width:0}.xgplayer .xgplayer-prompt .highlight{color:red;cursor:pointer;display:inline-block;margin-left:6px}.xgplayer.xgplayer-is-error .xgplayer-prompt.show{display:none;opacity:1}.xgplayer .xgplayer-spot{background:#fff;border-radius:12px;height:100%;left:0;position:absolute;top:0}.xgplayer .xgplayer-spot.mini{min-width:6px;transform:translate(-50%)}.xgplayer .xgplayer-spot.active .xgplayer-spot-pop{display:block;opacity:1;pointer-events:auto}.xgplayer .xgplayer-spot-pop{bottom:5px;display:block;left:50%;opacity:0;padding-bottom:5px;pointer-events:none;position:absolute;transform:translate(-50%)}.xgplayer-mobile .xgplayer-spot{height:3px;min-width:3px;opacity:1;top:50%;transform:translateY(-50%)}.xgplayer-mobile .xgplayer-spot.mini{min-width:3px;transform:translate(-50%,-50%)}.xgplayer .xgplayer-progress.active .xgplayer-spot{opacity:1;transition:opacity .3s;visibility:visible}.xgplayer .xg-spot-info{bottom:100%;display:none;left:0;position:absolute}.xgplayer .xg-spot-info.short-line .xg-spot-line{height:6px}.xgplayer .xg-spot-info.short-line .xg-spot-content{bottom:-4px}.xgplayer .xg-spot-info.no-thumbnail .xg-spot-thumbnail{display:none}.xgplayer .xg-spot-info.no-thumbnail .xgplayer-progress-point{display:block}.xgplayer .xg-spot-info.hide,.xgplayer .xg-spot-info.no-timepoint .xgplayer-progress-point{display:none}.xgplayer .xgplayer-progress.active .xg-spot-info{display:block}.xgplayer .xgplayer-progress.active .xg-spot-info.hide{display:none}.xgplayer .xg-spot-line{background-color:#fff;bottom:-7px;display:block;height:41px;margin-left:50%;pointer-events:none;position:relative;width:1px}.xgplayer .xgplayer-progress-point{background:#0000008a;border-radius:4px;bottom:-4px;color:#fff;display:none;font-size:11px;left:50%;opacity:.85;padding:4px 6px;position:relative;text-align:center;transform:translate(-50%);white-space:nowrap}.xgplayer .xg-spot-content{border-radius:2px 2px 0 0;color:#fff}.xgplayer .xg-spot-content,.xgplayer .xg-spot-ext-text{bottom:-7px;position:relative}.xgplayer .xg-spot-thumbnail{background-color:#111010;border-radius:2px 2px 0 0;pointer-events:none;position:relative}.xgplayer .xg-spot-time{bottom:2px;font-size:12px;left:50%;line-height:16.8px;pointer-events:none;position:absolute;transform:translate(-50%)}.xgplayer .progress-thumbnail{display:block;margin:0 auto}.xgplayer .xg-spot-text{background:#000c;border-radius:0 0 2px 2px;box-sizing:border-box;display:none;padding:5px 8px;pointer-events:none}.xgplayer .spot-inner-text{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:12px;line-height:20px;max-height:40px;overflow:hidden;text-overflow:ellipsis}.xgplayer .xg-spot-content.show-text .xg-spot-text{display:block}.xgplayer .product .xg-spot-text{background:#3370ff}.xgplayer .product .xg-spot-line{background:none;border-left:10px solid #0000;border-right:10px solid #0000;border-top:7px solid #3370ff;height:15px;left:-10px;width:0}.xgplayer .xgvideo-preview{background-color:#000;height:100%;left:0;opacity:0;position:absolute;top:0;transition:visibility .3s,opacity .3s;visibility:hidden;width:100%}.xgplayer .xgvideo-preview .xgvideo-thumbnail{border-radius:0;left:50%;position:relative;top:50%;transform:translate(-50%,-50%)}.xgplayer .xgvideo-preview.show{opacity:1;visibility:visible}.xgplayer-dynamic-bg,.xgplayer-dynamic-bg canvas,.xgplayer-dynamic-bg xgfilter,.xgplayer-dynamic-bg xgmask{display:block;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.xgplayer-dynamic-bg canvas{transform:translateZ(0)}.xgplayer-dynamic-bg xgmask{background:#000000b3}@keyframes wave-animation{0%,to{height:10px;opacity:.3}50%{height:28px;opacity:1}}@keyframes wave-animation-1{0%,to{height:15px;opacity:.4}50%{height:25px;opacity:1}}@keyframes wave-animation-2{0%,to{height:20px;opacity:.5}50%{height:32px;opacity:1}}@keyframes wave-animation-3{0%,to{height:12px;opacity:.3}50%{height:27px;opacity:1}}@keyframes wave-animation-4{0%,to{height:18px;opacity:.5}50%{height:29px;opacity:1}}@keyframes wave-animation-5{0%,to{height:14px;opacity:.4}50%{height:25px;opacity:1}}@keyframes wave-animation-6{0%,to{height:22px;opacity:.6}50%{height:34px;opacity:1}}@keyframes wave-animation-7{0%,to{height:16px;opacity:.4}50%{height:28px;opacity:1}}@keyframes wave-animation-8{0%,to{height:20px;opacity:.5}50%{height:31px;opacity:1}}@keyframes wave-animation-9{0%,to{height:13px;opacity:.3}50%{height:26px;opacity:1}}@keyframes wave-animation-10{0%,to{height:17px;opacity:.5}50%{height:29px;opacity:1}}.voice-wave-container{align-items:center;display:flex;gap:4px;height:50px;justify-content:center;width:165px}.voice-wave-bar{background:linear-gradient(180deg,#507ef7,#7aa7ff);border-radius:3px;transition:all .3s ease;width:5px}.voice-wave-bar:first-child{animation:wave-animation-1 .8s ease-in-out infinite}.voice-wave-bar:nth-child(2){animation:wave-animation-2 .9s ease-in-out infinite}.voice-wave-bar:nth-child(3){animation:wave-animation-3 .7s ease-in-out infinite}.voice-wave-bar:nth-child(4){animation:wave-animation-4 .85s ease-in-out infinite}.voice-wave-bar:nth-child(5){animation:wave-animation-5 .75s ease-in-out infinite}.voice-wave-bar:nth-child(6){animation:wave-animation-6 .95s ease-in-out infinite}.voice-wave-bar:nth-child(7){animation:wave-animation-7 .8s ease-in-out infinite}.voice-wave-bar:nth-child(8){animation:wave-animation-8 .9s ease-in-out infinite}.voice-wave-bar:nth-child(9){animation:wave-animation-9 .7s ease-in-out infinite}.voice-wave-bar:nth-child(10){animation:wave-animation-10 .85s ease-in-out infinite}.voice-wave-bar.paused{animation-play-state:paused;height:8px!important;opacity:.3!important}@keyframes pulse-ring{0%{opacity:.8;transform:scale(.8)}to{opacity:0;transform:scale(1.3)}}.pulse-ring{animation:pulse-ring 2s ease-out infinite;border:3px solid #507ef7;border-radius:50%;height:120px;position:absolute;width:120px}.pulse-ring:nth-child(2){animation-delay:.5s}.pulse-ring:nth-child(3){animation-delay:1s}.avatar-container{align-items:center;display:flex;justify-content:center;position:relative}.avatar-container.speaking .pulse-ring{animation-play-state:running}.avatar-container:not(.speaking) .pulse-ring{animation-play-state:paused}@keyframes wave-animation-ing{0%,to{height:15px;opacity:.5}50%{height:20px;opacity:1}}@keyframes wave-animation-ing-1{0%,to{height:13px;opacity:.6}50%{height:20px;opacity:1}}@keyframes wave-animation-ing-2{0%,to{height:10px;opacity:.5}50%{height:20px;opacity:1}}.voice-wave-ing-container{align-items:center;display:flex;gap:4px;justify-content:center}.voice-wave-bar-ing{background:linear-gradient(180deg,#507ef7,#7aa7ff);border-radius:8px;transition:all .3s ease;width:10px}.voice-wave-bar-ing:first-child{animation:wave-animation-ing .9s ease-in-out infinite}.voice-wave-bar-ing:nth-child(2){animation:wave-animation-ing-1 .7s ease-in-out infinite}.voice-wave-bar-ing:nth-child(3){animation:wave-animation-ing-2 .85s ease-in-out infinite}.voice-wave-ba-ing.paused{animation-play-state:paused;height:10px!important;opacity:.3!important}.semi-icon{fill:currentColor;display:inline-block;font-style:normal;line-height:0;text-align:center;text-rendering:optimizeLegibility;text-transform:none}.semi-icon-extra-small{font-size:8px}.semi-icon-small{font-size:12px}.semi-icon-default{font-size:16px}.semi-icon-large{font-size:20px}.semi-icon-extra-large{font-size:24px}.semi-icon-spinning{animation:semi-icon-animation-rotate .6s linear infinite;animation-fill-mode:forwards}@keyframes semi-icon-animation-rotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.f7478519.css.map*/