.van-count-down{line-height:20px}.van-cell,.van-count-down{color:#323233;font-size:14px}.van-cell{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;box-sizing:border-box;width:100%;padding:10px 16px;overflow:hidden;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{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) translateZ(0);transform:rotate(90deg) translateZ(0);-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-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-list__error-text,.van-list__finished-text,.van-list__loading{color:#969799;font-size:14px;line-height:50px;text-align:center}.van-list__placeholder{height:0;pointer-events:none}.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:#c8c9cc;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-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:16px}.van-popup--top{top:0;left:0;width:100%}.van-popup--top.van-popup--round{border-radius:0 0 16px 16px}.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:16px 0 0 16px}.van-popup--bottom{bottom:0;left:0;width:100%}.van-popup--bottom.van-popup--round{border-radius:16px 16px 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 16px 16px 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-action-sheet{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;max-height:80%;overflow:hidden;color:#323233}.van-action-sheet__content{-webkit-box-flex:1;-webkit-flex:1 auto;flex:1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch}.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{-webkit-flex-shrink:0;flex-shrink:0;box-sizing:border-box;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{-webkit-flex-shrink:0;flex-shrink:0;font-weight:500;font-size:16px;line-height:48px;text-align:center}.van-action-sheet__description{position:relative;-webkit-flex-shrink:0;flex-shrink:0;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;z-index:1;padding:0 16px;color:#c8c9cc;font-size:22px;line-height:inherit}.van-action-sheet__close:active{color:#969799}.van-swipe-item{position:relative;-webkit-flex-shrink:0;flex-shrink:0;width:100%;height:100%}.van-swipe{position:relative;overflow:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);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}.rechargeMain{background:#f5f5f5}.rechargeMain .couponMain{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#fff;margin-bottom:2.6666666667vw;padding:3.7333333333vw 3.7333333333vw 3.7333333333vw 4.5333333333vw}.rechargeMain .couponMain,.rechargeMain .couponMain .flexRow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rechargeMain .couponMain .flexRow .couponLeft{width:26.6666666667vw;height:26.4vw}.rechargeMain .couponMain .flexRow .couponMiddle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-left:2.9333333333vw;width:29.3333333333vw}.rechargeMain .couponMain .flexRow .couponMiddle .name{font-size:3.4666666667vw;color:#333;font-weight:400}.rechargeMain .couponMain .flexRow .couponMiddle .num{margin-top:1.6vw;font-size:3.2vw;color:#999;font-weight:400}.rechargeMain .couponMain .flexRow .couponMiddle .num .val{color:#ff3537}.rechargeMain .couponMain .flexRow .couponMiddle .num .van-count-down{background-color:#ff3537!important}.rechargeMain .couponMain .flexRow .couponMiddle .price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;font-size:4.2666666667vw;color:#ff3537;font-weight:400;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.rechargeMain .couponMain .flexRow .couponMiddle .price .del{margin-left:2.6666666667vw;font-size:3.7333333333vw;color:#999;text-decoration:line-through}.rechargeMain .couponMain .couponRight{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.rechargeMain .couponMain .couponRight .time{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rechargeMain .couponMain .couponRight .time .val{font-size:3.2vw;color:#ff3537}.rechargeMain .couponMain .couponRight .time .colon{display:inline-block;margin:0 .2666666667vw;color:#ff3537}.rechargeMain .couponMain .couponRight .time .block{display:inline-block;width:4.2666666667vw;color:#333;font-size:2.6666666667vw;text-align:center;border-radius:.5333333333vw;background-color:#ff3537}.rechargeMain .couponMain .couponRight .btn{width:23.4666666667vw;height:7.4666666667vw;background:#ff3537;border-radius:1.0666666667vw;font-size:4.2666666667vw;color:#333;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}.rechargeMain .couponMain .couponRightS{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.rechargeMain .couponMain .couponRightS .btn{width:23.4666666667vw;height:7.4666666667vw;background:#ff3537;border-radius:1.0666666667vw;font-size:4.2666666667vw;color:#333;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}.rechargeMain .rechargeList{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:5.3333333333vw 4vw;text-align:center;background:#fff;margin-bottom:5.3333333333vw}.rechargeMain .rechargeList .active-class{background:#fffbee}.rechargeMain .rechargeList .listItem{width:29.3333333333vw;padding:3.2vw 1.3333333333vw;border:1px solid #f6d7a9;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:2.1333333333vw;margin-bottom:3.2vw}.rechargeMain .rechargeList .listItem .goodsPrice{font-size:4.8vw;color:#ff3537}.rechargeMain .rechargeList .listItem .goodsCode{font-size:3.7333333333vw;color:#999;margin-top:2.6666666667vw}.rechargeMain .rechargeList .listItem.active{background:#fff2f2}.rechargeMain .rechargeTips{color:#333;background:#fff}.rechargeMain .rechargeTips p{padding:3.2vw;font-size:3.7333333333vw}.rechargeMain .rechargeTips div{text-align:left;font-size:3.2vw;margin:0 6.1333333333vw;padding-bottom:8vw}.rechargeMain .rechargeTips div li{line-height:4.8vw}.rechargeMain .rechargeContent{position:relative;background:#f5f5f5}.rechargeMain .rechargeContent .closeBtn{position:absolute;right:4vw;top:4vw;width:4.2666666667vw;height:4.5333333333vw;z-index:100}.rechargeMain .rechargeContent .sheetHead{display:-webkit-box;display:-ms-flexbox;display:flex;background:#fff;padding:2.6666666667vw 4.2666666667vw;margin-bottom:2.6666666667vw;z-index:99;width:100%;border-radius:5.3333333333vw 5.3333333333vw 0 0}.rechargeMain .rechargeContent .sheetHead img{width:22.4vw;height:22.4vw;margin:3.4666666667vw}.rechargeMain .rechargeContent .sheetHead .sheetLeft{margin:2.6666666667vw;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:70%;color:#666}.rechargeMain .rechargeContent .sheetHead .sheetLeft .couponName{color:#333;font-size:3.7333333333vw;margin-bottom:.8vw}.rechargeMain .rechargeContent .sheetHead .sheetLeft .couponStock{margin:.8vw 0}.rechargeMain .rechargeContent .sheetHead .sheetLeft .couponDesc .span1{margin-right:1.3333333333vw}.rechargeMain .rechargeContent .sheetHead .sheetLeft .couponDesc .span1 .em1,.rechargeMain .rechargeContent .sheetHead .sheetLeft .couponDesc .span2 .em1{color:#ff3537;font-style:normal}.rechargeMain .rechargeContent .sheetHead .sheetLeft .couponSale{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:2.6666666667vw}.rechargeMain .rechargeContent .sheetHead .sheetLeft .couponSale .span1{color:#ff3537;font-size:4.2666666667vw}.rechargeMain .rechargeContent .sheetSecond .secondItem{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}.rechargeMain .rechargeContent .sheetSecond .secondItem img{width:32vw;height:18.6666666667vw}.rechargeMain .rechargeContent .sheetSecond .secondItem .secondLeft{margin:2.6666666667vw 3.7333333333vw}.rechargeMain .rechargeContent .sheetSecond .secondItem .secondLeft .itemName{height:10.6666666667vw;border-bottom:1px dashed #f5f5f5;width:100%}.rechargeMain .rechargeContent .sheetSecond .secondItem .secondLeft .itemTime{margin-top:1.3333333333vw}.rechargeMain .rechargeContent .sheetCoupon .notUsed_item{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}.rechargeMain .rechargeContent .sheetCoupon .notUsed_item .icon_used{position:absolute;right:0;top:0;width:17.3333333333vw;height:12vw}.rechargeMain .rechargeContent .sheetCoupon .notUsed_item .notUsed_top{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}.rechargeMain .rechargeContent .sheetCoupon .notUsed_item .notUsed_top .notUsed_item1{width:9.0666666667vw;height:27.7333333333vw;background:-webkit-gradient(linear,left top,left bottom,from(#f0685f),to(#ff3537));background:linear-gradient(180deg,#f0685f,#ff3537);border-radius:1.0666666667vw 0 0 1.0666666667vw;-ms-flex-negative:0;flex-shrink:0}.rechargeMain .rechargeContent .sheetCoupon .notUsed_item .notUsed_top .notUsed_item2{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:#ff3537;background:#fff}.rechargeMain .rechargeContent .sheetCoupon .notUsed_item .notUsed_top .notUsed_item2 .notUsed_item2_span1{font-size:22px}.rechargeMain .rechargeContent .sheetCoupon .notUsed_item .notUsed_top .notUsed_item2 .notUsed_item2_span2{font-size:3.2vw}.rechargeMain .rechargeContent .sheetCoupon .notUsed_item .notUsed_top .notUsed_item3{width:2.9333333333vw;height:27.7333333333vw;position:relative;-ms-flex-negative:0;flex-shrink:0;background:#fff}.rechargeMain .rechargeContent .sheetCoupon .notUsed_item .notUsed_top .notUsed_item3 .notUsed_item3_span1{position:absolute;width:2.9333333333vw;height:2.9333333333vw;background:#f5f5f5;border-radius:50%;top:-1.4666666667vw;z-index:2}.rechargeMain .rechargeContent .sheetCoupon .notUsed_item .notUsed_top .notUsed_item3 .notUsed_item3_span2{position:absolute;width:1px;height:27.7333333333vw;border:1px dashed #eee;left:1.3333333333vw;z-index:1}.rechargeMain .rechargeContent .sheetCoupon .notUsed_item .notUsed_top .notUsed_item3 .notUsed_item3_span3{position:absolute;width:2.9333333333vw;height:2.9333333333vw;background:#f5f5f5;border-radius:50%;bottom:-5.5px;z-index:2}.rechargeMain .rechargeContent .sheetCoupon .notUsed_item .notUsed_top .notUsed_item4{padding:2.4vw;padding-bottom:1.0666666667vw;width:65%;background:#fff}.rechargeMain .rechargeContent .sheetCoupon .notUsed_item .notUsed_top .notUsed_item4 .notUsed_item4_child1{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}.rechargeMain .rechargeContent .sheetCoupon .notUsed_item .notUsed_top .notUsed_item4 .notUsed_item4_child2{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}.rechargeMain .rechargeContent .sheetCoupon .notUsed_item .notUsed_top .notUsed_item4 .notUsed_item4_child2 .useTip{color:#666;font-size:3.4666666667vw}.rechargeMain .rechargeContent .sheetCoupon .notUsed_item .notUsed_top .notUsed_item4 .notUsed_item4_child2 .useBtn{width:14.6666666667vw;height:5.3333333333vw;border-radius:1.0666666667vw;background:#ff3537;color:#fff;text-align:center;line-height:5.3333333333vw}.rechargeMain .rechargeContent .sheetCoupon .notUsed_item .notUsed_top .notUsed_item4 .notUsed_item4_child3{margin-top:2.1333333333vw;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.rechargeMain .rechargeContent .sheetCoupon .notUsed_item .notUsed_top .notUsed_item4 .notUsed_item4_child3 img{width:3.7333333333vw;height:3.7333333333vw}.rechargeMain .rechargeContent .sheetCoupon .notUsed_item .notUsed_top .notUsed_item4 .notUsed_item4_child3 .van-cell{padding:0}.rechargeMain .rechargeContent .sheetCoupon .notUsed_item .notUsed_top .notUsed_item4 .notUsed_item4_child3 .van-cell__right-icon{margin:0}.rechargeMain .rechargeContent .sheetCoupon .notUsed_item .notUsed_top .notUsed_item4 .notUsed_item4_child3 .dateK{width:53.3333333333vw;color:#999;font-size:2.6666666667vw}.rechargeMain .rechargeContent .sheetCoupon .notUsed_item .notUsed_top .notUsed_item4 .notUsed_item4_child3 .van-hairline--top-bottom:after,.rechargeMain .rechargeContent .sheetCoupon .notUsed_item .notUsed_top .notUsed_item4 .notUsed_item4_child3 .van-hairline-unset--top-bottom:after{border:0}.rechargeMain .rechargeContent .sheetCoupon .notUsed_item .notUsed_top .notUsed_item4 .notUsed_item4_child3 .descBox .descText{display:block}.rechargeMain .rechargeContent .sheetCoupon .notUsed_item .notUsed_top .notUsed_item4 .notUsed_item4_child3 .descBox div{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}.rechargeMain .rechargeContent .sheetCoupon .notUsed_item .notUsed_top .notUsed_item4 .notUsed_item4_child3 .descBox div img{width:1.8666666667vw;height:2.9333333333vw;margin-left:.8vw}.rechargeMain .rechargeContent .sheetCoupon .notUsed_item .notUsed_bottom .notUsed_item5{width:100%;height:8vw}.rechargeMain .rechargeContent .sheetTips{padding:4vw;padding-bottom:18.6666666667vw;background:#fff;margin-top:4vw}.rechargeMain .rechargeContent .sheetTips p{line-height:6.4vw}.rechargeMain .rechargeContent .sheetBottom{width:100%;height:13.3333333333vw;background:#fff;position:fixed;bottom:0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-top:1px solid #f5f5f5;z-index:99}.rechargeMain .rechargeContent .sheetBottom,.rechargeMain .rechargeContent .sheetBottom .bottomLeft{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.rechargeMain .rechargeContent .sheetBottom .bottomLeft{text-align:right;padding-right:2.6666666667vw;width:68.8vw;font-size:3.4666666667vw;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.rechargeMain .rechargeContent .sheetBottom .bottomLeft .em1{color:#ff3537;font-style:normal}.rechargeMain .rechargeContent .sheetBottom .bottomLeft .moneyText{margin:0 .8vw;margin-left:3.2vw}.rechargeMain .rechargeContent .sheetBottom .bottomLeft .totalMoney{font-size:4.8vw;color:#ff3537}.rechargeMain .rechargeContent .sheetBottom .payBtn{background:#ff3537}.rechargeMain .rechargeContent .sheetBottom .cantPay,.rechargeMain .rechargeContent .sheetBottom .payBtn{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}.rechargeMain .rechargeContent .sheetBottom .cantPay{background:#666}