#canvas[data-v-34420216]{height:100%;left:0;position:fixed;top:0;width:100%;z-index:0}:host,:root{--van-tabbar-height:50px;--van-tabbar-z-index:1;--van-tabbar-background:var(--van-background-2)}.van-tabbar{background:var(--van-tabbar-background);box-sizing:content-box;display:flex;height:var(--van-tabbar-height);width:100%;z-index:var(--van-tabbar-z-index)}.van-tabbar--fixed{bottom:0;left:0;position:fixed}:host,:root{--van-tabbar-item-font-size:var(--van-font-size-sm);--van-tabbar-item-text-color:var(--van-text-color);--van-tabbar-item-active-color:var(--van-primary-color);--van-tabbar-item-active-background:var(--van-background-2);--van-tabbar-item-line-height:1;--van-tabbar-item-icon-size:22px;--van-tabbar-item-icon-margin-bottom:var(--van-padding-base)}.van-tabbar-item{align-items:center;color:var(--van-tabbar-item-text-color);cursor:pointer;display:flex;flex:1;flex-direction:column;font-size:var(--van-tabbar-item-font-size);justify-content:center;line-height:var(--van-tabbar-item-line-height)}.van-tabbar-item__icon{font-size:var(--van-tabbar-item-icon-size);margin-bottom:var(--van-tabbar-item-icon-margin-bottom)}.van-tabbar-item__icon .van-icon{display:block}.van-tabbar-item__icon .van-badge{margin-top:var(--van-padding-base)}.van-tabbar-item__icon img{display:block;height:20px}.van-tabbar-item--active{background-color:var(--van-tabbar-item-active-background);color:var(--van-tabbar-item-active-color)}.van-tabbar[data-v-d35afea9]{--van-tabbar-background:#1f1f1f;box-sizing:border-box;gap:12px;justify-content:space-between;padding:10px 12px 16px}.van-tabbar .van-tabbar-item--active[data-v-d35afea9]{background-color:#543849;color:#efa0d0;font-weight:700}.van-tabbar[data-v-d35afea9] .van-tabbar-item{border-radius:4px;flex:1 0 60px;flex-direction:column}.van-tabbar[data-v-d35afea9] .van-tabbar-item.shrink{min-width:80px}:host,:root{--van-action-bar-background:var(--van-background-2);--van-action-bar-height:50px}.van-action-bar{align-items:center;background:var(--van-action-bar-background);bottom:0;box-sizing:content-box;display:flex;height:var(--van-action-bar-height);left:0;position:fixed;right:0}:host,:root{--van-action-bar-button-height:40px;--van-action-bar-button-warning-color:var(--van-gradient-orange);--van-action-bar-button-danger-color:var(--van-gradient-red)}.van-action-bar-button{border:none;border-radius:0;flex:1;font-size:var(--van-font-size-md);font-weight:var(--van-font-bold);height:var(--van-action-bar-button-height)}.van-action-bar-button--first{border-bottom-left-radius:var(--van-radius-max);border-top-left-radius:var(--van-radius-max);margin-left:5px}.van-action-bar-button--last{border-bottom-right-radius:var(--van-radius-max);border-top-right-radius:var(--van-radius-max);margin-right:5px}.van-action-bar-button--warning{background:var(--van-action-bar-button-warning-color)}.van-action-bar-button--danger{background:var(--van-action-bar-button-danger-color)}@media (max-width:321px){.van-action-bar-button{font-size:13px}}:host,:root{--van-dialog-width:320px;--van-dialog-small-screen-width:90%;--van-dialog-font-size:var(--van-font-size-lg);--van-dialog-transition:var(--van-duration-base);--van-dialog-radius:16px;--van-dialog-background:var(--van-background-2);--van-dialog-header-font-weight:var(--van-font-bold);--van-dialog-header-line-height:24px;--van-dialog-header-padding-top:26px;--van-dialog-header-isolated-padding:var(--van-padding-lg) 0;--van-dialog-message-padding:var(--van-padding-lg);--van-dialog-message-font-size:var(--van-font-size-md);--van-dialog-message-line-height:var(--van-line-height-md);--van-dialog-message-max-height:60vh;--van-dialog-has-title-message-text-color:var(--van-gray-7);--van-dialog-has-title-message-padding-top:var(--van-padding-xs);--van-dialog-button-height:48px;--van-dialog-round-button-height:36px;--van-dialog-confirm-button-text-color:var(--van-primary-color)}.van-dialog{backface-visibility:hidden;background:var(--van-dialog-background);border-radius:var(--van-dialog-radius);font-size:var(--van-dialog-font-size);overflow:hidden;top:45%;transition:var(--van-dialog-transition);transition-property:transform,opacity;width:var(--van-dialog-width)}@media (max-width:321px){.van-dialog{width:var(--van-dialog-small-screen-width)}}.van-dialog__header{color:var(--van-text-color);font-weight:var(--van-dialog-header-font-weight);line-height:var(--van-dialog-header-line-height);padding-top:var(--van-dialog-header-padding-top);text-align:center}.van-dialog__header--isolated{padding:var(--van-dialog-header-isolated-padding)}.van-dialog__content--isolated{align-items:center;display:flex;min-height:104px}.van-dialog__message{color:var(--van-text-color);flex:1;font-size:var(--van-dialog-message-font-size);line-height:var(--van-dialog-message-line-height);max-height:var(--van-dialog-message-max-height);overflow-y:auto;padding:26px var(--van-dialog-message-padding);text-align:center;white-space:pre-wrap;word-wrap:break-word;-webkit-overflow-scrolling:touch}.van-dialog__message--has-title{color:var(--van-dialog-has-title-message-text-color);padding-top:var(--van-dialog-has-title-message-padding-top)}.van-dialog__message--left{text-align:left}.van-dialog__message--right{text-align:right}.van-dialog__message--justify{text-align:justify}.van-dialog__footer{display:flex;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none}.van-dialog__cancel,.van-dialog__confirm{border:0;border-radius:0;flex:1;height:var(--van-dialog-button-height);margin:0}.van-dialog__confirm,.van-dialog__confirm:active{color:var(--van-dialog-confirm-button-text-color)}.van-dialog--round-button .van-dialog__footer{height:auto;padding:var(--van-padding-xs) var(--van-padding-lg) var(--van-padding-md);position:relative}.van-dialog--round-button .van-dialog__message{color:var(--van-text-color);padding-bottom:var(--van-padding-md)}.van-dialog--round-button .van-dialog__cancel,.van-dialog--round-button .van-dialog__confirm{height:var(--van-dialog-round-button-height)}.van-dialog--round-button .van-dialog__confirm{color:var(--van-white)}.van-dialog--round-button .van-action-bar-button--first{border-bottom-left-radius:var(--van-radius-max);border-top-left-radius:var(--van-radius-max)}.van-dialog--round-button .van-action-bar-button--last{border-bottom-right-radius:var(--van-radius-max);border-top-right-radius:var(--van-radius-max)}.van-dialog-bounce-enter-from{opacity:0;transform:translate3d(0,-50%,0) scale(.7)}.van-dialog-bounce-leave-active{opacity:0;transform:translate3d(0,-50%,0) scale(.9)}.continue-with-phone[data-v-ac0e2636]{background-color:#ededff;height:100%}.continue-with-phone .tip[data-v-ac0e2636]{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 auto;width:320px}.continue-with-phone .tip span.title[data-v-ac0e2636]{font-size:18px;font-weight:600}.continue-with-phone .tip span.subtitle[data-v-ac0e2636]{font-size:16px;font-weight:500}@keyframes dot-flashing-7c93d63b{0%{background-color:#5857fe}50%,to{background-color:#5757fe32}}.preloader[data-v-7c93d63b]{align-items:center;background-size:cover;box-shadow:-4px 9px 25px -6px #0000001a;display:flex;flex:1;flex-direction:column;height:100vh;justify-content:flex-start;justify-content:center;position:fixed;top:0;width:100vw;z-index:10000}.preloader .dot-flashing[data-v-7c93d63b]{animation:dot-flashing-7c93d63b 1s linear infinite alternate;animation-delay:.5s;background-color:#5857fe;color:#5857fe;height:12px;position:relative;text-align:center;width:12px}.preloader .dot-flashing[data-v-7c93d63b]:after,.preloader .dot-flashing[data-v-7c93d63b]:before{content:"";display:inline-block;position:absolute;top:0}.preloader .dot-flashing[data-v-7c93d63b]:before{animation:dot-flashing-7c93d63b 1s infinite alternate;animation-delay:0s;background-color:#5857fe;color:#5857fe;height:100%;left:-20px;width:100%}.preloader .dot-flashing[data-v-7c93d63b]:after{animation:dot-flashing-7c93d63b 1s infinite alternate;animation-delay:1s;background-color:#5857fe;color:#5857fe;height:100%;left:20px;width:100%}.loading-logo[data-v-7c93d63b]{width:200px}.main[data-v-9703ea1a]{background-attachment:fixed;background-image:url(../images/background.png);background-position:50%;background-repeat:repeat-y;background-size:cover;height:100vh;overflow-x:hidden;overflow-y:auto;scrollbar-width:none}.main[data-v-9703ea1a]::-webkit-scrollbar{display:none}
