: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}.com-coupon-card .coupon-card[data-v-6769db0e]{margin:var(--van-coupon-margin);overflow:hidden;border-radius:var(--van-coupon-border-radius);background-color:var(--section-bg-color,#fff);box-shadow:none;display:flex;flex-direction:row;justify-content:space-between}.com-coupon-card .coupon-card[data-v-6769db0e] .van-checkbox{display:inline-block;margin-right:10px;width:16px;height:16px}.com-coupon-card .coupon-card[data-v-6769db0e] .van-checkbox .van-checkbox__icon{width:100%;height:100%}.com-coupon-card .coupon-card[data-v-6769db0e] .van-checkbox .van-checkbox__icon .van-icon{width:100%;height:100%;position:relative}.com-coupon-card .coupon-card[data-v-6769db0e] .van-checkbox .van-checkbox__icon .van-icon:before{width:16px;height:16px;position:absolute;top:0;left:0}.com-coupon-card .coupon-card .coupon-content[data-v-6769db0e]{padding:15px;width:60%}.com-coupon-card .coupon-card .coupon-content .coupon-head[data-v-6769db0e]{margin-bottom:15px}.com-coupon-card .coupon-card .coupon-content .coupon-head .coupon-type[data-v-6769db0e]{font-size:14px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:var(--theme-dark-gold,#ff863e);background:var(--section-bg-color,#fff);line-height:23.5px;border-radius:3px}.com-coupon-card .coupon-card .coupon-content .coupon-head .coupon-name[data-v-6769db0e]{font-size:16px;font-family:PingFangSC-Medium,PingFang SC;font-weight:600;color:var(--theme-font-color,#000);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.com-coupon-card .coupon-card .coupon-content .coupon-description-wrapper[data-v-6769db0e]{font-size:11px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:var(--theme-sub-font-color,#696969)}.com-coupon-card .coupon-card .coupon-content .coupon-description-wrapper .couponDetail[data-v-6769db0e]{width:100%;margin-top:3px}.com-coupon-card .coupon-card .coupon-content .coupon-description-wrapper .couponDetail .van-coupon__text[data-v-6769db0e]{width:100%;display:flex}.com-coupon-card .coupon-card .coupon-content .coupon-description-wrapper .couponDetail .van-coupon__text span[data-v-6769db0e]{flex-shrink:0}.com-coupon-card .coupon-card .coupon-content .coupon-description-wrapper .couponDetail .van-coupon__text p[data-v-6769db0e]{margin:0;padding:0}.com-coupon-card .coupon-card .coupon-content .coupon-description-wrapper .couponDetail .van-coupon__text .hidden-content[data-v-6769db0e]{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.com-coupon-card .coupon-card .coupon-content .coupon-description-wrapper .coupon-time-range[data-v-6769db0e]{white-space:nowrap}.com-coupon-card .coupon-card .coupon-operator[data-v-6769db0e]{min-width:var(--van-coupon-head-width);display:flex;flex-direction:column;justify-content:space-between}.com-coupon-card .coupon-card .coupon-operator .coupon-status[data-v-6769db0e]{background-color:#16ac55;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}.com-coupon-card .coupon-card .coupon-operator .coupon-detail-wrapper[data-v-6769db0e]{margin-bottom:15px;margin-right:15px;margin-left:auto;font-family:PingFangSC-Medium,PingFang SC}.com-coupon-card .coupon-card .coupon-operator .coupon-detail-wrapper .coupon-name[data-v-6769db0e]{font-size:18px;font-weight:600;color:var(--theme-dark-gold,#ff3900)}.com-coupon-card .coupon-card .coupon-operator .coupon-detail-wrapper .coupon-detail[data-v-6769db0e]{font-size:23px;font-weight:600;color:var(--theme-dark-gold,#ff3900);text-align:center}.com-coupon-card .coupon-card .coupon-operator .coupon-detail-wrapper .coupon-detail .deduction-coupon-currency[data-v-6769db0e]{font-size:13px}.com-coupon-card .coupon-card .coupon-operator .coupon-detail-wrapper .coupon-detail .coupon-condition[data-v-6769db0e]{font-size:10px;font-weight:400;color:var(--theme-font-color,#000)}.com-coupon-card .coupon-card .coupon-operator .useBtn-wrapper[data-v-6769db0e]{font-size:13px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;margin-bottom:15px;margin-right:15px;margin-left:auto}.com-coupon-card .coupon-card .coupon-operator .useBtn-wrapper .van-button[data-v-6769db0e]{width:72px;height:32.5px;line-height:32.5px;color:#fff;background:linear-gradient(90deg,#ffab3a,#ff863e)}.com-coupon-card .coupon-card--disabled .coupon-operator .coupon-status[data-v-6769db0e]{background-color:var(--theme-use-coupon-bg-color-new,#bfad5a);color:var(--theme-use-coupon-color-new,#fff)}.com-coupon-list{background-color:var(--theme-bg-color,#f5f5f5)}.com-coupon-list .van-search{padding-top:15px;background-color:transparent;padding-bottom:0}.com-coupon-list .van-search .van-search__content{border:1px solid var(--theme-border-color,#aaa);border-radius:17.5px;background-color:var(--theme-bg-color,#f5f5f5)}.com-coupon-list .page-empty-coupon{color:var(--theme-border-color);background-color:var(--theme-bg-color,#fff);padding-top:16vh;margin-top:15px;text-align:center;height:100vh}.com-coupon-list .page-empty-coupon .van-icon__image{width:55vw;height:16vh}.com-coupon-list .page-empty-coupon .empty-coupon{font-size:14px;font-weight:500;color:var(--theme-sub-font-color,#333);line-height:12px;margin-top:7px}.com-coupon-package-product{padding:0 1.9vw 13.1vw 1.9vw;color:#292929}.com-coupon-package-product .product-name{text-align:center;font-size:5vw;font-weight:700;height:14vw;line-height:14vw}.com-coupon-package-product .product-packages{min-height:60vh}.com-coupon-package-product .product-packages .product-rule{margin-bottom:4.3vw}.com-coupon-package-product .product-packages .product-rule .rule-label{margin-bottom:2.7vw;margin-left:2.1vw}.com-coupon-package-product .product-packages .product-rule .rule-label .rule-name{font-weight:700;margin-right:1vw;font-size:3.7vw}.com-coupon-package-product .product-packages .product-rule .rule-label .rule-desc{color:#9b9b9b;font-size:3.2vw}.com-coupon-package-product .product-packages .product-rule .rule-label .rule-desc.warn{color:red}.com-coupon-package-product .product-packages .product-rule .rule-options{display:flex;flex-wrap:wrap;align-items:center}.com-coupon-package-product .product-packages .product-rule .rule-options .rule-option{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-left:2.1vw;padding:0 5.6vw;height:9.1vw;border:1px solid #dadada;border-radius:4.5vw;line-height:9.1vw;margin-bottom:2.1vw;color:#696969;font-size:4vw}.com-coupon-package-product .product-packages .product-rule .rule-options .rule-option.selected{background:rgba(254,218,45,.1);border-color:#feda2d;color:#ffa200}.com-coupon-package-product .add-cart{width:100%;height:13.1vw;line-height:13.1vw;background:#feda2d;font-size:4.5vw;color:#292929;font-weight:700;position:fixed;bottom:0;left:0;text-align:center}.com-coupon-package-product .add-cart.disabled{background:#dadada;color:#818181}.com-coupon-package-product .cart-product-footer{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.com-coupon-package-product .cart-product-footer .decreSkuCountBtn{background-color:#fff;color:#999;border:1px solid #999;height:7.4vw;width:7.4vw}.com-coupon-package-product .cart-product-footer .increSkuCountBtn{background-color:#ffda2d;border:1px solid #ffda2d;color:#000;height:7.4vw;width:7.4vw;font-size:2.93333vw}.com-coupon-package-product .cart-product-footer .count{color:#333;width:10vw;font-size:5vw;font-weight:700;text-align:center}.com-packages-preferences[data-v-08439552]{width:90%;margin:0 auto;box-sizing:border-box;padding:2vw 0;border-top:1px solid #e4e4e4}.com-packages-preferences .product-preferences[data-v-08439552]{margin-bottom:2vw;font-size:14px}.com-packages-preferences .preferences-label[data-v-08439552]{margin-bottom:3vw}.com-packages-preferences .preferences-label .preferences-name[data-v-08439552]{color:#696969;font-size:2.93333vw}.com-packages-preferences .preferences-options .preferences-option[data-v-08439552]{background:#e1e1e1;display:inline-block;margin-bottom:2vw;margin-right:3vw;border-radius:2vw;font-size:2.93333vw;padding:0 2vw;height:8vw;text-align:center;line-height:8vw}.com-packages-preferences .preferences-options .preferences-option.selected[data-v-08439552]{color:#ef1a33;background:#fde6e9}.com-coupon-product .coupon-product{padding:0 10px 5.33vw 10px;color:var(--theme-font-color,#292929)}.com-coupon-product .coupon-product .product-name{text-align:center;font-size:5vw;font-weight:700;height:14vw;line-height:14vw}.com-coupon-product .coupon-product .product-packages .product-rule{margin-bottom:4.3vw}.com-coupon-product .coupon-product .product-packages .product-rule .rule-label{margin-bottom:2.7vw;margin-left:2.1vw}.com-coupon-product .coupon-product .product-packages .product-rule .rule-label .rule-name{font-weight:700;margin-right:1vw;font-size:3.7vw}.com-coupon-product .coupon-product .product-packages .product-rule .rule-label .rule-desc{color:#9b9b9b;font-size:3.2vw}.com-coupon-product .coupon-product .product-packages .product-rule .rule-label .rule-desc.warn{color:red}.com-coupon-product .coupon-product .product-packages .product-rule .rule-options{display:flex;flex-wrap:wrap;align-items:center}.com-coupon-product .coupon-product .product-packages .product-rule .rule-options .rule-options-all{margin-bottom:10px;border-radius:10px;padding-bottom:1vh;width:100%}.com-coupon-product .coupon-product .product-packages .product-rule .rule-options .rule-option-row{width:90%;line-height:9.1vw;color:#292626;font-size:3.8vw;margin:0 auto 2vw;padding:0 3vw;display:flex;justify-content:space-between;align-items:center;border-radius:2vw}.com-coupon-product .coupon-product .product-packages .product-rule .rule-options .rule-option-row.selected{background:rgba(238,10,37,.09019607843137255);border-color:#ee0a24;border:none;color:#ee0a24}.com-coupon-product .coupon-product .product-packages .product-rule .rule-options .rule-option-row.disabled{color:#9b9b9b}.com-coupon-product .coupon-product .product-packages .product-rule .rule-options .rule-option-row .good-rule-option{flex:1}.com-coupon-product .coupon-product .product-packages .product-rule .rule-options .rule-option-row .good-rule-option .rule-option-tip{font-size:3.2vw}.com-coupon-product .coupon-product .product-packages .product-rule .rule-options .rule-option-row .rule-option-step{width:20vw;display:flex;justify-content:space-around;align-items:center}.com-coupon-product .coupon-product .product-packages .product-rule .rule-options .rule-option-row .rule-option-step .van-button--mini{height:6.4vw;padding:0 1.06667vw;font-size:2.66667vw}.com-coupon-product .coupon-product .product-packages .product-rule .rule-options .rule-option-row .rule-option-step .decreSkuCountBtn{background-color:#fff;color:#999;border:1px solid #999;height:6.4vw;width:6.4vw;border-radius:50%}.com-coupon-product .coupon-product .product-packages .product-rule .rule-options .rule-option-row .rule-option-step .increSkuCountBtn{background-color:#ffda2d;border:1px solid #ffda2d;color:#000;height:6.4vw;width:6.4vw;border-radius:50%;font-size:2.93333vw}.com-coupon-product .coupon-product .product-packages .product-rule .rule-options .rule-option-row .rule-option-step .count{color:#333;width:7vw;font-size:3.73333vw;font-weight:700;text-align:center}.com-coupon-product .exchange-btn{text-align:center;height:49px;line-height:49px;width:100%;background:#feda2d;font-size:17px;font-family:PingFangSC-Medium,PingFang SC;font-weight:600;color:#292929}.com-coupon-product .x-disabled{color:#818181!important}.com-coupon-product .disabled{background:#dadada;color:#818181}.com-coupon-scan-product{display:flex;flex-direction:column}.com-coupon-scan-product .product-panel .product-name{text-align:center;font-size:5vw;font-weight:700;height:14vw;line-height:14vw}.com-coupon-scan-product .product-panel .product-packages .product-rule{margin-bottom:2.67vw;margin-left:2vw;margin-right:2vw}.com-coupon-scan-product .product-panel .product-packages .product-rule .rule-label{margin-bottom:3.5px;margin-left:1vw}.com-coupon-scan-product .product-panel .product-packages .product-rule .rule-label .rule-name{font-weight:600;margin-right:1vw;font-size:3.7vw}.com-coupon-scan-product .product-panel .product-packages .product-rule .rule-label .rule-desc{color:#9b9b9b;font-size:3.2vw}.com-coupon-scan-product .product-panel .product-packages .product-rule .rule-label .rule-desc.warn{color:red}.com-coupon-scan-product .product-panel .product-packages .product-rule .rule-options{align-items:center;margin-left:3.2vw}.com-coupon-scan-product .product-panel .product-packages .product-rule .rule-options .rule-option{display:flex;align-items:center;margin-bottom:1px;font-size:3.7vw;font-weight:400;color:#696969}.com-coupon-scan-product .product-panel .product-packages .product-rule .rule-options .rule-option .rule-required-badge{width:8.27vw;height:4vw;line-height:4vw;background:linear-gradient(153deg,#feda2d,#2b2517);border-radius:1px;font-size:2.27vw;font-weight:bolder;font-style:italic;color:#fff;text-align:center}.com-packages-preferences[data-v-7eb15d90]{width:90%;margin:0 auto;box-sizing:border-box;padding:2vw 0;border-top:1px solid #e4e4e4}.com-packages-preferences .product-preferences[data-v-7eb15d90]{margin-bottom:2vw;font-size:14px}.com-packages-preferences .preferences-label[data-v-7eb15d90]{margin-bottom:3vw}.com-packages-preferences .preferences-label .preferences-name[data-v-7eb15d90]{color:#696969;font-size:2.93333vw}.com-packages-preferences .preferences-options .preferences-option[data-v-7eb15d90]{background:#e1e1e1;display:inline-block;margin-bottom:2vw;margin-right:3vw;border-radius:2vw;font-size:2.93333vw;padding:0 2vw;height:8vw;text-align:center;line-height:8vw}.com-packages-preferences .preferences-options .preferences-option.selected[data-v-7eb15d90]{color:#ef1a33;background:#fde6e9}.rule-options[data-v-689c8806]{display:flex;flex-wrap:wrap;align-items:center;padding:0 10px}.rule-options .rule-options-all[data-v-689c8806]{margin-bottom:10px;border-radius:10px;padding-bottom:1vh;width:100%}.rule-options .rule-option-row[data-v-689c8806]{width:90%;line-height:9.1vw;color:#292626;font-size:3.8vw;margin:0 auto 2vw;padding:0 3vw;display:flex;justify-content:space-between;align-items:center;border-radius:2vw}.rule-options .rule-option-row.selected[data-v-689c8806]{background:rgba(238,10,37,.09019607843137255);border-color:#ee0a24;border:none;color:#ee0a24}.rule-options .rule-option-row.disabled[data-v-689c8806]{color:#9b9b9b}.rule-options .rule-option-row .good-rule-option[data-v-689c8806]{flex:1}.rule-options .rule-option-row .good-rule-option .rule-option-tip[data-v-689c8806]{font-size:3.2vw}.rule-options .rule-option-row .rule-option-step[data-v-689c8806]{width:20vw;display:flex;justify-content:space-around;align-items:center}.rule-options .rule-option-row .rule-option-step .van-button--mini[data-v-689c8806]{height:6.4vw;padding:0 1.06667vw;font-size:2.66667vw}.rule-options .rule-option-row .rule-option-step .decreSkuCountBtn[data-v-689c8806]{background-color:#fff;color:#999;border:1px solid #999;height:6.4vw;width:6.4vw;border-radius:50%}.rule-options .rule-option-row .rule-option-step .increSkuCountBtn[data-v-689c8806]{background-color:#ffda2d;border:1px solid #ffda2d;color:#000;height:6.4vw;width:6.4vw;border-radius:50%;font-size:2.93333vw}.rule-options .rule-option-row .rule-option-step .count[data-v-689c8806]{color:#333;width:7vw;font-size:3.73333vw;font-weight:700;text-align:center}.com-coupon-popup .van-popup{border-radius:0 0 8px 8px;background-color:transparent}.com-coupon-popup .coupon-wrapper{position:relative;min-width:86.67vw}.com-coupon-popup .coupon-wrapper .coupon-card .coupon-divider{-webkit-mask-image:radial-gradient(circle at 15px 15px,transparent 15px,red 15.5px);-webkit-mask-position:-15px -15px}.com-coupon-popup .coupon-wrapper .coupon-card .coupon-content{padding:20px;background:linear-gradient(180deg,#fff,#ffe5e3);border-top:1px solid var(--van-overlay-background-color);border-bottom:1.5px dashed silver}.com-coupon-popup .coupon-wrapper .coupon-card .coupon-content .coupon-head{margin-bottom:15px}.com-coupon-popup .coupon-wrapper .coupon-card .coupon-content .coupon-head .coupon-type{font-size:14px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:var(--theme-dark-gold,#ff863e);background:var(--section-bg-color,#fff);line-height:23.5px;border-radius:3px}.com-coupon-popup .coupon-wrapper .coupon-card .coupon-content .coupon-head .coupon-name{font-size:16px;font-family:PingFangSC-Medium,PingFang SC;font-weight:600;color:var(--theme-font-color,#000)}.com-coupon-popup .coupon-wrapper .coupon-card .coupon-content .coupon-description-wrapper{font-size:13px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:var(--theme-sub-font-color,#696969)}.com-coupon-popup .coupon-wrapper .coupon-card .coupon-content .coupon-description-wrapper .couponDetail{max-width:70vw;width:100%;margin-top:3px}.com-coupon-popup .coupon-wrapper .coupon-card .coupon-content .coupon-description-wrapper .couponDetail .van-coupon__text{width:100%;display:flex}.com-coupon-popup .coupon-wrapper .coupon-card .coupon-content .coupon-description-wrapper .couponDetail .van-coupon__text span{flex-shrink:0}.com-coupon-popup .coupon-wrapper .coupon-card .coupon-content .coupon-description-wrapper .couponDetail .van-coupon__text p{margin:0;padding:0}.com-coupon-popup .coupon-wrapper .coupon-card .coupon-content .coupon-description-wrapper .couponDetail .van-coupon__text .hidden-content{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.com-coupon-popup .coupon-wrapper .coupon-card .coupon-operator-wrapper{min-height:40vw;display:flex;flex-direction:column;justify-content:flex-end;background:var(--section-bg-color,#fff);border-top:1px solid transparent;-webkit-mask-image:radial-gradient(circle at 15px 0,transparent 15px,red 15.5px);-webkit-mask-position:-15px}.com-coupon-popup .coupon-wrapper .coupon-card .coupon-operator-wrapper .coupon-qrcode-detail{margin-top:4vw;margin-bottom:4vw}.com-coupon-popup .coupon-wrapper .coupon-card .coupon-operator-wrapper .coupon-qrcode-detail .qrcode-panel{text-align:center;margin-bottom:20px}.com-coupon-popup .coupon-wrapper .coupon-card .coupon-operator-wrapper .coupon-qrcode-detail .qrcode-panel img{width:45vw}.com-coupon-popup .coupon-wrapper .coupon-card .coupon-operator-wrapper .coupon-qrcode-detail .qrcode-panel .qrcode-no{height:24px;font-size:17px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#000;line-height:24px}.com-coupon-popup .coupon-wrapper .coupon-card .coupon-operator-wrapper .coupon-qrcode-detail .blur-qrcode{filter:blur(5px)}.com-coupon-popup .coupon-wrapper .coupon-card .coupon-operator-wrapper .coupon-detail{padding-top:5.33vw}.com-coupon-popup .coupon-wrapper .coupon-card .coupon-operator-wrapper .useBtn{text-align:center;height:49px;line-height:49px;width:100%;background:var(--theme-dark-gold,#feda2d);font-size:17px;font-family:PingFangSC-Medium,PingFang SC;font-weight:600;color:#292929}.com-coupon-popup .coupon-wrapper .coupon-card .coupon-operator-wrapper .disabled{background:#dadada;color:#818181}.com-coupon-popup .coupon-wrapper .coupon-card .coupon-operator-wrapper .coupon-give-btn{text-align:center;margin:2.66667vw 0 4vw 0;color:var(--theme-dark-gold,#8a7d41);text-decoration:underline}.com-coupon-popup .com_give_popup .van-popup{z-index:999}.com-coupon-popup .com_give_popup{padding:14.13333vw 6.26667vw 8vw;width:86.66667vw;height:56.26667vw;box-sizing:border-box;border-radius:4vw;background:var(--section-bg-color,linear-gradient(180deg,#fff,#ffe5e3))}.com-coupon-popup .com_give_popup .cancelIcon{position:absolute;top:15px;right:15px}.com-coupon-popup .com_give_popup .phone{width:100%;height:12.53333vw;border-radius:1.86667vw;font-size:4.53333vw}.com-coupon-popup .com_give_popup .button_bottom{display:flex;justify-content:space-between;padding-top:8vw}.com-coupon-popup .com_give_popup .button_bottom .van-button{width:32vw;height:11.73333vw;font-size:14px}.select-third-coupon-code-error-toast{width:60vw!important;max-width:60vw!important}.com-select-third-coupon-code-popup{--van-popup-close-icon-color:#8e8e8e;--van-popup-close-icon-size:3.2vw}.com-select-third-coupon-code-popup .select-third-coupon-code-content{width:92vw;max-height:86vh;padding:4.53333vw 3.2vw 6.4vw;box-sizing:border-box;display:flex;flex-direction:column;overflow-y:hidden;background:var(--select-third-coupon-bg,#fff)}.com-select-third-coupon-code-popup .select-third-coupon-code-content .title{box-sizing:border-box;padding:0 0 6.4vw;font-size:3.73333vw;font-weight:700;line-height:5.33333vw;text-align:center;color:var(--theme-font-color,#323232)}.com-select-third-coupon-code-popup .select-third-coupon-code-content .coupons-box{box-sizing:border-box;flex:1;overflow-y:auto}.com-select-third-coupon-code-popup .select-third-coupon-code-content .coupons-box .van-loading{text-align:center}.com-select-third-coupon-code-popup .select-third-coupon-code-content .coupons-box .coupon-list{display:flex;flex-direction:column;gap:3.73333vw}.com-select-third-coupon-code-popup .select-third-coupon-code-content .coupons-box .coupon-list .coupon-item{box-sizing:border-box;padding:3.46667vw;display:flex;align-items:center;gap:7.73333vw;border:.26667vw solid transparent;border-radius:2.13333vw;background:var(--select-third-coupon-code-bg,#f6f6f6)}.com-select-third-coupon-code-popup .select-third-coupon-code-content .coupons-box .coupon-list .coupon-item .i-left .coupon-icon{width:9.2vw;height:7.46667vw}.com-select-third-coupon-code-popup .select-third-coupon-code-content .coupons-box .coupon-list .coupon-item .i-right{box-sizing:border-box;font-family:PingFang SC}.com-select-third-coupon-code-popup .select-third-coupon-code-content .coupons-box .coupon-list .coupon-item .i-right .coupon-title{font-weight:500;font-size:3.46667vw;line-height:5.33333vw;color:var(--theme-font-color,#323232)}.com-select-third-coupon-code-popup .select-third-coupon-code-content .coupons-box .coupon-list .coupon-item .i-right .price{font-weight:500;font-size:5.33333vw;color:#ea272b}.com-select-third-coupon-code-popup .select-third-coupon-code-content .coupons-box .coupon-list .coupon-item .i-right .market-price{height:4.53333vw;font-weight:400;font-size:3.2vw;color:#7b7388;text-decoration:line-through}.com-select-third-coupon-code-popup .select-third-coupon-code-content .coupons-box .coupon-list .coupon-item .i-right .coupon-number{height:4.8vw;font-weight:400;font-size:3.46667vw;color:var(--theme-font-color,#999)}.com-select-third-coupon-code-popup .select-third-coupon-code-content .coupons-box .coupon-list .active-coupon-item{transition:border .3s ease-in;border:.4vw solid var(--theme-dark-gold,#fed801)}.com-select-third-coupon-code-popup .select-third-coupon-code-content .confirm-btn{margin-top:9.86667vw;height:12vw;padding:3.2vw;font-size:3.73333vw;border:none;background-color:var(--theme-dark-gold,#fed801)}