:root{--vt-c-white: #052845;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(250, 248, 248, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: #f4f3f0;--vt-c-text-light-2: rgba(204, 201, 201, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-warn: #d8c611;--color-danger: #ea0b60;--color-error: var(--color-danger);--color-info: #077a95;--color-normal: #fff;--color-more-danger: #aa0444;--color-background-fill: rgba(12, 49, 80);--color-background: rgba(12, 49, 80, .8);--color-background-2: #11b698;--color-background-hover: rgba(33, 72, 104, .8);--color-background-header: rgba(5, 40, 69);--color-main-tag: #455c65;--color-background-soft: rgba(159, 182, 211, .5);--color-background-hard: rgba(135, 158, 186, .7);--color-background-hard-hover: rgba(181, 197, 218, .7);--color-background-mute: var(--vt-c-white-mute);--color-border: rgba(250, 248, 248, .6);--color-border-hover: rgba(250, 248, 248, .8);--color-heading: #e3e2de;--color-heading-hover: #b5b4b2;--color-heading-active: #0f3447;--color-text: var(--vt-c-text-light-1);--color-text-hover: var(--vt-c-text-light-2);--section-gap: 160px}@media (prefers-color-scheme: dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}*,*:before,*:after{box-sizing:border-box;margin:0}body,html{min-height:100%;min-width:1000px}body{min-height:100vh;transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.hidden-scroll{overflow-y:scroll;overflow-x:auto}.hidden-scroll::-webkit-scrollbar{width:0}.hidden-scroll::-webkit-scrollbar-track{background:transparent}.hidden-scroll::-webkit-scrollbar-thumb{background:transparent}.hidden-scroll::-webkit-scrollbar:horizontal{height:8px}.hidden-scroll::-webkit-scrollbar-thumb:horizontal{background:#ccc;border-radius:4px}@font-face{font-family:Pixel;src:url(/assets/p-font-BIi6rtA4.TTF);font-weight:100 900}@font-face{font-family:Pixel-B;src:url(/assets/pb-font-Dx17VPmo.TTF);font-weight:100 900}@font-face{font-family:Supersonic;src:url(/assets/supersonic_Thin-Bc1rtt6b.ttf)}@font-face{font-family:Supersonic-Bold;src:url(/assets/supersonic_Bold-CuO2R26j.ttf)}.echarts-container{touch-action:manipulation}.ml-table{min-width:200px;position:sticky;border:none;outline:none;border-spacing:0;color:var(--color-background);z-index:3;margin:30px}.ml-table .ml-t-head{height:30px;position:sticky;top:0;z-index:3;background:#fff}.ml-table .ml-t-head th{border-bottom:1px solid var(--color-background);padding:0 10px;letter-spacing:1px}.ml-table .ml-t-body{font-size:12px;text-align:center;height:24px;line-height:24px;color:var(--color-background-fill)}.ml-table .ml-t-body tr{padding-top:10px;cursor:pointer}.ml-table .ml-t-body tr:hover{background-color:var(--color-background-hover);color:var(--color-text)}.ml-table .ml-t-body .tr-active,.ml-table .ml-t-body .tr-active:hover{background-color:var(--color-background);color:var(--color-text)}.ml-table .ml-t-body tr>td{text-overflow:ellipsis;text-wrap:nowrap;overflow:hidden;max-width:300px;padding:5px 10px}.ml-table .td-input{display:flex;justify-content:center}.ml-table .td-input .item{margin:0 5px}.ml-table .td-input .radio-input-item{display:flex;align-items:center}.ml-table .img{width:100px}.ml-table .btn{margin:0 3px;letter-spacing:1px;outline:none;border:none;font-size:.8em;height:24px;min-width:46px;min-height:24px;border-radius:8px;cursor:pointer}.ml-table .btn-confirm{background:var(--color-background-fill);color:var(--color-text)}.ml-table .btn-confirm:hover{background:var(--color-background)}.ml-table .btn-danger{background:#c51111;color:var(--color-text)}.ml-table .btn-danger:hover{background:#c51111cc}.ml-table td .flex-data{display:flex;align-items:center;justify-content:center}.ml-table td .icon{height:14px;width:14px;margin:0 3px}.input-item{border-left:7px solid var(--color-background-fill);min-width:10px;min-height:50px;padding-left:9px;margin:6px 0}.input-item .label{height:20px;font-size:14px;font-weight:700;color:var(--color-background-fill)}.input-item .input-area{margin-top:4px;min-height:26px}.input-item .input-area input[type=text],.input-item .input-area input[type=number]{height:26px;outline:none;border:none;border-bottom:2px solid var(--color-background-fill);width:80%;font-size:16px}.input-item .input-area input[type=text]::placeholder,.input-item .input-area input[type=number]::placeholder{font-size:12px}.input-item .input-area input[type=number]::-webkit-outer-spin-button,.input-item .input-area input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.input-btn{display:flex;padding:10px}.input-btn .input-button{margin-right:10px;font-size:.8em;height:28px;display:flex;align-items:center;outline:none;border:none;border-radius:4px;cursor:pointer;padding:0 9px}.input-btn .btn-confirm{background:var(--color-background-fill);color:var(--color-text)}.input-btn .btn-confirm:hover{background:var(--color-background-hover)}.input-btn .btn-cancel{background:var(--color-danger);color:var(--color-text)}.input-btn .btn-cancel:hover{color:var(--color-text-hover)}.input-prompt{font-size:12px;padding-left:10px;padding-right:10px;word-break:break-all;color:var(--color-background-fill)}#app{font-weight:400;width:100%;min-height:100%;min-width:800px}a,.green{text-decoration:none;color:var(--color-text);transition:.4s}.md-editor-preview h1{color:var(--color-background)!important;line-height:19px!important}.md-editor{padding:10px}.md-editor .md-image-self{max-width:500px!important;border-radius:10px;margin:10px auto}.md-editor .md-editor-code{padding-right:10px}.md-editor #md-editor-v-1{padding:10px}.md-editor #md-editor-v-1 p{margin-bottom:10px!important}.md-editor p{font-size:1.1em;line-height:1.1em;color:#000}.md-editor .md-editor-code{max-width:899px!important}.dialog{position:fixed;height:100vh;width:100vw;top:0;left:0;background:#a6a4a4cc;z-index:12;display:flex;justify-content:center;align-items:center}.dialog .content{box-shadow:-1px 5px 5px 1px #736f6f4d;border-radius:15px;padding:10px}.dialog .content .name{display:flex;align-items:center;font-size:1.1em;font-weight:700;letter-spacing:1px;color:var(--color-background-fill)}.md-editor .md-editor-preview{--md-theme-color: var(--md-color);--md-theme-color-reverse: #eee;--md-theme-color-hover: #eee;--md-theme-color-hover-inset: #ddd;--md-theme-link-color: #2d8cf0;--md-theme-link-hover-color: #73d13d;--md-theme-border-color: #e6e6e6;--md-theme-border-color-reverse: #bebebe;--md-theme-border-color-inset: #d6d6d6;--md-theme-bg-color: #fff;--md-theme-bg-color-inset: #ececec;--md-theme-code-copy-tips-color: inherit;--md-theme-code-copy-tips-bg-color: #fff;--md-theme-code-active-color: #61aeee;--md-theme-radius-s: 2px;--md-theme-radius-m: 5px}.md-editor-dark .md-editor-preview{--md-theme-color: var(--md-color);--md-theme-color-reverse: #222;--md-theme-color-hover: #191919;--md-theme-color-hover-inset: #444;--md-theme-link-color: #2d8cf0;--md-theme-link-hover-color: #73d13d;--md-theme-border-color: #2d2d2d;--md-theme-border-color-reverse: #e6e6e6;--md-theme-border-color-inset: #5a5a5a;--md-theme-bg-color: #000;--md-theme-bg-color-inset: #111;--md-theme-code-copy-tips-color: inherit;--md-theme-code-copy-tips-bg-color: #3a3a3a;--md-theme-code-active-color: #e6c07b;--md-theme-radius-s: 2px;--md-theme-radius-m: 5px}.md-editor .md-editor-admonition-note{--md-admonition-color: #212121;--md-admonition-bg-color: #FFFFFF;--md-admonition-border-color: rgb(166.2, 166.2, 166.2)}.md-editor .md-editor-admonition-tip{--md-admonition-color: #616161;--md-admonition-bg-color: #F5F5F5;--md-admonition-border-color: rgb(185.8, 185.8, 185.8)}.md-editor .md-editor-admonition-info{--md-admonition-color: #424242;--md-admonition-bg-color: #F0F0F0;--md-admonition-border-color: rgb(170.4, 170.4, 170.4)}.md-editor .md-editor-admonition-quote{--md-admonition-color: #455a64;--md-admonition-bg-color: #eceff1;--md-admonition-border-color: rgb(169.2, 179.4, 184.6)}.md-editor .md-editor-admonition-abstract{--md-admonition-color: #0288d1;--md-admonition-bg-color: #e1f5fe;--md-admonition-border-color: rgb(135.8, 201.4, 236)}.md-editor .md-editor-admonition-attention{--md-admonition-color: #1e88e5;--md-admonition-bg-color: #e3f2fd;--md-admonition-border-color: rgb(148.2, 199.6, 243.4)}.md-editor .md-editor-admonition-example{--md-admonition-color: #5e35b1;--md-admonition-bg-color: #ede7f6;--md-admonition-border-color: rgb(179.8, 159.8, 218.4)}.md-editor .md-editor-admonition-hint{--md-admonition-color: #00897B;--md-admonition-bg-color: #E0F2F1;--md-admonition-border-color: rgb(134.4, 200, 193.8)}.md-editor .md-editor-admonition-success{--md-admonition-color: #388e3c;--md-admonition-bg-color: #e8f5e9;--md-admonition-border-color: rgb(161.6, 203.8, 163.8)}.md-editor .md-editor-admonition-question{--md-admonition-color: #f9a825;--md-admonition-bg-color: #fffde7;--md-admonition-border-color: rgb(252.6, 219, 153.4)}.md-editor .md-editor-admonition-caution{--md-admonition-color: #fb8c00;--md-admonition-bg-color: #fff8e1;--md-admonition-border-color: rgb(253.4, 204.8, 135)}.md-editor .md-editor-admonition-warning{--md-admonition-color: #f57c00;--md-admonition-bg-color: #fff3e0;--md-admonition-border-color: rgb(251, 195.4, 134.4)}.md-editor .md-editor-admonition-danger{--md-admonition-color: #d84315;--md-admonition-bg-color: #ffebee;--md-admonition-border-color: rgb(239.4, 167.8, 151.2)}.md-editor .md-editor-admonition-failure{--md-admonition-color: #d32f2f;--md-admonition-bg-color: #fee2e6;--md-admonition-border-color: rgb(236.8, 154.4, 156.8)}.md-editor .md-editor-admonition-bug{--md-admonition-color: #c31a1a;--md-admonition-bg-color: #fddadd;--md-admonition-border-color: rgb(229.8, 141.2, 143)}.md-editor .md-editor-admonition-error{--md-admonition-color: #b71c1c;--md-admonition-bg-color: #fdd2d6;--md-admonition-border-color: rgb(225, 137.2, 139.6)}.md-editor-dark .md-editor-admonition-note{--md-admonition-color: #E0E0E0;--md-admonition-bg-color: #1E1E1E;--md-admonition-border-color: rgb(107.6, 107.6, 107.6)}.md-editor-dark .md-editor-admonition-tip{--md-admonition-color: #B0B0B0;--md-admonition-bg-color: #262626;--md-admonition-border-color: rgb(93.2, 93.2, 93.2)}.md-editor-dark .md-editor-admonition-info{--md-admonition-color: #B3B3B3;--md-admonition-bg-color: #2B2B2B;--md-admonition-border-color: rgb(97.4, 97.4, 97.4)}.md-editor-dark .md-editor-admonition-quote{--md-admonition-color: #b0bec5;--md-admonition-bg-color: #263238;--md-admonition-border-color: rgb(93.2, 106, 112.4)}.md-editor-dark .md-editor-admonition-abstract{--md-admonition-color: #81d4fa;--md-admonition-bg-color: #012f45;--md-admonition-border-color: rgb(52.2, 113, 141.4)}.md-editor-dark .md-editor-admonition-attention{--md-admonition-color: #64b5f6;--md-admonition-bg-color: #102a4c;--md-admonition-border-color: rgb(49.6, 97.6, 144)}.md-editor-dark .md-editor-admonition-example{--md-admonition-color: #9575cd;--md-admonition-bg-color: #271b52;--md-admonition-border-color: rgb(83, 63, 131.2)}.md-editor-dark .md-editor-admonition-hint{--md-admonition-color: #4DB6AC;--md-admonition-bg-color: #003D3A;--md-admonition-border-color: rgb(30.8, 109.4, 103.6)}.md-editor-dark .md-editor-admonition-success{--md-admonition-color: #81c784;--md-admonition-bg-color: #1b5e20;--md-admonition-border-color: rgb(67.8, 136, 72)}.md-editor-dark .md-editor-admonition-question{--md-admonition-color: #ffd54f;--md-admonition-bg-color: #3e2f00;--md-admonition-border-color: rgb(139.2, 113.4, 31.6)}.md-editor-dark .md-editor-admonition-caution{--md-admonition-color: #ffcc80;--md-admonition-bg-color: #3e2600;--md-admonition-border-color: rgb(139.2, 104.4, 51.2)}.md-editor-dark .md-editor-admonition-warning{--md-admonition-color: #ffb74d;--md-admonition-bg-color: #3d2600;--md-admonition-border-color: rgb(138.6, 96, 30.8)}.md-editor-dark .md-editor-admonition-danger{--md-admonition-color: #ef9a9a;--md-admonition-bg-color: #3c0000;--md-admonition-border-color: rgb(131.6, 61.6, 61.6)}.md-editor-dark .md-editor-admonition-failure{--md-admonition-color: #ef9a9a;--md-admonition-bg-color: #3c0900;--md-admonition-border-color: rgb(131.6, 67, 61.6)}.md-editor-dark .md-editor-admonition-bug{--md-admonition-color: #e68381;--md-admonition-bg-color: #300000;--md-admonition-border-color: rgb(120.8, 52.4, 51.6)}.md-editor-dark .md-editor-admonition-error{--md-admonition-color: #ef5350;--md-admonition-bg-color: #300000;--md-admonition-border-color: rgb(124.4, 33.2, 32)}.md-editor-preview .md-editor-admonition{background-color:var(--md-admonition-bg-color);border:1px solid var(--md-admonition-border-color);border-radius:var(--md-theme-radius-m);color:var(--md-admonition-color);display:flow-root;font-size:14px;font-weight:400;margin:1rem 0;padding:1em 1em .5em;page-break-inside:avoid}.md-editor-preview .md-editor-admonition-title{margin:0;padding:0;position:relative;font-weight:700}.md-editor-preview .md-editor-admonition p{margin:.5em 0;padding:0}.md-editor-preview .md-editor-admonition p:first-of-type{margin-top:0}.md-editor-preview .md-editor-admonition+p:empty,.md-editor-preview .md-editor-admonition+p:empty+p:empty{display:none}.md-editor-preview .md-editor-mermaid{overflow:hidden;display:none;line-height:normal}.md-editor-preview [class=md-editor-mermaid][data-grab]{cursor:grab}.md-editor-preview [class=md-editor-mermaid][data-grab]:active{cursor:grabbing}.md-editor-preview [class=md-editor-mermaid][data-processed]{position:relative;display:flex;justify-content:center;align-items:center}.md-editor-preview [class=md-editor-mermaid][data-processed] svg{transform-origin:top left}.md-editor-preview [class=md-editor-mermaid][data-processed] .md-editor-mermaid-action{position:absolute;top:10px;right:10px;z-index:1;opacity:0;transition:opacity .3s;cursor:pointer}.md-editor-preview [class=md-editor-mermaid][data-processed] .md-editor-mermaid-action svg{width:20px;height:20px}.md-editor-preview [class=md-editor-mermaid][data-processed]:hover .md-editor-mermaid-action{opacity:1}.md-editor-katex-block{text-align:center;margin:20px}.md-editor-katex-inline,.md-editor-katex-block{display:none}.md-editor-katex-inline[data-processed]{display:initial}.md-editor-katex-block[data-processed]{display:block}.md-editor .md-editor-preview{--md-theme-code-inline-color: #3594f7;--md-theme-code-inline-bg-color: rgba(59, 170, 250, .1);--md-theme-code-inline-radius: var(--md-theme-radius-s);--md-theme-code-block-color: #a9b7c6;--md-theme-code-block-bg-color: #282c34;--md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color);--md-theme-code-block-radius: var(--md-theme-radius-m)}.md-editor-dark .md-editor-preview{--md-theme-code-inline-color: #3594f7;--md-theme-code-inline-bg-color: rgba(59, 170, 250, .1);--md-theme-code-inline-radius: var(--md-theme-radius-s);--md-theme-code-block-color: #a9b7c6;--md-theme-code-block-bg-color: #1a1a1a;--md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color);--md-theme-code-block-radius: var(--md-theme-radius-m)}.md-editor-preview code{color:var(--md-theme-code-inline-color);background-color:var(--md-theme-code-inline-bg-color);border-radius:var(--md-theme-code-inline-radius);padding:2px 4px;line-height:22px}.md-editor-preview .md-editor-code{color:var(--md-theme-code-block-color);font-size:12px;line-height:1;margin:20px 0;position:relative}.md-editor-preview .md-editor-code input[type=radio],.md-editor-preview .md-editor-code input[type=radio]+pre,.md-editor-preview .md-editor-code input[type=radio]+span.md-editor-code-lang{display:none}.md-editor-preview .md-editor-code input:checked+pre,.md-editor-preview .md-editor-code input:checked+span.md-editor-code-lang{display:block}.md-editor-preview .md-editor-code input:checked+label{border-bottom:1px solid;color:var(--md-theme-code-active-color)}.md-editor-preview .md-editor-code .md-editor-code-head{display:grid;grid-template:"1rf 1rf";justify-content:space-between;height:32px;width:100%;font-size:12px;background-color:var(--md-theme-code-before-bg-color);margin-bottom:0;border-top-left-radius:var(--md-theme-code-block-radius);border-top-right-radius:var(--md-theme-code-block-radius);-webkit-tap-highlight-color:rgba(0,0,0,0);list-style:none;position:sticky;top:0;z-index:10000}.md-editor-preview .md-editor-code .md-editor-code-head::-webkit-details-marker{display:none}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-flag{margin-left:12px}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-flag span{display:inline-block;width:10px;height:10px;border-radius:50%;margin-top:11px}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-flag span:nth-of-type(1){background-color:#ec6a5e}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-flag span:nth-of-type(2){background-color:#f4bf4f}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-flag span:nth-of-type(3){background-color:#61c554}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-flag span+span{margin-left:4px}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-flag ul.md-editor-codetab-label{box-sizing:border-box;white-space:nowrap;-webkit-user-select:none;user-select:none;background-color:var(--md-theme-code-block-bg-color);margin-top:8px;padding:0}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-flag ul.md-editor-codetab-label li{line-height:1;list-style:none;display:inline-block;position:relative;vertical-align:super;margin:0}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-flag ul.md-editor-codetab-label li label{cursor:pointer;-webkit-user-select:none;user-select:none;display:inline-block;font-size:14px}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-flag ul.md-editor-codetab-label li+li{margin-left:12px}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-action{display:flex;align-items:center}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-action>*{margin-right:10px}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-lang{line-height:32px}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-copy-button:not(data-is-icon){cursor:pointer;line-height:32px;position:initial}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-copy-button:not(data-is-icon) .md-editor-icon{width:15px;height:15px;display:inline-block;vertical-align:sub}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-copy-button[data-is-icon]{cursor:pointer;line-height:1;position:relative}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-copy-button[data-is-icon] .md-editor-icon{width:15px;height:15px;display:inline-block;vertical-align:sub}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-copy-button[data-is-icon]:before{content:attr(data-tips);color:var(--md-theme-code-copy-tips-color);background-color:var(--md-theme-code-copy-tips-bg-color);position:absolute;font-size:12px;font-family:sans-serif;width:max-content;text-align:center;padding:4px;border-radius:var(--md-theme-radius-s);box-shadow:0 0 2px #0003;left:-10px;top:50%;transform:translate(-100%,-50%)}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-copy-button[data-is-icon]:after{content:"";color:var(--md-theme-code-copy-tips-bg-color);position:absolute;width:0;height:0;border:5px solid rgba(0,0,0,0);border-right-width:0;border-left-color:currentColor;left:-10px;top:50%;transform:translateY(-50%);filter:drop-shadow(4px 0 2px rgba(0,0,0,.2))}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-copy-button[data-is-icon]:before,.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-copy-button[data-is-icon]:after{visibility:hidden;transition:.3s}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-copy-button[data-is-icon]:hover:before,.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-copy-button[data-is-icon]:hover:after{visibility:visible}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-collapse-tips{margin-right:12px}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-collapse-tips .md-editor-icon,.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-collapse-tips .md-editor-iconfont{width:16px;height:16px;font-size:16px;display:inline-block;vertical-align:sub;transform:rotate(0);transition:transform .1s}.md-editor-preview .md-editor-code pre{position:relative;margin:0}.md-editor-preview .md-editor-code pre code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace;font-size:14px;color:var(--md-theme-code-block-color);background-color:var(--md-theme-code-before-bg-color);display:block;line-height:1.6;overflow:auto;padding:1em;position:relative;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:var(--md-theme-code-block-radius);border-bottom-right-radius:var(--md-theme-code-block-radius)}.md-editor-preview .md-editor-code pre code .md-editor-code-block{display:inline-block;width:100%;overflow:auto;vertical-align:bottom;color:var(--md-theme-code-block-color)}.md-editor-preview details.md-editor-code .md-editor-code-head{cursor:pointer}.md-editor-preview details.md-editor-code:not(open) .md-editor-code-head{border-bottom-left-radius:var(--md-theme-code-block-radius);border-bottom-right-radius:var(--md-theme-code-block-radius)}.md-editor-preview details.md-editor-code[open] .md-editor-code-head{border-bottom-left-radius:0;border-bottom-right-radius:0}.md-editor-preview details.md-editor-code[open] .md-editor-code-head .md-editor-collapse-tips .md-editor-icon,.md-editor-preview details.md-editor-code[open] .md-editor-code-head .md-editor-collapse-tips .md-editor-iconfont{transform:rotate(-90deg)}.md-editor-scrn span[rn-wrapper]{position:absolute;pointer-events:none;top:1em;font-size:100%;left:0;width:3em;letter-spacing:-1px;-webkit-user-select:none;user-select:none;counter-reset:linenumber}.md-editor-scrn span[rn-wrapper]>span{display:block;pointer-events:none;counter-increment:linenumber}.md-editor-scrn span[rn-wrapper]>span:before{color:#999;display:block;padding-right:.5em;text-align:right;content:counter(linenumber)}.md-editor-scrn pre code{padding-left:3.5em!important}.md-editor-preview figure{margin:0 0 1em;display:inline-flex;flex-direction:column;text-align:center}.md-editor-preview figure figcaption{color:var(--md-theme-color);font-size:.875em;margin-top:5px}.md-editor .md-editor-preview{--md-theme-heading-color: var(--md-theme-color);--md-theme-heading-border: none;--md-theme-heading-1-color: var(--md-theme-heading-color);--md-theme-heading-1-border: var(--md-theme-heading-border);--md-theme-heading-2-color: var(--md-theme-heading-color);--md-theme-heading-2-border: var(--md-theme-heading-border);--md-theme-heading-3-color: var(--md-theme-heading-color);--md-theme-heading-3-border: var(--md-theme-heading-border);--md-theme-heading-4-color: var(--md-theme-heading-color);--md-theme-heading-4-border: var(--md-theme-heading-border);--md-theme-heading-5-color: var(--md-theme-heading-color);--md-theme-heading-5-border: var(--md-theme-heading-border);--md-theme-heading-6-color: var(--md-theme-heading-color);--md-theme-heading-6-border: var(--md-theme-heading-border)}.md-editor-preview h1,.md-editor-preview h2,.md-editor-preview h3,.md-editor-preview h4,.md-editor-preview h5,.md-editor-preview h6{position:relative;word-break:break-all;margin:1.4em 0 .8em;font-weight:700}.md-editor-preview h1 a,.md-editor-preview h2 a,.md-editor-preview h3 a,.md-editor-preview h4 a,.md-editor-preview h5 a,.md-editor-preview h6 a,.md-editor-preview h1 a:hover,.md-editor-preview h2 a:hover,.md-editor-preview h3 a:hover,.md-editor-preview h4 a:hover,.md-editor-preview h5 a:hover,.md-editor-preview h6 a:hover{color:inherit}.md-editor-preview h1{color:var(--md-theme-heading-1-color);border-bottom:var(--md-theme-heading-1-border)}.md-editor-preview h2{color:var(--md-theme-heading-2-color);border-bottom:var(--md-theme-heading-2-border)}.md-editor-preview h3{color:var(--md-theme-heading-3-color);border-bottom:var(--md-theme-heading-3-border)}.md-editor-preview h4{color:var(--md-theme-heading-4-color);border-bottom:var(--md-theme-heading-4-border)}.md-editor-preview h5{color:var(--md-theme-heading-5-color);border-bottom:var(--md-theme-heading-5-border)}.md-editor-preview h6{color:var(--md-theme-heading-6-color);border-bottom:var(--md-theme-heading-6-border)}.md-editor-preview h1{font-size:2em}.md-editor-preview h2{font-size:1.5em}.md-editor-preview h3{font-size:1.25em}.md-editor-preview h4{font-size:1em}.md-editor-preview h5{font-size:.875em}.md-editor-preview h6{font-size:.85em}.md-editor-preview hr{height:1px;margin:10px 0;border:none;border-top:1px solid var(--md-theme-border-color)}.md-editor-preview a{color:var(--md-theme-link-color);text-decoration:none;transition:color .1s}.md-editor-preview a:hover{color:var(--md-theme-link-hover-color)}.md-editor-preview a:empty:before{content:attr(href)}.md-editor-preview ol,.md-editor-preview ul{padding-left:2em}.md-editor-preview ol .task-list-item,.md-editor-preview ul .task-list-item{list-style-type:none}.md-editor-preview ol .task-list-item input,.md-editor-preview ul .task-list-item input{margin-left:-1.5em;margin-right:.1em}.md-editor-preview img{max-width:100%}.md-editor-preview p:empty{display:none}.md-editor .md-editor-preview{--md-theme-quote-color: var(--md-theme-color);--md-theme-quote-border: none;--md-theme-quote-bg-color: inherit}.md-editor-preview blockquote{padding:0 1em;color:var(--md-theme-quote-color);border-left:var(--md-theme-quote-border);background-color:var(--md-theme-quote-bg-color)}.md-editor .md-editor-preview{--md-theme-table-stripe-color: #fafafa;--md-theme-table-tr-bg-color: inherit;--md-theme-table-td-border-color: var(--md-theme-border-color)}.md-editor-dark .md-editor-preview{--md-theme-table-stripe-color: #0c0c0c;--md-theme-table-tr-bg-color: inherit;--md-theme-table-td-border-color: var(--md-theme-border-color)}.md-editor-preview table tr{background-color:var(--md-theme-table-tr-bg-color)}.md-editor-preview table tr th,.md-editor-preview table tr td{border:1px solid var(--md-theme-table-td-border-color)}.md-editor-preview table tr:nth-child(2n){background-color:var(--md-theme-table-stripe-color)}.md-editor-preview{color:var(--md-theme-color)}.md-editor-preview ::-webkit-scrollbar{width:6px;height:6px}.md-editor-preview ::-webkit-scrollbar-button:vertical{display:none}.md-editor-preview ::-webkit-scrollbar-corner,.md-editor-preview ::-webkit-scrollbar-track,.md-editor-preview ::-webkit-scrollbar-thumb{border-radius:2px}.md-editor .md-editor-preview ::-webkit-scrollbar-corner,.md-editor .md-editor-preview ::-webkit-scrollbar-track{background-color:#e2e2e2}.md-editor .md-editor-preview ::-webkit-scrollbar-thumb{background-color:#0000004d}.md-editor .md-editor-preview ::-webkit-scrollbar-thumb:vertical:hover{background-color:#00000059}.md-editor .md-editor-preview ::-webkit-scrollbar-thumb:vertical:active{background-color:#00000061}.md-editor-dark .md-editor-preview ::-webkit-scrollbar-corner,.md-editor-dark .md-editor-preview ::-webkit-scrollbar-track{background-color:#0f0f0f}.md-editor-dark .md-editor-preview ::-webkit-scrollbar-thumb{background-color:#2d2d2d}.md-editor-dark .md-editor-preview ::-webkit-scrollbar-thumb:vertical:hover{background-color:#3a3a3a}.md-editor-dark .md-editor-preview ::-webkit-scrollbar-thumb:vertical:active{background-color:#3a3a3a}.md-editor div.default-theme{--md-theme-code-copy-tips-color: #141414}.md-editor-dark div.default-theme{--md-theme-code-copy-tips-color: inherit}div.default-theme img{margin:0 auto;box-sizing:border-box}div.default-theme a{display:inline-flex;line-height:1;border-bottom:none}div.default-theme a:hover{border-bottom:1px solid}div.default-theme a[target=_blank]{align-items:center}div.default-theme a[target=_blank]:after{content:"";display:inline-block;width:16px;height:16px;margin-left:2px;background-color:currentColor;-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-square-arrow-out-up-right"><path d="M21 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h6"/><path d="m21 3-9 9"/><path d="M15 3h6v6"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-square-arrow-out-up-right"><path d="M21 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h6"/><path d="m21 3-9 9"/><path d="M15 3h6v6"/></svg>');-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}div.default-theme ol,div.default-theme ul{margin:.6em 0}div.default-theme ol li,div.default-theme ul li{line-height:1.6;margin:.5em 0}div.default-theme p{line-height:1.6;margin:.5rem 0}.md-editor div.default-theme{--md-theme-quote-border: 5px solid #35b378;--md-theme-quote-bg-color: var(--md-theme-bg-color-inset)}div.default-theme blockquote{margin:20px 0;padding:0 1.2em;line-height:2em;display:flow-root}.md-editor default-theme{--md-theme-table-stripe-color: #fafafa}.md-editor-dark default-theme{--md-theme-table-stripe-color: #0c0c0c}div.default-theme table{overflow:auto;border-spacing:0;border-collapse:collapse;margin-bottom:1em;margin-top:1em}div.default-theme table tr th,div.default-theme table tr td{word-wrap:break-word;padding:8px 14px}div.default-theme table tbody tr:hover{background-color:var(--md-theme-color-hover)}div.default-theme blockquote table{line-height:initial}div.default-theme blockquote table tr th,div.default-theme blockquote table tr td{border-color:var(--md-theme-border-color-inset)}div.default-theme blockquote table tbody tr:nth-child(n){background-color:inherit}div.default-theme blockquote table tbody tr:hover{background-color:var(--md-theme-color-hover-inset)}.md-editor div.vuepress-theme{--md-theme-code-inline-color: #d63200;--md-theme-code-inline-bg-color: #f8f8f8;--md-theme-code-block-color: #747384;--md-theme-code-block-bg-color: #f8f8f8;--md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color);--md-theme-code-block-radius: 2px}.md-editor-dark div.vuepress-theme{--md-theme-code-inline-color: #e06c75;--md-theme-code-inline-bg-color: #1a1a1a;--md-theme-code-block-color: #999;--md-theme-code-block-bg-color: #1a1a1a;--md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color);--md-theme-code-block-radius: 2px}div.vuepress-theme code{padding:3px 5px;margin:0 2px}div.vuepress-theme .md-editor-code pre{font-size:.875em;margin:0 0 1em}div.vuepress-theme .md-editor-code pre code{white-space:pre;padding:22px 1em;margin:0}div.vuepress-theme .md-editor-code pre code span[rn-wrapper]{top:22px}.md-editor div.vuepress-theme{--md-theme-heading-color: #273849;--md-theme-heading-2-border: 1px solid var(--md-theme-border-color)}.md-editor-dark div.vuepress-theme{--md-theme-heading-color: #999;--md-theme-heading-2-border: 1px solid var(--md-theme-border-color)}div.vuepress-theme h1,div.vuepress-theme h2,div.vuepress-theme h3,div.vuepress-theme h4,div.vuepress-theme h5,div.vuepress-theme h6{font-weight:600;line-height:1.45;position:relative;margin-top:1em}div.vuepress-theme h1{font-size:2.2em;margin:1em 0}div.vuepress-theme h2{font-size:1.65em;padding-bottom:.3em}div.vuepress-theme h3{line-height:1.35em}.md-editor div.vuepress-theme{--md-theme-link-color: #42b983}div.vuepress-theme a{font-weight:600}div.vuepress-theme ul,div.vuepress-theme ol{position:relative;line-height:1.4em;margin:1.2em 0;z-index:1}div.vuepress-theme ul li,div.vuepress-theme ol li{margin:1.2em 0}div.vuepress-theme p{word-spacing:.05em;line-height:1.6em;margin:1.2em 0;position:relative}.md-editor div.vuepress-theme{--md-theme-quote-border: 4px solid #42b983}div.vuepress-theme blockquote{margin:2em 0;padding-left:20px}div.vuepress-theme blockquote p{margin-left:0;margin-top:1.2em;margin-bottom:0;padding:0}.md-editor div.vuepress-theme{--md-theme-table-td-border-color: #dfe2e5;--md-theme-table-stripe-color: #f6f8fa}.md-editor-dark div.vuepress-theme{--md-theme-table-td-border-color: #2d2d2d;--md-theme-table-stripe-color: #0c0c0c}div.vuepress-theme table{border-collapse:collapse;margin:1rem 0;display:block;overflow-x:auto}div.vuepress-theme table tr th,div.vuepress-theme table tr td{padding:.6em 1em}.md-editor div.vuepress-theme{--md-theme-color: #304455}.md-editor-dark div.vuepress-theme{--md-theme-color: #999}div.vuepress-theme{font-size:16px;color:var(--md-theme-color)}div.vuepress-theme em{color:#4f5959;padding:0 6px 0 4px}.md-editor div.github-theme{--md-theme-code-inline-color: inherit;--md-theme-code-inline-bg-color: #eff1f2;--md-theme-code-inline-radius: 6px;--md-theme-code-block-color: inherit;--md-theme-code-block-bg-color: #f6f8fa;--md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color);--md-theme-code-block-radius: 6px}.md-editor-dark div.github-theme{--md-theme-code-inline-color: #c9d1d9;--md-theme-code-inline-bg-color: #2d3339;--md-theme-code-inline-radius: 6px;--md-theme-code-block-color: #a9b7c6;--md-theme-code-block-bg-color: #161b22;--md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color);--md-theme-code-block-radius: 6px}div.github-theme code{padding:.2em .4em;margin:0}div.github-theme pre code{padding:22px 1em;margin-bottom:0;word-break:normal;letter-spacing:1px}.md-editor div.github-theme{--md-theme-heading-color: inherit;--md-theme-heading-6-color: #2d3339;--md-theme-heading-1-border: 1px solid #d9dee4;--md-theme-heading-2-border: 1px solid #d9dee4}.md-editor-dark div.github-theme{--md-theme-heading-color: #c9d1d9;--md-theme-heading-6-color: #768390;--md-theme-heading-1-border: 1px solid #373e47;--md-theme-heading-2-border: 1px solid #373e47}div.github-theme h1,div.github-theme h2,div.github-theme h3,div.github-theme h4,div.github-theme h5,div.github-theme h6{margin-top:24px;margin-bottom:16px;font-weight:600;line-height:1.25}div.github-theme h1{padding-bottom:.3em;font-size:2em}div.github-theme h2{padding-bottom:.3em;font-size:1.5em}div.github-theme h3{font-size:1.25em}div.github-theme h4{font-size:1em}div.github-theme h5{font-size:.875em}div.github-theme h6{font-size:.85em}.md-editor div.github-theme{--md-theme-heading-bg-color: #fff}.md-editor-dark div.github-theme{--md-theme-heading-bg-color: #22272e}div.github-theme img{background-color:var(--md-theme-heading-bg-color)}.md-editor div.github-theme{--md-theme-link-color: #539bf5;--md-theme-link-hover-color: #539bf5}div.github-theme a:hover{text-decoration:underline}div.github-theme ol li+li,div.github-theme ul li+li{margin-top:.25em}.md-editor div.github-theme{--md-theme-quote-color: #57606a;--md-theme-quote-border: .25em solid #d0d7de}.md-editor-dark div.github-theme{--md-theme-quote-color: #8b949e;--md-theme-quote-border: .25em solid #444c56}div.github-theme blockquote{margin:0;padding:0 1em}.md-editor div.github-theme{--md-theme-table-stripe-color: #f7f8fa;--md-theme-table-tr-bg-color: #fff;--md-theme-table-td-border-color: #d0d7de}.md-editor-dark div.github-theme{--md-theme-table-stripe-color: #161b22;--md-theme-table-tr-bg-color: transparent;--md-theme-table-td-border-color: #30363d}div.github-theme table{display:block;max-width:100%;overflow:auto;border-spacing:0;border-collapse:collapse}div.github-theme table tr th,div.github-theme table tr td{padding:6px 13px}.md-editor div.github-theme{--md-theme-color: #222}.md-editor-dark div.github-theme{--md-theme-color: #c9d1d9}div.github-theme{line-height:1.5;color:var(--md-theme-color)}div.github-theme p,div.github-theme blockquote,div.github-theme ul,div.github-theme ol,div.github-theme dl,div.github-theme table,div.github-theme pre,div.github-theme details{margin-top:0;margin-bottom:16px}.md-editor div.cyanosis-theme,.md-editor-dark div.cyanosis-theme{--md-theme-code-inline-color: var(--md-theme-code-color);--md-theme-code-inline-bg-color: var(--md-theme-code-bg-color);--md-theme-code-block-color: var(--md-theme-base-color);--md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color)}div.cyanosis-theme code{padding:.065em .4em;font-family:Menlo,Monaco,Consolas,Courier New,monospace;overflow-x:auto}div.cyanosis-theme code::selection{background-color:var(--md-theme-slct-codebg-color)}div.cyanosis-theme .md-editor-code pre{font-family:Menlo,Monaco,Consolas,Courier New,monospace}div.cyanosis-theme .md-editor-code pre code{padding:11px 12px 22px;margin:0;word-break:normal;line-height:1.75}div.cyanosis-theme .md-editor-code pre code span[rn-wrapper]{top:11px}.md-editor div.cyanosis-theme{--md-theme-heading-color: var(--md-theme-title-color)}div.cyanosis-theme h1{padding-bottom:4px;margin-top:36px;margin-bottom:10px;font-size:30px;line-height:1.5;transition:color .35s}div.cyanosis-theme h2{position:relative;padding-left:10px;padding-right:10px;padding-bottom:10px;margin-top:36px;margin-bottom:10px;font-size:24px;line-height:1.5;border-bottom:1px solid var(--md-theme-border-color-2);transition:color .35s}div.cyanosis-theme h2:before{content:"「";position:absolute;top:-6px;left:-14px}div.cyanosis-theme h2:after{content:"」";position:relative;top:6px;right:auto}div.cyanosis-theme h3{position:relative;padding-bottom:0;margin-top:30px;margin-bottom:10px;font-size:20px;line-height:1.5;padding-left:6px;transition:color .35s}div.cyanosis-theme h3:before{content:"»";padding-right:6px;color:var(--md-theme-strong-color)}div.cyanosis-theme h4{padding-bottom:0;margin-top:24px;margin-bottom:10px;font-size:16px;line-height:1.5;padding-left:6px;transition:color .35s}div.cyanosis-theme h5{padding-bottom:0;margin-top:18px;margin-bottom:10px;font-size:14px;line-height:1.5;padding-left:6px;transition:color .35s}div.cyanosis-theme h6{padding-bottom:0;margin-top:12px;margin-bottom:10px;font-size:12px;line-height:1.5;padding-left:6px;transition:color .35s}div.cyanosis-theme h1::selection,div.cyanosis-theme h2::selection,div.cyanosis-theme h3::selection,div.cyanosis-theme h4::selection,div.cyanosis-theme h5::selection,div.cyanosis-theme h6::selection{color:var(--md-theme-slct-title-color);background-color:var(--md-theme-slct-titlebg-color)}@media (max-width: 720px){div.cyanosis-theme h1{font-size:24px}div.cyanosis-theme h2{font-size:20px}div.cyanosis-theme h3{font-size:18px}}.md-editor div.cyanosis-theme{--md-theme-link-color: var(--md-theme-link-color);--md-theme-link-hover-color: var(--md-theme-linkh-color)}div.cyanosis-theme a{position:relative;display:inline-block;text-decoration:none;border-bottom:1px solid var(--md-theme-border-color)}div.cyanosis-theme a:hover{border-bottom-color:var(--md-theme-linkh-color)}div.cyanosis-theme a:active{color:var(--md-theme-linkh-color)}div.cyanosis-theme a:after{position:absolute;content:"";top:100%;left:0;width:100%;opacity:0;border-bottom:1px solid var(--md-theme-border-color);transition:top .3s,opacity .3s;transform:translateZ(0)}div.cyanosis-theme a:hover:after{top:0;opacity:1;border-bottom-color:var(--md-theme-linkh-color)}div.cyanosis-theme ol,div.cyanosis-theme ul{margin:0}div.cyanosis-theme ol li,div.cyanosis-theme ul li{margin-bottom:0;list-style:inherit}div.cyanosis-theme ol li .task-list-item,div.cyanosis-theme ul li .task-list-item{list-style:none}div.cyanosis-theme ol li .task-list-item ul,div.cyanosis-theme ol li .task-list-item ol,div.cyanosis-theme ul li .task-list-item ul,div.cyanosis-theme ul li .task-list-item ol{margin-top:0}div.cyanosis-theme ol ul,div.cyanosis-theme ol ol,div.cyanosis-theme ul ul,div.cyanosis-theme ul ol{margin-top:4px}div.cyanosis-theme ol li{padding-left:6px}div.cyanosis-theme ol li::selection,div.cyanosis-theme ul li::selection{color:var(--md-theme-slct-text-color);background-color:var(--md-theme-slct-bg-color)}div.cyanosis-theme .task-list-item-checkbox{position:relative}div.cyanosis-theme .contains-task-list input[type=checkbox]:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;width:inherit;height:inherit;background:#f0f8ff;border:1px solid #add6ff;border-radius:var(--md-theme-radius-s);box-sizing:border-box;z-index:1}div.cyanosis-theme .contains-task-list input[type=checkbox][checked]:after{content:"✓";position:absolute;top:-12px;left:0;right:0;bottom:0;width:0;height:0;color:#f55;font-size:20px;font-weight:700;z-index:2}div.cyanosis-theme p{line-height:inherit;margin-top:16px;margin-bottom:16px}div.cyanosis-theme p::selection{color:var(--md-theme-slct-text-color);background-color:var(--md-theme-slct-bg-color)}.md-editor div.cyanosis-theme{--md-theme-quote-color: var(--md-theme-blockquote-color);--md-theme-quote-border: 4px solid var(--md-theme-strong-color);--md-theme-quote-bg-color: var(--md-theme-blockquote-bg-color)}div.cyanosis-theme blockquote{padding:1px 20px;margin:22px 0;transition:color .35s}div.cyanosis-theme blockquote:after{display:block;content:""}div.cyanosis-theme blockquote>p{margin:10px 0}div.cyanosis-theme blockquote>b,div.cyanosis-theme blockquote>strong{color:var(--md-theme-strong-color)}div.cyanosis-theme table{display:inline-block!important;width:auto;max-width:100%;overflow:auto;border:1px solid var(--md-theme-table-border-color);border-spacing:0;border-collapse:collapse}div.cyanosis-theme table thead{color:#000;text-align:left;background:#f6f6f6}div.cyanosis-theme table tr:nth-child(2n){background-color:var(--md-theme-table-tr-nc-color)}div.cyanosis-theme table tr:hover{background-color:var(--md-theme-table-trh-color)}div.cyanosis-theme table th,div.cyanosis-theme table td{padding:12px 8px;line-height:24px;border:1px solid var(--md-theme-table-border-color)}div.cyanosis-theme table th{color:var(--md-theme-table-tht-color);background-color:var(--md-theme-table-th-color)}div.cyanosis-theme table td{min-width:120px}div.cyanosis-theme table thead th::selection{background-color:#0000}div.cyanosis-theme table tbody td::selection{background-color:var(--md-theme-slct-bg-color)}.md-editor div.cyanosis-theme{--md-theme-base-color:#353535;--md-theme-title-color:#005bb7;--md-theme-strong-color:#2196f3;--md-theme-em-color:#4fc3f7;--md-theme-del-color:#ccc;--md-theme-link-color:#3da8f5;--md-theme-linkh-color:#007fff;--md-theme-border-color:#bedcff;--md-theme-border-color-2:#ececec;--md-theme-bg-color:#fff;--md-theme-blockquote-color:#8c8c8c;--md-theme-blockquote-bg-color:#f0fdff;--md-theme-code-color:#c2185b;--md-theme-code-bg-color:#fff4f4;--md-theme-code-block-bg-color:#f8f8f8;--md-theme-table-border-color:#c3e0fd;--md-theme-table-th-color:#dff0ff;--md-theme-table-tht-color:#005bb7;--md-theme-table-tr-nc-color:#f7fbff;--md-theme-table-trh-color:#e0edf7;--md-theme-slct-title-color:#005bb7;--md-theme-slct-titlebg-color:rgba(175,207,247,.25);--md-theme-slct-text-color:#c80000;--md-theme-slct-bg-color:rgba(175,207,247,.25);--md-theme-slct-del-color:#999;--md-theme-slct-elbg-color:#e8ebec;--md-theme-slct-codebg-color:#ffeaeb;--md-theme-slct-prebg-color:rgba(160,200,255,.25)}.md-editor-dark div.cyanosis-theme{--md-theme-base-color:#cacaca;--md-theme-title-color:#ddd;--md-theme-strong-color:#fe9900;--md-theme-em-color:#ffd28e;--md-theme-del-color:#ccc;--md-theme-link-color:#ffb648;--md-theme-linkh-color:#fe9900;--md-theme-border-color:#ffe3ba;--md-theme-border-color-2:#ffcb7b;--md-theme-bg-color:#2f2f2f;--md-theme-blockquote-color:#c7c7c7;--md-theme-blockquote-bg-color:rgba(255,199,116,.1);--md-theme-code-color:#000;--md-theme-code-bg-color:#ffcb7b;--md-theme-code-block-bg-color:rgba(30,25,18,.5);--md-theme-table-border-color:#fe9900;--md-theme-table-th-color:#ffb648;--md-theme-table-tht-color:#000;--md-theme-table-tr-nc-color:#6d5736;--md-theme-table-trh-color:#947443;--md-theme-slct-title-color:#000;--md-theme-slct-titlebg-color:#fe9900;--md-theme-slct-text-color:#00c888;--md-theme-slct-bg-color:rgba(175,207,247,.25);--md-theme-slct-del-color:#999;--md-theme-slct-elbg-color:#000;--md-theme-slct-codebg-color:#ffcb7b;--md-theme-slct-prebg-color:rgba(160,200,255,.25)}div.cyanosis-theme{word-break:break-word;line-height:1.75;font-weight:400;overflow-x:hidden;color:var(--md-theme-base-color);transition:color .35s}div.cyanosis-theme hr{position:relative;width:98%;height:1px;margin-top:32px;margin-bottom:32px;background-image:linear-gradient(90deg,var(--md-theme-link-color),rgba(255,0,0,.3),rgba(37,163,65,.3),rgba(255,0,0,.3),var(--md-theme-link-color));border-width:0;overflow:visible}div.cyanosis-theme b,div.cyanosis-theme strong{color:var(--md-theme-strong-color)}div.cyanosis-theme i,div.cyanosis-theme em{color:var(--md-theme-em-color)}div.cyanosis-theme del{color:var(--md-theme-del-color)}div.cyanosis-theme details>summary{outline:none;color:var(--md-theme-title-color);font-size:20px;font-weight:bolder;border-bottom:1px solid var(--md-theme-border-color);cursor:pointer}div.cyanosis-theme details>p{padding:10px 20px;margin:10px 0 0;color:#666;background-color:var(--md-theme-blockquote-bg-color);border:2px dashed var(--md-theme-strong-color)}div.cyanosis-theme a::selection,div.cyanosis-theme b::selection,div.cyanosis-theme strong::selection,div.cyanosis-theme i::selection,div.cyanosis-theme em::selection{background-color:var(--md-theme-slct-elbg-color)}div.cyanosis-theme del::selection{color:var(--md-theme-slct-del-color);background-color:var(--md-theme-slct-elbg-color)}.md-editor div.mk-cute-theme,.md-editor-dark div.mk-cute-theme{--md-theme-code-inline-color: #4ec9b0;--md-theme-code-inline-bg-color: #282c34;--md-theme-code-block-color: #4ec9b0;--md-theme-code-block-bg-color: #282c34;--md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color);--md-theme-code-block-radius: 10px}div.mk-cute-theme code{font-family:Menlo,Monaco,Consolas,Courier New,monospace;overflow-x:auto;padding:.14em .46em;margin:0 4px}div.mk-cute-theme .md-editor-code pre code{font-family:Menlo,Monaco,Consolas,Courier New,monospace;padding:22px;margin:0;word-break:normal;line-height:1.75}div.mk-cute-theme .md-editor-code pre code span[rn-wrapper]{top:22px}.md-editor div.mk-cute-theme{--md-theme-heading-color: #36ace1}div.mk-cute-theme h1:before,div.mk-cute-theme h2:before,div.mk-cute-theme h3:before,div.mk-cute-theme h4:before,div.mk-cute-theme h5:before,div.mk-cute-theme h6:before{content:"";display:block;position:absolute;left:0;top:0;bottom:0;margin:auto;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAF8UlEQVRIS71Wa2wUVRT+7r0zu9t2t/RBaSioPCpYbIUfaEIQUogSAwZDAlUSGwgg/CBATExMCJH1D2hIfOEjFEUEhViCgBgIUCH44OkjPAMGBVqhpUCfW3Zn5z7MuQOE0hYxMdxJdmd25s53vnO+851leMCLPWA8/CfA2TsvL8n7q+nTFfNLG+4VqInHOeJLDQMzdz/3r4DGGDb9lxu+aPcE7U61JHDMDePcuv0O21ShugOefqDdtBie3Dk6K/O+Ab+qOjJiz7Ahv6c8hbDDwRiQlgYGDOcaWyEcjg8On+j71IpJndjGt9XO+jM7+pkywNvbazIfercieSdoJ4bE5sWjyZqMpDdeaQNXMNC34ME3LV8B56+1w3AOgk+EXe/Ub6uiLB6XdH/G/mYjeBCcFwnt3zQqWt4t4NjjnhzQ1CGkBhwOCMFAB71U0qsYgRlwBtQ1tiEJAy44OBdQUmFK3aWS06NLT+ukZAQoKCCjsfbDmk6p78RwX3ncWffmIj8U4kh6GpEwh+9rGy23LDU4GBrrm9DsuDYIGMAYIC/EUNQ7Cq1hn+WM2TI8f+jEyCmvjfn1FssuojHx6tDkyZOaCzr8TNpASzDAk8amlRIrEylcSGsYrcGIstIYWhgDDIM2BiGH3ywFkGAC1U9n38bpVqWGdk6r4HMWrZZaG1D5KLn0qYyBEAKnG1otAxLR8L7Z9nfP13CJHQ/ST4vK8sVHe8JsU0U6uO5hlexo8PI7vNDQomwoBRAwpSmtgJAAztS3QLsOsmBQlBtFJMQhlbbPUBBUR7o2hqHVddLbRsfCPQJ+u3TPw8uGl1yklAlHIJZKo3//XEhlLCtifPFyM7xwCI/lZ8IKTTBbS7pPLIggZZsSQ+zXbT4UYSsnet3UMM5HPT5LGbrDGYQroClyT2Jwnyj9aN949e8mDCwuRFoqKxRHUJ21BSDRELuQYGhvbMVV32Dp2RuxcfHSRBfAYTsbU9nJdFj5EiLkglHkRInC1xoxKbH9hQJIaTDvxxTCUddWl4wg0dCCtqSPDmoVx4Eitpxh64ZtsT6b5ie6pPRkfF90TllxOzEwmipMKRRgHODGgCuJkqIcvDdC2BZ5Y+tlHHMzkAKghbAxcQqQDiKrFBxhqg5MHTivS1tQ+sdsvaQl5Yd6yfdRXNQLsQwXnq/AQFLXEIIjzBSuNaaR0SuEtkQKl9IKjAsbJaWfzo1USDsM6zceDJfeVGgnhhN2N7YOyo5kJz1pa2AbgfrO1gRwXW6vSRQNtddR+EhvKGmseskgTtY2Q7kucYWWgToPHzyUyXry0iXfnBtfl5f/PaWPvPNW/zkOAQegJHltFE5dSaCskHqPVEnqpMAMEgkPtR1pKxyh/N0/vTToubtH1G3RmLjhM8ubKXfWB2mRa9ySOaWS2uT8lTZ0cI6I52Ngv7zAbW9mQVm1cpytu441P38XeXTlQu+e46nyh+bjLkMZRU0MCYTCJWZSG1y7cBWNURpxBlxqFBfEwGnGGhaYPSNwhpSv4DK+/vPynBk9MqRIiOWs8a2WJTm9a+cgh6SaMIMz9W1WjYHHMtv0wSmZdWB9gdsya/rcYVg7JoffCdqlD6ceTpiY59tM0PhJp5WNvra+BQkejCMyBarr8KKYDcZi8sDaCDKYFIGRk+FnSVXzyTO9JxBwF8DLc1dlLn65ooNEYN0fBsu21fTvL6PXnhxXlnLIqqhYYBian4lQ2Lk9ogiALsimiLC1QYfhlV1Hnxh7JfcMqxrpd7U2GFa5t9nOd7Kr+kg4uWvnCpromlJeXlq3Os3ZLOlrZBmNQf1ybVqpxhbA7mRIOCy1+esDOWhIyDv/+3Q7LRbsqH+rKRJ+nba+/+WW7II1s9vvVBuNr7KNF1WUM1bSt5f1Vq01jUVkKfnx8uoti3Or5rbd9782M61azJz/rFywYU/OyKqK1p5G2MS1Z18tGFDwTkvIxcK9RwaMP3a9/tbc62lPj/Nw5B9ey9Ehy/MY4oEqelgNleuyCgdXJlmc3fO5Ll56r5f+n/f+AWFf9jvBgaHpAAAAAElFTkSuQmCC);animation:spin 2s linear 0s infinite}div.mk-cute-theme h1{position:relative;font-size:30px;padding:12px 38px;margin:30px 0}div.mk-cute-theme h1:before{width:30px;height:30px;background-size:30px 30px}div.mk-cute-theme h2{position:relative;font-size:24px;padding:12px 36px;margin:28px 0}div.mk-cute-theme h2:before{width:28px;height:28px;background-size:28px 28px}div.mk-cute-theme h3{position:relative;font-size:18px;padding:4px 32px;margin:26px 0}div.mk-cute-theme h3:before{width:24px;height:24px;background-size:24px 24px}div.mk-cute-theme h4{position:relative;padding:4px 28px;font-size:16px;margin:22px 0}div.mk-cute-theme h4:before{width:20px;height:20px;background-size:20px 20px}div.mk-cute-theme h5{position:relative;padding:4px 26px;font-size:15px;margin:20px 0}div.mk-cute-theme h5:before{width:18px;height:18px;background-size:18px 18px}div.mk-cute-theme h6{position:relative;padding:4px 22px;font-size:14px;margin:16px 0}div.mk-cute-theme h6:before{width:16px;height:16px;background-size:16px 16px}@media (max-width: 720px){div.mk-cute-theme h1{font-size:24px}div.mk-cute-theme h2{font-size:20px}div.mk-cute-theme h3{font-size:18px}}.md-editor div.mk-cute-theme{--md-theme-link-color: #409eff;--md-theme-link-hover-color: #007bff}div.mk-cute-theme a{display:inline-block;border-bottom:1px solid #409eff}div.mk-cute-theme a:hover,div.mk-cute-theme a:active{border-bottom:1px solid #007bff}div.mk-cute-theme ol li,div.mk-cute-theme ul li{margin-bottom:0;list-style:inherit}div.mk-cute-theme ol li .task-list-item,div.mk-cute-theme ul li .task-list-item{list-style:none}div.mk-cute-theme ol li .task-list-item ul,div.mk-cute-theme ol li .task-list-item ol,div.mk-cute-theme ul li .task-list-item ul,div.mk-cute-theme ul li .task-list-item ol{margin-top:0}div.mk-cute-theme ol ul,div.mk-cute-theme ol ol,div.mk-cute-theme ul ul,div.mk-cute-theme ul ol{margin-top:3px}div.mk-cute-theme ol li{padding-left:6px}div.mk-cute-theme p{line-height:inherit;margin-top:22px;margin-bottom:22px}.md-editor div.mk-cute-theme{--md-theme-quote-color: #fff;--md-theme-quote-border: 4px solid #409eff;--md-theme-quote-bg-color: rgba(54, 172, 225, .75)}.md-editor-dark div.mk-cute-theme{--md-theme-quote-color: inherit;--md-theme-quote-border: 4px solid #265d97;--md-theme-quote-bg-color: rgba(18, 80, 108, .75)}div.mk-cute-theme blockquote{position:relative;padding:8px 26px;margin:16px 0;border-radius:var(--md-theme-radius-m)}div.mk-cute-theme blockquote:before{content:"❝";top:10px;left:8px;color:#409eff;font-size:20px;line-height:1;font-weight:700;position:absolute;opacity:.7}div.mk-cute-theme blockquote:after{content:"❞";font-size:20px;position:absolute;right:8px;bottom:0;color:#409eff;opacity:.7}div.mk-cute-theme blockquote>p,div.mk-cute-theme blockquote ul li,div.mk-cute-theme blockquote ol li{color:var(--md-theme-quote-color)}.md-editor div.mk-cute-theme{--md-theme-table-color: #000;--md-theme-table-border-color: #f6f6f6;--md-theme-table-thead-bg-color: #f6f6f6;--md-theme-table-stripe-color: #fcfcfc}.md-editor-dark div.mk-cute-theme{--md-theme-table-color: inherit;--md-theme-table-border-color: #1c1c1c;--md-theme-table-thead-bg-color: rgba(28, 28, 28, .631372549);--md-theme-table-stripe-color: rgba(28, 28, 28, .631372549)}div.mk-cute-theme table{display:inline-block;width:auto;max-width:100%;overflow:auto;border:solid 1px var(--md-theme-table-border-color)}div.mk-cute-theme table thead{background-color:var(--md-theme-table-thead-bg-color);color:var(--md-theme-table-color);text-align:left}div.mk-cute-theme table tr th,div.mk-cute-theme table tr td{padding:12px 7px;line-height:24px;border:none}div.mk-cute-theme table tr td{min-width:120px}div.mk-cute-theme blockquote table tbody{color:var(--md-theme-color)}div.mk-cute-theme blockquote table tr{background-color:var(--md-theme-table-stripe-color)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.md-editor div.mk-cute-theme{--md-theme-color: #36ace1;background-image:linear-gradient(90deg,#323a4240 3%,#0000 3%),linear-gradient(360deg,#323a4240 3%,#0000 3%)}.md-editor-dark div.mk-cute-theme{background-image:linear-gradient(90deg,#d9eafb40 3%,#0000 3%),linear-gradient(360deg,#d9eafb40 3%,#0000 3%);--md-theme-bg-color-scrollbar-thumb: #4d4d4d}div.mk-cute-theme{word-break:break-word;line-height:1.75;font-weight:400;overflow-x:hidden;background-size:20px 20px;background-position:center center}div.mk-cute-theme hr{position:relative;width:98%;height:1px;border:none;margin-top:32px;margin-bottom:32px;background-image:linear-gradient(to right,#36ace1,#dff0fe,#36ace1);overflow:visible}div.mk-cute-theme del{color:#36ace1}.md-editor div.smart-blue-theme{--md-theme-code-inline-color: #d63200;--md-theme-code-inline-bg-color: #fff5f5;--md-theme-code-block-color: #333;--md-theme-code-block-bg-color: #f8f8f8;--md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color)}.md-editor-dark div.smart-blue-theme{--md-theme-code-inline-color: #e06c75;--md-theme-code-inline-bg-color: #1a1a1a;--md-theme-code-block-color: #999;--md-theme-code-block-bg-color: #1a1a1a;--md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color)}div.smart-blue-theme code{overflow-x:auto;padding:.065em .4em}div.smart-blue-theme .md-editor-code pre{font-family:Menlo,Monaco,Consolas,Courier New,monospace}div.smart-blue-theme .md-editor-code pre code{padding:22px 12px;margin:0;word-break:normal}div.smart-blue-theme .md-editor-code pre code span[rn-wrapper]{top:22px}.md-editor div.smart-blue-theme{--md-theme-heading-color: #135ce0}div.smart-blue-theme h1,div.smart-blue-theme h2,div.smart-blue-theme h3,div.smart-blue-theme h4,div.smart-blue-theme h5,div.smart-blue-theme h6{padding:30px 0;margin:0}div.smart-blue-theme h1 a,div.smart-blue-theme h2 a,div.smart-blue-theme h3 a,div.smart-blue-theme h4 a,div.smart-blue-theme h5 a,div.smart-blue-theme h6 a{border:none}div.smart-blue-theme h1{position:relative;text-align:center;font-size:22px;margin:50px 0}div.smart-blue-theme h2{position:relative;font-size:20px;border-left:4px solid;padding:0 0 0 10px;margin:30px 0}div.smart-blue-theme h3{font-size:16px}div.smart-blue-theme img{margin:0 auto}.md-editor div.smart-blue-theme{--md-theme-link-color: #036aca}.md-editor-dark div.smart-blue-theme{--md-theme-link-color: #2d7dc7}div.smart-blue-theme a{font-weight:400}div.smart-blue-theme ul,div.smart-blue-theme ol{margin-top:1em}div.smart-blue-theme li{line-height:2;margin-bottom:0;list-style:inherit}div.smart-blue-theme p{line-height:2;font-weight:400}div.smart-blue-theme *+p{margin-top:16px}.md-editor div.smart-blue-theme{--md-theme-quote-color: #666;--md-theme-quote-bg-color: #fff9f9;--md-theme-quote-border-color: #b2aec5}.md-editor-dark div.smart-blue-theme{--md-theme-quote-color: #999;--md-theme-quote-bg-color: #2a2a2a;--md-theme-quote-border-color: #0063bb}div.smart-blue-theme blockquote{background-color:var(--md-theme-quote-bg-color);margin:2em 0;padding:2px 20px;border-left:4px solid var(--md-theme-quote-border-color)}div.smart-blue-theme blockquote p{color:var(--md-theme-quote-color);line-height:2}.md-editor div.smart-blue-theme{--md-theme-table-td-border-color: #dfe2e5;--md-theme-table-stripe-color: #f6f8fa}.md-editor-dark div.smart-blue-theme{--md-theme-table-td-border-color: #2d2d2d;--md-theme-table-stripe-color: #0c0c0c}div.smart-blue-theme table{border-collapse:collapse;margin:1rem 0;overflow-x:auto}div.smart-blue-theme table tr th,div.smart-blue-theme table tr td{padding:.6em 1em}div.smart-blue-theme blockquote table{line-height:initial}div.smart-blue-theme blockquote table tr th,div.smart-blue-theme blockquote table tr td{border-color:var(--md-theme-border-color-inset)}div.smart-blue-theme blockquote table tbody tr:nth-child(n){background-color:inherit}.md-editor div.smart-blue-theme{--md-theme-color: #595959}.md-editor div.smart-blue-theme{background-image:linear-gradient(90deg,#3c0a1e0a 3%,#0000 3%),linear-gradient(360deg,#3c0a1e0a 3%,#0000 3%)}.md-editor-dark div.smart-blue-theme{--md-theme-color: #999}.md-editor-dark div.smart-blue-theme{background-image:linear-gradient(90deg,#cfcfcf0a 3%,#fff0 3%),linear-gradient(360deg,#cfcfcf0a 3%,#fff0 3%)}div.smart-blue-theme{color:var(--md-theme-color);font-family:-apple-system,system-ui,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif;background-size:20px 20px;background-position:center center}div.smart-blue-theme strong,div.smart-blue-theme em strong{color:#036aca}div.smart-blue-theme hr{border-top:1px solid #135ce0}.md-editor-checkbox{cursor:pointer;width:12px;height:12px;border:1px solid var(--md-border-color);background-color:var(--md-bk-color-outstand);border-radius:2px;line-height:1;text-align:center}.md-editor-checkbox:after{content:"";font-weight:700}.md-editor-checkbox-checked:after{content:"✓"}.md-editor-divider{position:relative;display:inline-block;width:1px;top:.1em;height:.9em;margin:0 8px;background-color:var(--md-border-color)}.md-editor-dropdown{overflow:hidden;box-sizing:border-box;position:absolute;transition:all .3s;opacity:1;z-index:10000;background-color:var(--md-bk-color)}.md-editor-dropdown-hidden{opacity:0;z-index:-10000}.md-editor-dropdown-overlay{margin-top:6px}.md-editor-modal-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20000;height:100%;background-color:var(--md-modal-mask)}.md-editor-modal{display:block;background-color:var(--md-bk-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;border-radius:3px;border:1px solid var(--md-border-color);position:fixed;z-index:20001;box-shadow:var(--md-modal-shadow)}.md-editor-modal-header{cursor:grab;display:flex;justify-content:space-between;padding:10px 24px;color:var(--md-color);font-weight:600;font-size:16px;line-height:22px;word-wrap:break-word;-webkit-user-select:none;user-select:none;border-bottom:1px solid var(--md-border-color);position:relative}.md-editor-modal-body{padding:20px;font-size:14px;word-wrap:break-word;height:calc(100% - 43px);box-sizing:border-box}.md-editor-modal .md-editor-modal-func{position:absolute;top:10px;right:10px}.md-editor-modal .md-editor-modal-func .md-editor-modal-adjust,.md-editor-modal .md-editor-modal-func .md-editor-modal-close{cursor:pointer;width:24px;height:24px;line-height:24px;text-align:center;display:inline-block}.md-editor-modal .md-editor-modal-func .md-editor-modal-adjust{padding-right:10px}.animation{animation-duration:.15s;animation-fill-mode:forwards}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoom-in{animation-name:zoomIn;animation-duration:.15s;animation-fill-mode:forwards}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoom-out{animation-name:zoomOut;animation-duration:.15s;animation-fill-mode:forwards}.md-editor-content{position:relative;display:flex;flex:1;height:0;flex-shrink:0}.md-editor-content-wrapper{display:flex;flex:1;width:0;position:relative}.md-editor-resize-operate{position:absolute;width:2px;height:100%;background-color:var(--md-bk-color);z-index:1;cursor:col-resize}.md-editor-input-wrapper{box-sizing:border-box}.md-editor-html{font-size:16px;word-break:break-all}.md-editor-footer{height:24px;flex-shrink:0;font-size:12px;color:var(--md-color);border-top:1px solid var(--md-border-color);display:flex;justify-content:space-between}.md-editor-footer-item{display:inline-flex;align-items:center;height:100%;padding:0 10px}.md-editor-footer-item+.md-editor-footer-item{padding-left:0}.md-editor-footer-label{padding-right:5px;line-height:1}.md-editor-clip{position:relative;display:flex;height:calc(100% - 52px)}.md-editor-clip-main,.md-editor-clip-preview{width:50%;height:100%;border:1px solid var(--md-border-color)}.md-editor-clip-main{margin-right:1em}.md-editor-clip-main .md-editor-clip-cropper{position:relative;width:100%;height:100%}.md-editor-clip-main .md-editor-clip-cropper .md-editor-clip-delete{position:absolute;top:0;right:0;font-size:0;background-color:var(--md-bk-color-outstand);border-bottom-left-radius:4px;color:var(--md-color);cursor:pointer}.md-editor-clip-main .md-editor-clip-upload{display:flex;align-items:center;justify-content:center;width:100%;height:100%;cursor:pointer}.md-editor-clip-main .md-editor-clip-upload .md-editor-icon,.md-editor-clip-main .md-editor-clip-upload .md-editor-iconfont{width:auto;height:40px;font-size:40px}.md-editor-clip-preview-target{width:100%;height:100%;overflow:hidden}.md-editor-form-item{margin-bottom:20px;text-align:center}.md-editor-form-item:last-of-type{margin-bottom:0}.md-editor-label{font-size:14px;color:var(--md-color);width:80px;text-align:center;display:inline-block}.md-editor-input{border-radius:4px;padding:4px 11px;color:var(--md-color);font-size:14px;line-height:1.5715;background-color:var(--md-bk-color);background-image:none;border:1px solid var(--md-border-color);transition:all .2s}.md-editor-input:focus,.md-editor-input:hover{border-color:var(--md-border-hover-color);outline:0}.md-editor-input:focus{border-color:var(--md-border-active-color)}.md-editor-btn{font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;border:1px solid var(--md-border-color);white-space:nowrap;-webkit-user-select:none;user-select:none;height:32px;padding:0 15px;font-size:14px;border-radius:4px;transition:all .2s linear;color:var(--md-color);background-color:var(--md-bk-color);border-color:var(--md-border-color);margin-left:10px}.md-editor-btn:first-of-type{margin-left:0}.md-editor-btn:hover{color:var(--md-hover-color);background-color:var(--md-bk-color);border-color:var(--md-border-hover-color)}.md-editor-btn-row{width:100%}@media (max-width: 688px){.md-editor-modal-clip .md-editor-modal{max-width:calc(100% - 20px);max-height:calc(100% - 20px);margin:10px;left:0!important}.md-editor-modal-clip .md-editor-clip{flex-direction:column}.md-editor-modal-clip .md-editor-clip-main,.md-editor-modal-clip .md-editor-clip-preview{width:100%;height:0;flex:1}.md-editor-modal-clip .md-editor-clip-main{margin-bottom:1em}}.md-editor-menu{margin:0;padding:0;border-radius:3px;border:1px solid var(--md-border-color);background-color:inherit}.md-editor-menu-item{list-style:none;font-size:12px;color:var(--md-color);padding:4px 10px;cursor:pointer;line-height:16px}.md-editor-menu-item:first-of-type{padding-top:8px}.md-editor-menu-item:last-of-type{padding-bottom:8px}.md-editor-menu-item:hover{background-color:var(--md-bk-hover-color)}.md-editor-table-shape{padding:4px;border-radius:3px;border:1px solid var(--md-border-color);display:flex;flex-direction:column}.md-editor-table-shape-row{display:flex}.md-editor-table-shape-col{padding:2px;cursor:pointer}.md-editor-table-shape-col-default{width:16px;height:16px;background-color:#e0e0e0;border-radius:3px;transition:all .2s}.md-editor-table-shape-col-include{background-color:#aaa}.md-editor-toolbar-wrapper{overflow-x:auto;overflow-y:hidden;scrollbar-width:none;flex-shrink:0;padding:4px;border-bottom:1px solid var(--md-border-color)}.md-editor-toolbar-wrapper::-webkit-scrollbar{height:0!important}.md-editor-toolbar-wrapper .md-editor-toolbar{display:flex;justify-content:space-between;align-items:center;box-sizing:content-box}.md-editor-toolbar-wrapper .md-editor-toolbar-item{display:flex;flex-direction:column;align-items:center;margin:0 2px;padding:0 2px;transition:all .3s;border-radius:3px;cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none;text-align:center}.md-editor-toolbar-wrapper .md-editor-toolbar-item-name{font-size:12px;word-break:keep-all;white-space:nowrap}.md-editor-toolbar-wrapper .md-editor-toolbar-item:hover,.md-editor-toolbar-wrapper .md-editor-toolbar-active{background-color:var(--md-bk-color-outstand)}.md-editor-toolbar-wrapper .md-editor-toolbar-left,.md-editor-toolbar-wrapper .md-editor-toolbar-right{padding:1px 0;display:flex;align-items:center}.md-editor-toolbar-wrapper .md-editor-stn .md-editor-toolbar-item{padding:0 6px}.md-editor-dark .md-editor-table-shape-col-default{background-color:#222}.md-editor-dark .md-editor-table-shape-col-include{background-color:#555}.md-editor .cm-editor{font-size:14px;height:100%}.md-editor .cm-editor.cm-focused{outline:none}.md-editor .cm-editor .cm-tooltip.cm-tooltip-autocomplete{border-radius:3px}.md-editor .cm-editor .cm-tooltip.cm-tooltip-autocomplete>ul{border-radius:3px;min-width:fit-content;max-width:fit-content}.md-editor .cm-editor .cm-tooltip.cm-tooltip-autocomplete>ul li{background-color:var(--md-bk-color);color:var(--md-color);padding:4px 10px;line-height:16px}.md-editor .cm-editor .cm-tooltip.cm-tooltip-autocomplete>ul li .cm-completionIcon{width:auto}.md-editor .cm-editor .cm-tooltip.cm-tooltip-autocomplete>ul li[aria-selected]{background-color:var(--md-bk-hover-color)}.md-editor .cm-editor .cm-tooltip.cm-tooltip-autocomplete .cm-completionInfo{margin-top:-2px;margin-left:3px;padding:4px 9px;border-radius:3px;overflow:hidden;background-color:var(--md-bk-hover-color);color:var(--md-color)}.md-editor-input-wrapper:has(+*) .cm-scroller{overflow-y:scroll}.md-editor .cm-scroller .cm-content[contenteditable=true]{margin:10px;min-height:calc(100% - 20px)}.md-editor .cm-scroller .cm-gutters+.cm-content[contenteditable=true]{margin:0;min-height:100%}.md-editor .cm-scroller .cm-line{line-height:inherit}.md-editor .ͼ1 .cm-scroller{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace;line-height:20px}.md-editor .cm-search .cm-textfield{border-radius:4px;padding:4px 11px;color:var(--md-color);font-size:10px;background-image:none;border:1px solid var(--md-border-color);transition:all .2s}.md-editor .cm-search .cm-textfield:focus,.md-editor .cm-search .cm-textfield:hover{border-color:var(--md-border-hover-color);outline:0}.md-editor .cm-search .cm-textfield:focus{border-color:var(--md-border-active-color)}.md-editor .cm-search .cm-button{font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;border:1px solid var(--md-border-color);white-space:nowrap;-webkit-user-select:none;user-select:none;height:20px;padding:0 15px;font-size:10px;border-radius:4px;transition:all .2s linear;color:var(--md-color);background-color:inherit;background-image:none;border-color:var(--md-border-color)}.md-editor .cm-search .cm-button:first-of-type{margin-left:0}.md-editor .cm-search .cm-button:hover{color:var(--md-hover-color);background-color:inherit;border-color:var(--md-border-hover-color)}.md-editor .cm-search input[type=checkbox]{vertical-align:sub}.md-editor .cm-search input[type=checkbox]:after{display:block;content:"";font-weight:700;cursor:pointer;width:12px;height:12px;border:1px solid var(--md-border-color);background-color:var(--md-bk-color-outstand);border-radius:2px;line-height:1;text-align:center}.md-editor .cm-search input[type=checkbox]:checked:after{content:"✓";color:var(--md-color)}.md-editor .cm-search button[name=close]{color:inherit;cursor:pointer;right:6px}.md-editor-catalog-editor{--md-color: #3f4a54;--md-hover-color: #000;--md-bk-color: #fff;--md-bk-color-outstand: #f2f2f2;--md-bk-hover-color: #f5f7fa;--md-border-color: #e6e6e6;--md-border-hover-color: #b9b9b9;--md-border-active-color: #999;--md-modal-mask: #00000073;--md-modal-shadow: 0px 6px 24px 2px #00000019;--md-scrollbar-bg-color: #e2e2e2;--md-scrollbar-thumb-color: #0000004d;--md-scrollbar-thumb-hover-color: #00000059;--md-scrollbar-thumb-active-color: #00000061;overflow:auto;height:100%;background-color:var(--md-bk-color);border-left:1px solid var(--md-border-color);width:200px;box-sizing:border-box;margin:0;padding:5px 10px;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";z-index:2}.md-editor-catalog-fixed{position:absolute;top:0;right:0}.md-editor-catalog-flat{position:initial;flex-shrink:0}.md-editor-catalog-indicator{height:18px;width:4px;background-color:#73d13d;position:absolute;border-radius:4px;transition:top .3s}.md-editor-catalog>.md-editor-catalog-link{padding:5px 8px}.md-editor-catalog-link{padding:5px 0 5px 1em;display:flex;flex-direction:column}.md-editor-catalog-link span{display:inline-block;width:100%;position:relative;overflow:hidden;color:var(--md-color);white-space:nowrap;text-overflow:ellipsis;transition:color .3s;cursor:pointer;line-height:18px}.md-editor-catalog-link span:hover{color:#73d13d}.md-editor-catalog-wrapper>.md-editor-catalog-link{padding-top:5px;padding-bottom:5px}.md-editor-catalog-wrapper>.md-editor-catalog-link:first-of-type{padding-top:10px}.md-editor-catalog-wrapper>.md-editor-catalog-link:last-of-type{padding-bottom:0}.md-editor-catalog-active>span{color:#73d13d}.md-editor-catalog-dark{--md-color: #999;--md-hover-color: #bbb;--md-bk-color: #000;--md-bk-color-outstand: #333;--md-bk-hover-color: #1b1a1a;--md-border-color: #2d2d2d;--md-border-hover-color: #636262;--md-border-active-color: #777;--md-modal-mask: #00000073;--md-modal-shadow: 0px 6px 24px 2px #00000066;--md-scrollbar-bg-color: #0f0f0f;--md-scrollbar-thumb-color: #2d2d2d;--md-scrollbar-thumb-hover-color: #3a3a3a;--md-scrollbar-thumb-active-color: #3a3a3a}.md-editor{--md-color: #3f4a54;--md-hover-color: #000;--md-bk-color: #fff;--md-bk-color-outstand: #f2f2f2;--md-bk-hover-color: #f5f7fa;--md-border-color: #e6e6e6;--md-border-hover-color: #b9b9b9;--md-border-active-color: #999;--md-modal-mask: #00000073;--md-modal-shadow: 0px 6px 24px 2px #00000019;--md-scrollbar-bg-color: #e2e2e2;--md-scrollbar-thumb-color: #0000004d;--md-scrollbar-thumb-hover-color: #00000059;--md-scrollbar-thumb-active-color: #00000061;color:var(--md-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI Variable,Segoe UI,system-ui,ui-sans-serif,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";width:100%;height:500px;position:relative;box-sizing:border-box;border:1px solid var(--md-border-color);display:flex;flex-direction:column;overflow:hidden;background-color:var(--md-bk-color)}.md-editor ::-webkit-scrollbar{width:6px;height:6px}.md-editor ::-webkit-scrollbar-corner,.md-editor ::-webkit-scrollbar-track{background-color:var(--md-scrollbar-bg-color)}.md-editor ::-webkit-scrollbar-thumb{border-radius:2px;background-color:var(--md-scrollbar-thumb-color)}.md-editor ::-webkit-scrollbar-button:vertical{display:none}.md-editor ::-webkit-scrollbar-thumb:vertical:hover{background-color:var(--md-scrollbar-thumb-hover-color)}.md-editor ::-webkit-scrollbar-thumb:vertical:active{background-color:var(--md-scrollbar-thumb-active-color)}.md-editor .md-editor-fullscreen{position:fixed!important;top:0;right:0;bottom:0;left:0;width:auto!important;height:auto!important;z-index:10000}svg.md-editor-icon{width:16px;height:16px;padding:4px;fill:none;overflow:hidden;display:block;box-sizing:content-box}.md-editor .lucide-list-icon,.md-editor .lucide-list-ordered-icon,.md-editor .lucide-list-todo-icon{width:18px;height:18px;padding:3px}.md-editor-preview-wrapper{position:relative;flex:1;box-sizing:border-box;overflow:auto}.md-editor-preview{font-size:16px;word-break:break-all;display:flow-root;padding:10px 20px}.md-editor-modal-container{--md-color: #3f4a54;--md-hover-color: #000;--md-bk-color: #fff;--md-bk-color-outstand: #f2f2f2;--md-bk-hover-color: #f5f7fa;--md-border-color: #e6e6e6;--md-border-hover-color: #b9b9b9;--md-border-active-color: #999;--md-modal-mask: #00000073;--md-modal-shadow: 0px 6px 24px 2px #00000019;--md-scrollbar-bg-color: #e2e2e2;--md-scrollbar-thumb-color: #0000004d;--md-scrollbar-thumb-hover-color: #00000059;--md-scrollbar-thumb-active-color: #00000061;color:var(--md-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI Variable,Segoe UI,system-ui,ui-sans-serif,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji"}.md-editor-modal-container ::-webkit-scrollbar{width:6px;height:6px}.md-editor-modal-container ::-webkit-scrollbar-corner,.md-editor-modal-container ::-webkit-scrollbar-track{background-color:var(--md-scrollbar-bg-color)}.md-editor-modal-container ::-webkit-scrollbar-thumb{border-radius:2px;background-color:var(--md-scrollbar-thumb-color)}.md-editor-modal-container ::-webkit-scrollbar-button:vertical{display:none}.md-editor-modal-container ::-webkit-scrollbar-thumb:vertical:hover{background-color:var(--md-scrollbar-thumb-hover-color)}.md-editor-modal-container ::-webkit-scrollbar-thumb:vertical:active{background-color:var(--md-scrollbar-thumb-active-color)}.md-editor-modal-container .lucide-xicon{width:20px;height:20px;padding:2px}.md-editor-previewOnly{border:none;height:auto;overflow:visible}.md-editor-previewOnly .md-editor-content{height:100%}.md-editor-previewOnly .md-editor-preview{padding:0}.md-editor-previewOnly .md-editor-preview-wrapper{overflow:visible}.md-editor-dark,.md-editor-modal-container[data-theme=dark]{--md-color: #999;--md-hover-color: #bbb;--md-bk-color: #000;--md-bk-color-outstand: #333;--md-bk-hover-color: #1b1a1a;--md-border-color: #2d2d2d;--md-border-hover-color: #636262;--md-border-active-color: #777;--md-modal-mask: #00000073;--md-modal-shadow: 0px 6px 24px 2px #00000066;--md-scrollbar-bg-color: #0f0f0f;--md-scrollbar-thumb-color: #2d2d2d;--md-scrollbar-thumb-hover-color: #3a3a3a;--md-scrollbar-thumb-active-color: #3a3a3a}.medium-zoom-overlay,.medium-zoom-image--opened{z-index:100001}.md-editor-fullscreen{position:fixed!important;top:0;right:0;bottom:0;left:0;width:auto!important;height:auto!important;z-index:10000}.md-editor-disabled{cursor:not-allowed!important}.prompt-dialog-wrapper[data-v-12206f24]{position:fixed;top:0;left:0;height:100%;width:100%;z-index:91;background:transparent;display:flex;justify-content:center;align-items:center}@keyframes long-frame-12206f24{to{top:0}}@keyframes short-frame-12206f24{to{opacity:1}}@keyframes content-open-12206f24{to{width:calc(100% - 60px)}}.prompt-dialog-wrapper .area[data-v-12206f24]{min-width:200px;width:60%;min-height:500px;height:60%;display:flex;position:relative}.prompt-dialog-wrapper .area .left[data-v-12206f24]{position:relative;width:50px;height:100%;overflow-y:hidden}.prompt-dialog-wrapper .area .left .long[data-v-12206f24]{position:absolute;top:100%;width:50px;height:calc(100% - 60px);background:#fff;animation:long-frame-12206f24 .5s linear forwards;animation-delay:.7s}.prompt-dialog-wrapper .area .left .short[data-v-12206f24]{position:absolute;height:50px;width:50px;bottom:0;opacity:0;background:#fff;animation:short-frame-12206f24 .4s linear forwards}.prompt-dialog-wrapper .area .content[data-v-12206f24]{width:0;margin-left:10px;background:var(--color-text);animation:content-open-12206f24 .4s linear forwards;animation-delay:1.5s;color:var(--color-background)}.prompt-dialog-wrapper .area .close[data-v-12206f24]{position:absolute;right:-30px;top:-30px;cursor:pointer;opacity:0;animation:short-frame-12206f24 .2s linear forwards;animation-delay:1.8s}.message-wrapper[data-v-7f70c4e0]{position:fixed;height:90%;width:300px;bottom:0;right:-300px;z-index:100;justify-content:center}@keyframes message-show-7f70c4e0{to{right:260px}}.message-wrapper .message[data-v-7f70c4e0]{position:relative;right:0;width:250px;max-height:125px;min-height:60px;margin-top:10px;background:#aaa;text-align:center;letter-spacing:1px;border-radius:15px;font-size:1em;display:flex;padding-left:10px;align-items:center;cursor:pointer;transition:all .3s ease-in;animation:message-show-7f70c4e0 .5s ease-in-out forwards}.message-wrapper .message .close[data-v-7f70c4e0]{cursor:pointer;position:absolute;height:20px;width:20px;right:10px;top:50%;margin-top:-10px;display:flex;justify-content:center;align-items:center}.message-wrapper .message[data-v-7f70c4e0]:hover{margin:20px 0 10px}.message-wrapper .message-error[data-v-7f70c4e0]{color:var(--color-danger)}.message-wrapper .message-warn[data-v-7f70c4e0]{color:var(--color-warn)}.message-wrapper .message-info[data-v-7f70c4e0]{color:var(--color-info)}.button-wrapper button[data-v-8f9afd8f]{height:30px;padding:0 20px;letter-spacing:1px;outline:none;border:none;border-radius:6px;color:var(--color-text);cursor:pointer}.button-wrapper button[data-v-8f9afd8f]:hover{color:var(--color-text-hover);box-shadow:1px 1px 2px var(--color-text)}.button-wrapper button .content[data-v-8f9afd8f]{height:30px;width:100%;display:flex;justify-content:center;align-items:center}.loading-wrapper[data-v-10f75e44]{height:calc(var(--height) * 1px);width:100%;display:flex;justify-content:center;align-items:center}.loading-wrapper .main[data-v-10f75e44]{position:relative;width:calc(calc(var(--height) * .6) * 1px);height:calc(calc(var(--height) * .6) * 1px)}.loading-wrapper .main .inner[data-v-10f75e44]{position:absolute;top:50%;left:50%;margin-left:calc(calc(var(--height) * -.1) * 1px);margin-top:calc(calc(var(--height) * -.04) * 1px);width:calc(calc(var(--height) * .2) * 1px);height:calc(calc(var(--height) * .08) * 1px);background:#fff;transform:rotate(calc(var(--i) * 45deg)) translate(calc(calc(var(--height) * .3) * 1px));animation:rotate-10f75e44 2s linear infinite}.loading-wrapper .main[data-v-10f75e44]>:nth-child(1){animation-delay:.2s}@keyframes rotate-10f75e44{0%{background:var(--color-text)}50%{background:var(--color-background)}to{background:#000}}.global-loading-wrapper[data-v-01c9e8c2]{position:fixed;z-index:99;top:0;right:0;height:100%;width:100%;background:#0000004d;display:flex;flex-direction:column;justify-content:center;align-items:center}.global-loading-wrapper .text[data-v-01c9e8c2]{margin-top:10px;font-size:2em;letter-spacing:2px;color:var(--color-background);font-weight:700;display:flex}.image-default[data-v-20d9780b]{background:var(--color-background);border-radius:20px;text-align:center;line-height:50px;color:var(--color-text)}.image-wrapper[data-v-20d9780b]{height:100%;width:100%}.image-wrapper img[data-v-20d9780b],.image-wrapper .image-default[data-v-20d9780b]{height:100%;width:100%;display:flex;justify-content:center;align-items:center;cursor:pointer;-webkit-user-drag:none}.image-wrapper-show[data-v-20d9780b]{position:fixed;height:100vh;width:100vw;background:#000000b3;top:0;left:0;display:flex;justify-content:center;align-items:center;z-index:80}.image-wrapper-show .image[data-v-20d9780b]{width:40%}.image-wrapper-show .image img[data-v-20d9780b],.image-wrapper-show .image .image-default[data-v-20d9780b]{min-width:200px;max-width:1200px;height:100%;width:100%;-webkit-user-drag:none}.image-wrapper-show .image .opt[data-v-20d9780b]{display:flex;margin-top:20px}.image-wrapper-show .image .opt[data-v-20d9780b] :first-child{margin-right:10px}.verify-code-dialog-wrapper[data-v-eeaf135f]{position:fixed;top:0;left:0;height:100vh;width:100vw;background:#0009;z-index:99;display:flex;justify-content:center;align-items:center}.verify-code-dialog-wrapper .form[data-v-eeaf135f]{height:200px;border-radius:10px;background:#fffffffc;width:400px;overflow:hidden;display:flex;flex-direction:column;-webkit-user-select:none;user-select:none}.verify-code-dialog-wrapper .form .title[data-v-eeaf135f]{display:flex;height:36px;line-height:36px;padding-left:10px;color:#fff;font-weight:600;background:var(--color-background)}.verify-code-dialog-wrapper .form .title[data-v-eeaf135f]>:first-child{flex:1}.verify-code-dialog-wrapper .form .title[data-v-eeaf135f]>:last-child{width:20px;height:20px;margin-top:8px;margin-right:8px;border-radius:50%;border:1px solid #fff;background:var(--color-danger);cursor:pointer}.verify-code-dialog-wrapper .form .title[data-v-eeaf135f]>:last-child:hover{background:var(--color-more-danger)}.verify-code-dialog-wrapper .form .content[data-v-eeaf135f]{flex:1}.verify-code-dialog-wrapper .form .opt[data-v-eeaf135f]{height:36px;line-height:36px;color:#fff;background:var(--color-background);text-align:center;font-size:14px;font-weight:700;cursor:pointer}.verify-code-dialog-wrapper .form .opt[data-v-eeaf135f]:hover{background:var(--color-background-hover)}.verify-code-dialog-wrapper .form .img[data-v-eeaf135f]{width:100%;display:flex;flex-direction:column}.verify-code-dialog-wrapper .form .img img[data-v-eeaf135f]{-webkit-user-drag:none;height:60px;display:block;border-radius:2px;cursor:pointer}.verify-code-dialog-wrapper .form .img input[data-v-eeaf135f]{flex:1;outline:none;border:none;text-align:center;font-size:2em;font-weight:800;color:var(--color-background)}.verify-code-dialog-wrapper .form .error[data-v-eeaf135f]{line-height:128px;text-align:center;font-size:3em;color:var(--color-danger);letter-spacing:2px}#login-dialog-wrapper[data-v-ff94bf05]{top:0;left:0;position:fixed;height:100%;width:100%;background:#0003;display:flex;flex-direction:column;justify-content:center;align-items:center}#login-dialog-wrapper .area[data-v-ff94bf05]{display:flex;flex-direction:column;align-items:center;height:440px;width:700px;background:url(/assets/background-CsxBlBxo.png) no-repeat center center fixed;padding:20px;position:relative}#login-dialog-wrapper .area .icon-close[data-v-ff94bf05]{position:absolute;height:40px;width:40px;top:0;right:10px;cursor:pointer}#login-dialog-wrapper .area .icon[data-v-ff94bf05]{height:78px}#login-dialog-wrapper .area .input[data-v-ff94bf05]{margin-top:40px;height:45px;width:400px;display:flex;align-items:center}#login-dialog-wrapper .area .input .label[data-v-ff94bf05]{width:45px;text-align:center;color:var(--color-text)}#login-dialog-wrapper .area .input input[data-v-ff94bf05]{flex:1;height:100%;outline:none;border:none;font-size:1.3em;padding-left:10px;background:#ffffff80;color:#fff}#login-dialog-wrapper .area .btn[data-v-ff94bf05]{margin-top:10px;font-size:1.4em;letter-spacing:5px;font-style:italic;cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--color-text)}#login-dialog-wrapper .area .btn[data-v-ff94bf05]:hover{text-decoration:underline}#login-dialog-wrapper .area .span[data-v-ff94bf05]{flex:1}#login-dialog-wrapper .area .prompt[data-v-ff94bf05]{-webkit-user-select:none;user-select:none;font-size:.5em;height:20px;color:var(--color-text)}.user-wrapper[data-v-3857186b]{height:100%;width:100%}.user-wrapper .not_login[data-v-3857186b]{width:100%;height:100%;display:flex;align-items:center;font-size:.8em;color:var(--color-text)}.user-wrapper .not_login .avatar[data-v-3857186b]{cursor:pointer;height:40px;width:40px;line-height:40px;text-align:center;border-radius:50%;background:var(--color-background)}.user-wrapper .not_login .login-text[data-v-3857186b]{padding-left:6px;cursor:pointer;-webkit-user-select:none;user-select:none}.user-wrapper .not_login .login-text[data-v-3857186b]:hover{color:var(--color-text-hover)}.user-wrapper .login[data-v-3857186b]{width:100%;height:100%;display:flex;align-items:center;font-size:.8em;position:relative;--top: -1100px}.user-wrapper .login .login-text[data-v-3857186b]{color:var(--color-text);padding-left:6px;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:1.3em}.user-wrapper .login .avatar[data-v-3857186b]{position:relative;z-index:11;cursor:pointer;height:40px;width:40px;border-radius:50%;overflow:hidden;-webkit-user-select:none;user-select:none;transition:all .3s}.user-wrapper .login .avatar img[data-v-3857186b]{-webkit-user-drag:none;height:100%;width:100%}.user-wrapper .login[data-v-3857186b]:hover{--top: 100% !important}.user-wrapper .login:hover .avatar[data-v-3857186b]{height:60px;width:60px;top:20px;border-radius:50%;border:2px solid var(--color-background)}.user-wrapper .login:hover .user-info[data-v-3857186b]{animation:user-frame-3857186b .3s linear forwards;animation-delay:.25s}@keyframes user-frame-3857186b{to{opacity:1}}.user-wrapper .login .user-info[data-v-3857186b]{opacity:0;position:absolute;line-height:20px;width:200px;height:80px;background:#fff;left:-100px;margin-left:50%;z-index:10;top:var(--top);border-radius:8px;padding:10px;box-shadow:-1px 2px 10px 2px #f4eeeeb3;color:var(--color-background-fill)}.user-wrapper .login .user-info .title[data-v-3857186b]{border-bottom:1px solid var(--color-background-fill);text-align:center;width:60%;margin:15px auto 0;font-size:16px;font-weight:700;letter-spacing:2px}.user-wrapper .login .user-info .self-center[data-v-3857186b]{height:35px;line-height:35px;font-size:10px;text-align:center;cursor:pointer}.user-wrapper .login .user-info .self-center a[data-v-3857186b]{color:var(--color-background-fill)}.user-wrapper .login .user-info .self-center[data-v-3857186b]:hover{text-decoration:underline}.prompt-search-input[data-v-3f565ce2]{height:100%;min-width:266px}.prompt-search-input .area[data-v-3f565ce2]{height:100%;align-items:center;position:relative}.prompt-search-input .area input[data-v-3f565ce2]{height:70%;width:100%;outline:none;border:none;border-radius:7px;font-size:1.2em;padding-left:9px}.prompt-search-input .area .search-btn[data-v-3f565ce2]{position:absolute;right:10px;top:50%;margin-top:-10px}#home-layout-wrapper[data-v-0dbc518b]{height:100vh;width:100%;background-color:#f1f1f14d;--height: 188px}#home-layout-wrapper .header[data-v-0dbc518b]{height:var(--height);width:100%;background-image:url(/assets/banner-lEgna-MO.png);background-repeat:no-repeat;background-size:100% 100%;top:0;position:absolute;z-index:1}#home-layout-wrapper .menus[data-v-0dbc518b]{--menu-height: 55;display:flex;position:sticky;z-index:2;height:calc(var(--menu-height) * 1px);line-height:calc(var(--menu-height) * 1px);width:100%;background-color:#1696e680;padding-left:20px;padding-right:20px}#home-layout-wrapper .menus .menu-item[data-v-0dbc518b]{color:var(--color-text);font-weight:700;font-size:.8em;cursor:pointer!important;padding:0 10px}#home-layout-wrapper .menus .menu-item[data-v-0dbc518b]:hover,#home-layout-wrapper .menus .menu-item-active[data-v-0dbc518b]{color:var(--color-text-hover)}#home-layout-wrapper .menus .content[data-v-0dbc518b]{flex:1}#home-layout-wrapper .menus .user[data-v-0dbc518b]{padding-right:20px}#home-layout-wrapper .slot-1[data-v-0dbc518b],#home-layout-wrapper .slot-2[data-v-0dbc518b]{color:var(--color-background-fill)}#home-wrapper[data-v-49492532]{width:100%;height:100%;position:relative;color:var(--color-text);background:var(--color-background-fill)}#home-wrapper .show-area[data-v-49492532],#home-wrapper .search-area[data-v-49492532]{height:100%}#home-wrapper .show-area[data-v-49492532]{display:flex;justify-content:center;align-items:center;background-color:var(--color-background)}#home-wrapper .show-area .title[data-v-49492532]{margin-right:30px;letter-spacing:2px;cursor:pointer}#home-wrapper .show-area .news[data-v-49492532]{height:40%;width:60%;min-width:400px;max-width:1000px;max-height:1400px;min-height:760px;background-color:var(--color-background-2)}#home-wrapper .search-area[data-v-49492532]{width:100%}#home-wrapper .icp[data-v-49492532]{display:flex;position:absolute;bottom:0;height:20px;width:100%;color:var(--color-text);padding-left:20px}#home-wrapper .icp .icp-info[data-v-49492532]{font-size:12px;display:flex;align-items:center}#home-wrapper .icp .icp-info .icon[data-v-49492532]{height:14px;width:14px}.user-public-wrapper[data-v-0a377e7f]{height:100%;display:flex;align-items:center;cursor:pointer}.user-public-wrapper .avatar[data-v-0a377e7f]{height:20px;width:20px;overflow:hidden;border-radius:50%;-webkit-user-select:none;user-select:none}.user-public-wrapper .avatar img[data-v-0a377e7f]{-webkit-user-drag:none;height:100%;width:100%}.user-public-wrapper .name[data-v-0a377e7f]{-webkit-user-select:none;user-select:none;font-size:.7em;padding-left:6px;font-weight:700}.bullet-chat-wrapper[data-v-2c4de747]{margin:20px;--height: 42;height:calc(var(--height) * 1px);line-height:calc(var(--height) * 1px);min-width:210px;max-width:380px;background:#ffffff80;padding:0 4px;border-radius:4px;display:flex;position:relative;--opacity: 0}.bullet-chat-wrapper[data-v-2c4de747]:hover{--opacity: 1;background:#fff}.bullet-chat-wrapper .user[data-v-2c4de747]{height:100%;width:40px;display:flex;align-items:center}.bullet-chat-wrapper .content[data-v-2c4de747]{flex:1;display:flex;cursor:pointer;position:relative}.bullet-chat-wrapper .content .words-content[data-v-2c4de747]{position:absolute;display:flex;width:100%}.bullet-chat-wrapper .content .words-content .channel[data-v-2c4de747]{font-size:14px;font-weight:800;font-style:italic}.bullet-chat-wrapper .content .words-content .channel[data-v-2c4de747]:hover{text-decoration:underline}.bullet-chat-wrapper .content .words-content .channel[data-v-2c4de747]:before{content:"#"}.bullet-chat-wrapper .content .words-content .title[data-v-2c4de747]{font-size:.8em;margin-left:.6em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bullet-chat-wrapper .opt[data-v-2c4de747]{width:62px;display:flex;align-items:center;--icon-color: #aba;cursor:pointer}.bullet-chat-wrapper .opt[data-v-2c4de747]:hover{--icon-color: #0a0}.bullet-chat-wrapper .opt .icon-like[data-v-2c4de747]{height:26px;width:26px}.bullet-chat-wrapper .opt .count[data-v-2c4de747]{-webkit-user-select:none;user-select:none;font-size:.8em;font-weight:700;color:var(--color-background-fill)}.bullet-chat-wrapper .prompt[data-v-2c4de747]{transition:all .2s;opacity:var(--opacity);position:absolute;height:30px;line-height:30px;padding:0 10px;bottom:-26px;font-size:.6em;color:var(--color-text)}#channel-view2-wrapper[data-v-268e6ecd]{width:100%;height:100%}#channel-view2-wrapper .bullet[data-v-268e6ecd]{width:30%}.editor-wrapper[data-v-4ac616a5]{height:100%;width:100%;background:red;color:var(--color-text);min-width:1000px}.editor-wrapper .editor[data-v-4ac616a5]{height:100%;width:100%}.confirm-dialog-wrapper[data-v-915b3653]{position:fixed;top:0;left:0;height:100vh;width:100vw;z-index:99;display:flex;justify-content:center;align-items:center;flex-direction:column;animation:wrapper-frames-915b3653 .4s forwards;animation-delay:1s}.confirm-dialog-wrapper .content[data-v-915b3653]{height:200px;width:100px;display:flex;animation:content-frames-915b3653 .4s linear forwards;animation-delay:.3s}.confirm-dialog-wrapper .content .icon-wrapper[data-v-915b3653]{height:200px;width:100px;display:flex;align-items:center}.confirm-dialog-wrapper .content .icon-wrapper .icon[data-v-915b3653]{--color: var(--color-background);height:50px;width:50px;animation:icon-frames-915b3653 .4s linear forwards}.confirm-dialog-wrapper .content .text[data-v-915b3653]{line-height:200px;font-size:1.2em;color:var(--color-text)}.confirm-dialog-wrapper .button-wrapper[data-v-915b3653]{margin-top:10px;width:600px;display:flex;justify-content:end;opacity:0;animation:btn-frames-915b3653 .4s linear forwards;animation-delay:1.5s}.confirm-dialog-wrapper .button-wrapper .span[data-v-915b3653]{flex:1}.confirm-dialog-wrapper .button-wrapper .btn[data-v-915b3653]{width:100px}@keyframes icon-frames-915b3653{to{height:200px;width:200px;--color: var(--color-text)}}@keyframes content-frames-915b3653{to{width:600px;background:var(--color-background)}}@keyframes wrapper-frames-915b3653{to{background:#32323266}}@keyframes btn-frames-915b3653{to{opacity:1}}.editor-wrapper[data-v-7621a367]{position:absolute;height:100%;width:100%;top:0;border-left:20px solid var(--color-border);background:var(--color-background);transition:top .6s ease-in-out;z-index:55}.editor-wrapper .opt-header[data-v-7621a367]{height:40px;line-height:40px;display:flex;align-items:center;color:var(--color-text)}.editor-wrapper .opt-header .title[data-v-7621a367]{font-size:.8em;padding-left:20px;font-weight:600}.editor-wrapper .opt-header .span[data-v-7621a367]{flex:1}.editor-wrapper .opt-header .opt-icons[data-v-7621a367]{width:100px;display:flex;align-items:center}.editor-wrapper .opt-header .opt-icons .icon[data-v-7621a367]{--color: var(--color-text);height:22px;width:22px;margin:0 4px;cursor:pointer}.editor-wrapper .opt-header .opt-icons .icon[data-v-7621a367]:hover{--color: var(--color-text-hover);height:24px;width:24px;transition:all .2s}.editor-wrapper .content[data-v-7621a367]{height:calc(100% - 40px)}.editor-wrapper-hidden[data-v-7621a367]{top:100%}.page-picker-wrapper[data-v-207760af]{position:relative;z-index:11;height:40px;width:80px;background:var(--color-background);color:var(--color-text);text-align:center;line-height:40px;font-size:.8em;-webkit-user-select:none;user-select:none;cursor:pointer;border-radius:12px}.page-picker-wrapper .main-item[data-v-207760af]{position:relative;top:0;left:0;z-index:11;height:40px;width:80px;border-radius:12px}.page-picker-wrapper .main-item[data-v-207760af]:hover{background:var(--color-background-hover);color:var(--color-text-hover)}.page-picker-wrapper .opt[data-v-207760af]{z-index:10;position:absolute;height:40px;width:40px;top:0;display:flex;justify-content:center;align-items:center;opacity:1;transition:all .4s}.page-picker-wrapper .opt .icon[data-v-207760af]{width:30px;height:30px;cursor:pointer}.page-picker-wrapper .opt-left[data-v-207760af]{left:-50px}.page-picker-wrapper .opt-right[data-v-207760af]{right:-50px}.page-picker-wrapper .opt-left-hidden[data-v-207760af]{opacity:0;left:0!important}.page-picker-wrapper .opt-right-hidden[data-v-207760af]{right:0!important;opacity:0}.switch-button-wrapper[data-v-ce62601d]{height:calc(var(--h) * 1px);line-height:calc(var(--h) * 1px);width:70px;background:#ababab;border-bottom:2px solid var(--color-background);display:flex;cursor:pointer;border-radius:5px 5px 2px 2px;overflow:hidden;-webkit-user-select:none;user-select:none;font-size:14px}.switch-button-wrapper .item[data-v-ce62601d]{width:40%;text-align:center;transition:all .2s;font-size:12px}.switch-button-wrapper .item-choose[data-v-ce62601d]{background:var(--color-background);color:#fff}.switch-button-wrapper .middle-true[data-v-ce62601d]{flex:1;border-right:28px solid transparent;border-top:28px solid var(--color-background);transition:all .2s}.switch-button-wrapper .middle-false[data-v-ce62601d]{flex:1;border-right:28px solid var(--color-background);border-top:28px solid transparent;transition:all .2s}#create-blog-wrapper[data-v-d2200e45]{position:relative;height:100%;width:100%;overflow-y:hidden}#create-blog-wrapper .edit-dialog[data-v-d2200e45]{position:absolute;height:100%;width:100%;display:flex;justify-content:center;align-items:center;animation:window-d2200e45 .2s forwards;z-index:10}#create-blog-wrapper .edit-dialog .content[data-v-d2200e45]{height:0;width:410px;background:#fff;color:var(--color-background-fill);border-radius:10px;overflow-y:hidden;animation:content-d2200e45 .5s forwards;animation-delay:.2s}#create-blog-wrapper .edit-dialog .content .title[data-v-d2200e45]{height:40px;line-height:40px;padding-left:10px;font-weight:700}#create-blog-wrapper .edit-dialog .content .input-item-large[data-v-d2200e45]{height:100px!important}#create-blog-wrapper .edit-dialog .content .input-item-large .input[data-v-d2200e45]{height:76px!important;max-width:145px!important}#create-blog-wrapper .edit-dialog .content .input-item[data-v-d2200e45]{height:60px;width:calc(100% - 30px);border-left:5px solid var(--color-background-fill);margin-left:30px;margin-top:16px}#create-blog-wrapper .edit-dialog .content .input-item .label[data-v-d2200e45]{height:24px;line-height:24px;font-size:14px;padding-left:6px}#create-blog-wrapper .edit-dialog .content .input-item .label .prompt[data-v-d2200e45]{font-size:10px}#create-blog-wrapper .edit-dialog .content .input-item .input[data-v-d2200e45]{height:36px;padding-left:6px}#create-blog-wrapper .edit-dialog .content .input-item .input input[data-v-d2200e45]{height:100%;width:80%;outline:none;font-size:.8em;padding-left:10px}#create-blog-wrapper .edit-dialog .content .input-item .input input .img[data-v-d2200e45]{height:30px;background:red}#create-blog-wrapper .edit-dialog .content .input-item .input .btn[data-v-d2200e45]{margin-top:5px}#create-blog-wrapper .edit-dialog .content .opt-item[data-v-d2200e45]{display:flex;padding-left:30px;margin-top:12px}#create-blog-wrapper .edit-dialog .content .opt-item .btn[data-v-d2200e45]{margin-right:10px}@keyframes window-d2200e45{to{background:#96969680}}@keyframes content-d2200e45{to{height:540px}}#create-blog-wrapper .header[data-v-d2200e45]{height:66px;display:flex;background:var(--color-background-fill);align-items:center;color:var(--color-text)}#create-blog-wrapper .header .title[data-v-d2200e45]{width:266px;font-size:1.3em;padding-left:30px;font-family:Pixel,Arial,serif;-webkit-user-select:none;user-select:none}#create-blog-wrapper .header .input[data-v-d2200e45]{height:33px;width:234px;background:var(--color-text);color:var(--color-background-fill);margin-left:10px;border-radius:5px;overflow:hidden}#create-blog-wrapper .header .input input[data-v-d2200e45]{height:100%;width:100%;border:none;outline:none;font-size:.78em;padding:0 6px}#create-blog-wrapper .header .icon[data-v-d2200e45]{height:0;width:0;transition:all .3s}#create-blog-wrapper .header .icon-show[data-v-d2200e45]{height:30px!important;width:30px!important}#create-blog-wrapper .header .span[data-v-d2200e45]{flex:1}#create-blog-wrapper .header .opt[data-v-d2200e45]{width:100px;height:40px;margin-right:10px;display:flex;align-items:center;--color: var(--color-text);cursor:pointer}#create-blog-wrapper .header .opt .icon[data-v-d2200e45]{height:30px;width:30px}#create-blog-wrapper .header .opt .text[data-v-d2200e45]{margin-left:2px;font-weight:700}#create-blog-wrapper .header .opt[data-v-d2200e45]:hover{text-decoration:underline;color:var(--color-text-hover);--color: var(--color-text-hover)}#create-blog-wrapper .content[data-v-d2200e45]{height:calc(100% - 66px);transition:height .2s ease-in;padding-bottom:66px}#create-blog-wrapper .content .blog-item[data-v-d2200e45]{margin:14px}#create-blog-wrapper .content-all[data-v-d2200e45]{height:calc(100% - 125px)}#create-blog-wrapper .tail[data-v-d2200e45]{height:60px}#create-blog-wrapper .tail .page[data-v-d2200e45]{height:40px;margin-top:10px;float:right;margin-right:200px}#create-layout-wrapper[data-v-f1c35ced]{position:fixed;display:flex;height:100%;width:100vw;--width: 50px;--color: #fff}#create-layout-wrapper .icon[data-v-f1c35ced]{height:24px;width:24px}#create-layout-wrapper .icon-active[data-v-f1c35ced]{--color: #c9ff1c !important}#create-layout-wrapper .icon-wrapper[data-v-f1c35ced]{margin:23px auto;display:flex;justify-content:center;align-items:center;height:38px;width:38px;border-radius:7px;cursor:pointer;position:relative}#create-layout-wrapper .icon-wrapper .text[data-v-f1c35ced]{max-width:0;padding:0;overflow:hidden;left:calc(100% + 4px);height:28px;line-height:28px;position:absolute;background:var(--color-background-fill);font-size:.7em;border-radius:0 6px 6px 0;color:#fff;text-wrap:nowrap;transition:all .2s;z-index:40}#create-layout-wrapper .icon-wrapper[data-v-f1c35ced]:hover{--color: #aba}#create-layout-wrapper .icon-wrapper:hover .text[data-v-f1c35ced]{max-width:200px;padding:0 10px;overflow:visible}#create-layout-wrapper .left-menus[data-v-f1c35ced]{width:var(--width);height:100%;background-color:var(--color-background)}#create-layout-wrapper .icon-header[data-v-f1c35ced]{margin-top:20px;margin-bottom:100px}#create-layout-wrapper .right-content[data-v-f1c35ced]{width:calc(100vw - var(--width))}.drop-list-wrapper[data-v-5d67e627]{height:100%;width:200px;position:relative;-webkit-user-select:none;user-select:none}.drop-list-wrapper .item-wrapper[data-v-5d67e627]{width:100%;display:flex}.drop-list-wrapper .item-wrapper .show[data-v-5d67e627]{flex:1}.drop-list-wrapper .item-wrapper .text[data-v-5d67e627]{display:flex;align-items:center;color:var(--color-text);font-size:.7em;padding-left:10px;letter-spacing:1px}.drop-list-wrapper .item-wrapper .text[data-v-5d67e627]:before{content:"#"}.drop-list-wrapper .item-wrapper .input[data-v-5d67e627]{color:var(--color-text);position:relative}.drop-list-wrapper .item-wrapper .input .name[data-v-5d67e627]{height:20px;font-size:10px;line-height:20px;padding-left:10px;font-style:italic}.drop-list-wrapper .item-wrapper .input .name[data-v-5d67e627]:before{content:"#"}.drop-list-wrapper .item-wrapper .input .input-area[data-v-5d67e627]{height:calc(100% - 20px);margin-top:-5px}.drop-list-wrapper .item-wrapper .input .input-area input[data-v-5d67e627]{color:var(--color-text);outline:none;border:none;background:none;padding-left:3px}.drop-list-wrapper .item-wrapper .icon-item[data-v-5d67e627]{height:40px;display:flex;align-items:center;padding-right:10px}.drop-list-wrapper .item-wrapper .icon-item .icon[data-v-5d67e627]{height:20px;width:20px;cursor:pointer;--color: #fff}.drop-list-wrapper .item-wrapper .icon-item .icon[data-v-5d67e627]:hover{--color: #abe}.drop-list-wrapper .item-wrapper .option-wrapper[data-v-5d67e627]{position:absolute;background:var(--color-background-fill);top:100%;width:100%;padding:5px 0;max-height:100px;transition:all .2s}.drop-list-wrapper .item-wrapper .option-wrapper .option[data-v-5d67e627]{color:var(--color-text);font-size:12px;height:18px;line-height:18px;cursor:pointer;padding:0 5px}.drop-list-wrapper .item-wrapper .option-wrapper .option[data-v-5d67e627]:hover{background:#64a9d1}.drop-list-wrapper .item-wrapper .option-wrapper-hidden[data-v-5d67e627]{max-width:0}#create-index-wrapper[data-v-12f4dde7]{height:100vh}#create-index-wrapper .menus[data-v-12f4dde7]{height:60px;display:flex;padding-top:20px;padding-left:20px;align-items:center}#create-index-wrapper .menus .title[data-v-12f4dde7]{margin-right:10px;letter-spacing:1px;font-size:.9em;color:var(--color-background-fill);font-weight:700}#create-index-wrapper .menus .list[data-v-12f4dde7]{height:40px;background:var(--color-background-fill)}#create-index-wrapper .container[data-v-12f4dde7]{height:calc(100vh - 60px);padding-bottom:100px}#create-index-wrapper .container .title[data-v-12f4dde7]{height:32px;width:100px;font-size:.8em;line-height:32px;padding:0 10px;margin:10px 20px;background:var(--color-background-fill);color:var(--color-text);border-radius:2px}#create-index-wrapper .container .item-wrapper .content[data-v-12f4dde7]{min-height:200px;max-height:400px;display:flex;border:2px solid var(--color-background);width:90%;margin-left:20px;border-radius:10px}#create-index-wrapper .container .item-wrapper .content .show-content[data-v-12f4dde7]{min-width:400px;max-width:600px;padding:4px}#create-index-wrapper .container .item-wrapper .content .show-content .blog-item[data-v-12f4dde7]{height:40px;line-height:40px;width:100%;display:flex;font-size:.8em;cursor:pointer;padding-left:10px;align-items:center}#create-index-wrapper .container .item-wrapper .content .show-content .blog-item[data-v-12f4dde7]:hover{background:#eee;font-weight:700;text-decoration:underline}#create-index-wrapper .container .item-wrapper .content .show-content .blog-item .active[data-v-12f4dde7]{background:var(--color-background-fill);height:10px;width:10px;border-radius:50%}#create-index-wrapper .container .item-wrapper .content .show-content .blog-item .active-hidden[data-v-12f4dde7]{background:transparent}#create-index-wrapper .container .item-wrapper .content .show-content .blog-item .name[data-v-12f4dde7]{margin-left:3px}#create-index-wrapper .container .item-wrapper .content .show-content .blog-item-active[data-v-12f4dde7],#create-index-wrapper .container .item-wrapper .content .show-content .blog-item-active[data-v-12f4dde7]:hover{background:#ababab}#create-index-wrapper .container .item-wrapper .content .opt-content[data-v-12f4dde7]{flex:1}#create-index-wrapper .container .item-wrapper .content .opt-content .opt[data-v-12f4dde7]{height:100%}#create-index-wrapper .container .item-wrapper .content .opt-content .opt .opt-item[data-v-12f4dde7]{display:flex;align-items:center;height:40px;color:var(--color-background-fill)}#create-index-wrapper .container .item-wrapper .content .opt-content .opt .opt-item .icon[data-v-12f4dde7]{height:20px;width:20px;cursor:pointer;--color: var(--color-background);margin-right:15px}#create-index-wrapper .container .item-wrapper .content .opt-content .opt .opt-item .icon[data-v-12f4dde7]:hover{height:22px;width:22px;--color: var(--color-background-fill)}#create-index-wrapper .container .item-wrapper .content .opt-content .opt .opt-item .label[data-v-12f4dde7]{font-size:.9em;letter-spacing:1px;margin:0 4px}#create-index-wrapper .container .item-wrapper .content .opt-content .opt .opt-item input[data-v-12f4dde7]{border:none;outline:none;border-bottom:2px solid var(--color-background);width:170px}.blog-item-public-wrapper[data-v-7425c1f3]{max-height:180px;box-shadow:1px 4px 15px 2px #5554544d;padding:10px;border-radius:10px;cursor:pointer;background:var(--color-background-hard);transition:all 333ms}.blog-item-public-wrapper[data-v-7425c1f3]:hover{background:var(--color-background-hard-hover)}.blog-item-public-wrapper .header[data-v-7425c1f3]{height:25px;line-height:30px;display:flex}.blog-item-public-wrapper .header .title[data-v-7425c1f3]{width:calc(100% - 200px);text-overflow:ellipsis;text-wrap:nowrap;overflow-x:hidden;overflow-y:hidden;padding-left:10px;font-size:1.2em;cursor:pointer;font-weight:700}.blog-item-public-wrapper .header .title .channel[data-v-7425c1f3]{font-size:12px;font-style:italic}.blog-item-public-wrapper .header .title[data-v-7425c1f3]:hover{text-decoration:underline}.blog-item-public-wrapper .header .right-info[data-v-7425c1f3]{display:flex;align-items:center;justify-content:right}.blog-item-public-wrapper .header .right-info .icon[data-v-7425c1f3]{margin-left:10px;height:14px;width:14px}.blog-item-public-wrapper .header .right-info .count[data-v-7425c1f3]{font-size:1px;padding-left:3px;-webkit-user-select:none;user-select:none}.blog-item-public-wrapper .header .right-info .count[data-v-7425c1f3]:after{content:"次"}.blog-item-public-wrapper .header .date[data-v-7425c1f3]{-webkit-user-select:none;user-select:none;text-align:right;font-size:10px;padding-left:5px}.content[data-v-7425c1f3]{max-height:120px;display:flex;padding:10px;border-radius:10px;cursor:pointer}.content .image[data-v-7425c1f3]{width:160px;height:90px;overflow:hidden;border-radius:10px}.content .image img[data-v-7425c1f3]{width:100%;height:100%;transition:all .4s;cursor:pointer;-webkit-user-drag:none}.content .image img[data-v-7425c1f3]:hover{width:109%;height:109%}.content .info[data-v-7425c1f3]{flex:1;height:100%}.content .info .ext-content[data-v-7425c1f3]{height:calc(100% - 20px);text-overflow:ellipsis;overflow:hidden;font-size:.8em;padding:2px 10px 2px 14px}.content .info .ext-content-loading .loading[data-v-7425c1f3]{height:14px;margin-top:4px;background:#ffffff4d;animation:loading-7425c1f3 1.2s ease-in infinite;width:var(--width)}@keyframes loading-7425c1f3{0%{width:calc(var(--width) + 0px)}50%{width:calc(var(--width) + 20px)}to{width:calc(var(--width) + 0px)}}.content .info .ext-content-loading .loading-1[data-v-7425c1f3]{--width: 80px}.content .info .ext-content-loading .loading-2[data-v-7425c1f3]{--width: 100px;animation-delay:.3s}.content .info .ext-content-loading .loading-3[data-v-7425c1f3]{--width: 130px;animation-delay:.6s}.blog-view-wrapper[data-v-98e8f42e]{height:100%;width:100vw;display:flex;color:var(--color-background-fill);background:var(--color-background-soft)}.blog-view-wrapper .left-content[data-v-98e8f42e]{width:calc(100vw - 400px);min-width:800px}.blog-view-wrapper .left-content .record[data-v-98e8f42e]{height:30px;font-size:10px;padding:3px 0 0 30px;-webkit-user-select:none;user-select:none}.blog-view-wrapper .left-content .list[data-v-98e8f42e]{height:calc(100% - 100px);padding:10px 30px 100px 55px}.blog-view-wrapper .left-content .list .list-item[data-v-98e8f42e]{min-width:600px;max-width:800px;margin-top:30px}.blog-view-wrapper .left-content .pager[data-v-98e8f42e]{height:60px;padding:10px 0 0 100px}.blog-view-wrapper .right-rank[data-v-98e8f42e]{width:400px;background:red}@media screen and (max-width: 1100px){.blog-view-wrapper .right-rank[data-v-98e8f42e]{width:0;display:none}.blog-view-wrapper .left-content[data-v-98e8f42e]{width:100vw}}.blog-show-view-wrapper[data-v-96e7de36]{height:100%;width:80%;min-width:800px;max-width:1200px;margin:0 auto;padding-top:20px;padding-bottom:120px}.blog-show-view-wrapper .title[data-v-96e7de36]{font-size:1.2em;height:60px;padding-left:30px;display:flex}.blog-show-view-wrapper .title span[data-v-96e7de36]{font-size:15px;margin-top:10px;margin-left:10px;font-style:italic}.blog-show-view-wrapper .info[data-v-96e7de36]{font-size:12px;display:flex;height:40px;align-items:center;padding-left:28px}.blog-show-view-wrapper .info .user[data-v-96e7de36]{margin-right:10px}.blog-show-view-wrapper .info .date[data-v-96e7de36]{font-size:10px}.blog-show-view-wrapper .show-content[data-v-96e7de36]{padding:30px;border-radius:20px;overflow:hidden;margin:0 auto}.not-value[data-v-96e7de36]{display:flex;align-items:center;justify-content:center;height:100%;width:100%;font-size:1.3em;flex-direction:column}.not-value .home[data-v-96e7de36]{margin-top:20px;font-size:14px;text-decoration:underline;letter-spacing:2px;cursor:pointer}.not-value .home[data-v-96e7de36]:hover{color:var(--color-text-hover)}.notice-container[data-v-a67f3d33]{height:100%;width:100%;padding:13px}.notice-container .container[data-v-a67f3d33]{width:60%;min-width:1500px;min-height:166px;box-shadow:1px 3px 5px 2px #ababab;border-radius:10px;padding:10px}.notice-container .container .stock-dialog .name[data-v-a67f3d33]{margin-bottom:13px}.notice-container .container .stock-dialog .content[data-v-a67f3d33]{height:540px;width:380px;background:#fff}.notice-container .container .title[data-v-a67f3d33]{height:30px;line-height:24px;font-size:1.2em;font-weight:700;letter-spacing:1px;color:var(--color-background-fill);border-bottom:3px solid var(--color-background-fill);display:flex;align-items:center;padding-left:12px}.notice-container .container .title span[data-v-a67f3d33]{font-size:10px;padding-left:10px;line-height:1px}.notice-container .container .title .icon[data-v-a67f3d33]{height:18px;width:18px;margin-right:3px}.notice-container .container .create[data-v-a67f3d33]{margin:10px 0 12px;display:flex}.notice-container .container .create button[data-v-a67f3d33]{margin-right:10px;font-size:.8em;height:28px;display:flex;align-items:center;background:var(--color-background-fill);color:var(--color-text);outline:none;border:none;border-radius:4px;cursor:pointer;padding:0 9px}.notice-container .container .create button[data-v-a67f3d33]:hover{background:var(--color-background-hover)}.notice-container .container .create button .icon[data-v-a67f3d33]{width:12px;height:12px;margin-right:5px}#user-center-wrapper[data-v-652c1c79]{height:100vh;width:100vw;display:flex;--menu-width: 166px}#user-center-wrapper .left-menu[data-v-652c1c79]{color:var(--color-text);width:var(--menu-width);background-color:var(--color-background-fill)}#user-center-wrapper .left-menu .user-avatar[data-v-652c1c79]{height:88px;width:88px;margin:30px auto 10px;border-radius:50%;overflow:hidden}#user-center-wrapper .left-menu .user-avatar img[data-v-652c1c79]{-webkit-user-drag:none;height:100%;width:100%}#user-center-wrapper .left-menu .user-name[data-v-652c1c79]{font-size:20px;color:var(--color-text);text-align:center;letter-spacing:2px}#user-center-wrapper .left-menu .menus[data-v-652c1c79]{padding:10px;font-size:.8em}#user-center-wrapper .left-menu .menus .menu[data-v-652c1c79]{height:36px;line-height:36px;cursor:pointer}#user-center-wrapper .left-menu .menus .menu[data-v-652c1c79]:hover{text-decoration:underline;color:var(--color-text-hover)}#user-center-wrapper .left-menu .menus .menu-active[data-v-652c1c79]{color:var(--color-text-hover)}#user-center-wrapper .right-content[data-v-652c1c79]{width:calc(100vw - var(--menu-width));height:100%;position:relative;overflow-x:hidden;--offset-index: 1}#user-center-wrapper .right-content .move-window[data-v-652c1c79]{position:relative;height:100%;width:100%;display:flex;left:calc(var(--offset-index) * -100%);transition:left .2s ease-in-out}#user-center-wrapper .right-content .move-window .window[data-v-652c1c79]{flex:0 0 auto;width:100%;height:100%}
