:host,:root{--van-black:#000;--van-white:#fff;--van-gray-1:#f7f8fa;--van-gray-2:#f2f3f5;--van-gray-3:#ebedf0;--van-gray-4:#dcdee0;--van-gray-5:#c8c9cc;--van-gray-6:#969799;--van-gray-7:#646566;--van-gray-8:#323233;--van-red:#ee0a24;--van-blue:#1989fa;--van-orange:#ff976a;--van-orange-dark:#ed6a0c;--van-orange-light:#fffbe8;--van-green:#07c160;--van-gradient-red:linear-gradient(90deg,#ff6034,#ee0a24);--van-gradient-orange:linear-gradient(90deg,#ffd01e,#ff8917);--van-primary-color:var(--van-blue);--van-success-color:var(--van-green);--van-danger-color:var(--van-red);--van-warning-color:var(--van-orange);--van-text-color:var(--van-gray-8);--van-text-color-2:var(--van-gray-6);--van-text-color-3:var(--van-gray-5);--van-active-color:var(--van-gray-2);--van-active-opacity:.6;--van-disabled-opacity:.5;--van-background:var(--van-gray-1);--van-background-2:var(--van-white);--van-background-3:var(--van-white);--van-padding-base:4px;--van-padding-xs:8px;--van-padding-sm:12px;--van-padding-md:16px;--van-padding-lg:24px;--van-padding-xl:32px;--van-font-bold:600;--van-font-size-xs:10px;--van-font-size-sm:12px;--van-font-size-md:14px;--van-font-size-lg:16px;--van-line-height-xs:14px;--van-line-height-sm:18px;--van-line-height-md:20px;--van-line-height-lg:22px;--van-base-font:-apple-system,BlinkMacSystemFont,"Helvetica Neue",Helvetica,Segoe UI,Arial,Roboto,"PingFang SC","miui","Hiragino Sans GB","Microsoft Yahei",sans-serif;--van-price-font:avenir-heavy,"PingFang SC",helvetica neue,arial,sans-serif;--van-duration-base:.3s;--van-duration-fast:.2s;--van-ease-out:ease-out;--van-ease-in:ease-in;--van-border-color:var(--van-gray-3);--van-border-width:1px;--van-radius-sm:2px;--van-radius-md:4px;--van-radius-lg:8px;--van-radius-max:999px}.van-theme-dark{--van-text-color:#f5f5f5;--van-text-color-2:#707070;--van-text-color-3:#4d4d4d;--van-border-color:#3a3a3c;--van-active-color:#3a3a3c;--van-background:#000;--van-background-2:#1c1c1e;--van-background-3:#37363b}html{-webkit-tap-highlight-color:transparent}body{font-family:var(--van-base-font);margin:0}a{text-decoration:none}button,input,textarea{color:inherit;font:inherit}[class*=van-]:focus,a:focus,button:focus,input:focus,textarea:focus{outline:none}ol,ul{list-style:none;margin:0;padding:0}@keyframes van-slide-up-enter{0%{transform:translate3d(0,100%,0)}}@keyframes van-slide-up-leave{to{transform:translate3d(0,100%,0)}}@keyframes van-slide-down-enter{0%{transform:translate3d(0,-100%,0)}}@keyframes van-slide-down-leave{to{transform:translate3d(0,-100%,0)}}@keyframes van-slide-left-enter{0%{transform:translate3d(-100%,0,0)}}@keyframes van-slide-left-leave{to{transform:translate3d(-100%,0,0)}}@keyframes van-slide-right-enter{0%{transform:translate3d(100%,0,0)}}@keyframes van-slide-right-leave{to{transform:translate3d(100%,0,0)}}@keyframes van-fade-in{0%{opacity:0}to{opacity:1}}@keyframes van-fade-out{0%{opacity:1}to{opacity:0}}@keyframes van-rotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.van-fade-enter-active{animation:var(--van-duration-base) van-fade-in both var(--van-ease-out)}.van-fade-leave-active{animation:var(--van-duration-base) van-fade-out both var(--van-ease-in)}.van-slide-up-enter-active{animation:van-slide-up-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-up-leave-active{animation:van-slide-up-leave var(--van-duration-base) both var(--van-ease-in)}.van-slide-down-enter-active{animation:van-slide-down-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-down-leave-active{animation:van-slide-down-leave var(--van-duration-base) both var(--van-ease-in)}.van-slide-left-enter-active{animation:van-slide-left-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-left-leave-active{animation:van-slide-left-leave var(--van-duration-base) both var(--van-ease-in)}.van-slide-right-enter-active{animation:van-slide-right-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-right-leave-active{animation:van-slide-right-leave var(--van-duration-base) both var(--van-ease-in)}.van-clearfix:after{clear:both;content:"";display:table}.van-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.van-multi-ellipsis--l2{-webkit-line-clamp:2}.van-multi-ellipsis--l2,.van-multi-ellipsis--l3{display:-webkit-box;line-break:anywhere;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical}.van-multi-ellipsis--l3{-webkit-line-clamp:3}.van-safe-area-top{padding-top:env(safe-area-inset-top)}.van-safe-area-bottom{padding-bottom:env(safe-area-inset-bottom)}.van-haptics-feedback{cursor:pointer}.van-haptics-feedback:active{opacity:var(--van-active-opacity)}[class*=van-hairline]:after{border:0 solid var(--van-border-color);bottom:-50%;box-sizing:border-box;content:" ";left:-50%;pointer-events:none;position:absolute;right:-50%;top:-50%;transform:scale(.5)}.van-hairline,.van-hairline--bottom,.van-hairline--left,.van-hairline--right,.van-hairline--surround,.van-hairline--top,.van-hairline--top-bottom{position:relative}.van-hairline--top:after{border-top-width:var(--van-border-width)}.van-hairline--left:after{border-left-width:var(--van-border-width)}.van-hairline--right:after{border-right-width:var(--van-border-width)}.van-hairline--bottom:after{border-bottom-width:var(--van-border-width)}.van-hairline--top-bottom:after,.van-hairline-unset--top-bottom:after{border-width:var(--van-border-width) 0}.van-hairline--surround:after{border-width:var(--van-border-width)}:host,:root{--van-badge-size:16px;--van-badge-color:var(--van-white);--van-badge-padding:0 3px;--van-badge-font-size:var(--van-font-size-sm);--van-badge-font-weight:var(--van-font-bold);--van-badge-border-width:var(--van-border-width);--van-badge-background:var(--van-danger-color);--van-badge-dot-color:var(--van-danger-color);--van-badge-dot-size:8px;--van-badge-font:-apple-system-font,helvetica neue,arial,sans-serif}.van-badge{background:var(--van-badge-background);border:var(--van-badge-border-width) solid var(--van-background-2);border-radius:var(--van-radius-max);box-sizing:border-box;color:var(--van-badge-color);display:inline-block;font-family:var(--van-badge-font);font-size:var(--van-badge-font-size);font-weight:var(--van-badge-font-weight);line-height:1.2;min-width:var(--van-badge-size);padding:var(--van-badge-padding);text-align:center}.van-badge--fixed{position:absolute;transform-origin:100%}.van-badge--top-left{left:0;top:0;transform:translate(-50%,-50%)}.van-badge--top-right{right:0;top:0;transform:translate(50%,-50%)}.van-badge--bottom-left{bottom:0;left:0;transform:translate(-50%,50%)}.van-badge--bottom-right{bottom:0;right:0;transform:translate(50%,50%)}.van-badge--dot{background:var(--van-badge-dot-color);border:none;border-radius:100%;height:var(--van-badge-dot-size);min-width:0;padding:0;width:var(--van-badge-dot-size)}.van-badge__wrapper{display:inline-block;position:relative}.van-icon{font:14px/1 vant-icon;font:normal normal normal 14px/1 var(--van-icon-font-family,"vant-icon");font-size:inherit;position:relative;text-rendering:auto;-webkit-font-smoothing:antialiased}.van-icon,.van-icon:before{display:inline-block}.van-icon-arrow-double-left:before{content:""}.van-icon-arrow-double-right:before{content:""}.van-icon-contact:before{content:""}.van-icon-notes:before{content:""}.van-icon-records:before{content:""}.van-icon-cash-back-record:before{content:""}.van-icon-newspaper:before{content:""}.van-icon-discount:before{content:""}.van-icon-completed:before{content:""}.van-icon-user:before{content:""}.van-icon-description:before{content:""}.van-icon-list-switch:before{content:""}.van-icon-list-switching:before{content:""}.van-icon-link-o:before{content:""}.van-icon-miniprogram-o:before{content:""}.van-icon-qq:before{content:""}.van-icon-wechat-moments:before{content:""}.van-icon-weibo:before{content:""}.van-icon-cash-o:before{content:""}.van-icon-guide-o:before{content:""}.van-icon-invitation:before{content:""}.van-icon-shield-o:before{content:""}.van-icon-exchange:before{content:""}.van-icon-eye:before{content:""}.van-icon-enlarge:before{content:""}.van-icon-expand-o:before{content:""}.van-icon-eye-o:before{content:""}.van-icon-expand:before{content:""}.van-icon-filter-o:before{content:""}.van-icon-fire:before{content:""}.van-icon-fail:before{content:""}.van-icon-failure:before{content:""}.van-icon-fire-o:before{content:""}.van-icon-flag-o:before{content:""}.van-icon-font:before{content:""}.van-icon-font-o:before{content:""}.van-icon-gem-o:before{content:""}.van-icon-flower-o:before{content:""}.van-icon-gem:before{content:""}.van-icon-gift-card:before{content:""}.van-icon-friends:before{content:""}.van-icon-friends-o:before{content:""}.van-icon-gold-coin:before{content:""}.van-icon-gold-coin-o:before{content:""}.van-icon-good-job-o:before{content:""}.van-icon-gift:before{content:""}.van-icon-gift-o:before{content:""}.van-icon-gift-card-o:before{content:""}.van-icon-good-job:before{content:""}.van-icon-home-o:before{content:""}.van-icon-goods-collect:before{content:""}.van-icon-graphic:before{content:""}.van-icon-goods-collect-o:before{content:""}.van-icon-hot-o:before{content:""}.van-icon-info:before{content:""}.van-icon-hotel-o:before{content:""}.van-icon-info-o:before{content:""}.van-icon-hot-sale-o:before{content:""}.van-icon-hot:before{content:""}.van-icon-like:before{content:""}.van-icon-idcard:before{content:""}.van-icon-like-o:before{content:""}.van-icon-hot-sale:before{content:""}.van-icon-location-o:before{content:""}.van-icon-location:before{content:""}.van-icon-label:before{content:""}.van-icon-lock:before{content:""}.van-icon-label-o:before{content:""}.van-icon-map-marked:before{content:""}.van-icon-logistics:before{content:""}.van-icon-manager:before{content:""}.van-icon-more:before{content:""}.van-icon-live:before{content:""}.van-icon-manager-o:before{content:""}.van-icon-medal:before{content:""}.van-icon-more-o:before{content:""}.van-icon-music-o:before{content:""}.van-icon-music:before{content:""}.van-icon-new-arrival-o:before{content:""}.van-icon-medal-o:before{content:""}.van-icon-new-o:before{content:""}.van-icon-free-postage:before{content:""}.van-icon-newspaper-o:before{content:""}.van-icon-new-arrival:before{content:""}.van-icon-minus:before{content:""}.van-icon-orders-o:before{content:""}.van-icon-new:before{content:""}.van-icon-paid:before{content:""}.van-icon-notes-o:before{content:""}.van-icon-other-pay:before{content:""}.van-icon-pause-circle:before{content:""}.van-icon-pause:before{content:""}.van-icon-pause-circle-o:before{content:""}.van-icon-peer-pay:before{content:""}.van-icon-pending-payment:before{content:""}.van-icon-passed:before{content:""}.van-icon-plus:before{content:""}.van-icon-phone-circle-o:before{content:""}.van-icon-phone-o:before{content:""}.van-icon-printer:before{content:""}.van-icon-photo-fail:before{content:""}.van-icon-phone:before{content:""}.van-icon-photo-o:before{content:""}.van-icon-play-circle:before{content:""}.van-icon-play:before{content:""}.van-icon-phone-circle:before{content:""}.van-icon-point-gift-o:before{content:""}.van-icon-point-gift:before{content:""}.van-icon-play-circle-o:before{content:""}.van-icon-shrink:before{content:""}.van-icon-photo:before{content:""}.van-icon-qr:before{content:""}.van-icon-qr-invalid:before{content:""}.van-icon-question-o:before{content:""}.van-icon-revoke:before{content:""}.van-icon-replay:before{content:""}.van-icon-service:before{content:""}.van-icon-question:before{content:""}.van-icon-search:before{content:""}.van-icon-refund-o:before{content:""}.van-icon-service-o:before{content:""}.van-icon-scan:before{content:""}.van-icon-share:before{content:""}.van-icon-send-gift-o:before{content:""}.van-icon-share-o:before{content:""}.van-icon-setting:before{content:""}.van-icon-points:before{content:""}.van-icon-photograph:before{content:""}.van-icon-shop:before{content:""}.van-icon-shop-o:before{content:""}.van-icon-shop-collect-o:before{content:""}.van-icon-shop-collect:before{content:""}.van-icon-smile:before{content:""}.van-icon-shopping-cart-o:before{content:""}.van-icon-sign:before{content:""}.van-icon-sort:before{content:""}.van-icon-star-o:before{content:""}.van-icon-smile-comment-o:before{content:""}.van-icon-stop:before{content:""}.van-icon-stop-circle-o:before{content:""}.van-icon-smile-o:before{content:""}.van-icon-star:before{content:""}.van-icon-success:before{content:""}.van-icon-stop-circle:before{content:""}.van-icon-records-o:before{content:""}.van-icon-shopping-cart:before{content:""}.van-icon-tosend:before{content:""}.van-icon-todo-list:before{content:""}.van-icon-thumb-circle-o:before{content:""}.van-icon-thumb-circle:before{content:""}.van-icon-umbrella-circle:before{content:""}.van-icon-underway:before{content:""}.van-icon-upgrade:before{content:""}.van-icon-todo-list-o:before{content:""}.van-icon-tv-o:before{content:""}.van-icon-underway-o:before{content:""}.van-icon-user-o:before{content:""}.van-icon-vip-card-o:before{content:""}.van-icon-vip-card:before{content:""}.van-icon-send-gift:before{content:""}.van-icon-wap-home:before{content:""}.van-icon-wap-nav:before{content:""}.van-icon-volume-o:before{content:""}.van-icon-video:before{content:""}.van-icon-wap-home-o:before{content:""}.van-icon-volume:before{content:""}.van-icon-warning:before{content:""}.van-icon-weapp-nav:before{content:""}.van-icon-wechat-pay:before{content:""}.van-icon-warning-o:before{content:""}.van-icon-wechat:before{content:""}.van-icon-setting-o:before{content:""}.van-icon-youzan-shield:before{content:""}.van-icon-warn-o:before{content:""}.van-icon-smile-comment:before{content:""}.van-icon-user-circle-o:before{content:""}.van-icon-video-o:before{content:""}.van-icon-add-square:before{content:""}.van-icon-add:before{content:""}.van-icon-arrow-down:before{content:""}.van-icon-arrow-up:before{content:""}.van-icon-arrow:before{content:""}.van-icon-after-sale:before{content:""}.van-icon-add-o:before{content:""}.van-icon-alipay:before{content:""}.van-icon-ascending:before{content:""}.van-icon-apps-o:before{content:""}.van-icon-aim:before{content:""}.van-icon-award:before{content:""}.van-icon-arrow-left:before{content:""}.van-icon-award-o:before{content:""}.van-icon-audio:before{content:""}.van-icon-bag-o:before{content:""}.van-icon-balance-list:before{content:""}.van-icon-back-top:before{content:""}.van-icon-bag:before{content:""}.van-icon-balance-pay:before{content:""}.van-icon-balance-o:before{content:""}.van-icon-bar-chart-o:before{content:""}.van-icon-bars:before{content:""}.van-icon-balance-list-o:before{content:""}.van-icon-birthday-cake-o:before{content:""}.van-icon-bookmark:before{content:""}.van-icon-bill:before{content:""}.van-icon-bell:before{content:""}.van-icon-browsing-history-o:before{content:""}.van-icon-browsing-history:before{content:""}.van-icon-bookmark-o:before{content:""}.van-icon-bulb-o:before{content:""}.van-icon-bullhorn-o:before{content:""}.van-icon-bill-o:before{content:""}.van-icon-calendar-o:before{content:""}.van-icon-brush-o:before{content:""}.van-icon-card:before{content:""}.van-icon-cart-o:before{content:""}.van-icon-cart-circle:before{content:""}.van-icon-cart-circle-o:before{content:""}.van-icon-cart:before{content:""}.van-icon-cash-on-deliver:before{content:""}.van-icon-cash-back-record-o:before{content:""}.van-icon-cashier-o:before{content:""}.van-icon-chart-trending-o:before{content:""}.van-icon-certificate:before{content:""}.van-icon-chat:before{content:""}.van-icon-clear:before{content:""}.van-icon-chat-o:before{content:""}.van-icon-checked:before{content:""}.van-icon-clock:before{content:""}.van-icon-clock-o:before{content:""}.van-icon-close:before{content:""}.van-icon-closed-eye:before{content:""}.van-icon-circle:before{content:""}.van-icon-cluster-o:before{content:""}.van-icon-column:before{content:""}.van-icon-comment-circle-o:before{content:""}.van-icon-cluster:before{content:""}.van-icon-comment:before{content:""}.van-icon-comment-o:before{content:""}.van-icon-comment-circle:before{content:""}.van-icon-completed-o:before{content:""}.van-icon-credit-pay:before{content:""}.van-icon-coupon:before{content:""}.van-icon-debit-pay:before{content:""}.van-icon-coupon-o:before{content:""}.van-icon-contact-o:before{content:""}.van-icon-descending:before{content:""}.van-icon-desktop-o:before{content:""}.van-icon-diamond-o:before{content:""}.van-icon-description-o:before{content:""}.van-icon-delete:before{content:""}.van-icon-diamond:before{content:""}.van-icon-delete-o:before{content:""}.van-icon-cross:before{content:""}.van-icon-edit:before{content:""}.van-icon-ellipsis:before{content:""}.van-icon-down:before{content:""}.van-icon-discount-o:before{content:""}.van-icon-ecard-pay:before{content:""}.van-icon-envelop-o:before{content:""}.van-icon__image{display:block;height:1em;-o-object-fit:contain;object-fit:contain;width:1em}:host,:root{--van-loading-text-color:var(--van-text-color-2);--van-loading-text-font-size:var(--van-font-size-md);--van-loading-spinner-color:var(--van-gray-5);--van-loading-spinner-size:30px;--van-loading-spinner-duration:.8s}.van-loading{color:var(--van-loading-spinner-color);font-size:0}.van-loading,.van-loading__spinner{position:relative;vertical-align:middle}.van-loading__spinner{animation:van-rotate var(--van-loading-spinner-duration) linear infinite;display:inline-block;height:var(--van-loading-spinner-size);max-height:100%;max-width:100%;width:var(--van-loading-spinner-size)}.van-loading__spinner--spinner{animation-timing-function:steps(12)}.van-loading__spinner--circular{animation-duration:2s}.van-loading__line{height:100%;left:0;position:absolute;top:0;width:100%}.van-loading__line:before{background-color:currentColor;border-radius:40%;content:" ";display:block;height:25%;margin:0 auto;width:2px}.van-loading__circular{display:block;height:100%;width:100%}.van-loading__circular circle{animation:van-circular 1.5s ease-in-out infinite;stroke:currentColor;stroke-width:3;stroke-linecap:round}.van-loading__text{color:var(--van-loading-text-color);display:inline-block;font-size:var(--van-loading-text-font-size);margin-left:var(--van-padding-xs);vertical-align:middle}.van-loading--vertical{align-items:center;display:flex;flex-direction:column}.van-loading--vertical .van-loading__text{margin:var(--van-padding-xs) 0 0}@keyframes van-circular{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40}to{stroke-dasharray:90,150;stroke-dashoffset:-120}}.van-loading__line--1{opacity:1;transform:rotate(30deg)}.van-loading__line--2{opacity:.9375;transform:rotate(60deg)}.van-loading__line--3{opacity:.875;transform:rotate(90deg)}.van-loading__line--4{opacity:.8125;transform:rotate(120deg)}.van-loading__line--5{opacity:.75;transform:rotate(150deg)}.van-loading__line--6{opacity:.6875;transform:rotate(180deg)}.van-loading__line--7{opacity:.625;transform:rotate(210deg)}.van-loading__line--8{opacity:.5625;transform:rotate(240deg)}.van-loading__line--9{opacity:.5;transform:rotate(270deg)}.van-loading__line--10{opacity:.4375;transform:rotate(300deg)}.van-loading__line--11{opacity:.375;transform:rotate(330deg)}.van-loading__line--12{opacity:.3125;transform:rotate(1turn)}:host,:root{--van-overlay-z-index:1;--van-overlay-background:rgba(0,0,0,.7)}.van-overlay{background:var(--van-overlay-background);height:100%;left:0;position:fixed;top:0;width:100%;z-index:var(--van-overlay-z-index)}:host,:root{--van-popup-background:var(--van-background-2);--van-popup-transition:transform var(--van-duration-base);--van-popup-round-radius:16px;--van-popup-close-icon-size:22px;--van-popup-close-icon-color:var(--van-gray-5);--van-popup-close-icon-margin:16px;--van-popup-close-icon-z-index:1}.van-overflow-hidden{overflow:hidden!important}.van-popup{background:var(--van-popup-background);box-sizing:border-box;max-height:100%;overflow-y:auto;position:fixed;transition:var(--van-popup-transition);-webkit-overflow-scrolling:touch}.van-popup--center{left:0;margin:0 auto;max-width:calc(100vw - var(--van-padding-md)*2);right:0;top:50%;transform:translateY(-50%);width:-moz-fit-content;width:fit-content}.van-popup--center.van-popup--round{border-radius:var(--van-popup-round-radius)}.van-popup--top{left:0;top:0;width:100%}.van-popup--top.van-popup--round{border-radius:0 0 var(--van-popup-round-radius) var(--van-popup-round-radius)}.van-popup--right{right:0;top:50%;transform:translate3d(0,-50%,0)}.van-popup--right.van-popup--round{border-radius:var(--van-popup-round-radius) 0 0 var(--van-popup-round-radius)}.van-popup--bottom{bottom:0;left:0;width:100%}.van-popup--bottom.van-popup--round{border-radius:var(--van-popup-round-radius) var(--van-popup-round-radius) 0 0}.van-popup--left{left:0;top:50%;transform:translate3d(0,-50%,0)}.van-popup--left.van-popup--round{border-radius:0 var(--van-popup-round-radius) var(--van-popup-round-radius) 0}.van-popup-slide-bottom-enter-active,.van-popup-slide-left-enter-active,.van-popup-slide-right-enter-active,.van-popup-slide-top-enter-active{transition-timing-function:var(--van-ease-out)}.van-popup-slide-bottom-leave-active,.van-popup-slide-left-leave-active,.van-popup-slide-right-leave-active,.van-popup-slide-top-leave-active{transition-timing-function:var(--van-ease-in)}.van-popup-slide-top-enter-from,.van-popup-slide-top-leave-active{transform:translate3d(0,-100%,0)}.van-popup-slide-right-enter-from,.van-popup-slide-right-leave-active{transform:translate3d(100%,-50%,0)}.van-popup-slide-bottom-enter-from,.van-popup-slide-bottom-leave-active{transform:translate3d(0,100%,0)}.van-popup-slide-left-enter-from,.van-popup-slide-left-leave-active{transform:translate3d(-100%,-50%,0)}.van-popup__close-icon{color:var(--van-popup-close-icon-color);font-size:var(--van-popup-close-icon-size);position:absolute;z-index:var(--van-popup-close-icon-z-index)}.van-popup__close-icon--top-left{left:var(--van-popup-close-icon-margin);top:var(--van-popup-close-icon-margin)}.van-popup__close-icon--top-right{right:var(--van-popup-close-icon-margin);top: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{bottom:var(--van-popup-close-icon-margin);right:var(--van-popup-close-icon-margin)}:host,:root{--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:rgba(0,0,0,.7);--van-toast-icon-size:36px;--van-toast-text-min-width:96px;--van-toast-text-padding:var(--van-padding-xs) var(--van-padding-sm);--van-toast-default-padding:var(--van-padding-md);--van-toast-default-width:88px;--van-toast-default-min-height:88px;--van-toast-position-top-distance:20%;--van-toast-position-bottom-distance:20%}.van-toast{align-items:center;background:var(--van-toast-background);border-radius:var(--van-toast-radius);box-sizing:content-box;color:var(--van-toast-text-color);display:flex;flex-direction:column;font-size:var(--van-toast-font-size);justify-content:center;line-height:var(--van-toast-line-height);max-width:var(--van-toast-max-width);min-height:var(--van-toast-default-min-height);padding:var(--van-toast-default-padding);text-align:center;transition:all var(--van-duration-fast);white-space:pre-wrap;width:var(--van-toast-default-width);word-break:break-all}.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--html,.van-toast--text{min-height:0;min-width:var(--van-toast-text-min-width);padding:var(--van-toast-text-padding);width:-moz-fit-content;width:fit-content}.van-toast--html .van-toast__text,.van-toast--text .van-toast__text{margin-top:0}.van-toast--top{top:var(--van-toast-position-top-distance)}.van-toast--bottom{bottom:var(--van-toast-position-bottom-distance);top:auto}.van-toast__icon{font-size:var(--van-toast-icon-size)}.van-toast__loading{color:var(--van-toast-loading-icon-color);padding:var(--van-padding-base)}.van-toast__text{margin-top:var(--van-padding-xs)}:host,:root{--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:32px;--van-image-loading-icon-color:var(--van-gray-4);--van-image-error-icon-size:32px;--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__error,.van-image__img,.van-image__loading{display:block;height:100%;width:100%}.van-image__error,.van-image__loading{align-items:center;background:var(--van-image-placeholder-background);color:var(--van-image-placeholder-text-color);display:flex;flex-direction:column;font-size:var(--van-image-placeholder-font-size);justify-content:center;left:0;position:absolute;top: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)}: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-button-mini-height:24px;--van-button-mini-padding:0 var(--van-padding-base);--van-button-mini-font-size:var(--van-font-size-xs);--van-button-small-height:32px;--van-button-small-padding:0 var(--van-padding-xs);--van-button-small-font-size:var(--van-font-size-sm);--van-button-normal-padding:0 15px;--van-button-normal-font-size:var(--van-font-size-md);--van-button-large-height:50px;--van-button-default-height:44px;--van-button-default-line-height:1.2;--van-button-default-font-size:var(--van-font-size-lg);--van-button-default-color:var(--van-text-color);--van-button-default-background:var(--van-background-2);--van-button-default-border-color:var(--van-gray-4);--van-button-primary-color:var(--van-white);--van-button-primary-background:var(--van-primary-color);--van-button-primary-border-color:var(--van-primary-color);--van-button-success-color:var(--van-white);--van-button-success-background:var(--van-success-color);--van-button-success-border-color:var(--van-success-color);--van-button-danger-color:var(--van-white);--van-button-danger-background:var(--van-danger-color);--van-button-danger-border-color:var(--van-danger-color);--van-button-warning-color:var(--van-white);--van-button-warning-background:var(--van-warning-color);--van-button-warning-border-color:var(--van-warning-color);--van-button-border-width:var(--van-border-width);--van-button-radius:var(--van-radius-md);--van-button-round-radius:var(--van-radius-max);--van-button-plain-background:var(--van-white);--van-button-disabled-opacity:var(--van-disabled-opacity);--van-button-icon-size:1.2em;--van-button-loading-icon-size:20px}.van-theme-dark{--van-button-plain-background:transparent}.van-button{-webkit-appearance:none;border-radius:var(--van-button-radius);box-sizing:border-box;cursor:pointer;display:inline-block;font-size:var(--van-button-default-font-size);height:var(--van-button-default-height);line-height:var(--van-button-default-line-height);margin:0;padding:0;position:relative;text-align:center;transition:opacity var(--van-duration-fast);-webkit-font-smoothing:auto}.van-button:before{background:var(--van-black);border:inherit;border-color:var(--van-black);border-radius:inherit;content:" ";height:100%;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.van-button:active:before{opacity:.1}.van-button--disabled:before,.van-button--loading:before{display:none}.van-button--default{background:var(--van-button-default-background);border:var(--van-button-border-width) solid var(--van-button-default-border-color);color:var(--van-button-default-color)}.van-button--primary{background:var(--van-button-primary-background);border:var(--van-button-border-width) solid var(--van-button-primary-border-color);color:var(--van-button-primary-color)}.van-button--success{background:var(--van-button-success-background);border:var(--van-button-border-width) solid var(--van-button-success-border-color);color:var(--van-button-success-color)}.van-button--danger{background:var(--van-button-danger-background);border:var(--van-button-border-width) solid var(--van-button-danger-border-color);color:var(--van-button-danger-color)}.van-button--warning{background:var(--van-button-warning-background);border:var(--van-button-border-width) solid var(--van-button-warning-border-color);color:var(--van-button-warning-color)}.van-button--plain{background:var(--van-button-plain-background)}.van-button--plain.van-button--primary{color:var(--van-button-primary-background)}.van-button--plain.van-button--success{color:var(--van-button-success-background)}.van-button--plain.van-button--danger{color:var(--van-button-danger-background)}.van-button--plain.van-button--warning{color:var(--van-button-warning-background)}.van-button--large{height:var(--van-button-large-height);width:100%}.van-button--normal{font-size:var(--van-button-normal-font-size);padding:var(--van-button-normal-padding)}.van-button--small{font-size:var(--van-button-small-font-size);height:var(--van-button-small-height);padding:var(--van-button-small-padding)}.van-button__loading{color:inherit;font-size:inherit}.van-button__loading .van-loading__spinner{color:currentColor;height:var(--van-button-loading-icon-size);width:var(--van-button-loading-icon-size)}.van-button--mini{font-size:var(--van-button-mini-font-size);height:var(--van-button-mini-height);padding:var(--van-button-mini-padding)}.van-button--mini+.van-button--mini{margin-left:var(--van-padding-base)}.van-button--block{display:block;width:100%}.van-button--disabled{cursor:not-allowed;opacity:var(--van-button-disabled-opacity)}.van-button--loading{cursor:default}.van-button--round{border-radius:var(--van-button-round-radius)}.van-button--square{border-radius:0}.van-button__content{align-items:center;display:flex;height:100%;justify-content:center}.van-button__content:before{content:" "}.van-button__icon{font-size:var(--van-button-icon-size);line-height:inherit}.van-button__icon+.van-button__text,.van-button__loading+.van-button__text,.van-button__text+.van-button__icon,.van-button__text+.van-button__loading{margin-left:var(--van-padding-base)}.van-button--hairline{border-width:0}.van-button--hairline:after{border-color:inherit;border-radius:calc(var(--van-button-radius)*2)}.van-button--hairline.van-button--round:after{border-radius:var(--van-button-round-radius)}.van-button--hairline.van-button--square:after{border-radius: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)}@media (min-width:1024px){.otp-dialog{width:500px}}.otp-dialog .van-dialog__content{padding:0}.otp-dialog__content{align-items:center;display:flex;flex-direction:column;padding:1.5rem}.otp-dialog__header{display:flex;justify-content:flex-end;margin-bottom:.5rem;width:100%}.otp-dialog__close{cursor:pointer}.otp-dialog__title{font-family:var(--font-extrabold);font-size:22px;font-weight:800;margin-bottom:.5rem;text-align:center;--tw-text-opacity:1;color:rgb(51 51 51/var(--tw-text-opacity,1))}.otp-dialog__subtitle{font-size:12px;margin-bottom:1.5rem;text-align:center;--tw-text-opacity:1;color:rgb(153 153 153/var(--tw-text-opacity,1));word-break:break-all}.otp-dialog__email{font-family:var(--font-medium);font-weight:500}.otp-dialog__inputs{display:flex;gap:.25rem;justify-content:space-between;margin-bottom:1.5rem}@media (min-width:1024px){.otp-dialog__inputs{gap:6px}}.otp-dialog__input{border-radius:8px;border-width:1px;height:2.5rem;width:2.5rem;--tw-border-opacity:1;border-color:rgb(234 234 243/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(242 242 242/var(--tw-bg-opacity,1));font-family:var(--font-semibold);font-size:16px;font-weight:600;padding:0;text-align:center;--tw-text-opacity:1;color:rgb(51 51 51/var(--tw-text-opacity,1));outline:2px solid transparent;outline-offset:2px;transition-duration:.3s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.otp-dialog__input--error{--tw-border-opacity:1!important;border-color:rgb(231 13 13/var(--tw-border-opacity,1))!important}.otp-dialog__footer{align-items:center;display:flex;height:1.25rem;justify-content:center;text-align:center;width:100%}.otp-dialog__resend,.otp-dialog__verifying{font-size:16px;--tw-text-opacity:1;color:rgb(153 153 153/var(--tw-text-opacity,1))}.otp-dialog__resend{font-family:var(--font-bold);font-weight:700}.otp-dialog__timer{font-size:16px;--tw-text-opacity:1;color:rgb(153 153 153/var(--tw-text-opacity,1))}.otp-dialog__resend-btn{cursor:pointer;font-family:var(--font-bold);font-weight:700}.account-confirm-dialog-content-wrapper{display:flex;justify-content:center;padding:1rem 1.5rem 1.5rem;word-break:break-word}.account-confirm-dialog-content{font-size:18px;padding:.5rem 1.5rem;text-align:center;--tw-text-opacity:1;background:#f2f2f2;border-radius:20px;color:rgb(0 122 255/var(--tw-text-opacity,1))}.account-confirm-dialog{max-width:500px;min-width:311px;width:-moz-fit-content;width:fit-content}@media (max-width:767px){.account-confirm-dialog{margin:0 24px}}.account-confirm-dialog .van-dialog__header{font-family:var(--font-extrabold);font-size:22px;font-weight:800;line-height:27px;padding-left:1.5rem;padding-right:1.5rem}.account-confirm-dialog .van-dialog__footer{padding-bottom:1.5rem}.account-confirm-dialog .van-dialog__cancel,.account-confirm-dialog .van-dialog__confirm{font-family:var(--font-bold);font-size:16px;font-weight:700;height:auto;min-height:36px;padding-left:1.5rem;padding-right:1.5rem;--tw-text-opacity:1;color:rgb(51 51 51/var(--tw-text-opacity,1))}.account-confirm-dialog .van-button:active:before{opacity:0}.account-confirm-dialog [class*=van-hairline]:after{border:none!important}@media (max-width:767px){.global-popup{border-radius:24px;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));max-width:500px;min-width:311px;width:calc(100vw - 64px)}}@media (min-width:768px) and (max-width:1023px){.global-popup{border-radius:24px;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));max-width:500px;min-width:311px;width:calc(100vw - 64px)}}@media (min-width:1024px){.global-popup{border-radius:24px;max-width:500px;width:500px;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}}@media (max-width:767px){.popup-content{display:flex;flex-direction:column;padding:52px 24px 32px;position:relative}}@media (min-width:768px) and (max-width:1023px){.popup-content{display:flex;flex-direction:column;padding:52px 24px 32px;position:relative}}@media (min-width:1024px){.popup-content{display:flex;flex-direction:column;padding:52px 24px 32px;position:relative}}@media (max-width:767px){.popup-close-icon{cursor:pointer;height:24px;position:absolute;right:16px;top:16px;width:24px}}@media (min-width:768px) and (max-width:1023px){.popup-close-icon{cursor:pointer;height:24px;position:absolute;right:16px;top:16px;width:24px}}@media (min-width:1024px){.popup-close-icon{cursor:pointer;height:24px;position:absolute;right:16px;top:16px;width:24px}}@media (max-width:767px){.popup-close-icon img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}}@media (min-width:768px) and (max-width:1023px){.popup-close-icon img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}}@media (min-width:1024px){.popup-close-icon img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}}@media (max-width:767px){.popup-title{font-family:var(--font-extrabold);font-size:22px;font-weight:800;margin-bottom:1.5rem;text-align:center;--tw-text-opacity:1;color:rgb(28 24 53/var(--tw-text-opacity,1))}}@media (min-width:768px) and (max-width:1023px){.popup-title{font-family:var(--font-extrabold);font-size:22px;font-weight:800;margin-bottom:1.5rem;text-align:center;--tw-text-opacity:1;color:rgb(28 24 53/var(--tw-text-opacity,1))}}@media (min-width:1024px){.popup-title{font-family:var(--font-extrabold);font-size:22px;font-weight:800;margin-bottom:1.5rem;text-align:center;--tw-text-opacity:1;color:rgb(28 24 53/var(--tw-text-opacity,1))}}@media (max-width:767px){.popup-buttons{display:flex;flex-direction:column;gap:.75rem}}@media (min-width:768px) and (max-width:1023px){.popup-buttons{display:flex;flex-direction:column;gap:.75rem}}@media (min-width:1024px){.popup-buttons{display:flex;flex-direction:column;gap:.75rem}}@media (max-width:767px){.popup-button{border-radius:27px;cursor:pointer;--tw-bg-opacity:1;background-color:rgb(241 243 245/var(--tw-bg-opacity,1));font-family:var(--font-extrabold);font-size:16px;font-weight:800;line-height:19px;text-align:center;--tw-text-opacity:1;color:rgb(28 24 53/var(--tw-text-opacity,1));padding:18px;transition:background-color .2s ease}}@media (min-width:768px) and (max-width:1023px){.popup-button{border-radius:27px;cursor:pointer;--tw-bg-opacity:1;background-color:rgb(241 243 245/var(--tw-bg-opacity,1));font-family:var(--font-extrabold);font-size:16px;font-weight:800;line-height:19px;text-align:center;--tw-text-opacity:1;color:rgb(28 24 53/var(--tw-text-opacity,1));padding:18px;transition:background-color .2s ease}}@media (min-width:1024px){.popup-button{border-radius:27px;cursor:pointer;--tw-bg-opacity:1;background-color:rgb(241 243 245/var(--tw-bg-opacity,1));font-family:var(--font-extrabold);font-size:16px;font-weight:800;line-height:19px;text-align:center;--tw-text-opacity:1;color:rgb(28 24 53/var(--tw-text-opacity,1));padding:18px;transition:background-color .2s ease}.popup-button:hover{--tw-bg-opacity:1;background-color:rgb(233 236 239/var(--tw-bg-opacity,1))}}.popup-button:active{--tw-bg-opacity:1;background-color:rgb(222 226 230/var(--tw-bg-opacity,1))}@media (max-width:767px){:deep(.van-popup__close-icon){font-size:24px;--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1));right:16px!important;top:16px!important}}@media (min-width:768px) and (max-width:1023px){:deep(.van-popup__close-icon){font-size:24px;--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1));right:16px!important;top:16px!important}}@media (min-width:1024px){:deep(.van-popup__close-icon){font-size:24px;--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1));right:16px!important;top:16px!important}}@media screen and (max-height:632px){.spin-wheel-popup__container{zoom:.8}}.spin-wheel-popup{background-color:transparent;overflow:hidden}@media (max-width:767px){.spin-wheel-popup__container{border-top-left-radius:24px;border-top-right-radius:24px;width:100%;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:1.5rem 1.25rem 2rem}}@media (min-width:768px) and (max-width:1023px){.spin-wheel-popup__container{border-top-left-radius:24px;border-top-right-radius:24px;width:100%;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:1.5rem 1.25rem 2rem}}@media (min-width:1024px){.spin-wheel-popup__container{align-items:center;background:transparent!important;display:flex;flex-direction:column;margin-left:auto;margin-right:auto;width:500px}.spin-wheel-popup__content-box{border-radius:24px;width:100%;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:1.5rem 1.5rem 29px}}@media (max-width:767px){.spin-wheel-popup__title{font-family:var(--font-extrabold);font-size:22px;font-weight:800;line-height:1.75rem;text-align:center;white-space:pre-line}}@media (min-width:768px) and (max-width:1023px){.spin-wheel-popup__title{font-family:var(--font-extrabold);font-size:22px;font-weight:800;line-height:1.75rem;text-align:center;white-space:pre-line}}@media (min-width:1024px){.spin-wheel-popup__title{font-family:var(--font-extrabold);font-size:26px;font-weight:800;line-height:2rem;margin-bottom:1rem;text-align:center;white-space:pre-line}}.spin-wheel-popup__title-main{font-family:var(--font-bold);font-size:22px;font-weight:700;line-height:27px;padding-left:1.5rem;padding-right:1.5rem;text-align:center;white-space:pre-line;--tw-text-opacity:1;color:rgb(28 24 53/var(--tw-text-opacity,1))}@media (min-width:1024px){.spin-wheel-popup__title-main{font-family:var(--font-extrabold);font-weight:800}}.spin-wheel-popup__title-sub{font-size:14px;line-height:18px;margin-top:6px;padding-left:1.5rem;padding-right:1.5rem;text-align:center;white-space:pre-line;--tw-text-opacity:1;color:rgb(28 24 53/var(--tw-text-opacity,1))}.spin-wheel-popup__wheel-area{background-position:50%;background-repeat:no-repeat;background-size:100% 100%}@media (max-width:767px){.spin-wheel-popup__wheel-area{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:32px 24px 60px;position:relative}}@media (min-width:768px) and (max-width:1023px){.spin-wheel-popup__wheel-area{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:32px 24px 60px;position:relative}}@media (min-width:1024px){.spin-wheel-popup__wheel-area{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-left:auto;margin-right:auto;padding:32px 24px 60px;position:relative;width:375px}}@media (max-width:767px){.spin-wheel-popup__pointer-svg{display:block;filter:drop-shadow(0 2px 6px rgba(0,0,0,.35));height:18px;width:20px;shape-rendering:auto;paint-order:stroke fill;transform:translateZ(0)}}@media (min-width:768px) and (max-width:1023px){.spin-wheel-popup__pointer-svg{display:block;filter:drop-shadow(0 2px 6px rgba(0,0,0,.35));height:18px;width:20px;shape-rendering:auto;paint-order:stroke fill;transform:translateZ(0)}}@media (min-width:1024px){.spin-wheel-popup__pointer-svg{display:block;filter:drop-shadow(0 2px 6px rgba(0,0,0,.35));height:18px;width:20px;shape-rendering:auto;paint-order:stroke fill;transform:translateZ(0)}}@media (max-width:767px){.spin-wheel-popup__wheel{align-items:center;display:flex;height:324px;justify-content:center;position:relative;width:324px;--spin-wheel-label-radius:110px}}@media (min-width:768px) and (max-width:1023px){.spin-wheel-popup__wheel{align-items:center;display:flex;height:324px;justify-content:center;position:relative;width:324px;--spin-wheel-label-radius:110px}}@media (min-width:1024px){.spin-wheel-popup__wheel{align-items:center;display:flex;height:324px;justify-content:center;position:relative;width:324px;--spin-wheel-label-radius:110px}}.spin-wheel-popup__wheel-bg-image{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:9999px;height:100%;top:0;right:0;bottom:0;left:0;position:absolute;width:100%;z-index:0}.spin-wheel-popup__wheel-bg{z-index:1}@media (max-width:767px){.spin-wheel-popup__wheel-bg{border-radius:9999px;height:100%;overflow:hidden;position:relative;transform:translateZ(0);width:100%;will-change:transform}}@media (min-width:768px) and (max-width:1023px){.spin-wheel-popup__wheel-bg{border-radius:9999px;height:100%;overflow:hidden;position:relative;transform:translateZ(0);width:100%;will-change:transform}}@media (min-width:1024px){.spin-wheel-popup__wheel-bg{border-radius:9999px;height:100%;overflow:hidden;position:relative;transform:translateZ(0);width:100%;will-change:transform}}@media (max-width:767px){.spin-wheel-popup__wheel-svg{border-radius:9999px;height:100%;top:0;right:0;bottom:0;left:0;position:absolute;width:100%}}@media (min-width:768px) and (max-width:1023px){.spin-wheel-popup__wheel-svg{border-radius:9999px;height:100%;top:0;right:0;bottom:0;left:0;position:absolute;width:100%}}@media (min-width:1024px){.spin-wheel-popup__wheel-svg{border-radius:9999px;height:100%;top:0;right:0;bottom:0;left:0;position:absolute;width:100%}}@media (max-width:767px){.spin-wheel-popup__wheel-label{left:50%;position:absolute;top:50%;transform-origin:0 0;width:84px}}@media (min-width:768px) and (max-width:1023px){.spin-wheel-popup__wheel-label{left:50%;position:absolute;top:50%;transform-origin:0 0;width:84px}}@media (min-width:1024px){.spin-wheel-popup__wheel-label{left:50%;position:absolute;top:50%;transform-origin:0 0;width:92px}}@media (max-width:767px){.spin-wheel-popup__wheel-label-text{font-family:var(--font-extrabold);font-size:18px;font-weight:800;line-height:22px;text-align:center}}@media (min-width:768px) and (max-width:1023px){.spin-wheel-popup__wheel-label-text{font-family:var(--font-extrabold);font-size:18px;font-weight:800;line-height:22px;text-align:center}}@media (min-width:1024px){.spin-wheel-popup__wheel-label-text{font-family:var(--font-extrabold);font-size:20px;font-weight:800;line-height:22px;text-align:center}}.spin-wheel-popup__center{display:flex;left:50%;position:absolute;top:50%;z-index:10;--tw-translate-x:-50%;--tw-translate-y:-50%;align-items:center;justify-content:center;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.spin-wheel-popup__pointer{margin-top:-16px;position:relative;z-index:1}.spin-wheel-popup__center-gift{align-items:center;display:flex;height:40px;justify-content:center;left:50%;position:absolute;transform:translate(-50%);width:40px;z-index:2}.spin-wheel-popup__desc{left:50%;position:absolute;width:100%;--tw-translate-x:-50%;font-size:14px;line-height:18px;text-align:center;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-text-opacity:1;color:rgb(28 24 53/var(--tw-text-opacity,1))}@media (max-width:767px){.spin-wheel-popup__desc{top:376px}}@media (min-width:768px) and (max-width:1023px){.spin-wheel-popup__desc{top:376px}}@media (min-width:1024px){.spin-wheel-popup__desc{top:386px}}@media (max-width:767px){.spin-wheel-popup__btn{margin-top:.5rem}}@media (min-width:768px) and (max-width:1023px){.spin-wheel-popup__btn{margin-top:.5rem}}@media (min-width:1024px){.spin-wheel-popup__btn{display:flex;justify-content:center;margin-top:38px;width:100%}}@media (max-width:767px){.spin-wheel-popup__btn-main{border-radius:27px;font-family:var(--font-extrabold);font-size:16px;font-weight:800;line-height:1.25rem;padding-bottom:1rem;padding-top:1rem;text-align:center;width:100%;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}}@media (min-width:768px) and (max-width:1023px){.spin-wheel-popup__btn-main{border-radius:27px;font-family:var(--font-extrabold);font-size:16px;font-weight:800;line-height:1.25rem;padding-bottom:1rem;padding-top:1rem;text-align:center;width:100%;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}}@media (min-width:1024px){.spin-wheel-popup__btn-main{border-radius:27px;font-family:var(--font-extrabold);font-size:18px;font-weight:800;line-height:19px;padding-bottom:18px;padding-top:18px;text-align:center;width:452px;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}}.spin-wheel-popup__btn-main:disabled{opacity:.7}.spin-wheel-popup,.spin-wheel-popup.van-popup--center{background:transparent!important}
