:root{--van-action-bar-background-color:var(--van-background-color-light);--van-action-bar-height:50px}.van-action-bar{position:fixed;right:0;bottom:0;left:0;display:flex;align-items:center;box-sizing:content-box;height:var(--van-action-bar-height);background:var(--van-action-bar-background-color)}: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{flex:1;height:var(--van-action-bar-button-height);font-weight:var(--van-font-weight-bold);font-size:var(--van-font-size-md);border:none;border-radius:0}.van-action-bar-button--first{margin-left:5px;border-top-left-radius:var(--van-border-radius-max);border-bottom-left-radius:var(--van-border-radius-max)}.van-action-bar-button--last{margin-right:5px;border-top-right-radius:var(--van-border-radius-max);border-bottom-right-radius:var(--van-border-radius-max)}.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}}: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-animation-duration-base);--van-dialog-border-radius:16px;--van-dialog-background-color:var(--van-background-color-light);--van-dialog-header-font-weight:var(--van-font-weight-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-danger-color)}.van-dialog{top:45%;left:50%;width:var(--van-dialog-width);overflow:hidden;font-size:var(--van-dialog-font-size);background:var(--van-dialog-background-color);border-radius:var(--van-dialog-border-radius);backface-visibility:hidden;transition:var(--van-dialog-transition);transition-property:transform,opacity}@media (max-width:321px){.van-dialog{width:var(--van-dialog-small-screen-width)}}.van-dialog__header{padding-top:var(--van-dialog-header-padding-top);font-weight:var(--van-dialog-header-font-weight);line-height:var(--van-dialog-header-line-height);text-align:center}.van-dialog__header--isolated{padding:var(--van-dialog-header-isolated-padding)}.van-dialog__content--isolated{display:flex;align-items:center;min-height:104px}.van-dialog__message{flex:1;max-height:var(--van-dialog-message-max-height);padding:26px var(--van-dialog-message-padding);overflow-y:auto;font-size:var(--van-dialog-message-font-size);line-height:var(--van-dialog-message-line-height);white-space:pre-wrap;text-align:center;word-wrap:break-word;-webkit-overflow-scrolling:touch}.van-dialog__message--has-title{padding-top:var(--van-dialog-has-title-message-padding-top);color:var(--van-dialog-has-title-message-text-color)}.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{flex:1;height:var(--van-dialog-button-height);margin:0;border:0}.van-dialog__confirm,.van-dialog__confirm:active{color:var(--van-dialog-confirm-button-text-color)}.van-dialog--round-button .van-dialog__footer{position:relative;height:auto;padding:var(--van-padding-xs) var(--van-padding-lg) var(--van-padding-md)}.van-dialog--round-button .van-dialog__message{padding-bottom:var(--van-padding-md);color:var(--van-text-color)}.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-bounce-enter-from{transform:translate3d(-50%,-50%,0) scale(.7);opacity:0}.van-dialog-bounce-leave-active{transform:translate3d(-50%,-50%,0) scale(.9);opacity:0}:root{--van-action-sheet-max-height:80%;--van-action-sheet-header-height:48px;--van-action-sheet-header-font-size:var(--van-font-size-lg);--van-action-sheet-description-color:var(--van-text-color-2);--van-action-sheet-description-font-size:var(--van-font-size-md);--van-action-sheet-description-line-height:var(--van-line-height-md);--van-action-sheet-item-background:var(--van-background-color-light);--van-action-sheet-item-font-size:var(--van-font-size-lg);--van-action-sheet-item-line-height:var(--van-line-height-lg);--van-action-sheet-item-text-color:var(--van-text-color);--van-action-sheet-item-disabled-text-color:var(--van-text-color-3);--van-action-sheet-subname-color:var(--van-text-color-2);--van-action-sheet-subname-font-size:var(--van-font-size-sm);--van-action-sheet-subname-line-height:var(--van-line-height-sm);--van-action-sheet-close-icon-size:22px;--van-action-sheet-close-icon-color:var(--van-gray-5);--van-action-sheet-close-icon-padding:0 var(--van-padding-md);--van-action-sheet-cancel-text-color:var(--van-gray-7);--van-action-sheet-cancel-padding-top:var(--van-padding-xs);--van-action-sheet-cancel-padding-color:var(--van-background-color);--van-action-sheet-loading-icon-size:22px}.van-action-sheet{display:flex;flex-direction:column;max-height:var(--van-action-sheet-max-height);overflow:hidden;color:var(--van-action-sheet-item-text-color)}.van-action-sheet__content{flex:1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch}.van-action-sheet__cancel,.van-action-sheet__item{display:block;width:100%;padding:14px var(--van-padding-md);font-size:var(--van-action-sheet-item-font-size);background:var(--van-action-sheet-item-background);border:none;cursor:pointer}.van-action-sheet__cancel:active,.van-action-sheet__item:active{background-color:var(--van-active-color)}.van-action-sheet__item{line-height:var(--van-action-sheet-item-line-height)}.van-action-sheet__item--disabled,.van-action-sheet__item--loading{color:var(--van-action-sheet-item-disabled-text-color)}.van-action-sheet__item--disabled:active,.van-action-sheet__item--loading:active{background-color:var(--van-action-sheet-item-background)}.van-action-sheet__item--disabled{cursor:not-allowed}.van-action-sheet__item--loading{cursor:default}.van-action-sheet__cancel{flex-shrink:0;box-sizing:border-box;color:var(--van-action-sheet-cancel-text-color)}.van-action-sheet__subname{margin-top:var(--van-padding-xs);color:var(--van-action-sheet-subname-color);font-size:var(--van-action-sheet-subname-font-size);line-height:var(--van-action-sheet-subname-line-height)}.van-action-sheet__gap{display:block;height:var(--van-action-sheet-cancel-padding-top);background:var(--van-action-sheet-cancel-padding-color)}.van-action-sheet__header{flex-shrink:0;font-weight:var(--van-font-weight-bold);font-size:var(--van-action-sheet-header-font-size);line-height:var(--van-action-sheet-header-height);text-align:center}.van-action-sheet__description{position:relative;flex-shrink:0;padding:20px var(--van-padding-md);color:var(--van-action-sheet-description-color);font-size:var(--van-action-sheet-description-font-size);line-height:var(--van-action-sheet-description-line-height);text-align:center}.van-action-sheet__description:after{position:absolute;box-sizing:border-box;content:" ";pointer-events:none;right:var(--van-padding-md);bottom:0;left:var(--van-padding-md);border-bottom:1px solid var(--van-border-color);transform:scaleY(.5)}.van-action-sheet__loading-icon .van-loading__spinner{width:var(--van-action-sheet-loading-icon-size);height:var(--van-action-sheet-loading-icon-size)}.van-action-sheet__close{position:absolute;top:0;right:0;padding:var(--van-action-sheet-close-icon-padding);color:var(--van-action-sheet-close-icon-color);font-size:var(--van-action-sheet-close-icon-size);line-height:inherit}:root{--van-notice-bar-height:40px;--van-notice-bar-padding:0 var(--van-padding-md);--van-notice-bar-wrapable-padding:var(--van-padding-xs) var(--van-padding-md);--van-notice-bar-text-color:var(--van-orange-dark);--van-notice-bar-font-size:var(--van-font-size-md);--van-notice-bar-line-height:24px;--van-notice-bar-background-color:var(--van-orange-light);--van-notice-bar-icon-size:16px;--van-notice-bar-icon-min-width:24px}.van-notice-bar{position:relative;display:flex;align-items:center;height:var(--van-notice-bar-height);padding:var(--van-notice-bar-padding);color:var(--van-notice-bar-text-color);font-size:var(--van-notice-bar-font-size);line-height:var(--van-notice-bar-line-height);background:var(--van-notice-bar-background-color)}.van-notice-bar__left-icon,.van-notice-bar__right-icon{min-width:var(--van-notice-bar-icon-min-width);font-size:var(--van-notice-bar-icon-size)}.van-notice-bar__right-icon{text-align:right;cursor:pointer}.van-notice-bar__wrap{position:relative;display:flex;flex:1;align-items:center;height:100%;overflow:hidden}.van-notice-bar__content{position:absolute;white-space:nowrap;transition-timing-function:linear}.van-notice-bar__content.van-ellipsis{max-width:100%}.van-notice-bar--wrapable{height:auto;padding:var(--van-notice-bar-wrapable-padding)}.van-notice-bar--wrapable .van-notice-bar__wrap{height:auto}.van-notice-bar--wrapable .van-notice-bar__content{position:relative;white-space:normal;word-wrap:break-word}:root{--van-progress-height:4px;--van-progress-color:var(--van-primary-color);--van-progress-inactive-color:var(--van-gray-5);--van-progress-background-color:var(--van-gray-3);--van-progress-pivot-padding:0 5px;--van-progress-pivot-text-color:var(--van-white);--van-progress-pivot-font-size:var(--van-font-size-xs);--van-progress-pivot-line-height:1.6;--van-progress-pivot-background-color:var(--van-primary-color)}.van-progress{position:relative;height:var(--van-progress-height);background:var(--van-progress-background-color);border-radius:var(--van-progress-height)}.van-progress__portion{position:absolute;left:0;width:100%;height:100%;background:var(--van-progress-color);border-radius:inherit;transform-origin:0;transition:all var(--van-animation-duration-base) var(--van-animation-timing-function-enter)}.van-progress__portion--inactive{background:var(--van-progress-inactive-color)}.van-progress__pivot{position:absolute;top:50%;box-sizing:border-box;min-width:3.6em;padding:var(--van-progress-pivot-padding);color:var(--van-progress-pivot-text-color);font-size:var(--van-progress-pivot-font-size);line-height:var(--van-progress-pivot-line-height);text-align:center;word-break:keep-all;background:var(--van-progress-pivot-background-color);border-radius:1em;transition:all var(--van-animation-duration-base) var(--van-animation-timing-function-enter)}.van-progress__pivot--inactive{background:var(--van-progress-inactive-color)}.login_wrap[data-v-d77b0930]{background-image:url(../img/bg.4748bed7.jpg);background-repeat:no-repeat;background-size:cover;min-height:100vh;padding-bottom:10px}.logout_main[data-v-d77b0930]{font-family:Arial;font-size:14px;font-weight:700;line-height:20px;letter-spacing:-.23999999463558197px;text-align:center;color:#fff;padding-top:20px}.deposit_wrap[data-v-d77b0930]{padding:10px 0;border-top:1px solid hsla(0,0%,68.2%,.30196078431372547)}.deposit_main[data-v-d77b0930]{font-family:Arial;font-size:14px;font-weight:400;line-height:20px;letter-spacing:-.23999999463558197px;text-align:left;color:#aeaeae;padding-left:10px}.music_main[data-v-d77b0930]{font-family:Inter;font-size:24px;font-weight:700;line-height:29px;letter-spacing:15px;text-align:center;color:#db4f5f;padding-left:10px}.my_financial[data-v-d77b0930]{text-align:left}.my_financial[data-v-d77b0930],.nick_name[data-v-d77b0930]{font-family:Arial;font-size:16px;font-weight:700;line-height:20px;letter-spacing:-.23999999463558197px;color:#fff}.nick_name[data-v-d77b0930]{text-align:right;padding-right:10px}.edit_wrap[data-v-d77b0930]{width:80%;border-radius:4px;background:#595868;margin:15px auto;padding:15px 20px}.logout[data-v-d77b0930]{width:95px;height:35px;border-radius:30px;opacity:1;background:#e9a6a6;font-family:ArialMT-Regular;font-size:14px;font-weight:400;line-height:35px;text-align:center;letter-spacing:.35px;color:#1f1d36;margin:30px auto 100px auto}.edit_profile[data-v-d77b0930]{font-family:ArialMT-Regular;font-size:16px;font-weight:400;line-height:18px;letter-spacing:0;color:hsla(0,0%,100%,.5)}.total img[data-v-d77b0930]{margin:8px 10px 0 15px}.wallet_money[data-v-d77b0930]{font-size:12px;color:#db4f5f;width:70%}.wallet_main[data-v-d77b0930],.wallet_money[data-v-d77b0930]{font-family:Arial;font-weight:400;line-height:16px;letter-spacing:-.23999999463558197px;text-align:center}.wallet_main[data-v-d77b0930]{font-size:14px;color:#fff;margin-top:5px}.wallet_wrap[data-v-d77b0930]{border-radius:20px;background:#333;padding:20px 20px;width:80%;margin:20px auto}.username_wrap[data-v-d77b0930]{width:150px;border-radius:10px;background:rgba(0,0,0,.8);margin-left:-20px;padding:15px 0 15px 40px}.code_wrap[data-v-d77b0930]{font-size:12px;line-height:17px;padding-right:10px;color:hsla(0,0%,100%,.5)}.code_wrap[data-v-d77b0930],.user_main[data-v-d77b0930]{font-family:ArialMT-Regular;font-weight:400;letter-spacing:0}.user_main[data-v-d77b0930]{font-size:16px;line-height:22px;color:#e9a6a6}.topIconNav .item[data-v-d77b0930]{width:25%;display:flex;flex-direction:column;justify-content:center;align-items:center}.topIconNav .item img[data-v-d77b0930]{width:50px;height:50px}.topIconNav .item .value[data-v-d77b0930]{font-family:Arial;font-style:normal;font-weight:400;font-size:12px;line-height:14px;text-align:center;color:#333;width:80px;margin:5px auto 0}.userData .row[data-v-d77b0930]{width:33.33333%;text-align:center;padding:20px}.userData .row .value[data-v-d77b0930]{font-family:Arial;font-style:normal;font-weight:700;font-size:24px;line-height:28px;color:#000}.userData .row .desc[data-v-d77b0930]{margin-top:5px;font-family:Arial;font-style:normal;font-weight:400;font-size:15px;line-height:17px;text-align:center;color:#7c7c7c}.userInfoCard .baseInfo .inv[data-v-d77b0930]{font-family:Arial;font-style:normal;font-weight:400;font-size:14px;line-height:16px;color:#fff;margin-top:10px}.member .memberValidity[data-v-d77b0930]{color:#d6bd94;font-family:Arial;font-style:normal;font-weight:700;font-size:12px;margin-left:10px;line-height:26px}.userInfoCard .vipInfo[data-v-d77b0930]{display:flex;position:absolute;margin-top:100px;right:20px;border-radius:15px;background-color:#d6bd94;padding:0 10px}.userInfoCard .vipInfo img[data-v-d77b0930]{width:26px;height:26px}.userInfoCard .vipInfo .vip[data-v-d77b0930]{font-family:Arial;font-style:normal;font-weight:700;font-size:16px;line-height:26px;color:#fff}.coins .Fr[data-v-d77b0930]{margin-left:10px}.coins i[data-v-d77b0930]{cursor:pointer;margin-left:5px}.van-cell img[data-v-d77b0930]{margin-right:10px;width:30px;height:30px}[data-v-d77b0930] .van-icon__image{width:26px;height:26px;margin-top:3px;padding-right:15px}.link-wrap[data-v-d77b0930] .van-cell{background:#030f1e;color:#fff}.link-wrap[data-v-d77b0930] .van-cell__right-icon{color:#fff;font-weight:700;font-size:16px}.lang_wrap[data-v-d77b0930]{color:#fff;background:#393563;height:30px;padding:10px 20px}.account-wrap[data-v-d77b0930]{box-sizing:border-box;width:100%;padding:20px 12px}.account-line[data-v-d77b0930]{font-family:ArialMT;font-size:16px;font-weight:400;letter-spacing:.08px;color:#000;background-color:#fff;box-sizing:border-box;width:100%;height:40px;line-height:40px;border-radius:10px;text-align:center;margin-top:15px}.logo-img[data-v-d77b0930]{display:block;width:120px}.credit-wrap[data-v-d77b0930]{margin-top:15px;margin-bottom:10px}.credit-title[data-v-d77b0930]{font-size:12px;color:#fff;margin-bottom:10px}.my-notice[data-v-d77b0930]{background:transparent}.icon-cancel[data-v-d77b0930]{position:absolute;right:10px;top:15px}.form2[data-v-d77b0930]{padding:20px}.form-title[data-v-d77b0930]{margin-top:10px;margin-bottom:10px;font-weight:700}.form-field[data-v-d77b0930]{border-radius:5px;background:#fff;box-shadow:0 1px 1px 0 rgba(0,0,0,.25)}.form-line[data-v-d77b0930] .van-field__control{color:#000}.btn-area[data-v-d77b0930]{margin-top:20px;margin-bottom:30px}.btn-login[data-v-d77b0930]{height:40px;border-radius:5px;background:#db4f5f;border:none;color:#fff;font-size:16px;font-weight:700}.contact-over[data-v-d77b0930]{background:rgba(0,0,0,.3);backdrop-filter:blur(10px)}