:root{--van-coupon-cell-selected-text-color:var(--van-text-color)}.van-coupon-cell__value--selected{color:var(--van-coupon-cell-selected-text-color)}:root{--van-coupon-margin:0 var(--van-padding-sm) var(--van-padding-sm);--van-coupon-content-height:84px;--van-coupon-content-padding:14px 0;--van-coupon-background-color:var(--van-white);--van-coupon-active-background-color:var(--van-active-color);--van-coupon-border-radius:var(--van-border-radius-lg);--van-coupon-box-shadow:0 0 4px rgba(0,0,0,0.1);--van-coupon-head-width:96px;--van-coupon-amount-color:var(--van-danger-color);--van-coupon-amount-font-size:30px;--van-coupon-currency-font-size:40%;--van-coupon-name-font-size:var(--van-font-size-md);--van-coupon-disabled-text-color:var(--van-gray-6);--van-coupon-description-padding:var(--van-padding-xs) var(--van-padding-md);--van-coupon-description-border-color:var(--van-border-color);--van-coupon-corner-checkbox-icon-color:var(--van-danger-color)}.van-coupon{margin:var(--van-coupon-margin);overflow:hidden;background-color:var(--van-coupon-background-color);border-radius:var(--van-coupon-border-radius);box-shadow:var(--van-coupon-box-shadow)}.van-coupon:active{background-color:var(--van-coupon-active-background-color)}.van-coupon__content{display:flex;align-items:center;box-sizing:border-box;min-height:var(--van-coupon-content-height);padding:var(--van-coupon-content-padding);color:var(--van-gray-8)}.van-coupon__head{position:relative;min-width:var(--van-coupon-head-width);padding:0 var(--van-padding-xs);color:var(--van-coupon-amount-color);text-align:center}.van-coupon__amount,.van-coupon__condition,.van-coupon__name,.van-coupon__valid{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.van-coupon__amount{margin-bottom:6px;font-weight:var(--van-font-weight-bold);font-size:var(--van-coupon-amount-font-size)}.van-coupon__amount span{font-weight:400;font-size:var(--van-coupon-currency-font-size)}.van-coupon__amount span:not(:empty){margin-left:2px}.van-coupon__condition{font-size:var(--van-font-size-sm);line-height:16px;white-space:pre-wrap}.van-coupon__body{position:relative;flex:1;border-radius:0 var(--van-coupon-border-radius) var(--van-coupon-border-radius) 0}.van-coupon__name{margin-bottom:10px;font-weight:700;font-size:var(--van-coupon-name-font-size);line-height:var(--van-line-height-md)}.van-coupon__valid{font-size:var(--van-font-size-sm)}.van-coupon__corner{position:absolute;top:0;right:var(--van-padding-md);bottom:0}.van-coupon__corner .van-checkbox__icon--checked .van-icon{background-color:var(--van-coupon-corner-checkbox-icon-color);border-color:var(--van-coupon-corner-checkbox-icon-color)}.van-coupon__description{padding:var(--van-coupon-description-padding);font-size:var(--van-font-size-sm);border-top:1px dashed var(--van-coupon-description-border-color)}.van-coupon--disabled:active{background-color:var(--van-coupon-background-color)}.van-coupon--disabled .van-coupon-item__content{height:calc(var(--van-coupon-content-height) - 10px)}.van-coupon--disabled .van-coupon__head{color:inherit}:root{--van-coupon-list-background-color:var(--van-background-color);--van-coupon-list-field-padding:5px 0 5px var(--van-padding-md);--van-coupon-list-exchange-button-height:32px;--van-coupon-list-close-button-height:40px;--van-coupon-list-empty-image-size:200px;--van-coupon-list-empty-tip-color:var(--van-gray-6);--van-coupon-list-empty-tip-font-size:var(--van-font-size-md);--van-coupon-list-empty-tip-line-height:var(--van-line-height-md)}.van-coupon-list{position:relative;height:100%;background-color:var(--van-coupon-list-background-color)}.van-coupon-list__field{padding:var(--van-coupon-list-field-padding)}.van-coupon-list__field .van-field__body{height:34px;padding-left:var(--van-padding-sm);line-height:34px;background:var(--van-gray-1);border-radius:17px}.van-coupon-list__field .van-field__body::-webkit-input-placeholder{color:var(--van-gray-5)}.van-coupon-list__field .van-field__body::placeholder{color:var(--van-gray-5)}.van-coupon-list__field .van-field__clear{margin-right:0}.van-coupon-list__exchange-bar{display:flex;align-items:center;background-color:var(--van-white)}.van-coupon-list__exchange{flex:none;height:var(--van-coupon-list-exchange-button-height);font-size:var(--van-font-size-lg);line-height:calc(var(--van-coupon-list-exchange-button-height) - 2px);border:0}.van-coupon-list .van-tabs__wrap{box-shadow:0 6px 12px -12px var(--van-gray-6)}.van-coupon-list__list{box-sizing:border-box;padding:var(--van-padding-md) 0 var(--van-padding-lg);overflow-y:auto;-webkit-overflow-scrolling:touch}.van-coupon-list__list--with-bottom{padding-bottom:calc(var(--van-padding-md) + 50px)}.van-coupon-list__bottom{position:absolute;bottom:0;left:0;z-index:999;box-sizing:border-box;width:100%;padding:5px var(--van-padding-md);font-weight:var(--van-font-weight-bold);background-color:var(--van-white)}.van-coupon-list__close{height:var(--van-coupon-list-close-button-height)}.van-coupon-list__empty{padding-top:60px;text-align:center}.van-coupon-list__empty p{margin:var(--van-padding-md) 0;color:var(--van-coupon-list-empty-tip-color);font-size:var(--van-coupon-list-empty-tip-font-size);line-height:var(--van-coupon-list-empty-tip-line-height)}.van-coupon-list__empty img{width:var(--van-coupon-list-empty-image-size);height:var(--van-coupon-list-empty-image-size)}:root{--van-image-placeholder-text-color:var(--van-gray-6);--van-image-placeholder-font-size:var(--van-font-size-md);--van-image-placeholder-background-color:var(--van-background-color);--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{position:relative;display:inline-block}.van-image--round{overflow:hidden;border-radius:var(--van-border-radius-max)}.van-image--round .van-image__img{border-radius:inherit}.van-image__error,.van-image__img,.van-image__loading{display:block;width:100%;height:100%}.van-image__error,.van-image__loading{position:absolute;top:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--van-image-placeholder-text-color);font-size:var(--van-image-placeholder-font-size);background-color:var(--van-image-placeholder-background-color)}.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)}.van-coupon__text{width:100%;display:flex;align-items:center}.van-coupon__text span{flex-shrink:0;color:var(--benefit-detail-color)}.van-coupon__text .label_html span{margin-right:5.06667vw}.van-coupon__text p{margin:0;padding:0;word-break:break-all;flex:1;min-width:0}.van-coupon__text .hidden-content{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.van-coupon__text .view-detail-btn{flex-shrink:0;color:#1989fa;font-size:12px;margin-left:4px;cursor:pointer}.page-coupon-rule{height:100vh;background-size:100% 100%;background-image:url(https://resource.vxiaocheng.com/lark-bar-webapp/coupons/receive-coupon-img.png);overflow-y:scroll;overflow-x:hidden;position:relative}.page-coupon-rule .mall .banner{width:100%;height:53vw;display:block}.page-coupon-rule .mall .corp{display:flex;flex-direction:row;background-color:#fff;padding:10px;justify-content:space-between}.page-coupon-rule .mall .corp-thumbnail .van-image__img{border-radius:8px}.page-coupon-rule .mall .corp-info{margin-left:10px;flex:1}.page-coupon-rule .mall .corp-info .open-time{font-size:12px;color:#888}.page-coupon-rule .mall .corp-name{font-size:20px;color:#333}.page-coupon-rule .mall .corp-address-phone{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-top:5px}.page-coupon-rule .mall .corp-address-phone .address{flex:1;color:#888}.page-coupon-rule .mall .corp-address-phone .phone{width:40px;font-size:20px;text-align:center;border-left:1px solid #cfcfcf;color:#00f}.page-coupon-rule .receive-coupon-header{padding-top:10%}.page-coupon-rule .receive-coupon-header>img{width:100%}.page-coupon-rule .receive-coupon-bg-holder{position:relative;background-image:url(https://resource.vxiaocheng.com/lark-bar-webapp/coupons/receive-coupon-bg-v2.png);background-size:100% 100%;width:96%;margin:0 auto;padding:10px 10px 90px 10px;box-sizing:border-box}.page-coupon-rule .receive-coupon-bg-holder .coupon-top{width:42.13333vw;height:12vw;position:absolute;top:-22px;left:50%;transform:translateX(-50%);z-index:100}.page-coupon-rule .receive-coupon-bg-holder .van-coupon{background-image:url(https://resource.vxiaocheng.com/lark-bar-webapp/coupons/receive-coupon-content.png);background-size:100% 100%;box-sizing:border-box;background-color:transparent;margin:0;padding-bottom:20px}.page-coupon-rule .receive-coupon-bg-holder .van-coupon .van-coupon__content{background-color:transparent;padding:5vw 5vw 0 5vw;align-items:self-start}.page-coupon-rule .receive-coupon-bg-holder .van-coupon .van-coupon__content .van-coupon__body{flex:6;width:1px}.page-coupon-rule .receive-coupon-bg-holder .van-coupon .van-coupon__content .van-coupon__name{font-size:4.3vw;font-weight:700;color:#9b92ff;font-family:PingFang SC-Semibold,PingFang SC;width:86%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page-coupon-rule .receive-coupon-bg-holder .van-coupon .van-coupon__content .van-coupon__valid{font-size:10px;font-weight:700;color:#8f8da8;line-height:18px;font-family:PingFang SC-Semibold,PingFang SC;white-space:normal;word-wrap:break-word;text-align:left;width:86%}.page-coupon-rule .receive-coupon-bg-holder .van-coupon .van-coupon__content .van-coupon__valid .couponDetail{width:100%;margin-top:3px}.page-coupon-rule .receive-coupon-bg-holder .van-coupon .van-coupon__content .van-coupon__valid .couponDetail .van-coupon__text{width:100%;display:flex}.page-coupon-rule .receive-coupon-bg-holder .van-coupon .van-coupon__content .van-coupon__valid .couponDetail .van-coupon__text span{flex-shrink:0}.page-coupon-rule .receive-coupon-bg-holder .van-coupon .van-coupon__content .van-coupon__valid .couponDetail .van-coupon__text p{margin:0;padding:0}.page-coupon-rule .receive-coupon-bg-holder .van-coupon .van-coupon__content .van-coupon__valid .couponDetail .van-coupon__text .hidden-content{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.page-coupon-rule .receive-coupon-bg-holder .van-coupon .van-coupon__content .van-coupon__head{margin-right:-5px;margin-top:6px;flex:3;min-width:auto}.page-coupon-rule .receive-coupon-bg-holder .van-coupon .product-coupon{font-size:30px;font-weight:700;font-family:BigruixianBlackGBV1 0 Regular,BigruixianBlackGBV10;color:#26e2d2;margin:0;margin-bottom:6px;letter-spacing:1px}.page-coupon-rule .receive-coupon-bg-holder .van-coupon .deduction-coupon{color:#26e2d2;font-weight:700;font-family:PingFang SC-Semibold,PingFang SC;margin-top:6px;margin-bottom:6px}.page-coupon-rule .receive-coupon-bg-holder .van-coupon .deduction-coupon .deduction-coupon-currency{font-size:15px;font-weight:700;color:#26e2d2;line-height:18px;font-family:PingFang SC-Semibold,PingFang SC}.page-coupon-rule .receive-coupon-bg-holder .van-coupon .condition-content{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2}.page-coupon-rule .receive-coupon-bg-holder .van-coupon .limit-content{color:#26e2d2;text-align:center;display:inline}.page-coupon-rule .receive-coupon-bg-holder .van-coupon .van-coupon__description{position:relative;background-color:transparent;font-weight:700;border-top:none;font-size:10px;font-family:PingFang SC-Semibold,PingFang SC;color:#8f8da8;line-height:18px;padding:0;margin:5px 0 0 0;margin:10px 20px 0 20px;border-top:2px dashed #2b2c46;padding-top:3px;max-height:36px}.page-coupon-rule .receive-coupon-bg-holder .van-coupon .coupon-description-wrapper{background-color:transparent}.page-coupon-rule .receive-coupon-bg-holder .van-coupon .coupon-description-wrapper .divider{margin-left:20px;margin-right:20px;border-bottom:1px solid #e6e6e6}.page-coupon-rule .receive-coupon-bg-holder .van-coupon .coupon-description,.page-coupon-rule .receive-coupon-bg-holder .van-coupon .coupon-detail{background-color:transparent}.page-coupon-rule .receive-coupon-bg-holder .van-coupon .useBtn-wrapper{font-weight:700;color:#fff;font-size:13px}.page-coupon-rule .receive-coupon-bg-holder .van-coupon .useBtn-wrapper .van-button{width:94.5px;height:25px}.page-coupon-rule .receive-coupon-bg-holder .receive-coupon-expiredImg{position:absolute;right:0;top:10%}.page-coupon-rule .receive-coupon-bg-holder .receive-coupon-expiredImg>img{width:70%;transform:translate(33%)}.page-coupon-rule .coupon-panel{width:100%;top:17%}.page-coupon-rule .bottom-btn{width:100%;position:absolute;bottom:10px;left:5%}.page-coupon-rule .bottom-btn img{width:90%}.sst-theme{background-image:url(https://resource.vxiaocheng.com/lark-bar-webapp/coupons/sst-background-v3.png)}.sst-theme .receive-coupon-bg-holder .van-coupon{background-image:url(https://resource.vxiaocheng.com/lark-bar-webapp/coupons/sst-card-v3.png);background-size:100% 100%;margin-top:98vw;padding-bottom:10px;border-radius:10px}.sst-theme .receive-coupon-bg-holder .van-coupon .van-coupon__content .van-coupon__name{color:#000;font-size:5.06667vw}.sst-theme .receive-coupon-bg-holder .van-coupon .van-coupon__content .van-coupon__head .van-coupon__amount{color:#0115f0!important;font-size:8vw;font-family:BigruixianBlackGBV1 0 Regular,BigruixianBlackGBV10}.sst-theme .receive-coupon-bg-holder .van-coupon .van-coupon__content .van-coupon__head .limit-content,.sst-theme .receive-coupon-bg-holder .van-coupon .van-coupon__content .van-coupon__head .van-coupon__amount .deduction-coupon-currency{color:#0115f0}.sst-theme .receive-coupon-bg-holder .van-coupon .van-coupon__content .van-coupon__valid{color:#463e80;font-weight:400}.sst-theme .receive-coupon-bg-holder .van-coupon .van-coupon__description{color:#463e80;border-top:2px dashed #babbe4;padding-top:5px;font-weight:400}.sst-theme .receive-coupon-bg-holder .bottom-btn-sst{width:96%;height:13.06667vw;background:#e3edff;text-align:center;line-height:13.06667vw;margin:auto;border-radius:6.53333vw;margin-top:10px;font-size:5.06667vw}.sst-theme .coupon-panel{position:relative;margin:auto}.cljgyx-v2-theme{width:100vw;min-height:100vh;background:url(https://resource.vxiaocheng.com/lark-bar-webapp/theme/CLJGYX-V2/coupon_banner.png) top no-repeat #fff;background-size:100%;overflow-y:auto;position:relative}.cljgyx-v2-theme .coupon-panel{min-height:0;padding-bottom:0;position:relative;padding-bottom:10px}.cljgyx-v2-theme .coupon-panel .coupon__head{margin-top:2.66667vw}.cljgyx-v2-theme .coupon-panel .coupon__head .coupon__name{font-weight:500;color:#000;margin-left:10px}.cljgyx-v2-theme .coupon-panel .van-coupon__type{font-size:14px;color:#ff43a6;font-weight:normal important;padding:3px;border:1px solid #ff43a6;border-radius:.66667vw;width:fit-content;background-color:#fff}.cljgyx-v2-theme .receive-coupon-bg-holder{margin-top:122.53333vw;position:relative;background:transparent;margin-bottom:80px;padding:0}.cljgyx-v2-theme .receive-coupon-bg-holder .van-coupon{background:#fff}.cljgyx-v2-theme .receive-coupon-bg-holder .van-coupon .van-coupon__content{width:80%}.cljgyx-v2-theme .receive-coupon-bg-holder .van-coupon .van-coupon__content .van-coupon__name{font-size:16px;margin-left:10px}.cljgyx-v2-theme .receive-coupon-bg-holder .van-coupon .van-coupon__content .van-coupon__valid{font-size:11px;color:#696969;font-weight:500}.cljgyx-v2-theme .receive-coupon-bg-holder .van-coupon .coupon-operator{position:absolute;top:0;right:0;height:100%}.cljgyx-v2-theme .receive-coupon-bg-holder .van-coupon .coupon-operator .coupon-status{background-color:#ff43a6;width:26vw;height:24px;font-size:11px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#fff;line-height:24px;transform:rotate(45deg);position:relative;top:3.2vw;right:-6.53vw;overflow:hidden;text-align:center}.cljgyx-v2-theme .receive-coupon-bg-holder .van-coupon .coupon-detail-wrapper{margin-left:auto;font-family:PingFangSC-Medium,PingFang SC;width:fit-content;box-sizing:border-box;position:absolute;bottom:10px;right:20px}.cljgyx-v2-theme .receive-coupon-bg-holder .van-coupon .coupon-detail-wrapper .coupon-name{font-size:18px;font-weight:600;color:#ff43a6}.cljgyx-v2-theme .receive-coupon-bg-holder .van-coupon .coupon-detail-wrapper .coupon-detail{font-size:23px;font-weight:600;color:#ff43a6;text-align:center;margin-left:20px}.cljgyx-v2-theme .receive-coupon-bg-holder .van-coupon .coupon-detail-wrapper .coupon-detail .deduction-coupon-currency{font-size:13px}.cljgyx-v2-theme .receive-coupon-bg-holder .van-coupon .coupon-detail-wrapper .coupon-detail .coupon-condition{font-size:10px;font-weight:400;color:#000}.cljgyx-v2-theme .bottom-btn-cljg{width:96%;height:13.06667vw;background:#ff43a6;color:#010101!important;font-weight:800;text-align:center;line-height:13.06667vw;border-radius:6.53333vw;margin-top:10px;font-size:5.06667vw;position:fixed;bottom:10px;left:2%}.mtd-theme{background-image:url(https://resource.vxiaocheng.com/lark-bar-webapp/coupons/mtwzd-background.png)}.mtd-theme .receive-coupon-bg-holder{margin-top:45vh;margin-left:2.26667vw;margin-right:2.26667vw;border-radius:2.66667vw;padding:5.33333vw 6.93333vw;background-image:none;background-color:#fff}.mtd-theme .receive-coupon-bg-holder .van-coupon{background-image:none;padding-bottom:0;box-shadow:none}.mtd-theme .receive-coupon-bg-holder .van-coupon .van-coupon__content{padding:0}.mtd-theme .receive-coupon-bg-holder .van-coupon .van-coupon__content .van-coupon__name{font-family:PingFang SC;font-weight:600;font-size:5.33333vw;color:#000;line-height:6.26667vw;margin-top:0}.mtd-theme .receive-coupon-bg-holder .van-coupon .van-coupon__content .van-coupon__head{margin-top:0}.mtd-theme .receive-coupon-bg-holder .van-coupon .van-coupon__content .van-coupon__head .van-coupon__amount{font-family:BigruixianBlackGBV1 0,BigruixianBlackGBV10;font-weight:bolder;font-size:8.26667vw;color:red;line-height:9.6vw}.mtd-theme .receive-coupon-bg-holder .van-coupon .van-coupon__content .van-coupon__head .van-coupon__amount .deduction-coupon-currency{color:red}.mtd-theme .receive-coupon-bg-holder .van-coupon .van-coupon__content .van-coupon__head .limit-content{font-family:PingFang SC;font-weight:400;font-size:3.2vw;color:#000;line-height:3.73333vw}.mtd-theme .receive-coupon-bg-holder .van-coupon .van-coupon__content .van-coupon__valid{font-family:PingFang SC;font-weight:400;font-size:2.93333vw;color:#6d6e7a;line-height:4vw}.mtd-theme .receive-coupon-bg-holder .van-coupon .van-coupon__description{border-top:.26667vw dashed #dedee7;padding-top:2.4vw;font-family:PingFang SC;font-weight:400;font-size:2.93333vw;color:#6d6e7a;line-height:3.73333vw;margin:2.4vw 0 0;max-height:none}.mtd-theme .bottom-btn-mtd{height:13.06667vw;background-image:url(https://resource.vxiaocheng.com/lark-bar-webapp/coupons/mtwzd-receive-coupon-btn.png);background-size:100% 100%;background-position:50%;margin:5.33333vw 2.26667vw;font-family:PingFang SC;font-weight:600;font-size:5.06667vw;color:#010101;line-height:13.06667vw;text-align:center}.mtwzd-theme-bg{background-image:url(https://resource.vxiaocheng.com/lark-bar-webapp/coupons/mtwzd-background.png)}.mtlhd-theme-bg{background-image:url(https://resource.vxiaocheng.com/lark-bar-webapp/coupons/mtlhd-background.png)}.mtd-theme .bottom-btn-mtwzd{background-image:url(https://resource.vxiaocheng.com/lark-bar-webapp/coupons/mtwzd-receive-coupon-btn.png)}.mtd-theme .bottom-btn-mtlhd{background-image:url(https://resource.vxiaocheng.com/lark-bar-webapp/coupons/mtlhd-receive-coupon-btn.png)}