.van-overlay{position:fixed;top:0;left:0;z-index:1;width:100%;height:100%;background-color:rgba(0,0,0,.7)}.van-overflow-hidden{overflow:hidden!important}.van-popup{position:fixed;max-height:100%;overflow-y:auto;background-color:#fff;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-overflow-scrolling:touch}.van-popup--center{top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.van-popup--center.van-popup--round{border-radius:20px}.van-popup--top{top:0;left:0;width:100%}.van-popup--top.van-popup--round{border-radius:0 0 20px 20px}.van-popup--right{top:50%;right:0;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.van-popup--right.van-popup--round{border-radius:20px 0 0 20px}.van-popup--bottom{bottom:0;left:0;width:100%}.van-popup--bottom.van-popup--round{border-radius:20px 20px 0 0}.van-popup--left{top:50%;left:0;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.van-popup--left.van-popup--round{border-radius:0 20px 20px 0}.van-popup--safe-area-inset-bottom{padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.van-popup-slide-bottom-enter-active,.van-popup-slide-left-enter-active,.van-popup-slide-right-enter-active,.van-popup-slide-top-enter-active{-webkit-transition-timing-function:ease-out;transition-timing-function: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{-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}.van-popup-slide-top-enter,.van-popup-slide-top-leave-active{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.van-popup-slide-right-enter,.van-popup-slide-right-leave-active{-webkit-transform:translate3d(100%,-50%,0);transform:translate3d(100%,-50%,0)}.van-popup-slide-bottom-enter,.van-popup-slide-bottom-leave-active{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.van-popup-slide-left-enter,.van-popup-slide-left-leave-active{-webkit-transform:translate3d(-100%,-50%,0);transform:translate3d(-100%,-50%,0)}.van-popup__close-icon{position:absolute;z-index:1;color:#c8c9cc;font-size:22px;cursor:pointer}.van-popup__close-icon:active{color:#969799}.van-popup__close-icon--top-left{top:16px;left:16px}.van-popup__close-icon--top-right{top:16px;right:16px}.van-popup__close-icon--bottom-left{bottom:16px;left:16px}.van-popup__close-icon--bottom-right{right:16px;bottom:16px}.van-loading{color:#c8c9cc;font-size:0}.van-loading,.van-loading__spinner{position:relative;vertical-align:middle}.van-loading__spinner{display:inline-block;width:30px;max-width:100%;height:30px;max-height:100%;-webkit-animation:van-rotate .8s linear infinite;animation:van-rotate .8s linear infinite}.van-loading__spinner--spinner{-webkit-animation-timing-function:steps(12);animation-timing-function:steps(12)}.van-loading__spinner--spinner i{position:absolute;top:0;left:0;width:100%;height:100%}.van-loading__spinner--spinner i:before{display:block;width:2px;height:25%;margin:0 auto;background-color:currentColor;border-radius:40%;content:" "}.van-loading__spinner--circular{-webkit-animation-duration:2s;animation-duration:2s}.van-loading__circular{display:block;width:100%;height:100%}.van-loading__circular circle{-webkit-animation:van-circular 1.5s ease-in-out infinite;animation:van-circular 1.5s ease-in-out infinite;stroke:currentColor;stroke-width:3;stroke-linecap:round}.van-loading__text{display:inline-block;margin-left:8px;color:#969799;font-size:14px;vertical-align:middle}.van-loading--vertical{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.van-loading--vertical .van-loading__text{margin:8px 0 0}@-webkit-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}}@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__spinner--spinner i:first-of-type{-webkit-transform:rotate(30deg);transform:rotate(30deg);opacity:1}.van-loading__spinner--spinner i:nth-of-type(2){-webkit-transform:rotate(60deg);transform:rotate(60deg);opacity:.9375}.van-loading__spinner--spinner i:nth-of-type(3){-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:.875}.van-loading__spinner--spinner i:nth-of-type(4){-webkit-transform:rotate(120deg);transform:rotate(120deg);opacity:.8125}.van-loading__spinner--spinner i:nth-of-type(5){-webkit-transform:rotate(150deg);transform:rotate(150deg);opacity:.75}.van-loading__spinner--spinner i:nth-of-type(6){-webkit-transform:rotate(180deg);transform:rotate(180deg);opacity:.6875}.van-loading__spinner--spinner i:nth-of-type(7){-webkit-transform:rotate(210deg);transform:rotate(210deg);opacity:.625}.van-loading__spinner--spinner i:nth-of-type(8){-webkit-transform:rotate(240deg);transform:rotate(240deg);opacity:.5625}.van-loading__spinner--spinner i:nth-of-type(9){-webkit-transform:rotate(270deg);transform:rotate(270deg);opacity:.5}.van-loading__spinner--spinner i:nth-of-type(10){-webkit-transform:rotate(300deg);transform:rotate(300deg);opacity:.4375}.van-loading__spinner--spinner i:nth-of-type(11){-webkit-transform:rotate(330deg);transform:rotate(330deg);opacity:.375}.van-loading__spinner--spinner i:nth-of-type(12){-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:.3125}.van-action-sheet{max-height:80%;color:#323233}.van-action-sheet__cancel,.van-action-sheet__item{display:block;width:100%;padding:14px 16px;font-size:16px;background-color:#fff;border:none;cursor:pointer}.van-action-sheet__cancel:active,.van-action-sheet__item:active{background-color:#f2f3f5}.van-action-sheet__item{line-height:22px}.van-action-sheet__item--disabled,.van-action-sheet__item--loading{color:#c8c9cc}.van-action-sheet__item--disabled:active,.van-action-sheet__item--loading:active{background-color:#fff}.van-action-sheet__item--disabled{cursor:not-allowed}.van-action-sheet__item--loading{cursor:default}.van-action-sheet__cancel{color:#646566}.van-action-sheet__subname{margin-top:8px;color:#969799;font-size:12px;line-height:18px}.van-action-sheet__gap{display:block;height:8px;background-color:#f7f8fa}.van-action-sheet__header{font-weight:500;font-size:16px;line-height:48px;text-align:center}.van-action-sheet__description{position:relative;padding:20px 16px;color:#969799;font-size:14px;line-height:20px;text-align:center}.van-action-sheet__description:after{position:absolute;box-sizing:border-box;content:" ";pointer-events:none;right:16px;bottom:0;left:16px;border-bottom:1px solid #ebedf0;-webkit-transform:scaleY(.5);transform:scaleY(.5)}.van-action-sheet__loading-icon .van-loading__spinner{width:22px;height:22px}.van-action-sheet__close{position:absolute;top:0;right:0;padding:0 16px;color:#c8c9cc;font-size:22px;line-height:inherit}.van-action-sheet__close:active{color:#969799}.van-cell{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;box-sizing:border-box;width:100%;padding:10px 16px;overflow:hidden;color:#323233;font-size:14px;line-height:24px;background-color:#fff}.van-cell:after{position:absolute;box-sizing:border-box;content:" ";pointer-events:none;right:16px;bottom:0;left:16px;border-bottom:1px solid #ebedf0;-webkit-transform:scaleY(.5);transform:scaleY(.5)}.van-cell--borderless:after,.van-cell:last-child:after{display:none}.van-cell__label{margin-top:4px;color:#969799;font-size:12px;line-height:18px}.van-cell__title,.van-cell__value{-webkit-box-flex:1;-webkit-flex:1;flex:1}.van-cell__value{position:relative;overflow:hidden;color:#969799;text-align:right;vertical-align:middle;word-wrap:break-word}.van-cell__value--alone{color:#323233;text-align:left}.van-cell__left-icon,.van-cell__right-icon{min-width:1em;height:24px;font-size:16px;line-height:24px}.van-cell__left-icon{margin-right:4px}.van-cell__right-icon{margin-left:4px;color:#969799}.van-cell--clickable{cursor:pointer}.van-cell--clickable:active{background-color:#f2f3f5}.van-cell--required{overflow:visible}.van-cell--required:before{position:absolute;left:8px;color:#ee0a24;font-size:14px;content:"*"}.van-cell--center{-webkit-box-align:center;-webkit-align-items:center;align-items:center}.van-cell--large{padding-top:12px;padding-bottom:12px}.van-cell--large .van-cell__title{font-size:16px}.van-cell--large .van-cell__label{font-size:14px}.van-collapse-item{position:relative}.van-collapse-item--border:after{position:absolute;box-sizing:border-box;content:" ";pointer-events:none;top:0;right:16px;left:16px;border-top:1px solid #ebedf0;-webkit-transform:scaleY(.5);transform:scaleY(.5)}.van-collapse-item__title .van-cell__right-icon:before{-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.van-collapse-item__title:after{right:16px;display:none}.van-collapse-item__title--expanded .van-cell__right-icon:before{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.van-collapse-item__title--expanded:after{display:block}.van-collapse-item__title--borderless:after{display:none}.van-collapse-item__title--disabled{cursor:not-allowed}.van-collapse-item__title--disabled,.van-collapse-item__title--disabled .van-cell__right-icon{color:#c8c9cc}.van-collapse-item__title--disabled:active{background-color:#fff}.van-collapse-item__wrapper{overflow:hidden;-webkit-transition:height .3s ease-in-out;transition:height .3s ease-in-out;will-change:height}.van-collapse-item__content{padding:12px 16px;color:#969799;font-size:14px;line-height:1.5;background-color:#fff}.van-stepper{font-size:0;-webkit-user-select:none;user-select:none}.van-stepper__minus,.van-stepper__plus{position:relative;box-sizing:border-box;width:28px;height:28px;margin:0;padding:0;color:#323233;vertical-align:middle;background-color:#f2f3f5;border:0;cursor:pointer}.van-stepper__minus:before,.van-stepper__plus:before{width:50%;height:1px}.van-stepper__minus:after,.van-stepper__plus:after{width:1px;height:50%}.van-stepper__minus:after,.van-stepper__minus:before,.van-stepper__plus:after,.van-stepper__plus:before{position:absolute;top:50%;left:50%;background-color:currentColor;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);content:""}.van-stepper__minus:active,.van-stepper__plus:active{background-color:#e8e8e8}.van-stepper__minus--disabled,.van-stepper__plus--disabled{color:#c8c9cc;background-color:#f7f8fa;cursor:not-allowed}.van-stepper__minus--disabled:active,.van-stepper__plus--disabled:active{background-color:#f7f8fa}.van-stepper__minus{border-radius:4px 0 0 4px}.van-stepper__minus:after{display:none}.van-stepper__plus{border-radius:0 4px 4px 0}.van-stepper__input{box-sizing:border-box;width:32px;height:28px;margin:0 2px;padding:0;color:#323233;font-size:14px;line-height:normal;text-align:center;vertical-align:middle;background-color:#f2f3f5;border:0;border-width:1px 0;border-radius:0;-webkit-appearance:none}.van-stepper__input:disabled{color:#c8c9cc;background-color:#f2f3f5;-webkit-text-fill-color:currentColor;opacity:1}.van-stepper__input:read-only{cursor:default}.van-stepper--round .van-stepper__input{background-color:transparent}.van-stepper--round .van-stepper__minus,.van-stepper--round .van-stepper__plus{border-radius:100%}.van-stepper--round .van-stepper__minus:active,.van-stepper--round .van-stepper__plus:active{opacity:.7}.van-stepper--round .van-stepper__minus--disabled,.van-stepper--round .van-stepper__minus--disabled:active,.van-stepper--round .van-stepper__plus--disabled,.van-stepper--round .van-stepper__plus--disabled:active{opacity:.3}.van-stepper--round .van-stepper__plus{color:#fff;background-color:#ee0a24}.van-stepper--round .van-stepper__minus{color:#ee0a24;background-color:#fff;border:1px solid #ee0a24}.van-swipe-item{position:relative;-webkit-flex-shrink:0;flex-shrink:0;width:100%;height:100%}.van-swipe{position:relative;overflow:hidden;cursor:grab;-webkit-user-select:none;user-select:none}.van-swipe__track{display:-webkit-box;display:-webkit-flex;display:flex;height:100%}.van-swipe__track--vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.van-swipe__indicators{position:absolute;bottom:12px;left:50%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.van-swipe__indicators--vertical{top:50%;bottom:auto;left:12px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.van-swipe__indicators--vertical .van-swipe__indicator:not(:last-child){margin-bottom:6px}.van-swipe__indicator{width:6px;height:6px;background-color:#ebedf0;border-radius:100%;opacity:.3;-webkit-transition:opacity .2s,background-color .2s;transition:opacity .2s,background-color .2s}.van-swipe__indicator:not(:last-child){margin-right:6px}.van-swipe__indicator--active{background-color:#1989fa;opacity:1}.refreshLoadMask{position:fixed;top:0;left:0;z-index:9999;width:100%;height:100%;background:transparent}.refreshLoadMask .refreshLoad{position:fixed;top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);z-index:99999}.refreshLoadMask .refreshLoad>span{display:inline-block;width:12px;height:12px;background-color:#e91441;border-radius:100%;-webkit-animation:delay 1.4s ease-in-out infinite;animation:delay 1.4s ease-in-out infinite;-webkit-animation-fill-mode:both;animation-fill-mode:both}.refreshLoadMask .refreshLoad>span:nth-of-type(n+2){margin-left:15px}.refreshLoadMask .refreshLoad .circle1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.refreshLoadMask .refreshLoad .circle2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes delay{0%,80%,to{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes delay{0%,80%,to{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.indexGoods[data-v-94a42108]{background:#f5f5f5;padding-bottom:13.0666666667vw}.indexGoods .header1[data-v-94a42108]{background:#fff}.indexGoods .header1 .my-swipe[data-v-94a42108]{width:100%;max-height:100vw;margin:0 auto}.indexGoods .header1 .my-swipe .van-swipe-item[data-v-94a42108]{width:100vw;max-height:100vw;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.indexGoods .header1 .my-swipe .van-swipe-item img[data-v-94a42108]{width:auto;max-height:100vw;max-width:100vw}.indexGoods .content1[data-v-94a42108]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3.2vw;background:#fff;padding-top:1.6vw}.indexGoods .content1 .img1[data-v-94a42108]{width:4.2666666667vw;height:4.2666666667vw;margin-right:.8vw;-ms-flex-negative:0;flex-shrink:0}.indexGoods .content1 .div1[data-v-94a42108]{font-size:5.3333333333vw;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#e91441;margin-right:2.9333333333vw}.indexGoods .content1 .div1 .del[data-v-94a42108]{margin-left:2.6666666667vw;font-size:3.7333333333vw;color:#999;text-decoration:line-through}.indexGoods .content1 .div2[data-v-94a42108]{font-size:3.2vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#999;text-decoration:line-through}.indexGoods .content2[data-v-94a42108]{line-height:5.3333333333vw;font-size:3.7333333333vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#333;padding:0 3.2vw;padding-top:3.4666666667vw;width:100%;background:#fff}.indexGoods .content3[data-v-94a42108]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:13.8666666667vw;padding:0 3.2vw;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;margin:2.6666666667vw 0}.indexGoods .content3 .div1[data-v-94a42108]{font-size:3.7333333333vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#a6a6a6;-ms-flex-negative:0;flex-shrink:0;padding-right:3.2vw}.indexGoods .content3 .div2[data-v-94a42108]{font-size:3.7333333333vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#333;width:100%}.indexGoods .content3 .img1[data-v-94a42108]{width:7.7333333333vw;height:1.3333333333vw;-ms-flex-negative:0;flex-shrink:0;margin-left:2.6666666667vw}.indexGoods .content4[data-v-94a42108]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:10.1333333333vw;background:#fff;border-bottom:1px solid #f5f5f5;margin-top:2.6666666667vw}.indexGoods .content4 span[data-v-94a42108]{display:block;width:19.2vw;height:.2666666667vw;border-bottom:.2666666667vw solid #666}.indexGoods .content4 .span1[data-v-94a42108]{padding:0 2.4vw;font-size:3.7333333333vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#999}.indexGoods .content5[data-v-94a42108]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.indexGoods .content5 .couponDetail[data-v-94a42108]{background-image:url(https://bfyxoss.oss-cn-hongkong.aliyuncs.com/static/img/myOwn/couponDetail.png);background-size:100%;display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:1.3333333333vw;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;font-size:3.2vw;margin:2.6666666667vw;height:5.8666666667vw}.indexGoods .content6[data-v-94a42108]{background:#f5f5f5}.indexGoods .content6 .sheetCoupon .notUsed_item[data-v-94a42108]{margin:0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:4px;overflow:hidden;margin-top:10px;position:relative}.indexGoods .content6 .sheetCoupon .notUsed_item .icon_used[data-v-94a42108]{position:absolute;right:0;top:0;width:17.3333333333vw;height:12vw}.indexGoods .content6 .sheetCoupon .notUsed_item .notUsed_top[data-v-94a42108]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.indexGoods .content6 .sheetCoupon .notUsed_item .notUsed_top .notUsed_item1[data-v-94a42108]{width:9.0666666667vw;height:27.7333333333vw;background:-webkit-gradient(linear,left top,left bottom,from(#f0685f),to(#e91441));background:linear-gradient(180deg,#f0685f,#e91441);border-radius:1.0666666667vw 0 0 1.0666666667vw;-ms-flex-negative:0;flex-shrink:0}.indexGoods .content6 .sheetCoupon .notUsed_item .notUsed_top .notUsed_item2[data-v-94a42108]{width:22.4vw;text-align:center;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:27.7333333333vw;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:#e91441;background:#fff}.indexGoods .content6 .sheetCoupon .notUsed_item .notUsed_top .notUsed_item2 .notUsed_item2_span1[data-v-94a42108]{font-size:22px}.indexGoods .content6 .sheetCoupon .notUsed_item .notUsed_top .notUsed_item2 .notUsed_item2_span2[data-v-94a42108]{font-size:3.2vw}.indexGoods .content6 .sheetCoupon .notUsed_item .notUsed_top .notUsed_item3[data-v-94a42108]{width:2.9333333333vw;height:27.7333333333vw;position:relative;-ms-flex-negative:0;flex-shrink:0;background:#fff}.indexGoods .content6 .sheetCoupon .notUsed_item .notUsed_top .notUsed_item3 .notUsed_item3_span1[data-v-94a42108]{position:absolute;width:2.9333333333vw;height:2.9333333333vw;background:#f5f5f5;border-radius:50%;top:-1.4666666667vw;z-index:2}.indexGoods .content6 .sheetCoupon .notUsed_item .notUsed_top .notUsed_item3 .notUsed_item3_span2[data-v-94a42108]{position:absolute;width:1px;height:27.7333333333vw;border:1px dashed #eee;left:1.3333333333vw;z-index:1}.indexGoods .content6 .sheetCoupon .notUsed_item .notUsed_top .notUsed_item3 .notUsed_item3_span3[data-v-94a42108]{position:absolute;width:2.9333333333vw;height:2.9333333333vw;background:#f5f5f5;border-radius:50%;bottom:-5.5px;z-index:2}.indexGoods .content6 .sheetCoupon .notUsed_item .notUsed_top .notUsed_item4[data-v-94a42108]{padding:2.4vw;padding-bottom:1.0666666667vw;width:65%;background:#fff}.indexGoods .content6 .sheetCoupon .notUsed_item .notUsed_top .notUsed_item4 .notUsed_item4_child1[data-v-94a42108]{font-size:3.7333333333vw;color:#333;min-height:10.6666666667vw;border-radius:1.0666666667vw;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.indexGoods .content6 .sheetCoupon .notUsed_item .notUsed_top .notUsed_item4 .notUsed_item4_child2[data-v-94a42108]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;border-bottom:1px dashed #eee;align-items:center;padding-bottom:.8vw}.indexGoods .content6 .sheetCoupon .notUsed_item .notUsed_top .notUsed_item4 .notUsed_item4_child2 .useTip[data-v-94a42108]{color:#666;font-size:3.4666666667vw}.indexGoods .content6 .sheetCoupon .notUsed_item .notUsed_top .notUsed_item4 .notUsed_item4_child2 .useBtn[data-v-94a42108]{width:14.6666666667vw;height:5.3333333333vw;border-radius:1.0666666667vw;background:#e91441;color:#fff;text-align:center;line-height:5.3333333333vw}.indexGoods .content6 .sheetCoupon .notUsed_item .notUsed_top .notUsed_item4 .notUsed_item4_child3[data-v-94a42108]{margin-top:2.1333333333vw;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0}.indexGoods .content6 .sheetCoupon .notUsed_item .notUsed_top .notUsed_item4 .notUsed_item4_child3 img[data-v-94a42108]{width:3.7333333333vw;height:3.7333333333vw}.indexGoods .content6 .sheetCoupon .notUsed_item .notUsed_top .notUsed_item4 .notUsed_item4_child3[data-v-94a42108] .van-cell{padding:0!important}.indexGoods .content6 .sheetCoupon .notUsed_item .notUsed_top .notUsed_item4 .notUsed_item4_child3 .van-cell__right-icon[data-v-94a42108]{margin:0}.indexGoods .content6 .sheetCoupon .notUsed_item .notUsed_top .notUsed_item4 .notUsed_item4_child3 .dateK[data-v-94a42108]{width:48vw;color:#999;font-size:2.6666666667vw}.indexGoods .content6 .sheetCoupon .notUsed_item .notUsed_top .notUsed_item4 .notUsed_item4_child3 .van-hairline--top-bottom[data-v-94a42108]:after,.indexGoods .content6 .sheetCoupon .notUsed_item .notUsed_top .notUsed_item4 .notUsed_item4_child3 .van-hairline-unset--top-bottom[data-v-94a42108]:after{border:0}.indexGoods .content6 .sheetCoupon .notUsed_item .notUsed_top .notUsed_item4 .notUsed_item4_child3 .descBox .descText[data-v-94a42108]{display:block}.indexGoods .content6 .sheetCoupon .notUsed_item .notUsed_top .notUsed_item4 .notUsed_item4_child3 .descBox div[data-v-94a42108]{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:2.6666666667vw;margin-bottom:-2.6666666667vw;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.indexGoods .content6 .sheetCoupon .notUsed_item .notUsed_top .notUsed_item4 .notUsed_item4_child3 .descBox div img[data-v-94a42108]{width:1.8666666667vw;height:2.9333333333vw;margin-left:.8vw}.indexGoods .content6 .sheetCoupon .notUsed_item .notUsed_bottom .notUsed_item5[data-v-94a42108]{width:100%;height:8vw}.indexGoods .rechargeContent[data-v-94a42108]{position:relative;background:#f5f5f5}.indexGoods .rechargeContent .closeBtn[data-v-94a42108]{position:absolute;right:4vw;top:4vw;width:4.2666666667vw;height:4.5333333333vw;z-index:100}.indexGoods .rechargeContent .buyCount[data-v-94a42108]{background:#fff;padding:4.2666666667vw;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.indexGoods .rechargeContent .buyCount .s1[data-v-94a42108]{margin-right:2.6666666667vw}.indexGoods .rechargeContent .buyCount .s3[data-v-94a42108]{font-size:2.6666666667vw;margin-left:2.6666666667vw;color:#333}.indexGoods .rechargeContent .buyCount1[data-v-94a42108],.indexGoods .rechargeContent .buyCount .s3[data-v-94a42108]{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.indexGoods .rechargeContent .buyCount1[data-v-94a42108]{background:#fff;padding:0 4.2666666667vw;padding-bottom:4.2666666667vw}.indexGoods .rechargeContent .buyCount1 .s3[data-v-94a42108]{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:2.6666666667vw;color:#333}.indexGoods .rechargeContent .sheetHead[data-v-94a42108]{display:-webkit-box;display:-ms-flexbox;display:flex;background:#fff;padding:2.6666666667vw 4.2666666667vw;border-bottom:1px solid #eee;z-index:99;width:100%;border-radius:5.3333333333vw 5.3333333333vw 0 0}.indexGoods .rechargeContent .sheetHead img[data-v-94a42108]{width:22.4vw;height:22.4vw;margin:3.4666666667vw}.indexGoods .rechargeContent .sheetHead .sheetLeft[data-v-94a42108]{margin:2.6666666667vw;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:70%;color:#666}.indexGoods .rechargeContent .sheetHead .sheetLeft .couponName[data-v-94a42108]{color:#333;font-size:3.7333333333vw;margin-bottom:.8vw}.indexGoods .rechargeContent .sheetHead .sheetLeft .couponStock[data-v-94a42108]{margin:.8vw 0}.indexGoods .rechargeContent .sheetHead .sheetLeft .couponDesc .span1[data-v-94a42108]{margin-right:1.3333333333vw}.indexGoods .rechargeContent .sheetHead .sheetLeft .couponDesc .span1 .em1[data-v-94a42108],.indexGoods .rechargeContent .sheetHead .sheetLeft .couponDesc .span2 .em1[data-v-94a42108]{color:#e91441;font-style:normal}.indexGoods .rechargeContent .sheetHead .sheetLeft .couponSale[data-v-94a42108]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:2.6666666667vw}.indexGoods .rechargeContent .sheetHead .sheetLeft .couponSale .span1[data-v-94a42108]{color:#e91441;font-size:4.2666666667vw}.indexGoods .rechargeContent .sheetSecond .secondItem[data-v-94a42108]{display:-webkit-box;display:-ms-flexbox;display:flex;height:27.7333333333vw;margin:2.6666666667vw;background:#fff;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:2.6666666667vw;border-radius:1.0666666667vw}.indexGoods .rechargeContent .sheetSecond .secondItem img[data-v-94a42108]{width:32vw;height:18.6666666667vw}.indexGoods .rechargeContent .sheetSecond .secondItem .secondLeft[data-v-94a42108]{margin:2.6666666667vw 3.7333333333vw}.indexGoods .rechargeContent .sheetSecond .secondItem .secondLeft .itemName[data-v-94a42108]{height:10.6666666667vw;border-bottom:1px dashed #f5f5f5;width:100%}.indexGoods .rechargeContent .sheetSecond .secondItem .secondLeft .itemTime[data-v-94a42108]{margin-top:1.3333333333vw}.indexGoods .rechargeContent .sheetTips[data-v-94a42108]{padding:4vw;padding-bottom:18.6666666667vw;background:#fff;margin-top:4vw}.indexGoods .rechargeContent .sheetTips p[data-v-94a42108]{line-height:6.4vw}.indexGoods .rechargeContent .sheetBottom[data-v-94a42108]{width:100%;height:13.3333333333vw;background:#fff;position:fixed;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-top:1px solid #f5f5f5;z-index:99}.indexGoods .rechargeContent .sheetBottom .bottomLeft[data-v-94a42108]{text-align:right;padding-right:2.6666666667vw;width:68.8vw;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:3.4666666667vw;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.indexGoods .rechargeContent .sheetBottom .bottomLeft .em1[data-v-94a42108]{color:#e91441;font-style:normal}.indexGoods .rechargeContent .sheetBottom .bottomLeft .moneyText[data-v-94a42108]{margin:0 .8vw;margin-left:3.2vw}.indexGoods .rechargeContent .sheetBottom .bottomLeft .totalMoney[data-v-94a42108]{font-size:4.8vw;color:#e91441}.indexGoods .rechargeContent .sheetBottom .payBtn[data-v-94a42108]{background:#e91441}.indexGoods .rechargeContent .sheetBottom .cantPay[data-v-94a42108],.indexGoods .rechargeContent .sheetBottom .payBtn[data-v-94a42108]{width:30.9333333333vw;height:13.3333333333vw;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;line-height:13.3333333333vw;font-size:4.8vw;text-align:center}.indexGoods .rechargeContent .sheetBottom .cantPay[data-v-94a42108]{background:#666}.indexGoods .content10[data-v-94a42108]{width:100%;height:9.8666666667vw;background:#fff8ea}.indexGoods .content10 div[data-v-94a42108]{margin-left:3.4666666667vw;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.indexGoods .content10 div p[data-v-94a42108]{font-size:3.2vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#333;line-height:9.8666666667vw;text-align:left}.indexGoods .content10 div p span[data-v-94a42108]{color:#e91441}.indexGoods .content10 div img[data-v-94a42108]{width:4.8vw;height:4.8vw;margin-left:1.0666666667vw}.indexGoods .content11[data-v-94a42108]{width:100%;height:11.4666666667vw;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background:#fff}.indexGoods .content11 div[data-v-94a42108],.indexGoods .content11[data-v-94a42108]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.indexGoods .content11 div[data-v-94a42108]{padding:0 3.2vw}.indexGoods .content11 div p[data-v-94a42108]{display:block;font-size:2.6666666667vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#666;text-align:left}.indexGoods .content11 div img[data-v-94a42108]{width:4.8vw;height:5.0666666667vw;margin-right:.5333333333vw}.indexGoods .footer1[data-v-94a42108]{position:fixed;bottom:-1px;background:#fff;width:100%;height:13.0666666667vw;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-top:1px solid #f5f5f5;z-index:9}.indexGoods .footer1 .div2[data-v-94a42108]{background:#e91441}.indexGoods .footer1 .div2[data-v-94a42108],.indexGoods .footer1 .div3[data-v-94a42108]{width:100%;height:13.0666666667vw;text-align:center;line-height:13.0666666667vw;font-size:4.8vw;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#fff}.indexGoods .footer1 .div3[data-v-94a42108]{background:#989898}.indexGoods .skuContent[data-v-94a42108]{height:100%}.indexGoods .skuContent_header[data-v-94a42108]{position:fixed;left:0;right:0;width:100%;height:32.2666666667vw;z-index:2;top:auto;border-radius:3.2vw 3.2vw 0 0}.indexGoods .skuContent_header[data-v-94a42108],.indexGoods .skuContent_header_child1[data-v-94a42108]{background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.indexGoods .skuContent_header_child1[data-v-94a42108]{width:22.4vw;height:22.4vw;overflow:hidden;border-radius:4px;border:1px solid #eee;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:3.4666666667vw}.indexGoods .skuContent_header_child1 .img1[data-v-94a42108]{width:auto;max-height:84px;max-width:84px}.indexGoods .skuContent_header_child2[data-v-94a42108]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:22.4vw;margin-left:2.6666666667vw}.indexGoods .skuContent_header_child2 .sku_goodsName[data-v-94a42108]{width:58.1333333333vw;height:5.3333333333vw;font-size:3.7333333333vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#333;line-height:5.3333333333vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.indexGoods .skuContent_header_child2 .sku_lottery[data-v-94a42108]{height:4.5333333333vw;font-size:3.2vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#666;line-height:4.5333333333vw}.indexGoods .skuContent_header_child2 .sku_lottery span[data-v-94a42108]{color:#e91441}.indexGoods .skuContent_header_child2 .div1[data-v-94a42108]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.indexGoods .skuContent_header_child2 .div1 .img1[data-v-94a42108]{width:16px;height:16px;margin-right:6px}.indexGoods .skuContent_header_child2 .div1 .span1[data-v-94a42108]{font-size:16px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#e91441}.indexGoods .skuContent_header_child2 .div2[data-v-94a42108]{height:4.5333333333vw;font-size:3.2vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#666;line-height:4.5333333333vw}.indexGoods .skuContent_header_child3[data-v-94a42108]{position:absolute;right:12px;top:13px;width:16px;height:16px}.indexGoods .skuContent_sku[data-v-94a42108]{height:100%;overflow-y:scroll;padding-bottom:15.4666666667vw}.indexGoods .skuContent_sku .product-content[data-v-94a42108]{padding:32.2666666667vw 0 0 16px}.indexGoods .skuContent_sku .product-delcom[data-v-94a42108]{color:#323232;font-size:3.7333333333vw;margin-top:12px}.indexGoods .skuContent_sku .product-delcom .p1[data-v-94a42108]{font-size:12px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#666}.indexGoods .skuContent_sku .product-footerlist[data-v-94a42108]{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}.indexGoods .skuContent_sku .product-footerlist li[data-v-94a42108]{height:6.4vw;padding:0 12px;margin-right:14px;margin-top:2.1333333333vw;font-size:3.4666666667vw;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#e91441;line-height:6.4vw;background:#fff;border-radius:2.6666666667vw;border:1px solid #e91441}.indexGoods .skuContent_sku .product-footerlist li.productActive[data-v-94a42108]{background-color:#e91441;color:#fff}.indexGoods .skuContent_sku .product-footerlist li.noneActive[data-v-94a42108]{background-color:#f5f5f5;color:#ddd;pointer-events:none}.indexGoods .skuContent_sku .product-footer[data-v-94a42108]{background-color:#1a1a29;text-align:center}.indexGoods .skuContent_sku .product-footer a[data-v-94a42108]{color:#fff;text-decoration:none;height:88px;line-height:88px;font-size:28px}.indexGoods .skuContent_sku .price[data-v-94a42108]{font-size:30px;height:60px;line-height:60px}.indexGoods .skuContent_input[data-v-94a42108]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 4.2666666667vw;margin-top:4.2666666667vw}.indexGoods .skuContent_input .div1[data-v-94a42108]{font-size:3.2vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#666}.indexGoods .skuContent_btn[data-v-94a42108]{height:13.0666666667vw;background:#fff;position:absolute;bottom:0;left:0;right:0;border:.2666666667vw solid #eee;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.indexGoods .skuContent_btn p[data-v-94a42108]{display:block;height:6.6666666667vw;font-size:3.4666666667vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#666;line-height:6.6666666667vw}.indexGoods .skuContent_btn p span[data-v-94a42108]:nth-of-type(3){font-size:4.8vw;font-weight:500;color:#e91441}.indexGoods .skuContent_btn .div1[data-v-94a42108]{width:100%;background:#e91441}.indexGoods .skuContent .skuContent_btn_none[data-v-94a42108],.indexGoods .skuContent_btn .div1[data-v-94a42108]{height:13.0666666667vw;line-height:13.0666666667vw;text-align:center;font-size:4.8vw;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#fff}.indexGoods .skuContent .skuContent_btn_none[data-v-94a42108]{background:#989898;position:absolute;bottom:0;left:0;right:0}.indexGoods .van-cell[data-v-94a42108]{padding:0!important}