:root,:host{--van-overlay-z-index:1;--van-overlay-background:#000000b3}.van-overlay{z-index:var(--van-overlay-z-index);background:var(--van-overlay-background);width:100%;height:100%;position:fixed;top:0;left:0}:root,:host{--van-popup-background:var(--van-background-2);--van-popup-transition:transform var(--van-duration-base);--van-popup-round-radius:4.26667vw;--van-popup-close-icon-size:5.86667vw;--van-popup-close-icon-color:var(--van-gray-5);--van-popup-close-icon-margin:4.26667vw;--van-popup-close-icon-z-index:1}.van-overflow-hidden{overflow:hidden!important}.van-popup{box-sizing:border-box;background:var(--van-popup-background);max-height:100%;transition:var(--van-popup-transition);-webkit-overflow-scrolling:touch;position:fixed;overflow-y:auto}.van-popup--center{width:-webkit-fit-content;width:fit-content;max-width:calc(100vw - var(--van-padding-md) * 2);margin:0 auto;top:50%;left:0;right:0;transform:translateY(-50%)}.van-popup--center.van-popup--round{border-radius:var(--van-popup-round-radius)}.van-popup--top{width:100%;top:0;left:0}.van-popup--top.van-popup--round{border-radius:0 0 var(--van-popup-round-radius) var(--van-popup-round-radius)}.van-popup--right{top:50%;right:0;transform:translateY(-50%)}.van-popup--right.van-popup--round{border-radius:var(--van-popup-round-radius) 0 0 var(--van-popup-round-radius)}.van-popup--bottom{width:100%;bottom:0;left:0}.van-popup--bottom.van-popup--round{border-radius:var(--van-popup-round-radius) var(--van-popup-round-radius) 0 0}.van-popup--left{top:50%;left:0;transform:translateY(-50%)}.van-popup--left.van-popup--round{border-radius:0 var(--van-popup-round-radius) var(--van-popup-round-radius) 0}.van-popup-slide-top-enter-active,.van-popup-slide-left-enter-active,.van-popup-slide-right-enter-active,.van-popup-slide-bottom-enter-active{transition-timing-function:var(--van-ease-out)}.van-popup-slide-top-leave-active,.van-popup-slide-left-leave-active,.van-popup-slide-right-leave-active,.van-popup-slide-bottom-leave-active{transition-timing-function:var(--van-ease-in)}.van-popup-slide-top-enter-from,.van-popup-slide-top-leave-active{transform:translateY(-100%)}.van-popup-slide-right-enter-from,.van-popup-slide-right-leave-active{transform:translate(100%,-50%)}.van-popup-slide-bottom-enter-from,.van-popup-slide-bottom-leave-active{transform:translateY(100%)}.van-popup-slide-left-enter-from,.van-popup-slide-left-leave-active{transform:translate(-100%,-50%)}.van-popup__close-icon{z-index:var(--van-popup-close-icon-z-index);color:var(--van-popup-close-icon-color);font-size:var(--van-popup-close-icon-size);position:absolute}.van-popup__close-icon--top-left{top:var(--van-popup-close-icon-margin);left:var(--van-popup-close-icon-margin)}.van-popup__close-icon--top-right{top:var(--van-popup-close-icon-margin);right:var(--van-popup-close-icon-margin)}.van-popup__close-icon--bottom-left{bottom:var(--van-popup-close-icon-margin);left:var(--van-popup-close-icon-margin)}.van-popup__close-icon--bottom-right{right:var(--van-popup-close-icon-margin);bottom:var(--van-popup-close-icon-margin)}:root,:host{--van-toast-max-width:70%;--van-toast-font-size:var(--van-font-size-md);--van-toast-text-color:var(--van-white);--van-toast-loading-icon-color:var(--van-white);--van-toast-line-height:var(--van-line-height-md);--van-toast-radius:var(--van-radius-lg);--van-toast-background:#000000b3;--van-toast-icon-size:9.6vw;--van-toast-text-min-width:25.6vw;--van-toast-text-padding:var(--van-padding-xs) var(--van-padding-sm);--van-toast-default-padding:var(--van-padding-md);--van-toast-default-width:23.4667vw;--van-toast-default-min-height:23.4667vw;--van-toast-position-top-distance:20%;--van-toast-position-bottom-distance:20%}.van-toast{box-sizing:content-box;transition:all var(--van-duration-fast);width:var(--van-toast-default-width);max-width:var(--van-toast-max-width);min-height:var(--van-toast-default-min-height);padding:var(--van-toast-default-padding);color:var(--van-toast-text-color);font-size:var(--van-toast-font-size);line-height:var(--van-toast-line-height);white-space:pre-wrap;word-break:break-all;text-align:center;background:var(--van-toast-background);border-radius:var(--van-toast-radius);flex-direction:column;justify-content:center;align-items:center;display:flex}.van-toast--break-normal{word-break:normal;word-wrap:normal}.van-toast--break-word{word-break:normal;word-wrap:break-word}.van-toast--unclickable{cursor:not-allowed;overflow:hidden}.van-toast--unclickable *{pointer-events:none}.van-toast--text,.van-toast--html{width:-webkit-fit-content;width:fit-content;min-width:var(--van-toast-text-min-width);min-height:0;padding:var(--van-toast-text-padding)}.van-toast--text .van-toast__text,.van-toast--html .van-toast__text{margin-top:0}.van-toast--top{top:var(--van-toast-position-top-distance)}.van-toast--bottom{top:auto;bottom:var(--van-toast-position-bottom-distance)}.van-toast__icon{font-size:var(--van-toast-icon-size)}.van-toast__loading{padding:var(--van-padding-base);color:var(--van-toast-loading-icon-color)}.van-toast__text{margin-top:var(--van-padding-xs)}:root,:host{--van-dialog-width:85.3333vw;--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:4.26667vw;--van-dialog-background:var(--van-background-2);--van-dialog-header-font-weight:var(--van-font-bold);--van-dialog-header-line-height:6.4vw;--van-dialog-header-padding-top:6.93333vw;--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:12.8vw;--van-dialog-round-button-height:9.6vw;--van-dialog-confirm-button-text-color:var(--van-primary-color)}.van-dialog{width:var(--van-dialog-width);font-size:var(--van-dialog-font-size);background:var(--van-dialog-background);border-radius:var(--van-dialog-radius);-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:var(--van-dialog-transition);transition-property:transform,opacity;top:45%;overflow:hidden}@media (max-width:321px){.van-dialog{width:var(--van-dialog-small-screen-width)}}.van-dialog__header{color:var(--van-text-color);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{align-items:center;min-height:27.7333vw;display:flex}.van-dialog__message{color:var(--van-text-color);max-height:var(--van-dialog-message-max-height);padding:6.93333vw var(--van-dialog-message-padding);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;flex:1;overflow-y:auto}.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{-webkit-user-select:none;user-select:none;display:flex;overflow:hidden}.van-dialog__confirm,.van-dialog__cancel{height:var(--van-dialog-button-height);border:0;border-radius:0;flex:1;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{padding-bottom:var(--van-padding-md);color:var(--van-text-color)}.van-dialog--round-button .van-dialog__confirm,.van-dialog--round-button .van-dialog__cancel{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-top-left-radius:var(--van-radius-max);border-bottom-left-radius:var(--van-radius-max)}.van-dialog--round-button .van-action-bar-button--last{border-top-right-radius:var(--van-radius-max);border-bottom-right-radius:var(--van-radius-max)}.van-dialog-bounce-enter-from{opacity:0;transform:translateY(-50%)scale(.7)}.van-dialog-bounce-leave-active{opacity:0;transform:translateY(-50%)scale(.9)}:root,:host{--van-image-placeholder-text-color:var(--van-text-color-2);--van-image-placeholder-font-size:var(--van-font-size-md);--van-image-placeholder-background:var(--van-background);--van-image-loading-icon-size:8.53333vw;--van-image-loading-icon-color:var(--van-gray-4);--van-image-error-icon-size:8.53333vw;--van-image-error-icon-color:var(--van-gray-4)}.van-image{display:inline-block;position:relative}.van-image--round{border-radius:var(--van-radius-max);overflow:hidden}.van-image--round .van-image__img{border-radius:inherit}.van-image--block{display:block}.van-image__img,.van-image__error,.van-image__loading{width:100%;height:100%;display:block}.van-image__error,.van-image__loading{color:var(--van-image-placeholder-text-color);font-size:var(--van-image-placeholder-font-size);background:var(--van-image-placeholder-background);flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;top:0;left:0}.van-image__loading-icon{color:var(--van-image-loading-icon-color);font-size:var(--van-image-loading-icon-size)}.van-image__error-icon{color:var(--van-image-error-icon-color);font-size:var(--van-image-error-icon-size)}.featured-popup[data-v-8abda298]{background:#fff;border-radius:5.33333vw;width:89.3333vw;max-width:90.6667vw;padding:6.4vw 5.33333vw 10.1333vw;position:relative}.featured-popup--locked[data-v-8abda298]{pointer-events:none}.featured-popup__close[data-v-8abda298]{color:#94a3b8;background:0 0;border:0;border-radius:3.73333vw;width:7.46667vw;height:7.46667vw;font-size:5.86667vw;line-height:7.46667vw;position:absolute;top:3.2vw;right:3.2vw}.featured-popup__title[data-v-8abda298]{color:#1a1a1a;text-align:center;margin:2.13333vw 0 0;font-size:4.53333vw;font-weight:800}.featured-popup__steps[data-v-8abda298]{align-items:flex-start;margin:4.26667vw 4.26667vw 0;display:flex}.featured-popup__step[data-v-8abda298]{flex-direction:column;flex-shrink:0;align-items:center;width:8vw;display:flex}.featured-popup__dot[data-v-8abda298]{border-radius:4vw;place-items:center;width:8vw;height:8vw;font-size:3.2vw;font-weight:700;display:grid}.featured-popup__dot--done[data-v-8abda298]{background:#07c160}.featured-popup__dot--active[data-v-8abda298]{background:linear-gradient(135deg, var(--wsl-brand), var(--app-theme-gradient-start));color:#fff;box-shadow:0 1.06667vw 2.13333vw var(--wsl-brand-35)}.featured-popup__dot--locked[data-v-8abda298]{color:#cbd5e1;background:#fff;border:1px solid #cbd5e1}.featured-popup__check[data-v-8abda298]{width:3.73333vw;height:3.73333vw;display:block}.featured-popup__step-label[data-v-8abda298]{white-space:nowrap;margin-top:1.06667vw;font-size:2.93333vw;font-weight:600}.featured-popup__step-label--done[data-v-8abda298]{color:#07c160}.featured-popup__step-label--active[data-v-8abda298]{color:var(--wsl-brand)}.featured-popup__step-label--locked[data-v-8abda298]{color:#cbd5e1}.featured-popup__line[data-v-8abda298]{background:#f0ebe3;flex:1 1 0;height:.53333vw;margin:3.73333vw 1.06667vw 0}.featured-popup__line--done[data-v-8abda298]{background:linear-gradient(90deg, var(--wsl-brand), var(--app-theme-gradient-start))}.featured-popup__card[data-v-8abda298]{text-align:left;background:#fff;border:1px solid #e8e4df;border-radius:4.26667vw;width:100%;margin-top:6.4vw;padding:0;display:block;box-shadow:0 .53333vw 2.13333vw #0000000f}.featured-popup__card-top[data-v-8abda298]{align-items:center;padding:3.2vw;display:flex}.featured-popup__icon[data-v-8abda298]{border-radius:6.4vw;flex-shrink:0;overflow:hidden}.featured-popup__icon[data-v-8abda298] .van-image__img,.featured-popup__icon-fallback[data-v-8abda298]{object-fit:cover;border-radius:6.4vw;width:12.8vw;height:12.8vw}.featured-popup__main[data-v-8abda298]{flex:1.8 1 0;min-width:0;margin-left:2.66667vw}.featured-popup__name[data-v-8abda298]{color:#1a1a1a;text-overflow:ellipsis;white-space:nowrap;font-size:4.53333vw;font-weight:800;line-height:1.2;display:block;overflow:hidden}.featured-popup__project[data-v-8abda298]{color:#b0a99f;text-overflow:ellipsis;white-space:nowrap;margin-top:.53333vw;font-size:2.93333vw;display:block;overflow:hidden}.featured-popup__tags[data-v-8abda298]{flex-wrap:wrap;margin-top:1.6vw;display:flex}.featured-popup__tag[data-v-8abda298]{color:#64748b;background:#f3f1ee;border-radius:1.06667vw;height:4.8vw;margin:0 1.06667vw 1.06667vw 0;padding:0 1.86667vw;font-size:2.4vw;line-height:4.8vw}.featured-popup__tag--bold[data-v-8abda298]{font-size:2.93333vw;font-weight:600}.featured-popup__tag--main[data-v-8abda298]{background:var(--wsl-brand);color:#fff}.featured-popup__tag--hot[data-v-8abda298]{color:#ef4444;background:#fef2f2}.featured-popup__tag--limited[data-v-8abda298]{color:#4a90e2;background:#eef5ff}.featured-popup__reward[data-v-8abda298]{border:1px solid var(--wsl-brand-20);background:linear-gradient(180deg, var(--wsl-brand-soft), #fff0d9);border-radius:3.2vw;flex-direction:column;flex:1 1 0;justify-content:center;align-items:center;min-width:19.2vw;margin-left:2.13333vw;padding:1.06667vw;display:flex}.featured-popup__reward-label[data-v-8abda298]{color:var(--wsl-brand);font-size:2.4vw}.featured-popup__reward-value[data-v-8abda298]{max-width:100%;color:var(--wsl-brand);white-space:nowrap;justify-content:center;align-items:baseline;font-size:7.46667vw;font-weight:900;line-height:1;display:flex}.featured-popup__reward-value b[data-v-8abda298],.featured-popup__reward-value i[data-v-8abda298],.featured-popup__reward-value em[data-v-8abda298]{font-style:normal;font-weight:inherit}.featured-popup__reward-value b[data-v-8abda298]{font-weight:900}.featured-popup__reward-value i[data-v-8abda298]{margin-left:1px;font-size:3.73333vw;font-weight:700}.featured-popup__reward-prefix[data-v-8abda298]{margin-right:1px;font-size:4.26667vw;font-weight:700}.featured-popup__reward-suffix[data-v-8abda298]{margin-left:.53333vw;font-size:2.93333vw;font-weight:600}.featured-popup__reward-value--points b[data-v-8abda298]{font-size:6.4vw}.featured-popup__stats[data-v-8abda298]{background:#faf9f7;border-radius:0 0 3.73333vw 3.73333vw;margin:2.66667vw .4vw .4vw;padding-bottom:2.66667vw}.featured-popup__stat-row[data-v-8abda298]{align-items:center;padding:2.66667vw 1.06667vw 0;display:flex}.featured-popup__stat-row--split[data-v-8abda298]{border-top:1px dashed #e8e4df;margin-top:1.33333vw;padding-top:1.33333vw}.featured-popup__stat[data-v-8abda298]{color:#64748b;text-align:center;flex:1 1 0;margin:0;font-size:2.93333vw;line-height:5.33333vw}.featured-popup__stat+.featured-popup__stat[data-v-8abda298]{border-left:1px solid #eee8e0}.featured-popup__stat b[data-v-8abda298]{color:var(--wsl-brand);font-weight:700}.featured-popup__stat--urgent[data-v-8abda298]{color:#ef4444;font-weight:700}.featured-popup__grab[data-v-8abda298],.featured-popup__next[data-v-8abda298]{border-radius:3.2vw;width:100%;height:11.7333vw;font-size:3.73333vw;font-weight:600;display:block}.featured-popup__grab[data-v-8abda298]{background:linear-gradient(90deg, var(--wsl-brand), var(--app-theme-gradient-mid));color:#fff;border:0;margin-top:4.26667vw}.featured-popup__next[data-v-8abda298]{border:.4vw solid var(--wsl-brand);color:var(--wsl-brand);background:0 0;margin-top:2.66667vw}.featured-popup__next[data-v-8abda298]:disabled{opacity:.45}.startup-popup[data-v-533d500d]{background:#fff;border-radius:6.4vw;width:86.1333vw;max-width:90.6667vw;padding:7.46667vw 5.86667vw 5.33333vw}.startup-popup__head[data-v-533d500d]{position:relative}.startup-popup__title[data-v-533d500d]{color:#151d31;text-align:center;margin:0;font-size:4.53333vw;font-weight:800}.startup-popup__close[data-v-533d500d]{color:#94a3b8;background:#f5f4f2;border:0;border-radius:3.73333vw;width:7.46667vw;height:7.46667vw;font-size:4.8vw;line-height:7.46667vw;position:absolute;top:-1.6vw;right:-2.13333vw}.startup-popup__close[data-v-533d500d]:disabled{opacity:.45}.startup-popup__lead[data-v-533d500d]{color:#7a8498;text-align:center;margin:2.66667vw 0 0;font-size:3.46667vw;line-height:1.5}.startup-popup__links[data-v-533d500d]{margin:4.26667vw 0 0;padding:0;list-style:none}.startup-popup__link[data-v-533d500d]{width:100%;color:var(--wsl-brand);text-align:left;-webkit-tap-highlight-color:transparent;background:0 0;border:0;padding:2.13333vw 0;font-size:3.73333vw;font-weight:600;text-decoration:none;display:block}.startup-popup__cover[data-v-533d500d]{object-fit:cover;border-radius:3.2vw;width:100%;max-height:42.6667vw;margin-top:3.73333vw;display:block}.startup-popup__scroll[data-v-533d500d]{color:#5e677c;word-break:break-word;max-height:64vw;margin-top:3.73333vw;font-size:3.73333vw;line-height:1.55;overflow-y:auto}.startup-popup__summary+.startup-popup__summary[data-v-533d500d]{margin-top:3.2vw}.startup-popup__summary strong[data-v-533d500d]{color:#151d31;font-size:3.73333vw;font-weight:700;display:block}.startup-popup__summary p[data-v-533d500d]{color:#5e677c;margin:1.06667vw 0 0;font-size:3.46667vw;line-height:1.55}.startup-popup__check[data-v-533d500d]{color:#7a8498;background:0 0;border:0;align-items:center;margin-top:3.73333vw;padding:0;font-size:3.2vw;display:flex}.startup-popup__box[data-v-533d500d]{box-sizing:border-box;background:0 0;border:1px solid #dcdfe6;border-radius:1.06667vw;flex-shrink:0;place-items:center;width:4.8vw;height:4.8vw;margin-right:2.13333vw;display:grid}.startup-popup__box svg[data-v-533d500d]{width:3.2vw;height:3.2vw;display:block}.startup-popup__box--on[data-v-533d500d]{border-color:var(--wsl-brand);background:var(--wsl-brand)}.startup-popup__btns[data-v-533d500d]{margin-top:4.8vw;display:flex}.startup-popup__btn[data-v-533d500d]{-webkit-appearance:none;appearance:none;white-space:nowrap;border-radius:3.2vw;flex:1 1 0;width:0;min-width:0;height:11.7333vw;padding:0;font-size:4vw;font-weight:700}.startup-popup__btn+.startup-popup__btn[data-v-533d500d]{margin-left:2.66667vw}.startup-popup__btn--ghost[data-v-533d500d]{color:#64748b;background:#f5f4f2;border:1px solid #e8e4df}.startup-popup__btn--solid[data-v-533d500d]{background:var(--wsl-brand);color:#fff;border:0}.startup-popup__btn--solid[data-v-533d500d]:disabled{opacity:.45}.startup-popup--announce[data-v-533d500d]{border-radius:5.33333vw;padding:7.46667vw 5.86667vw 6.4vw;position:relative;box-shadow:0 3.2vw 10.6667vw #0000002e}.startup-popup--announce .startup-popup__title[data-v-533d500d]{color:var(--wsl-brand);padding:0 7.46667vw;font-size:4.8vw;font-weight:800;line-height:1.35}.startup-popup--announce .startup-popup__close[data-v-533d500d]{background:var(--wsl-brand-soft);color:var(--wsl-brand);font-size:5.33333vw;font-weight:500;top:2.66667vw;right:2.66667vw}.startup-popup--announce .startup-popup__cover[data-v-533d500d]{margin-top:4.26667vw}.startup-popup--announce .startup-popup__scroll[data-v-533d500d]{color:#333;text-align:left;max-height:74.6667vw;margin-top:4.26667vw;font-size:3.73333vw;line-height:1.7}.startup-popup--announce .startup-popup__btn--block[data-v-533d500d]{background:var(--wsl-brand);width:100%;height:11.7333vw;box-shadow:0 1.6vw 3.73333vw var(--wsl-brand-35);border-radius:5.86667vw;margin-top:5.86667vw}.agreement-doc[data-v-533d500d]{background:#fff;flex-direction:column;width:100%;height:100%;display:flex}.agreement-doc__bar[data-v-533d500d]{height:11.7333vw;padding:var(--app-sat) 2.13333vw 0;border-bottom:1px solid #f0eee9;flex-shrink:0;align-items:center;display:flex}.agreement-doc__back[data-v-533d500d]{color:#151d31;background:0 0;border:0;width:11.7333vw;height:11.7333vw;padding:0;font-size:7.46667vw;line-height:11.7333vw}.agreement-doc__title[data-v-533d500d]{color:#151d31;text-align:center;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;margin:0 2.13333vw 0 0;font-size:4.26667vw;font-weight:700;overflow:hidden}.agreement-doc__frame[data-v-533d500d]{background:#fff;border:0;flex:1;width:100%;min-height:0}.app-shell[data-v-26bb126d]{flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.app-shell__main[data-v-26bb126d]{flex:1;min-height:0;overflow:hidden}html,body,#app{width:100%;height:100%;margin:0;padding:0}html{--app-theme-gradient-start:#ffc462;--app-theme-gradient-mid:#ffa24e;--app-theme-gradient-end:#ff8c42;--wsl-brand:#ff8c42;--wsl-brand-soft:#fff7ed;--wsl-brand-muted:#ffe0c2;--wsl-brand-press:#e67e3b;--wsl-brand-20:#ff8c4233;--wsl-brand-10:#ff8c421a;--wsl-brand-35:#ff8c4259;--wsl-price:#ff4500;--van-primary-color:var(--wsl-brand);--app-sat:0px;--app-sab:env(safe-area-inset-bottom,0px);background:#f7f8fa}html[data-app-hide-title="1"]{--app-sat:max(env(safe-area-inset-top,0px), 6.4vw)}body{color:#323233;-webkit-tap-highlight-color:transparent;background:#f7f8fa;font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Segoe UI,Arial,Roboto,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}*{box-sizing:border-box;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-user-drag:none}input,textarea,[contenteditable=true]{-webkit-user-select:text;user-select:text;-webkit-touch-callout:default}:root{--van-toast-max-width:80vw;--van-toast-default-width:fit-content;--van-toast-text-min-width:32vw;--van-toast-font-size:3.73333vw;--van-toast-line-height:5.33333vw;--van-toast-text-color:#fff;--van-toast-background:#000000b8;--van-toast-border-radius:2.66667vw}.van-toast.wsl-toast,.van-toast{box-sizing:border-box;min-width:37.3333vw;width:-webkit-max-content!important;width:max-content!important;max-width:80vw!important;padding:3.2vw 4.26667vw!important;top:50%!important;bottom:auto!important;left:50%!important;right:auto!important;transform:translate(-50%,-50%)!important}.van-toast--text,.van-toast--html{min-width:37.3333vw;padding:3.2vw 4.8vw!important}.van-toast__text{word-break:break-word;text-align:center;line-height:1.45;white-space:normal!important}.van-toast:not(.van-toast--loading) .van-toast__icon{display:none!important}
