.vux-modal-open{overflow:hidden;position:fixed;width:100%}.vux-modal-open-for-container{overflow:hidden!important}.vux-popup-dialog{position:fixed;left:0;bottom:0;width:100%;background:#eee;z-index:501;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-duration:.3s;transition-duration:.3s;max-height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch}.vux-popup-dialog.vux-popup-left{width:auto;height:100%;top:0;right:auto;bottom:auto;left:0}.vux-popup-dialog.vux-popup-right{width:auto;height:100%;top:0;right:0;bottom:auto;left:auto}.vux-popup-dialog.vux-popup-top{width:100%;top:0;right:auto;bottom:auto;left:0}.vux-popup-mask{display:block;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);opacity:0;tap-highlight-color:transparent;z-index:-1;-webkit-transition:opacity .4s;transition:opacity .4s}.vux-popup-mask.vux-popup-show{opacity:1}.vux-popup-animate-bottom-enter,.vux-popup-animate-bottom-leave-active{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.vux-popup-animate-left-enter,.vux-popup-animate-left-leave-active{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.vux-popup-animate-right-enter,.vux-popup-animate-right-leave-active{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.vux-popup-animate-top-enter,.vux-popup-animate-top-leave-active{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.vux-fade-enter-active,.vux-fade-leave-active{opacity:1;-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.vux-fade-enter,.vux-fade-leave-to{opacity:0}.vux-dialog-enter-active{-webkit-animation:vux-dialog-in .5s;animation:vux-dialog-in .5s}.vux-dialog-leave-active{-webkit-animation:vux-dialog-out .3s;animation:vux-dialog-out .3s}@-webkit-keyframes vux-dialog-in{0%{-webkit-transform:scale(1.185);transform:scale(1.185);opacity:0}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes vux-dialog-in{0%{-webkit-transform:scale(1.185);transform:scale(1.185);opacity:0}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes vux-dialog-out{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(.85);transform:scale(.85);opacity:0}}@keyframes vux-dialog-out{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(.85);transform:scale(.85);opacity:0}}.vux-mask-enter,.vux-mask-leave-active{opacity:0}.vux-mask-enter-active,.vux-mask-leave-active{-webkit-transition:opacity .3s;transition:opacity .3s}.weui-mask{background:rgba(0,0,0,.6)}.weui-mask,.weui-mask_transparent{position:fixed;z-index:1000;top:0;right:0;left:0;bottom:0}.weui-dialog{position:fixed;display:table;z-index:5000;width:80%;max-width:300px;top:0;right:0;bottom:0;left:0;margin:auto;background-color:#fff;text-align:center;border-radius:3px;overflow:hidden}.weui-dialog__hd{padding:1.3em 1.6em .5em}.weui-dialog__hd.with-no-content{padding:1.7em 1.6em}.weui-dialog__title{font-weight:400;font-size:18px}.weui-dialog__bd{padding:0 1.6em .8em;min-height:40px;font-size:15px;line-height:1.3;word-wrap:break-word;word-break:break-all;color:#999}.weui-dialog__bd:first-child{padding:2.7em 20px 1.7em;color:#353535}.weui-dialog__ft{position:relative;line-height:48px;font-size:18px;display:-webkit-box;display:-ms-flexbox;display:flex}.weui-dialog__ft:after{content:" ";position:absolute;left:0;top:0;right:0;height:1px;border-top:1px solid #d5d5d6;color:#d5d5d6;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:scaleY(.5);transform:scaleY(.5)}.weui-dialog__btn{display:block;-webkit-box-flex:1;-ms-flex:1;flex:1;color:#3cc51f;text-decoration:none;-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative}.weui-dialog__btn:active{background-color:#eee}.weui-dialog__btn:after{content:" ";position:absolute;left:0;top:0;width:1px;bottom:0;border-left:1px solid #d5d5d6;color:#d5d5d6;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:scaleX(.5);transform:scaleX(.5)}.weui-dialog__btn:first-child:after{display:none}.weui-dialog__btn_default{color:#353535}.weui-dialog__btn_primary{color:#0bb20c}.weui-dialog__btn_warn{color:#e64340}.weui-skin_android .weui-dialog{text-align:left;-webkit-box-shadow:0 6px 30px 0 rgba(0,0,0,.1);box-shadow:0 6px 30px 0 rgba(0,0,0,.1)}.weui-skin_android .weui-dialog__title{font-size:21px}.weui-skin_android .weui-dialog__hd{text-align:left}.weui-skin_android .weui-dialog__bd{color:#999;padding:.25em 1.6em 2em;font-size:17px;text-align:left}.weui-skin_android .weui-dialog__bd:first-child{padding:1.6em 1.6em 2em;color:#353535}.weui-skin_android .weui-dialog__ft{display:block;text-align:right;line-height:42px;font-size:16px;padding:0 1.6em .7em}.weui-skin_android .weui-dialog__ft:after{display:none}.weui-skin_android .weui-dialog__btn{display:inline-block;vertical-align:top;padding:0 .8em}.weui-skin_android .weui-dialog__btn:after{display:none}.weui-skin_android .weui-dialog__btn:active,.weui-skin_android .weui-dialog__btn:visited{background-color:rgba(0,0,0,.06)}.weui-skin_android .weui-dialog__btn:last-child{margin-right:-.8em}.weui-skin_android .weui-dialog__btn_default{color:grey}@media screen and (min-width:1024px){.weui-dialog{width:35%}}.vux-x-dialog-absolute .weui-dialog{position:absolute}@font-face{font-family:方正仿宋;src:url(https://zhanstatic.vivo.com.cn/wukong/audio/5caf8168-0b88-417d-9f13-54293d981038.ttf);font-display:swap}@font-face{font-family:方正黑体;src:url(https://zhanstatic.vivo.com.cn/wukong/audio/0b3f1682-e275-4618-88b6-7fd247e4bc31.ttf);font-display:swap}@font-face{font-family:方正楷体;src:url(https://zhanstatic.vivo.com.cn/wukong/audio/42db9cad-c167-4686-9c0d-b5a9025f1104.ttf);font-display:swap}@font-face{font-family:方正书宋;src:url(https://zhanstatic.vivo.com.cn/wukong/audio/69c8d14c-4f60-4ea3-888c-14cdf12e6178.ttf);font-display:swap}@font-face{font-family:华文琥珀;src:url(https://zhanstatic.vivo.com.cn/wukong/audio/8603d87e-53ab-45d9-87b4-42a0163247c5.ttf);font-display:swap}@font-face{font-family:华文隶书;src:url(https://zhanstatic.vivo.com.cn/wukong/audio/5faad555-f0b3-40df-970a-0fc4f7062858.ttf);font-display:swap}@font-face{font-family:华文新魏;src:url(https://zhanstatic.vivo.com.cn/wukong/audio/95e6a9fc-17f6-421e-bad9-144cebb44d4e.ttf);font-display:swap}@font-face{font-family:华文行楷;src:url(https://zhanstatic.vivo.com.cn/wukong/audio/77c27ce5-7390-4e95-b631-3ab5d14c609f.ttf);font-display:swap}@font-face{font-family:濑户字体;src:url(https://zhanstatic.vivo.com.cn/wukong/audio/8f832cf4-ba39-4bdb-b26f-df5439900a4f.ttf);font-display:swap}@font-face{font-family:庞门正道标题体;src:url(https://zhanstatic.vivo.com.cn/wukong/audio/7d977d2c-f956-4225-81ac-9eb74299c1ca.ttf);font-display:swap}@font-face{font-family:书体坊颜体;src:url(https://zhanstatic.vivo.com.cn/wukong/audio/58b0bb78-f451-4c77-8f7a-d7c02bd7cf39.ttf);font-display:swap}@font-face{font-family:思源黑体细体;src:url(https://zhanstatic.vivo.com.cn/wukong/audio/e1a02b4e-c493-4bcf-8b63-e621f5ca7cb7.otf);font-display:swap}@font-face{font-family:思源黑体常规;src:url(https://zhanstatic.vivo.com.cn/wukong/audio/71c4be81-b36b-4ff2-aa8c-63abe7a5913f.otf);font-display:swap}@font-face{font-family:思源黑体极细;src:url(https://zhanstatic.vivo.com.cn/wukong/audio/c1ab109b-076e-497b-8201-938dc485c07f.otf);font-display:swap}@font-face{font-family:思源黑体粗体;src:url(https://zhanstatic.vivo.com.cn/wukong/audio/62a0e094-b172-4084-a68b-86db5a2dee5a.otf);font-display:swap}@font-face{font-family:思源黑体黑体;src:url(https://zhanstatic.vivo.com.cn/wukong/audio/23492bfe-1e8b-4693-b45f-f034b2ae4f0f.otf);font-display:swap}@font-face{font-family:思源黑体纤细;src:url(https://zhanstatic.vivo.com.cn/wukong/audio/e32be7e3-54a8-4b6c-beb8-4e55375ee80e.otf);font-display:swap}@font-face{font-family:思源黑体中黑;src:url(https://zhanstatic.vivo.com.cn/wukong/audio/f4e112be-cbc4-4037-9b7f-dd7af262fe10.otf);font-display:swap}@font-face{font-family:站酷酷黑;src:url(https://zhanstatic.vivo.com.cn/wukong/audio/d7127fc2-e098-4a50-a629-8592262c85ff.ttf);font-display:swap}@font-face{font-family:杨任东竹石体;src:url(https://zhanstatic.vivo.com.cn/wukong/audio/26ce4b16-7f57-44e2-b6e1-517a0b19bb93.ttf);font-display:swap}@font-face{font-family:文泉驿正黑;src:url(https://zhanstatic.vivo.com.cn/wukong/audio/a63d36db-d0ef-4f90-a8e3-1c0e75b4f4c2.ttf);font-display:swap}@font-face{font-family:站酷快乐体;src:url(https://zhanstatic.vivo.com.cn/wukong/audio/6cb97a26-1454-4c02-878c-4a708e29425f.ttf);font-display:swap}@font-face{font-family:站酷高端黑;src:url(https://zhanstatic.vivo.com.cn/wukong/audio/b20ac508-31a6-467c-92c2-d54edf9a61f7.ttf);font-display:swap}@font-face{font-family:装甲明朝体;src:url(https://zhanstatic.vivo.com.cn/wukong/audio/64c68336-9960-4558-b07d-11b91fb6e11a.ttf);font-display:swap}@font-face{font-family:站酷意大利体;src:url(https://zhanstatic.vivo.com.cn/wukong/img/301411c2-700e-412a-8c7c-1223272d99c1.ttf);font-display:swap}@font-face{font-family:站酷文艺体;src:url(https://zhanstatic.vivo.com.cn/wukong/img/8380bea1-405a-45f3-ba11-8c825c3368b3.ttf);font-display:swap}@font-face{font-family:站酷小薇LOGO体;src:url(https://zhanstatic.vivo.com.cn/wukong/img/d7b32dfb-8cff-4f61-ba23-1e6913387891.otf);font-display:swap}@font-face{font-family:站酷庆科黄油体;src:url(https://zhanstatic.vivo.com.cn/wukong/img/788f958d-3e32-48ee-b35f-b924370ca115.ttf);font-display:swap}.vivo-hot-spot[data-v-5aa787ce]{width:100%;height:100%;cursor:auto}.vivo-hot-spot img[data-v-5aa787ce]{width:100%;height:100%}.vivo-hot-spot.editing[data-v-5aa787ce]{border:.02rem dashed #666;background:hsla(0,0%,40%,.3)}.vivo-item-fixed{z-index:1}.vivo-hotspot-popup-bottom .scroll-container,.vivo-hotspot-popup .scroll-container{position:relative}.vivo-hotspot-popup-bottom .scroll-container .bscroll-vertical-scrollbar,.vivo-hotspot-popup .scroll-container .bscroll-vertical-scrollbar{right:.495rem!important;width:.045rem!important}.vivo-hotspot-popup-bottom .scroll-container .bscroll-vertical-scrollbar .bscroll-indicator,.vivo-hotspot-popup .scroll-container .bscroll-vertical-scrollbar .bscroll-indicator{border-radius:0!important;border:none!important;width:.045rem!important;background-color:hsla(0,0%,59.2%,.28)!important}.vivo-hotspot-popup.is-edit .weui-mask{position:absolute}.vivo-hotspot-popup.is-edit .weui-dialog{position:absolute;display:initial;width:100%}.vivo-hotspot-popup.is-edit .weui-dialog .hotspot-content{position:absolute}.vivo-hotspot-popup .weui-mask{background-color:rgba(0,0,0,.3);z-index:88888888}.vivo-hotspot-popup .weui-dialog{z-index:99999999;background-color:transparent;overflow:visible}.vivo-hotspot-popup .hotspot-content{display:flex;flex-direction:column;position:fixed;left:50%;bottom:.84rem;transform:translate(-50%);width:9.6rem;height:auto;max-height:90vh;min-height:3rem;background:#fff;border-radius:.9rem;overflow:visible;box-shadow:0 .15rem .2rem .15rem rgba(0,0,0,.103994);z-index:99999999}.vivo-hotspot-popup .hotspot-content .close-hot-popup{position:absolute;right:.4rem;top:.45rem;font-size:.48rem;z-index:10}.vivo-hotspot-popup .hotspot-content .close-hot-popup.color-white{color:#fff}.vivo-hotspot-popup .hotspot-content .close-hot-popup.color-black{color:#8a8a8a}.vivo-hotspot-popup .hotspot-content .scroll-wrapper{flex:1;padding:0 .84rem}.vivo-hotspot-popup .hotspot-content .h-title{padding:1.2rem 0 .72rem;line-height:1.5;text-align:center;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-weight:750}.vivo-hotspot-popup .hotspot-content .h-content{flex:1;overflow:auto;text-align:left;font-size:.36rem;white-space:pre-wrap;-moz-tab-size:4;-o-tab-size:4;tab-size:4;display:block;line-height:1.5;white-space:break-spaces;word-break:break-all;font-family:Helvetica,Arial,sans-serif;color:#000}.vivo-hotspot-popup .hotspot-content .h-content a{text-decoration:underline;color:#06c}.vivo-hotspot-popup .hotspot-content .h-content span{height:auto}.vivo-hotspot-popup .hotspot-content .h-content .ql-align-center{text-align:center}.vivo-hotspot-popup .hotspot-content .h-content .ql-align-right{text-align:right}.vivo-hotspot-popup .hotspot-content .h-content .ql-align-justify{text-align:justify}.vivo-hotspot-popup .hotspot-content .h-content *{margin:0;padding:0}.vivo-hotspot-popup .hotspot-content .h-content strong,.vivo-hotspot-popup .hotspot-content .h-content strong *{font-weight:bolder!important}.vivo-hotspot-popup .hotspot-content .h-content p{overflow:auto}.vivo-hotspot-popup .hotspot-content .h-content li{font-size:.36rem;list-style:none}.vivo-hotspot-popup .hotspot-content .h-content ol li:not(.ql-direction-rtl),.vivo-hotspot-popup .hotspot-content .h-content ul li:not(.ql-direction-rtl){padding-left:3em}.vivo-hotspot-popup .hotspot-content .h-content li:before{display:inline-block;white-space:nowrap;width:3.6em}.vivo-hotspot-popup .hotspot-content .h-content li:not(.ql-direction-rtl):before{font-size:.42rem;margin-left:-3.9em;margin-right:.3em;text-align:right}.vivo-hotspot-popup .hotspot-content .h-content ol{list-style-type:decimal;list-style-position:inside}.vivo-hotspot-popup .hotspot-content .h-content ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.vivo-hotspot-popup .hotspot-content .h-content ol li:before{content:counter(list-0,decimal) ". "}.vivo-hotspot-popup .hotspot-content .h-content ul{list-style-type:disc;list-style-position:inside}.vivo-hotspot-popup .hotspot-content .h-content ul>li:before{content:"\2022"}.vivo-hotspot-popup .hotspot-content .h-content.no-title{margin-top:.5rem}.vivo-hotspot-popup .hotspot-content .h-content p{font-size:.32rem}.vivo-hotspot-popup .hotspot-content .h-content::-webkit-scrollbar{display:none}.vivo-hotspot-popup .hotspot-content .close-hot-popup-btn{display:flex;align-item:center;margin:.84rem 0 .36rem;height:1.62rem;padding:.12rem 0}.vivo-hotspot-popup .hotspot-content .close-hot-popup-btn .btn{margin:auto;display:inline-block;padding:0 .2rem;width:auto;line-height:.8rem;font-size:.36rem;color:#fff;text-align:center;background:#456fff;letter-spacing:1px;outline:none;border-radius:.06rem;word-break:keep-all}.vivo-hotspot-popup.popup-edit-mask{position:absolute;top:0;right:0;left:0;bottom:0;background:rgba(0,0,0,.3)}.vivo-hotspot-popup-bottom{background-color:transparent;width:100%;overflow:hidden;z-index:99999999;box-shadow:0 .15rem .2rem rgba(0,0,0,.0964543)}.vivo-hotspot-popup-bottom.is-edit{position:absolute}.vivo-hotspot-popup-bottom .popup-bottom-content{padding:0 0 .84rem;width:100%;border-top-left-radius:.9rem;border-top-right-radius:.9rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.vivo-hotspot-popup-bottom .popup-bottom-content .h-title{padding:1.2rem 0 .72rem;line-height:1.5;text-align:center;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-weight:750}.vivo-hotspot-popup-bottom .popup-bottom-content .close-btn{position:absolute;top:.56rem;right:.77rem;opacity:.6;height:.375rem;width:.375rem}.vivo-hotspot-popup-bottom .popup-bottom-content .h-content{flex:1;overflow:auto;text-align:left;font-size:.36rem;white-space:pre-wrap;-moz-tab-size:4;-o-tab-size:4;tab-size:4;display:block;line-height:1.5;white-space:break-spaces;word-break:break-all;font-family:Helvetica,Arial,sans-serif;color:#000}.vivo-hotspot-popup-bottom .popup-bottom-content .h-content a{text-decoration:underline;color:#06c}.vivo-hotspot-popup-bottom .popup-bottom-content .h-content span{height:auto}.vivo-hotspot-popup-bottom .popup-bottom-content .h-content .ql-align-center{text-align:center}.vivo-hotspot-popup-bottom .popup-bottom-content .h-content .ql-align-right{text-align:right}.vivo-hotspot-popup-bottom .popup-bottom-content .h-content .ql-align-justify{text-align:justify}.vivo-hotspot-popup-bottom .popup-bottom-content .h-content *{margin:0;padding:0}.vivo-hotspot-popup-bottom .popup-bottom-content .h-content strong,.vivo-hotspot-popup-bottom .popup-bottom-content .h-content strong *{font-weight:bolder!important}.vivo-hotspot-popup-bottom .popup-bottom-content .h-content p{overflow:auto}.vivo-hotspot-popup-bottom .popup-bottom-content .h-content li{font-size:.36rem;list-style:none}.vivo-hotspot-popup-bottom .popup-bottom-content .h-content ol li:not(.ql-direction-rtl),.vivo-hotspot-popup-bottom .popup-bottom-content .h-content ul li:not(.ql-direction-rtl){padding-left:3em}.vivo-hotspot-popup-bottom .popup-bottom-content .h-content li:before{display:inline-block;white-space:nowrap;width:3.6em}.vivo-hotspot-popup-bottom .popup-bottom-content .h-content li:not(.ql-direction-rtl):before{font-size:.42rem;margin-left:-3.9em;margin-right:.3em;text-align:right}.vivo-hotspot-popup-bottom .popup-bottom-content .h-content ol{list-style-type:decimal;list-style-position:inside}.vivo-hotspot-popup-bottom .popup-bottom-content .h-content ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.vivo-hotspot-popup-bottom .popup-bottom-content .h-content ol li:before{content:counter(list-0,decimal) ". "}.vivo-hotspot-popup-bottom .popup-bottom-content .h-content ul{list-style-type:disc;list-style-position:inside}.vivo-hotspot-popup-bottom .popup-bottom-content .h-content ul>li:before{content:"\2022"}.vivo-hotspot-popup-bottom .popup-bottom-content .h-content.no-title{margin-top:.5rem}.vivo-hotspot-popup-bottom .popup-bottom-content .h-content p{font-size:.32rem}.vivo-hotspot-popup-bottom .popup-bottom-content .h-content::-webkit-scrollbar{display:none}.vivo-hotspot-popup-bottom .popup-bottom-content .scroll-wrapper{flex:1;flex-wrap:wrap;padding:0 .84rem;font-size:0;margin-top:0!important}.vivo-hotspot-popup-bottom .popup-bottom-content .scroll-wrapper .scroll-content>div{min-height:0!important}@media screen and (min-width:530px) and (max-height:720px){.scale-box[data-v-5aa787ce]{position:fixed;bottom:0;margin:0 auto;left:0;right:0;transform-origin:bottom;transform:scale(.5)}}.wipe-code-wrap[data-v-508a2ca8]{width:100%;max-width:10.8rem;margin:0 auto;background:#fff;overflow:auto;position:relative}.wipe-code-wrap .back-img[data-v-508a2ca8]{width:100%;height:100%}.wipe-code-wrap .code-wrap[data-v-508a2ca8]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:fixed;bottom:.84rem;left:0;width:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center}.wipe-code-wrap .code-wrap .icon-img[data-v-508a2ca8]{display:block;width:.52rem;height:.52rem;margin-right:.15rem}.wipe-code-wrap .code-wrap .code-item-mix[data-v-508a2ca8]{display:flex;align-items:center;justify-content:center;width:7.74rem;height:1.5rem;color:#fff;font-weight:650;font-size:.42rem;background:#415fff;border-radius:.75rem;cursor:pointer}.wipe-code-wrap .code-wrap .code-item-mix[data-v-508a2ca8]:active{opacity:.7}.wipe-code-wrap .code-wrap .code-item-game[data-v-508a2ca8]{margin-top:.48rem;border:.08rem solid #415fff;color:#415fff;background:#fff;width:7.74rem;height:1.5rem;box-sizing:border-box;font-weight:650;font-size:.42rem;display:flex;align-items:center;justify-content:center;border-radius:.75rem;cursor:pointer}.wipe-code-wrap .code-wrap .code-item-game[data-v-508a2ca8]:active{opacity:.7}