:root,:host{--van-action-bar-background:var(--van-background-2);--van-action-bar-height:50px}.van-action-bar{box-sizing:content-box;height:var(--van-action-bar-height);background:var(--van-action-bar-background);align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0}:root,:host{--van-action-bar-icon-width:48px;--van-action-bar-icon-height:100%;--van-action-bar-icon-color:var(--van-text-color);--van-action-bar-icon-size:18px;--van-action-bar-icon-font-size:var(--van-font-size-xs);--van-action-bar-icon-active-color:var(--van-active-color);--van-action-bar-icon-text-color:var(--van-text-color);--van-action-bar-icon-background:var(--van-background-2)}.van-action-bar-icon{min-width:var(--van-action-bar-icon-width);height:var(--van-action-bar-icon-height);color:var(--van-action-bar-icon-text-color);font-size:var(--van-action-bar-icon-font-size);text-align:center;background:var(--van-action-bar-icon-background);cursor:pointer;flex-direction:column;justify-content:center;line-height:1;display:flex}.van-action-bar-icon:active{background-color:var(--van-action-bar-icon-active-color)}.van-action-bar-icon--disabled{color:var(--van-text-color-3);cursor:not-allowed}.van-action-bar-icon--disabled:active{background-color:#0000}.van-action-bar-icon--disabled .van-action-bar-icon__icon{color:var(--van-text-color-3)}.van-action-bar-icon__icon{margin:0 auto var(--van-padding-base);color:var(--van-action-bar-icon-color);font-size:var(--van-action-bar-icon-size)}:root,:host{--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{height:var(--van-action-bar-button-height);font-weight:var(--van-font-bold);font-size:var(--van-font-size-md);border:none;border-radius:0;flex:1}.van-action-bar-button--first{border-top-left-radius:var(--van-radius-max);border-bottom-left-radius:var(--van-radius-max);margin-left:5px}.van-action-bar-button--last{border-top-right-radius:var(--van-radius-max);border-bottom-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 (width<=321px){.van-action-bar-button{font-size:13px}}: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: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{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: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-share-sheet-header-padding:var(--van-padding-sm) var(--van-padding-md);--van-share-sheet-title-color:var(--van-text-color);--van-share-sheet-title-font-size:var(--van-font-size-md);--van-share-sheet-title-line-height:var(--van-line-height-md);--van-share-sheet-description-color:var(--van-text-color-2);--van-share-sheet-description-font-size:var(--van-font-size-sm);--van-share-sheet-description-line-height:16px;--van-share-sheet-icon-size:48px;--van-share-sheet-option-name-color:var(--van-gray-7);--van-share-sheet-option-name-font-size:var(--van-font-size-sm);--van-share-sheet-option-description-color:var(--van-text-color-3);--van-share-sheet-option-description-font-size:var(--van-font-size-sm);--van-share-sheet-cancel-button-font-size:var(--van-font-size-lg);--van-share-sheet-cancel-button-height:48px;--van-share-sheet-cancel-button-background:var(--van-background-2)}.van-share-sheet__header{padding:var(--van-share-sheet-header-padding);text-align:center}.van-share-sheet__title{margin-top:var(--van-padding-xs);color:var(--van-share-sheet-title-color);font-weight:400;font-size:var(--van-share-sheet-title-font-size);line-height:var(--van-share-sheet-title-line-height)}.van-share-sheet__description{margin-top:var(--van-padding-xs);color:var(--van-share-sheet-description-color);font-size:var(--van-share-sheet-description-font-size);line-height:var(--van-share-sheet-description-line-height);display:block}.van-share-sheet__options{padding:var(--van-padding-md) 0 var(--van-padding-md) var(--van-padding-xs);-webkit-overflow-scrolling:touch;display:flex;position:relative;overflow:auto visible}.van-share-sheet__options--border:before{box-sizing:border-box;content:" ";pointer-events:none;top:0;right:0;left:var(--van-padding-md);border-top:1px solid var(--van-border-color);position:absolute;transform:scaleY(.5)}.van-share-sheet__options::-webkit-scrollbar{height:0}.van-share-sheet__option{-webkit-user-select:none;user-select:none;flex-direction:column;align-items:center;display:flex}.van-share-sheet__icon,.van-share-sheet__image-icon{width:var(--van-share-sheet-icon-size);height:var(--van-share-sheet-icon-size);margin:0 var(--van-padding-md)}.van-share-sheet__icon{color:var(--van-gray-7);background-color:var(--van-gray-2);border-radius:100%;justify-content:center;align-items:center;display:flex}.van-share-sheet__icon--link,.van-share-sheet__icon--poster,.van-share-sheet__icon--qrcode{font-size:26px}.van-share-sheet__icon--weapp-qrcode{font-size:28px}.van-share-sheet__icon--qq,.van-share-sheet__icon--weibo,.van-share-sheet__icon--wechat,.van-share-sheet__icon--wechat-moments{color:var(--van-white);font-size:30px}.van-share-sheet__icon--qq{background-color:#38b9fa}.van-share-sheet__icon--wechat{background-color:#0bc15f}.van-share-sheet__icon--weibo{background-color:#ee575e}.van-share-sheet__icon--wechat-moments{background-color:#7bc845}.van-share-sheet__name{margin-top:var(--van-padding-xs);padding:0 var(--van-padding-base);color:var(--van-share-sheet-option-name-color);font-size:var(--van-share-sheet-option-name-font-size)}.van-share-sheet__option-description{padding:0 var(--van-padding-base);color:var(--van-share-sheet-option-description-color);font-size:var(--van-share-sheet-option-description-font-size)}.van-share-sheet__cancel{width:100%;font-size:var(--van-share-sheet-cancel-button-font-size);line-height:var(--van-share-sheet-cancel-button-height);text-align:center;background:var(--van-share-sheet-cancel-button-background);cursor:pointer;border:none;padding:0;display:block}.van-share-sheet__cancel:before{height:var(--van-padding-xs);background-color:var(--van-background);content:" ";display:block}.van-share-sheet__cancel:active{background-color:var(--van-active-color)}:root,:host{--van-divider-margin:var(--van-padding-md) 0;--van-divider-vertical-margin:0 var(--van-padding-xs);--van-divider-text-color:var(--van-text-color-2);--van-divider-font-size:var(--van-font-size-md);--van-divider-line-height:24px;--van-divider-border-color:var(--van-border-color);--van-divider-content-padding:var(--van-padding-md);--van-divider-content-left-width:10%;--van-divider-content-right-width:10%}.van-divider{margin:var(--van-divider-margin);color:var(--van-divider-text-color);font-size:var(--van-divider-font-size);line-height:var(--van-divider-line-height);border-color:var(--van-divider-border-color);border-style:solid;border-width:0;align-items:center;display:flex}.van-divider:before,.van-divider:after{box-sizing:border-box;border-color:inherit;border-style:inherit;border-width:var(--van-border-width) 0 0;flex:1;height:1px;display:block}.van-divider:before{content:""}.van-divider--hairline:before,.van-divider--hairline:after{transform:scaleY(.5)}.van-divider--dashed{border-style:dashed}.van-divider--content-center:before,.van-divider--content-left:before,.van-divider--content-right:before{margin-right:var(--van-divider-content-padding)}.van-divider--content-center:after,.van-divider--content-left:after,.van-divider--content-right:after{margin-left:var(--van-divider-content-padding);content:""}.van-divider--content-left:before{max-width:var(--van-divider-content-left-width)}.van-divider--content-right:after{max-width:var(--van-divider-content-right-width)}.van-divider--vertical{width:var(--van-border-width);height:1em;margin:var(--van-divider-vertical-margin);vertical-align:middle;display:inline-block}.van-divider--vertical:before{border-width:0 0 0 var(--van-border-width);height:100%}.van-divider--vertical:after{display:none}.van-divider--vertical.van-divider--hairline:before{transform:scaleX(.5)}:root,:host{--van-swipe-indicator-size:6px;--van-swipe-indicator-margin:var(--van-padding-sm);--van-swipe-indicator-active-opacity:1;--van-swipe-indicator-inactive-opacity:.3;--van-swipe-indicator-active-background:var(--van-primary-color);--van-swipe-indicator-inactive-background:var(--van-border-color)}.van-swipe{cursor:grab;-webkit-user-select:none;user-select:none;position:relative;overflow:hidden;transform:translateZ(0)}.van-swipe__track{height:100%;transition-property:transform;display:flex}.van-swipe__track--vertical{flex-direction:column}.van-swipe__indicators{bottom:var(--van-swipe-indicator-margin);display:flex;position:absolute;left:50%;transform:translate(-50%)}.van-swipe__indicators--vertical{top:50%;bottom:auto;left:var(--van-swipe-indicator-margin);flex-direction:column;transform:translateY(-50%)}.van-swipe__indicators--vertical .van-swipe__indicator:not(:last-child){margin-bottom:var(--van-swipe-indicator-size)}.van-swipe__indicator{width:var(--van-swipe-indicator-size);height:var(--van-swipe-indicator-size);background-color:var(--van-swipe-indicator-inactive-background);opacity:var(--van-swipe-indicator-inactive-opacity);transition:opacity var(--van-duration-fast),background-color var(--van-duration-fast);border-radius:100%}.van-swipe__indicator:not(:last-child){margin-right:var(--van-swipe-indicator-size)}.van-swipe__indicator--active{background-color:var(--van-swipe-indicator-active-background);opacity:var(--van-swipe-indicator-active-opacity)}.van-swipe-item{flex-shrink:0;width:100%;height:100%;position:relative}:root,:host{--van-nav-bar-height:46px;--van-nav-bar-background:var(--van-background-2);--van-nav-bar-arrow-size:16px;--van-nav-bar-icon-color:var(--van-primary-color);--van-nav-bar-text-color:var(--van-primary-color);--van-nav-bar-title-font-size:var(--van-font-size-lg);--van-nav-bar-title-text-color:var(--van-text-color);--van-nav-bar-z-index:1;--van-nav-bar-disabled-opacity:var(--van-disabled-opacity)}.van-nav-bar{z-index:var(--van-nav-bar-z-index);line-height:var(--van-line-height-lg);text-align:center;background:var(--van-nav-bar-background);-webkit-user-select:none;user-select:none;position:relative}.van-nav-bar--fixed{width:100%;position:fixed;top:0;left:0}.van-nav-bar--safe-area-inset-top{padding-top:constant(safe-area-inset-top);padding-top:env(safe-area-inset-top)}.van-nav-bar .van-icon{color:var(--van-nav-bar-icon-color)}.van-nav-bar__content{height:var(--van-nav-bar-height);align-items:center;display:flex;position:relative}.van-nav-bar__arrow{margin-right:var(--van-padding-base);font-size:var(--van-nav-bar-arrow-size)}.van-nav-bar__title{max-width:60%;color:var(--van-nav-bar-title-text-color);font-weight:var(--van-font-bold);font-size:var(--van-nav-bar-title-font-size);margin:0 auto}.van-nav-bar__left,.van-nav-bar__right{padding:0 var(--van-padding-md);font-size:var(--van-font-size-md);align-items:center;display:flex;position:absolute;top:0;bottom:0}.van-nav-bar__left--disabled,.van-nav-bar__right--disabled{cursor:not-allowed;opacity:var(--van-nav-bar-disabled-opacity)}.van-nav-bar__left{left:0}.van-nav-bar__right{right:0}.van-nav-bar__text{color:var(--van-nav-bar-text-color)}.page[data-v-7d4c4de6]{background-color:#f7f7f7;flex-direction:column;height:100%;padding-bottom:50px;display:flex;overflow:auto}.page .nav[data-v-7d4c4de6]{background-color:#0000}.page .swipe[data-v-7d4c4de6]{height:40vh;overflow:hidden}.page .price-sales-title[data-v-7d4c4de6]{background-color:#fff;border-radius:10px;flex-direction:column;justify-content:space-between;margin:5px 10px;padding:10px;display:flex}.page .price-sales-title .price-sales[data-v-7d4c4de6]{justify-content:space-between;display:flex}.page .price-sales-title .price-sales .price[data-v-7d4c4de6]{flex-direction:row;display:flex}.page .price-sales-title .price-sales .price .actual-price[data-v-7d4c4de6]{color:#ff5252;margin-right:.5rem;font-size:2rem;font-weight:700}.page .price-sales-title .price-sales .price .actual-price .actual-price-sub[data-v-7d4c4de6]{font-size:14px}.page .price-sales-title .price-sales .price .origin[data-v-7d4c4de6]{flex-direction:column;align-items:center;display:flex}.page .price-sales-title .price-sales .price .origin .coupons-after[data-v-7d4c4de6]{color:#ff5252;font-size:12px}.page .price-sales-title .price-sales .price .origin .origin-price[data-v-7d4c4de6]{color:#999;font-size:1rem;font-weight:lighter;text-decoration:line-through}.page .price-sales-title .price-sales .sales[data-v-7d4c4de6]{color:#999;font-size:.9rem;font-weight:lighter}.page .price-sales-title .title[data-v-7d4c4de6]{color:#333;margin-top:10px;font-size:1rem;font-weight:700;line-height:1.2rem}.page .coupon-card[data-v-7d4c4de6]{cursor:pointer;background:#fff7f7;border:1px dashed #ff5252;border-radius:12px;grid-template-columns:35% auto 65%;align-items:center;margin:5px 10px;padding:8px 12px;display:grid;position:relative}.page .coupon-card[data-v-7d4c4de6]:before,.page .coupon-card[data-v-7d4c4de6]:after{content:"";background:#f7f7f7;border-radius:50%;width:10px;height:10px;position:absolute;top:50%;transform:translateY(-50%)}.page .coupon-card[data-v-7d4c4de6]:before{left:-5px}.page .coupon-card[data-v-7d4c4de6]:after{right:-5px}.page .coupon-left[data-v-7d4c4de6]{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:2px;display:flex}.page .coupon-right[data-v-7d4c4de6]{justify-content:center;align-items:center;display:flex}.page .coupon-title[data-v-7d4c4de6]{color:#333;white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:600;overflow:hidden}.page .coupon-desc[data-v-7d4c4de6]{color:#ff5252;white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;overflow:hidden}.page .coupon-divider[data-v-7d4c4de6]{border-left:2px dashed #ff5252;width:0;height:100%;margin:0 10px}.page .subsidy-coupon[data-v-7d4c4de6]{background:linear-gradient(90deg,#ff9ea1,#ff5252);border:none}.page .subsidy-coupon .coupon-left[data-v-7d4c4de6],.page .subsidy-coupon .coupon-right[data-v-7d4c4de6]{text-align:center;justify-content:center;align-items:center}.page .subsidy-coupon .coupon-title[data-v-7d4c4de6]{color:#fff;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.page .subsidy-coupon .coupon-desc[data-v-7d4c4de6]{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-weight:700;overflow:hidden}.page .subsidy-coupon .coupon-divider[data-v-7d4c4de6]{border-left-color:#fff}.page .gradient[data-v-7d4c4de6]{background:linear-gradient(90deg,#ff9ea1,#ff5252);border:none}.page .gradient .coupon-title[data-v-7d4c4de6]{color:#fff}.page .gradient .coupon-footer[data-v-7d4c4de6]{color:#ffffffd9}.page .gradient .coupon-divider[data-v-7d4c4de6]{border-left-color:#fff}.page .gradient .coupon-desc[data-v-7d4c4de6]{color:#fff;font-weight:700}.page .coupon-list[data-v-7d4c4de6]{background-color:#0000;border-radius:0;margin:0;padding:0}.page .coupon-list .coupon-items[data-v-7d4c4de6]{flex-direction:column;gap:8px;display:flex}.page .shop-info[data-v-7d4c4de6]{background-color:#fff;border-radius:10px;flex-direction:row;align-items:center;height:4vh;margin:5px 10px;padding:10px;display:flex}.page .shop-info .shop-name[data-v-7d4c4de6]{margin-left:1rem}@media screen and (width>=500px){.page[data-v-7d4c4de6]{max-width:500px;margin:0 auto}}
