@charset "UTF-8";/*!
* Vditor v3.11.1 - A markdown editor written in TypeScript.
*
* MIT License
*
* Copyright (c) 2018-present B3log 开源, b3log.org
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*
*//*!
 * Vditor v3.11.1 - A markdown editor written in TypeScript.
 *
 * MIT License
 *
 * Copyright (c) 2018-present B3log 开源, b3log.org
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 *
 */.vditor{--border-color: #d1d5da;--second-color: rgba(88, 96, 105, .36);--panel-background-color: #fff;--panel-shadow: 0 1px 2px rgba(0, 0, 0, .2);--toolbar-background-color: #f6f8fa;--toolbar-icon-color: #586069;--toolbar-icon-hover-color: #4285f4;--toolbar-height: 35px;--toolbar-divider-margin-top: 8px;--textarea-background-color: #fafbfc;--textarea-text-color: #24292e;--resize-icon-color: var(--toolbar-icon-color);--resize-background-color: var(--toolbar-background-color);--resize-hover-icon-color: var(--panel-background-color);--resize-hover-background-color: var(--toolbar-icon-hover-color);--count-background-color: rgba(27, 31, 35, .05);--heading-border-color: #eaecef;--blockquote-color: #6a737d;--ir-heading-color: #660e7a;--ir-title-color: #808080;--ir-bi-color: #0033b3;--ir-link-color: #008000;--ir-bracket-color: #0000ff;--ir-paren-color: #008000}.vditor--dark{--border-color: #141414;--second-color: rgba(185, 185, 185, .36);--panel-background-color: #24292e;--panel-shadow: 0 1px 2px rgba(255, 255, 255, .2);--toolbar-background-color: #1d2125;--toolbar-icon-color: #b9b9b9;--toolbar-icon-hover-color: #fff;--textarea-background-color: #2f363d;--textarea-text-color: #d1d5da;--resize-icon-color: var(--border-color);--resize-background-color: var(--second-color);--resize-hover-icon-color: var(--toolbar-icon-hover-color);--resize-hover-background-color: rgba(185, 185, 185, .86);--count-background-color: rgba(66, 133, 244, .36);--heading-border-color: var(--textarea-text-color);--blockquote-color: var(--toolbar-icon-color);--ir-heading-color: #9876aa;--ir-title-color: #808080;--ir-bi-color: #cc7832;--ir-link-color: #ffc66d;--ir-bracket-color: #287bde;--ir-paren-color: #6a8759}@keyframes tooltip-appear{0%{opacity:0}to{opacity:1}}.vditor-tooltipped{position:relative;cursor:pointer}.vditor-tooltipped:after{position:absolute;z-index:1000000;display:none;padding:5px 8px;font-size:11px;font-weight:400;-webkit-font-smoothing:subpixel-antialiased;color:#fff;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-wrap:break-word;white-space:pre;pointer-events:none;content:attr(aria-label);background:#3b3e43;border-radius:3px;line-height:16px;opacity:0}.vditor-tooltipped:before{position:absolute;z-index:1000001;display:none;width:0;height:0;color:#3b3e43;pointer-events:none;content:"";border:5px solid transparent;opacity:0}.vditor-tooltipped--hover:before,.vditor-tooltipped--hover:after,.vditor-tooltipped:hover:before,.vditor-tooltipped:hover:after,.vditor-tooltipped:active:before,.vditor-tooltipped:active:after,.vditor-tooltipped:focus:before,.vditor-tooltipped:focus:after{display:inline-block;text-decoration:none;animation-name:tooltip-appear;animation-duration:.15s;animation-fill-mode:forwards;animation-timing-function:ease-in}.vditor-tooltipped__s:after,.vditor-tooltipped__se:after,.vditor-tooltipped__sw:after{top:100%;right:50%;margin-top:5px}.vditor-tooltipped__s:before,.vditor-tooltipped__se:before,.vditor-tooltipped__sw:before{top:auto;right:50%;bottom:-5px;margin-right:-5px;border-bottom-color:#3b3e43}.vditor-tooltipped__se:after{right:auto;left:50%;margin-left:-15px}.vditor-tooltipped__sw:after{margin-right:-15px}.vditor-tooltipped__n:after,.vditor-tooltipped__ne:after,.vditor-tooltipped__nw:after{right:50%;bottom:100%;margin-bottom:5px}.vditor-tooltipped__n:before,.vditor-tooltipped__ne:before,.vditor-tooltipped__nw:before{top:-5px;right:50%;bottom:auto;margin-right:-5px;border-top-color:#3b3e43}.vditor-tooltipped__ne:after{right:auto;left:50%;margin-left:-15px}.vditor-tooltipped__nw:after{margin-right:-15px}.vditor-tooltipped__s:after,.vditor-tooltipped__n:after{transform:translate(50%)}.vditor-tooltipped__w:after{right:100%;bottom:50%;margin-right:5px;transform:translateY(50%)}.vditor-tooltipped__w:before{top:50%;bottom:50%;left:-5px;margin-top:-5px;border-left-color:#3b3e43}.vditor-tooltipped__e:after{bottom:50%;left:100%;margin-left:5px;transform:translateY(50%)}.vditor-tooltipped__e:before{top:50%;right:-5px;bottom:50%;margin-top:-5px;border-right-color:#3b3e43}@media screen and (max-width: 520px){.vditor-tooltipped:before,.vditor-tooltipped:after{content:none}}@keyframes scale-in{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.vditor-panel{background-color:var(--panel-background-color);position:absolute;box-shadow:var(--panel-shadow);border-radius:3px;padding:5px;z-index:3;font-size:14px;display:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;max-width:320px;min-width:80px;animation-duration:.15s;animation-name:scale-in;animation-timing-function:cubic-bezier(.2,0,.13,1.5);color:var(--toolbar-icon-color)}.vditor-panel--none{padding:0;animation:none;min-width:auto;max-width:none;white-space:nowrap;opacity:.86}.vditor-panel--arrow:before{position:absolute;width:0;height:0;pointer-events:none;content:" ";border:7px solid transparent;top:-14px;left:5px;border-bottom-color:var(--panel-background-color)}.vditor-panel--left{right:0}.vditor-panel--left.vditor-panel--arrow:before{right:5px;left:auto}.vditor-input{border:0;padding:3px 5px;background-color:var(--panel-background-color);font-size:12px;color:var(--textarea-text-color)}.vditor-input:focus{background-color:var(--toolbar-background-color);outline:none}.vditor-icon{color:var(--toolbar-icon-color);cursor:pointer;float:left;padding:4px 5px;height:21px;width:23px;background-color:transparent;border:0;box-sizing:border-box}.vditor-icon:hover,.vditor-icon--current{color:var(--toolbar-icon-hover-color);background-color:transparent}.vditor-icon:focus{outline:none}.vditor-icon svg{height:13px!important;width:13px!important;float:left;fill:currentColor;pointer-events:none}.vditor-toolbar{background-color:var(--toolbar-background-color);border-bottom:1px solid var(--border-color);padding:0 5px;line-height:1}.vditor-toolbar--pin{position:sticky;top:0;z-index:1}.vditor-toolbar--hide{transition:all .15s ease-in-out;height:5px;overflow:hidden}.vditor-toolbar--hide:hover{background-color:var(--toolbar-background-color);height:auto;overflow:visible}.vditor-toolbar__item{float:left;position:relative}.vditor-toolbar__item .vditor-tooltipped{color:var(--toolbar-icon-color);border:0;padding:10px 5px;background-color:transparent;height:var(--toolbar-height);width:25px;box-sizing:border-box;font-size:0}.vditor-toolbar__item .vditor-tooltipped:focus{outline:none;cursor:pointer;color:var(--toolbar-icon-hover-color)}.vditor-toolbar__item svg{fill:currentColor;display:inline-block;stroke-width:0;stroke:currentColor;width:15px;height:15px}.vditor-toolbar__item input{position:absolute;width:25px;height:var(--toolbar-height);top:0;left:0;cursor:pointer;opacity:.001;overflow:hidden}.vditor-toolbar__divider{float:left;height:calc(var(--toolbar-height) - (var(--toolbar-divider-margin-top) * 2));border-left:1px solid var(--second-color);margin:var(--toolbar-divider-margin-top) 8px}.vditor-toolbar__br{width:100%;padding:0!important;height:0!important}.vditor-menu--current{color:var(--toolbar-icon-hover-color)!important}.vditor-menu--disabled{color:var(--second-color)!important;cursor:not-allowed!important}.vditor-emojis{display:inline-block;overflow:auto}.vditor-emojis::-webkit-scrollbar{display:none}.vditor-emojis__tip{flex:1;min-width:1px;width:200px;margin-right:10px;color:var(--toolbar-icon-color);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.vditor-emojis__tail{margin-top:5px;font-size:12px;color:var(--toolbar-icon-color);display:flex}.vditor-emojis__tail a{text-decoration:none;color:var(--toolbar-icon-color)}.vditor-emojis__tail a:hover{color:var(--toolbar-icon-hover-color)}.vditor-emojis button{cursor:pointer;border-radius:3px;float:left;height:30px;width:30px;text-align:center;line-height:26px;padding:3px;box-sizing:border-box;font-size:16px;transition:all .15s ease-in-out;border:0;margin:0;background-color:transparent;overflow:hidden}.vditor-emojis button:focus{outline:none}.vditor-emojis button:hover .vditor-emojis__icon{display:inline-block;transform:scale(1.2)}.vditor-emojis img{height:20px;width:20px;float:left;margin:3px 0 0 3px}@media screen and (max-width: 520px){.vditor-toolbar__item{padding:0 12px}.vditor-panel--left.vditor-panel--arrow:before{right:17px}}@media (hover: hover) and (pointer: fine){.vditor-toolbar__item .vditor-tooltipped:hover{color:var(--toolbar-icon-hover-color)}}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.vditor{display:flex;flex-direction:column;border:1px solid var(--border-color);border-radius:3px;box-sizing:border-box;font-family:Helvetica Neue,Luxi Sans,DejaVu Sans,Hiragino Sans GB,Microsoft Yahei,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",Segoe UI Symbol,"Android Emoji",EmojiSymbols}.vditor--fullscreen{position:fixed;top:0;width:100%!important;left:0;height:100vh!important;z-index:90;border-radius:0}.vditor-content{display:flex;min-height:60px;flex:1;min-width:1px;position:relative}.vditor-preview{flex:1;min-width:1px;overflow:auto;margin-left:-1px;border-left:1px solid var(--border-color);box-sizing:border-box;border-radius:0 0 3px;background-color:var(--textarea-background-color)}.vditor-preview::-webkit-scrollbar{display:none}.vditor-preview__action{text-align:center;padding:10px;background-color:var(--toolbar-background-color)}.vditor-preview__action button{background-color:var(--toolbar-background-color);color:var(--toolbar-icon-color);line-height:20px;border:0;margin:0 10px;cursor:pointer;padding:0 7px;font-size:12px}.vditor-preview__action button.vditor-preview__action--current,.vditor-preview__action button:hover{color:var(--toolbar-icon-hover-color);background-color:var(--toolbar-background-color)}.vditor-preview__action button:focus{outline:none}.vditor-preview__action button svg{fill:currentColor;height:15px;width:15px;vertical-align:middle}.vditor-preview>.vditor-reset{padding:10px;margin:0 auto}.vditor-preview img:not(.emoji){cursor:pointer}.vditor-devtools{display:none;background-color:var(--textarea-background-color);overflow:auto;flex:1;min-width:1px;box-shadow:inset 1px 0 var(--border-color);box-sizing:border-box;border-radius:0 0 3px;padding:10px}.vditor-counter{padding:3px;color:var(--toolbar-icon-color);background-color:var(--count-background-color);border-radius:3px;font-size:12px;-webkit-user-select:none;-moz-user-select:none;user-select:none;float:right;margin:8px 3px 0 0}.vditor-counter--error{color:#d23f31;background-color:#d23f311a}.vditor-resize{padding:3px 0;cursor:row-resize;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:absolute;width:100%}.vditor-resize--top{top:-3px}.vditor-resize--bottom{bottom:-3px}.vditor-resize>div{height:3px;background-color:var(--resize-background-color);transition:all .15s ease-in-out}.vditor-resize:hover>div,.vditor-resize--selected>div{background-color:var(--resize-hover-background-color)}.vditor-resize:hover svg,.vditor-resize--selected svg{color:var(--resize-hover-icon-color)}.vditor-resize svg{fill:currentColor;stroke-width:0;stroke:currentColor;width:13px;height:3px;display:block;margin:0 auto;color:var(--resize-icon-color)}.vditor-upload{position:absolute;height:3px;left:0;top:-2px;transition:all .15s ease-in-out;background-color:#4285f4}.vditor-tip{position:absolute;font-size:12px;top:10px;animation-duration:.15s;animation-fill-mode:both;left:50%;z-index:5}.vditor-tip--show{display:block;animation-name:slideInDown}.vditor-tip__content{text-align:left;display:inline-block;line-height:16px;padding:3px 10px;border-radius:3px;background:var(--toolbar-background-color);position:relative;margin-left:-50%;color:var(--toolbar-icon-color);max-width:100%;box-shadow:var(--panel-shadow)}.vditor-tip__content ul{margin:2px 0;padding:0 0 0 18px}.vditor-tip__content a{color:#4285f4}.vditor-tip__close{position:absolute;color:var(--toolbar-icon-color);top:-7px;right:-15px;font-weight:700;cursor:pointer}.vditor-tip__close:hover{color:var(--toolbar-icon-hover-color)}.vditor-img{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;z-index:100}.vditor-img__bar{border-bottom:1px solid var(--border-color);background-color:var(--toolbar-background-color);text-align:center;height:36px;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.vditor-img__btn{display:flex;align-items:center;cursor:pointer;margin-left:24px;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:var(--toolbar-icon-color)}.vditor-img__btn:hover{color:var(--toolbar-icon-hover-color)}.vditor-img__btn svg{height:14px;width:14px;margin-right:8px;fill:currentColor}.vditor-img__img{flex:1;background-color:var(--textarea-background-color);overflow:auto;cursor:zoom-out}.vditor-img__img img{max-width:none}.vditor-hint{background-color:var(--panel-background-color);position:absolute;box-shadow:var(--panel-shadow);border-radius:3px;padding:5px 0;z-index:4;line-height:20px;list-style:none;font-size:12px;margin:0;max-width:250px;min-width:80px;display:none}.vditor-hint .vditor-hint{margin-top:-31px;left:100%;right:auto}.vditor-hint .vditor-hint.vditor-panel--left{right:100%;left:auto}.vditor-hint button{color:var(--toolbar-icon-color);display:block;padding:3px 10px;border:0;border-radius:0;line-height:20px;width:100%;box-sizing:border-box;text-align:left;margin:0;background-color:transparent;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.vditor-hint button:focus{outline:none}.vditor-hint--current,.vditor-hint button:not(.vditor-menu--disabled):hover{background-color:var(--toolbar-background-color)!important;color:var(--toolbar-icon-hover-color)!important}.vditor-hint__emoji{font-size:16px;float:left;margin-right:3px}.vditor-hint img{height:20px;width:20px;float:left;margin-right:3px}.vditor-reset{color:#24292e;font-variant-ligatures:no-common-ligatures;font-family:Helvetica Neue,Luxi Sans,DejaVu Sans,Hiragino Sans GB,Microsoft Yahei,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",Segoe UI Symbol,"Android Emoji",EmojiSymbols;word-wrap:break-word;overflow:auto;line-height:1.5;font-size:16px;word-break:break-word}.vditor-reset--anchor{padding-left:20px}.vditor-reset--error{color:#d23f31;font-size:12px;display:block;line-height:16px}.vditor-reset ul ul ul{list-style-type:square}.vditor-reset ul ul{list-style-type:circle}.vditor-reset ul{list-style-type:disc}.vditor-reset ul,.vditor-reset ol{padding-left:2em;margin-top:0;margin-bottom:16px}.vditor-reset li+li{margin-top:.25em}.vditor-reset li p{margin-top:16px}.vditor-reset audio{max-width:100%}.vditor-reset audio:focus{outline:none}.vditor-reset video{max-height:90vh;max-width:100%}.vditor-reset img{max-width:100%}.vditor-reset img.emoji{cursor:auto;max-width:20px;vertical-align:sub}.vditor-reset h1,.vditor-reset h2,.vditor-reset h3,.vditor-reset h4,.vditor-reset h5,.vditor-reset h6{margin-top:24px;margin-bottom:16px;font-weight:600;line-height:1.25}.vditor-reset h1:hover .vditor-anchor svg,.vditor-reset h2:hover .vditor-anchor svg,.vditor-reset h3:hover .vditor-anchor svg,.vditor-reset h4:hover .vditor-anchor svg,.vditor-reset h5:hover .vditor-anchor svg,.vditor-reset h6:hover .vditor-anchor svg{visibility:visible}.vditor-reset h1{font-size:1.75em}.vditor-reset h2{font-size:1.55em}.vditor-reset h3{font-size:1.38em}.vditor-reset h4{font-size:1.25em}.vditor-reset h5{font-size:1.13em}.vditor-reset h6{font-size:1em}.vditor-reset hr{height:2px;padding:0;margin:24px 0;background-color:#eaecef;border:0}.vditor-reset p{margin-top:0;margin-bottom:16px}.vditor-reset blockquote{padding:0 1em;color:#6a737d;border-left:.25em solid #eaecef;margin:0 0 16px}.vditor-reset blockquote>:first-child{margin-top:0}.vditor-reset blockquote>:last-child{margin-bottom:0}.vditor-reset ins>iframe{border:0}.vditor-reset iframe{border:1px solid #d1d5da;max-width:100%;box-sizing:border-box}.vditor-reset iframe.iframe__video{min-width:80%;min-height:36vh}.vditor-reset table{border-collapse:collapse;empty-cells:show;margin-bottom:16px;overflow:auto;border-spacing:0;display:block;word-break:keep-all;width:100%}.vditor-reset table tr{background-color:#fafbfc;border-top:1px solid #c6cbd1}.vditor-reset table td,.vditor-reset table th{padding:6px 13px;border:1px solid #dfe2e5;word-break:normal;white-space:nowrap}.vditor-reset table td:first-child:after,.vditor-reset table th:first-child:after{content:"";display:inline-block;vertical-align:top;min-height:24px}.vditor-reset table th{font-weight:600}.vditor-reset table tbody tr:nth-child(2n){background-color:#fff}.vditor-reset code:not(.hljs):not(.highlight-chroma){padding:.2em .4em;margin:0;font-size:85%;border-radius:3px;font-family:mononoki,Consolas,Liberation Mono,Menlo,Courier,monospace,"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",Segoe UI Symbol,"Android Emoji",EmojiSymbols;word-break:break-word;background-size:20px 20px;white-space:pre-wrap}.vditor-reset pre{margin:1em 0}.vditor-reset pre>code{margin:0;font-size:85%;padding:.5em;border-radius:5px;display:block;overflow:auto;white-space:pre;font-family:mononoki,Consolas,Liberation Mono,Menlo,Courier,monospace,"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",Segoe UI Symbol,"Android Emoji",EmojiSymbols;background-size:20px 20px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8AgMAAABHkjHhAAAACVBMVEWAgIBaWlo+Pj7rTFvWAAAAA3RSTlMHCAw+VhR4AAAA+klEQVQoz4WSMW7EQAhFPxKWNh2FCx+HkaZI6RRb5DYbyVfIJXLKDCFoMbaTKSw/8ZnPAPjaH2xgZcUNUDADD7D9LtDBCLZ45fbkvo/30K8yeI64pPwl6znd/3n/Oe93P3ho9qeh72btTFzqkz0rsJle8Zr81OLEwZ1dv/713uWqvu2pl+k0fy7MWtj9r/tN5q/02z89qa/L4Dc2LvM93kezPfXlME/O86EbY/V9GB9ePX8G1/6W+/9h1dq/HGfTfzT3j/xNo7522Bfnqe5jO/fvhVthlfk434v3iO9zG/UOphyPeinPl1J8Gtaa7xPTa/Dk+RIs4deMvwGvcGsmsCvJ0AAAAABJRU5ErkJggg==);word-break:initial;word-wrap:normal}.vditor-reset pre:hover div.vditor-copy{display:block}.vditor-reset .language-math,.vditor-reset .language-echarts,.vditor-reset .language-mindmap,.vditor-reset .language-plantuml,.vditor-reset .language-mermaid,.vditor-reset .language-smiles,.vditor-reset .language-markmap,.vditor-reset .language-abc,.vditor-reset .language-flowchart,.vditor-reset .language-graphviz{margin-bottom:16px}.vditor-reset .language-math mjx-container:focus{outline:none;cursor:context-menu}.vditor-reset .language-math .katex-display>.katex>.katex-html>.tag{display:inline-block;font-size:1.21rem;right:2px}.vditor-reset .language-echarts,.vditor-reset .language-mindmap{overflow:hidden;height:420px}.vditor-reset .language-mermaid,.vditor-reset .language-markmap,.vditor-reset .language-flowchart,.vditor-reset .language-graphviz{text-align:center}.vditor-reset .language-graphviz parsererror{overflow:auto}.vditor-reset kbd{display:inline-block;padding:3px 5px;font:11px Consolas,Liberation Mono,Menlo,Courier,monospace;line-height:10px;color:#24292e;vertical-align:middle;background-color:#fafbfc;border:solid 1px #d1d5da;border-radius:3px;box-shadow:inset 0 -1px #d1d5da}.vditor-reset summary{cursor:pointer}.vditor-reset summary:focus{outline:none}.vditor-reset svg{height:auto;width:auto;stroke-width:initial}.vditor-reset p:last-child,.vditor-reset blockquote:last-child,.vditor-reset pre:last-child,.vditor-reset ul:last-child,.vditor-reset ol:last-child,.vditor-reset hr:last-child{margin-bottom:0}.vditor-comment{border-bottom:2px solid #f8e6ab}.vditor-comment--focus,.vditor-comment--hover{background-color:#faf1d1;border-bottom:2px solid #ffc60a}.vditor-comment--focus .vditor-comment,.vditor-comment--hover .vditor-comment{border-bottom:2px solid #ffc60a}.vditor-task{list-style:none!important;word-break:break-all}.vditor-task input{margin:0 .2em .25em -1.6em;font-size:12px;vertical-align:middle}.vditor-copy{position:relative;display:none;z-index:1}.vditor-copy textarea{position:absolute;left:-100000px;height:10px}.vditor-copy span{cursor:pointer;position:absolute;right:15px;top:.5em}.vditor-copy svg{color:#586069;height:14px;width:14px!important;display:block;fill:currentColor}.vditor-linenumber{padding-left:4em!important;position:relative}.vditor-linenumber__rows{position:absolute;pointer-events:none;top:1em;left:0;width:3em;-webkit-user-select:none;-moz-user-select:none;user-select:none;counter-reset:linenumber}.vditor-linenumber__rows>span{pointer-events:none;display:block}.vditor-linenumber__rows>span:before{counter-increment:linenumber;content:counter(linenumber);color:#9e969661;display:block;padding-right:1em;text-align:right}.vditor-speech{position:absolute;display:none;background-color:#f6f8fa;border:1px solid #d1d5da;border-radius:3px;padding:3px;cursor:pointer;color:#586069}.vditor-speech:hover,.vditor-speech--current{color:#4285f4}.vditor-speech svg{height:14px;width:14px;fill:currentColor;display:block;stroke-width:0;stroke:currentColor}.vditor-anchor{margin-left:5px}.vditor-anchor--left{float:left;padding-right:4px;margin-left:-20px}.vditor-anchor svg{visibility:hidden}.vditor-anchor:hover svg{visibility:visible}.vditor-anchor:focus{outline:none}.vditor-linkcard{margin:31px auto 16px;transition:all .15s ease-in-out;cursor:pointer;max-width:768px;padding:0 10px}.vditor-linkcard a{border-radius:3px;background-color:#f6f8fa;overflow:hidden;max-height:250px;display:flex;text-decoration:none;flex-wrap:wrap-reverse;box-shadow:0 1px 2px #0003}.vditor-linkcard a:hover{box-shadow:0 0 3px #00000021,0 3px 6px #00000042;text-decoration:none}.vditor-linkcard a:visited .vditor-linkcard__abstract{color:#5860695c}.vditor-linkcard__info{padding:10px;min-width:200px;box-sizing:border-box;flex:1}.vditor-linkcard__title{font-size:14px;font-weight:400;color:#24292e;display:flex;align-items:center}.vditor-linkcard__title img{cursor:pointer;height:20px;width:20px;border-radius:3px;flex-shrink:0;margin-right:5px}.vditor-linkcard__abstract{word-wrap:break-word;word-break:break-all;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;font-size:13px;color:#586069;margin:5px 0}.vditor-linkcard__site{font-size:12px;color:#4285f4}.vditor-linkcard__image{background-size:cover;background-repeat:no-repeat;background-position:center center;max-width:250px;min-width:126px;cursor:pointer;background-color:#5860695c}.vditor-footnotes__goto-ref{text-decoration:none}.vditor-toc{margin-bottom:16px;-webkit-user-select:text;-moz-user-select:text;user-select:text;color:#4285f4}.vditor-toc .vditor-outline__action{display:none}.vditor-toc ul{list-style:none!important;padding-left:1em}.vditor-toc>ul{padding-left:0}.vditor-toc span{cursor:pointer}.vditor-toc li>span>svg{width:0;height:0}.vditor-outline{width:250px;border-right:1px solid var(--border-color);background-color:var(--panel-background-color);display:none;overflow:auto}.vditor-outline--right{border-right:0;border-left:1px solid var(--border-color)}.vditor-outline::-webkit-scrollbar{display:none}.vditor-outline ul{list-style:none!important;padding-left:1em;margin:0}.vditor-outline__content>ul{padding-left:0}.vditor-outline li>span{display:flex;align-items:center;padding:5px 10px;cursor:pointer;color:var(--textarea-text-color)}.vditor-outline li>span>svg{height:10px;width:10px;flex-shrink:0}.vditor-outline li>span:hover{color:var(--toolbar-icon-hover-color)}.vditor-outline li>span>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vditor-outline__title{border-bottom:1px dashed var(--border-color);padding:5px 10px;color:var(--toolbar-icon-color);font-size:12px}.vditor-outline__action{transition:all .15s ease-in-out;fill:currentColor;margin-right:5px;flex-shrink:0}.vditor-outline__action--close{transform:rotate(-90deg)}.vditor-wysiwyg{box-sizing:border-box;flex:1;position:relative;width:100%;min-width:1px}.vditor-wysiwyg pre.vditor-reset{background-color:var(--panel-background-color);margin:0;white-space:pre-wrap;height:100%;box-sizing:border-box}.vditor-wysiwyg pre.vditor-reset[contenteditable=false]{opacity:.3;cursor:not-allowed}.vditor-wysiwyg pre.vditor-reset:empty:before{content:attr(placeholder);color:var(--second-color)}.vditor-wysiwyg pre.vditor-reset:focus{outline:none;background-color:var(--textarea-background-color)}.vditor-wysiwyg pre.vditor-reset:after{content:"";height:var(--editor-bottom);display:block}.vditor-wysiwyg blockquote:empty:before,.vditor-wysiwyg pre>code:empty:before,.vditor-wysiwyg p:empty:before,.vditor-wysiwyg h1:empty:after,.vditor-wysiwyg h2:empty:after,.vditor-wysiwyg h3:empty:after,.vditor-wysiwyg h4:empty:after,.vditor-wysiwyg h5:empty:after,.vditor-wysiwyg h6:empty:after{content:" "}.vditor-wysiwyg code[data-marker="`"]{padding-left:0!important;padding-right:0!important}.vditor-wysiwyg__block pre:first-child{margin-bottom:-1em}.vditor-wysiwyg__block pre:first-child code{color:var(--textarea-text-color);height:auto;text-align:left}.vditor-wysiwyg__block pre:last-child{margin-bottom:1em}.vditor-wysiwyg__preview{cursor:pointer;white-space:initial;min-height:27px}.vditor-wysiwyg>.vditor-reset>h1:before,.vditor-wysiwyg>.vditor-reset>h2:before,.vditor-wysiwyg>.vditor-reset>h3:before,.vditor-wysiwyg>.vditor-reset>h4:before,.vditor-wysiwyg>.vditor-reset>h5:before,.vditor-wysiwyg>.vditor-reset>h6:before,.vditor-wysiwyg div.vditor-wysiwyg__block:before,.vditor-wysiwyg div[data-type=link-ref-defs-block]:before,.vditor-wysiwyg div[data-type=footnotes-block]:before,.vditor-wysiwyg .vditor-toc:before{float:left;padding-right:4px;margin-left:-29px;content:"H1";font-size:.85rem;font-weight:400;color:var(--second-color)}.vditor-wysiwyg>.vditor-reset>h2:before{content:"H2"}.vditor-wysiwyg>.vditor-reset>h3:before{content:"H3"}.vditor-wysiwyg>.vditor-reset>h4:before{content:"H4"}.vditor-wysiwyg>.vditor-reset>h5:before{content:"H5"}.vditor-wysiwyg>.vditor-reset>h6:before{content:"H6"}.vditor-wysiwyg div[data-type=link-ref-defs-block]:before{content:'"A"'}.vditor-wysiwyg div[data-type=footnotes-block]:before{content:"^F"}.vditor-wysiwyg div.vditor-wysiwyg__block:before{content:"</>"}.vditor-wysiwyg div.vditor-wysiwyg__block[data-type=yaml-front-matter]:before{content:"F"}.vditor-wysiwyg div.vditor-wysiwyg__block[data-type=math-block]:before{content:"$$"}.vditor-wysiwyg .vditor-toc:before{content:"ToC"}.vditor-wysiwyg hr{display:inline-block;margin:12px 0;width:100%}.vditor-wysiwyg details{white-space:initial}.vditor-wysiwyg a{cursor:pointer}.vditor-wysiwyg span[data-type=backslash]>span{display:none;color:var(--second-color)}.vditor-wysiwyg span[data-type=link-ref],.vditor-wysiwyg sup[data-type=footnotes-ref]{color:#4285f4}.vditor-wysiwyg span[data-type=toc-h]{color:#4285f4;text-decoration:underline}.vditor-wysiwyg div[data-type=footnotes-block]{border-top:2px solid var(--heading-border-color);padding-top:24px;margin-top:24px}.vditor-wysiwyg div[data-type=link-ref-defs-block]{color:var(--blockquote-color)}@media screen and (max-width: 520px){.vditor-wysiwyg h1:before,.vditor-wysiwyg h2:before,.vditor-wysiwyg h3:before,.vditor-wysiwyg h4:before,.vditor-wysiwyg h5:before,.vditor-wysiwyg h6:before,.vditor-wysiwyg div.vditor-wysiwyg__block:before,.vditor-wysiwyg div[data-type=link-ref-defs-block]:before,.vditor-wysiwyg div[data-type=footnotes-block]:before,.vditor-wysiwyg .vditor-toc:before{content:none}}.vditor-ir{box-sizing:border-box;flex:1;min-width:1px;position:relative;width:100%}.vditor-ir__node[data-type=code-block]:before,.vditor-ir__node[data-type=code-block]:after,.vditor-ir__node[data-type=yaml-front-matter]:before,.vditor-ir__node[data-type=yaml-front-matter]:after,.vditor-ir__node[data-type=math-block]:before,.vditor-ir__node[data-type=math-block]:after{content:" ";color:var(--second-color)}.vditor-ir__node:not(.vditor-ir__node--expand) .vditor-ir__marker{padding:0!important}.vditor-ir__node:not(.vditor-ir__node--expand)[data-type=a]{cursor:pointer}.vditor-ir__node[data-type=link-ref],.vditor-ir__node[data-type=footnotes-ref]{color:#4285f4}.vditor-ir__node[data-type=html-block]{margin-bottom:1em}.vditor-ir__node .vditor-ir__marker{width:0;overflow:hidden;display:inline-block;height:0;transition:all .15s ease-in-out}.vditor-ir__node--hidden .vditor-ir__marker{visibility:hidden}.vditor-ir__node--expand .vditor-ir__marker{color:var(--second-color);display:inline;height:auto;width:auto}.vditor-ir__node--expand .vditor-ir__marker--hide{display:none}.vditor-ir__node--expand .vditor-ir__marker--heading{color:var(--ir-heading-color)}.vditor-ir__node--expand .vditor-ir__marker--bi{color:var(--ir-bi-color)}.vditor-ir__node--expand .vditor-ir__marker--link{color:var(--ir-link-color)}.vditor-ir__node--expand .vditor-ir__marker--title{color:var(--ir-title-color)}.vditor-ir__node--expand .vditor-ir__marker--bracket{color:var(--ir-bracket-color);text-decoration:underline}.vditor-ir__node--expand .vditor-ir__marker--paren{color:var(--ir-paren-color)}.vditor-ir__node--expand .vditor-ir__marker--info{color:var(--ir-heading-color)}.vditor-ir__node--expand .vditor-ir__marker--pre code{color:var(--textarea-text-color);height:auto;text-align:left}.vditor-ir__node--expand[data-type=code-block]:before,.vditor-ir__node--expand[data-type=code-block]:after{content:"```"}.vditor-ir__node--expand[data-type=yaml-front-matter]:before,.vditor-ir__node--expand[data-type=yaml-front-matter]:after{content:"---"}.vditor-ir__node--expand[data-type=math-block]:before,.vditor-ir__node--expand[data-type=math-block]:after{content:"$$"}.vditor-ir__node span[data-type=code-block-open-marker],.vditor-ir__node span[data-type=code-block-close-marker],.vditor-ir__node span[data-type=yaml-front-matter-open-marker],.vditor-ir__node span[data-type=yaml-front-matter-close-marker],.vditor-ir__node span[data-type=math-block-open-marker],.vditor-ir__node span[data-type=math-block-close-marker]{display:none}.vditor-ir__preview{cursor:pointer;white-space:initial;min-height:27px}.vditor-ir__link{color:var(--ir-bracket-color);text-decoration:underline}.vditor-ir pre.vditor-reset{background-color:var(--panel-background-color);margin:0;white-space:pre-wrap;height:100%;box-sizing:border-box}.vditor-ir pre.vditor-reset[contenteditable=false]{opacity:.3;cursor:not-allowed}.vditor-ir pre.vditor-reset:empty:before{content:attr(placeholder);color:var(--second-color)}.vditor-ir pre.vditor-reset:focus{outline:none;background-color:var(--textarea-background-color)}.vditor-ir pre.vditor-reset:after{content:"";height:var(--editor-bottom);display:block}.vditor-ir pre.vditor-reset pre{margin:0}.vditor-ir hr{display:inline-block;margin:12px 0;width:100%}.vditor-ir blockquote:empty:before,.vditor-ir pre>code:empty:before,.vditor-ir p:empty:before,.vditor-ir h1:empty:after,.vditor-ir h2:empty:after,.vditor-ir h3:empty:after,.vditor-ir h4:empty:after,.vditor-ir h5:empty:after,.vditor-ir h6:empty:after{content:" "}.vditor-ir .vditor-reset>h1:before,.vditor-ir .vditor-reset>h2:before,.vditor-ir .vditor-reset>h3:before,.vditor-ir .vditor-reset>h4:before,.vditor-ir .vditor-reset>h5:before,.vditor-ir .vditor-reset>h6:before,.vditor-ir div[data-type=link-ref-defs-block]:before,.vditor-ir div[data-type=footnotes-block]:before,.vditor-ir .vditor-toc:before{float:left;padding-right:4px;margin-left:-29px;content:"H1";font-size:.85rem;font-weight:400;color:var(--second-color)}.vditor-ir .vditor-reset>h2:before{content:"H2"}.vditor-ir .vditor-reset>h3:before{content:"H3"}.vditor-ir .vditor-reset>h4:before{content:"H4"}.vditor-ir .vditor-reset>h5:before{content:"H5"}.vditor-ir .vditor-reset>h6:before{content:"H6"}.vditor-ir div[data-type=link-ref-defs-block]{color:var(--blockquote-color)}.vditor-ir div[data-type=link-ref-defs-block]:before{content:'"A"'}.vditor-ir div[data-type=footnotes-block]{border-top:2px solid var(--heading-border-color);padding-top:24px;margin-top:24px}.vditor-ir div[data-type=footnotes-block]:before{content:"^F"}.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>ul,.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>ol,.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>p,.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>blockquote,.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>pre,.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>table,.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>hr{margin-left:8px}.vditor-ir .vditor-toc:before{content:"ToC"}.vditor-ir .vditor-toc span[data-type=toc-h]{color:#4285f4;text-decoration:underline}@media screen and (max-width: 520px){.vditor-ir h1:before,.vditor-ir h2:before,.vditor-ir h3:before,.vditor-ir h4:before,.vditor-ir h5:before,.vditor-ir h6:before,.vditor-ir div[data-type=link-ref-defs-block]:before,.vditor-ir div[data-type=footnotes-block]:before,.vditor-ir .vditor-toc:before{content:none}}.vditor-sv{font-family:Helvetica Neue,Luxi Sans,DejaVu Sans,Hiragino Sans GB,Microsoft Yahei,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",Segoe UI Symbol,"Android Emoji",EmojiSymbols;margin:0 1px 0 0;overflow:auto;width:100%;flex:1;min-width:1px;border:0;resize:none;padding:10px 9px 10px 10px;box-sizing:border-box;background-color:var(--panel-background-color);outline:0 none;font-size:16px;line-height:22px;color:var(--textarea-text-color);border-radius:0 0 3px 3px;font-variant-ligatures:no-common-ligatures;white-space:pre-wrap;word-break:break-word;word-wrap:break-word}.vditor-sv[contenteditable=false]{opacity:.3;cursor:not-allowed}.vditor-sv:empty:before{content:attr(placeholder);color:var(--second-color)}.vditor-sv:focus{background-color:var(--textarea-background-color)}.vditor-sv:after{content:"";height:var(--editor-bottom);display:block}.vditor-sv span[data-type=newline]+span[data-type=text]:empty{display:inherit}.vditor-sv .sup{vertical-align:super;font-size:smaller}.vditor-sv .strong{font-weight:700}.vditor-sv .em{font-style:italic}.vditor-sv .s{text-decoration:line-through}.vditor-sv .mark:not(.vditor-sv__marker){background-color:#ff0;color:#000}.vditor-sv .h1{font-size:1.75em;line-height:44px}.vditor-sv .h2{font-size:1.55em;line-height:38px}.vditor-sv .h3{font-size:1.38em;line-height:27px}.vditor-sv .h4{font-size:1.25em;line-height:25px}.vditor-sv .h5{font-size:1.13em}.vditor-sv .h6{font-size:1em}.vditor-sv__marker{color:var(--second-color)}.vditor-sv__marker--heading{color:var(--ir-heading-color)}.vditor-sv__marker--bi{color:var(--ir-bi-color)}.vditor-sv__marker--link{color:var(--ir-link-color)}.vditor-sv__marker--title{color:var(--ir-title-color)}.vditor-sv__marker--bracket{color:var(--ir-bracket-color)}.vditor-sv__marker--paren{color:var(--ir-paren-color)}.vditor-sv__marker--info{color:var(--ir-heading-color)}.vditor-sv__marker--strong{font-weight:700}.omit[data-v-e662e626]{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.omit-2[data-v-e662e626]{-webkit-line-clamp:2}.omit-1[data-v-e662e626]{-webkit-line-clamp:1}.close-button[data-v-4747820b]{position:absolute;top:1px;right:12px}.back-button[data-v-4747820b]{position:absolute;top:1px;left:12px}[data-v-22833f2a] .xt-active-btn{border-radius:8px!important}[data-v-22833f2a] .ant-input{color:var(--secondary-text)!important;font-size:14px;font-weight:400}[data-v-22833f2a] .ant-input::-moz-placeholder{color:var(--secondary-text)!important}[data-v-22833f2a] .ant-input::placeholder{color:var(--secondary-text)!important}[data-v-22833f2a] .custom-select .ant-select-selector{border-radius:8px!important;display:flex;align-items:center;height:40px!important}[data-v-22833f2a] .custom-select .ant-select-item{color:var(--secondary-text)!important}[data-v-22833f2a] .ant-select-selection-placeholder{color:var(--secondary-text)!important;display:flex!important;align-items:center!important;justify-content:center!important}[data-v-22833f2a] .ant-select-selection-search{display:flex!important;align-items:center!important;height:40px!important}[data-v-22833f2a] .anticon.ant-input-clear-icon{color:var(--secondary-text)!important}.box-title[data-v-76be4bd5]{height:22px;line-height:22px;width:100%;font-size:16px;padding-left:16px;border-left:4px solid;border-color:var(--active-bg);margin-top:24px;margin-left:16px}.box-content[data-v-76be4bd5]{margin:24px 16px;padding:16px 16px 0;background:rgba(0,0,0,.3);border-radius:12px;min-width:600px;display:flex;flex-wrap:wrap;white-space:pre-wrap;word-break:break-all;font-size:16px}.right-button[data-v-2808d770]{position:absolute;top:16px;right:16px}.content-style[data-v-2808d770]{line-height:1.5}.commerce-small[data-v-02a10ae6]{width:24px;height:24px;line-height:24px;font-size:14px;margin-right:6px;text-align:center;color:var(--primary-text);border-radius:6px}.commerce-large[data-v-02a10ae6],.commerce-large[data-v-44a41a4f]{width:40px;height:40px;line-height:40px;font-size:24px;margin-right:8px;text-align:center;color:var(--primary-text);border-radius:10px}[data-v-a9733c86] .nav-item:hover{background:var(--active-secondary-bg)!important}[data-v-d1440456] .ant-timeline-item-head{background:var(--secondary-text)!important;color:var(--secondary-text)!important}[data-v-d1440456] .ant-timeline-item-head-blue{border:none!important}[data-v-d1440456] .item-time{-webkit-user-select:text;-moz-user-select:text;user-select:text}[data-v-d1440456] .item-time:first-of-type{padding-top:16px}[data-v-d0076c14] .nav-item:hover{background:var(--active-secondary-bg)!important}[data-v-d0076c14] .ant-dropdown-menu-item{align-items:start!important}[data-v-01c8bd7f] .nav-item:hover{background:var(--active-secondary-bg)!important}[data-v-01c8bd7f] .ant-dropdown-menu-item{align-items:start!important}.right-close[data-v-6d3ae254]{position:absolute;top:16px;right:16px}[data-v-6d3ae254] .custom-select .ant-select-selector{border-radius:8px!important;display:flex;align-items:center;height:40px!important}[data-v-6d3ae254] .ant-select-single .ant-select-selector .ant-select-selection-item{color:var(--secondary-text)!important;display:flex!important;align-items:center!important;justify-content:center!important}[data-v-6d3ae254] .ant-select-selection-search{display:flex!important;align-items:center!important;height:40px!important}[data-v-6d3ae254] .anticon.ant-input-clear-icon{color:var(--secondary-text)!important}[data-v-6d3ae254] .ant-input{color:var(--secondary-text)!important;font-size:14px;font-weight:400}[data-v-6d3ae254] .ant-input::-moz-placeholder{color:var(--secondary-text)!important}[data-v-6d3ae254] .ant-input::placeholder{color:var(--secondary-text)!important}[data-v-6d3ae254] .float-icon,[data-v-df84926e] .float-icon{top:125px!important}.top-right[data-v-3805f2a2]{position:absolute;top:16px;right:16px}.left-back[data-v-3805f2a2]{position:absolute;top:16px;left:16px}.state-dot[data-v-53a38cdc]{width:8px;height:8px;background:#ff4d4f;border-radius:4px}.active-item[data-v-53a38cdc]{color:var(--active-text);background:var(--active-bg)}.nav-box[data-v-53a38cdc]{width:50%;padding:0 20px}[data-v-53a38cdc] .xt-active-btn{justify-content:start}.circle[data-v-53a38cdc]{width:10px;height:10px;border-radius:50%;background:none;border:2px solid var(--active-bg)}[data-v-1c27f671] .ant-checkbox+span{color:var(--secondary-text)!important}[data-v-18b266e3] .nav-box{border-radius:8px!important}[data-v-18b266e3] .xt-active-btn span{color:#ffffffd9!important}[data-v-18b266e3] .ant-select-selector{border-radius:8px!important;display:flex;align-items:center;height:40px!important}[data-v-18b266e3] .ant-select-single .ant-select-selector .ant-select-selection-item{color:var(--secondary-text)!important;display:flex!important;align-items:center!important;justify-content:center!important}[data-v-18b266e3] .ant-select-selection-search{display:flex!important;align-items:center!important;height:40px!important}.right-button[data-v-108be819]{position:absolute;top:16px;right:16px}[data-v-54f0a949] .nav-item:hover{background:var(--active-secondary-bg)!important}.summary[data-v-9c16069a]{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;white-space:break-spaces;overflow:hidden;margin:0!important;font-size:14px;color:var(--primary-text);font-weight:400}[data-v-711a442d] .option-item:hover{background:var(--active-secondary-bg)!important}[data-v-711a442d] .ant-select-selector,[data-v-711a442d] .ant-select-selection-item{height:40px!important;display:flex!important;line-height:40px!important;align-items:center!important;justify-content:center!important}.courier-item[data-v-11eaad7d]{border:2px solid transparent}.summary[data-v-11eaad7d]{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;white-space:break-spaces;overflow:hidden;margin:0!important;font-size:14px;color:var(--primary-text);font-weight:400}.select[data-v-11eaad7d]{background:var(--active-secondary-bg)!important}.hover-bg[data-v-11eaad7d]:hover{background-color:var(--active-secondary-bg)!important}.state-text[data-v-11eaad7d]{width:auto;text-wrap:nowrap}.store[data-v-11eaad7d]{min-width:25px;vertical-align:text-bottom;text-align:center;display:inline-block}.fav-icon[data-v-11eaad7d]{font-size:18px;display:inline-block;min-width:18px}.right-button[data-v-7db78c99]{position:absolute;top:0px;right:16px}[data-v-7db78c99] .nav-item{width:96px;height:24px!important;border-radius:8px!important}[data-v-7db78c99] .state-bg{height:32px!important}.summary[data-v-7db78c99]{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;white-space:break-spaces;overflow:hidden;margin:0!important;font-size:14px;color:var(--primary-text);font-weight:400}.select[data-v-7db78c99]{background:var(--active-secondary-bg)!important}[data-v-7db78c99] .empty-content{height:400px!important;margin:50px 0!important;justify-content:center!important}.state-text[data-v-7db78c99]{width:auto;text-wrap:nowrap}.store[data-v-7db78c99]{min-width:25px}.fav-icon[data-v-7db78c99]{font-size:18px;display:inline-block;min-width:18px}.left-back[data-v-7db78c99]{position:absolute;top:0;left:16px}.small .right-button[data-v-7db78c99]{top:0px;right:0px}[data-v-7db78c99] .main-model{margin:0!important}.summary[data-v-027166a5]{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;white-space:break-spaces;overflow:hidden;margin:0!important;font-size:14px;color:var(--primary-text);font-weight:400}.select[data-v-027166a5]{background:var(--active-secondary-bg)!important}.top-right[data-v-5712224a]{position:absolute;top:11px;right:16px}.summary[data-v-5712224a]{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;white-space:break-spaces;overflow:hidden;margin:0!important;font-size:14px;color:var(--primary-text);font-weight:400}.select[data-v-5712224a]{background:var(--active-secondary-bg)!important}[data-v-5712224a] .empty-content{height:400px!important;margin:50px 0!important;justify-content:center!important}.pop-container[data-v-802bdac6]{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;background-repeat:no-repeat;display:flex;justify-content:center;align-items:center;width:100%;height:100%;transform:scale(1.2)}.box[data-v-802bdac6]{z-index:99919;position:fixed;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.title[data-v-802bdac6]{font-size:24px;color:#fff9;font-weight:400;width:100%;text-align:center}.time[data-v-802bdac6]{width:100%;font-family:Oswald-SemiBold;font-size:128px;color:#ffffffd9;text-align:center;font-weight:600}.icon-box[data-v-802bdac6]{display:flex;justify-content:space-between;width:300px}.icon[data-v-802bdac6]{width:64px;height:64px;background:rgba(0,0,0,.3);border-radius:35.2px;display:flex;justify-content:center;align-items:center;cursor:pointer}.icon[data-v-802bdac6]:hover{background:rgba(0,0,0,.6)}.icon svg[data-v-802bdac6]{font-size:30px}.tomato-box[data-v-802bdac6]{margin-top:20px;display:flex;width:100%;justify-content:center}.tomato-box .tomato-icon[data-v-802bdac6]{width:40px;height:40px;border-radius:50%;background:rgba(0,0,0,.6);line-height:40px;margin-left:20px;text-align:center}.title[data-v-a1fb7bb6]{font-size:14px;color:#fff9;font-weight:400;text-align:center;letter-spacing:1px}.time[data-v-a1fb7bb6]{height:63px;font-family:Oswald-SemiBold;font-size:40px;color:#ffffffd9;text-align:center;font-weight:600;margin:0}.icon-box[data-v-a1fb7bb6]{display:flex;justify-content:space-between;padding:0 38px;margin-top:12px}.icon[data-v-a1fb7bb6]{width:48px;height:48px;background:rgba(255,255,255,.4);border-radius:26.4px;display:flex;justify-content:center;align-items:center;cursor:pointer}.icon[data-v-a1fb7bb6]:hover,.icon-tltle[data-v-a1fb7bb6]:hover{background:rgba(255,255,255,.6)!important}.icon svg[data-v-a1fb7bb6]{font-size:24px}.icon-font[data-v-a1fb7bb6]{font-size:16px;width:120px}.setting-box[data-v-a1fb7bb6]{background:var(--secondary-bg);border-radius:12px;padding:16px}.setting[data-v-a1fb7bb6]:nth-of-type(1){border-bottom:1px solid rgba(255,255,255,.1)}.setting-box .setting[data-v-a1fb7bb6]{height:68px;display:flex;justify-content:space-between}.setting-box .left-box[data-v-a1fb7bb6]{display:flex;flex-direction:column;justify-content:space-evenly}.setting-box .right-box[data-v-a1fb7bb6]{display:flex;align-items:center}.drawer-active[data-v-bd343648]{background:var(--active-bg);color:var(--active-text)}[data-v-bd343648] .ps__thumb-y{display:none!important}.s-list{background:var(--secondary-bg)}.active[data-v-07f11cc0]{background:rgba(80,139,254,.2)}.setting-hour[data-v-07f11cc0]{transform:all .3s;font-family:Oswald-Regular}.setting-hour[data-v-07f11cc0]:hover{background:rgba(80,139,254,.2);font-size:30px}.setting-hour[data-v-07f11cc0]:nth-child(1){border-radius:10px 0 0}.setting-hour[data-v-07f11cc0]:nth-child(4){border-radius:0 10px 0 0}.setting-hour[data-v-07f11cc0]:nth-child(21){border-radius:0 0 0 10px}.setting-hour[data-v-07f11cc0]:nth-child(24){border-radius:0 0 10px}.event-list[data-v-07f11cc0]{padding:.2em .5em;width:100%}.event-list .card-list[data-v-07f11cc0]{width:100%;height:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.event-list .card-list .event-title[data-v-07f11cc0]{display:flex;flex-direction:column;width:70%}.event-list .card-list .event-title .event[data-v-07f11cc0]{padding:0;margin:0;font-size:.6em;color:#6a6a6a}[data-v-07f11cc0] .ant-radio-button-wrapper{border-bottom:none}[data-v-07f11cc0] .ant-radio-button-wrapper:nth-child(21){border-bottom:1px solid var(--divider)}[data-v-07f11cc0] .ant-radio-button-wrapper:nth-child(22),[data-v-07f11cc0] .ant-radio-button-wrapper:nth-child(23),[data-v-07f11cc0] .ant-radio-button-wrapper:nth-child(24){border-bottom:1px solid var(--divider)}[data-v-07f11cc0] .ant-radio-button-wrapper:nth-child(5),[data-v-07f11cc0] .ant-radio-button-wrapper:nth-child(9),[data-v-07f11cc0] .ant-radio-button-wrapper:nth-child(13),[data-v-07f11cc0] .ant-radio-button-wrapper:nth-child(17){border-left:.1px solid var(--divider)}[data-v-07f11cc0] .ant-radio-button-wrapper:nth-child(1){border-radius:10px 0 0}[data-v-07f11cc0] .ant-radio-button-wrapper:nth-child(4){border-radius:0 10px 0 0}[data-v-07f11cc0] .ant-radio-button-wrapper:nth-child(21){border-radius:0 0 0 10px}[data-v-07f11cc0] .ant-radio-button-wrapper:nth-child(24){border-radius:0 0 10px}[data-v-07f11cc0] .ant-select-option,[data-v-07f11cc0] .ant-select-arrow{color:var(--primary-text)}.font-14[data-v-07f11cc0]{font-size:14px;font-weight:400}.font-12[data-v-07f11cc0]{font-size:12px;font-weight:400}.title[data-v-07f11cc0]{display:flex;align-items:center;color:#ddd;font-size:1.3em}.content[data-v-07f11cc0]{color:#ddd;font-size:1.3em;width:calc(100vw - 1em);padding:0}.ant-row[data-v-07f11cc0]{margin:1em}@media screen and (max-width: 1100px){.scroll[data-v-07f11cc0]{width:100%}}.button[data-v-07f11cc0]{display:flex;flex-direction:column;height:5em;width:8em;justify-content:space-between}.button button[data-v-07f11cc0]{width:6em}@media screen and (max-width: 1200px){.button[data-v-07f11cc0]{flex-direction:row;height:2em;width:14em;align-items:center}}.list[data-v-07f11cc0]{display:flex;flex-direction:column;margin-top:-.5em}[data-v-07f11cc0] .ant-select{border:none!important}[data-v-07f11cc0] .ant-select:not(.ant-select-customize-input) .ant-select-selector{height:100%;border-radius:10px}[data-v-07f11cc0] .ant-select-option,[data-v-07f11cc0] .ant-select-arrow,[data-v-07f11cc0] .ant-input{color:var(--primary-text)}[data-v-07f11cc0] .ant-input::-moz-placeholder{font-size:14px;font-weight:400;color:var(--primary-text)}[data-v-07f11cc0] .ant-input::placeholder{font-size:14px;font-weight:400;color:var(--primary-text)}[data-v-07f11cc0] .ant-select-single .ant-select-selector .ant-select-selection-item{line-height:35px}[data-v-07f11cc0] .ant-picker-header{-webkit-app-region:no-drag}[data-v-07f11cc0] .ant-drawer-body{padding-top:0}.font-16[data-v-07f11cc0]{font-size:16px;font-weight:400}.font-20[data-v-07f11cc0]{font-family:Oswald-Medium;font-size:20px;font-weight:500}.box-head[data-v-25778082]{height:76px;line-height:72px}.box-head .title[data-v-25778082]{font-size:16px;color:var(--primary-text)}.box-head .head-icon[data-v-25778082]{cursor:pointer;height:48px;width:48px;display:flex;align-items:center;border-radius:12px;justify-content:center;position:absolute;background:var(--secondary-bg);top:12px;right:12px}.prop-item[data-v-25778082]{width:140px;height:140px;border-radius:12px;background:var(--secondary-bg);margin:0 8px 16px;padding:16px 0;display:flex;flex-direction:column;align-items:center;justify-content:space-between;color:var(--primary-text);position:relative}.prop-item .prop-text[data-v-25778082]{position:absolute;top:8px;right:8px;border-radius:4px;background:var(--active-bg);color:var(--primary-text);font-size:12px;padding:1px 4px}.prop-scroll[data-v-25778082]{flex:1;width:100%;overflow:auto;display:flex;flex-wrap:wrap}.prop-scroll[data-v-25778082]::-webkit-scrollbar{display:none}.avatar-font[data-v-25778082]{font-family:Oswald;font-size:16px;font-weight:500}.rank-font[data-v-25778082]{font-size:14px;color:var(--primary-text);font-weight:500;text-align:center}.text-content[data-v-25778082]{display:flex;align-items:center;justify-content:space-between;height:48px;padding:0 16px}.text-content span[data-v-25778082]:nth-child(1){color:var(--secondary-text)}.text-content span[data-v-25778082]:nth-child(2){color:var(--primary-text)}.task-userinfo[data-v-7796b873]{background-image:linear-gradient(118deg,#FA7B14 0%,#DA6733 100%)}[data-v-7796b873] .ant-progress-text{display:none!important}[data-v-7796b873] .ant-progress-inner{height:18px!important;width:168px!important;background:rgba(255,255,255,.49)!important}[data-v-7796b873] .ant-progress-inner .ant-progress-bg{height:18px!important}[data-v-7796b873] .badge-box{padding:0!important}[data-v-7796b873] .badge-box div{width:auto!important;height:auto!important}[data-v-7796b873] .badge-box div img{width:50px!important}[data-v-7796b873] .big{padding:18px!important}[data-v-7796b873] .medal .badge-box{width:auto!important;height:auto!important}[data-v-7796b873] .medal .badge-box div img{width:60px!important;margin-left:12px!important}.good-image[data-v-7796b873]{top:0}.good-image[data-v-7796b873]:nth-of-type(1){right:47px}.good-image[data-v-7796b873]:nth-of-type(2){right:34px}.good-image[data-v-7796b873]:nth-of-type(3){right:20px}.good-image[data-v-7796b873]:nth-of-type(4){right:3px}.sign-in-btn[data-v-047ad1ca]{width:91px;height:48px;background:var(--active-bg);font-size:18px;line-height:48px;text-align:center}.sign-in-btn[data-v-047ad1ca]:hover{opacity:.8;cursor:pointer}.old-people[data-v-047ad1ca]{background:var(--active-bg)}.new-people[data-v-047ad1ca]{background:#3ca10b}.already[data-v-047ad1ca]{background:rgba(0,0,0,.3)}.ranking[data-v-047ad1ca]{width:24px;height:24px;text-align:center;background:var(--mask-bg);border-radius:4px;font-size:16px;color:var(--primary-text);font-weight:600}.integral-modal[data-v-047ad1ca]{z-index:999;position:fixed;display:flex;flex-direction:column;justify-content:center;align-items:center;top:0;left:0;bottom:0;right:0;width:160px;height:160px;margin:auto;border-radius:24px}.integral-modal .modal-icon[data-v-047ad1ca]{width:64px;height:64px}.integral-modal .modal-number[data-v-047ad1ca]{font-size:16px;color:var(--primary-text);font-weight:600;margin-top:14px}.content-box[data-v-047ad1ca]{height:220px;overflow:hidden}.set-type:nth-of-type(1)>span[data-v-047ad1ca]{background:#fe2c46}.set-type:nth-of-type(2)>span[data-v-047ad1ca]{background:#ff6600}.set-type:nth-of-type(3)>span[data-v-047ad1ca]{background:#faaa10}.text-style[data-v-047ad1ca]{word-break:normal;display:block;white-space:pre-wrap;word-wrap:break-word;overflow:hidden;font-size:14px;color:var(--primary-text)}.head-list[data-v-047ad1ca]{display:flex;flex-wrap:wrap}.not-sign[data-v-047ad1ca]{font-size:14px;color:var(--primary-text);text-align:center}.nav-list-container[data-v-047ad1ca]{box-shadow:none!important;background:rgba(255,255,255,.2)!important}.item-name[data-v-047ad1ca]{word-break:normal;display:block;white-space:pre-wrap;word-wrap:break-word;overflow:hidden}.active-index[data-v-047ad1ca]{background:rgb(32,32,32);border-radius:8px}[data-v-047ad1ca] .ps__thumb-y{display:none!important}.state-dot[data-v-d0b6ca96]{width:8px;height:8px;background:#FF4D4F;border-radius:4px}.item-text[data-v-d0b6ca96]{color:#ffffffd9}.content .cpu[data-v-5b9d29e6]{display:flex;margin-top:13px;font-size:16px;font-weight:400}.content .cpu .cpu-number[data-v-5b9d29e6]{display:flex;width:100%;flex-direction:row;justify-content:space-between;align-items:center}.content .cpu .cpu-number div[data-v-5b9d29e6]{display:flex;align-items:center;width:23%;justify-content:space-between;vertical-align:middle}.content .icon[data-v-5b9d29e6]{width:20px;height:20px}.echarts[data-v-5b9d29e6]{margin-top:1em;height:40px;width:100%}.top-content[data-v-5cb33004]{display:flex;flex-wrap:wrap;height:95%;width:100%;align-items:center;justify-content:space-between;margin-top:-10px}.top-content>div[data-v-5cb33004]{width:120px;margin-top:12px;height:120px;background:var(--secondary-bg);display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:5%}.top-content>div>span[data-v-5cb33004]{display:flex;align-items:center}.top-content>div>span[data-v-5cb33004]:first-child{font-size:2.5em;font-weight:700}.top-content>div[data-v-5cb33004]:last-child{height:90px;width:100%}.top-content .icon[data-v-5cb33004]{width:20px;height:20px;margin-right:.5em}.buttom[data-v-5cb33004]{display:flex;flex-direction:column}.buttom>div[data-v-5cb33004]{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:100%;padding:0 10px;line-height:100%;vertical-align:bottom}.buttom>div>div[data-v-5cb33004]{display:flex;align-items:center}.buttom>div[data-v-5cb33004]>:nth-child(2){font-weight:700}.content[data-v-663ec05c]{display:flex;flex-direction:row;justify-content:space-between;height:100%;font-weight:400}.cpu[data-v-663ec05c]{display:flex}.cpu .cpu-number[data-v-663ec05c]{display:flex;width:100%;flex-direction:row;justify-content:space-between;align-items:center}.top-content[data-v-629070e2]{display:flex;flex-direction:row;justify-content:space-between}.top-content>div[data-v-629070e2]{display:flex;flex-direction:column;justify-content:space-around;align-items:center;width:6em;height:6em;padding:.5em 0}.top-content>div span[data-v-629070e2]:first-child{font-weight:600;font-size:1.5em}.top-content>div span[data-v-629070e2]:last-child{color:#acacac}.title[data-v-629070e2]{display:flex;flex-direction:row;align-items:center;font-size:1em;margin-top:.5em}.title span[data-v-629070e2]{margin-left:.5em}.title span[data-v-629070e2]:last-child{color:#faad14;font-weight:700}.list[data-v-629070e2]{display:flex;flex-direction:column;justify-content:space-around;height:70%}.list>div[data-v-629070e2]{height:3em;background:#2B2B2B;border-radius:10px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0 1em}.list>div span[data-v-629070e2]:nth-child(2){margin-right:6em}.list>div span[data-v-629070e2]:nth-child(3){font-weight:700}.icon[data-v-629070e2]{height:2em;width:2em}.content[data-v-71fa5333]{font-weight:400;display:flex;flex-direction:row;justify-content:space-between;height:100%}.cpu[data-v-71fa5333]{display:flex}.cpu .cpu-number[data-v-71fa5333]{display:flex;width:100%;flex-direction:row;justify-content:space-between;align-items:center}.animate-spin[data-v-022940c0]{animation:spin .3s linear infinite!important}.discount-item .discount-content .name[data-v-022940c0]{max-width:104px}.detail-image[data-v-022940c0]{width:100%;height:118px}.detail-image img[data-v-022940c0]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.discount-description[data-v-022940c0]{line-height:20px;margin-right:4px;padding:1px 6px;color:#fff9}.change[data-v-022940c0]:active{filter:brightness(.8);background:rgba(42,42,42,.25)}.content-introduction[data-v-022940c0]{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:pre-wrap;margin-bottom:5px}.price-font[data-v-022940c0]{font-family:Oswald-Regular}.oswald-font[data-v-022940c0]{font-family:Oswald-SemiBold}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.right-top[data-v-2885a7dc]{position:absolute;top:0;left:0}.detail-image[data-v-2885a7dc]{width:100%;height:118px}.detail-image img[data-v-2885a7dc]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.discount-description[data-v-2885a7dc]{line-height:20px;margin-right:4px;padding:1px 6px;color:#fff9}.change[data-v-2885a7dc]:active{filter:brightness(.8);background:rgba(42,42,42,.25)}.content-introduction[data-v-2885a7dc]{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:pre-wrap;margin-bottom:5px}.animate-spin[data-v-2885a7dc]{animation:spin .3s linear infinite!important}.swiper-pagination-bullet{background:rgba(255,255,255,.4)!important}.swiper-pagination{position:fixed!important;bottom:4.95em!important}.image-item[data-v-235a0388]{width:350px;aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover}.play-icon[data-v-235a0388]{position:absolute;z-index:99;text-align:center;width:4em;height:4em;left:50%;top:50%;opacity:1;border-radius:100px;transform:translate(-50%,-50%)}.paper:hover .play-icon[data-v-235a0388]{display:none}.tools[data-v-8df247f8]{position:absolute;bottom:0;right:0;z-index:1}.img-item .tools[data-v-8df247f8]{display:none}.img-item:hover .tools[data-v-8df247f8]{display:block}.small-img[data-v-8df247f8]{width:265px;height:190px}.middle-wrap[data-v-8df247f8]{padding-top:15px;width:100%;height:100%}.small-wrap[data-v-8df247f8]{margin:0 -14px -14px;width:calc(100% + 28px);height:calc(100% + 14px)}.full-img[data-v-8df247f8]{width:100%;height:100%}.paper-list[data-v-8df247f8]{gap:10px;display:flex;align-content:center;justify-content:center}.hover-container:hover .hover-item[data-v-8df247f8]{opacity:1!important}.xt-bg-t-3[data-v-8df247f8]{background:rgba(0,0,0,.5)!important}.top-shadow[data-v-8df247f8]{background-image:linear-gradient(180deg,rgba(0,0,0,.3) 0%,rgba(0,0,0,0) 100%);z-index:100}[data-v-8df247f8] .ant-image-img{border-radius:8px!important}[data-v-8df247f8] .ant-image-mask{display:none!important}[data-v-8df247f8] .ant-image-preview-root{background:red!important}.item-icon[data-v-50a31edf]{width:56px;height:56px;border-radius:12px;background:var(--primary-bg);color:var(--primary-text);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.item-icon .icon[data-v-50a31edf]{height:36px;width:36px}.small-wallpaper .small-blur[data-v-50a31edf]{background:rgba(0,0,0,0);-webkit-backdrop-filter:blur(0)!important;backdrop-filter:blur(0)!important;display:none}.small-wallpaper:hover .small-blur[data-v-50a31edf]{display:block}[data-v-50a31edf] .ant-empty-image{height:60px}.large-container[data-v-e86d86aa]{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.large-cpu[data-v-e86d86aa]{width:111px;height:111px;margin-bottom:15px}.large-cpu[data-v-e86d86aa]:last-of-type{margin-bottom:0!important}.my-game-container[data-v-5f0c7a6a]{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.my-game-img[data-v-5f0c7a6a]{height:118px}.in-run[data-v-00cc6d50]{position:absolute;top:7px;right:10px;background:rgb(82,196,26);border-radius:4px;padding:3px 6px;font-size:14px;color:#ffffffd9;font-weight:500}.capture-bg[data-v-0423499e]{background:var(--primary-bg)}.cap-active[data-v-0423499e]{color:var(--active-text)}.capture-title[data-v-0423499e]{color:var(--primary-text)}.cp-w[data-v-0423499e]{display:flex;align-items:center;justify-content:center;width:150px;height:140px}.cp-lw[data-v-0423499e]{width:64px;height:64px}.record-game-item[data-v-0423499e]{max-width:234px}.my-active[data-v-38483655]{background:var(--active-bg)!important}.disable[data-v-38483655]{pointer-events:none;opacity:.5}.voice-hover[data-v-ff140806]:hover{opacity:.5}.disable[data-v-ff140806]{pointer-events:none;opacity:.5}.item-name[data-v-44ae3dc8]{word-break:normal;display:block;white-space:pre-wrap;word-wrap:break-word;overflow:hidden}.select-active[data-v-44ae3dc8]:active{filter:brightness(.8);background:rgba(42,42,42,.25)}[data-v-44ae3dc8] .ps__thumb-y{display:none!important}.voice-item-hover[data-v-44ae3dc8]:hover{background:rgba(42,42,42,.8)}.item-name[data-v-5d579f74]{word-break:normal;display:block;white-space:pre-wrap;word-wrap:break-word;overflow:hidden}.select-active[data-v-5d579f74]:active{filter:brightness(.8);background:rgba(42,42,42,.25)}[data-v-5d579f74] .ps__thumb-y{display:none!important}.voice-item-hover[data-v-5d579f74]:hover{background:rgba(42,42,42,.8)}.item-name[data-v-4f0b352a]{word-break:normal;display:block;white-space:pre-wrap;word-wrap:break-word;overflow:hidden}[data-v-4f0b352a] .ant-slider-handle{background:rgba(255,255,255,.85)!important;border-color:#979797!important}[data-v-4f0b352a] .ant-progress-inner{background-color:#fff6!important}[data-v-4f0b352a] .ant-progress-bg{height:9px!important}.voice-hover[data-v-4f0b352a]:hover{opacity:.8}.nav-list-container[data-v-5c01fdfa]{box-shadow:none!important;background:rgba(255,255,255,.2)!important}.item-name[data-v-5c01fdfa]{word-break:normal;display:block;white-space:pre-wrap;word-wrap:break-word;overflow:hidden}.active-index[data-v-5c01fdfa]{background:rgb(32,32,32);border-radius:8px}[data-v-5c01fdfa] .ps__thumb-y{display:none!important}[data-v-5c01fdfa] .ant-slider-handle{background:rgba(255,255,255,.85)!important;border-color:#979797!important}.voice-hover[data-v-5c01fdfa]:hover{background:rgb(32,32,32);opacity:.8}.shortcut-key[data-v-c7f7ce58]{width:270px;padding:12px;border:1px solid rgba(255,255,255,.1);font-size:14px;color:#ffffffd9;font-weight:400}.replace-key[data-v-c7f7ce58]{padding:13px 12px}.voice-hover[data-v-c7f7ce58]:hover{opacity:.5}.disable[data-v-c7f7ce58]{pointer-events:none;opacity:.5}.setting-card[data-v-5c9da740]{background:var(--active-secondary-bg)}.setting-icon[data-v-5c9da740]{color:var(--active-bg)}.trigger[data-v-23194ecf]{pointer-events:none}.epic-detail-image[data-v-6fbd3b98]{width:252px;height:115px}.epic-detail-image img[data-v-6fbd3b98]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.content-introduction[data-v-6fbd3b98]{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:pre-wrap;color:#fff9;font-size:16px;font-weight:400}.epic-back[data-v-6fbd3b98]:active,.open-epic[data-v-6fbd3b98]:active{filter:brightness(.8);background:rgba(42,42,42,.25)}.week-image[data-v-11f4d7c2]{width:252px;height:144px}.remainder-day[data-v-11f4d7c2]{position:absolute;right:0;top:0;background:rgb(255,77,79);padding:3px 10px 2px 8px;border-top-right-radius:6px;font-size:13px;font-weight:400;text-align:center}.stablish-province[data-v-11f4d7c2]{position:absolute;top:1.9em;right:0;padding:3px 6px 2px;text-align:center;background:var(--secondary-bg);border-bottom-left-radius:6px;font-size:13px;font-weight:500;color:var(--primary-text)}.week-image[data-v-403e69ac]{width:252px;height:144px}.remainder-day[data-v-403e69ac]{position:absolute;right:0;top:0;background:rgb(255,77,79);padding:3px 10px 2px 8px;border-top-right-radius:6px;font-size:13px;font-weight:400;text-align:center}.stablish-province[data-v-403e69ac]{position:absolute;top:1.9em;right:0;padding:3px 6px 2px;text-align:center;background:var(--secondary-bg);border-bottom-left-radius:6px;font-size:13px;font-weight:500;color:var(--primary-text)}.add-navigation[data-v-fa040806]{padding:16px;position:fixed;top:50%;left:50%;transform:translate(-50%) translateY(-50%);width:calc(100vw - 20%);height:calc(100vh - 10%);border-radius:16px;max-width:800px;max-height:600px;display:flex;flex-direction:column;text-align:center}.add-navigation[data-v-fa040806]>:nth-child(1){font-size:18px;color:var(--primary-text);margin-top:8px}.add-navigation[data-v-fa040806]>:nth-child(2){width:48px;height:48px;display:flex;justify-content:center;align-items:center;background:var(--secondary-bg);border-radius:12px;position:absolute;top:16px;right:16px}.add-navigation .add-navigation-content[data-v-fa040806]{margin-top:30px;width:100%;height:80%}.add-navigation .add-navigation-content .left-content[data-v-fa040806]{width:136px;border-right:1px rgba(255,255,255,.1) solid;height:100%}.add-navigation .add-navigation-content .left-content>div[data-v-fa040806]{width:136px}.add-navigation .add-navigation-content .left-content>div>div[data-v-fa040806]{width:120px;height:56px;font-size:16px;font-weight:400;color:var(--primary-text);line-height:56px}.add-navigation .add-navigation-content .left-content>div .xt-active[data-v-fa040806]{border-radius:12px}.modal-list[data-v-38d121f5]{width:calc(100vw - 20%);height:calc(100vh - 10%);border-radius:16px;max-width:800px;max-height:600px}.box[data-v-0b49ea90]{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.box .box-block[data-v-0b49ea90]{display:flex;flex-direction:column;align-items:center}.box .box-block img[data-v-0b49ea90]{width:80px;height:80px}.box .box-block span[data-v-0b49ea90]{font-size:16px;margin:16px 0}.box .box-block .block-btn[data-v-0b49ea90]{text-align:center;padding:13px 24px;border-radius:12px;background:rgba(0,0,0,.3)}.film-content[data-v-3022cd6c]{height:230px;width:250px;font-weight:400}.film-content div[data-v-3022cd6c]{color:var(--secondary-text);line-height:32px;font-size:16px;word-break:normal;white-space:nowrap;word-wrap:break-word;text-overflow:ellipsis;overflow:hidden}.film-content div span[data-v-3022cd6c]{color:var(--primary-text);line-height:32px;font-size:16px}.size-min[data-v-3022cd6c]{width:252px}.size-max[data-v-3022cd6c]{width:282px}.title-refresh[data-v-3022cd6c]{position:absolute;left:15px;top:10px;width:200px;height:40px}.right-top[data-v-3022cd6c]{position:absolute;top:0;right:0;border-radius:0 8px}.example[data-v-3022cd6c]{width:100%;height:328px;text-align:center;border-radius:4px;margin-bottom:20px;padding:30px 50px;display:flex;justify-content:center;align-items:center}.film-content[data-v-5fdfda1e]{width:284px;height:224px}.film-content div[data-v-5fdfda1e]{font-size:16px;color:var(--secondary-text);line-height:32px;font-weight:400;word-break:normal;display:block;white-space:pre-wrap;word-wrap:break-word}.film-content div span[data-v-5fdfda1e]{font-size:16px;color:var(--primary-text);line-height:32px;font-weight:400}.title-refresh[data-v-5fdfda1e]{position:absolute;left:15px;top:10px;width:200px;height:40px}.right-top[data-v-5fdfda1e]{position:absolute;top:0;right:0;border-radius:0 8px;width:68px;height:24px;line-height:24px;font-size:13px}.film-box[data-v-00d98536]{display:flex;flex-flow:wrap;margin:0 0 0 3px}.film-box>div[data-v-00d98536]:nth-child(odd){margin-right:16px}.right-top[data-v-00d98536]{position:absolute;top:0;right:0;border-radius:0 8px;width:68px;height:24px;line-height:24px;font-size:13px}.film-item[data-v-00d98536]{padding:12px 0 0 20px;display:grid;grid-template-columns:repeat(4,.225fr);justify-content:center;align-items:center}.one-film[data-v-00d98536]{width:116px;height:171px;position:relative;margin-bottom:14px}.one-film .img-film[data-v-00d98536]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.title-refresh[data-v-00d98536]{position:absolute;left:20px;top:10px;width:230px;height:40px}.example[data-v-00d98536]{width:100%;height:328px;text-align:center;border-radius:4px;margin-bottom:20px;padding:30px 50px;display:flex;justify-content:center;align-items:center}.my-friends[data-v-457faabf]{display:grid;grid-template-columns:repeat(3,.35fr);grid-gap:10px;justify-content:center;align-items:center}.avatar-item[data-v-457faabf]{display:flex;align-items:center;justify-content:center;margin:0 auto}/*!
* QWeather Icons (https://icons.qweather.com)
* Copyright QWeather 和风天气 (https://www.qweather.com)
* License:  Code for MIT, Icons for CC BY 4.0
*/@font-face{font-family:qweather-icons;src:url(/assets/qweather-icons.d4596acc.woff2?683382eedec19edbc7e167b16847eb27) format("woff2"),url(/assets/qweather-icons.aa20c084.woff?683382eedec19edbc7e167b16847eb27) format("woff"),url(/assets/qweather-icons.9c25dc75.ttf?683382eedec19edbc7e167b16847eb27) format("truetype")}[class^=qi-][data-v-2687c954]:before,[class*=" qi-"][data-v-2687c954]:before{display:inline-block;font-family:qweather-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.qi-100[data-v-2687c954]:before{content:"\f101"}.qi-101[data-v-2687c954]:before{content:"\f102"}.qi-102[data-v-2687c954]:before{content:"\f103"}.qi-103[data-v-2687c954]:before{content:"\f104"}.qi-104[data-v-2687c954]:before{content:"\f105"}.qi-150[data-v-2687c954]:before{content:"\f106"}.qi-151[data-v-2687c954]:before{content:"\f107"}.qi-152[data-v-2687c954]:before{content:"\f108"}.qi-153[data-v-2687c954]:before{content:"\f109"}.qi-300[data-v-2687c954]:before{content:"\f10a"}.qi-301[data-v-2687c954]:before{content:"\f10b"}.qi-302[data-v-2687c954]:before{content:"\f10c"}.qi-303[data-v-2687c954]:before{content:"\f10d"}.qi-304[data-v-2687c954]:before{content:"\f10e"}.qi-305[data-v-2687c954]:before{content:"\f10f"}.qi-306[data-v-2687c954]:before{content:"\f110"}.qi-307[data-v-2687c954]:before{content:"\f111"}.qi-308[data-v-2687c954]:before{content:"\f112"}.qi-309[data-v-2687c954]:before{content:"\f113"}.qi-310[data-v-2687c954]:before{content:"\f114"}.qi-311[data-v-2687c954]:before{content:"\f115"}.qi-312[data-v-2687c954]:before{content:"\f116"}.qi-313[data-v-2687c954]:before{content:"\f117"}.qi-314[data-v-2687c954]:before{content:"\f118"}.qi-315[data-v-2687c954]:before{content:"\f119"}.qi-316[data-v-2687c954]:before{content:"\f11a"}.qi-317[data-v-2687c954]:before{content:"\f11b"}.qi-318[data-v-2687c954]:before{content:"\f11c"}.qi-350[data-v-2687c954]:before{content:"\f11d"}.qi-351[data-v-2687c954]:before{content:"\f11e"}.qi-399[data-v-2687c954]:before{content:"\f11f"}.qi-400[data-v-2687c954]:before{content:"\f120"}.qi-401[data-v-2687c954]:before{content:"\f121"}.qi-402[data-v-2687c954]:before{content:"\f122"}.qi-403[data-v-2687c954]:before{content:"\f123"}.qi-404[data-v-2687c954]:before{content:"\f124"}.qi-405[data-v-2687c954]:before{content:"\f125"}.qi-406[data-v-2687c954]:before{content:"\f126"}.qi-407[data-v-2687c954]:before{content:"\f127"}.qi-408[data-v-2687c954]:before{content:"\f128"}.qi-409[data-v-2687c954]:before{content:"\f129"}.qi-410[data-v-2687c954]:before{content:"\f12a"}.qi-456[data-v-2687c954]:before{content:"\f12b"}.qi-457[data-v-2687c954]:before{content:"\f12c"}.qi-499[data-v-2687c954]:before{content:"\f12d"}.qi-500[data-v-2687c954]:before{content:"\f12e"}.qi-501[data-v-2687c954]:before{content:"\f12f"}.qi-502[data-v-2687c954]:before{content:"\f130"}.qi-503[data-v-2687c954]:before{content:"\f131"}.qi-504[data-v-2687c954]:before{content:"\f132"}.qi-507[data-v-2687c954]:before{content:"\f133"}.qi-508[data-v-2687c954]:before{content:"\f134"}.qi-509[data-v-2687c954]:before{content:"\f135"}.qi-510[data-v-2687c954]:before{content:"\f136"}.qi-511[data-v-2687c954]:before{content:"\f137"}.qi-512[data-v-2687c954]:before{content:"\f138"}.qi-513[data-v-2687c954]:before{content:"\f139"}.qi-514[data-v-2687c954]:before{content:"\f13a"}.qi-515[data-v-2687c954]:before{content:"\f13b"}.qi-800[data-v-2687c954]:before{content:"\f13c"}.qi-801[data-v-2687c954]:before{content:"\f13d"}.qi-802[data-v-2687c954]:before{content:"\f13e"}.qi-803[data-v-2687c954]:before{content:"\f13f"}.qi-804[data-v-2687c954]:before{content:"\f140"}.qi-805[data-v-2687c954]:before{content:"\f141"}.qi-806[data-v-2687c954]:before{content:"\f142"}.qi-807[data-v-2687c954]:before{content:"\f143"}.qi-900[data-v-2687c954]:before{content:"\f144"}.qi-901[data-v-2687c954]:before{content:"\f145"}.qi-999[data-v-2687c954]:before{content:"\f146"}.qi-1001[data-v-2687c954]:before{content:"\f147"}.qi-1002[data-v-2687c954]:before{content:"\f148"}.qi-1003[data-v-2687c954]:before{content:"\f149"}.qi-1004[data-v-2687c954]:before{content:"\f14a"}.qi-1005[data-v-2687c954]:before{content:"\f14b"}.qi-1006[data-v-2687c954]:before{content:"\f14c"}.qi-1007[data-v-2687c954]:before{content:"\f14d"}.qi-1008[data-v-2687c954]:before{content:"\f14e"}.qi-1009[data-v-2687c954]:before{content:"\f14f"}.qi-1010[data-v-2687c954]:before{content:"\f150"}.qi-1011[data-v-2687c954]:before{content:"\f151"}.qi-1012[data-v-2687c954]:before{content:"\f152"}.qi-1013[data-v-2687c954]:before{content:"\f153"}.qi-1014[data-v-2687c954]:before{content:"\f154"}.qi-1015[data-v-2687c954]:before{content:"\f155"}.qi-1016[data-v-2687c954]:before{content:"\f156"}.qi-1017[data-v-2687c954]:before{content:"\f157"}.qi-1018[data-v-2687c954]:before{content:"\f158"}.qi-1019[data-v-2687c954]:before{content:"\f159"}.qi-1020[data-v-2687c954]:before{content:"\f15a"}.qi-1021[data-v-2687c954]:before{content:"\f15b"}.qi-1022[data-v-2687c954]:before{content:"\f15c"}.qi-1023[data-v-2687c954]:before{content:"\f15d"}.qi-1024[data-v-2687c954]:before{content:"\f15e"}.qi-1025[data-v-2687c954]:before{content:"\f15f"}.qi-1026[data-v-2687c954]:before{content:"\f160"}.qi-1027[data-v-2687c954]:before{content:"\f161"}.qi-1028[data-v-2687c954]:before{content:"\f162"}.qi-1029[data-v-2687c954]:before{content:"\f163"}.qi-1030[data-v-2687c954]:before{content:"\f164"}.qi-1031[data-v-2687c954]:before{content:"\f165"}.qi-1032[data-v-2687c954]:before{content:"\f166"}.qi-1033[data-v-2687c954]:before{content:"\f167"}.qi-1034[data-v-2687c954]:before{content:"\f168"}.qi-1035[data-v-2687c954]:before{content:"\f169"}.qi-1036[data-v-2687c954]:before{content:"\f16a"}.qi-1037[data-v-2687c954]:before{content:"\f16b"}.qi-1038[data-v-2687c954]:before{content:"\f16c"}.qi-1039[data-v-2687c954]:before{content:"\f16d"}.qi-1040[data-v-2687c954]:before{content:"\f16e"}.qi-1041[data-v-2687c954]:before{content:"\f16f"}.qi-1042[data-v-2687c954]:before{content:"\f170"}.qi-1043[data-v-2687c954]:before{content:"\f171"}.qi-1044[data-v-2687c954]:before{content:"\f172"}.qi-1045[data-v-2687c954]:before{content:"\f173"}.qi-1046[data-v-2687c954]:before{content:"\f174"}.qi-1047[data-v-2687c954]:before{content:"\f175"}.qi-1048[data-v-2687c954]:before{content:"\f176"}.qi-1049[data-v-2687c954]:before{content:"\f177"}.qi-1050[data-v-2687c954]:before{content:"\f178"}.qi-1051[data-v-2687c954]:before{content:"\f179"}.qi-1052[data-v-2687c954]:before{content:"\f17a"}.qi-1053[data-v-2687c954]:before{content:"\f17b"}.qi-1054[data-v-2687c954]:before{content:"\f17c"}.qi-1055[data-v-2687c954]:before{content:"\f17d"}.qi-1056[data-v-2687c954]:before{content:"\f17e"}.qi-1057[data-v-2687c954]:before{content:"\f17f"}.qi-1058[data-v-2687c954]:before{content:"\f180"}.qi-1059[data-v-2687c954]:before{content:"\f181"}.qi-1060[data-v-2687c954]:before{content:"\f182"}.qi-1061[data-v-2687c954]:before{content:"\f183"}.qi-1062[data-v-2687c954]:before{content:"\f184"}.qi-1063[data-v-2687c954]:before{content:"\f185"}.qi-1064[data-v-2687c954]:before{content:"\f186"}.qi-1065[data-v-2687c954]:before{content:"\f187"}.qi-1066[data-v-2687c954]:before{content:"\f188"}.qi-1067[data-v-2687c954]:before{content:"\f189"}.qi-1068[data-v-2687c954]:before{content:"\f18a"}.qi-1069[data-v-2687c954]:before{content:"\f18b"}.qi-1071[data-v-2687c954]:before{content:"\f18c"}.qi-1072[data-v-2687c954]:before{content:"\f18d"}.qi-1073[data-v-2687c954]:before{content:"\f18e"}.qi-1074[data-v-2687c954]:before{content:"\f18f"}.qi-1075[data-v-2687c954]:before{content:"\f190"}.qi-1076[data-v-2687c954]:before{content:"\f191"}.qi-1077[data-v-2687c954]:before{content:"\f192"}.qi-1078[data-v-2687c954]:before{content:"\f193"}.qi-1079[data-v-2687c954]:before{content:"\f194"}.qi-1080[data-v-2687c954]:before{content:"\f195"}.qi-1081[data-v-2687c954]:before{content:"\f196"}.qi-1082[data-v-2687c954]:before{content:"\f197"}.qi-1084[data-v-2687c954]:before{content:"\f198"}.qi-1085[data-v-2687c954]:before{content:"\f199"}.qi-1086[data-v-2687c954]:before{content:"\f19a"}.qi-1087[data-v-2687c954]:before{content:"\f19b"}.qi-1088[data-v-2687c954]:before{content:"\f19c"}.qi-1089[data-v-2687c954]:before{content:"\f19d"}.qi-1201[data-v-2687c954]:before{content:"\f2c5"}.qi-1202[data-v-2687c954]:before{content:"\f2c6"}.qi-1203[data-v-2687c954]:before{content:"\f2c7"}.qi-1204[data-v-2687c954]:before{content:"\f2c8"}.qi-1205[data-v-2687c954]:before{content:"\f2c9"}.qi-1206[data-v-2687c954]:before{content:"\f2ca"}.qi-1207[data-v-2687c954]:before{content:"\f2cb"}.qi-1208[data-v-2687c954]:before{content:"\f2cc"}.qi-1209[data-v-2687c954]:before{content:"\f2cd"}.qi-1210[data-v-2687c954]:before{content:"\f2ce"}.qi-1211[data-v-2687c954]:before{content:"\f2cf"}.qi-1212[data-v-2687c954]:before{content:"\f2d0"}.qi-1213[data-v-2687c954]:before{content:"\f2d1"}.qi-1214[data-v-2687c954]:before{content:"\f2d2"}.qi-1215[data-v-2687c954]:before{content:"\f2d3"}.qi-1216[data-v-2687c954]:before{content:"\f2d4"}.qi-1217[data-v-2687c954]:before{content:"\f2d5"}.qi-1218[data-v-2687c954]:before{content:"\f2d6"}.qi-1219[data-v-2687c954]:before{content:"\f2d7"}.qi-1221[data-v-2687c954]:before{content:"\f2d8"}.qi-1241[data-v-2687c954]:before{content:"\f2d9"}.qi-1242[data-v-2687c954]:before{content:"\f2da"}.qi-1243[data-v-2687c954]:before{content:"\f2db"}.qi-1244[data-v-2687c954]:before{content:"\f2dc"}.qi-1245[data-v-2687c954]:before{content:"\f2dd"}.qi-1246[data-v-2687c954]:before{content:"\f2de"}.qi-1247[data-v-2687c954]:before{content:"\f2df"}.qi-1248[data-v-2687c954]:before{content:"\f2e0"}.qi-1249[data-v-2687c954]:before{content:"\f2e1"}.qi-1250[data-v-2687c954]:before{content:"\f2e2"}.qi-1251[data-v-2687c954]:before{content:"\f2e3"}.qi-1271[data-v-2687c954]:before{content:"\f2f6"}.qi-1272[data-v-2687c954]:before{content:"\f2f7"}.qi-1273[data-v-2687c954]:before{content:"\f2f8"}.qi-1274[data-v-2687c954]:before{content:"\f2f9"}.qi-1601[data-v-2687c954]:before{content:"\f1a1"}.qi-1602[data-v-2687c954]:before{content:"\f1a2"}.qi-1603[data-v-2687c954]:before{content:"\f1a3"}.qi-1604[data-v-2687c954]:before{content:"\f1a4"}.qi-1605[data-v-2687c954]:before{content:"\f1a5"}.qi-1606[data-v-2687c954]:before{content:"\f1a6"}.qi-1607[data-v-2687c954]:before{content:"\f1a7"}.qi-1608[data-v-2687c954]:before{content:"\f20c"}.qi-1609[data-v-2687c954]:before{content:"\f20d"}.qi-1610[data-v-2687c954]:before{content:"\f20e"}.qi-1701[data-v-2687c954]:before{content:"\f1a8"}.qi-1702[data-v-2687c954]:before{content:"\f1a9"}.qi-1703[data-v-2687c954]:before{content:"\f1aa"}.qi-1801[data-v-2687c954]:before{content:"\f20f"}.qi-1802[data-v-2687c954]:before{content:"\f210"}.qi-1803[data-v-2687c954]:before{content:"\f211"}.qi-1804[data-v-2687c954]:before{content:"\f212"}.qi-1805[data-v-2687c954]:before{content:"\f213"}.qi-2001[data-v-2687c954]:before{content:"\f1ab"}.qi-2002[data-v-2687c954]:before{content:"\f1ac"}.qi-2003[data-v-2687c954]:before{content:"\f1ad"}.qi-2004[data-v-2687c954]:before{content:"\f1ae"}.qi-2005[data-v-2687c954]:before{content:"\f1af"}.qi-2006[data-v-2687c954]:before{content:"\f1b0"}.qi-2007[data-v-2687c954]:before{content:"\f1b1"}.qi-2029[data-v-2687c954]:before{content:"\f214"}.qi-2030[data-v-2687c954]:before{content:"\f215"}.qi-2031[data-v-2687c954]:before{content:"\f216"}.qi-2032[data-v-2687c954]:before{content:"\f217"}.qi-2033[data-v-2687c954]:before{content:"\f218"}.qi-2050[data-v-2687c954]:before{content:"\f219"}.qi-2051[data-v-2687c954]:before{content:"\f21a"}.qi-2052[data-v-2687c954]:before{content:"\f1c7"}.qi-2053[data-v-2687c954]:before{content:"\f1c8"}.qi-2054[data-v-2687c954]:before{content:"\f1c9"}.qi-2070[data-v-2687c954]:before{content:"\f21b"}.qi-2071[data-v-2687c954]:before{content:"\f21c"}.qi-2072[data-v-2687c954]:before{content:"\f21d"}.qi-2073[data-v-2687c954]:before{content:"\f21e"}.qi-2074[data-v-2687c954]:before{content:"\f21f"}.qi-2075[data-v-2687c954]:before{content:"\f220"}.qi-2076[data-v-2687c954]:before{content:"\f221"}.qi-2077[data-v-2687c954]:before{content:"\f222"}.qi-2078[data-v-2687c954]:before{content:"\f223"}.qi-2079[data-v-2687c954]:before{content:"\f224"}.qi-2080[data-v-2687c954]:before{content:"\f225"}.qi-2081[data-v-2687c954]:before{content:"\f226"}.qi-2082[data-v-2687c954]:before{content:"\f227"}.qi-2083[data-v-2687c954]:before{content:"\f228"}.qi-2084[data-v-2687c954]:before{content:"\f229"}.qi-2085[data-v-2687c954]:before{content:"\f22a"}.qi-2100[data-v-2687c954]:before{content:"\f22b"}.qi-2101[data-v-2687c954]:before{content:"\f22c"}.qi-2102[data-v-2687c954]:before{content:"\f22d"}.qi-2103[data-v-2687c954]:before{content:"\f22e"}.qi-2104[data-v-2687c954]:before{content:"\f22f"}.qi-2105[data-v-2687c954]:before{content:"\f230"}.qi-2106[data-v-2687c954]:before{content:"\f231"}.qi-2107[data-v-2687c954]:before{content:"\f232"}.qi-2108[data-v-2687c954]:before{content:"\f233"}.qi-2109[data-v-2687c954]:before{content:"\f234"}.qi-2111[data-v-2687c954]:before{content:"\f235"}.qi-2120[data-v-2687c954]:before{content:"\f236"}.qi-2121[data-v-2687c954]:before{content:"\f237"}.qi-2122[data-v-2687c954]:before{content:"\f238"}.qi-2123[data-v-2687c954]:before{content:"\f239"}.qi-2124[data-v-2687c954]:before{content:"\f23a"}.qi-2125[data-v-2687c954]:before{content:"\f23b"}.qi-2126[data-v-2687c954]:before{content:"\f23c"}.qi-2127[data-v-2687c954]:before{content:"\f23d"}.qi-2128[data-v-2687c954]:before{content:"\f23e"}.qi-2129[data-v-2687c954]:before{content:"\f23f"}.qi-2130[data-v-2687c954]:before{content:"\f240"}.qi-2131[data-v-2687c954]:before{content:"\f241"}.qi-2132[data-v-2687c954]:before{content:"\f242"}.qi-2133[data-v-2687c954]:before{content:"\f243"}.qi-2134[data-v-2687c954]:before{content:"\f244"}.qi-2135[data-v-2687c954]:before{content:"\f245"}.qi-2150[data-v-2687c954]:before{content:"\f246"}.qi-2151[data-v-2687c954]:before{content:"\f247"}.qi-2152[data-v-2687c954]:before{content:"\f248"}.qi-2153[data-v-2687c954]:before{content:"\f249"}.qi-2154[data-v-2687c954]:before{content:"\f24a"}.qi-2155[data-v-2687c954]:before{content:"\f24b"}.qi-2156[data-v-2687c954]:before{content:"\f24c"}.qi-2157[data-v-2687c954]:before{content:"\f24d"}.qi-2158[data-v-2687c954]:before{content:"\f24e"}.qi-2159[data-v-2687c954]:before{content:"\f24f"}.qi-2160[data-v-2687c954]:before{content:"\f250"}.qi-2161[data-v-2687c954]:before{content:"\f251"}.qi-2162[data-v-2687c954]:before{content:"\f252"}.qi-2163[data-v-2687c954]:before{content:"\f253"}.qi-2164[data-v-2687c954]:before{content:"\f254"}.qi-2165[data-v-2687c954]:before{content:"\f255"}.qi-2166[data-v-2687c954]:before{content:"\f256"}.qi-2190[data-v-2687c954]:before{content:"\f257"}.qi-2191[data-v-2687c954]:before{content:"\f258"}.qi-2192[data-v-2687c954]:before{content:"\f259"}.qi-2193[data-v-2687c954]:before{content:"\f25a"}.qi-2200[data-v-2687c954]:before{content:"\f2e4"}.qi-2201[data-v-2687c954]:before{content:"\f2e5"}.qi-2202[data-v-2687c954]:before{content:"\f2e6"}.qi-2203[data-v-2687c954]:before{content:"\f2e7"}.qi-2204[data-v-2687c954]:before{content:"\f2e8"}.qi-2205[data-v-2687c954]:before{content:"\f2e9"}.qi-2207[data-v-2687c954]:before{content:"\f2ea"}.qi-2208[data-v-2687c954]:before{content:"\f2eb"}.qi-2209[data-v-2687c954]:before{content:"\f2ec"}.qi-2210[data-v-2687c954]:before{content:"\f2ed"}.qi-2211[data-v-2687c954]:before{content:"\f2ee"}.qi-2212[data-v-2687c954]:before{content:"\f2ef"}.qi-2213[data-v-2687c954]:before{content:"\f2f0"}.qi-2214[data-v-2687c954]:before{content:"\f2f1"}.qi-2215[data-v-2687c954]:before{content:"\f2f2"}.qi-2216[data-v-2687c954]:before{content:"\f2f3"}.qi-2217[data-v-2687c954]:before{content:"\f2f4"}.qi-2218[data-v-2687c954]:before{content:"\f2f5"}.qi-2300[data-v-2687c954]:before{content:"\f25b"}.qi-2301[data-v-2687c954]:before{content:"\f25c"}.qi-2302[data-v-2687c954]:before{content:"\f25d"}.qi-2303[data-v-2687c954]:before{content:"\f25e"}.qi-2304[data-v-2687c954]:before{content:"\f25f"}.qi-2305[data-v-2687c954]:before{content:"\f260"}.qi-2306[data-v-2687c954]:before{content:"\f261"}.qi-2307[data-v-2687c954]:before{content:"\f262"}.qi-2308[data-v-2687c954]:before{content:"\f263"}.qi-2309[data-v-2687c954]:before{content:"\f264"}.qi-2311[data-v-2687c954]:before{content:"\f265"}.qi-2312[data-v-2687c954]:before{content:"\f266"}.qi-2313[data-v-2687c954]:before{content:"\f267"}.qi-2314[data-v-2687c954]:before{content:"\f268"}.qi-2315[data-v-2687c954]:before{content:"\f269"}.qi-2316[data-v-2687c954]:before{content:"\f26a"}.qi-2317[data-v-2687c954]:before{content:"\f26b"}.qi-2318[data-v-2687c954]:before{content:"\f26c"}.qi-2319[data-v-2687c954]:before{content:"\f26d"}.qi-2320[data-v-2687c954]:before{content:"\f26e"}.qi-2321[data-v-2687c954]:before{content:"\f26f"}.qi-2322[data-v-2687c954]:before{content:"\f270"}.qi-2323[data-v-2687c954]:before{content:"\f271"}.qi-2324[data-v-2687c954]:before{content:"\f272"}.qi-2325[data-v-2687c954]:before{content:"\f273"}.qi-2326[data-v-2687c954]:before{content:"\f274"}.qi-2327[data-v-2687c954]:before{content:"\f275"}.qi-2328[data-v-2687c954]:before{content:"\f276"}.qi-2330[data-v-2687c954]:before{content:"\f277"}.qi-2331[data-v-2687c954]:before{content:"\f278"}.qi-2332[data-v-2687c954]:before{content:"\f279"}.qi-2333[data-v-2687c954]:before{content:"\f27a"}.qi-2341[data-v-2687c954]:before{content:"\f27b"}.qi-2343[data-v-2687c954]:before{content:"\f27c"}.qi-2345[data-v-2687c954]:before{content:"\f27d"}.qi-2346[data-v-2687c954]:before{content:"\f27e"}.qi-2348[data-v-2687c954]:before{content:"\f27f"}.qi-2349[data-v-2687c954]:before{content:"\f280"}.qi-2350[data-v-2687c954]:before{content:"\f281"}.qi-2351[data-v-2687c954]:before{content:"\f282"}.qi-2352[data-v-2687c954]:before{content:"\f283"}.qi-2353[data-v-2687c954]:before{content:"\f284"}.qi-2354[data-v-2687c954]:before{content:"\f285"}.qi-2355[data-v-2687c954]:before{content:"\f286"}.qi-2356[data-v-2687c954]:before{content:"\f287"}.qi-2357[data-v-2687c954]:before{content:"\f288"}.qi-2358[data-v-2687c954]:before{content:"\f289"}.qi-2359[data-v-2687c954]:before{content:"\f28a"}.qi-2360[data-v-2687c954]:before{content:"\f28b"}.qi-2361[data-v-2687c954]:before{content:"\f28c"}.qi-2362[data-v-2687c954]:before{content:"\f28d"}.qi-2363[data-v-2687c954]:before{content:"\f28e"}.qi-2364[data-v-2687c954]:before{content:"\f28f"}.qi-2365[data-v-2687c954]:before{content:"\f290"}.qi-2366[data-v-2687c954]:before{content:"\f291"}.qi-2367[data-v-2687c954]:before{content:"\f292"}.qi-2368[data-v-2687c954]:before{content:"\f293"}.qi-2369[data-v-2687c954]:before{content:"\f294"}.qi-2370[data-v-2687c954]:before{content:"\f295"}.qi-2371[data-v-2687c954]:before{content:"\f296"}.qi-2372[data-v-2687c954]:before{content:"\f297"}.qi-2373[data-v-2687c954]:before{content:"\f298"}.qi-2374[data-v-2687c954]:before{content:"\f299"}.qi-2375[data-v-2687c954]:before{content:"\f29a"}.qi-2376[data-v-2687c954]:before{content:"\f29b"}.qi-2377[data-v-2687c954]:before{content:"\f29c"}.qi-2378[data-v-2687c954]:before{content:"\f29d"}.qi-2379[data-v-2687c954]:before{content:"\f29e"}.qi-2380[data-v-2687c954]:before{content:"\f29f"}.qi-2381[data-v-2687c954]:before{content:"\f2a0"}.qi-2382[data-v-2687c954]:before{content:"\f2a1"}.qi-2383[data-v-2687c954]:before{content:"\f2a2"}.qi-2384[data-v-2687c954]:before{content:"\f2a3"}.qi-2385[data-v-2687c954]:before{content:"\f2a4"}.qi-2386[data-v-2687c954]:before{content:"\f2a5"}.qi-2387[data-v-2687c954]:before{content:"\f2a6"}.qi-2388[data-v-2687c954]:before{content:"\f2a7"}.qi-2389[data-v-2687c954]:before{content:"\f2a8"}.qi-2390[data-v-2687c954]:before{content:"\f2a9"}.qi-2391[data-v-2687c954]:before{content:"\f2aa"}.qi-2392[data-v-2687c954]:before{content:"\f2ab"}.qi-2393[data-v-2687c954]:before{content:"\f2ac"}.qi-2394[data-v-2687c954]:before{content:"\f2ad"}.qi-2395[data-v-2687c954]:before{content:"\f2ae"}.qi-2396[data-v-2687c954]:before{content:"\f2af"}.qi-2397[data-v-2687c954]:before{content:"\f2b0"}.qi-2398[data-v-2687c954]:before{content:"\f2b1"}.qi-2399[data-v-2687c954]:before{content:"\f2b2"}.qi-2400[data-v-2687c954]:before{content:"\f2b3"}.qi-2409[data-v-2687c954]:before{content:"\f2b4"}.qi-2411[data-v-2687c954]:before{content:"\f2b5"}.qi-2412[data-v-2687c954]:before{content:"\f2b6"}.qi-2413[data-v-2687c954]:before{content:"\f2b7"}.qi-2414[data-v-2687c954]:before{content:"\f2b8"}.qi-2415[data-v-2687c954]:before{content:"\f2b9"}.qi-2416[data-v-2687c954]:before{content:"\f2ba"}.qi-2417[data-v-2687c954]:before{content:"\f2bb"}.qi-2418[data-v-2687c954]:before{content:"\f2bc"}.qi-2419[data-v-2687c954]:before{content:"\f2bd"}.qi-2420[data-v-2687c954]:before{content:"\f2be"}.qi-2421[data-v-2687c954]:before{content:"\f2bf"}.qi-2422[data-v-2687c954]:before{content:"\f2c0"}.qi-2423[data-v-2687c954]:before{content:"\f2c1"}.qi-2424[data-v-2687c954]:before{content:"\f2c2"}.qi-2425[data-v-2687c954]:before{content:"\f2c3"}.qi-2426[data-v-2687c954]:before{content:"\f2c4"}.qi-2501[data-v-2687c954]:before{content:"\f2fa"}.qi-2502[data-v-2687c954]:before{content:"\f2fb"}.qi-2521[data-v-2687c954]:before{content:"\f2fc"}.qi-2522[data-v-2687c954]:before{content:"\f2fd"}.qi-2523[data-v-2687c954]:before{content:"\f2fe"}.qi-2524[data-v-2687c954]:before{content:"\f2ff"}.qi-2525[data-v-2687c954]:before{content:"\f300"}.qi-2526[data-v-2687c954]:before{content:"\f301"}.qi-2527[data-v-2687c954]:before{content:"\f302"}.qi-2528[data-v-2687c954]:before{content:"\f303"}.qi-2529[data-v-2687c954]:before{content:"\f304"}.qi-2530[data-v-2687c954]:before{content:"\f305"}.qi-2531[data-v-2687c954]:before{content:"\f306"}.qi-2532[data-v-2687c954]:before{content:"\f307"}.qi-2550[data-v-2687c954]:before{content:"\f308"}.qi-2551[data-v-2687c954]:before{content:"\f309"}.qi-2552[data-v-2687c954]:before{content:"\f30a"}.qi-2553[data-v-2687c954]:before{content:"\f30b"}.qi-2554[data-v-2687c954]:before{content:"\f30c"}.qi-9999[data-v-2687c954]:before{content:"\f1cb"}.qi-100-fill[data-v-2687c954]:before{content:"\f1cc"}.qi-101-fill[data-v-2687c954]:before{content:"\f1cd"}.qi-102-fill[data-v-2687c954]:before{content:"\f1ce"}.qi-103-fill[data-v-2687c954]:before{content:"\f1cf"}.qi-104-fill[data-v-2687c954]:before{content:"\f1d0"}.qi-150-fill[data-v-2687c954]:before{content:"\f1d1"}.qi-151-fill[data-v-2687c954]:before{content:"\f1d2"}.qi-152-fill[data-v-2687c954]:before{content:"\f1d3"}.qi-153-fill[data-v-2687c954]:before{content:"\f1d4"}.qi-300-fill[data-v-2687c954]:before{content:"\f1d5"}.qi-301-fill[data-v-2687c954]:before{content:"\f1d6"}.qi-302-fill[data-v-2687c954]:before{content:"\f1d7"}.qi-303-fill[data-v-2687c954]:before{content:"\f1d8"}.qi-304-fill[data-v-2687c954]:before{content:"\f1d9"}.qi-305-fill[data-v-2687c954]:before{content:"\f1da"}.qi-306-fill[data-v-2687c954]:before{content:"\f1db"}.qi-307-fill[data-v-2687c954]:before{content:"\f1dc"}.qi-308-fill[data-v-2687c954]:before{content:"\f1dd"}.qi-309-fill[data-v-2687c954]:before{content:"\f1de"}.qi-310-fill[data-v-2687c954]:before{content:"\f1df"}.qi-311-fill[data-v-2687c954]:before{content:"\f1e0"}.qi-312-fill[data-v-2687c954]:before{content:"\f1e1"}.qi-313-fill[data-v-2687c954]:before{content:"\f1e2"}.qi-314-fill[data-v-2687c954]:before{content:"\f1e3"}.qi-315-fill[data-v-2687c954]:before{content:"\f1e4"}.qi-316-fill[data-v-2687c954]:before{content:"\f1e5"}.qi-317-fill[data-v-2687c954]:before{content:"\f1e6"}.qi-318-fill[data-v-2687c954]:before{content:"\f1e7"}.qi-350-fill[data-v-2687c954]:before{content:"\f1e8"}.qi-351-fill[data-v-2687c954]:before{content:"\f1e9"}.qi-399-fill[data-v-2687c954]:before{content:"\f1ea"}.qi-400-fill[data-v-2687c954]:before{content:"\f1eb"}.qi-401-fill[data-v-2687c954]:before{content:"\f1ec"}.qi-402-fill[data-v-2687c954]:before{content:"\f1ed"}.qi-403-fill[data-v-2687c954]:before{content:"\f1ee"}.qi-404-fill[data-v-2687c954]:before{content:"\f1ef"}.qi-405-fill[data-v-2687c954]:before{content:"\f1f0"}.qi-406-fill[data-v-2687c954]:before{content:"\f1f1"}.qi-407-fill[data-v-2687c954]:before{content:"\f1f2"}.qi-408-fill[data-v-2687c954]:before{content:"\f1f3"}.qi-409-fill[data-v-2687c954]:before{content:"\f1f4"}.qi-410-fill[data-v-2687c954]:before{content:"\f1f5"}.qi-456-fill[data-v-2687c954]:before{content:"\f1f6"}.qi-457-fill[data-v-2687c954]:before{content:"\f1f7"}.qi-499-fill[data-v-2687c954]:before{content:"\f1f8"}.qi-500-fill[data-v-2687c954]:before{content:"\f1f9"}.qi-501-fill[data-v-2687c954]:before{content:"\f1fa"}.qi-502-fill[data-v-2687c954]:before{content:"\f1fb"}.qi-503-fill[data-v-2687c954]:before{content:"\f1fc"}.qi-504-fill[data-v-2687c954]:before{content:"\f1fd"}.qi-507-fill[data-v-2687c954]:before{content:"\f1fe"}.qi-508-fill[data-v-2687c954]:before{content:"\f1ff"}.qi-509-fill[data-v-2687c954]:before{content:"\f200"}.qi-510-fill[data-v-2687c954]:before{content:"\f201"}.qi-511-fill[data-v-2687c954]:before{content:"\f202"}.qi-512-fill[data-v-2687c954]:before{content:"\f203"}.qi-513-fill[data-v-2687c954]:before{content:"\f204"}.qi-514-fill[data-v-2687c954]:before{content:"\f205"}.qi-515-fill[data-v-2687c954]:before{content:"\f206"}.qi-900-fill[data-v-2687c954]:before{content:"\f207"}.qi-901-fill[data-v-2687c954]:before{content:"\f208"}.qi-999-fill[data-v-2687c954]:before{content:"\f209"}.qi-qweather-fill[data-v-2687c954]:before{content:"\f20a"}.qi-qweather[data-v-2687c954]:before{content:"\f20b"}.qi-sunny[data-v-2687c954]:before{content:"\f101"}.qi-cloudy[data-v-2687c954]:before{content:"\f102"}.qi-few-clouds[data-v-2687c954]:before{content:"\f103"}.qi-partly-cloudy[data-v-2687c954]:before{content:"\f104"}.qi-overcast[data-v-2687c954]:before{content:"\f105"}.qi-clear-night[data-v-2687c954]:before{content:"\f106"}.qi-cloudy-night[data-v-2687c954]:before{content:"\f107"}.qi-few-clouds-night[data-v-2687c954]:before{content:"\f108"}.qi-partly-cloudy-night[data-v-2687c954]:before{content:"\f109"}.qi-shower-rain[data-v-2687c954]:before{content:"\f10a"}.qi-heavy-shower-rain[data-v-2687c954]:before{content:"\f10b"}.qi-thundershower[data-v-2687c954]:before{content:"\f10c"}.qi-heavy-thunderstorm[data-v-2687c954]:before{content:"\f10d"}.qi-thundershower-with-hail[data-v-2687c954]:before{content:"\f10e"}.qi-light-rain[data-v-2687c954]:before{content:"\f10f"}.qi-moderate-rain[data-v-2687c954]:before{content:"\f110"}.qi-heavy-rain[data-v-2687c954]:before{content:"\f111"}.qi-extreme-rain[data-v-2687c954]:before{content:"\f112"}.qi-drizzle-rain[data-v-2687c954]:before{content:"\f113"}.qi-storm[data-v-2687c954]:before{content:"\f114"}.qi-heavy-storm[data-v-2687c954]:before{content:"\f115"}.qi-severe-storm[data-v-2687c954]:before{content:"\f116"}.qi-freezing-rain[data-v-2687c954]:before{content:"\f117"}.qi-light-to-moderate-rain[data-v-2687c954]:before{content:"\f118"}.qi-moderate-to-heavy-rain[data-v-2687c954]:before{content:"\f119"}.qi-heavy-rain-to-storm[data-v-2687c954]:before{content:"\f11a"}.qi-storm-to-heavy-storm[data-v-2687c954]:before{content:"\f11b"}.qi-heavy-to-severe-storm[data-v-2687c954]:before{content:"\f11c"}.qi-shower-rain-night[data-v-2687c954]:before{content:"\f11d"}.qi-heavy-shower-rain-night[data-v-2687c954]:before{content:"\f11e"}.qi-rain[data-v-2687c954]:before{content:"\f11f"}.qi-light-snow[data-v-2687c954]:before{content:"\f120"}.qi-moderate-snow[data-v-2687c954]:before{content:"\f121"}.qi-heavy-snow[data-v-2687c954]:before{content:"\f122"}.qi-snowstorm[data-v-2687c954]:before{content:"\f123"}.qi-sleet[data-v-2687c954]:before{content:"\f124"}.qi-rain-and-snow[data-v-2687c954]:before{content:"\f125"}.qi-shower-snow[data-v-2687c954]:before{content:"\f126"}.qi-snow-flurry[data-v-2687c954]:before{content:"\f127"}.qi-light-to-moderate-snow[data-v-2687c954]:before{content:"\f128"}.qi-moderate-to-heavy-snow[data-v-2687c954]:before{content:"\f129"}.qi-heavy-snow-to-snowstorm[data-v-2687c954]:before{content:"\f12a"}.qi-shower-snow-night[data-v-2687c954]:before{content:"\f12b"}.qi-snow-flurry-night[data-v-2687c954]:before{content:"\f12c"}.qi-snow[data-v-2687c954]:before{content:"\f12d"}.qi-mist[data-v-2687c954]:before{content:"\f12e"}.qi-foggy[data-v-2687c954]:before{content:"\f12f"}.qi-haze[data-v-2687c954]:before{content:"\f130"}.qi-sand[data-v-2687c954]:before{content:"\f131"}.qi-dust[data-v-2687c954]:before{content:"\f132"}.qi-duststorm[data-v-2687c954]:before{content:"\f133"}.qi-sandstorm[data-v-2687c954]:before{content:"\f134"}.qi-dense-fog[data-v-2687c954]:before{content:"\f135"}.qi-strong-fog[data-v-2687c954]:before{content:"\f136"}.qi-moderate-haze[data-v-2687c954]:before{content:"\f137"}.qi-heavy-haze[data-v-2687c954]:before{content:"\f138"}.qi-severe-haze[data-v-2687c954]:before{content:"\f139"}.qi-heavy-fog[data-v-2687c954]:before{content:"\f13a"}.qi-extra-heavy-fog[data-v-2687c954]:before{content:"\f13b"}.qi-new-moon[data-v-2687c954]:before{content:"\f13c"}.qi-waxing-crescent[data-v-2687c954]:before{content:"\f13d"}.qi-first-quarter[data-v-2687c954]:before{content:"\f13e"}.qi-waxing-gibbous[data-v-2687c954]:before{content:"\f13f"}.qi-full-moon[data-v-2687c954]:before{content:"\f140"}.qi-waning-gibbous[data-v-2687c954]:before{content:"\f141"}.qi-last-quarter[data-v-2687c954]:before{content:"\f142"}.qi-waning-crescent[data-v-2687c954]:before{content:"\f143"}.qi-hot[data-v-2687c954]:before{content:"\f144"}.qi-cold[data-v-2687c954]:before{content:"\f145"}.qi-unknown[data-v-2687c954]:before{content:"\f146"}.qi-typhoon[data-v-2687c954]:before{content:"\f147"}.qi-tornado[data-v-2687c954]:before{content:"\f148"}.qi-rainstorm[data-v-2687c954]:before{content:"\f149"}.qi-snow-storm[data-v-2687c954]:before{content:"\f14a"}.qi-cold-wave[data-v-2687c954]:before{content:"\f14b"}.qi-gale[data-v-2687c954]:before{content:"\f14c"}.qi-sandstorm-warning[data-v-2687c954]:before{content:"\f14d"}.qi-low-temperature-freeze[data-v-2687c954]:before{content:"\f14e"}.qi-high-temperature[data-v-2687c954]:before{content:"\f14f"}.qi-heat-wave[data-v-2687c954]:before{content:"\f150"}.qi-dry-hot-wind[data-v-2687c954]:before{content:"\f151"}.qi-downburst[data-v-2687c954]:before{content:"\f152"}.qi-avalanche[data-v-2687c954]:before{content:"\f153"}.qi-lightning[data-v-2687c954]:before{content:"\f154"}.qi-hail[data-v-2687c954]:before{content:"\f155"}.qi-frost[data-v-2687c954]:before{content:"\f156"}.qi-heavy-fog-warning[data-v-2687c954]:before{content:"\f157"}.qi-low-level-wind-shearl[data-v-2687c954]:before{content:"\f158"}.qi-haze-warning[data-v-2687c954]:before{content:"\f159"}.qi-thunder-gust[data-v-2687c954]:before{content:"\f15a"}.qi-road-icing[data-v-2687c954]:before{content:"\f15b"}.qi-drought[data-v-2687c954]:before{content:"\f15c"}.qi-gale-at-sea[data-v-2687c954]:before{content:"\f15d"}.qi-heat-stroke[data-v-2687c954]:before{content:"\f15e"}.qi-wildfire[data-v-2687c954]:before{content:"\f15f"}.qi-grassland-fire[data-v-2687c954]:before{content:"\f160"}.qi-freeze[data-v-2687c954]:before{content:"\f161"}.qi-space-weather[data-v-2687c954]:before{content:"\f162"}.qi-heavy-air-pollution[data-v-2687c954]:before{content:"\f163"}.qi-low-temperature-rain-and-snow[data-v-2687c954]:before{content:"\f164"}.qi-strong-convection[data-v-2687c954]:before{content:"\f165"}.qi-ozone[data-v-2687c954]:before{content:"\f166"}.qi-heavy-snow-warning[data-v-2687c954]:before{content:"\f167"}.qi-cold-warning[data-v-2687c954]:before{content:"\f168"}.qi-continuous-rain[data-v-2687c954]:before{content:"\f169"}.qi-waterlogging[data-v-2687c954]:before{content:"\f16a"}.qi-geological-hazard[data-v-2687c954]:before{content:"\f16b"}.qi-heavy-rainfall[data-v-2687c954]:before{content:"\f16c"}.qi-severely-falling-temperature[data-v-2687c954]:before{content:"\f16d"}.qi-snow-disaster[data-v-2687c954]:before{content:"\f16e"}.qi-wildfire-grassland[data-v-2687c954]:before{content:"\f16f"}.qi-medical-meteorology[data-v-2687c954]:before{content:"\f170"}.qi-thunderstorm[data-v-2687c954]:before{content:"\f171"}.qi-school-closure[data-v-2687c954]:before{content:"\f172"}.qi-factory-closure[data-v-2687c954]:before{content:"\f173"}.qi-maritime-risk[data-v-2687c954]:before{content:"\f174"}.qi-spring-dust[data-v-2687c954]:before{content:"\f175"}.qi-falling-temperature[data-v-2687c954]:before{content:"\f176"}.qi-typhoon-and-rainstorm[data-v-2687c954]:before{content:"\f177"}.qi-severe-cold[data-v-2687c954]:before{content:"\f178"}.qi-sand-dust[data-v-2687c954]:before{content:"\f179"}.qi-sea-thunderstorms[data-v-2687c954]:before{content:"\f17a"}.qi-sea-fog[data-v-2687c954]:before{content:"\f17b"}.qi-sea-thunder[data-v-2687c954]:before{content:"\f17c"}.qi-sea-typhoon[data-v-2687c954]:before{content:"\f17d"}.qi-low-temperature[data-v-2687c954]:before{content:"\f17e"}.qi-road-ice-and-snow[data-v-2687c954]:before{content:"\f17f"}.qi-thunderstorm-and-gale[data-v-2687c954]:before{content:"\f180"}.qi-continuous-low-temperature[data-v-2687c954]:before{content:"\f181"}.qi-low-visibility[data-v-2687c954]:before{content:"\f182"}.qi-strong-dust[data-v-2687c954]:before{content:"\f183"}.qi-gale-in-sea-area[data-v-2687c954]:before{content:"\f184"}.qi-short-duration-heavy-shower-rain[data-v-2687c954]:before{content:"\f185"}.qi-short-lived-heavy-shower-rain[data-v-2687c954]:before{content:"\f186"}.qi-sea-area-fog[data-v-2687c954]:before{content:"\f187"}.qi-heat-stroke-conditions[data-v-2687c954]:before{content:"\f188"}.qi-heavy-pollution-weather[data-v-2687c954]:before{content:"\f189"}.qi-co-poisoning-weather-conditions[data-v-2687c954]:before{content:"\f18a"}.qi-respiratory-disease-weather-wonditions[data-v-2687c954]:before{content:"\f18b"}.qi-intestinal-disease-weather-wonditions[data-v-2687c954]:before{content:"\f18c"}.qi-cardiovascular-disease-weather-wonditions[data-v-2687c954]:before{content:"\f18d"}.qi-flooding-weather-risk[data-v-2687c954]:before{content:"\f18e"}.qi-heavy-pollution-weather-conditions[data-v-2687c954]:before{content:"\f18f"}.qi-urban-flooding-weather-risk[data-v-2687c954]:before{content:"\f190"}.qi-flooding-weather-risk-2[data-v-2687c954]:before{content:"\f191"}.qi-wildfire-weather-risk[data-v-2687c954]:before{content:"\f192"}.qi-meteorological-drought[data-v-2687c954]:before{content:"\f193"}.qi-agricultural-weather-risk[data-v-2687c954]:before{content:"\f194"}.qi-strong-monsoon[data-v-2687c954]:before{content:"\f195"}.qi-ice-accretion-on-wire[data-v-2687c954]:before{content:"\f196"}.qi-stroke-weather-risk[data-v-2687c954]:before{content:"\f197"}.qi-wildfire-grassland-risk[data-v-2687c954]:before{content:"\f198"}.qi-thunderstorm-and-strong-winds[data-v-2687c954]:before{content:"\f199"}.qi-low-temperature-freeze2[data-v-2687c954]:before{content:"\f19a"}.qi-low-temperature-damage[data-v-2687c954]:before{content:"\f19b"}.qi-national-agricultural-meteorological-risk[data-v-2687c954]:before{content:"\f19c"}.qi-dry-hot-wind-risk-for-winter-wheat[data-v-2687c954]:before{content:"\f19d"}.qi-flood[data-v-2687c954]:before{content:"\f2c5"}.qi-urban-flooding[data-v-2687c954]:before{content:"\f2c6"}.qi-reservoir-danger[data-v-2687c954]:before{content:"\f2c7"}.qi-dike-danger[data-v-2687c954]:before{content:"\f2c8"}.qi-ice-flood[data-v-2687c954]:before{content:"\f2c9"}.qi-waterlogging2[data-v-2687c954]:before{content:"\f2ca"}.qi-flood-and-waterlogging[data-v-2687c954]:before{content:"\f2cb"}.qi-dry-water[data-v-2687c954]:before{content:"\f2cc"}.qi-flood-and-flash-flood-in-small-and-medium-rivers[data-v-2687c954]:before{content:"\f2cd"}.qi-difficulty-drinking-water-for-rural-people-and-animals[data-v-2687c954]:before{content:"\f2ce"}.qi-flood-in-small-and-medium-rivers[data-v-2687c954]:before{content:"\f2cf"}.qi-flood-and-drought-advisory[data-v-2687c954]:before{content:"\f2d0"}.qi-urban-flood-risk[data-v-2687c954]:before{content:"\f2d1"}.qi-flash-flood[data-v-2687c954]:before{content:"\f2d2"}.qi-agricultural-drought[data-v-2687c954]:before{content:"\f2d3"}.qi-urban-water-shortage[data-v-2687c954]:before{content:"\f2d4"}.qi-ecological-drought[data-v-2687c954]:before{content:"\f2d5"}.qi-disaster-risk-early-warning[data-v-2687c954]:before{content:"\f2d6"}.qi-flash-flood-weather-risk[data-v-2687c954]:before{content:"\f2d7"}.qi-water-conservancy-and-drought[data-v-2687c954]:before{content:"\f2d8"}.qi-landslide[data-v-2687c954]:before{content:"\f2d9"}.qi-debris-flows[data-v-2687c954]:before{content:"\f2da"}.qi-landslide-event[data-v-2687c954]:before{content:"\f2db"}.qi-ground-collapses[data-v-2687c954]:before{content:"\f2dc"}.qi-ground-fissure[data-v-2687c954]:before{content:"\f2dd"}.qi-land-subsidence[data-v-2687c954]:before{content:"\f2de"}.qi-volcanic-eruption[data-v-2687c954]:before{content:"\f2df"}.qi-geological-hazard-weather-risk[data-v-2687c954]:before{content:"\f2e0"}.qi-geological-hazard-weather[data-v-2687c954]:before{content:"\f2e1"}.qi-geological-hazard2[data-v-2687c954]:before{content:"\f2e2"}.qi-geological-hazard-risk[data-v-2687c954]:before{content:"\f2e3"}.qi-air-pollution-incident[data-v-2687c954]:before{content:"\f2f6"}.qi-heavy-air-pollution-2[data-v-2687c954]:before{content:"\f2f7"}.qi-air-pollution[data-v-2687c954]:before{content:"\f2f8"}.qi-heavy-pollution-weather-2[data-v-2687c954]:before{content:"\f2f9"}.qi-very-hot-weather[data-v-2687c954]:before{content:"\f1a1"}.qi-strong-monsoon-signal[data-v-2687c954]:before{content:"\f1a2"}.qi-landslip[data-v-2687c954]:before{content:"\f1a3"}.qi-tropical-cyclone[data-v-2687c954]:before{content:"\f1a4"}.qi-fire-danger[data-v-2687c954]:before{content:"\f1a5"}.qi-flooding-in-the-northern-new-territories[data-v-2687c954]:before{content:"\f1a6"}.qi-cold-weather[data-v-2687c954]:before{content:"\f1a7"}.qi-thunderstorm2[data-v-2687c954]:before{content:"\f20c"}.qi-rainstorm2[data-v-2687c954]:before{content:"\f20d"}.qi-frost2[data-v-2687c954]:before{content:"\f20e"}.qi-cold-surge-advisory[data-v-2687c954]:before{content:"\f1a8"}.qi-strong-wind-advisory[data-v-2687c954]:before{content:"\f1a9"}.qi-rainfall-advisory[data-v-2687c954]:before{content:"\f1aa"}.qi-strong-monsoon-signal2[data-v-2687c954]:before{content:"\f20f"}.qi-storm-surge2[data-v-2687c954]:before{content:"\f210"}.qi-tropical-cyclone2[data-v-2687c954]:before{content:"\f211"}.qi-rainstorm3[data-v-2687c954]:before{content:"\f212"}.qi-thunderstorm3[data-v-2687c954]:before{content:"\f213"}.qi-wind-warning[data-v-2687c954]:before{content:"\f1ab"}.qi-snow-ice[data-v-2687c954]:before{content:"\f1ac"}.qi-fog[data-v-2687c954]:before{content:"\f1ad"}.qi-coastal-event[data-v-2687c954]:before{content:"\f1ae"}.qi-forest-fire[data-v-2687c954]:before{content:"\f1af"}.qi-rain-warning[data-v-2687c954]:before{content:"\f1b0"}.qi-rain-flood[data-v-2687c954]:before{content:"\f1b1"}.qi-thunderstorm4[data-v-2687c954]:before{content:"\f214"}.qi-high-temperature2[data-v-2687c954]:before{content:"\f215"}.qi-low-temperature2[data-v-2687c954]:before{content:"\f216"}.qi-avalanches[data-v-2687c954]:before{content:"\f217"}.qi-flooding[data-v-2687c954]:before{content:"\f218"}.qi-rain-warning2[data-v-2687c954]:before{content:"\f250"}.qi-wind[data-v-2687c954]:before{content:"\f21a"}.qi-snow-warning[data-v-2687c954]:before{content:"\f1c7"}.qi-zonda-wind[data-v-2687c954]:before{content:"\f1c8"}.qi-storm-warning[data-v-2687c954]:before{content:"\f1c9"}.qi-dust-raising-winds2[data-v-2687c954]:before{content:"\f21b"}.qi-strong-surface-winds2[data-v-2687c954]:before{content:"\f21c"}.qi-hot-day2[data-v-2687c954]:before{content:"\f21d"}.qi-warm-night2[data-v-2687c954]:before{content:"\f21e"}.qi-cold-day2[data-v-2687c954]:before{content:"\f21f"}.qi-thunderstorm-and-lightning2[data-v-2687c954]:before{content:"\f220"}.qi-hailstorm2[data-v-2687c954]:before{content:"\f221"}.qi-sea-area-warning2[data-v-2687c954]:before{content:"\f222"}.qi-fishermen-warning2[data-v-2687c954]:before{content:"\f223"}.qi-heavy-snow-warning2[data-v-2687c954]:before{content:"\f243"}.qi-dust-storm[data-v-2687c954]:before{content:"\f225"}.qi-heat-wave2[data-v-2687c954]:before{content:"\f304"}.qi-cold-wave2[data-v-2687c954]:before{content:"\f305"}.qi-fog2[data-v-2687c954]:before{content:"\f228"}.qi-heavy-rain-warning[data-v-2687c954]:before{content:"\f229"}.qi-ground-frost2[data-v-2687c954]:before{content:"\f22a"}.qi-fog3[data-v-2687c954]:before{content:"\f22b"}.qi-thunder-rain2[data-v-2687c954]:before{content:"\f22c"}.qi-thunder-storm[data-v-2687c954]:before{content:"\f22d"}.qi-light-rain-warning[data-v-2687c954]:before{content:"\f22e"}.qi-heavy-rain-warning2[data-v-2687c954]:before{content:"\f22f"}.qi-fresh-wind[data-v-2687c954]:before{content:"\f230"}.qi-thunderstorm-and-dust[data-v-2687c954]:before{content:"\f231"}.qi-dust-warning[data-v-2687c954]:before{content:"\f232"}.qi-high-wave[data-v-2687c954]:before{content:"\f233"}.qi-frost3[data-v-2687c954]:before{content:"\f234"}.qi-drop-in-visibility[data-v-2687c954]:before{content:"\f235"}.qi-low-humidity2[data-v-2687c954]:before{content:"\f236"}.qi-accumulated-rain2[data-v-2687c954]:before{content:"\f237"}.qi-cold-wave3[data-v-2687c954]:before{content:"\f238"}.qi-tornado2[data-v-2687c954]:before{content:"\f239"}.qi-thunderstorm5[data-v-2687c954]:before{content:"\f23a"}.qi-hail2[data-v-2687c954]:before{content:"\f23b"}.qi-heavy-rainfall2[data-v-2687c954]:before{content:"\f23c"}.qi-gale2[data-v-2687c954]:before{content:"\f23d"}.qi-heat-wave3[data-v-2687c954]:before{content:"\f23e"}.qi-cold-warning2[data-v-2687c954]:before{content:"\f23f"}.qi-frost4[data-v-2687c954]:before{content:"\f240"}.qi-drought2[data-v-2687c954]:before{content:"\f241"}.qi-forest-fire2[data-v-2687c954]:before{content:"\f242"}.qi-severely-falling-temperature2[data-v-2687c954]:before{content:"\f244"}.qi-rainstorm4[data-v-2687c954]:before{content:"\f245"}.qi-wind2[data-v-2687c954]:before{content:"\f246"}.qi-snow-ice2[data-v-2687c954]:before{content:"\f247"}.qi-freeze2[data-v-2687c954]:before{content:"\f248"}.qi-thunderstorms[data-v-2687c954]:before{content:"\f30b"}.qi-fog4[data-v-2687c954]:before{content:"\f24a"}.qi-high-temperature3[data-v-2687c954]:before{content:"\f24b"}.qi-low-temperature3[data-v-2687c954]:before{content:"\f24c"}.qi-coastal-event2[data-v-2687c954]:before{content:"\f24d"}.qi-forest-fire3[data-v-2687c954]:before{content:"\f24e"}.qi-avalanches2[data-v-2687c954]:before{content:"\f24f"}.qi-flood2[data-v-2687c954]:before{content:"\f251"}.qi-rain-flood2[data-v-2687c954]:before{content:"\f252"}.qi-mudflow2[data-v-2687c954]:before{content:"\f253"}.qi-duststorm-warning[data-v-2687c954]:before{content:"\f254"}.qi-freezing-rain-and-icing[data-v-2687c954]:before{content:"\f255"}.qi-other-dangers[data-v-2687c954]:before{content:"\f256"}.qi-severe-thunderstorms[data-v-2687c954]:before{content:"\f257"}.qi-damaging-winds2[data-v-2687c954]:before{content:"\f258"}.qi-veld-fire-conditions2[data-v-2687c954]:before{content:"\f259"}.qi-weather-advisory2[data-v-2687c954]:before{content:"\f25a"}.qi-thunderstorm6[data-v-2687c954]:before{content:"\f2e4"}.qi-squall[data-v-2687c954]:before{content:"\f2e5"}.qi-air-quality[data-v-2687c954]:before{content:"\f2e6"}.qi-rainfall[data-v-2687c954]:before{content:"\f2e7"}.qi-fog5[data-v-2687c954]:before{content:"\f2e8"}.qi-heat[data-v-2687c954]:before{content:"\f2e9"}.qi-wildfire2[data-v-2687c954]:before{content:"\f2ea"}.qi-wind3[data-v-2687c954]:before{content:"\f2eb"}.qi-freezing-rain-warning[data-v-2687c954]:before{content:"\f2ec"}.qi-tornado3[data-v-2687c954]:before{content:"\f2ed"}.qi-blizzard[data-v-2687c954]:before{content:"\f2ee"}.qi-weather-warning[data-v-2687c954]:before{content:"\f2ef"}.qi-winter-storm[data-v-2687c954]:before{content:"\f2f0"}.qi-freezing-drizzle[data-v-2687c954]:before{content:"\f2f1"}.qi-snowfall[data-v-2687c954]:before{content:"\f2f2"}.qi-blowing-snow[data-v-2687c954]:before{content:"\f2f3"}.qi-extreme-cold[data-v-2687c954]:before{content:"\f2f4"}.qi-frost5[data-v-2687c954]:before{content:"\f2f5"}.qi-hazardous-seas-warning[data-v-2687c954]:before{content:"\f25b"}.qi-heavy-freezing-spray-warning[data-v-2687c954]:before{content:"\f25c"}.qi-red-flag-warning[data-v-2687c954]:before{content:"\f25d"}.qi-freeze-warning[data-v-2687c954]:before{content:"\f25e"}.qi-hard-freeze-warning[data-v-2687c954]:before{content:"\f25f"}.qi-extreme-cold-warning[data-v-2687c954]:before{content:"\f260"}.qi-wind-chill-warning[data-v-2687c954]:before{content:"\f261"}.qi-gale-warning[data-v-2687c954]:before{content:"\f262"}.qi-excessive-heat-warning[data-v-2687c954]:before{content:"\f263"}.qi-lake-effect-snow-warning[data-v-2687c954]:before{content:"\f264"}.qi-blowing-dust-warning[data-v-2687c954]:before{content:"\f265"}.qi-dust-storm-warning[data-v-2687c954]:before{content:"\f266"}.qi-storm-warning2[data-v-2687c954]:before{content:"\f267"}.qi-tropical-storm-warning[data-v-2687c954]:before{content:"\f268"}.qi-high-wind-warning[data-v-2687c954]:before{content:"\f269"}.qi-high-surf-warning[data-v-2687c954]:before{content:"\f26a"}.qi-flood-warning[data-v-2687c954]:before{content:"\f26b"}.qi-lakeshore-flood-warning[data-v-2687c954]:before{content:"\f26c"}.qi-coastal-flood-warning[data-v-2687c954]:before{content:"\f26d"}.qi-ashfall-warning[data-v-2687c954]:before{content:"\f26e"}.qi-volcano-warning[data-v-2687c954]:before{content:"\f26f"}.qi-earthquake-warning[data-v-2687c954]:before{content:"\f270"}.qi-avalanche-warning[data-v-2687c954]:before{content:"\f271"}.qi-winter-storm-warning[data-v-2687c954]:before{content:"\f272"}.qi-ice-storm-warning[data-v-2687c954]:before{content:"\f273"}.qi-snow-squall-warning[data-v-2687c954]:before{content:"\f274"}.qi-blizzard-warning[data-v-2687c954]:before{content:"\f275"}.qi-special-marine-warning[data-v-2687c954]:before{content:"\f276"}.qi-typhoon-warning[data-v-2687c954]:before{content:"\f277"}.qi-hurricane-warning[data-v-2687c954]:before{content:"\f278"}.qi-hurricane-force-wind-warning[data-v-2687c954]:before{content:"\f279"}.qi-storm-surge-warning[data-v-2687c954]:before{content:"\f27a"}.qi-flash-flood-warning[data-v-2687c954]:before{content:"\f27b"}.qi-severe-thunderstorm-warning[data-v-2687c954]:before{content:"\f27c"}.qi-extreme-wind-warning[data-v-2687c954]:before{content:"\f27d"}.qi-tornado-warning[data-v-2687c954]:before{content:"\f27e"}.qi-tsunami-warning[data-v-2687c954]:before{content:"\f27f"}.qi-fire-weather-watch[data-v-2687c954]:before{content:"\f280"}.qi-freeze-watch[data-v-2687c954]:before{content:"\f281"}.qi-hard-freeze-watch[data-v-2687c954]:before{content:"\f282"}.qi-wind-chill-watch[data-v-2687c954]:before{content:"\f283"}.qi-extreme-cold-watch[data-v-2687c954]:before{content:"\f284"}.qi-excessive-heat-watch[data-v-2687c954]:before{content:"\f285"}.qi-high-wind-watch[data-v-2687c954]:before{content:"\f286"}.qi-flood-watch[data-v-2687c954]:before{content:"\f287"}.qi-lakeshore-flood-watch[data-v-2687c954]:before{content:"\f288"}.qi-coastal-flood-watch[data-v-2687c954]:before{content:"\f289"}.qi-heavy-freezing-spray-watch[data-v-2687c954]:before{content:"\f28a"}.qi-hazardous-seas-watch[data-v-2687c954]:before{content:"\f28b"}.qi-winter-storm-watch[data-v-2687c954]:before{content:"\f28c"}.qi-gale-watch[data-v-2687c954]:before{content:"\f28d"}.qi-avalanche-watch[data-v-2687c954]:before{content:"\f28e"}.qi-storm-watch[data-v-2687c954]:before{content:"\f28f"}.qi-tropical-storm-watch[data-v-2687c954]:before{content:"\f290"}.qi-typhoon-watch[data-v-2687c954]:before{content:"\f291"}.qi-hurricane-force-wind-watch[data-v-2687c954]:before{content:"\f292"}.qi-hurricane-watch[data-v-2687c954]:before{content:"\f293"}.qi-storm-surge-watch[data-v-2687c954]:before{content:"\f294"}.qi-flash-flood-watch[data-v-2687c954]:before{content:"\f295"}.qi-severe-thunderstorm-watch[data-v-2687c954]:before{content:"\f296"}.qi-tornado-watch[data-v-2687c954]:before{content:"\f297"}.qi-tsunami-watch[data-v-2687c954]:before{content:"\f298"}.qi-air-stagnation-advisory[data-v-2687c954]:before{content:"\f299"}.qi-low-water-advisory[data-v-2687c954]:before{content:"\f29a"}.qi-freezing-spray-advisory[data-v-2687c954]:before{content:"\f29b"}.qi-freezing-fog-advisory[data-v-2687c954]:before{content:"\f29c"}.qi-ashfall-advisory[data-v-2687c954]:before{content:"\f29d"}.qi-frost-advisory[data-v-2687c954]:before{content:"\f29e"}.qi-wind-advisory[data-v-2687c954]:before{content:"\f29f"}.qi-lake-wind-advisory[data-v-2687c954]:before{content:"\f2a0"}.qi-blowing-dust-advisory[data-v-2687c954]:before{content:"\f2a1"}.qi-dust-advisory[data-v-2687c954]:before{content:"\f2a2"}.qi-brisk-wind-advisory[data-v-2687c954]:before{content:"\f2a3"}.qi-small-craft-advisory[data-v-2687c954]:before{content:"\f2a4"}.qi-small-craft-advisory-for-winds[data-v-2687c954]:before{content:"\f2a5"}.qi-small-craft-advisory-for-rough-bar[data-v-2687c954]:before{content:"\f2a6"}.qi-small-craft-advisory-for-hazardous-seas[data-v-2687c954]:before{content:"\f2a7"}.qi-dense-smoke-advisory[data-v-2687c954]:before{content:"\f2a8"}.qi-dense-fog-advisory[data-v-2687c954]:before{content:"\f2a9"}.qi-high-surf-advisory[data-v-2687c954]:before{content:"\f2aa"}.qi-coastal-flood-advisory[data-v-2687c954]:before{content:"\f2ab"}.qi-lakeshore-flood-advisory[data-v-2687c954]:before{content:"\f2ac"}.qi-hydrologic-advisory[data-v-2687c954]:before{content:"\f2ad"}.qi-flood-advisory[data-v-2687c954]:before{content:"\f2ae"}.qi-heat-advisory[data-v-2687c954]:before{content:"\f2af"}.qi-wind-chill-advisory[data-v-2687c954]:before{content:"\f2b0"}.qi-winter-weather-advisory[data-v-2687c954]:before{content:"\f2b1"}.qi-avalanche-advisory[data-v-2687c954]:before{content:"\f2b2"}.qi-tsunami-advisory[data-v-2687c954]:before{content:"\f2b3"}.qi-flood-statement[data-v-2687c954]:before{content:"\f2b4"}.qi-hydrologic-outlook[data-v-2687c954]:before{content:"\f2b5"}.qi-hazardous-weather-outlook[data-v-2687c954]:before{content:"\f2b6"}.qi-air-quality-alert[data-v-2687c954]:before{content:"\f2b7"}.qi-extreme-fire-danger[data-v-2687c954]:before{content:"\f2b8"}.qi-marine-weather-statement[data-v-2687c954]:before{content:"\f2b9"}.qi-special-weather-statement[data-v-2687c954]:before{content:"\f2ba"}.qi-lakeshore-flood-statement[data-v-2687c954]:before{content:"\f2bb"}.qi-coastal-flood-statement[data-v-2687c954]:before{content:"\f2bc"}.qi-beach-hazards-statement[data-v-2687c954]:before{content:"\f2bd"}.qi-rip-current-statement[data-v-2687c954]:before{content:"\f2be"}.qi-tropical-depression-local-statement[data-v-2687c954]:before{content:"\f2bf"}.qi-tropical-storm-local-statement[data-v-2687c954]:before{content:"\f2c0"}.qi-typhoon-local-statement[data-v-2687c954]:before{content:"\f2c1"}.qi-hurricane-local-statement[data-v-2687c954]:before{content:"\f2c2"}.qi-severe-weather-statement[data-v-2687c954]:before{content:"\f2c3"}.qi-flash-flood-statement[data-v-2687c954]:before{content:"\f2c4"}.qi-heavy-rain2[data-v-2687c954]:before{content:"\f2fa"}.qi-very-heavy-rain[data-v-2687c954]:before{content:"\f2fb"}.qi-moderate-rain2[data-v-2687c954]:before{content:"\f2fc"}.qi-light-rain2[data-v-2687c954]:before{content:"\f2fd"}.qi-heavy-rain3[data-v-2687c954]:before{content:"\f2fe"}.qi-light-mist[data-v-2687c954]:before{content:"\f2ff"}.qi-raised-dust[data-v-2687c954]:before{content:"\f300"}.qi-high-winds[data-v-2687c954]:before{content:"\f301"}.qi-dusty-plankton[data-v-2687c954]:before{content:"\f302"}.qi-active-winds[data-v-2687c954]:before{content:"\f303"}.qi-fog6[data-v-2687c954]:before{content:"\f306"}.qi-light-fog[data-v-2687c954]:before{content:"\f307"}.qi-heavy-rain4[data-v-2687c954]:before{content:"\f308"}.qi-strong-wind[data-v-2687c954]:before{content:"\f309"}.qi-heavy-snow2[data-v-2687c954]:before{content:"\f30a"}.qi-road-snowfall[data-v-2687c954]:before{content:"\f30c"}.qi-warning-default[data-v-2687c954]:before{content:"\f1cb"}.qi-sunny-fill[data-v-2687c954]:before{content:"\f1cc"}.qi-cloudy-fill[data-v-2687c954]:before{content:"\f1cd"}.qi-few-clouds-fill[data-v-2687c954]:before{content:"\f1ce"}.qi-partly-cloudy-fill[data-v-2687c954]:before{content:"\f1cf"}.qi-overcast-fill[data-v-2687c954]:before{content:"\f1d0"}.qi-clear-night-fill[data-v-2687c954]:before{content:"\f1d1"}.qi-cloudy-night-fill[data-v-2687c954]:before{content:"\f1d2"}.qi-few-clouds-night-fill[data-v-2687c954]:before{content:"\f1d3"}.qi-partly-cloudy-night-fill[data-v-2687c954]:before{content:"\f1d4"}.qi-shower-rain-fill[data-v-2687c954]:before{content:"\f1d5"}.qi-heavy-shower-rain-fill[data-v-2687c954]:before{content:"\f1d6"}.qi-thundershower-fill[data-v-2687c954]:before{content:"\f1d7"}.qi-heavy-thunderstorm-fill[data-v-2687c954]:before{content:"\f1d8"}.qi-thundershower-with-hail-fill[data-v-2687c954]:before{content:"\f1d9"}.qi-light-rain-fill[data-v-2687c954]:before{content:"\f1da"}.qi-moderate-rain-fill[data-v-2687c954]:before{content:"\f1db"}.qi-heavy-rain-fill[data-v-2687c954]:before{content:"\f1dc"}.qi-extreme-rain-fill[data-v-2687c954]:before{content:"\f1dd"}.qi-drizzle-rain-fill[data-v-2687c954]:before{content:"\f1de"}.qi-storm-fill[data-v-2687c954]:before{content:"\f1df"}.qi-heavy-storm-fill[data-v-2687c954]:before{content:"\f1e0"}.qi-severe-storm-fill[data-v-2687c954]:before{content:"\f1e1"}.qi-freezing-rain-fill[data-v-2687c954]:before{content:"\f1e2"}.qi-light-to-moderate-rain-fill[data-v-2687c954]:before{content:"\f1e3"}.qi-moderate-to-heavy-rain-fill[data-v-2687c954]:before{content:"\f1e4"}.qi-heavy-rain-to-storm-fill[data-v-2687c954]:before{content:"\f1e5"}.qi-storm-to-heavy-storm-fill[data-v-2687c954]:before{content:"\f1e6"}.qi-heavy-to-severe-storm-fill[data-v-2687c954]:before{content:"\f1e7"}.qi-shower-rain-night-fill[data-v-2687c954]:before{content:"\f1e8"}.qi-heavy-shower-rain-night-fill[data-v-2687c954]:before{content:"\f1e9"}.qi-rain-fill[data-v-2687c954]:before{content:"\f1ea"}.qi-light-snow-fill[data-v-2687c954]:before{content:"\f1eb"}.qi-moderate-snow-fill[data-v-2687c954]:before{content:"\f1ec"}.qi-heavy-snow-fill[data-v-2687c954]:before{content:"\f1ed"}.qi-snowstorm-fill[data-v-2687c954]:before{content:"\f1ee"}.qi-sleet-fill[data-v-2687c954]:before{content:"\f1ef"}.qi-rain-and-snow-fill[data-v-2687c954]:before{content:"\f1f0"}.qi-shower-snow-fill[data-v-2687c954]:before{content:"\f1f1"}.qi-snow-flurry-fill[data-v-2687c954]:before{content:"\f1f2"}.qi-light-to-moderate-snow-fill[data-v-2687c954]:before{content:"\f1f3"}.qi-moderate-to-heavy-snow-fill[data-v-2687c954]:before{content:"\f1f4"}.qi-heavy-snow-to-snowstorm-fill[data-v-2687c954]:before{content:"\f1f5"}.qi-shower-snow-night-fill[data-v-2687c954]:before{content:"\f1f6"}.qi-snow-flurry-night-fill[data-v-2687c954]:before{content:"\f1f7"}.qi-snow-fill[data-v-2687c954]:before{content:"\f1f8"}.qi-mist-fill[data-v-2687c954]:before{content:"\f1f9"}.qi-foggy-fill[data-v-2687c954]:before{content:"\f1fa"}.qi-haze-fill[data-v-2687c954]:before{content:"\f1fb"}.qi-sand-fill[data-v-2687c954]:before{content:"\f1fc"}.qi-dust-fill[data-v-2687c954]:before{content:"\f1fd"}.qi-duststorm-fill[data-v-2687c954]:before{content:"\f1fe"}.qi-sandstorm-fill[data-v-2687c954]:before{content:"\f1ff"}.qi-dense-fog-fill[data-v-2687c954]:before{content:"\f200"}.qi-strong-fog-fill[data-v-2687c954]:before{content:"\f201"}.qi-moderate-haze-fill[data-v-2687c954]:before{content:"\f202"}.qi-heavy-haze-fill[data-v-2687c954]:before{content:"\f203"}.qi-severe-haze-fill[data-v-2687c954]:before{content:"\f204"}.qi-heavy-fog-fill[data-v-2687c954]:before{content:"\f205"}.qi-extra-heavy-fog-fill[data-v-2687c954]:before{content:"\f206"}.qi-hot-fill[data-v-2687c954]:before{content:"\f207"}.qi-cold-fill[data-v-2687c954]:before{content:"\f208"}.qi-unknown-fill[data-v-2687c954]:before{content:"\f209"}.FlipClock{text-align:center;display:flex}.FlipClock .M-Flipper{margin:0 3px}.FlipClock em{line-height:102px;font-size:66px;font-style:normal;vertical-align:top}.M-Flipper{display:inline-block;position:relative;width:50px;height:95px;line-height:100px;border-radius:10px;background:#fff;font-size:66px;color:#fff;box-shadow:0 0 6px #00000080;text-align:center;font-family:Helvetica Neue}.M-Flipper .digital:before,.M-Flipper .digital:after{content:"";position:absolute;left:0;right:0;background:#000;overflow:hidden;box-sizing:border-box}.M-Flipper .digital:before{top:0;bottom:50%;border-radius:10px 10px 0 0;border-bottom:solid 1px #666}.M-Flipper .digital:after{top:50%;bottom:0;border-radius:0 0 10px 10px;line-height:0}.M-Flipper.down .front:before{z-index:3}.M-Flipper.down .back:after{z-index:2;transform-origin:50% 0%;transform:perspective(160px) rotateX(180deg)}.M-Flipper.down .front:after,.M-Flipper.down .back:before{z-index:1}.M-Flipper.down.go .front:before{transform-origin:50% 100%;animation:frontFlipDown .6s ease-in-out both;box-shadow:0 -2px 6px #ffffff4d;backface-visibility:hidden}.M-Flipper.down.go .back:after{animation:backFlipDown .6s ease-in-out both}.M-Flipper.up .front:after{z-index:3}.M-Flipper.up .back:before{z-index:2;transform-origin:50% 100%;transform:perspective(160px) rotateX(-180deg)}.M-Flipper.up .front:before,.M-Flipper.up .back:after{z-index:1}.M-Flipper.up.go .front:after{transform-origin:50% 0;animation:frontFlipUp .6s ease-in-out both;box-shadow:0 2px 6px #ffffff4d;backface-visibility:hidden}.M-Flipper.up.go .back:before{animation:backFlipUp .6s ease-in-out both}@keyframes frontFlipDown{0%{transform:perspective(160px) rotateX(0)}to{transform:perspective(160px) rotateX(-180deg)}}@keyframes backFlipDown{0%{transform:perspective(160px) rotateX(180deg)}to{transform:perspective(160px) rotateX(0)}}@keyframes frontFlipUp{0%{transform:perspective(160px) rotateX(0)}to{transform:perspective(160px) rotateX(180deg)}}@keyframes backFlipUp{0%{transform:perspective(160px) rotateX(-180deg)}to{transform:perspective(160px) rotateX(0)}}.M-Flipper .number0:before,.M-Flipper .number0:after{content:"0"}.M-Flipper .number1:before,.M-Flipper .number1:after{content:"1"}.M-Flipper .number2:before,.M-Flipper .number2:after{content:"2"}.M-Flipper .number3:before,.M-Flipper .number3:after{content:"3"}.M-Flipper .number4:before,.M-Flipper .number4:after{content:"4"}.M-Flipper .number5:before,.M-Flipper .number5:after{content:"5"}.M-Flipper .number6:before,.M-Flipper .number6:after{content:"6"}.M-Flipper .number7:before,.M-Flipper .number7:after{content:"7"}.M-Flipper .number8:before,.M-Flipper .number8:after{content:"8"}.M-Flipper .number9:before,.M-Flipper .number9:after{content:"9"}.clock2[data-v-61f717e0]{color:var(--main-text);text-align:center;text-shadow:0 0 20px #a9a9a9,0 0 10px rgba(31,31,31,.25)}.clock2 .time[data-v-61f717e0]{font-family:"sans-serif";letter-spacing:.01em;font-size:60px}.clock2 .date[data-v-61f717e0]{letter-spacing:.1em;font-size:16px}.clock2 .name[data-v-61f717e0]{letter-spacing:.1em;font-size:12px}.coolClockWrap[data-v-0000e5b9]{display:none;margin:auto;background:radial-gradient(#f8f6f5,#f7f5f4,#e4e3e2,#b9b8b7);display:flex;align-items:center;justify-content:center;border-radius:50%;width:360px;height:360px;box-shadow:0 0 10px #000c17}.clock4[data-v-b0e18b66]{width:100%;display:flex;justify-content:center;align-items:center}.gutter-box[data-v-b0e18b66]{color:#fff;font-family:Impact;font-size:64px;color:var(--primary-text);line-height:138px;text-align:center;height:138px;padding:8px;border-radius:12px;margin:8px}.container[data-v-487eb319]{width:100%;display:flex;justify-content:center}.clock5[data-v-487eb319]{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem;border-radius:2rem;background-color:#e5e5e5;box-shadow:0 0 10px #0003}.time-wrapper[data-v-487eb319]{display:flex;justify-content:center;align-items:center}.time[data-v-487eb319]{font-size:3rem;font-weight:700;padding:1rem;border-radius:1rem;background-color:#fff;color:#141414;text-shadow:0px 0px 10px rgba(0,0,0,.2)}.time-separator[data-v-487eb319]{font-size:3rem;font-weight:700;padding:.5rem;margin:.5rem;color:#141414}.timezone[data-v-487eb319]{font-size:1.2rem;font-weight:700;margin-top:.5rem;text-align:center;color:#fff;text-shadow:0px 0px 10px rgba(0,0,0,.2)}.toggle-button[data-v-487eb319]{font-size:1.2rem;font-weight:700;padding:1rem 2rem;border-radius:1rem;background-color:#fff;color:#141414;text-shadow:0px 0px 10px rgba(0,0,0,.2);box-shadow:0 0 10px #0003;transition:all .3s ease;margin-top:1.5rem}.toggle-button[data-v-487eb319]:hover{cursor:pointer;background-color:#f2f2f2}.toggle-button[data-v-487eb319]:active{background-color:#e6e6e6}@media only screen and (max-width: 768px){.time[data-v-487eb319]{font-size:2rem;padding:.3rem;margin:.3rem;border-radius:.5rem}.time-separator[data-v-487eb319]{font-size:2rem;padding:.3rem;margin:.3rem}.timezone[data-v-487eb319]{font-size:1rem}.toggle-button[data-v-487eb319]{font-size:1rem;padding:.5rem 1rem}}@keyframes gradient-487eb319{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}*[data-v-78f86b9b]{margin:0;padding:0;border:none;outline:none;box-sizing:border-box}.clock6[data-v-78f86b9b]{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:.2rem;text-shadow:0 0 2rem rgba(144,244,253,.1098039216);font:500 2rem Orbitron,sans-serif}.full-time[data-v-78f86b9b]{display:flex}#time[data-v-78f86b9b]{font-size:1.5rem;color:#afeeee}#am-pm[data-v-78f86b9b]{font-size:1rem;margin-left:.4rem;padding-top:.6rem;color:#afeeee}.days[data-v-78f86b9b]{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;margin-bottom:5px}#full-date[data-v-78f86b9b]{color:#afeeee;font-size:1.2rem}.day[data-v-78f86b9b]{font-size:1.1rem;color:gray;margin:0 .5rem}[data-v-78f86b9b]::-moz-selection{color:gray;background-color:#afeeee}[data-v-78f86b9b]::selection{color:gray;background-color:#afeeee}@media screen and (max-width: 900px){html[data-v-78f86b9b]{font-size:9px}}@media screen and (max-width: 800px){html[data-v-78f86b9b]{font-size:8px}}@media screen and (max-width: 700px){html[data-v-78f86b9b]{font-size:7px}}@media screen and (max-width: 600px){html[data-v-78f86b9b]{font-size:6px}}@media screen and (max-width: 450px){html[data-v-78f86b9b]{font-size:5px}}/*!
* QWeather Icons (https://icons.qweather.com)
* Copyright QWeather 和风天气 (https://www.qweather.com)
* License:  Code for MIT, Icons for CC BY 4.0
*/@font-face{font-family:qweather-icons;src:url(/assets/qweather-icons.d4596acc.woff2?683382eedec19edbc7e167b16847eb27) format("woff2"),url(/assets/qweather-icons.aa20c084.woff?683382eedec19edbc7e167b16847eb27) format("woff"),url(/assets/qweather-icons.9c25dc75.ttf?683382eedec19edbc7e167b16847eb27) format("truetype")}[class^=qi-][data-v-06fdadf6]:before,[class*=" qi-"][data-v-06fdadf6]:before{display:inline-block;font-family:qweather-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.qi-100[data-v-06fdadf6]:before{content:"\f101"}.qi-101[data-v-06fdadf6]:before{content:"\f102"}.qi-102[data-v-06fdadf6]:before{content:"\f103"}.qi-103[data-v-06fdadf6]:before{content:"\f104"}.qi-104[data-v-06fdadf6]:before{content:"\f105"}.qi-150[data-v-06fdadf6]:before{content:"\f106"}.qi-151[data-v-06fdadf6]:before{content:"\f107"}.qi-152[data-v-06fdadf6]:before{content:"\f108"}.qi-153[data-v-06fdadf6]:before{content:"\f109"}.qi-300[data-v-06fdadf6]:before{content:"\f10a"}.qi-301[data-v-06fdadf6]:before{content:"\f10b"}.qi-302[data-v-06fdadf6]:before{content:"\f10c"}.qi-303[data-v-06fdadf6]:before{content:"\f10d"}.qi-304[data-v-06fdadf6]:before{content:"\f10e"}.qi-305[data-v-06fdadf6]:before{content:"\f10f"}.qi-306[data-v-06fdadf6]:before{content:"\f110"}.qi-307[data-v-06fdadf6]:before{content:"\f111"}.qi-308[data-v-06fdadf6]:before{content:"\f112"}.qi-309[data-v-06fdadf6]:before{content:"\f113"}.qi-310[data-v-06fdadf6]:before{content:"\f114"}.qi-311[data-v-06fdadf6]:before{content:"\f115"}.qi-312[data-v-06fdadf6]:before{content:"\f116"}.qi-313[data-v-06fdadf6]:before{content:"\f117"}.qi-314[data-v-06fdadf6]:before{content:"\f118"}.qi-315[data-v-06fdadf6]:before{content:"\f119"}.qi-316[data-v-06fdadf6]:before{content:"\f11a"}.qi-317[data-v-06fdadf6]:before{content:"\f11b"}.qi-318[data-v-06fdadf6]:before{content:"\f11c"}.qi-350[data-v-06fdadf6]:before{content:"\f11d"}.qi-351[data-v-06fdadf6]:before{content:"\f11e"}.qi-399[data-v-06fdadf6]:before{content:"\f11f"}.qi-400[data-v-06fdadf6]:before{content:"\f120"}.qi-401[data-v-06fdadf6]:before{content:"\f121"}.qi-402[data-v-06fdadf6]:before{content:"\f122"}.qi-403[data-v-06fdadf6]:before{content:"\f123"}.qi-404[data-v-06fdadf6]:before{content:"\f124"}.qi-405[data-v-06fdadf6]:before{content:"\f125"}.qi-406[data-v-06fdadf6]:before{content:"\f126"}.qi-407[data-v-06fdadf6]:before{content:"\f127"}.qi-408[data-v-06fdadf6]:before{content:"\f128"}.qi-409[data-v-06fdadf6]:before{content:"\f129"}.qi-410[data-v-06fdadf6]:before{content:"\f12a"}.qi-456[data-v-06fdadf6]:before{content:"\f12b"}.qi-457[data-v-06fdadf6]:before{content:"\f12c"}.qi-499[data-v-06fdadf6]:before{content:"\f12d"}.qi-500[data-v-06fdadf6]:before{content:"\f12e"}.qi-501[data-v-06fdadf6]:before{content:"\f12f"}.qi-502[data-v-06fdadf6]:before{content:"\f130"}.qi-503[data-v-06fdadf6]:before{content:"\f131"}.qi-504[data-v-06fdadf6]:before{content:"\f132"}.qi-507[data-v-06fdadf6]:before{content:"\f133"}.qi-508[data-v-06fdadf6]:before{content:"\f134"}.qi-509[data-v-06fdadf6]:before{content:"\f135"}.qi-510[data-v-06fdadf6]:before{content:"\f136"}.qi-511[data-v-06fdadf6]:before{content:"\f137"}.qi-512[data-v-06fdadf6]:before{content:"\f138"}.qi-513[data-v-06fdadf6]:before{content:"\f139"}.qi-514[data-v-06fdadf6]:before{content:"\f13a"}.qi-515[data-v-06fdadf6]:before{content:"\f13b"}.qi-800[data-v-06fdadf6]:before{content:"\f13c"}.qi-801[data-v-06fdadf6]:before{content:"\f13d"}.qi-802[data-v-06fdadf6]:before{content:"\f13e"}.qi-803[data-v-06fdadf6]:before{content:"\f13f"}.qi-804[data-v-06fdadf6]:before{content:"\f140"}.qi-805[data-v-06fdadf6]:before{content:"\f141"}.qi-806[data-v-06fdadf6]:before{content:"\f142"}.qi-807[data-v-06fdadf6]:before{content:"\f143"}.qi-900[data-v-06fdadf6]:before{content:"\f144"}.qi-901[data-v-06fdadf6]:before{content:"\f145"}.qi-999[data-v-06fdadf6]:before{content:"\f146"}.qi-1001[data-v-06fdadf6]:before{content:"\f147"}.qi-1002[data-v-06fdadf6]:before{content:"\f148"}.qi-1003[data-v-06fdadf6]:before{content:"\f149"}.qi-1004[data-v-06fdadf6]:before{content:"\f14a"}.qi-1005[data-v-06fdadf6]:before{content:"\f14b"}.qi-1006[data-v-06fdadf6]:before{content:"\f14c"}.qi-1007[data-v-06fdadf6]:before{content:"\f14d"}.qi-1008[data-v-06fdadf6]:before{content:"\f14e"}.qi-1009[data-v-06fdadf6]:before{content:"\f14f"}.qi-1010[data-v-06fdadf6]:before{content:"\f150"}.qi-1011[data-v-06fdadf6]:before{content:"\f151"}.qi-1012[data-v-06fdadf6]:before{content:"\f152"}.qi-1013[data-v-06fdadf6]:before{content:"\f153"}.qi-1014[data-v-06fdadf6]:before{content:"\f154"}.qi-1015[data-v-06fdadf6]:before{content:"\f155"}.qi-1016[data-v-06fdadf6]:before{content:"\f156"}.qi-1017[data-v-06fdadf6]:before{content:"\f157"}.qi-1018[data-v-06fdadf6]:before{content:"\f158"}.qi-1019[data-v-06fdadf6]:before{content:"\f159"}.qi-1020[data-v-06fdadf6]:before{content:"\f15a"}.qi-1021[data-v-06fdadf6]:before{content:"\f15b"}.qi-1022[data-v-06fdadf6]:before{content:"\f15c"}.qi-1023[data-v-06fdadf6]:before{content:"\f15d"}.qi-1024[data-v-06fdadf6]:before{content:"\f15e"}.qi-1025[data-v-06fdadf6]:before{content:"\f15f"}.qi-1026[data-v-06fdadf6]:before{content:"\f160"}.qi-1027[data-v-06fdadf6]:before{content:"\f161"}.qi-1028[data-v-06fdadf6]:before{content:"\f162"}.qi-1029[data-v-06fdadf6]:before{content:"\f163"}.qi-1030[data-v-06fdadf6]:before{content:"\f164"}.qi-1031[data-v-06fdadf6]:before{content:"\f165"}.qi-1032[data-v-06fdadf6]:before{content:"\f166"}.qi-1033[data-v-06fdadf6]:before{content:"\f167"}.qi-1034[data-v-06fdadf6]:before{content:"\f168"}.qi-1035[data-v-06fdadf6]:before{content:"\f169"}.qi-1036[data-v-06fdadf6]:before{content:"\f16a"}.qi-1037[data-v-06fdadf6]:before{content:"\f16b"}.qi-1038[data-v-06fdadf6]:before{content:"\f16c"}.qi-1039[data-v-06fdadf6]:before{content:"\f16d"}.qi-1040[data-v-06fdadf6]:before{content:"\f16e"}.qi-1041[data-v-06fdadf6]:before{content:"\f16f"}.qi-1042[data-v-06fdadf6]:before{content:"\f170"}.qi-1043[data-v-06fdadf6]:before{content:"\f171"}.qi-1044[data-v-06fdadf6]:before{content:"\f172"}.qi-1045[data-v-06fdadf6]:before{content:"\f173"}.qi-1046[data-v-06fdadf6]:before{content:"\f174"}.qi-1047[data-v-06fdadf6]:before{content:"\f175"}.qi-1048[data-v-06fdadf6]:before{content:"\f176"}.qi-1049[data-v-06fdadf6]:before{content:"\f177"}.qi-1050[data-v-06fdadf6]:before{content:"\f178"}.qi-1051[data-v-06fdadf6]:before{content:"\f179"}.qi-1052[data-v-06fdadf6]:before{content:"\f17a"}.qi-1053[data-v-06fdadf6]:before{content:"\f17b"}.qi-1054[data-v-06fdadf6]:before{content:"\f17c"}.qi-1055[data-v-06fdadf6]:before{content:"\f17d"}.qi-1056[data-v-06fdadf6]:before{content:"\f17e"}.qi-1057[data-v-06fdadf6]:before{content:"\f17f"}.qi-1058[data-v-06fdadf6]:before{content:"\f180"}.qi-1059[data-v-06fdadf6]:before{content:"\f181"}.qi-1060[data-v-06fdadf6]:before{content:"\f182"}.qi-1061[data-v-06fdadf6]:before{content:"\f183"}.qi-1062[data-v-06fdadf6]:before{content:"\f184"}.qi-1063[data-v-06fdadf6]:before{content:"\f185"}.qi-1064[data-v-06fdadf6]:before{content:"\f186"}.qi-1065[data-v-06fdadf6]:before{content:"\f187"}.qi-1066[data-v-06fdadf6]:before{content:"\f188"}.qi-1067[data-v-06fdadf6]:before{content:"\f189"}.qi-1068[data-v-06fdadf6]:before{content:"\f18a"}.qi-1069[data-v-06fdadf6]:before{content:"\f18b"}.qi-1071[data-v-06fdadf6]:before{content:"\f18c"}.qi-1072[data-v-06fdadf6]:before{content:"\f18d"}.qi-1073[data-v-06fdadf6]:before{content:"\f18e"}.qi-1074[data-v-06fdadf6]:before{content:"\f18f"}.qi-1075[data-v-06fdadf6]:before{content:"\f190"}.qi-1076[data-v-06fdadf6]:before{content:"\f191"}.qi-1077[data-v-06fdadf6]:before{content:"\f192"}.qi-1078[data-v-06fdadf6]:before{content:"\f193"}.qi-1079[data-v-06fdadf6]:before{content:"\f194"}.qi-1080[data-v-06fdadf6]:before{content:"\f195"}.qi-1081[data-v-06fdadf6]:before{content:"\f196"}.qi-1082[data-v-06fdadf6]:before{content:"\f197"}.qi-1084[data-v-06fdadf6]:before{content:"\f198"}.qi-1085[data-v-06fdadf6]:before{content:"\f199"}.qi-1086[data-v-06fdadf6]:before{content:"\f19a"}.qi-1087[data-v-06fdadf6]:before{content:"\f19b"}.qi-1088[data-v-06fdadf6]:before{content:"\f19c"}.qi-1089[data-v-06fdadf6]:before{content:"\f19d"}.qi-1201[data-v-06fdadf6]:before{content:"\f2c5"}.qi-1202[data-v-06fdadf6]:before{content:"\f2c6"}.qi-1203[data-v-06fdadf6]:before{content:"\f2c7"}.qi-1204[data-v-06fdadf6]:before{content:"\f2c8"}.qi-1205[data-v-06fdadf6]:before{content:"\f2c9"}.qi-1206[data-v-06fdadf6]:before{content:"\f2ca"}.qi-1207[data-v-06fdadf6]:before{content:"\f2cb"}.qi-1208[data-v-06fdadf6]:before{content:"\f2cc"}.qi-1209[data-v-06fdadf6]:before{content:"\f2cd"}.qi-1210[data-v-06fdadf6]:before{content:"\f2ce"}.qi-1211[data-v-06fdadf6]:before{content:"\f2cf"}.qi-1212[data-v-06fdadf6]:before{content:"\f2d0"}.qi-1213[data-v-06fdadf6]:before{content:"\f2d1"}.qi-1214[data-v-06fdadf6]:before{content:"\f2d2"}.qi-1215[data-v-06fdadf6]:before{content:"\f2d3"}.qi-1216[data-v-06fdadf6]:before{content:"\f2d4"}.qi-1217[data-v-06fdadf6]:before{content:"\f2d5"}.qi-1218[data-v-06fdadf6]:before{content:"\f2d6"}.qi-1219[data-v-06fdadf6]:before{content:"\f2d7"}.qi-1221[data-v-06fdadf6]:before{content:"\f2d8"}.qi-1241[data-v-06fdadf6]:before{content:"\f2d9"}.qi-1242[data-v-06fdadf6]:before{content:"\f2da"}.qi-1243[data-v-06fdadf6]:before{content:"\f2db"}.qi-1244[data-v-06fdadf6]:before{content:"\f2dc"}.qi-1245[data-v-06fdadf6]:before{content:"\f2dd"}.qi-1246[data-v-06fdadf6]:before{content:"\f2de"}.qi-1247[data-v-06fdadf6]:before{content:"\f2df"}.qi-1248[data-v-06fdadf6]:before{content:"\f2e0"}.qi-1249[data-v-06fdadf6]:before{content:"\f2e1"}.qi-1250[data-v-06fdadf6]:before{content:"\f2e2"}.qi-1251[data-v-06fdadf6]:before{content:"\f2e3"}.qi-1271[data-v-06fdadf6]:before{content:"\f2f6"}.qi-1272[data-v-06fdadf6]:before{content:"\f2f7"}.qi-1273[data-v-06fdadf6]:before{content:"\f2f8"}.qi-1274[data-v-06fdadf6]:before{content:"\f2f9"}.qi-1601[data-v-06fdadf6]:before{content:"\f1a1"}.qi-1602[data-v-06fdadf6]:before{content:"\f1a2"}.qi-1603[data-v-06fdadf6]:before{content:"\f1a3"}.qi-1604[data-v-06fdadf6]:before{content:"\f1a4"}.qi-1605[data-v-06fdadf6]:before{content:"\f1a5"}.qi-1606[data-v-06fdadf6]:before{content:"\f1a6"}.qi-1607[data-v-06fdadf6]:before{content:"\f1a7"}.qi-1608[data-v-06fdadf6]:before{content:"\f20c"}.qi-1609[data-v-06fdadf6]:before{content:"\f20d"}.qi-1610[data-v-06fdadf6]:before{content:"\f20e"}.qi-1701[data-v-06fdadf6]:before{content:"\f1a8"}.qi-1702[data-v-06fdadf6]:before{content:"\f1a9"}.qi-1703[data-v-06fdadf6]:before{content:"\f1aa"}.qi-1801[data-v-06fdadf6]:before{content:"\f20f"}.qi-1802[data-v-06fdadf6]:before{content:"\f210"}.qi-1803[data-v-06fdadf6]:before{content:"\f211"}.qi-1804[data-v-06fdadf6]:before{content:"\f212"}.qi-1805[data-v-06fdadf6]:before{content:"\f213"}.qi-2001[data-v-06fdadf6]:before{content:"\f1ab"}.qi-2002[data-v-06fdadf6]:before{content:"\f1ac"}.qi-2003[data-v-06fdadf6]:before{content:"\f1ad"}.qi-2004[data-v-06fdadf6]:before{content:"\f1ae"}.qi-2005[data-v-06fdadf6]:before{content:"\f1af"}.qi-2006[data-v-06fdadf6]:before{content:"\f1b0"}.qi-2007[data-v-06fdadf6]:before{content:"\f1b1"}.qi-2029[data-v-06fdadf6]:before{content:"\f214"}.qi-2030[data-v-06fdadf6]:before{content:"\f215"}.qi-2031[data-v-06fdadf6]:before{content:"\f216"}.qi-2032[data-v-06fdadf6]:before{content:"\f217"}.qi-2033[data-v-06fdadf6]:before{content:"\f218"}.qi-2050[data-v-06fdadf6]:before{content:"\f219"}.qi-2051[data-v-06fdadf6]:before{content:"\f21a"}.qi-2052[data-v-06fdadf6]:before{content:"\f1c7"}.qi-2053[data-v-06fdadf6]:before{content:"\f1c8"}.qi-2054[data-v-06fdadf6]:before{content:"\f1c9"}.qi-2070[data-v-06fdadf6]:before{content:"\f21b"}.qi-2071[data-v-06fdadf6]:before{content:"\f21c"}.qi-2072[data-v-06fdadf6]:before{content:"\f21d"}.qi-2073[data-v-06fdadf6]:before{content:"\f21e"}.qi-2074[data-v-06fdadf6]:before{content:"\f21f"}.qi-2075[data-v-06fdadf6]:before{content:"\f220"}.qi-2076[data-v-06fdadf6]:before{content:"\f221"}.qi-2077[data-v-06fdadf6]:before{content:"\f222"}.qi-2078[data-v-06fdadf6]:before{content:"\f223"}.qi-2079[data-v-06fdadf6]:before{content:"\f224"}.qi-2080[data-v-06fdadf6]:before{content:"\f225"}.qi-2081[data-v-06fdadf6]:before{content:"\f226"}.qi-2082[data-v-06fdadf6]:before{content:"\f227"}.qi-2083[data-v-06fdadf6]:before{content:"\f228"}.qi-2084[data-v-06fdadf6]:before{content:"\f229"}.qi-2085[data-v-06fdadf6]:before{content:"\f22a"}.qi-2100[data-v-06fdadf6]:before{content:"\f22b"}.qi-2101[data-v-06fdadf6]:before{content:"\f22c"}.qi-2102[data-v-06fdadf6]:before{content:"\f22d"}.qi-2103[data-v-06fdadf6]:before{content:"\f22e"}.qi-2104[data-v-06fdadf6]:before{content:"\f22f"}.qi-2105[data-v-06fdadf6]:before{content:"\f230"}.qi-2106[data-v-06fdadf6]:before{content:"\f231"}.qi-2107[data-v-06fdadf6]:before{content:"\f232"}.qi-2108[data-v-06fdadf6]:before{content:"\f233"}.qi-2109[data-v-06fdadf6]:before{content:"\f234"}.qi-2111[data-v-06fdadf6]:before{content:"\f235"}.qi-2120[data-v-06fdadf6]:before{content:"\f236"}.qi-2121[data-v-06fdadf6]:before{content:"\f237"}.qi-2122[data-v-06fdadf6]:before{content:"\f238"}.qi-2123[data-v-06fdadf6]:before{content:"\f239"}.qi-2124[data-v-06fdadf6]:before{content:"\f23a"}.qi-2125[data-v-06fdadf6]:before{content:"\f23b"}.qi-2126[data-v-06fdadf6]:before{content:"\f23c"}.qi-2127[data-v-06fdadf6]:before{content:"\f23d"}.qi-2128[data-v-06fdadf6]:before{content:"\f23e"}.qi-2129[data-v-06fdadf6]:before{content:"\f23f"}.qi-2130[data-v-06fdadf6]:before{content:"\f240"}.qi-2131[data-v-06fdadf6]:before{content:"\f241"}.qi-2132[data-v-06fdadf6]:before{content:"\f242"}.qi-2133[data-v-06fdadf6]:before{content:"\f243"}.qi-2134[data-v-06fdadf6]:before{content:"\f244"}.qi-2135[data-v-06fdadf6]:before{content:"\f245"}.qi-2150[data-v-06fdadf6]:before{content:"\f246"}.qi-2151[data-v-06fdadf6]:before{content:"\f247"}.qi-2152[data-v-06fdadf6]:before{content:"\f248"}.qi-2153[data-v-06fdadf6]:before{content:"\f249"}.qi-2154[data-v-06fdadf6]:before{content:"\f24a"}.qi-2155[data-v-06fdadf6]:before{content:"\f24b"}.qi-2156[data-v-06fdadf6]:before{content:"\f24c"}.qi-2157[data-v-06fdadf6]:before{content:"\f24d"}.qi-2158[data-v-06fdadf6]:before{content:"\f24e"}.qi-2159[data-v-06fdadf6]:before{content:"\f24f"}.qi-2160[data-v-06fdadf6]:before{content:"\f250"}.qi-2161[data-v-06fdadf6]:before{content:"\f251"}.qi-2162[data-v-06fdadf6]:before{content:"\f252"}.qi-2163[data-v-06fdadf6]:before{content:"\f253"}.qi-2164[data-v-06fdadf6]:before{content:"\f254"}.qi-2165[data-v-06fdadf6]:before{content:"\f255"}.qi-2166[data-v-06fdadf6]:before{content:"\f256"}.qi-2190[data-v-06fdadf6]:before{content:"\f257"}.qi-2191[data-v-06fdadf6]:before{content:"\f258"}.qi-2192[data-v-06fdadf6]:before{content:"\f259"}.qi-2193[data-v-06fdadf6]:before{content:"\f25a"}.qi-2200[data-v-06fdadf6]:before{content:"\f2e4"}.qi-2201[data-v-06fdadf6]:before{content:"\f2e5"}.qi-2202[data-v-06fdadf6]:before{content:"\f2e6"}.qi-2203[data-v-06fdadf6]:before{content:"\f2e7"}.qi-2204[data-v-06fdadf6]:before{content:"\f2e8"}.qi-2205[data-v-06fdadf6]:before{content:"\f2e9"}.qi-2207[data-v-06fdadf6]:before{content:"\f2ea"}.qi-2208[data-v-06fdadf6]:before{content:"\f2eb"}.qi-2209[data-v-06fdadf6]:before{content:"\f2ec"}.qi-2210[data-v-06fdadf6]:before{content:"\f2ed"}.qi-2211[data-v-06fdadf6]:before{content:"\f2ee"}.qi-2212[data-v-06fdadf6]:before{content:"\f2ef"}.qi-2213[data-v-06fdadf6]:before{content:"\f2f0"}.qi-2214[data-v-06fdadf6]:before{content:"\f2f1"}.qi-2215[data-v-06fdadf6]:before{content:"\f2f2"}.qi-2216[data-v-06fdadf6]:before{content:"\f2f3"}.qi-2217[data-v-06fdadf6]:before{content:"\f2f4"}.qi-2218[data-v-06fdadf6]:before{content:"\f2f5"}.qi-2300[data-v-06fdadf6]:before{content:"\f25b"}.qi-2301[data-v-06fdadf6]:before{content:"\f25c"}.qi-2302[data-v-06fdadf6]:before{content:"\f25d"}.qi-2303[data-v-06fdadf6]:before{content:"\f25e"}.qi-2304[data-v-06fdadf6]:before{content:"\f25f"}.qi-2305[data-v-06fdadf6]:before{content:"\f260"}.qi-2306[data-v-06fdadf6]:before{content:"\f261"}.qi-2307[data-v-06fdadf6]:before{content:"\f262"}.qi-2308[data-v-06fdadf6]:before{content:"\f263"}.qi-2309[data-v-06fdadf6]:before{content:"\f264"}.qi-2311[data-v-06fdadf6]:before{content:"\f265"}.qi-2312[data-v-06fdadf6]:before{content:"\f266"}.qi-2313[data-v-06fdadf6]:before{content:"\f267"}.qi-2314[data-v-06fdadf6]:before{content:"\f268"}.qi-2315[data-v-06fdadf6]:before{content:"\f269"}.qi-2316[data-v-06fdadf6]:before{content:"\f26a"}.qi-2317[data-v-06fdadf6]:before{content:"\f26b"}.qi-2318[data-v-06fdadf6]:before{content:"\f26c"}.qi-2319[data-v-06fdadf6]:before{content:"\f26d"}.qi-2320[data-v-06fdadf6]:before{content:"\f26e"}.qi-2321[data-v-06fdadf6]:before{content:"\f26f"}.qi-2322[data-v-06fdadf6]:before{content:"\f270"}.qi-2323[data-v-06fdadf6]:before{content:"\f271"}.qi-2324[data-v-06fdadf6]:before{content:"\f272"}.qi-2325[data-v-06fdadf6]:before{content:"\f273"}.qi-2326[data-v-06fdadf6]:before{content:"\f274"}.qi-2327[data-v-06fdadf6]:before{content:"\f275"}.qi-2328[data-v-06fdadf6]:before{content:"\f276"}.qi-2330[data-v-06fdadf6]:before{content:"\f277"}.qi-2331[data-v-06fdadf6]:before{content:"\f278"}.qi-2332[data-v-06fdadf6]:before{content:"\f279"}.qi-2333[data-v-06fdadf6]:before{content:"\f27a"}.qi-2341[data-v-06fdadf6]:before{content:"\f27b"}.qi-2343[data-v-06fdadf6]:before{content:"\f27c"}.qi-2345[data-v-06fdadf6]:before{content:"\f27d"}.qi-2346[data-v-06fdadf6]:before{content:"\f27e"}.qi-2348[data-v-06fdadf6]:before{content:"\f27f"}.qi-2349[data-v-06fdadf6]:before{content:"\f280"}.qi-2350[data-v-06fdadf6]:before{content:"\f281"}.qi-2351[data-v-06fdadf6]:before{content:"\f282"}.qi-2352[data-v-06fdadf6]:before{content:"\f283"}.qi-2353[data-v-06fdadf6]:before{content:"\f284"}.qi-2354[data-v-06fdadf6]:before{content:"\f285"}.qi-2355[data-v-06fdadf6]:before{content:"\f286"}.qi-2356[data-v-06fdadf6]:before{content:"\f287"}.qi-2357[data-v-06fdadf6]:before{content:"\f288"}.qi-2358[data-v-06fdadf6]:before{content:"\f289"}.qi-2359[data-v-06fdadf6]:before{content:"\f28a"}.qi-2360[data-v-06fdadf6]:before{content:"\f28b"}.qi-2361[data-v-06fdadf6]:before{content:"\f28c"}.qi-2362[data-v-06fdadf6]:before{content:"\f28d"}.qi-2363[data-v-06fdadf6]:before{content:"\f28e"}.qi-2364[data-v-06fdadf6]:before{content:"\f28f"}.qi-2365[data-v-06fdadf6]:before{content:"\f290"}.qi-2366[data-v-06fdadf6]:before{content:"\f291"}.qi-2367[data-v-06fdadf6]:before{content:"\f292"}.qi-2368[data-v-06fdadf6]:before{content:"\f293"}.qi-2369[data-v-06fdadf6]:before{content:"\f294"}.qi-2370[data-v-06fdadf6]:before{content:"\f295"}.qi-2371[data-v-06fdadf6]:before{content:"\f296"}.qi-2372[data-v-06fdadf6]:before{content:"\f297"}.qi-2373[data-v-06fdadf6]:before{content:"\f298"}.qi-2374[data-v-06fdadf6]:before{content:"\f299"}.qi-2375[data-v-06fdadf6]:before{content:"\f29a"}.qi-2376[data-v-06fdadf6]:before{content:"\f29b"}.qi-2377[data-v-06fdadf6]:before{content:"\f29c"}.qi-2378[data-v-06fdadf6]:before{content:"\f29d"}.qi-2379[data-v-06fdadf6]:before{content:"\f29e"}.qi-2380[data-v-06fdadf6]:before{content:"\f29f"}.qi-2381[data-v-06fdadf6]:before{content:"\f2a0"}.qi-2382[data-v-06fdadf6]:before{content:"\f2a1"}.qi-2383[data-v-06fdadf6]:before{content:"\f2a2"}.qi-2384[data-v-06fdadf6]:before{content:"\f2a3"}.qi-2385[data-v-06fdadf6]:before{content:"\f2a4"}.qi-2386[data-v-06fdadf6]:before{content:"\f2a5"}.qi-2387[data-v-06fdadf6]:before{content:"\f2a6"}.qi-2388[data-v-06fdadf6]:before{content:"\f2a7"}.qi-2389[data-v-06fdadf6]:before{content:"\f2a8"}.qi-2390[data-v-06fdadf6]:before{content:"\f2a9"}.qi-2391[data-v-06fdadf6]:before{content:"\f2aa"}.qi-2392[data-v-06fdadf6]:before{content:"\f2ab"}.qi-2393[data-v-06fdadf6]:before{content:"\f2ac"}.qi-2394[data-v-06fdadf6]:before{content:"\f2ad"}.qi-2395[data-v-06fdadf6]:before{content:"\f2ae"}.qi-2396[data-v-06fdadf6]:before{content:"\f2af"}.qi-2397[data-v-06fdadf6]:before{content:"\f2b0"}.qi-2398[data-v-06fdadf6]:before{content:"\f2b1"}.qi-2399[data-v-06fdadf6]:before{content:"\f2b2"}.qi-2400[data-v-06fdadf6]:before{content:"\f2b3"}.qi-2409[data-v-06fdadf6]:before{content:"\f2b4"}.qi-2411[data-v-06fdadf6]:before{content:"\f2b5"}.qi-2412[data-v-06fdadf6]:before{content:"\f2b6"}.qi-2413[data-v-06fdadf6]:before{content:"\f2b7"}.qi-2414[data-v-06fdadf6]:before{content:"\f2b8"}.qi-2415[data-v-06fdadf6]:before{content:"\f2b9"}.qi-2416[data-v-06fdadf6]:before{content:"\f2ba"}.qi-2417[data-v-06fdadf6]:before{content:"\f2bb"}.qi-2418[data-v-06fdadf6]:before{content:"\f2bc"}.qi-2419[data-v-06fdadf6]:before{content:"\f2bd"}.qi-2420[data-v-06fdadf6]:before{content:"\f2be"}.qi-2421[data-v-06fdadf6]:before{content:"\f2bf"}.qi-2422[data-v-06fdadf6]:before{content:"\f2c0"}.qi-2423[data-v-06fdadf6]:before{content:"\f2c1"}.qi-2424[data-v-06fdadf6]:before{content:"\f2c2"}.qi-2425[data-v-06fdadf6]:before{content:"\f2c3"}.qi-2426[data-v-06fdadf6]:before{content:"\f2c4"}.qi-2501[data-v-06fdadf6]:before{content:"\f2fa"}.qi-2502[data-v-06fdadf6]:before{content:"\f2fb"}.qi-2521[data-v-06fdadf6]:before{content:"\f2fc"}.qi-2522[data-v-06fdadf6]:before{content:"\f2fd"}.qi-2523[data-v-06fdadf6]:before{content:"\f2fe"}.qi-2524[data-v-06fdadf6]:before{content:"\f2ff"}.qi-2525[data-v-06fdadf6]:before{content:"\f300"}.qi-2526[data-v-06fdadf6]:before{content:"\f301"}.qi-2527[data-v-06fdadf6]:before{content:"\f302"}.qi-2528[data-v-06fdadf6]:before{content:"\f303"}.qi-2529[data-v-06fdadf6]:before{content:"\f304"}.qi-2530[data-v-06fdadf6]:before{content:"\f305"}.qi-2531[data-v-06fdadf6]:before{content:"\f306"}.qi-2532[data-v-06fdadf6]:before{content:"\f307"}.qi-2550[data-v-06fdadf6]:before{content:"\f308"}.qi-2551[data-v-06fdadf6]:before{content:"\f309"}.qi-2552[data-v-06fdadf6]:before{content:"\f30a"}.qi-2553[data-v-06fdadf6]:before{content:"\f30b"}.qi-2554[data-v-06fdadf6]:before{content:"\f30c"}.qi-9999[data-v-06fdadf6]:before{content:"\f1cb"}.qi-100-fill[data-v-06fdadf6]:before{content:"\f1cc"}.qi-101-fill[data-v-06fdadf6]:before{content:"\f1cd"}.qi-102-fill[data-v-06fdadf6]:before{content:"\f1ce"}.qi-103-fill[data-v-06fdadf6]:before{content:"\f1cf"}.qi-104-fill[data-v-06fdadf6]:before{content:"\f1d0"}.qi-150-fill[data-v-06fdadf6]:before{content:"\f1d1"}.qi-151-fill[data-v-06fdadf6]:before{content:"\f1d2"}.qi-152-fill[data-v-06fdadf6]:before{content:"\f1d3"}.qi-153-fill[data-v-06fdadf6]:before{content:"\f1d4"}.qi-300-fill[data-v-06fdadf6]:before{content:"\f1d5"}.qi-301-fill[data-v-06fdadf6]:before{content:"\f1d6"}.qi-302-fill[data-v-06fdadf6]:before{content:"\f1d7"}.qi-303-fill[data-v-06fdadf6]:before{content:"\f1d8"}.qi-304-fill[data-v-06fdadf6]:before{content:"\f1d9"}.qi-305-fill[data-v-06fdadf6]:before{content:"\f1da"}.qi-306-fill[data-v-06fdadf6]:before{content:"\f1db"}.qi-307-fill[data-v-06fdadf6]:before{content:"\f1dc"}.qi-308-fill[data-v-06fdadf6]:before{content:"\f1dd"}.qi-309-fill[data-v-06fdadf6]:before{content:"\f1de"}.qi-310-fill[data-v-06fdadf6]:before{content:"\f1df"}.qi-311-fill[data-v-06fdadf6]:before{content:"\f1e0"}.qi-312-fill[data-v-06fdadf6]:before{content:"\f1e1"}.qi-313-fill[data-v-06fdadf6]:before{content:"\f1e2"}.qi-314-fill[data-v-06fdadf6]:before{content:"\f1e3"}.qi-315-fill[data-v-06fdadf6]:before{content:"\f1e4"}.qi-316-fill[data-v-06fdadf6]:before{content:"\f1e5"}.qi-317-fill[data-v-06fdadf6]:before{content:"\f1e6"}.qi-318-fill[data-v-06fdadf6]:before{content:"\f1e7"}.qi-350-fill[data-v-06fdadf6]:before{content:"\f1e8"}.qi-351-fill[data-v-06fdadf6]:before{content:"\f1e9"}.qi-399-fill[data-v-06fdadf6]:before{content:"\f1ea"}.qi-400-fill[data-v-06fdadf6]:before{content:"\f1eb"}.qi-401-fill[data-v-06fdadf6]:before{content:"\f1ec"}.qi-402-fill[data-v-06fdadf6]:before{content:"\f1ed"}.qi-403-fill[data-v-06fdadf6]:before{content:"\f1ee"}.qi-404-fill[data-v-06fdadf6]:before{content:"\f1ef"}.qi-405-fill[data-v-06fdadf6]:before{content:"\f1f0"}.qi-406-fill[data-v-06fdadf6]:before{content:"\f1f1"}.qi-407-fill[data-v-06fdadf6]:before{content:"\f1f2"}.qi-408-fill[data-v-06fdadf6]:before{content:"\f1f3"}.qi-409-fill[data-v-06fdadf6]:before{content:"\f1f4"}.qi-410-fill[data-v-06fdadf6]:before{content:"\f1f5"}.qi-456-fill[data-v-06fdadf6]:before{content:"\f1f6"}.qi-457-fill[data-v-06fdadf6]:before{content:"\f1f7"}.qi-499-fill[data-v-06fdadf6]:before{content:"\f1f8"}.qi-500-fill[data-v-06fdadf6]:before{content:"\f1f9"}.qi-501-fill[data-v-06fdadf6]:before{content:"\f1fa"}.qi-502-fill[data-v-06fdadf6]:before{content:"\f1fb"}.qi-503-fill[data-v-06fdadf6]:before{content:"\f1fc"}.qi-504-fill[data-v-06fdadf6]:before{content:"\f1fd"}.qi-507-fill[data-v-06fdadf6]:before{content:"\f1fe"}.qi-508-fill[data-v-06fdadf6]:before{content:"\f1ff"}.qi-509-fill[data-v-06fdadf6]:before{content:"\f200"}.qi-510-fill[data-v-06fdadf6]:before{content:"\f201"}.qi-511-fill[data-v-06fdadf6]:before{content:"\f202"}.qi-512-fill[data-v-06fdadf6]:before{content:"\f203"}.qi-513-fill[data-v-06fdadf6]:before{content:"\f204"}.qi-514-fill[data-v-06fdadf6]:before{content:"\f205"}.qi-515-fill[data-v-06fdadf6]:before{content:"\f206"}.qi-900-fill[data-v-06fdadf6]:before{content:"\f207"}.qi-901-fill[data-v-06fdadf6]:before{content:"\f208"}.qi-999-fill[data-v-06fdadf6]:before{content:"\f209"}.qi-qweather-fill[data-v-06fdadf6]:before{content:"\f20a"}.qi-qweather[data-v-06fdadf6]:before{content:"\f20b"}.qi-sunny[data-v-06fdadf6]:before{content:"\f101"}.qi-cloudy[data-v-06fdadf6]:before{content:"\f102"}.qi-few-clouds[data-v-06fdadf6]:before{content:"\f103"}.qi-partly-cloudy[data-v-06fdadf6]:before{content:"\f104"}.qi-overcast[data-v-06fdadf6]:before{content:"\f105"}.qi-clear-night[data-v-06fdadf6]:before{content:"\f106"}.qi-cloudy-night[data-v-06fdadf6]:before{content:"\f107"}.qi-few-clouds-night[data-v-06fdadf6]:before{content:"\f108"}.qi-partly-cloudy-night[data-v-06fdadf6]:before{content:"\f109"}.qi-shower-rain[data-v-06fdadf6]:before{content:"\f10a"}.qi-heavy-shower-rain[data-v-06fdadf6]:before{content:"\f10b"}.qi-thundershower[data-v-06fdadf6]:before{content:"\f10c"}.qi-heavy-thunderstorm[data-v-06fdadf6]:before{content:"\f10d"}.qi-thundershower-with-hail[data-v-06fdadf6]:before{content:"\f10e"}.qi-light-rain[data-v-06fdadf6]:before{content:"\f10f"}.qi-moderate-rain[data-v-06fdadf6]:before{content:"\f110"}.qi-heavy-rain[data-v-06fdadf6]:before{content:"\f111"}.qi-extreme-rain[data-v-06fdadf6]:before{content:"\f112"}.qi-drizzle-rain[data-v-06fdadf6]:before{content:"\f113"}.qi-storm[data-v-06fdadf6]:before{content:"\f114"}.qi-heavy-storm[data-v-06fdadf6]:before{content:"\f115"}.qi-severe-storm[data-v-06fdadf6]:before{content:"\f116"}.qi-freezing-rain[data-v-06fdadf6]:before{content:"\f117"}.qi-light-to-moderate-rain[data-v-06fdadf6]:before{content:"\f118"}.qi-moderate-to-heavy-rain[data-v-06fdadf6]:before{content:"\f119"}.qi-heavy-rain-to-storm[data-v-06fdadf6]:before{content:"\f11a"}.qi-storm-to-heavy-storm[data-v-06fdadf6]:before{content:"\f11b"}.qi-heavy-to-severe-storm[data-v-06fdadf6]:before{content:"\f11c"}.qi-shower-rain-night[data-v-06fdadf6]:before{content:"\f11d"}.qi-heavy-shower-rain-night[data-v-06fdadf6]:before{content:"\f11e"}.qi-rain[data-v-06fdadf6]:before{content:"\f11f"}.qi-light-snow[data-v-06fdadf6]:before{content:"\f120"}.qi-moderate-snow[data-v-06fdadf6]:before{content:"\f121"}.qi-heavy-snow[data-v-06fdadf6]:before{content:"\f122"}.qi-snowstorm[data-v-06fdadf6]:before{content:"\f123"}.qi-sleet[data-v-06fdadf6]:before{content:"\f124"}.qi-rain-and-snow[data-v-06fdadf6]:before{content:"\f125"}.qi-shower-snow[data-v-06fdadf6]:before{content:"\f126"}.qi-snow-flurry[data-v-06fdadf6]:before{content:"\f127"}.qi-light-to-moderate-snow[data-v-06fdadf6]:before{content:"\f128"}.qi-moderate-to-heavy-snow[data-v-06fdadf6]:before{content:"\f129"}.qi-heavy-snow-to-snowstorm[data-v-06fdadf6]:before{content:"\f12a"}.qi-shower-snow-night[data-v-06fdadf6]:before{content:"\f12b"}.qi-snow-flurry-night[data-v-06fdadf6]:before{content:"\f12c"}.qi-snow[data-v-06fdadf6]:before{content:"\f12d"}.qi-mist[data-v-06fdadf6]:before{content:"\f12e"}.qi-foggy[data-v-06fdadf6]:before{content:"\f12f"}.qi-haze[data-v-06fdadf6]:before{content:"\f130"}.qi-sand[data-v-06fdadf6]:before{content:"\f131"}.qi-dust[data-v-06fdadf6]:before{content:"\f132"}.qi-duststorm[data-v-06fdadf6]:before{content:"\f133"}.qi-sandstorm[data-v-06fdadf6]:before{content:"\f134"}.qi-dense-fog[data-v-06fdadf6]:before{content:"\f135"}.qi-strong-fog[data-v-06fdadf6]:before{content:"\f136"}.qi-moderate-haze[data-v-06fdadf6]:before{content:"\f137"}.qi-heavy-haze[data-v-06fdadf6]:before{content:"\f138"}.qi-severe-haze[data-v-06fdadf6]:before{content:"\f139"}.qi-heavy-fog[data-v-06fdadf6]:before{content:"\f13a"}.qi-extra-heavy-fog[data-v-06fdadf6]:before{content:"\f13b"}.qi-new-moon[data-v-06fdadf6]:before{content:"\f13c"}.qi-waxing-crescent[data-v-06fdadf6]:before{content:"\f13d"}.qi-first-quarter[data-v-06fdadf6]:before{content:"\f13e"}.qi-waxing-gibbous[data-v-06fdadf6]:before{content:"\f13f"}.qi-full-moon[data-v-06fdadf6]:before{content:"\f140"}.qi-waning-gibbous[data-v-06fdadf6]:before{content:"\f141"}.qi-last-quarter[data-v-06fdadf6]:before{content:"\f142"}.qi-waning-crescent[data-v-06fdadf6]:before{content:"\f143"}.qi-hot[data-v-06fdadf6]:before{content:"\f144"}.qi-cold[data-v-06fdadf6]:before{content:"\f145"}.qi-unknown[data-v-06fdadf6]:before{content:"\f146"}.qi-typhoon[data-v-06fdadf6]:before{content:"\f147"}.qi-tornado[data-v-06fdadf6]:before{content:"\f148"}.qi-rainstorm[data-v-06fdadf6]:before{content:"\f149"}.qi-snow-storm[data-v-06fdadf6]:before{content:"\f14a"}.qi-cold-wave[data-v-06fdadf6]:before{content:"\f14b"}.qi-gale[data-v-06fdadf6]:before{content:"\f14c"}.qi-sandstorm-warning[data-v-06fdadf6]:before{content:"\f14d"}.qi-low-temperature-freeze[data-v-06fdadf6]:before{content:"\f14e"}.qi-high-temperature[data-v-06fdadf6]:before{content:"\f14f"}.qi-heat-wave[data-v-06fdadf6]:before{content:"\f150"}.qi-dry-hot-wind[data-v-06fdadf6]:before{content:"\f151"}.qi-downburst[data-v-06fdadf6]:before{content:"\f152"}.qi-avalanche[data-v-06fdadf6]:before{content:"\f153"}.qi-lightning[data-v-06fdadf6]:before{content:"\f154"}.qi-hail[data-v-06fdadf6]:before{content:"\f155"}.qi-frost[data-v-06fdadf6]:before{content:"\f156"}.qi-heavy-fog-warning[data-v-06fdadf6]:before{content:"\f157"}.qi-low-level-wind-shearl[data-v-06fdadf6]:before{content:"\f158"}.qi-haze-warning[data-v-06fdadf6]:before{content:"\f159"}.qi-thunder-gust[data-v-06fdadf6]:before{content:"\f15a"}.qi-road-icing[data-v-06fdadf6]:before{content:"\f15b"}.qi-drought[data-v-06fdadf6]:before{content:"\f15c"}.qi-gale-at-sea[data-v-06fdadf6]:before{content:"\f15d"}.qi-heat-stroke[data-v-06fdadf6]:before{content:"\f15e"}.qi-wildfire[data-v-06fdadf6]:before{content:"\f15f"}.qi-grassland-fire[data-v-06fdadf6]:before{content:"\f160"}.qi-freeze[data-v-06fdadf6]:before{content:"\f161"}.qi-space-weather[data-v-06fdadf6]:before{content:"\f162"}.qi-heavy-air-pollution[data-v-06fdadf6]:before{content:"\f163"}.qi-low-temperature-rain-and-snow[data-v-06fdadf6]:before{content:"\f164"}.qi-strong-convection[data-v-06fdadf6]:before{content:"\f165"}.qi-ozone[data-v-06fdadf6]:before{content:"\f166"}.qi-heavy-snow-warning[data-v-06fdadf6]:before{content:"\f167"}.qi-cold-warning[data-v-06fdadf6]:before{content:"\f168"}.qi-continuous-rain[data-v-06fdadf6]:before{content:"\f169"}.qi-waterlogging[data-v-06fdadf6]:before{content:"\f16a"}.qi-geological-hazard[data-v-06fdadf6]:before{content:"\f16b"}.qi-heavy-rainfall[data-v-06fdadf6]:before{content:"\f16c"}.qi-severely-falling-temperature[data-v-06fdadf6]:before{content:"\f16d"}.qi-snow-disaster[data-v-06fdadf6]:before{content:"\f16e"}.qi-wildfire-grassland[data-v-06fdadf6]:before{content:"\f16f"}.qi-medical-meteorology[data-v-06fdadf6]:before{content:"\f170"}.qi-thunderstorm[data-v-06fdadf6]:before{content:"\f171"}.qi-school-closure[data-v-06fdadf6]:before{content:"\f172"}.qi-factory-closure[data-v-06fdadf6]:before{content:"\f173"}.qi-maritime-risk[data-v-06fdadf6]:before{content:"\f174"}.qi-spring-dust[data-v-06fdadf6]:before{content:"\f175"}.qi-falling-temperature[data-v-06fdadf6]:before{content:"\f176"}.qi-typhoon-and-rainstorm[data-v-06fdadf6]:before{content:"\f177"}.qi-severe-cold[data-v-06fdadf6]:before{content:"\f178"}.qi-sand-dust[data-v-06fdadf6]:before{content:"\f179"}.qi-sea-thunderstorms[data-v-06fdadf6]:before{content:"\f17a"}.qi-sea-fog[data-v-06fdadf6]:before{content:"\f17b"}.qi-sea-thunder[data-v-06fdadf6]:before{content:"\f17c"}.qi-sea-typhoon[data-v-06fdadf6]:before{content:"\f17d"}.qi-low-temperature[data-v-06fdadf6]:before{content:"\f17e"}.qi-road-ice-and-snow[data-v-06fdadf6]:before{content:"\f17f"}.qi-thunderstorm-and-gale[data-v-06fdadf6]:before{content:"\f180"}.qi-continuous-low-temperature[data-v-06fdadf6]:before{content:"\f181"}.qi-low-visibility[data-v-06fdadf6]:before{content:"\f182"}.qi-strong-dust[data-v-06fdadf6]:before{content:"\f183"}.qi-gale-in-sea-area[data-v-06fdadf6]:before{content:"\f184"}.qi-short-duration-heavy-shower-rain[data-v-06fdadf6]:before{content:"\f185"}.qi-short-lived-heavy-shower-rain[data-v-06fdadf6]:before{content:"\f186"}.qi-sea-area-fog[data-v-06fdadf6]:before{content:"\f187"}.qi-heat-stroke-conditions[data-v-06fdadf6]:before{content:"\f188"}.qi-heavy-pollution-weather[data-v-06fdadf6]:before{content:"\f189"}.qi-co-poisoning-weather-conditions[data-v-06fdadf6]:before{content:"\f18a"}.qi-respiratory-disease-weather-wonditions[data-v-06fdadf6]:before{content:"\f18b"}.qi-intestinal-disease-weather-wonditions[data-v-06fdadf6]:before{content:"\f18c"}.qi-cardiovascular-disease-weather-wonditions[data-v-06fdadf6]:before{content:"\f18d"}.qi-flooding-weather-risk[data-v-06fdadf6]:before{content:"\f18e"}.qi-heavy-pollution-weather-conditions[data-v-06fdadf6]:before{content:"\f18f"}.qi-urban-flooding-weather-risk[data-v-06fdadf6]:before{content:"\f190"}.qi-flooding-weather-risk-2[data-v-06fdadf6]:before{content:"\f191"}.qi-wildfire-weather-risk[data-v-06fdadf6]:before{content:"\f192"}.qi-meteorological-drought[data-v-06fdadf6]:before{content:"\f193"}.qi-agricultural-weather-risk[data-v-06fdadf6]:before{content:"\f194"}.qi-strong-monsoon[data-v-06fdadf6]:before{content:"\f195"}.qi-ice-accretion-on-wire[data-v-06fdadf6]:before{content:"\f196"}.qi-stroke-weather-risk[data-v-06fdadf6]:before{content:"\f197"}.qi-wildfire-grassland-risk[data-v-06fdadf6]:before{content:"\f198"}.qi-thunderstorm-and-strong-winds[data-v-06fdadf6]:before{content:"\f199"}.qi-low-temperature-freeze2[data-v-06fdadf6]:before{content:"\f19a"}.qi-low-temperature-damage[data-v-06fdadf6]:before{content:"\f19b"}.qi-national-agricultural-meteorological-risk[data-v-06fdadf6]:before{content:"\f19c"}.qi-dry-hot-wind-risk-for-winter-wheat[data-v-06fdadf6]:before{content:"\f19d"}.qi-flood[data-v-06fdadf6]:before{content:"\f2c5"}.qi-urban-flooding[data-v-06fdadf6]:before{content:"\f2c6"}.qi-reservoir-danger[data-v-06fdadf6]:before{content:"\f2c7"}.qi-dike-danger[data-v-06fdadf6]:before{content:"\f2c8"}.qi-ice-flood[data-v-06fdadf6]:before{content:"\f2c9"}.qi-waterlogging2[data-v-06fdadf6]:before{content:"\f2ca"}.qi-flood-and-waterlogging[data-v-06fdadf6]:before{content:"\f2cb"}.qi-dry-water[data-v-06fdadf6]:before{content:"\f2cc"}.qi-flood-and-flash-flood-in-small-and-medium-rivers[data-v-06fdadf6]:before{content:"\f2cd"}.qi-difficulty-drinking-water-for-rural-people-and-animals[data-v-06fdadf6]:before{content:"\f2ce"}.qi-flood-in-small-and-medium-rivers[data-v-06fdadf6]:before{content:"\f2cf"}.qi-flood-and-drought-advisory[data-v-06fdadf6]:before{content:"\f2d0"}.qi-urban-flood-risk[data-v-06fdadf6]:before{content:"\f2d1"}.qi-flash-flood[data-v-06fdadf6]:before{content:"\f2d2"}.qi-agricultural-drought[data-v-06fdadf6]:before{content:"\f2d3"}.qi-urban-water-shortage[data-v-06fdadf6]:before{content:"\f2d4"}.qi-ecological-drought[data-v-06fdadf6]:before{content:"\f2d5"}.qi-disaster-risk-early-warning[data-v-06fdadf6]:before{content:"\f2d6"}.qi-flash-flood-weather-risk[data-v-06fdadf6]:before{content:"\f2d7"}.qi-water-conservancy-and-drought[data-v-06fdadf6]:before{content:"\f2d8"}.qi-landslide[data-v-06fdadf6]:before{content:"\f2d9"}.qi-debris-flows[data-v-06fdadf6]:before{content:"\f2da"}.qi-landslide-event[data-v-06fdadf6]:before{content:"\f2db"}.qi-ground-collapses[data-v-06fdadf6]:before{content:"\f2dc"}.qi-ground-fissure[data-v-06fdadf6]:before{content:"\f2dd"}.qi-land-subsidence[data-v-06fdadf6]:before{content:"\f2de"}.qi-volcanic-eruption[data-v-06fdadf6]:before{content:"\f2df"}.qi-geological-hazard-weather-risk[data-v-06fdadf6]:before{content:"\f2e0"}.qi-geological-hazard-weather[data-v-06fdadf6]:before{content:"\f2e1"}.qi-geological-hazard2[data-v-06fdadf6]:before{content:"\f2e2"}.qi-geological-hazard-risk[data-v-06fdadf6]:before{content:"\f2e3"}.qi-air-pollution-incident[data-v-06fdadf6]:before{content:"\f2f6"}.qi-heavy-air-pollution-2[data-v-06fdadf6]:before{content:"\f2f7"}.qi-air-pollution[data-v-06fdadf6]:before{content:"\f2f8"}.qi-heavy-pollution-weather-2[data-v-06fdadf6]:before{content:"\f2f9"}.qi-very-hot-weather[data-v-06fdadf6]:before{content:"\f1a1"}.qi-strong-monsoon-signal[data-v-06fdadf6]:before{content:"\f1a2"}.qi-landslip[data-v-06fdadf6]:before{content:"\f1a3"}.qi-tropical-cyclone[data-v-06fdadf6]:before{content:"\f1a4"}.qi-fire-danger[data-v-06fdadf6]:before{content:"\f1a5"}.qi-flooding-in-the-northern-new-territories[data-v-06fdadf6]:before{content:"\f1a6"}.qi-cold-weather[data-v-06fdadf6]:before{content:"\f1a7"}.qi-thunderstorm2[data-v-06fdadf6]:before{content:"\f20c"}.qi-rainstorm2[data-v-06fdadf6]:before{content:"\f20d"}.qi-frost2[data-v-06fdadf6]:before{content:"\f20e"}.qi-cold-surge-advisory[data-v-06fdadf6]:before{content:"\f1a8"}.qi-strong-wind-advisory[data-v-06fdadf6]:before{content:"\f1a9"}.qi-rainfall-advisory[data-v-06fdadf6]:before{content:"\f1aa"}.qi-strong-monsoon-signal2[data-v-06fdadf6]:before{content:"\f20f"}.qi-storm-surge2[data-v-06fdadf6]:before{content:"\f210"}.qi-tropical-cyclone2[data-v-06fdadf6]:before{content:"\f211"}.qi-rainstorm3[data-v-06fdadf6]:before{content:"\f212"}.qi-thunderstorm3[data-v-06fdadf6]:before{content:"\f213"}.qi-wind-warning[data-v-06fdadf6]:before{content:"\f1ab"}.qi-snow-ice[data-v-06fdadf6]:before{content:"\f1ac"}.qi-fog[data-v-06fdadf6]:before{content:"\f1ad"}.qi-coastal-event[data-v-06fdadf6]:before{content:"\f1ae"}.qi-forest-fire[data-v-06fdadf6]:before{content:"\f1af"}.qi-rain-warning[data-v-06fdadf6]:before{content:"\f1b0"}.qi-rain-flood[data-v-06fdadf6]:before{content:"\f1b1"}.qi-thunderstorm4[data-v-06fdadf6]:before{content:"\f214"}.qi-high-temperature2[data-v-06fdadf6]:before{content:"\f215"}.qi-low-temperature2[data-v-06fdadf6]:before{content:"\f216"}.qi-avalanches[data-v-06fdadf6]:before{content:"\f217"}.qi-flooding[data-v-06fdadf6]:before{content:"\f218"}.qi-rain-warning2[data-v-06fdadf6]:before{content:"\f250"}.qi-wind[data-v-06fdadf6]:before{content:"\f21a"}.qi-snow-warning[data-v-06fdadf6]:before{content:"\f1c7"}.qi-zonda-wind[data-v-06fdadf6]:before{content:"\f1c8"}.qi-storm-warning[data-v-06fdadf6]:before{content:"\f1c9"}.qi-dust-raising-winds2[data-v-06fdadf6]:before{content:"\f21b"}.qi-strong-surface-winds2[data-v-06fdadf6]:before{content:"\f21c"}.qi-hot-day2[data-v-06fdadf6]:before{content:"\f21d"}.qi-warm-night2[data-v-06fdadf6]:before{content:"\f21e"}.qi-cold-day2[data-v-06fdadf6]:before{content:"\f21f"}.qi-thunderstorm-and-lightning2[data-v-06fdadf6]:before{content:"\f220"}.qi-hailstorm2[data-v-06fdadf6]:before{content:"\f221"}.qi-sea-area-warning2[data-v-06fdadf6]:before{content:"\f222"}.qi-fishermen-warning2[data-v-06fdadf6]:before{content:"\f223"}.qi-heavy-snow-warning2[data-v-06fdadf6]:before{content:"\f243"}.qi-dust-storm[data-v-06fdadf6]:before{content:"\f225"}.qi-heat-wave2[data-v-06fdadf6]:before{content:"\f304"}.qi-cold-wave2[data-v-06fdadf6]:before{content:"\f305"}.qi-fog2[data-v-06fdadf6]:before{content:"\f228"}.qi-heavy-rain-warning[data-v-06fdadf6]:before{content:"\f229"}.qi-ground-frost2[data-v-06fdadf6]:before{content:"\f22a"}.qi-fog3[data-v-06fdadf6]:before{content:"\f22b"}.qi-thunder-rain2[data-v-06fdadf6]:before{content:"\f22c"}.qi-thunder-storm[data-v-06fdadf6]:before{content:"\f22d"}.qi-light-rain-warning[data-v-06fdadf6]:before{content:"\f22e"}.qi-heavy-rain-warning2[data-v-06fdadf6]:before{content:"\f22f"}.qi-fresh-wind[data-v-06fdadf6]:before{content:"\f230"}.qi-thunderstorm-and-dust[data-v-06fdadf6]:before{content:"\f231"}.qi-dust-warning[data-v-06fdadf6]:before{content:"\f232"}.qi-high-wave[data-v-06fdadf6]:before{content:"\f233"}.qi-frost3[data-v-06fdadf6]:before{content:"\f234"}.qi-drop-in-visibility[data-v-06fdadf6]:before{content:"\f235"}.qi-low-humidity2[data-v-06fdadf6]:before{content:"\f236"}.qi-accumulated-rain2[data-v-06fdadf6]:before{content:"\f237"}.qi-cold-wave3[data-v-06fdadf6]:before{content:"\f238"}.qi-tornado2[data-v-06fdadf6]:before{content:"\f239"}.qi-thunderstorm5[data-v-06fdadf6]:before{content:"\f23a"}.qi-hail2[data-v-06fdadf6]:before{content:"\f23b"}.qi-heavy-rainfall2[data-v-06fdadf6]:before{content:"\f23c"}.qi-gale2[data-v-06fdadf6]:before{content:"\f23d"}.qi-heat-wave3[data-v-06fdadf6]:before{content:"\f23e"}.qi-cold-warning2[data-v-06fdadf6]:before{content:"\f23f"}.qi-frost4[data-v-06fdadf6]:before{content:"\f240"}.qi-drought2[data-v-06fdadf6]:before{content:"\f241"}.qi-forest-fire2[data-v-06fdadf6]:before{content:"\f242"}.qi-severely-falling-temperature2[data-v-06fdadf6]:before{content:"\f244"}.qi-rainstorm4[data-v-06fdadf6]:before{content:"\f245"}.qi-wind2[data-v-06fdadf6]:before{content:"\f246"}.qi-snow-ice2[data-v-06fdadf6]:before{content:"\f247"}.qi-freeze2[data-v-06fdadf6]:before{content:"\f248"}.qi-thunderstorms[data-v-06fdadf6]:before{content:"\f30b"}.qi-fog4[data-v-06fdadf6]:before{content:"\f24a"}.qi-high-temperature3[data-v-06fdadf6]:before{content:"\f24b"}.qi-low-temperature3[data-v-06fdadf6]:before{content:"\f24c"}.qi-coastal-event2[data-v-06fdadf6]:before{content:"\f24d"}.qi-forest-fire3[data-v-06fdadf6]:before{content:"\f24e"}.qi-avalanches2[data-v-06fdadf6]:before{content:"\f24f"}.qi-flood2[data-v-06fdadf6]:before{content:"\f251"}.qi-rain-flood2[data-v-06fdadf6]:before{content:"\f252"}.qi-mudflow2[data-v-06fdadf6]:before{content:"\f253"}.qi-duststorm-warning[data-v-06fdadf6]:before{content:"\f254"}.qi-freezing-rain-and-icing[data-v-06fdadf6]:before{content:"\f255"}.qi-other-dangers[data-v-06fdadf6]:before{content:"\f256"}.qi-severe-thunderstorms[data-v-06fdadf6]:before{content:"\f257"}.qi-damaging-winds2[data-v-06fdadf6]:before{content:"\f258"}.qi-veld-fire-conditions2[data-v-06fdadf6]:before{content:"\f259"}.qi-weather-advisory2[data-v-06fdadf6]:before{content:"\f25a"}.qi-thunderstorm6[data-v-06fdadf6]:before{content:"\f2e4"}.qi-squall[data-v-06fdadf6]:before{content:"\f2e5"}.qi-air-quality[data-v-06fdadf6]:before{content:"\f2e6"}.qi-rainfall[data-v-06fdadf6]:before{content:"\f2e7"}.qi-fog5[data-v-06fdadf6]:before{content:"\f2e8"}.qi-heat[data-v-06fdadf6]:before{content:"\f2e9"}.qi-wildfire2[data-v-06fdadf6]:before{content:"\f2ea"}.qi-wind3[data-v-06fdadf6]:before{content:"\f2eb"}.qi-freezing-rain-warning[data-v-06fdadf6]:before{content:"\f2ec"}.qi-tornado3[data-v-06fdadf6]:before{content:"\f2ed"}.qi-blizzard[data-v-06fdadf6]:before{content:"\f2ee"}.qi-weather-warning[data-v-06fdadf6]:before{content:"\f2ef"}.qi-winter-storm[data-v-06fdadf6]:before{content:"\f2f0"}.qi-freezing-drizzle[data-v-06fdadf6]:before{content:"\f2f1"}.qi-snowfall[data-v-06fdadf6]:before{content:"\f2f2"}.qi-blowing-snow[data-v-06fdadf6]:before{content:"\f2f3"}.qi-extreme-cold[data-v-06fdadf6]:before{content:"\f2f4"}.qi-frost5[data-v-06fdadf6]:before{content:"\f2f5"}.qi-hazardous-seas-warning[data-v-06fdadf6]:before{content:"\f25b"}.qi-heavy-freezing-spray-warning[data-v-06fdadf6]:before{content:"\f25c"}.qi-red-flag-warning[data-v-06fdadf6]:before{content:"\f25d"}.qi-freeze-warning[data-v-06fdadf6]:before{content:"\f25e"}.qi-hard-freeze-warning[data-v-06fdadf6]:before{content:"\f25f"}.qi-extreme-cold-warning[data-v-06fdadf6]:before{content:"\f260"}.qi-wind-chill-warning[data-v-06fdadf6]:before{content:"\f261"}.qi-gale-warning[data-v-06fdadf6]:before{content:"\f262"}.qi-excessive-heat-warning[data-v-06fdadf6]:before{content:"\f263"}.qi-lake-effect-snow-warning[data-v-06fdadf6]:before{content:"\f264"}.qi-blowing-dust-warning[data-v-06fdadf6]:before{content:"\f265"}.qi-dust-storm-warning[data-v-06fdadf6]:before{content:"\f266"}.qi-storm-warning2[data-v-06fdadf6]:before{content:"\f267"}.qi-tropical-storm-warning[data-v-06fdadf6]:before{content:"\f268"}.qi-high-wind-warning[data-v-06fdadf6]:before{content:"\f269"}.qi-high-surf-warning[data-v-06fdadf6]:before{content:"\f26a"}.qi-flood-warning[data-v-06fdadf6]:before{content:"\f26b"}.qi-lakeshore-flood-warning[data-v-06fdadf6]:before{content:"\f26c"}.qi-coastal-flood-warning[data-v-06fdadf6]:before{content:"\f26d"}.qi-ashfall-warning[data-v-06fdadf6]:before{content:"\f26e"}.qi-volcano-warning[data-v-06fdadf6]:before{content:"\f26f"}.qi-earthquake-warning[data-v-06fdadf6]:before{content:"\f270"}.qi-avalanche-warning[data-v-06fdadf6]:before{content:"\f271"}.qi-winter-storm-warning[data-v-06fdadf6]:before{content:"\f272"}.qi-ice-storm-warning[data-v-06fdadf6]:before{content:"\f273"}.qi-snow-squall-warning[data-v-06fdadf6]:before{content:"\f274"}.qi-blizzard-warning[data-v-06fdadf6]:before{content:"\f275"}.qi-special-marine-warning[data-v-06fdadf6]:before{content:"\f276"}.qi-typhoon-warning[data-v-06fdadf6]:before{content:"\f277"}.qi-hurricane-warning[data-v-06fdadf6]:before{content:"\f278"}.qi-hurricane-force-wind-warning[data-v-06fdadf6]:before{content:"\f279"}.qi-storm-surge-warning[data-v-06fdadf6]:before{content:"\f27a"}.qi-flash-flood-warning[data-v-06fdadf6]:before{content:"\f27b"}.qi-severe-thunderstorm-warning[data-v-06fdadf6]:before{content:"\f27c"}.qi-extreme-wind-warning[data-v-06fdadf6]:before{content:"\f27d"}.qi-tornado-warning[data-v-06fdadf6]:before{content:"\f27e"}.qi-tsunami-warning[data-v-06fdadf6]:before{content:"\f27f"}.qi-fire-weather-watch[data-v-06fdadf6]:before{content:"\f280"}.qi-freeze-watch[data-v-06fdadf6]:before{content:"\f281"}.qi-hard-freeze-watch[data-v-06fdadf6]:before{content:"\f282"}.qi-wind-chill-watch[data-v-06fdadf6]:before{content:"\f283"}.qi-extreme-cold-watch[data-v-06fdadf6]:before{content:"\f284"}.qi-excessive-heat-watch[data-v-06fdadf6]:before{content:"\f285"}.qi-high-wind-watch[data-v-06fdadf6]:before{content:"\f286"}.qi-flood-watch[data-v-06fdadf6]:before{content:"\f287"}.qi-lakeshore-flood-watch[data-v-06fdadf6]:before{content:"\f288"}.qi-coastal-flood-watch[data-v-06fdadf6]:before{content:"\f289"}.qi-heavy-freezing-spray-watch[data-v-06fdadf6]:before{content:"\f28a"}.qi-hazardous-seas-watch[data-v-06fdadf6]:before{content:"\f28b"}.qi-winter-storm-watch[data-v-06fdadf6]:before{content:"\f28c"}.qi-gale-watch[data-v-06fdadf6]:before{content:"\f28d"}.qi-avalanche-watch[data-v-06fdadf6]:before{content:"\f28e"}.qi-storm-watch[data-v-06fdadf6]:before{content:"\f28f"}.qi-tropical-storm-watch[data-v-06fdadf6]:before{content:"\f290"}.qi-typhoon-watch[data-v-06fdadf6]:before{content:"\f291"}.qi-hurricane-force-wind-watch[data-v-06fdadf6]:before{content:"\f292"}.qi-hurricane-watch[data-v-06fdadf6]:before{content:"\f293"}.qi-storm-surge-watch[data-v-06fdadf6]:before{content:"\f294"}.qi-flash-flood-watch[data-v-06fdadf6]:before{content:"\f295"}.qi-severe-thunderstorm-watch[data-v-06fdadf6]:before{content:"\f296"}.qi-tornado-watch[data-v-06fdadf6]:before{content:"\f297"}.qi-tsunami-watch[data-v-06fdadf6]:before{content:"\f298"}.qi-air-stagnation-advisory[data-v-06fdadf6]:before{content:"\f299"}.qi-low-water-advisory[data-v-06fdadf6]:before{content:"\f29a"}.qi-freezing-spray-advisory[data-v-06fdadf6]:before{content:"\f29b"}.qi-freezing-fog-advisory[data-v-06fdadf6]:before{content:"\f29c"}.qi-ashfall-advisory[data-v-06fdadf6]:before{content:"\f29d"}.qi-frost-advisory[data-v-06fdadf6]:before{content:"\f29e"}.qi-wind-advisory[data-v-06fdadf6]:before{content:"\f29f"}.qi-lake-wind-advisory[data-v-06fdadf6]:before{content:"\f2a0"}.qi-blowing-dust-advisory[data-v-06fdadf6]:before{content:"\f2a1"}.qi-dust-advisory[data-v-06fdadf6]:before{content:"\f2a2"}.qi-brisk-wind-advisory[data-v-06fdadf6]:before{content:"\f2a3"}.qi-small-craft-advisory[data-v-06fdadf6]:before{content:"\f2a4"}.qi-small-craft-advisory-for-winds[data-v-06fdadf6]:before{content:"\f2a5"}.qi-small-craft-advisory-for-rough-bar[data-v-06fdadf6]:before{content:"\f2a6"}.qi-small-craft-advisory-for-hazardous-seas[data-v-06fdadf6]:before{content:"\f2a7"}.qi-dense-smoke-advisory[data-v-06fdadf6]:before{content:"\f2a8"}.qi-dense-fog-advisory[data-v-06fdadf6]:before{content:"\f2a9"}.qi-high-surf-advisory[data-v-06fdadf6]:before{content:"\f2aa"}.qi-coastal-flood-advisory[data-v-06fdadf6]:before{content:"\f2ab"}.qi-lakeshore-flood-advisory[data-v-06fdadf6]:before{content:"\f2ac"}.qi-hydrologic-advisory[data-v-06fdadf6]:before{content:"\f2ad"}.qi-flood-advisory[data-v-06fdadf6]:before{content:"\f2ae"}.qi-heat-advisory[data-v-06fdadf6]:before{content:"\f2af"}.qi-wind-chill-advisory[data-v-06fdadf6]:before{content:"\f2b0"}.qi-winter-weather-advisory[data-v-06fdadf6]:before{content:"\f2b1"}.qi-avalanche-advisory[data-v-06fdadf6]:before{content:"\f2b2"}.qi-tsunami-advisory[data-v-06fdadf6]:before{content:"\f2b3"}.qi-flood-statement[data-v-06fdadf6]:before{content:"\f2b4"}.qi-hydrologic-outlook[data-v-06fdadf6]:before{content:"\f2b5"}.qi-hazardous-weather-outlook[data-v-06fdadf6]:before{content:"\f2b6"}.qi-air-quality-alert[data-v-06fdadf6]:before{content:"\f2b7"}.qi-extreme-fire-danger[data-v-06fdadf6]:before{content:"\f2b8"}.qi-marine-weather-statement[data-v-06fdadf6]:before{content:"\f2b9"}.qi-special-weather-statement[data-v-06fdadf6]:before{content:"\f2ba"}.qi-lakeshore-flood-statement[data-v-06fdadf6]:before{content:"\f2bb"}.qi-coastal-flood-statement[data-v-06fdadf6]:before{content:"\f2bc"}.qi-beach-hazards-statement[data-v-06fdadf6]:before{content:"\f2bd"}.qi-rip-current-statement[data-v-06fdadf6]:before{content:"\f2be"}.qi-tropical-depression-local-statement[data-v-06fdadf6]:before{content:"\f2bf"}.qi-tropical-storm-local-statement[data-v-06fdadf6]:before{content:"\f2c0"}.qi-typhoon-local-statement[data-v-06fdadf6]:before{content:"\f2c1"}.qi-hurricane-local-statement[data-v-06fdadf6]:before{content:"\f2c2"}.qi-severe-weather-statement[data-v-06fdadf6]:before{content:"\f2c3"}.qi-flash-flood-statement[data-v-06fdadf6]:before{content:"\f2c4"}.qi-heavy-rain2[data-v-06fdadf6]:before{content:"\f2fa"}.qi-very-heavy-rain[data-v-06fdadf6]:before{content:"\f2fb"}.qi-moderate-rain2[data-v-06fdadf6]:before{content:"\f2fc"}.qi-light-rain2[data-v-06fdadf6]:before{content:"\f2fd"}.qi-heavy-rain3[data-v-06fdadf6]:before{content:"\f2fe"}.qi-light-mist[data-v-06fdadf6]:before{content:"\f2ff"}.qi-raised-dust[data-v-06fdadf6]:before{content:"\f300"}.qi-high-winds[data-v-06fdadf6]:before{content:"\f301"}.qi-dusty-plankton[data-v-06fdadf6]:before{content:"\f302"}.qi-active-winds[data-v-06fdadf6]:before{content:"\f303"}.qi-fog6[data-v-06fdadf6]:before{content:"\f306"}.qi-light-fog[data-v-06fdadf6]:before{content:"\f307"}.qi-heavy-rain4[data-v-06fdadf6]:before{content:"\f308"}.qi-strong-wind[data-v-06fdadf6]:before{content:"\f309"}.qi-heavy-snow2[data-v-06fdadf6]:before{content:"\f30a"}.qi-road-snowfall[data-v-06fdadf6]:before{content:"\f30c"}.qi-warning-default[data-v-06fdadf6]:before{content:"\f1cb"}.qi-sunny-fill[data-v-06fdadf6]:before{content:"\f1cc"}.qi-cloudy-fill[data-v-06fdadf6]:before{content:"\f1cd"}.qi-few-clouds-fill[data-v-06fdadf6]:before{content:"\f1ce"}.qi-partly-cloudy-fill[data-v-06fdadf6]:before{content:"\f1cf"}.qi-overcast-fill[data-v-06fdadf6]:before{content:"\f1d0"}.qi-clear-night-fill[data-v-06fdadf6]:before{content:"\f1d1"}.qi-cloudy-night-fill[data-v-06fdadf6]:before{content:"\f1d2"}.qi-few-clouds-night-fill[data-v-06fdadf6]:before{content:"\f1d3"}.qi-partly-cloudy-night-fill[data-v-06fdadf6]:before{content:"\f1d4"}.qi-shower-rain-fill[data-v-06fdadf6]:before{content:"\f1d5"}.qi-heavy-shower-rain-fill[data-v-06fdadf6]:before{content:"\f1d6"}.qi-thundershower-fill[data-v-06fdadf6]:before{content:"\f1d7"}.qi-heavy-thunderstorm-fill[data-v-06fdadf6]:before{content:"\f1d8"}.qi-thundershower-with-hail-fill[data-v-06fdadf6]:before{content:"\f1d9"}.qi-light-rain-fill[data-v-06fdadf6]:before{content:"\f1da"}.qi-moderate-rain-fill[data-v-06fdadf6]:before{content:"\f1db"}.qi-heavy-rain-fill[data-v-06fdadf6]:before{content:"\f1dc"}.qi-extreme-rain-fill[data-v-06fdadf6]:before{content:"\f1dd"}.qi-drizzle-rain-fill[data-v-06fdadf6]:before{content:"\f1de"}.qi-storm-fill[data-v-06fdadf6]:before{content:"\f1df"}.qi-heavy-storm-fill[data-v-06fdadf6]:before{content:"\f1e0"}.qi-severe-storm-fill[data-v-06fdadf6]:before{content:"\f1e1"}.qi-freezing-rain-fill[data-v-06fdadf6]:before{content:"\f1e2"}.qi-light-to-moderate-rain-fill[data-v-06fdadf6]:before{content:"\f1e3"}.qi-moderate-to-heavy-rain-fill[data-v-06fdadf6]:before{content:"\f1e4"}.qi-heavy-rain-to-storm-fill[data-v-06fdadf6]:before{content:"\f1e5"}.qi-storm-to-heavy-storm-fill[data-v-06fdadf6]:before{content:"\f1e6"}.qi-heavy-to-severe-storm-fill[data-v-06fdadf6]:before{content:"\f1e7"}.qi-shower-rain-night-fill[data-v-06fdadf6]:before{content:"\f1e8"}.qi-heavy-shower-rain-night-fill[data-v-06fdadf6]:before{content:"\f1e9"}.qi-rain-fill[data-v-06fdadf6]:before{content:"\f1ea"}.qi-light-snow-fill[data-v-06fdadf6]:before{content:"\f1eb"}.qi-moderate-snow-fill[data-v-06fdadf6]:before{content:"\f1ec"}.qi-heavy-snow-fill[data-v-06fdadf6]:before{content:"\f1ed"}.qi-snowstorm-fill[data-v-06fdadf6]:before{content:"\f1ee"}.qi-sleet-fill[data-v-06fdadf6]:before{content:"\f1ef"}.qi-rain-and-snow-fill[data-v-06fdadf6]:before{content:"\f1f0"}.qi-shower-snow-fill[data-v-06fdadf6]:before{content:"\f1f1"}.qi-snow-flurry-fill[data-v-06fdadf6]:before{content:"\f1f2"}.qi-light-to-moderate-snow-fill[data-v-06fdadf6]:before{content:"\f1f3"}.qi-moderate-to-heavy-snow-fill[data-v-06fdadf6]:before{content:"\f1f4"}.qi-heavy-snow-to-snowstorm-fill[data-v-06fdadf6]:before{content:"\f1f5"}.qi-shower-snow-night-fill[data-v-06fdadf6]:before{content:"\f1f6"}.qi-snow-flurry-night-fill[data-v-06fdadf6]:before{content:"\f1f7"}.qi-snow-fill[data-v-06fdadf6]:before{content:"\f1f8"}.qi-mist-fill[data-v-06fdadf6]:before{content:"\f1f9"}.qi-foggy-fill[data-v-06fdadf6]:before{content:"\f1fa"}.qi-haze-fill[data-v-06fdadf6]:before{content:"\f1fb"}.qi-sand-fill[data-v-06fdadf6]:before{content:"\f1fc"}.qi-dust-fill[data-v-06fdadf6]:before{content:"\f1fd"}.qi-duststorm-fill[data-v-06fdadf6]:before{content:"\f1fe"}.qi-sandstorm-fill[data-v-06fdadf6]:before{content:"\f1ff"}.qi-dense-fog-fill[data-v-06fdadf6]:before{content:"\f200"}.qi-strong-fog-fill[data-v-06fdadf6]:before{content:"\f201"}.qi-moderate-haze-fill[data-v-06fdadf6]:before{content:"\f202"}.qi-heavy-haze-fill[data-v-06fdadf6]:before{content:"\f203"}.qi-severe-haze-fill[data-v-06fdadf6]:before{content:"\f204"}.qi-heavy-fog-fill[data-v-06fdadf6]:before{content:"\f205"}.qi-extra-heavy-fog-fill[data-v-06fdadf6]:before{content:"\f206"}.qi-hot-fill[data-v-06fdadf6]:before{content:"\f207"}.qi-cold-fill[data-v-06fdadf6]:before{content:"\f208"}.qi-unknown-fill[data-v-06fdadf6]:before{content:"\f209"}.vc-pane-header-wrapper[data-v-bb0d5d30],.vc-weekdays[data-v-bb0d5d30],[data-v-bb0d5d30] .vc-header{display:none!important}[data-v-bb0d5d30] .vc-theme-bg{--vc-accent-50: var(--tt-theme-color) !important;--vc-accent-100: var(--tt-theme-color) !important;--vc-accent-200: var(--tt-theme-color) !important;--vc-accent-300: var(--tt-theme-color) !important;--vc-accent-400: var(--tt-theme-color) !important;--vc-accent-500: var(--tt-theme-color) !important;--vc-accent-600: var(--tt-theme-color) !important;--vc-accent-700: var(--tt-theme-color) !important;--vc-accent-800: var(--tt-theme-color) !important;--vc-accent-900: var(--tt-theme-color) !important}.text-shadow[data-v-bb0d5d30]{text-shadow:0px 0px 9px rgba(0,0,0,.45)}.drag-boxs[data-v-2c2a5216]{width:20px;height:20px;z-index:99999999999999;position:absolute;bottom:0;right:0;color:var(--primary-text);cursor:move;display:none}.boxs:hover .drag-boxs[data-v-2c2a5216]{display:block}.boxs[data-v-2c2a5216]{position:relative}.clock-box[data-v-8101879a]{margin:10px 0;box-sizing:border-box;position:relative;padding:10px;background:var(--secondary-bg);border-radius:12px;display:flex;justify-content:center;align-items:center}.clock[data-v-8101879a]{height:150px}.clock[data-v-8101879a] .clock3{transform:scale(.34)}.clock5[data-v-8101879a]{height:160px}.clock5[data-v-8101879a] .clock5{transform:scale(.8)}[data-v-ab3379fc] .clock4 .ant-row{flex-flow:wrap!important;margin-left:-8px!important;margin-right:-8px!important}[data-v-ab3379fc] .clock4 .gutter-box{padding:8px!important;margin:8px 0!important}.flex-bg[data-v-5361c3e5]{background:var(--primary-bg);border-radius:5px}.gutter-box[data-v-5361c3e5]{background-color:#fff;background:#2a2a2a;border-radius:12px;height:48px;font-size:16px;color:#ffffffd9;text-align:center;font-weight:400;line-height:48px}.clock-box[data-v-5361c3e5]{margin:10px 0;box-sizing:border-box;position:relative;padding:10px;background:rgba(0,0,0,.3);border-radius:12px}.clock[data-v-5361c3e5]{height:150px;position:relative}.clock[data-v-5361c3e5] .clock3{transform:scale(.34);position:absolute;top:-105px;left:40px}.popContainer[data-v-475de533]{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;background-repeat:no-repeat;display:flex;justify-content:center;align-items:center;width:100%;height:100%;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(5px);transform:scale(1.2)}.box[data-v-475de533]{z-index:99919;position:fixed;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.bottom[data-v-475de533]{position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.item-icon[data-v-475de533]{z-index:9999999999999;width:100px;height:56px;border-radius:12px;background:rgba(0,0,0,.4)}.item-icon .icon[data-v-475de533]{height:36px;width:36px}.box[data-v-46995eba]{height:100%;position:relative;display:flex;justify-content:center;align-items:center;cursor:pointer}.box[data-v-46995eba] .clock3{transform:scale(.35)}.box[data-v-46995eba] .clock2{transform:scale(.85)}.box[data-v-46995eba] .clock4 .ant-row{flex-flow:nowrap!important;margin-left:0!important;margin-right:0!important}.box[data-v-46995eba] .clock4 .gutter-box{padding:0!important}.box[data-v-46995eba] .clock1{transform:scale(.65)}.box[data-v-46995eba] .clock5{transform:scale(.5)}.box .isClock5w420[data-v-46995eba] .clock5 .a{display:block!important}.box .isClock5w420[data-v-46995eba] .clock5 .time{width:100px!important}.box .isClock5[data-v-46995eba] .clock5{height:120px}.box .isClock5[data-v-46995eba] .clock5 .time{margin-top:10px;width:70px;height:100px;line-height:100px;padding:0;text-align:center;font-size:40px}.box .clock-box[data-v-46995eba]{margin:10px 0;box-sizing:border-box;position:relative;padding:10px;background:rgba(0,0,0,.3);border-radius:12px}.box .clock[data-v-46995eba]{height:150px;position:relative}.box .clock[data-v-46995eba] .clock3{transform:scale(.34);position:absolute;top:-105px;left:40px}.timer-btn[data-v-0b1372b4]{margin-top:25px;font-size:18px;font-weight:400;line-height:48px;text-align:center}.timer-btn[data-v-0b1372b4]:hover{background:#676767;font-weight:700;cursor:pointer}.timer-content[data-v-0b1372b4]{display:flex;flex-direction:column;align-items:center}.stock[data-v-30b67415]{margin:.3em;font-size:1.2em;border-bottom:1px solid #777777;width:10em}.up[data-v-30b67415]{color:red}.down[data-v-30b67415]{color:green}.play-btn[data-v-1b8b9dd0]{width:5em;height:5em;margin-top:-.8em;margin-left:.3em}.play-wrapper[data-v-1b8b9dd0]{cursor:pointer;position:absolute;inset:0;z-index:9;padding-top:2em;background:rgba(0,0,0,.62);border-radius:100em;width:100px;height:100px;top:3em;left:76px;text-align:center}.play-wrapper[data-v-1b8b9dd0]:hover{background:rgba(0,0,0,.5)}.play-wrapper:hover .play-btn[data-v-1b8b9dd0]{color:#e3e3e3}.bing[data-v-8d6af8b6]{left:50px;top:20px;rotate:-30deg;transition:rotate .05s}.fish .wooden[data-v-8d6af8b6]{transition:scale .2s}.fish:hover .bing[data-v-8d6af8b6],.fish.active .bing[data-v-8d6af8b6]{rotate:-60deg}.tip[data-v-8d6af8b6]{position:absolute;right:10px;opacity:0}.click .tip[data-v-8d6af8b6]{animation:mymove-8d6af8b6 .3s}.click .wooden[data-v-8d6af8b6]{scale:1.13}.bing-click[data-v-8d6af8b6]{rotate:-20deg!important}@keyframes mymove-8d6af8b6{0%{top:60px;opacity:100}to{top:15px;opacity:0}}.vc-popover-content-wrapper{--popover-horizontal-content-offset: 8px;--popover-vertical-content-offset: 10px;--popover-caret-horizontal-offset: 18px;--popover-caret-vertical-offset: 8px;position:absolute;display:block;outline:none;z-index:10}.vc-popover-content-wrapper:not(.is-interactive){pointer-events:none}.vc-popover-content{position:relative;color:var(--vc-popover-content-color);font-weight:var(--vc-font-medium);background-color:var(--vc-popover-content-bg);border:1px solid;border-color:var(--vc-popover-content-border);border-radius:var(--vc-rounded-lg);padding:4px;outline:none;z-index:10;box-shadow:var(--vc-shadow-lg)}.vc-popover-content.direction-bottom{margin-top:var(--popover-vertical-content-offset)}.vc-popover-content.direction-top{margin-bottom:var(--popover-vertical-content-offset)}.vc-popover-content.direction-left{margin-right:var(--popover-horizontal-content-offset)}.vc-popover-content.direction-right{margin-left:var(--popover-horizontal-content-offset)}.vc-popover-caret{content:"";position:absolute;display:block;width:12px;height:12px;border-top:inherit;border-left:inherit;background-color:inherit;z-index:-1}.vc-popover-caret.direction-bottom{top:0}.vc-popover-caret.direction-bottom.align-left{transform:translateY(-50%) rotate(45deg)}.vc-popover-caret.direction-bottom.align-center{transform:translate(-50%) translateY(-50%) rotate(45deg)}.vc-popover-caret.direction-bottom.align-right{transform:translateY(-50%) rotate(45deg)}.vc-popover-caret.direction-top{top:100%}.vc-popover-caret.direction-top.align-left{transform:translateY(-50%) rotate(-135deg)}.vc-popover-caret.direction-top.align-center{transform:translate(-50%) translateY(-50%) rotate(-135deg)}.vc-popover-caret.direction-top.align-right{transform:translateY(-50%) rotate(-135deg)}.vc-popover-caret.direction-left{left:100%}.vc-popover-caret.direction-left.align-top{transform:translate(-50%) rotate(135deg)}.vc-popover-caret.direction-left.align-middle{transform:translateY(-50%) translate(-50%) rotate(135deg)}.vc-popover-caret.direction-left.align-bottom{transform:translate(-50%) rotate(135deg)}.vc-popover-caret.direction-right{left:0}.vc-popover-caret.direction-right.align-top{transform:translate(-50%) rotate(-45deg)}.vc-popover-caret.direction-right.align-middle{transform:translateY(-50%) translate(-50%) rotate(-45deg)}.vc-popover-caret.direction-right.align-bottom{transform:translate(-50%) rotate(-45deg)}.vc-popover-caret.align-left{left:var(--popover-caret-horizontal-offset)}.vc-popover-caret.align-center{left:50%}.vc-popover-caret.align-right{right:var(--popover-caret-horizontal-offset)}.vc-popover-caret.align-top{top:var(--popover-caret-vertical-offset)}.vc-popover-caret.align-middle{top:50%}.vc-popover-caret.align-bottom{bottom:var(--popover-caret-vertical-offset)}.vc-day-popover-row{display:flex;align-items:center;transition:var(--vc-day-content-transition)}.vc-day-popover-row-indicator{display:flex;justify-content:center;align-items:center;flex-grow:0;width:15px}.vc-day-popover-row-indicator span{transition:var(--vc-day-content-transition)}.vc-day-popover-row-label{display:flex;align-items:center;flex-wrap:none;flex-grow:1;width:-moz-max-content;width:max-content;margin-left:4px;margin-right:4px;font-size:var(--vc-text-xs);line-height:var(--vc-leading-normal)}.vc-day-popover-row-highlight{width:8px;height:5px;border-radius:3px}.vc-day-popover-row-bar{width:10px;height:3px}.vc-base-icon{display:inline-block;stroke:currentColor;stroke-width:2;fill:none}.vc-header{display:grid;grid-gap:4px;align-items:center;height:30px;margin-top:10px;padding-left:10px;padding-right:10px}.vc-header.is-lg{font-size:var(--vc-text-lg)}.vc-header.is-xl{font-size:var(--vc-text-xl)}.vc-header.is-2xl{font-size:var(--vc-text-2xl)}.vc-header .vc-title-wrapper{grid-row:1;grid-column:title}.vc-header .vc-prev{grid-row:1;grid-column:prev}.vc-header .vc-next{grid-row:1;grid-column:next}.vc-header .vc-title,.vc-header .vc-prev,.vc-header .vc-next{display:flex;align-items:center;border:0;border-radius:var(--vc-rounded);pointer-events:auto;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.vc-header .vc-title{color:var(--vc-header-title-color);font-weight:var(--vc-font-semibold);white-space:nowrap;padding:0 8px;margin:0;line-height:30px}.vc-header .vc-title:hover{opacity:.75}.vc-header .vc-arrow{display:flex;justify-content:center;align-items:center;color:var(--vc-header-arrow-color);width:28px;height:30px;margin:0;padding:0}.vc-header .vc-arrow:hover{background:var(--vc-header-arrow-hover-bg)}.vc-header .vc-arrow:disabled{opacity:.25;pointer-events:none}.vc-nav-header{display:flex;justify-content:space-between}.vc-nav-title,.vc-nav-arrow,.vc-nav-item{font-size:var(--vc-text-sm);margin:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:0;border-radius:var(--vc-rounded);white-space:nowrap}.vc-nav-title:hover,.vc-nav-arrow:hover,.vc-nav-item:hover{background-color:var(--vc-nav-hover-bg)}.vc-nav-title:disabled,.vc-nav-arrow:disabled,.vc-nav-item:disabled{opacity:.25;pointer-events:none}.vc-nav-title{color:var(--vc-nav-title-color);font-weight:var(--vc-font-bold);line-height:var(--vc-leading-snug);height:30px;padding:0 6px}.vc-nav-arrow{display:flex;justify-content:center;align-items:center;color:var(--vc-header-arrow-color);width:26px;height:30px;padding:0}.vc-nav-items{display:grid;grid-template-columns:repeat(3,1fr);grid-row-gap:2px;grid-column-gap:5px;margin-top:2px}.vc-nav-item{width:48px;text-align:center;font-weight:var(--vc-font-semibold);line-height:var(--vc-leading-snug);padding:6px 0}.vc-nav-item.is-active{color:var(--vc-nav-item-active-color);background-color:var(--vc-nav-item-active-bg);font-weight:var(--vc-font-bold)}.vc-nav-item.is-active:not(:focus){box-shadow:var(--vc-nav-item-active-box-shadow)}.vc-nav-item.is-current{color:var(--vc-nav-item-current-color)}.vc-day{position:relative;min-height:32px;z-index:1}.vc-monthly .is-not-in-month *{opacity:0;pointer-events:none}.vc-day-layer{position:absolute;left:0;right:0;top:0;bottom:0;pointer-events:none}.vc-day-box-center-center{display:flex;justify-content:center;align-items:center;transform-origin:50% 50%}.vc-day-box-left-center{display:flex;justify-content:flex-start;align-items:center;transform-origin:0% 50%}.vc-day-box-right-center{display:flex;justify-content:flex-end;align-items:center;transform-origin:100% 50%}.vc-day-box-center-bottom{display:flex;justify-content:center;align-items:flex-end}.vc-day-content{display:flex;justify-content:center;align-items:center;font-size:var(--vc-text-sm);font-weight:var(--vc-font-medium);width:28px;height:28px;line-height:28px;border-radius:var(--vc-rounded-full);-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.vc-day-content:hover{background-color:var(--vc-day-content-hover-bg)}.vc-day-content.vc-disabled{color:var(--vc-day-content-disabled-color)}.vc-content:not(.vc-base){font-weight:var(--vc-font-bold);color:var(--vc-content-color)}.vc-highlights{overflow:hidden;pointer-events:none;z-index:-1}.vc-highlight{width:28px;height:28px}.vc-highlight.vc-highlight-base-start{width:50%!important;border-radius:0!important;border-right-width:0!important}.vc-highlight.vc-highlight-base-end{width:50%!important;border-radius:0!important;border-left-width:0!important}.vc-highlight.vc-highlight-base-middle{width:100%;border-radius:0!important;border-left-width:0!important;border-right-width:0!important;margin:0 -1px}.vc-highlight-bg-outline,.vc-highlight-bg-none{background-color:var(--vc-highlight-outline-bg);border:2px solid;border-color:var(--vc-highlight-outline-border);border-radius:var(--vc-rounded-full)}.vc-highlight-bg-light{background-color:var(--vc-highlight-light-bg);border-radius:var(--vc-rounded-full)}.vc-highlight-bg-solid{background-color:var(--vc-highlight-solid-bg);border-radius:var(--vc-rounded-full)}.vc-highlight-content-outline,.vc-highlight-content-none{font-weight:var(--vc-font-bold);color:var(--vc-highlight-outline-content-color)}.vc-highlight-content-light{font-weight:var(--vc-font-bold);color:var(--vc-highlight-light-content-color)}.vc-highlight-content-solid{font-weight:var(--vc-font-bold);color:var(--vc-highlight-solid-content-color)}.vc-dots{display:flex;justify-content:center;align-items:center}.vc-dot{width:5px;height:5px;border-radius:9999px;transition:var(--vc-day-content-transition)}.vc-dot:not(:last-child){margin-right:3px}.vc-bars{display:flex;justify-content:flex-start;align-items:center;width:75%}.vc-bar{flex-grow:1;height:3px;transition:var(--vc-day-content-transition)}.vc-dot{background-color:var(--vc-dot-bg)}.vc-bar{background-color:var(--vc-bar-bg)}.vc-pane{min-width:250px}.vc-weeknumber{display:flex;justify-content:center;align-items:center;position:absolute}.vc-weeknumber.is-left{left:calc(var(--vc-weeknumber-offset-inside) * -1)}.vc-weeknumber.is-right{right:calc(var(--vc-weeknumber-offset-inside) * -1)}.vc-weeknumber.is-left-outside{left:calc(var(--vc-weeknumber-offset-outside) * -1)}.vc-weeknumber.is-right-outside{right:calc(var(--vc-weeknumber-offset-outside) * -1)}.vc-weeknumber-content{display:flex;justify-content:center;align-items:center;font-size:var(--vc-text-xs);font-weight:var(--vc-font-medium);font-style:italic;width:28px;height:28px;margin-top:2px;color:var(--vc-weeknumber-color);-webkit-user-select:none;-moz-user-select:none;user-select:none}.vc-weeks{position:relative;-webkit-overflow-scrolling:touch;padding:6px;min-width:232px}.vc-weeks.vc-show-weeknumbers-left{margin-left:var(--vc-weeknumber-offset-inside)}.vc-weeks.vc-show-weeknumbers-right{margin-right:var(--vc-weeknumber-offset-inside)}.vc-weekday{text-align:center;color:var(--vc-weekday-color);font-size:var(--vc-text-sm);font-weight:var(--vc-font-bold);line-height:14px;padding-top:4px;padding-bottom:8px;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.vc-week,.vc-weekdays{display:grid;grid-template-columns:repeat(7,1fr);position:relative}.vc-pane-container{width:100%;position:relative}.vc-pane-container.in-transition{overflow:hidden}.vc-pane-layout{display:grid}.vc-pane-header-wrapper{position:absolute;top:0;width:100%;pointer-events:none}.vc-day-popover-container{font-size:var(--vc-text-xs);font-weight:var(--vc-font-medium)}.vc-day-popover-header{font-size:var(--vc-text-xs);color:var(--vc-day-popover-header-color);font-weight:var(--vc-font-semibold);text-align:center}.vc-base-select{position:relative;display:flex;justify-content:center;align-items:center;height:30px;font-size:var(--vc-text-base);font-weight:var(--vc-font-medium)}.vc-base-select.vc-has-icon select{padding:0 27px 0 9px}.vc-base-select.vc-has-icon .vc-base-sizer{padding:0 28px 0 10px}.vc-base-select.vc-fit-content select{position:absolute;top:0;left:0;width:100%}.vc-base-select .vc-base-icon{position:absolute;top:6px;right:4px;opacity:.6;pointer-events:none}.vc-base-select .vc-base-sizer{font-size:var(--vc-text-base);font-weight:var(--vc-font-medium);color:transparent;padding:0 8px;margin:0}.vc-base-select select{display:inline-flex;justify-content:center;color:var(--vc-select-color);display:block;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--vc-select-bg);border-radius:var(--vc-rounded);height:30px;width:-moz-max-content;width:max-content;padding:0 7px;margin:0;line-height:var(--leading-none);text-indent:0px;background-image:none;cursor:pointer;text-align:center}.vc-base-select select:hover{background-color:var(--vc-select-hover-bg)}.vc-base-select select.vc-align-left{text-align:left}.vc-base-select select.vc-align-right{text-align:right}.vc-time-picker{display:flex;flex-direction:column;align-items:center;padding:8px 4px}.vc-time-picker.vc-invalid{pointer-events:none;opacity:.5}.vc-time-picker.vc-attached{border-top:1px solid var(--vc-time-picker-border)}.vc-time-picker>*+*{margin-top:4px}.vc-time-header{display:flex;align-items:center;font-size:var(--vc-text-sm);font-weight:var(--vc-font-semibold);text-transform:uppercase;margin-top:-4px;padding-left:4px;padding-right:4px;line-height:21px}.vc-time-select-group{display:inline-flex;align-items:center;padding:0 4px;background:var(--vc-time-select-group-bg);border-radius:var(--vc-rounded-md);border:1px solid var(--vc-time-select-group-border)}.vc-time-select-group .vc-base-icon{margin-right:4px;color:var(--vc-time-select-group-icon-color)}.vc-time-select-group select{background:transparent;padding:0 4px}.vc-time-weekday{color:var(--vc-time-weekday-color);letter-spacing:var(--tracking-wide)}.vc-time-month{color:var(--vc-time-month-color);margin-left:8px}.vc-time-day{color:var(--vc-time-day-color);margin-left:4px}.vc-time-year{color:var(--vc-time-year-color);margin-left:8px}.vc-time-colon{margin:0 1px 2px 2px}.vc-time-decimal{margin:0 0 0 1px}.vc-none-enter-active,.vc-none-leave-active{transition-duration:0s}.vc-fade-enter-active,.vc-fade-leave-active,.vc-slide-left-enter-active,.vc-slide-left-leave-active,.vc-slide-right-enter-active,.vc-slide-right-leave-active,.vc-slide-up-enter-active,.vc-slide-up-leave-active,.vc-slide-down-enter-active,.vc-slide-down-leave-active,.vc-slide-fade-enter-active,.vc-slide-fade-leave-active{transition:transform var(--vc-slide-duration) var(--vc-slide-timing),opacity var(--vc-slide-duration) var(--vc-slide-timing);backface-visibility:hidden;pointer-events:none}.vc-none-leave-active,.vc-fade-leave-active,.vc-slide-left-leave-active,.vc-slide-right-leave-active,.vc-slide-up-leave-active,.vc-slide-down-leave-active{position:absolute!important;width:100%}.vc-none-enter-from,.vc-none-leave-to,.vc-fade-enter-from,.vc-fade-leave-to,.vc-slide-left-enter-from,.vc-slide-left-leave-to,.vc-slide-right-enter-from,.vc-slide-right-leave-to,.vc-slide-up-enter-from,.vc-slide-up-leave-to,.vc-slide-down-enter-from,.vc-slide-down-leave-to,.vc-slide-fade-enter-from,.vc-slide-fade-leave-to{opacity:0}.vc-slide-left-enter-from,.vc-slide-right-leave-to,.vc-slide-fade-enter-from.direction-left,.vc-slide-fade-leave-to.direction-left{transform:translate(var(--vc-slide-translate))}.vc-slide-right-enter-from,.vc-slide-left-leave-to,.vc-slide-fade-enter-from.direction-right,.vc-slide-fade-leave-to.direction-right{transform:translate(calc(-1 * var(--vc-slide-translate)))}.vc-slide-up-enter-from,.vc-slide-down-leave-to,.vc-slide-fade-enter-from.direction-top,.vc-slide-fade-leave-to.direction-top{transform:translateY(var(--vc-slide-translate))}.vc-slide-down-enter-from,.vc-slide-up-leave-to,.vc-slide-fade-enter-from.direction-bottom,.vc-slide-fade-leave-to.direction-bottom{transform:translateY(calc(-1 * var(--vc-slide-translate)))}:root{--vc-white: #ffffff;--vc-black: #000000;--vc-gray-50: #f8fafc;--vc-gray-100: #f1f5f9;--vc-gray-200: #e2e8f0;--vc-gray-300: #cbd5e1;--vc-gray-400: #94a3b8;--vc-gray-500: #64748b;--vc-gray-600: #475569;--vc-gray-700: #334155;--vc-gray-800: #1e293b;--vc-gray-900: #0f172a;--vc-font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;--vc-font-normal: 400;--vc-font-medium: 500;--vc-font-semibold: 600;--vc-font-bold: 700;--vc-text-2xs: 10px;--vc-text-xs: 12px;--vc-text-sm: 14px;--vc-text-base: 16px;--vc-text-lg: 18px;--vc-text-xl: 20px;--vc-text-2xl: 24px;--vc-leading-none: 1;--vc-leading-tight: 1.25;--vc-leading-snug: 1.375;--vc-leading-normal: 1.5;--vc-rounded: .25rem;--vc-rounded-md: .375rem;--vc-rounded-lg: .5rem;--vc-rounded-full: 9999px;--vc-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);--vc-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--vc-shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, .06);--vc-slide-translate: 22px;--vc-slide-duration: .15s;--vc-slide-timing: ease;--vc-day-content-transition: all .13s ease-in;--vc-weeknumber-offset-inside: 26px;--vc-weeknumber-offset-outside: 34px}.vc-gray{--vc-accent-50: var(--vc-gray-50);--vc-accent-100: var(--vc-gray-100);--vc-accent-200: var(--vc-gray-200);--vc-accent-300: var(--vc-gray-300);--vc-accent-400: var(--vc-gray-400);--vc-accent-500: var(--vc-gray-500);--vc-accent-600: var(--vc-gray-600);--vc-accent-700: var(--vc-gray-700);--vc-accent-800: var(--vc-gray-800);--vc-accent-900: var(--vc-gray-900)}.vc-red{--vc-accent-50: #fef2f2;--vc-accent-100: #fee2e2;--vc-accent-200: #fecaca;--vc-accent-300: #fca5a5;--vc-accent-400: #f87171;--vc-accent-500: #ef4444;--vc-accent-600: #dc2626;--vc-accent-700: #b91c1c;--vc-accent-800: #991b1b;--vc-accent-900: #7f1d1d}.vc-orange{--vc-accent-50: #fff7ed;--vc-accent-100: #ffedd5;--vc-accent-200: #fed7aa;--vc-accent-300: #fdba74;--vc-accent-400: #fb923c;--vc-accent-500: #f97316;--vc-accent-600: #ea580c;--vc-accent-700: #c2410c;--vc-accent-800: #9a3412;--vc-accent-900: #7c2d12}.vc-yellow{--vc-accent-50: #fefce8;--vc-accent-100: #fef9c3;--vc-accent-200: #fef08a;--vc-accent-300: #fde047;--vc-accent-400: #facc15;--vc-accent-500: #eab308;--vc-accent-600: #ca8a04;--vc-accent-700: #a16207;--vc-accent-800: #854d0e;--vc-accent-900: #713f12}.vc-green{--vc-accent-50: #f0fdf4;--vc-accent-100: #dcfce7;--vc-accent-200: #bbf7d0;--vc-accent-300: #86efac;--vc-accent-400: #4ade80;--vc-accent-500: #22c55e;--vc-accent-600: #16a34a;--vc-accent-700: #15803d;--vc-accent-800: #166534;--vc-accent-900: #14532d}.vc-teal{--vc-accent-50: #f0fdfa;--vc-accent-100: #ccfbf1;--vc-accent-200: #99f6e4;--vc-accent-300: #5eead4;--vc-accent-400: #2dd4bf;--vc-accent-500: #14b8a6;--vc-accent-600: #0d9488;--vc-accent-700: #0f766e;--vc-accent-800: #115e59;--vc-accent-900: #134e4a}.vc-blue{--vc-accent-50: #eff6ff;--vc-accent-100: #dbeafe;--vc-accent-200: #bfdbfe;--vc-accent-300: #93c5fd;--vc-accent-400: #60a5fa;--vc-accent-500: #3b82f6;--vc-accent-600: #2563eb;--vc-accent-700: #1d4ed8;--vc-accent-800: #1e40af;--vc-accent-900: #1e3a8a}.vc-indigo{--vc-accent-50: #eef2ff;--vc-accent-100: #e0e7ff;--vc-accent-200: #c7d2fe;--vc-accent-300: #a5b4fc;--vc-accent-400: #818cf8;--vc-accent-500: #6366f1;--vc-accent-600: #4f46e5;--vc-accent-700: #4338ca;--vc-accent-800: #3730a3;--vc-accent-900: #312e81}.vc-purple{--vc-accent-50: #faf5ff;--vc-accent-100: #f3e8ff;--vc-accent-200: #e9d5ff;--vc-accent-300: #d8b4fe;--vc-accent-400: #c084fc;--vc-accent-500: #a855f7;--vc-accent-600: #9333ea;--vc-accent-700: #7e22ce;--vc-accent-800: #6b21a8;--vc-accent-900: #581c87}.vc-pink{--vc-accent-50: #fdf2f8;--vc-accent-100: #fce7f3;--vc-accent-200: #fbcfe8;--vc-accent-300: #f9a8d4;--vc-accent-400: #f472b6;--vc-accent-500: #ec4899;--vc-accent-600: #db2777;--vc-accent-700: #be185d;--vc-accent-800: #9d174d;--vc-accent-900: #831843}.vc-focus:focus-within{outline:0;box-shadow:var(--vc-focus-ring)}.vc-light{--vc-color: var(--vc-gray-900);--vc-bg: var(--vc-white);--vc-border: var(--vc-gray-300);--vc-hover-bg: hsla(211, 25%, 84%, .3);--vc-focus-ring: 0 0 0 2px rgb(59, 131, 246, .4);--vc-header-arrow-color: var(--vc-gray-500);--vc-header-arrow-hover-bg: var(--vc-gray-200);--vc-header-title-color: var(--vc-gray-900);--vc-weekday-color: var(--vc-gray-500);--vc-weeknumber-color: var(--vc-gray-400);--vc-nav-hover-bg: var(--vc-gray-200);--vc-nav-title-color: var(--vc-gray-900);--vc-nav-item-hover-box-shadow: none;--vc-nav-item-active-color: var(--vc-white);--vc-nav-item-active-bg: var(--vc-accent-500);--vc-nav-item-active-box-shadow: var(--vc-shadow);--vc-nav-item-current-color: var(--vc-accent-600);--vc-day-popover-container-color: var(--vc-white);--vc-day-popover-container-bg: var(--vc-gray-800);--vc-day-popover-container-border: var(--vc-gray-700);--vc-day-popover-header-color: var(--vc-gray-700);--vc-popover-content-color: var(--vc-gray-900);--vc-popover-content-bg: var(--vc-gray-50);--vc-popover-content-border: var(--vc-gray-300);--vc-time-picker-border: var(--vc-gray-300);--vc-time-weekday-color: var(--vc-gray-700);--vc-time-month-color: var(--vc-accent-600);--vc-time-day-color: var(--vc-accent-600);--vc-time-year-color: var(--vc-gray-500);--vc-time-select-group-bg: var(--vc-gray-50);--vc-time-select-group-border: var(--vc-gray-300);--vc-time-select-group-icon-color: var(--vc-accent-500);--vc-select-color: var(--vc-gray-900);--vc-select-bg: var(--vc-gray-100);--vc-select-hover-bg: var(--vc-gray-200);--vc-day-content-hover-bg: var(--vc-hover-bg);--vc-day-content-disabled-color: var(--vc-gray-400)}.vc-light.vc-attr,.vc-light .vc-attr{--vc-content-color: var(--vc-accent-600);--vc-highlight-outline-bg: var(--vc-white);--vc-highlight-outline-border: var(--vc-accent-600);--vc-highlight-outline-content-color: var(--vc-accent-700);--vc-highlight-light-bg: var(--vc-accent-200);--vc-highlight-light-content-color: var(--vc-accent-900);--vc-highlight-solid-bg: var(--vc-accent-600);--vc-highlight-solid-content-color: var(--vc-white);--vc-dot-bg: var(--vc-accent-600);--vc-bar-bg: var(--vc-accent-600)}.vc-dark{--vc-color: var(--vc-white);--vc-bg: var(--vc-gray-900);--vc-border: var(--vc-gray-700);--vc-hover-bg: hsla(216, 15%, 52%, .3);--vc-focus-ring: 0 0 0 2px rgb(59 130 246 / .7);--vc-header-arrow-color: var(--vc-gray-300);--vc-header-arrow-hover-bg: var(--vc-gray-800);--vc-header-title-color: var(--vc-gray-100);--vc-weekday-color: var(--vc-accent-200);--vc-weeknumber-color: var(--vc-gray-500);--vc-nav-hover-bg: var(--vc-gray-700);--vc-nav-title-color: var(--vc-gray-100);--vc-nav-item-hover-box-shadow: none;--vc-nav-item-active-color: var(--vc-white);--vc-nav-item-active-bg: var(--vc-accent-500);--vc-nav-item-active-box-shadow: none;--vc-nav-item-current-color: var(--vc-accent-400);--vc-day-popover-container-color: var(--vc-gray-800);--vc-day-popover-container-bg: var(--vc-white);--vc-day-popover-container-border: var(--vc-gray-100);--vc-day-popover-header-color: var(--vc-gray-300);--vc-popover-content-color: var(--vc-white);--vc-popover-content-bg: var(--vc-gray-800);--vc-popover-content-border: var(--vc-gray-700);--vc-time-picker-border: var(--vc-gray-700);--vc-time-weekday-color: var(--vc-gray-400);--vc-time-month-color: var(--vc-accent-400);--vc-time-day-color: var(--vc-accent-400);--vc-time-year-color: var(--vc-gray-500);--vc-time-select-group-bg: var(--vc-gray-700);--vc-time-select-group-border: var(--vc-gray-500);--vc-time-select-group-icon-color: var(--vc-accent-400);--vc-select-color: var(--vc-gray-200);--vc-select-bg: var(--vc-gray-700);--vc-select-hover-bg: var(--vc-gray-600);--vc-day-content-hover-bg: var(--vc-hover-bg);--vc-day-content-disabled-color: var(--vc-gray-600)}.vc-dark.vc-attr,.vc-dark .vc-attr{--vc-content-color: var(--vc-accent-500);--vc-highlight-outline-bg: var(--vc-gray-900);--vc-highlight-outline-border: var(--vc-accent-300);--vc-highlight-outline-content-color: var(--vc-accent-200);--vc-highlight-light-bg: var(--vc-accent-800);--vc-highlight-light-content-color: var(--vc-accent-100);--vc-highlight-solid-bg: var(--vc-accent-500);--vc-highlight-solid-content-color: var(--vc-white);--vc-dot-bg: var(--vc-accent-500);--vc-bar-bg: var(--vc-accent-500)}.vc-container{position:relative;display:inline-flex;width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;font-family:var(--vc-font-family);color:var(--vc-color);background-color:var(--vc-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent}.vc-container,.vc-container *{box-sizing:border-box}.vc-container:focus,.vc-container *:focus{outline:none}.vc-container .vc-container{border:none}.vc-bordered{border:1px solid;border-color:var(--vc-border);border-radius:var(--vc-rounded-lg)}.vc-expanded{min-width:100%}.vc-transparent{background-color:transparent}.vc-date-picker-content{padding:0;background-color:var(--vc-bg)}.vc-date-picker-content .vc-container{border:0}.vc-arrow{color:var(--primary-text)!important}.vc-weekday,.vc-header>.vc-title{color:var(--primary-text)!important}.ant-picker-calendar .ant-picker-panel{border-top:none;background:none}.vc-header{margin-top:0}[data-v-2a8d3142] .ant-picker-date-panel{background:transparent}[data-v-2a8d3142] .ant-picker-calendar-date-value{border-radius:100%;color:#fff}[data-v-2a8d3142] .ant-picker-calendar-date-value:hover{background:red;border-radius:100%}[data-v-2a8d3142] .ant-picker-cell-selected{background:#363739}[data-v-2a8d3142] .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner{background:red;border-radius:100%}[data-v-2a8d3142] .ant-picker-cell .ant-picker-cell-inner{border-radius:100%}.timer-title[data-v-2a8d3142]{background:#363739;font-size:1.5em;position:relative}[data-v-2a8d3142] .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner:before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;border:1px solid red;border-radius:100%;content:""}[data-v-2a8d3142] .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-calendar-date-value{color:#fff;z-index:2}[data-v-2a8d3142] .ant-picker-calendar{background:transparent}.festival[data-v-2a8d3142]{padding-left:4px;padding-right:4px;border-radius:4px;margin-bottom:2px}[data-v-2a8d3142] .vc-title{background-color:transparent}[data-v-2a8d3142] vc-arrow vc-next vc-focus{background-color:transparent}[data-v-2a8d3142] .vc-container .vc-weekday-1,[data-v-2a8d3142] .vc-container .vc-weekday-2,[data-v-2a8d3142] .vc-container .vc-weekday-3,[data-v-2a8d3142] .vc-container .vc-weekday-4,[data-v-2a8d3142] .vc-container .vc-weekday-5,[data-v-2a8d3142] .vc-container .vc-weekday-6,[data-v-2a8d3142] .vc-container .vc-weekday-7{color:#ffffffd9}[data-v-2a8d3142] .vc-header .vc-next,[data-v-2a8d3142] .vc-header .vc-prev,[data-v-2a8d3142] .vc-nav-arrow,[data-v-2a8d3142] .vc-nav-title,[data-v-2a8d3142] .vc-nav-item{background-color:transparent}[data-v-2a8d3142] .vc-focus:focus-within{outline:0;box-shadow:none}[data-v-2a8d3142] .vc-day{min-height:35px}[data-v-d319ef42] .ant-empty-image{height:60px}.ant-dropdown-open[data-v-261cb92e]{border-radius:100%}[ant-click-animating-without-extra-node=true][data-v-261cb92e]:after,.ant-click-animating-node[data-v-261cb92e]{background:#676767;box-shadow:#676767;animation:none}.drawer[data-v-261cb92e]{margin:10em}font-40[data-v-261cb92e]{font-family:Oswald-SemiBold;font-size:40px;font-weight:600}font-14[data-v-261cb92e]{font-size:14px;font-weight:400}font-16[data-v-261cb92e]{font-size:16px;font-weight:500}[data-v-261cb92e] .ant-empty-image{height:60px}[data-v-261cb92e] .anticon.ant-input-clear-icon{color:var(--secondary-text)}.popupClass[data-v-261cb92e]{background-color:var(--primary-bg)}[data-v-261cb92e] .ant-picker-panel-container{background-color:var(--primary-bg)!important}.content[data-v-205f60b1]{position:relative}.content .title-icon[data-v-205f60b1]{position:absolute;right:1em;top:1em}.event-list[data-v-205f60b1]{width:100%;display:flex;padding:9px 16px 9px 12px;flex-direction:row;justify-content:space-between;align-items:center;margin-top:.4em;border-radius:12px}.event-title[data-v-205f60b1]{display:flex;flex-direction:column;overflow:hidden;text-overflow:ellipsis;text-align:left}.event-title .event[data-v-205f60b1]{padding:0;margin:0;font-size:.8em;color:#6a6a6a}[data-v-205f60b1] .ant-empty-image{height:60px}.box[data-v-14446e4c]{border-radius:0!important}[data-v-14446e4c] .vditor,[data-v-14446e4c] .vditor-toolbar{border:none}[data-v-14446e4c] .vditor-reset{color:#fff!important;padding:5px 10px!important}[data-v-14446e4c] .vditor-ir pre.vditor-reset{background:transparent}[data-v-14446e4c] .vditor-ir pre.vditor-reset:focus{background:transparent}[data-v-14446e4c] .hljs{color:#fff;background:transparent}.box[data-v-825fca8a]{width:100%;height:100%;background-color:#a52a2a00;border:0px;resize:none;border-radius:8px;overflow:hidden;box-sizing:border-box;font-size:16px;position:relative;top:-11px}.box[data-v-825fca8a]::-webkit-scrollbar{width:0}.box[data-v-825fca8a]:focus{outline:none}.item-box[data-v-825fca8a]{display:flex;flex-wrap:wrap;box-sizing:border-box;margin-left:2px}.item[data-v-825fca8a]{width:40px;height:40px;border-radius:10px;cursor:pointer}.drag-boxs[data-v-825fca8a]{display:flex;margin-top:-24px;width:100%;height:20px;justify-content:end}[data-v-825fca8a]::-webkit-input-placeholder{color:var(--primary-text)}.printers .ant-select-selector{&:active{outline:none}border:none!important;outline:none}.card>svg[data-v-002772d6]{width:24px;height:24px;position:absolute;top:17px}.box[data-v-002772d6]{overflow:hidden}.card-body[data-v-002772d6]{position:relative;width:544px;height:110px;margin-top:12px;margin-right:14px;padding:8px}.left-card[data-v-002772d6]{width:368px}.title-article[data-v-002772d6]{width:368px;height:20px;font-size:14px;color:#fff;opacity:.85;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-bottom:8px;cursor:pointer}.message-article[data-v-002772d6]{width:368px;height:40px;font-size:14px;color:#fff;margin-top:8p;opacity:.6;white-space:pre-wrap;word-wrap:break-word;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;cursor:pointer}.time-article[data-v-002772d6]{width:107px;height:17px;font-size:12px;opacity:.4;float:left;cursor:pointer}.source-article[data-v-002772d6]{font-size:12px;max-width:100px;height:17px;opacity:.4;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;float:right;cursor:pointer}.img-article[data-v-002772d6]{width:148px;height:94px;position:absolute;top:10px;left:384px;cursor:pointer}.icon[data-v-29a94c3a]{width:20px;height:20px;position:relative;top:-22px;left:0}[data-v-29a94c3a] .anticon svg{width:18px!important;height:18px!important}.box-flex[data-v-29a94c3a]{display:flex;flex-direction:column;width:240px;height:150px;position:relative;top:2px;font-size:24px;font-family:\4f18\8bbe\6807\9898\9ed1;text-align:center;justify-content:space-evenly}.box-flex div[data-v-29a94c3a]{padding:0 5px;margin-top:-5px;white-space:pre-wrap}@font-face{font-family:\4f18\8bbe\6807\9898\9ed1;src:url(/assets/\4f18\8bbe\6807\9898\9ed1.dab883d6.ttf)}.refresh[data-v-29a94c3a]{position:relative;top:4px}.icon[data-v-4cea2de1]{width:20px;height:20px;position:absolute;top:18px;left:16px}.icon svg[data-v-4cea2de1]{width:20px;height:20px}.card-app[data-v-4cea2de1]{float:left;width:265px;height:88px;background:rgba(0,0,0,.3);border-radius:12px}.card-app[data-v-4cea2de1]:nth-of-type(2n){margin-left:14px}.card-app img[data-v-4cea2de1]{width:56px;height:56px;float:left;margin:16px}.title-text[data-v-4cea2de1]{float:left;width:88px;height:50px;font-size:14px;margin-top:19px;font-weight:500;word-break:break-all;overflow:hidden;text-overflow:ellipsis;white-space:pre-wrap;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.right-box[data-v-4cea2de1]{float:left;width:42px;height:60px;margin-left:32px;margin-top:5px}.right-box .num[data-v-4cea2de1]{font-family:Oswald;font-size:28px;opacity:.85;text-align:center}.right-box .title-key[data-v-4cea2de1]{font-family:PingFang SC;width:42px;height:20px;font-size:14px;opacity:.6}.button-bom[data-v-4cea2de1]{font-size:16px;color:#ffffffd9;text-align:center;font-weight:400;line-height:44px}.button-bom .p-firse[data-v-4cea2de1]{width:266px;height:44px;float:left;background:rgba(0,0,0,.3);border-radius:12px}.name-img[data-v-4cea2de1]{float:left;line-height:44px}.name-img img[data-v-4cea2de1]{line-height:44px;margin-right:10px;width:32px;height:32px}.name-img span[data-v-4cea2de1]{margin-right:10px;font-size:16px;color:var(--primary-text)}.button-bom .p-second[data-v-4cea2de1]{width:266px;height:44px;float:left;background:rgba(0,0,0,.3);border-radius:12px;margin-left:12px;margin-top:16px}.page-change[data-v-4cea2de1]{width:100%;text-align:right;margin-top:10px}.page-change span[data-v-4cea2de1]{display:inline-block;width:44px;height:44px;font-size:20px;line-height:47px;text-align:center;background-color:#0000004d;color:#ffffffd9;border-radius:8px;margin-left:10px}i[data-v-4cea2de1]:hover{color:#fff}.key-body[data-v-4cea2de1]{margin-top:10px;width:544px;display:flex;flex-wrap:wrap;align-content:flex-start;flex-direction:column;height:330px;color:var(--primary-text);overflow:hidden}.key-name[data-v-4cea2de1]{font-size:16px;color:var(--primary-text);font-weight:400;line-height:32px;padding:5px}.key-item[data-v-4cea2de1]{cursor:pointer}.key-item span[data-v-4cea2de1]:nth-of-type(1){margin-left:-10px}.key-title[data-v-4cea2de1]{flex:1;font-size:16px;color:var(--primary-text);text-align:right;font-weight:400;overflow:hidden;text-overflow:ellipsis}.key-flex .disable[data-v-4cea2de1]{opacity:.5}.key-wrapper[data-v-4cea2de1]{padding:10px 10px 10px 20px;border-radius:4px;display:flex;width:260px;max-height:44px;margin:0 8px 5px 0}.key-wrapper span[data-v-4cea2de1]{width:32px;height:32px;background:rgba(0,0,0,.3);border-radius:8px;padding:5px 8px;font-size:16px;margin-right:8px}.video-body[data-v-cb2360e0]{width:266px!important}.video-col[data-v-cb2360e0]{width:266px;height:127px!important}.volume[data-v-0fa63d18]{position:relative}.volume .volume-progress[data-v-0fa63d18]{position:absolute;top:-120px;width:32px;height:110px;background:var(--main-bg);border-radius:4px}.volume .volume-bar-bg[data-v-0fa63d18]{margin:0 auto;width:6px;height:100%;background:rgba(92,94,102,.5);border-radius:100px;flex:1;position:relative;transform:rotate(180deg);cursor:pointer}.volume .volume-bar-bg .volume-bar[data-v-0fa63d18]{width:6px;height:50%;background:var(--active-bg);border-radius:100px}.volume .checked[data-v-0fa63d18]{color:var(--active-bg)}.audio-right[data-v-0fa63d18]{width:230px;height:49px;line-height:49px;background:var(--main-bg);border-radius:6px;display:flex;padding:0 15px}.audio-right .dialog-audio-play[data-v-0fa63d18]{cursor:pointer;color:var(--primary-text);font-size:20px}.audio-right .progress-bar-bg[data-v-0fa63d18]{background-color:#5c5e6680;flex:1;position:relative;height:10px;cursor:pointer;margin:0 10px}.audio-right .progress-bar[data-v-0fa63d18]{background:var(--active-bg);width:0%;height:10px;border-radius:5px}.audio-right .audio-time[data-v-0fa63d18]{overflow:hidden;font-size:14px}.audio-right .audio-time .audio-length-total[data-v-0fa63d18]{float:right;color:var(--primary-text)}.audio-right .audio-time .audio-length-current[data-v-0fa63d18]{float:left;color:var(--primary-text)}.icon-topline[data-v-2da1ff14]{position:absolute;top:16px;left:20px}.icon-topline span[data-v-2da1ff14]{width:20px!important;height:20px!important}.top-col[data-v-2da1ff14]{display:flex;width:100%;height:44px}.col-left[data-v-2da1ff14]{width:432px;height:100%;border-radius:8px;align-items:center;justify-content:center;background:rgba(0,0,0,.3);display:flex;white-space:nowrap;overflow:hidden}.col-left>span[data-v-2da1ff14]{display:block;height:44px;margin:.6% 0;text-align:center;line-height:44px;border-radius:8px;flex-shrink:0}.col-left span[data-v-2da1ff14]{font-size:16px;color:#ffffffd9;text-align:center;font-weight:400}.span-flex[data-v-2da1ff14]{display:flex!important;flex-wrap:nowrap}.span-icon>span[data-v-2da1ff14]{position:relative;top:1px;left:-7px}.action[data-v-2da1ff14]{background:#508BFE;cursor:pointer;border-radius:8px;flex:1;line-height:33px!important;padding:.3em 0;align-self:center}.col-right[data-v-2da1ff14]{display:flex}.col-right .icon-right[data-v-2da1ff14]{cursor:pointer;margin-left:12px;width:44px;height:44px;background:rgba(0,0,0,.3);border-radius:8px;text-align:center;line-height:44px}.clip-body[data-v-2da1ff14]{flex-wrap:wrap;display:flex}.clip-body>div[data-v-2da1ff14]:nth-of-type(2n){margin-left:12px}.clip-body .col[data-v-2da1ff14]{width:266px;height:144px;text-align:center;border-radius:12px;margin-top:12px;position:relative;background:rgba(0,0,0,.3);display:flex;justify-content:center;align-items:center}.clip-body .col[data-v-2da1ff14]:nth-of-type(2n){margin-left:12px}.active-index[data-v-2da1ff14]{background:var(--active-bg)!important}.span-list[data-v-2da1ff14]{display:flex;width:100%;flex-wrap:wrap;text-align:center!important;display:block}.col>span[data-v-2da1ff14]{display:block;font-size:16px;color:#ffffffd9;text-align:center;font-weight:400;overflow:hidden;width:226px;max-height:88px;word-wrap:break-word;white-space:pre-wrap;display:flex;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;line-height:22px}.col .icon-sign[data-v-2da1ff14]{width:60px;height:28px;line-height:28px;border-radius:6px;position:absolute;left:200px;top:7px;z-index:999}.col img[data-v-2da1ff14]{width:230px;max-height:120px}.row-body[data-v-2da1ff14]{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;height:100%}.row-col[data-v-2da1ff14]{width:230px;padding:3px 10px;background-color:#0000004d;border-radius:8px}.top-icon[data-v-12f5e4fe]{position:absolute;top:17px}.top-icon svg[data-v-12f5e4fe]{width:20px;height:20px}.guider-body[data-v-12f5e4fe]{display:flex;flex-direction:column;position:relative;top:-3px}.guider-cell[data-v-12f5e4fe]{width:100%;height:50px;line-height:50px;background:rgba(0,0,0,.3);border-radius:12px;display:flex;padding:0 14px}.guider-cell[data-v-12f5e4fe]:not(:nth-of-type(1)){margin-top:12px}.guider-cell span[data-v-12f5e4fe]{margin-left:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:400}.state-dot[data-v-6b88126a]{width:8px;height:8px;background:#FF4D4F;border-radius:4px}.active-item[data-v-6b88126a]{color:var(--active-text);background:var(--active-bg)}.nav-box[data-v-6b88126a]{width:50%;padding:0 20px}[data-v-6b88126a] .xt-active-btn{justify-content:start}.circle[data-v-6b88126a]{width:10px;height:10px;border-radius:50%;background:none;border:2px solid var(--active-bg);display:none}.top-icon[data-v-4579891a]{position:absolute;top:18px}.top-icon svg[data-v-4579891a]{width:20px;height:20px}.echarts[data-v-4579891a]{font-family:Helvetica;font-size:12px;color:#ffffffd9;text-align:left;font-weight:400}.txt-content[data-v-4579891a]{width:100%;border-radius:12px;padding:13px 16px;font-size:16px;margin-bottom:16px}.txt-content span[data-v-4579891a]{float:right;font-size:14px}.txt-content div[data-v-4579891a]:nth-of-type(1){margin-bottom:10px}.txt-content div[data-v-4579891a]{font-size:14px}.nav-type[data-v-4579891a] .nav-box{padding:0 16px}.text-content[data-v-4579891a]{width:100%;min-height:124px;background:#2a2a2a;border-radius:12px;padding:10px 16px;font-size:14px;color:#fff9;font-weight:400;margin-bottom:10px}.text-content div[data-v-4579891a]:nth-of-type(1){font-size:16px;color:#ffffffd9;margin-bottom:10px}.text-content div[data-v-4579891a]{margin-bottom:10px}[data-v-4579891a] .ant-select:not(.ant-select-customize-input) .ant-select-selector{border:none}[data-v-4579891a] .ant-drawer-header{color:var(--primary-text)}.drop-class[data-v-4579891a]{background-color:red}.title[data-v-7e0f3e1c]{font-size:14px;color:#fff9;font-weight:400;text-align:center;position:absolute;top:-34px;left:80px}.time[data-v-7e0f3e1c]{letter-spacing:1px;font-family:Oswald-SemiBold;font-size:20px;color:#ffffffd9;text-align:center;font-weight:600}.echarts[data-v-7e0f3e1c]{height:120px;display:flex;justify-content:space-between;align-items:flex-end}.echarts .echarts-col[data-v-7e0f3e1c]{background:rgba(255,255,255,.4);border-radius:10px;width:29px;height:120px;cursor:pointer;text-align:center}.echarts .echarts-col span[data-v-7e0f3e1c]{position:relative;top:-22px}.echarts .echarts-col[data-v-7e0f3e1c]:hover{background:rgba(255,255,255,.85)}.active-col[data-v-7e0f3e1c]{background:rgba(255,255,255,.85)!important}.search-full[data-v-d1d6d4aa]{background:var(--mask-bg);-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px)}.active-button[data-v-d1d6d4aa]:active{filter:brightness(.8);opacity:.8}.active-button[data-v-d1d6d4aa]:hover{opacity:.8}.primary-title[data-v-d1d6d4aa]{font-size:16px;font-weight:500}.secondary-title[data-v-d1d6d4aa]{font-size:14px;font-weight:400}.ping-title[data-v-d1d6d4aa]{font-size:16px;font-weight:400}.active-bg[data-v-d1d6d4aa]{background:var(--secondary-bg);color:var(--secondary-text)}.search-hover[data-v-d1d6d4aa]{color:var(--primary-text);list-style:none}.search-hover[data-v-d1d6d4aa]:hover{background:var(--secondary-bg)}[data-v-d1d6d4aa] .anticon.ant-input-clear-icon-has-suffix{background:var(--secondary-bg)!important;color:var(--secondary-text)!important;font-size:1.5em!important}.search-tag[data-v-d1d6d4aa]{opacity:.5;background:var(--disable-text);border-radius:6px}.search-mask[data-v-d1d6d4aa]{position:absolute;top:0;left:0;z-index:100;background:rgba(0,0,0,.45)}.search-content[data-v-d1d6d4aa]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1000;width:649px;height:500px;background:var(--primary-bg)}.custom-dropdown-menu[data-v-d1d6d4aa]{border-radius:8px!important;background-color:var(--secondary-bg)!important;box-shadow:none!important}[data-v-d1d6d4aa] .ant-dropdown-menu-item:hover{background-color:var(--active-secondary-bg)!important}[data-v-d1d6d4aa] .current{background-color:var(--active-bg);color:var(--active-text)!important}[data-v-d1d6d4aa] .ant-input::-moz-placeholder{color:var(--secondary-text)!important}[data-v-d1d6d4aa] .ant-input::placeholder{color:var(--secondary-text)!important}.video-item[data-v-3a37d0d2]{width:170px}.text-clamp[data-v-3a37d0d2]{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;white-space:break-spaces;overflow:hidden;margin:0!important;font-size:14px;color:var(--primary-text);font-weight:400}[data-v-9ac46028] .nav-item{width:50%!important;border-radius:6px!important}.card-item[data-v-38603476]{width:222px;height:68px;border-radius:10px;display:flex;justify-content:space-between}.card-item .left[data-v-38603476]{width:145px;position:relative}.card-item .left .title[data-v-38603476]{width:100%;height:auto;margin-top:2.4%;white-space:pre-wrap;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;font-size:14px;color:#ffffffd9;font-weight:400;text-align:left;cursor:pointer}.card-item .left .bottom[data-v-38603476]{width:100%;height:18px;display:flex;position:absolute;bottom:-6px}.card-item .left .bottom .date span[data-v-38603476]{font-size:12px;font-weight:400}.card-item .left .bottom .date[data-v-38603476]:after{content:"\b7";text-align:center;margin:0 2px}.card-item .left .bottom .name[data-v-38603476]{margin-left:3px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.card-item .left .bottom .name span[data-v-38603476]{font-size:12px;color:#fff6;font-weight:400}.card-item .right[data-v-38603476]{background:rgba(0,0,0,.3);border-radius:10px;width:67px;height:67px;margin:8px .8% 8px 0;background-size:cover;flex-shrink:0;cursor:pointer}.primary-title[data-v-1a70c3b4]{font-size:16px;font-weight:500}.secondary-title[data-v-1a70c3b4]{font-size:16px;font-weight:400}.agg-set[data-v-1a70c3b4]{background:var(--secondary-bg)}[data-v-1a70c3b4] .nav-item{width:50%!important;border-radius:8px!important}[data-v-1a70c3b4] .ps__rail-y{display:none!important}.top-bar[data-v-1451292e]{display:flex;justify-content:space-between}.top-bar .left[data-v-1451292e],.top-bar .right[data-v-1451292e]{display:flex;justify-content:center;align-items:center;background:rgba(0,0,0,.3);border-radius:8px}.top-bar .left span[data-v-1451292e],.top-bar .right span[data-v-1451292e]{color:#fff}.top-bar .center[data-v-1451292e]{width:100%;height:40px;padding-left:3px;padding-right:3px;border-radius:8px;align-items:center;justify-content:center;background:rgba(0,0,0,.3);display:flex;box-sizing:border-box;overflow-x:auto;white-space:nowrap;cursor:pointer}.top-bar .center[data-v-1451292e]::-webkit-scrollbar{width:0;display:none}.top-bar .center .action[data-v-1451292e]{width:100%;height:100%;background:#508bfe;cursor:pointer;border-radius:8px;flex:1;align-self:stretch;flex-shrink:0;align-self:center;padding-top:0;padding-bottom:0;border-left:none;border:none}.top-bar .center .item[data-v-1451292e]{height:33px;margin:.6% 0;text-align:center;line-height:33px;border-radius:8px;flex-shrink:0}.top-bar .center .item span[data-v-1451292e]{font-size:16px;color:#ffffffd9;text-align:center;font-weight:400}.content[data-v-1451292e]{margin-top:1%;display:flex;flex-wrap:wrap;justify-content:space-between;overflow:hidden;position:relative}.content .divider[data-v-1451292e]{width:1px;height:100%;position:absolute;left:285px;right:286px;overflow:hidden}.content .sort[data-v-1451292e]{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:var(--mask-bg);border-radius:4px;font-size:16px;color:var(--primary-text);font-weight:600;margin-right:8px;margin-top:8px}.content .set-type:nth-of-type(1)>span[data-v-1451292e]{background:#fe2c46;color:#ffffffd9}.content .set-type:nth-of-type(2)>span[data-v-1451292e]{background:#ff6600;color:#ffffffd9}.content .set-type:nth-of-type(3)>span[data-v-1451292e]{background:#faaa10;color:#ffffffd9}.content .active-index[data-v-1451292e]{background:var(--active-bg)!important}.ranking[data-v-614e64db]{width:24px;height:24px;text-align:center;background:var(--mask-bg);border-radius:4px;font-size:16px;color:var(--primary-text);font-weight:600}.set-type:nth-of-type(1)>span[data-v-614e64db]{background:#FE2C46}.set-type:nth-of-type(2)>span[data-v-614e64db]{background:#FF6600}.set-type:nth-of-type(3)>span[data-v-614e64db]{background:#FAAA10}.active-index[data-v-614e64db]{background:var(--active-bg)!important}.ranking[data-v-24a2abe8]{width:24px;height:24px;text-align:center;background:var(--mask-bg);border-radius:4px;font-size:16px;color:var(--primary-text);font-weight:600}.content-box[data-v-24a2abe8]{height:100%;overflow:hidden}.set-type:nth-of-type(1)>span[data-v-24a2abe8]{background:#fe2c46}.set-type:nth-of-type(2)>span[data-v-24a2abe8]{background:#ff6600}.set-type:nth-of-type(3)>span[data-v-24a2abe8]{background:#faaa10}.active-index[data-v-24a2abe8]{background:var(--active-bg)!important}[data-v-5138b430] .ant-checkbox-inner{border:none}.task-item[data-v-5138b430]{height:64px;background:var(--mask-bg);border-radius:12px;display:flex;align-items:center;padding:0 12px;margin-bottom:9px}.completed[data-v-5138b430]{text-decoration:line-through;color:#ccc}.title[data-v-5138b430]{font-size:16px;color:var(--primary-text);font-weight:500}.detail[data-v-5138b430]{color:var(--secondary-text)}.head-nav[data-v-643e4f87]{width:100%;height:68px;position:relative;display:flex;align-items:center;font-size:16px;color:var(--primary-text);font-weight:500;border-bottom:1px solid var(--divider)}.head-nav .tag-item[data-v-643e4f87]{color:var(--secondary-text);cursor:pointer}.head-nav>div[data-v-643e4f87]:nth-child(2){width:44px;height:44px;display:flex;justify-content:center;align-items:center;background:var(--secondary-bg);border-radius:12px;cursor:pointer;position:absolute;right:0px}.modal-btn[data-v-643e4f87]{display:flex;font-size:16px;color:var(--primary-text)}.modal-btn>div[data-v-643e4f87]{width:120px;height:44px;display:flex;justify-content:center;align-items:center;border-radius:12px;background:var(--mask-bg)}.modal-btn>div[data-v-643e4f87]:nth-child(2){background:var(--active-bg)!important}.input[data-v-643e4f87]{width:200px;height:48px;background:var(--secondary-bg);border-radius:12px;color:var(--primary-text);font-size:16px;border:1px solid rgba(255,255,255,.2)}.add-task-input input{font-size:13px}.input[data-v-7fa64496]{width:100%;height:48px;background:var(--secondary-bg);border-radius:12px;color:var(--primary-text);font-size:16px;border:1px solid rgba(255,255,255,.2);margin:8px 0}.main-input[data-v-7fa64496]{border:none!important}.main-input input[data-v-7fa64496]{color:var(--active-text)!important}.main-input input[data-v-7fa64496]::-moz-placeholder{color:var(--active-text)!important}.main-input input[data-v-7fa64496]::placeholder{color:var(--active-text)!important}.content-box[data-v-8002ee2c]{height:calc(100% - 35px);margin-top:10px;overflow:hidden}.active-index[data-v-8002ee2c]{background:var(--active-bg)!important}.drawer-title[data-v-8002ee2c]{font-size:16px;color:var(--primary-text);letter-spacing:0;font-weight:500;margin:12px 0 24px}.head-title[data-v-8002ee2c]{position:absolute;height:24px;line-height:24px;padding:0 8px;cursor:pointer;border-radius:4px;left:45px;top:12px;color:var(--primary-text);display:flex}*[data-v-c28dfce8]{margin:0;padding:0;box-sizing:border-box}[v-cloak][data-v-c28dfce8]{display:none}.box[data-v-c28dfce8]{margin:50px auto 0;width:240px;height:240px;position:relative}.prize-list[data-v-c28dfce8]{width:100%;height:100%;border-radius:50%;overflow:hidden}.prize-item[data-v-c28dfce8]{position:absolute;left:0;right:0;top:0;margin:auto;font-size:14px}.prize-item p[data-v-c28dfce8]{color:#fff;text-align:center;line-height:20px;margin:35px -26px;letter-spacing:2px}.box-btn[data-v-c28dfce8]{width:50px;height:50px;line-height:50px;border-radius:50%;background:var(--active-bg);position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;cursor:pointer;font-size:20px;color:var(--primary-text);text-align:center;font-weight:700}.box-btn[data-v-c28dfce8]:before{content:"";position:absolute;left:16px;right:0;top:-20px;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:24px solid var(--active-bg)}.drawer-title[data-v-4cf29d51]{font-size:16px;color:var(--primary-text);font-weight:500}.drawer-tip[data-v-4cf29d51]{font-size:16px;color:var(--secondary-text);margin:8px 0 19px}.input[data-v-4cf29d51]{height:48px;background:var(--secondary-bg);border-radius:12px;color:var(--primary-text);font-size:16px;border:1px solid rgba(255,255,255,.2)!important}.sort[data-v-0f3fe234]{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:var(--mask-bg);border-radius:4px;font-size:16px;color:var(--primary-text);font-weight:600}.set-type:nth-of-type(1)>span[data-v-0f3fe234]{background:#fe2c46}.set-type:nth-of-type(2)>span[data-v-0f3fe234]{background:#ff6600}.set-type:nth-of-type(3)>span[data-v-0f3fe234]{background:#faaa10}.active-index[data-v-0f3fe234]{background:var(--active-bg)!important}[data-v-325e7ca8] .ant-input-affix-wrapper{font-size:16px;border-radius:12px}[data-v-325e7ca8] .ant-input{color:var(--secondary-text)!important}[data-v-325e7ca8] .ant-input::-moz-placeholder{color:var(--secondary-text)!important}[data-v-325e7ca8] .ant-input::placeholder{color:var(--secondary-text)!important}.city[data-v-7b798054]{width:252px;height:56px;background:#2a2a2a;border-radius:10px;text-align:center;line-height:56px;font-size:16px;color:#ffffffd9;font-weight:400}.oil[data-v-7b798054]{display:flex;flex-wrap:wrap;margin-top:12px}.oil .mar-r[data-v-7b798054]{margin-right:12px}.oil .oil-item[data-v-7b798054]{width:120px;height:138px;background:#2a2a2a;border-radius:10px;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;margin-bottom:12px}.oil .oil-item span[data-v-7b798054]{position:absolute;top:16px;font-size:16px;color:#ffffffd9;font-weight:400}.oil .oil-item .oil-price[data-v-7b798054]{font-family:Oswald-Medium;font-size:24px;color:#ffffffd9;font-weight:500;margin-top:30px}.content-text[data-v-01b20b60]{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden}.active-item[data-v-01b20b60]:hover{background-color:var(--active-secondary-bg);border-radius:12px}.right[data-v-01b20b60]{border-radius:10px;width:54px;height:54px;margin-left:12px;background-size:cover;cursor:pointer;flex-shrink:0;margin-bottom:4px}.nickname[data-v-01b20b60]:after{content:"\b7";margin-left:4px;margin-right:4px}.active-item[data-v-01b20b60]:hover{background-color:var(--active-secondary-bg)}[data-v-3d4ee550] .ant-upload.ant-upload-select-picture-card,[data-v-3d4ee550] .ant-upload-list-picture-card-container{width:64px;height:64px}[data-v-3d4ee550] .ant-upload-list-picture-card .ant-upload-list-item-thumbnail{font-size:8px}.btn[data-v-3d4ee550]{border:1px solid var(--divider)}.active-btn[data-v-3d4ee550]{background-color:transparent}.active-btn[data-v-3d4ee550]:hover{background-color:var(--secondary-bg)}[data-v-3d4ee550] .ant-upload-list-text-container{display:none}.comment-input[data-v-3d4ee550]{border-radius:8px;height:40px;width:calc(100% - 45px)}[data-v-3d4ee550] .ant-input{color:var(--secondary-text)}[data-v-3d4ee550] .ant-input::-moz-placeholder{font-weight:400;font-size:16px;color:var(--disable-text)}[data-v-3d4ee550] .ant-input::placeholder{font-weight:400;font-size:16px;color:var(--disable-text)}[data-v-3d4ee550] .tippy-box{width:51%;margin-left:15%}.box[data-v-0cf71dc8]{border-radius:8px 8px 0 0}.font-16[data-v-0cf71dc8]{font-size:16px;font-weight:500}.font-12[data-v-0cf71dc8]{font-size:12px;font-weight:400;text-align:center}.font-14[data-v-0cf71dc8]{font-size:14px;font-weight:400}.cover-wrapper[data-v-0cf71dc8]{flex-wrap:wrap}.cover-sm[data-v-0cf71dc8]{margin-bottom:10px;width:56px;height:56px;aspect-ratio:1/1}.local-city[data-v-0cf71dc8]:after{content:"\b7";margin:0 4px}.box[data-v-5267a101]{border-radius:8px 8px 0 0}.font-16[data-v-5267a101]{font-size:16px;font-weight:500}.font-12[data-v-5267a101]{font-size:12px;font-weight:400;text-align:center}.font-14[data-v-5267a101]{font-size:14px;font-weight:400}.cover-wrapper[data-v-5267a101]{flex-wrap:wrap}.cover-sm[data-v-5267a101]{margin-bottom:10px;width:56px;height:56px;aspect-ratio:1/1}.local-city[data-v-5267a101]:after{content:"\b7";margin:0 4px}.box[data-v-4dda5aca]{border-radius:8px 8px 0 0}.font-16[data-v-4dda5aca]{font-size:16px;font-weight:500}.font-12[data-v-4dda5aca]{font-size:12px;font-weight:400;text-align:center}.font-14[data-v-4dda5aca]{font-size:14px;font-weight:400}.cover-wrapper[data-v-4dda5aca]{flex-wrap:wrap}.cover-sm[data-v-4dda5aca]{margin-bottom:10px;width:56px;height:56px;aspect-ratio:1/1}.local-city[data-v-4dda5aca]:after{content:"\b7";margin:0 4px}[data-v-35cf550c] .ant-upload.ant-upload-select-picture-card,[data-v-35cf550c] .ant-upload-list-picture-card-container{width:64px;height:64px}[data-v-35cf550c] .ant-upload-list-picture-card .ant-upload-list-item-thumbnail{font-size:8px}[data-v-35cf550c] .tippy-box{width:51%;margin-left:10%}[data-v-35cf550c] .ant-upload-list-text-container{display:none}.btn[data-v-35cf550c]{border:1px solid var(--divider)}.comment-input[data-v-35cf550c]{border-radius:8px;line-height:30px;width:calc(100% - 45px)}.comment-input[data-v-35cf550c]::-webkit-scrollbar{display:none}.active-btn[data-v-35cf550c]{background-color:transparent}.active-btn[data-v-35cf550c]:hover{background-color:var(--secondary-bg)}[data-v-35cf550c] .ant-input{color:var(--secondary-text)!important}[data-v-35cf550c] .ant-input::-moz-placeholder{font-weight:400;font-size:16px;color:var(--disable-text)!important}[data-v-35cf550c] .ant-input::placeholder{font-weight:400;font-size:16px;color:var(--disable-text)!important}.check-more[data-v-7157596e]{margin:10px auto;background-color:transparent;color:var(--active-bg)!important}[data-v-7157596e] .ant-pagination{text-align:center}[data-v-7157596e] .ant-pagination-simple .ant-pagination-next .ant-pagination-item-link{color:var(--secondary-text)!important}.login-tip[data-v-7157596e]{padding:20px;border:var(--primary-bg) 1px solid;background:var(--secondary-bg);margin-bottom:15px;border-radius:6px;font-size:16px;text-align:center}.article-body img{max-width:100%!important}.card[data-v-8ae6fff2]{display:flex;flex-grow:1}.card .card-content[data-v-8ae6fff2]{margin:12px}.card .card-content .card-top[data-v-8ae6fff2]{display:flex;align-items:center;margin-bottom:12px;justify-content:space-between}.card .card-content .card-top .top-left[data-v-8ae6fff2]{display:flex;align-items:center}.card .card-content .card-top .user-msg[data-v-8ae6fff2]{margin-left:8px}.card .card-content .card-top .user-msg .user-name[data-v-8ae6fff2]{font-size:14px;color:#ffffffd9;font-weight:400}.card .card-content .card-top .user-msg .self-msg[data-v-8ae6fff2]{font-size:12px;font-weight:400}.card .card-content .card-top .user-msg .self-msg .date[data-v-8ae6fff2]{margin-right:3px}.card .card-content .card-top .user-msg .self-msg .time[data-v-8ae6fff2]:after{content:"\b7";margin-left:5px;margin-right:5px}.card .card-content .card-content[data-v-8ae6fff2]{font-size:16px;line-height:22px;font-weight:400}.card .card-content .cover-lm[data-v-8ae6fff2]{width:150px;height:100px;text-align:center;margin-right:8px;margin-bottom:8px}.card .reply[data-v-8ae6fff2]{border-radius:8px}.card .title[data-v-8ae6fff2]{font-size:16px;text-align:justify;line-height:22px;font-weight:400;white-space:pre-wrap;word-wrap:break-word}.card .context[data-v-8ae6fff2]{font-size:14px;text-align:justify;line-height:22px;font-weight:400;white-space:pre-wrap;word-wrap:break-word;word-break:break-all}.card .context>p img[data-v-8ae6fff2]{width:100%}.card .card-bottom[data-v-8ae6fff2]{margin-top:12px}.active-icon[data-v-8ae6fff2]{background:transparent;font-size:20px}.active-icon[data-v-8ae6fff2]:hover{background:var(--secondary-bg)}.view[data-v-8ae6fff2]{cursor:pointer}.view[data-v-8ae6fff2]:after{content:"\b7";margin-left:5px;margin-right:5px}.card[data-v-31053d92]{display:flex;flex-grow:1}.card .card-content[data-v-31053d92]{margin:12px}.card .card-content .card-top[data-v-31053d92]{display:flex;align-items:center;margin-bottom:12px;justify-content:space-between}.card .card-content .card-top .top-left[data-v-31053d92]{display:flex;align-items:center}.card .card-content .card-top .user-msg[data-v-31053d92]{margin-left:8px}.card .card-content .card-top .user-msg .user-name[data-v-31053d92]{font-size:14px;color:#ffffffd9;font-weight:400}.card .card-content .card-top .user-msg .self-msg[data-v-31053d92]{font-size:12px;color:#fff6;font-weight:400}.card .card-content .card-top .user-msg .self-msg .date[data-v-31053d92]{margin-right:3px}.card .card-content .card-top .user-msg .self-msg .time[data-v-31053d92]:after{content:"\b7";margin-left:5px;margin-right:5px}.card .card-content .card-content[data-v-31053d92]{font-size:16px;line-height:22px;font-weight:400}.card .card-content .cover-lm[data-v-31053d92]{width:150px;height:100px;text-align:center;margin-right:8px;margin-bottom:8px}.card .title[data-v-31053d92]{font-size:16px;text-align:justify;line-height:22px;font-weight:400;white-space:pre-wrap;word-wrap:break-word}.card .context[data-v-31053d92]{font-size:14px;text-align:justify;line-height:22px;font-weight:400;white-space:pre-wrap;word-wrap:break-word;word-break:break-all}.card .context>p img[data-v-31053d92]{width:100%}.active-icon[data-v-31053d92]{background:transparent;font-size:20px}.active-icon[data-v-31053d92]:hover{background:var(--secondary-bg)}.view[data-v-31053d92]{cursor:pointer}.view[data-v-31053d92]:after{content:"\b7";margin-left:5px;margin-right:5px}[data-v-ebe8c3c8] .ant-select-selection-item{background:var(--secondary-bg)!important;background:none;width:96px;height:28px;display:flex;justify-content:space-around;align-items:center;border-radius:8px!important}[data-v-ebe8c3c8] .anticon{font-size:16px;color:var(--secondary-text)}[data-v-ebe8c3c8] .ant-select-selector{padding-bottom:0!important;background:var(--secondary-transp-bg)!important;border-radius:8px!important;min-height:40px}.reply-textarea[data-v-ae44886e]{border-radius:4px;border:var(--divider) 1px solid}.reply-textarea textarea[data-v-ae44886e]{border-radius:12px}.reply-textarea textarea[data-v-ae44886e] .ant-input::-webkit-scrollbar{display:none}[data-v-3b6e2442] .w-e-text-container,[data-v-3b6e2442] .w-e-bar{background-color:transparent!important}[data-v-3b6e2442] .w-e-scroll{color:var(--primary-text)}[data-v-3b6e2442] .w-e-bar-divider{background-color:var(--divider)!important}[data-v-52bfac33] .ant-input{color:var(--secondary-text);margin-left:8px}[data-v-52bfac33] .ant-input::-moz-placeholder{font-weight:400;font-size:16px;color:var(--secondary-text)}[data-v-52bfac33] .ant-input::placeholder{font-weight:400;font-size:16px;color:var(--secondary-text)}.box[data-v-52bfac33]{border-radius:12px}.reply-textarea[data-v-52bfac33],.reply-textarea textarea[data-v-52bfac33]{border-radius:10px}.reply-textarea textarea[data-v-52bfac33] .ant-input::-webkit-scrollbar{display:none}[data-v-73fd9adf] .ant-upload-list-text-container{display:none}.content-text[data-v-d6fb2d4c]{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden}.active-item[data-v-d6fb2d4c]:hover{background-color:var(--active-secondary-bg);border-radius:12px}.right[data-v-d6fb2d4c]{border-radius:10px;width:54px;height:54px;margin-left:12px;background-size:cover;cursor:pointer;flex-shrink:0;margin-bottom:4px}.nickname[data-v-d6fb2d4c]:after{content:"\b7";margin-left:4px;margin-right:4px}.active-item[data-v-d6fb2d4c]:hover{background-color:var(--active-secondary-bg)}[data-v-45af8543] .ant-select-selection-item{background:var(--secondary-bg)!important;background:none;width:96px;height:28px;display:flex;justify-content:space-around;align-items:center;border-radius:8px!important}[data-v-45af8543] .anticon{font-size:16px;color:var(--secondary-text)}[data-v-45af8543] .ant-select-selector{padding-bottom:0!important;background:var(--secondary-transp-bg)!important;border-radius:8px!important;min-height:40px}.courier-item[data-v-4e5fb804]:after{content:"";width:100%;height:1px;background-color:var(--divider);margin-top:6px}.divider[data-v-4e5fb804]{width:100%;height:1px;background-color:var(--divider);margin-top:8px;margin-bottom:8px}.courier .add-courier[data-v-4e5fb804]{display:none}.courier:hover .add-courier[data-v-4e5fb804]{display:block}.highlight[data-v-5a3fb2e3]{color:#ff4d4f}.item[data-v-5a3fb2e3]{border-radius:5px;padding-right:6px;border:2px solid transparent}.item[data-v-5a3fb2e3]:hover{opacity:.8}.item.active[data-v-5a3fb2e3]{border:2px solid var(--active-bg);background:var(--secondary-bg)}.tag[data-v-5a3fb2e3],.tag[data-v-30b3e0ec]{background:rgba(250,123,20,.1);border-radius:4px;color:#fa7b14}.price-area[data-v-30b3e0ec]{background:var(--primary-bg-solid);border-radius:8px;padding:20px 20px 10px}.highlight[data-v-30b3e0ec]{color:#ff4d4f}.order-table[data-v-dc07a802] .ant-table-cell{white-space:nowrap}.active[data-v-7e91a6ec]{border-radius:10px;background:var(--primary-bg-2)}.courier-item[data-v-02f4ef7d]:after{content:"";width:100%;height:1px;background-color:var(--divider);margin-top:6px}.divider[data-v-02f4ef7d]{width:100%;height:1px;background-color:var(--divider);margin-top:8px;margin-bottom:8px}.courier .add-courier[data-v-02f4ef7d]{display:none}.courier:hover .add-courier[data-v-02f4ef7d]{display:block}.refresh[data-v-6547b248]{animation:rotate-6547b248 .5s infinite linear}@keyframes rotate-6547b248{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.text-ellipsis[data-v-03501a19]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.image-list>div[data-v-76f0573c]{opacity:.8;position:relative;border:solid 2px transparent;border-radius:10px;overflow:hidden}.image-list>div[data-v-76f0573c]:hover,.image-list>div.active[data-v-76f0573c]{opacity:1;cursor:pointer;border:solid 2px var(--active-bg)}.image-list>div img[data-v-76f0573c]{width:100%;height:100px;-o-object-fit:cover;object-fit:cover}.image-list>div>div[data-v-76f0573c]{background:rgba(0,0,0,.8);color:#fff;position:absolute;padding-left:10px;padding-bottom:5px;padding-top:5px;bottom:0;left:0;right:0;font-size:14px}
