.van-empty{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;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;box-sizing:border-box;padding:.32rem 0}.van-empty__image{width:1.6rem;height:1.6rem}.van-empty__image img{width:100%;height:100%}.van-empty__description{margin-top:.16rem;padding:0 .6rem;color:#969799;font-size:.14rem;line-height:.2rem}.van-empty__bottom{margin-top:.24rem}.van-count-down{color:#323233;font-size:.14rem;line-height:.2rem}.van-progress{position:relative;height:.04rem;background:#ebedf0;border-radius:.04rem}.van-progress__portion{position:absolute;left:0;height:100%;background:#1989fa;border-radius:inherit}.van-progress__pivot{position:absolute;top:50%;box-sizing:border-box;min-width:3.6em;padding:0 .05rem;color:#fff;font-size:.1rem;line-height:1.6;text-align:center;word-break:keep-all;background-color:#1989fa;border-radius:1em;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.van-switch{position:relative;display:inline-block;box-sizing:content-box;width:2em;font-size:.3rem;border:.01rem solid rgba(0,0,0,.1);border-radius:1em;cursor:pointer;-webkit-transition:background-color .3s;transition:background-color .3s}.van-switch,.van-switch__node{height:1em;background-color:#fff}.van-switch__node{position:absolute;top:0;left:0;width:1em;font-size:inherit;border-radius:100%;box-shadow:0 .03rem .01rem 0 rgba(0,0,0,.05),0 .02rem .02rem 0 rgba(0,0,0,.1),0 .03rem .03rem 0 rgba(0,0,0,.05);-webkit-transition:-webkit-transform .3s cubic-bezier(.3,1.05,.4,1.05);transition:-webkit-transform .3s cubic-bezier(.3,1.05,.4,1.05);transition:transform .3s cubic-bezier(.3,1.05,.4,1.05);transition:transform .3s cubic-bezier(.3,1.05,.4,1.05),-webkit-transform .3s cubic-bezier(.3,1.05,.4,1.05)}.van-switch__loading{top:25%;left:25%;width:50%;height:50%;line-height:1}.van-switch--on{background-color:#1989fa}.van-switch--on .van-switch__node{-webkit-transform:translateX(1em);transform:translateX(1em)}.van-switch--on .van-switch__loading{color:#1989fa}.van-switch--disabled{cursor:not-allowed;opacity:.5}.van-switch--loading{cursor:default}.van-sticky--fixed{position:fixed;top:0;right:0;left:0;z-index:99}.van-tab{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;box-sizing:border-box;padding:0 .04rem;color:#646566;font-size:.14rem;line-height:.2rem;cursor:pointer}.van-tab--active{color:#323233;font-weight:500}.van-tab--disabled{color:#c8c9cc;cursor:not-allowed}.van-tab__text--ellipsis{display:-webkit-box;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.van-tab__text-wrapper,.van-tabs{position:relative}.van-tabs__wrap{overflow:hidden}.van-tabs__wrap--page-top{position:fixed}.van-tabs__wrap--content-bottom{top:auto;bottom:0}.van-tabs__wrap--scrollable .van-tab{-webkit-box-flex:1;-webkit-flex:1 0 auto;flex:1 0 auto;padding:0 .12rem}.van-tabs__wrap--scrollable .van-tabs__nav{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.van-tabs__wrap--scrollable .van-tabs__nav::-webkit-scrollbar{display:none}.van-tabs__nav{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;background-color:#fff;-webkit-user-select:none;user-select:none}.van-tabs__nav--line{box-sizing:content-box;height:100%;padding-bottom:.15rem}.van-tabs__nav--line.van-tabs__nav--complete{padding-right:.08rem;padding-left:.08rem}.van-tabs__nav--card{box-sizing:border-box;height:.3rem;margin:0 .16rem;border:.01rem solid #ee0a24;border-radius:.02rem}.van-tabs__nav--card .van-tab{color:#ee0a24;border-right:.01rem solid #ee0a24}.van-tabs__nav--card .van-tab:last-child{border-right:none}.van-tabs__nav--card .van-tab.van-tab--active{color:#fff;background-color:#ee0a24}.van-tabs__nav--card .van-tab--disabled{color:#c8c9cc}.van-tabs__line{position:absolute;bottom:.15rem;left:0;z-index:1;width:.4rem;height:.03rem;background-color:#ee0a24;border-radius:.03rem}.van-tabs__track{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;width:100%;height:100%;will-change:left}.van-tabs__content--animated{overflow:hidden}.van-tabs--line .van-tabs__wrap{height:.44rem}.van-tabs--card>.van-tabs__wrap{height:.3rem}.van-tab__pane,.van-tab__pane-wrapper{-webkit-flex-shrink:0;flex-shrink:0;box-sizing:border-box;width:100%}.van-tab__pane-wrapper--inactive{height:0;overflow:visible}.van-radio{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;overflow:hidden;cursor:pointer;-webkit-user-select:none;user-select:none}.van-radio--disabled{cursor:not-allowed}.van-radio--label-disabled{cursor:default}.van-radio--horizontal{margin-right:.12rem}.van-radio__icon{-webkit-box-flex:0;-webkit-flex:none;flex:none;height:1em;font-size:.2rem;line-height:1em;cursor:pointer}.van-radio__icon .van-icon{display:block;box-sizing:border-box;width:1.25em;height:1.25em;color:transparent;font-size:.8em;line-height:1.25;text-align:center;border:.01rem solid #c8c9cc;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:color,border-color,background-color;transition-property:color,border-color,background-color}.van-radio__icon--round .van-icon{border-radius:100%}.van-radio__icon--checked .van-icon{color:#fff;background-color:#1989fa;border-color:#1989fa}.van-radio__icon--disabled{cursor:not-allowed}.van-radio__icon--disabled .van-icon{background-color:#ebedf0;border-color:#c8c9cc}.van-radio__icon--disabled.van-radio__icon--checked .van-icon{color:#c8c9cc}.van-radio__label{margin-left:.08rem;color:#323233;line-height:.2rem}.van-radio__label--left{margin:0 .08rem 0 0}.van-radio__label--disabled{color:#c8c9cc}.van-radio-group--horizontal{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.popupContent{padding:0 .12rem 0 .12rem;box-sizing:border-box;display:flex;flex-flow:column}.popupContent .title{height:.48rem;padding:0 .24rem;box-sizing:border-box;font-size:.17rem;color:#191919;align-content:center;justify-content:center}.popupContent .skuName,.popupContent .title{font-weight:700;display:flex;align-items:center}.popupContent .skuName{font-size:.16rem;color:#333;height:.44rem}.popupContent .skuList{display:flex;flex-flow:column;align-items:baseline;font-size:.12rem;color:#333;box-sizing:border-box}.popupContent .skuList .van-radio{height:.44rem}.popupContent .sukFooter{height:.72rem;display:flex;flex-flow:row;align-items:center;align-content:center;justify-content:space-between}.popupContent .sukFooter .button{width:.96rem;height:.42rem;background:#fa6c17;border-radius:.22rem .22rem .22rem .22rem;display:flex;flex-flow:column;align-items:center;align-content:center;justify-content:center;font-size:.16rem;color:#fff}.popupContent .sukFooter .price{font-size:.12rem}.popupContent .sukFooter .price span{font-weight:700;font-size:.2rem;color:#f54747;margin-left:.03rem}.popupContent .sukFooter .price span:before{content:"$";font-size:.11rem;font-weight:700}.haggleProductList[data-v-11460f63]{display:flex;flex-flow:column;align-items:center;align-content:center;justify-content:center}.haggleProductList[data-v-11460f63] .timer{right:0;bottom:0;left:0;z-index:1;position:absolute;display:flex;align-items:center;align-content:center;justify-content:center}.haggleProductList[data-v-11460f63] .timer .van-count-down{display:flex;flex-flow:row wrap;justify-content:center;align-content:center;align-items:center;font-size:.1rem;color:#fff}.haggleProductList[data-v-11460f63] .timer .colon{display:inline-block;font-size:.1rem;color:#fff}.haggleProductList[data-v-11460f63] .timer .block{display:inline-block;font-size:.1rem;color:#fff;text-align:center}.haggleProductList[data-v-11460f63] .timer .text{font-weight:700;font-size:.1rem;color:#fff}.haggleProductList .item[data-v-11460f63]{width:3.51rem;height:2.04rem;display:flex;flex-flow:row;position:relative;background:url(../../static/img/prod.59653230.png) no-repeat 50%/100%;margin-bottom:.12rem;padding:0 .06rem .06rem .06rem;box-sizing:border-box}.haggleProductList .item .tags[data-v-11460f63]{left:.04rem;top:.04rem;z-index:1;position:absolute;display:flex;flex-flow:row;align-items:baseline}.haggleProductList .item .store[data-v-11460f63]{left:0;bottom:0;z-index:1;position:absolute;width:100%;justify-content:space-between;padding:.08rem .05rem;background:linear-gradient(transparent,#000)}.haggleProductList .item .store .storeInfo[data-v-11460f63],.haggleProductList .item .store[data-v-11460f63]{display:flex;flex-flow:row;align-items:center;align-content:center}.haggleProductList .item .store .storeName[data-v-11460f63]{text-align:left;font-weight:400;font-size:.11rem;color:#fff;width:1.3rem;margin-left:.05rem}.haggleProductList .item .store .storeKm[data-v-11460f63]{font-weight:400;font-size:.11rem;color:#fff}.haggleProductList .item .activitySlashStatus[data-v-11460f63]{background:#fa6c17;border-radius:.1rem .1rem .1rem .1rem;font-size:.11rem;color:#fff;height:.18rem;padding:0 .08rem;box-sizing:border-box;margin-right:.04rem;display:flex;align-items:center;align-content:center}.haggleProductList .item .activitySlashStatus.status1[data-v-11460f63]{background:#02e674}.haggleProductList .item .activitySlashStatus.status2[data-v-11460f63]{background:#bbb}.haggleProductList .item .finishSlashUserCount[data-v-11460f63]{overflow:hidden;border-radius:.1rem .1rem .1rem .1rem;font-size:.11rem;color:#fa6c17;padding:.01rem .08rem .01rem .22rem;box-sizing:border-box;margin-right:.04rem;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAA9xJREFUaEPtmU1oFVcYht93cjMzixa6KWTRRQSFuhCyEbspvYKZyUIw0oKBFpruFIVGaOmighbapaigoCsjKCgIjbjQmcT27uKiRQTBQgVTyEZaqNAu5sz9+doZY36uyZ1zZs6NCt7t+c77vc/5zpnzc4nX/MfX3D/eAHRXUAL3faTpv2xgcTOqa70CErrfAM5BoD3OqHm/3xB9APBmAe6BSAIH47yton5CWAWQOt6C6/0J0s9NZxCUCUbpjX5B2AUI3E9B5/Jas9IC5JN+QdgFCL1bAMdeGO2sEsK9nE3u2K6ENQAJva0Af9/QoMhTtDjCn5I/bELYAwi8UyCnepoT3EWafMgGWrYgrABIHUNwvcfLi7c3xVeM1MlXCyD0LwKY1DKVTaVUbWEDT7XiC4IqV0BGB0fgDNwzMiM4wTj5zqjPBsGVAKQOH643D3LE0MwCo2SLYZ91w6sBBP7x/4+DJ0oZ6bR3crb5S6m+qzqVBpBR/yNQ5kDWypmQI4zUuXzDzgYC7QXGzUumWqUA8q+O588DGDZNuBIv5xmpQzlA6D/OtaRzjHH6g4lmOYBw6cBmkqk7VmSGsdovgXsAdK4uN0tngnF6TVfaGEAC91vQ+V43QY+deQYtTmEQdwEMrQDkn9kduvcJIwAJBncBTkNvwypClDmAWzeYhtOMki+KFLJ2bYAKn0wdH10x0oLiNjaShaLO+gCh9yXA00WC9tpF68ihBZCPvpd/KVbmqj2nGyk1GCW7i9LoAWz66C/d5lL1dtHJVQ8g8OdBfFA0GtbbpbOdcfpbL91CAKnjHXj+39bN6Qi2ZYxzvR8FigH21OoYqP2sk896jHQ+Y5xeqVaBwP8cxLR1c1qCMsVInakG8DIW8Mq2bAFg1DsMh2e1Bsx2kGCScdLzhFq8BkL3Y8C5btubll4buzmXNKpNoTJXRi13GkEqeZcN/FUNoI4aXO8fOwc4DdPPQ0QeMFY7inoUTqFMQELvJsC9RWJW2zUvN3oA6755WrW7Vix7imyrYd7Bk6IsegDPptFDMD+/b8JPTjNSR3USaQE8m0buPsCZ0RGtGLMIlWQ3Mq2HL22AJYiLgKP3AleGQqQF4ZjJK7YZQH4v8H5c9wm9jOHuPpSDvK0umEgZAeRV6AdENvIOjpiaz/wYAyxB1OBmf+bxmIX9YREdTJpMm9UVKgWwvNdkuzSd4yDHTcqex2ajTk5DJV/rLtj1clQCWAsycADEhMZr3SJEroK4wEg9Mgbv6mAFYLWm1PEePHcXwGEIhkDUIEwAPIK0f0Wz+aDonmsCZR3AJLmN2DcANkaxisZ/Cc5OQPYg8qsAAAAASUVORK5CYII=) no-repeat rgba(0,0,0,.9);background-size:.14rem .14rem;background-position:.04rem .02rem}.haggleProductList .item .finishSlashUserCount span[data-v-11460f63]{color:#fff}.haggleProductList .item .right[data-v-11460f63]{width:2rem;flex:auto;display:flex;flex-flow:column;justify-content:space-between}.haggleProductList .item .right .top[data-v-11460f63]{display:flex;flex-flow:column}.haggleProductList .item .right .level[data-v-11460f63]{display:flex;align-items:center;align-content:center;justify-content:center}.haggleProductList .item .right .price[data-v-11460f63]{font-weight:700;font-size:.36rem;color:#ff1616;position:relative;display:flex;flex-flow:row;align-items:flex-end;align-content:center;justify-content:center;line-height:1}.haggleProductList .item .right .price.decimal_1[data-v-11460f63]{font-size:.28rem}.haggleProductList .item .right .price.decimal_1[data-v-11460f63]:before{content:"$";font-size:.14rem;margin-bottom:px}.haggleProductList .item .right .price.decimal_1 .decimalPart[data-v-11460f63]{font-size:.14rem;margin-bottom:.04rem}.haggleProductList .item .right .price.decimal_2[data-v-11460f63]{font-size:.22rem}.haggleProductList .item .right .price.decimal_2[data-v-11460f63]:before{content:"$";font-size:.12rem;margin-bottom:.03rem}.haggleProductList .item .right .price.decimal_2 .decimalPart[data-v-11460f63]{font-size:.12rem;margin-bottom:.03rem}.haggleProductList .item .right .price[data-v-11460f63]:before{content:"$";font-size:.14rem;margin-bottom:.06rem}.haggleProductList .item .right .price .decimalPart[data-v-11460f63]{font-size:.14rem;margin-bottom:.06rem}.haggleProductList .item .right .bottom[data-v-11460f63]{display:flex;justify-content:center}.haggleProductList .item .right .targetSlash[data-v-11460f63]{display:flex;align-items:center;align-content:center;justify-content:center;margin-top:.06rem}.haggleProductList .item .right .slashPrice[data-v-11460f63]{font-weight:500;font-size:.12rem;color:#666;text-decoration-line:line-through;text-transform:none;display:flex;flex-flow:row;align-items:flex-end;align-content:center;justify-content:center}.haggleProductList .item .right .slashPrice[data-v-11460f63]:before{content:"$"}.haggleProductList .item .right .targetSlashPrice[data-v-11460f63]{display:flex;align-items:center;align-content:center;justify-content:center;height:.17rem;padding:0 .06rem;box-sizing:border-box;background:#ffe8e8;border-radius:.04rem .04rem .04rem .04rem;border:.01rem solid #ffa7a7;font-size:.11rem;color:#ff1616}.haggleProductList .item .left[data-v-11460f63]{flex:1;display:flex;flex-flow:column}.haggleProductList .item .left .content[data-v-11460f63]{padding:.04rem .04rem 0 .04rem;box-sizing:border-box;overflow:hidden;background:#fffbeb;border-radius:.16rem .16rem .16rem .16rem;flex:1;display:flex;flex-flow:column}.haggleProductList .item .left .footer[data-v-11460f63]{display:flex;flex-flow:column;align-items:flex-start;align-content:flex-start;justify-content:flex-start}.haggleProductList .item .left .imgContent[data-v-11460f63]{width:2.27rem;height:1.51rem;border-radius:.12rem .12rem 0 0;overflow:hidden;position:relative}.haggleProductList .item .left .remainDailyStock[data-v-11460f63]{left:0;top:0;right:0;bottom:0;z-index:2;position:absolute;background:rgba(0,0,0,.6);display:flex;align-items:center;align-content:center;justify-content:center}.haggleProductList .item .left .stock[data-v-11460f63]{font-weight:700;font-size:.16rem;color:#fff;padding:.03rem .12rem;box-sizing:border-box;border-radius:.15rem .15rem .15rem .15rem;border:.01rem solid hsla(0,0%,100%,.6)}.haggleProductList .item .left .title[data-v-11460f63]{font-weight:700;font-size:.14rem;color:#000;text-align:left;width:2.1rem;margin:.04rem 0 0 0}.haggleProductList .item .left .subTitle[data-v-11460f63]{font-weight:400;font-size:.11rem;color:rgba(0,0,0,.5);text-align:left;width:2.1rem;margin:.01rem 0 0 0}.btn[data-v-16d3953a]{display:inline-flex;align-items:center;justify-content:center;background:#f5f5f7;border:.01rem solid #e5e5e5;padding:0 .06rem;height:.28rem;border-radius:.04rem}.btn.fix[data-v-16d3953a]{margin:.12rem 0 .12rem .12rem;position:absolute;z-index:6}.btn .icon[data-v-16d3953a]{margin-right:.04rem}.btn .text[data-v-16d3953a]{font-size:.12rem;color:#333}.van-nav-bar.navBar2{width:100%;box-sizing:border-box;background-color:transparent}.van-nav-bar.navBar2 .size{width:.24rem;height:.24rem;color:#191919}.van-nav-bar.navBar2 .size.white{color:#fff}.van-nav-bar.navBar2.type1 .van-nav-bar__arrow,.van-nav-bar.navBar2.type1 .van-nav-bar__title{color:#191919}.van-nav-bar.navBar2:after{display:none}.van-nav-bar.navBar2 .van-nav-bar__left,.van-nav-bar.navBar2 .van-nav-bar__right{padding:0 .12rem}.van-nav-bar.navBar2 .van-nav-bar__left .van-nav-bar__text,.van-nav-bar.navBar2 .van-nav-bar__right .van-nav-bar__text{color:#fff}.van-nav-bar.navBar2 .van-nav-bar__title{font-size:.17rem;font-weight:700;color:#fff}.van-nav-bar.navBar2 .van-nav-bar__arrow{font-size:.24rem;color:#fff}.van-password-input{position:relative;margin:0 .16rem;-webkit-user-select:none;user-select:none}.van-password-input__error-info,.van-password-input__info{margin-top:.16rem;font-size:.14rem;text-align:center}.van-password-input__info{color:#969799}.van-password-input__error-info{color:#ee0a24}.van-password-input__security{display:-webkit-box;display:-webkit-flex;display:flex;width:100%;height:.5rem;cursor:pointer}.van-password-input__security:after{border-radius:.06rem}.van-password-input__security li{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;height:100%;font-size:.2rem;line-height:1.2;background-color:#fff}.van-password-input__security i{width:.1rem;height:.1rem;background-color:#000;border-radius:100%;visibility:hidden}.van-password-input__cursor,.van-password-input__security i{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.van-password-input__cursor{width:.01rem;height:40%;background-color:#323233;-webkit-animation:van-cursor-flicker 1s infinite;animation:van-cursor-flicker 1s infinite}@-webkit-keyframes van-cursor-flicker{0%{opacity:0}50%{opacity:1}to{opacity:0}}@keyframes van-cursor-flicker{0%{opacity:0}50%{opacity:1}to{opacity:0}}.van-number-keyboard{position:fixed;bottom:0;left:0;z-index:100;width:100%;padding-bottom:.22rem;background-color:#f2f3f5;-webkit-user-select:none;user-select:none}.van-number-keyboard--with-title{border-radius:.2rem .2rem 0 0}.van-number-keyboard__header{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;box-sizing:content-box;height:.34rem;padding-top:.06rem;color:#646566;font-size:.16rem}.van-number-keyboard__title{display:inline-block;font-weight:400}.van-number-keyboard__title-left{position:absolute;left:0}.van-number-keyboard__body{display:-webkit-box;display:-webkit-flex;display:flex;padding:.06rem 0 0 .06rem}.van-number-keyboard__keys{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:3;-webkit-flex:3;flex:3;-webkit-flex-wrap:wrap;flex-wrap:wrap}.van-number-keyboard__close{position:absolute;right:0;height:100%;padding:0 .16rem;color:#576b95;font-size:.14rem;background-color:transparent;border:none;cursor:pointer}.van-number-keyboard__close:active{opacity:.7}.van-number-keyboard__sidebar{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.van-number-keyboard--unfit{padding-bottom:0}.van-key{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;height:.48rem;font-size:.28rem;line-height:1.5;background-color:#fff;border-radius:.08rem;cursor:pointer}.van-key--large{position:absolute;top:0;right:.06rem;bottom:.06rem;left:0;height:auto}.van-key--blue,.van-key--delete{font-size:.16rem}.van-key--active{background-color:#ebedf0}.van-key--blue{color:#fff;background-color:#1989fa}.van-key--blue.van-key--active{background-color:#0570db}.van-key__wrapper{position:relative;-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-flex-basis:33%;flex-basis:33%;box-sizing:border-box;padding:0 .06rem .06rem 0}.van-key__wrapper--wider{-webkit-flex-basis:66%;flex-basis:66%}.van-key__delete-icon{width:.32rem;height:.22rem}.van-key__collapse-icon{width:.3rem;height:.24rem}.van-key__loading-icon{color:#fff}.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:.14rem .16rem;font-size:.16rem;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:.22rem}.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:.08rem;color:#969799;font-size:.12rem;line-height:.18rem}.van-action-sheet__gap{display:block;height:.08rem;background-color:#f7f8fa}.van-action-sheet__header{-webkit-flex-shrink:0;flex-shrink:0;font-weight:500;font-size:.16rem;line-height:.48rem;text-align:center}.van-action-sheet__description{position:relative;-webkit-flex-shrink:0;flex-shrink:0;padding:.2rem .16rem;color:#969799;font-size:.14rem;line-height:.2rem;text-align:center}.van-action-sheet__description:after{position:absolute;box-sizing:border-box;content:" ";pointer-events:none;right:.16rem;bottom:0;left:.16rem;border-bottom:.01rem solid #ebedf0;-webkit-transform:scaleY(.5);transform:scaleY(.5)}.van-action-sheet__loading-icon .van-loading__spinner{width:.22rem;height:.22rem}.van-action-sheet__close{position:absolute;top:0;right:0;padding:0 .16rem;color:#c8c9cc;font-size:.22rem;line-height:inherit}.van-action-sheet__close:active{color:#969799}.headerNav{width:100%}.headerNav .android-hair{height:.25rem;width:100%}.headerNav .van-nav-bar{width:100%;box-sizing:border-box;background-color:transparent}.headerNav .van-nav-bar.white .van-nav-bar__right .van-nav-bar__text,.headerNav .van-nav-bar.white .van-nav-bar__title{color:#fff}.headerNav .van-nav-bar.transparent-title .van-nav-bar__title{color:transparent}.headerNav .van-nav-bar.transparent-title .van-nav-bar__right .van-nav-bar__text{color:#fff}.headerNav .van-nav-bar .size24{width:.24rem;height:.24rem}.headerNav .van-nav-bar .size24.white{color:#fff}.headerNav .van-nav-bar:after{display:none}.headerNav .van-nav-bar .van-nav-bar__left,.headerNav .van-nav-bar .van-nav-bar__right{padding:0 .12rem}.headerNav .van-nav-bar .van-nav-bar__left .van-nav-bar__text,.headerNav .van-nav-bar .van-nav-bar__right .van-nav-bar__text{color:#000}.headerNav .van-nav-bar .van-nav-bar__title{font-size:.17rem;font-weight:700;color:#191919}.headerNav .van-nav-bar .van-nav-bar__arrow{font-size:.24rem;color:#191919}.headerNav.isAliPay .van-nav-bar__title{display:none}.swiper-container.swiper-container-search-store{box-sizing:border-box;margin-top:.08rem}.swiper-container.swiper-container-search-store .voucherPacketItem{width:1rem;margin-right:.08rem}.swiper-container.swiper-container-search-store .voucherPacketItem:first-child{width:.96rem;margin:0;height:.88rem}.swiper-container.swiper-container-search-store .voucherPacketItem.more{width:.24rem;height:.75rem;box-sizing:border-box;border:.01rem solid rgba(49,46,75,.2);display:flex;align-items:center;align-content:center;justify-content:center;border-radius:.04rem;overflow:hidden;margin-right:0}.swiper-container.swiper-container-search-store .voucherPacketItem.more span{line-height:.16rem;width:.11rem;word-break:break-all;background:#fff;font-size:.11rem;color:rgba(49,46,75,.5)}.swiper-container.swiper-container-search-store .voucherPacketItem.right{width:.12rem;height:.75rem;margin-right:0}.swiper-container.swiper-container-search-store .van-image{width:1rem;height:.75rem;overflow:hidden;border-radius:.04rem;position:relative}.swiper-container.swiper-container-search-store .van-image span{background:#f54747;border-radius:0 .04rem 0 .04rem;position:absolute;z-index:1;left:0;bottom:0;font-size:.11rem;color:#fff;padding:.01rem .04rem;box-sizing:border-box;display:block;overflow:hidden}.swiper-container.swiper-container-search-store p.title{font-size:.12rem;color:#312e4b;line-height:.17rem;margin-top:.04rem;text-align:left}.swiper-container.swiper-container-search-store p.price{text-align:left;font-size:.15rem;font-weight:700;color:#f54747;margin-top:.04rem;white-space:nowrap}.swiper-container.swiper-container-search-store p.price .sy{font-size:.08rem;vertical-align:.01rem;font-weight:700;color:#f54747}.swiper-container.swiper-container-search-store p.price span.decoration{text-decoration:line-through;font-size:.08rem;vertical-align:.01rem;color:#999;margin-left:.05rem}.search-tag-class{padding:.03rem 0 0;box-sizing:border-box}.search-tag-class .tag-item-img{display:inline-block;height:.16rem;width:auto;margin:0 .04rem .04rem 0}.search-tag-class .line-tag-class .van-tag{height:.16rem;border-radius:.04rem;box-sizing:border-box;font-size:.11rem;line-height:1.2;background:transparent;margin:0 .04rem .04rem 0;white-space:nowrap;overflow:hidden}.search-tag-class .line-tag-class{width:100%;display:flex;flex-wrap:wrap;overflow:hidden;height:.2rem}.search-tag-class .line-tag-class .between-space{padding:0 .04rem;white-space:nowrap;box-sizing:border-box}.search-tag-class .line-tag-class .pre-tag-item-class{height:100%;display:inline-flex;align-items:center;border-radius:.03rem 0 0 .03rem}.search-tag-class .flex-class .goodsFooter .goodsFooterClass{display:flex;align-items:flex-start}.search-tag-class .flex-class .goodsFooter .goodsFooterClass .between-space{padding:0 .04rem;white-space:nowrap;box-sizing:content-box}.search-tag-class .flex-class .goodsFooter .goodsFooterClass .van-tag.item-class{padding:0;display:inline-flex;align-items:center}.search-tag-class .flex-class .goodsFooter .goodsFooterClass .van-tag.item-class.between-space{padding:0 .04rem}.search-tag-class .flex-class div.goodsFooter{text-align:left;box-sizing:border-box;position:relative;flex:1;overflow:hidden}.search-tag-class .flex-class div.goodsFooter .goodsFooterClass{display:flex;flex-wrap:wrap;width:100%}.search-tag-class .flex-class div.goodsFooter>div{padding-right:.15rem;box-sizing:border-box}.search-tag-class .flex-class div.goodsFooter .pre-tag-item-class{height:100%;display:inline-flex;align-items:center;border-radius:.03rem 0 0 .03rem}.search-tag-class .flex-class div.goodsFooter .pre-tag-item-class>span{flex:1;-webkit-box-align:center;display:block;text-align:left}.search-tag-class .flex-class div.goodsFooter.active{height:.2rem;overflow:hidden}.search-tag-class .flex-class div.goodsFooter.active .van-row{height:auto}.search-tag-class .flex-class div.goodsFooter.active svg{transform:rotate(0deg);color:rgba(49,46,75,.5)}.search-tag-class .flex-class div.goodsFooter.none svg{display:none}.search-tag-class .flex-class div.goodsFooter svg{width:.09rem;height:.09rem;transform:rotate(180deg);position:absolute;right:0;top:.08rem;z-index:10}.search-tag-class .flex-class div.goodsFooter .van-col{margin:0 .12rem 0 0}.search-tag-class .flex-class div.goodsFooter .van-tag{height:.16rem;border-radius:.04rem;box-sizing:border-box;font-size:.11rem;background:transparent;margin:0 .04rem .03rem 0;max-width:100%;overflow:hidden}.search-tag-class .flex-class div.goodsFooter .van-tag:before{border:.007rem solid #ed3434}.search-tag-class .flex-class div.goodsFooter .van-tag.delivery-pick{background:rgba(250,108,23,.07058823529411765);color:#fa6c17;padding:0 .04rem}.search-tag-class .flex-class div.goodsFooter .van-tag.delivery-pick img{width:.11rem;height:.11rem;margin:0 .02rem}.search-tag-class .flex-class div.goodsFooter .van-tag.delivery-pick:before{border:.007rem solid rgba(250,108,23,.25098039215686274)}.search-tag-class .flex-class div.goodsFooter .van-tag.pickup{color:#999}.search-tag-class .flex-class div.goodsFooter .van-tag.pickup:before{border:.01rem solid #e5e5e5}.des{text-align:left;font-size:.11rem;display:inherit;color:rgba(49,46,75,.5)}.des>span{margin-right:.11rem;line-height:1.4;position:static;display:initial}.des .origin-class{color:#ccc;text-decoration:line-through}.des .allFree{color:#f54747;font-size:.11rem}.des b{margin-right:.03rem;font-weight:100}.searchGoods{padding:.12rem 0 .1rem .12rem;margin-top:.08rem;border-radius:.08rem;box-sizing:border-box;background-color:#fff;position:relative}.searchGoods .rateStoreNameClass{width:calc(100% - .36rem)}.searchGoods .van-card__content{text-align:left;min-height:inherit;transform:translateY(-.02rem)}.searchGoods .goodsListCommp{margin:0;padding:0 .12rem 0 0;background-color:#fff}.searchGoods .goodsListCommp.outStore .van-card__header{opacity:.5}.searchGoods .goodsListCommp .van-card__thumb{width:.88rem;height:.88rem}.searchGoods .goodsListCommp .van-card__thumb .van-image__img{overflow:hidden;border-radius:.08rem;border:.005rem solid #e5e5e5}.searchGoods .van-tag.statusStore{color:#fff;font-size:.1rem;border-radius:.35rem;overflow:hidden;margin-top:.05rem;height:.16rem}.searchGoods .van-tag.closingStore{background:#312e4b}.searchGoods .van-tag.closingStore:before{border:.01rem solid #312e4b}.searchGoods .van-tag.openingStore{color:#3ec75a;padding:0 .04rem 0 0}.searchGoods .van-tag.openingStore:before{border:.01rem solid #3ec75a}.searchGoods .van-tag.openingStore b{height:100%;padding:0 .05rem;color:#fff;margin-right:.04rem;font-weight:inherit;display:inline-flex;background:#3ec75a;align-items:center;box-sizing:border-box}.searchGoods .deliveryStore{height:auto}.searchGoods .van-cell.titleStore{padding:0}.searchGoods .van-cell.titleStore:after{display:none}.searchGoods .van-cell.titleStore .van-cell__value{display:inline-flex;align-items:center;justify-content:space-between}.searchGoods .van-cell.titleStore div.ellipsis{padding-right:.1rem;box-sizing:border-box}.searchGoods .van-cell.titleStore p.titleStore{font-size:.17rem;font-weight:700;color:#312e4b;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.searchGoods .van-cell.titleStore img[name=default]{height:.16rem;width:auto;overflow:hidden;border-radius:.04rem;margin-left:.05rem}.searchGoods .van-cell.cellStore{padding:0;margin-top:.02rem;line-height:1.2}.searchGoods .van-cell.cellStore:after{display:none}.searchGoods .van-cell.cellStore .van-cell__value{display:flex;font-size:.11rem;align-items:center;justify-content:space-between}.searchGoods .van-cell.cellStore .rate-label-class{color:rgba(49,46,75,.3137254901960784)}.searchGoods .van-cell.cellStore .rate-label-class.active{color:#fa6c17;font-weight:700}.searchGoods .van-cell.cellStore .svg-icon{width:.14rem;height:.14rem;transform:translateX(-.02rem)}.searchGoods .van-cell.cellStore div[name=title]{flex:1}.searchGoods .van-cell.cellStore img[name=default]{height:.16rem;width:auto;overflow:hidden;border-radius:.02rem;margin-left:.05rem}.searchGoods .van-cell.cellStore span[name=default]{margin-left:.05rem;margin-right:0}.searchGoods .van-cell.cellStore .van-tag{border:0;padding:0;font-size:.11rem;color:rgba(49,46,75,.5);display:inline;position:inherit;border-radius:0;box-sizing:border-box;background-color:inherit}.searchGoods .van-cell.cellStore .van-tag.delivery-pick{padding:.02rem .06rem;font-weight:700;background:rgba(250,108,23,.07058823529411765);color:#fa6c17;box-sizing:border-box;border-radius:.04rem;overflow:hidden;margin:0}.searchGoods .van-cell.cellStore .van-tag.delivery-pick:before{opacity:.2;border:.005rem solid rgba(250,108,23,.25098039215686274)}.searchGoods .van-cell.cellStore .van-tag span{margin-left:.03rem}.searchGoods .van-cell.cellStore .van-tag:before{display:none}.searchGoods .van-image.storeImage{width:.88rem;height:.88rem;position:relative}.searchGoods .van-image.storeImage img.defaultImg{position:absolute;right:-.02rem;top:-.02rem;z-index:1;border-radius:0;width:auto;height:.18rem}.searchGoods .van-image.storeImage img.storeImg{position:absolute;left:-.02rem;top:.02rem;z-index:1;border-radius:0;width:auto;height:.18rem}.storeRow{padding:.16rem;box-sizing:border-box}.storeRow .van-col{background:#fff;border-radius:.08rem;margin-bottom:.09rem;overflow:hidden;padding:.08rem;width:calc(50% - .04rem)}.storeRow .van-col:nth-child(2n){margin-left:.08rem}.storeRow .van-image.productImg{width:100%;overflow:hidden;border-radius:.04rem;border:.01rem solid #e5e5e5}.storeRow .van-image.productImg .van-image__img{z-index:1;position:absolute}.storeRow .van-image.productImg:after{content:"";display:block;padding-bottom:56.25%}.storeRow .title{height:.14rem;line-height:1;color:#312e4b;font-size:.14rem;font-weight:700;margin-top:.08rem;text-align:left}.storeRow .name{margin-top:.09rem;height:.16rem;line-height:1;display:flex;align-items:center;align-content:center;font-size:.12rem;color:rgba(49,46,75,.3764705882352941);text-align:left}.storeRow .name img{width:.16rem;height:.16rem;margin-right:.04rem}.storeRow .price{color:#f54747;font-size:.2rem;font-weight:700;margin-top:.09rem;display:flex;align-items:center;justify-content:space-between}.storeRow .price span.originPrice:before{content:"$";font-size:.12rem;font-weight:700;color:#f54747}.storeRow .price span.originPrice:after{font-size:.11rem;margin-left:.05rem;content:attr(data-price);color:rgba(49,46,75,.5)}.storeRow .button{border:0;color:#fff;font-size:.12rem;line-height:1;height:.24rem;padding:0 .08rem;overflow:hidden;border-radius:.04rem;box-sizing:border-box;background-color:#fa6c17;display:flex;align-items:center;align-content:center;justify-content:center}.storeRow .button.none{background:rgba(250,108,23,.5)}.storeRow .button:active{background:#ff9e64}.fullReductionItem{position:relative;display:flex;flex-wrap:wrap;flex-flow:column;text-align:left;padding:.08rem;width:1.67rem;background:#fff;margin-bottom:.09rem;border-radius:.08rem;overflow:hidden;box-sizing:border-box}.fullReductionItem .van-image.thumbnail{position:relative;width:1.51rem;border-radius:.04rem;overflow:hidden;height:.8305rem}.fullReductionItem .van-image.thumbnailHead{z-index:10;right:.04rem;bottom:.04rem;position:absolute;width:.4rem;height:.4rem;border-radius:.04rem;overflow:hidden;border:.02rem solid hsla(0,0%,100%,.5)}.fullReductionItem .name{font-size:.14rem;color:#312e4b;font-weight:700;line-height:.2rem;margin-top:.08rem}.fullReductionItem div.activities{display:flex;flex-direction:row;flex-wrap:wrap;height:.16rem;overflow:hidden;margin-top:.08rem}.fullReductionItem div.activities div.item{height:.16rem;font-size:.11rem;display:flex;align-items:center;align-content:center;position:relative;margin-right:.04rem;line-height:1.2;padding:0 .04rem;box-sizing:border-box;background:linear-gradient(146deg,#ff7a27,#ff2727);border-radius:.04rem;overflow:hidden;color:#fff}.foot-out-class{margin-top:.09rem;width:100%;padding:0 .16rem;box-sizing:border-box}.foot-out-class .food-item-class{width:100%;border-radius:.08rem;background:#fff;padding:.16rem}.foot-out-class .food-item-class .store-item-class{display:flex;width:100%;align-items:flex-start;justify-content:space-between}.foot-out-class .food-item-class .store-item-class .minute-label,.foot-out-class .food-item-class .store-item-class .month-sale{font-size:.11rem;color:#999;margin-left:.08rem}.foot-out-class .food-item-class .store-item-class .item-img-class.van-image{width:.56rem;height:.56rem;border-radius:.04rem;overflow:hidden;border:.01rem solid #e5e5e5}.foot-out-class .food-item-class .store-item-class .item-img-class.van-image img{width:100%;height:100%}.foot-out-class .food-item-class .store-item-class .thin-label-class{font-size:.11rem;color:#999}.foot-out-class .food-item-class .store-item-class .thin-label-class.active{color:#ffae82}.foot-out-class .food-item-class .store-item-class .thin-label-class.no-active{color:#c1c0c9}.foot-out-class .food-item-class .store-item-class .thin-label-class.blod{font-weight:700}.foot-out-class .food-item-class .store-item-class .store-label-datas-class{max-width:calc(100% - .56rem);padding:0 0 0 .08rem;flex:1}.foot-out-class .food-item-class .store-item-class .store-label-datas-class .store-name-class{font-weight:700;font-size:.16rem;line-height:1.2;text-align:left;color:#312e4b}.foot-out-class .food-item-class .store-item-class .store-label-datas-class div.star{display:flex;align-items:center}.foot-out-class .food-item-class .store-item-class .store-label-datas-class div.star .size16{width:.16rem;height:.16rem}.foot-out-class .food-item-class .store-item-class .store-label-datas-class div.star .rate{font-size:.11rem;font-weight:700;color:#fa6c17;margin-left:.03rem}.foot-out-class .food-item-class .store-item-class .store-label-datas-class div.star .rate.not{color:#999}.foot-out-class .food-item-class .store-item-class .store-label-datas-class .store-other-class{margin-top:.04rem;display:flex;max-width:100%;justify-content:space-between;align-items:center}.foot-out-class .food-item-class .pick-fee-list-class{display:flex;margin-top:.08rem;align-items:center;overflow:hidden}.foot-out-class .food-item-class .pick-fee-list-class .pick-fee-item-class{flex-shrink:0;margin-right:.08rem;border-radius:.04rem;border:.01rem solid rgba(237,52,52,.12549019607843137);padding:.02rem .04rem;box-sizing:border-box;font-size:.11rem;line-height:1.2;color:#f54747}.foot-out-class .food-item-class .padding-10{padding:0 .05rem}.foot-out-class .food-item-class .store-porduct-datas-class{display:flex;width:100%;margin-top:.05rem;justify-content:flex-start;overflow-y:hidden;overflow-x:auto}.foot-out-class .food-item-class .store-porduct-datas-class .product-item-class{display:flex;flex-direction:column;align-items:flex-start;width:31.66666667%;margin-left:2.5%;flex-shrink:0}.foot-out-class .food-item-class .store-porduct-datas-class .product-item-class:first-child{margin-left:0}.foot-out-class .food-item-class .store-porduct-datas-class .product-item-class .van-image{position:relative;width:100%;height:auto}.foot-out-class .food-item-class .store-porduct-datas-class .product-item-class .van-image img{border-radius:.1rem;border:.01rem solid #e5e5e5;position:absolute;width:100%;height:100%}.foot-out-class .food-item-class .store-porduct-datas-class .product-item-class .van-image:after{content:" ";display:block;padding-bottom:100%}.foot-out-class .food-item-class .store-porduct-datas-class .product-price-class{display:flex;margin-top:.04rem;align-items:flex-end}.foot-out-class .food-item-class .store-porduct-datas-class .product-price-class .money-class{color:#f54747;font-weight:700;font-size:.08rem;height:.18rem;line-height:.22rem}.foot-out-class .food-item-class .store-porduct-datas-class .product-price-class .money-value-class{color:#f54747;margin-left:.02rem;font-size:.15rem;height:.18rem;line-height:.18rem;font-weight:700}.foot-out-class .food-item-class .store-porduct-datas-class .product-price-class .original-class{margin-left:.05rem;text-decoration:line-through;color:rgba(49,46,75,.3137254901960784);font-weight:400;font-size:.08rem;line-height:.22rem;height:.18rem}.foot-out-class .food-item-class .item-title-class{text-align:left;text-align:-webkit-left;text-align:-moz-left;color:#312e4b;font-size:.14rem;font-weight:700;margin-top:.06rem;word-break:break-all}.foot-out-class .food-item-class .product-name-class{margin-top:.04rem;font-size:.12rem;color:#312e4b;text-align:left;font-weight:400;width:100%}.foot-out-class .food-item-class .price-items-class{margin-top:.03rem;display:flex;justify-content:space-between;align-items:center}.foot-out-class .food-item-class .price-items-class .price-left-class{display:flex;height:.2rem;justify-content:flex-start;align-items:flex-end}.foot-out-class .food-item-class .price-items-class .price-left-class .dollar-class{color:#f54747;font-weight:700;font-size:.12rem}.foot-out-class .food-item-class .price-items-class .van-button--primary{background-color:#fa6c17;border:0;padding:.06rem .08rem;border-radius:.04rem;font-size:.12rem;font-weight:400;color:#fff}.foot-out-class .food-item-class .price-items-class .none-class{background-color:rgba(250,108,23,.3137254901960784)}.foot-out-class .food-item-class .price-items-class .van-button--primary:active{background:#ff9e64}body{overflow:hidden}.mescroll.polymerization-scroll{background:#f4f7fa}.mescroll.polymerization-scroll .over-class{top:0;left:0;position:fixed;width:100%;height:100%;z-index:9999}.mescroll.polymerization-scroll .loading-box{width:.48rem;height:.48rem;background:rgba(0,0,0,.23921568627450981);border-radius:.12rem;position:fixed;top:50%;left:50%;transform:translate3d(-50%,-50%,0);display:flex;align-items:center;justify-content:center;z-index:9999}.mescroll.polymerization-scroll .loading-box img{width:.24rem;height:.24rem;-webkit-animation:turnAroundSelf 1s linear infinite;animation:turnAroundSelf 1s linear infinite}@-webkit-keyframes turnAroundSelf{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes turnAroundSelf{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.mescroll.polymerization-scroll .recommend-list-class{padding:0 .16rem}.mescroll.polymerization-scroll .tab-class{top:.45rem;z-index:100;position:sticky;position:-webkit-sticky}.mescroll.polymerization-scroll .tab-class .van-tabs__content{display:none}.mescroll.polymerization-scroll .tab-class .van-tabs__wrap--scrollable .van-tabs__nav--complete{padding:0;position:relative}.mescroll.polymerization-scroll .tab-class .van-tabs__nav--line{padding-bottom:0}.mescroll.polymerization-scroll .tab-class .van-tabs__nav.van-tabs__nav--line.van-tabs__nav--complete{background:transparent}.mescroll.polymerization-scroll .tab-class .van-tab.van-tab--active{color:var(--tab-active-color);font-weight:700;background:var(--tab-background-active-color)}.mescroll.polymerization-scroll .tab-class .van-tab{font-size:.16rem;color:var(--tab-normal-color);background:var(--tab-background-normal-color)}.mescroll.polymerization-scroll .tab-class .van-tabs__line{width:.2rem;height:.03rem;border-radius:.02rem;background:var(--tab-active-color);margin-top:.41rem;bottom:0}.mescroll.polymerization-scroll .banner{width:100%}.mescroll.polymerization-scroll .banner img{width:100%;height:auto}.mescroll.polymerization-scroll .mescroll-upwarp{background:inherit;padding:.16rem;box-sizing:border-box}.mescroll.polymerization-scroll .mescroll-downwarp{background:#f4f7fa;z-index:111}.mescroll.polymerization-scroll .headerNav{top:0;z-index:111;position:sticky;position:-webkit-sticky;background-color:#fff}.mescroll.polymerization-scroll .upwarp-nodata{width:100%;display:flex;align-items:center;align-content:center;justify-content:center}.mescroll.polymerization-scroll .upwarp-nodata img{height:.18rem;width:auto}.mescroll.polymerization-scroll.show .downwarp-progress img#box{width:auto;height:.5rem}.mescroll.polymerization-scroll .mescroll-empty{padding:0;width:100%;padding:.16rem 0;box-sizing:border-box;display:flex;flex-flow:column;align-items:center;align-content:center;justify-content:center}.mescroll.polymerization-scroll .downwarp-progress{width:100%;height:auto;transform:inherit!important;border:0;display:flex;align-content:flex-end;align-items:flex-end;justify-content:center}.mescroll.polymerization-scroll .downwarp-progress img#box{width:auto;height:.5rem;mix-blend-mode:darken}.mescroll.polymerization-scroll .downwarp-progress.mescroll-rotate{animation:inherit!important}.mescroll.polymerization-scroll .outData{margin:.12rem 0;padding:0 0 0 0;box-sizing:border-box;text-align:left;font-size:.14rem;font-weight:700;color:#333;height:.2rem;line-height:1;display:flex;align-items:center;align-content:center}.mescroll.polymerization-scroll .outData.type2{color:#fff;font-size:.12rem;margin-bottom:0;justify-content:center}.mescroll.polymerization-scroll .outStore .van-card__header{opacity:.5}.fullReduction{padding:.16rem;display:flex;flex-flow:column;box-sizing:border-box;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.haggle-info-page{background:#ff3d16!important}.haggle-info-page #tcaptcha_transform_dy{width:2.6rem}.haggle-info-page .buttonBreathe{position:relative}.haggle-info-page .buttonBreathe .icon{right:-.1rem;z-index:1;bottom:-.3rem;position:absolute;pointer-events:none;animation:moveDiagonal 1s linear infinite,3s ease-in-out forwards}@keyframes moveDiagonal{0%,to{transform:translate(0)}25%{transform:translate(.08rem,.08rem)}50%{transform:translate(0)}75%{transform:translate(-.08rem,-.08rem)}}.haggle-info-page .buttonBreathe .icon img{width:.6rem;height:auto}.haggle-info-page .productRule{top:1.5rem;right:0;z-index:111;position:fixed;padding:0 0 0 .3rem;box-sizing:border-box}.haggle-info-page .productRule .info{background:rgba(0,0,0,.7);border-radius:.07rem 0 0 .07rem;padding:.04rem;font-size:.11rem;color:#fff;width:.2rem}.haggle-info-page .productMyList{top:1.97rem;right:0;z-index:111;position:fixed;padding:0 0 0 .3rem;box-sizing:border-box}.haggle-info-page .productMyList .info{background:rgba(0,0,0,.7);border-radius:.07rem 0 0 .07rem;padding:.04rem;font-size:.11rem;color:#fff;width:.2rem}.haggle-info-page .shareWechat{width:100vw;height:100vh;background:url(../../static/img/share_wechat.f619289d.png) no-repeat;background-size:contain}.haggle-info-page .firstKanPopup .close,.haggle-info-page .passwordContentPopup .close{margin-top:.12rem}.haggle-info-page .firstKanContent,.haggle-info-page .passwordContent{width:3rem;height:3.77rem;background:url(../../static/img/kouling.3bda7c45.png) no-repeat;background-size:cover;display:flex;flex-flow:column;align-items:center;align-content:center}.haggle-info-page .firstKanContent .top,.haggle-info-page .passwordContent .top{width:2.4rem;height:1.65rem}.haggle-info-page .firstKanContent .info,.haggle-info-page .passwordContent .info{width:2.4rem;height:1.2rem;box-sizing:border-box;font-size:.12rem;color:#333}.haggle-info-page .firstKanContent .button,.haggle-info-page .passwordContent .button{padding:.3rem 0 0 0}.haggle-info-page .firstKanContent .button .buttonType,.haggle-info-page .passwordContent .button .buttonType{width:2.52rem;height:.4rem;background:#ff3d16;border-radius:.2rem .2rem .2rem .2rem;display:flex;flex-flow:row;align-items:center;align-content:center;justify-content:center;font-weight:700;font-size:.16rem;color:#fff}.haggle-info-page .firstKanContent{background:url(../../static/img/kanSuccess.0664fe52.png) no-repeat 50%/cover;height:3.63rem}.haggle-info-page .firstKanContent .top{height:2.36rem}.haggle-info-page .firstKanContent .info{font-size:.16rem;font-weight:700;color:#333;height:auto}.haggle-info-page .firstKanContent .info .mark{color:#fa6c17}.haggle-info-page .firstKanContent .button .buttonType{width:2.1rem;height:.48rem;color:#670000;background:#ffe66e}.haggle-info-page .qrcodeContent{width:3rem;background:url(../../static/img/code.196e292c.png) no-repeat;background-size:contain;display:flex;flex-flow:column;padding:1.55rem 0 0 0;box-sizing:border-box}.haggle-info-page .qrcodeContent .qrCodeUrl{z-index:1000;left:-20rem;bottom:-20rem;position:fixed}.haggle-info-page .qrcodeContent .content{background-color:#fff;display:flex;flex-flow:column;align-items:center;align-content:center;border-radius:0 0 .3rem .3rem;overflow:hidden}.haggle-info-page .qrcodeContent .content.poster{padding:.09rem .12rem .24rem .12rem}.haggle-info-page .qrcodeContent .close{padding:.2rem 0 0 0}.haggle-info-page .qrcodeContent .top{width:2.04rem;font-size:.13rem;color:#666;padding-bottom:.08rem;box-sizing:border-box}.haggle-info-page .qrcodeContent .info{width:1.5rem;height:1.5rem;font-size:.12rem;color:#333;display:flex;flex-flow:row;align-items:center;align-content:center;justify-content:center;overflow:hidden;background:#fff;border-radius:.19rem .19rem .19rem .19rem;border:.02rem solid #fd7e05;padding:.1rem;box-sizing:border-box}.haggle-info-page .qrcodeContent .info img{width:1.3rem;height:1.3rem}.haggle-info-page .qrcodeContent .button{padding:.2rem 0 .24rem 0}.haggle-info-page .qrcodeContent .button .buttonType{width:2.52rem;height:.4rem;background:#ff3d16;border-radius:.2rem .2rem .2rem .2rem;display:flex;flex-flow:row;align-items:center;align-content:center;justify-content:center;font-weight:700;font-size:.16rem;color:#fff}.haggle-info-page .qrcodePoster{width:3rem;display:flex;flex-flow:column;box-sizing:border-box;background-color:transparent;position:fixed;z-index:11111;top:0;left:-4rem}.haggle-info-page .qrcodePoster .headerBg{height:1.55rem;background:url(../../static/img/code.196e292c.png) no-repeat;background-size:contain}.haggle-info-page .qrcodePoster .content{background-color:#fff;display:flex;flex-flow:column;align-items:center;align-content:center;border-radius:0 0 .3rem .3rem;overflow:hidden;padding:.09rem .12rem .24rem .12rem}.haggle-info-page .qrcodePoster .top{width:2.04rem;font-size:.13rem;color:#666;padding-bottom:.08rem;box-sizing:border-box}.haggle-info-page .qrcodePoster .info{width:1.5rem;height:1.5rem;font-size:.12rem;color:#333;display:flex;flex-flow:row;align-items:center;align-content:center;justify-content:center;overflow:hidden;background:#fff;border-radius:.19rem .19rem .19rem .19rem;border:.02rem solid #fd7e05;padding:.1rem;box-sizing:border-box}.haggle-info-page .qrcodePoster .info img{width:1.3rem!important;height:1.3rem!important}.haggle-info-page .share{width:.24rem;height:.24rem;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAmVBMVEUAAAAYGBgYGBgYGBgaGhoTExMZGRkZGRkZGRkYGBgZGRkUFBQYGBgYGBgZGRkZGRkYGBgYGBgcHBwAAAAAAAAZGRkYGBgZGRkZGRkYGBgYGBgZGRkZGRkYGBgZGRkYGBgZGRkZGRkZGRkZGRkZGRkZGRkZGRkYGBgaGhoYGBgWFhYaGhoZGRkZGRkYGBgYGBgZGRkZGRkZGRnhXabzAAAAMnRSTlMA8vuvEw/2zfnJRhjc0Z94a0sIBQHu5+KaQinYw7+5qGPfuqSScF1SOjUuIx62PtOFgxijTCgAAAGNSURBVEjH7VTZdoIwEE0CKgICWjYBcd/q0jb//3GdwdpjwsTD8dn7lrvAZJIMe+M1fIaXjH93dX8sRrLBuZt/7MsbeK+LfRLc3P0qP3bx94boFqv9hHWCN0B/VdzXp9xCzMOeoR70O1H8T+C6ge+RgQCLdx+ITN4RkP3B8qcKUyYJl4iU6n8JQki3QXIisAN+FpN+OoDSVeNsJJ2MDJzwB7q/advYIgMRaDvC3x8zOrAG0Vb9o8YPEtklUH3Cj8dy4GLbDiRSrig/YkJdDUfK+cMyHqJ/yswQasBT/BRStaR4Jrnq9wo1AC3MlJtyUHvmOnKjXdXnr7jWD2MBgejJW4Q9DtQSW0zrez8qdQFqb5w9S1C1XbtA+R+GwBbEWicrIDeGUdgH7dBihWnftk8/6xBoQSTOXyCUxH2KLYlV6UPsmgHLC3Iw1ZhYKr3ycol+19A9UAGDyPs7LnfuIJGaB+0WDIhlvQ6skbgtqhMzo5hJDckiZk8xtcSD3VcnMQ17lw9TRySlFR7ZGy/hF2OLQM0dNnN0AAAAAElFTkSuQmCC) no-repeat;background-size:.24rem}.haggle-info-page .timer .finish{font-weight:700;font-size:.15rem;color:#354306}.haggle-info-page .timer .van-count-down{display:flex;flex-flow:row wrap;justify-content:center;align-content:center;align-items:center}.haggle-info-page .timer .colon{display:inline-block;margin:0 .02rem;color:#61330a}.haggle-info-page .timer .block{display:inline-block;width:.24rem;padding:.01rem 0;color:#fff;font-size:.12rem;text-align:center;background-color:#2c2620;border-radius:.03rem .03rem .03rem .03rem}.haggle-info-page .timer .days{margin-right:.08rem;padding:.01rem .04rem;width:auto}.haggle-info-page .timer .text{font-weight:700;font-size:.15rem;color:#354306}.haggle-info-page .timer .text.first{margin-right:.08rem}.haggle-info-page .timer .text.end{margin-left:.08rem}.haggle-info-page .header{height:.03rem;background:#d4fd51;position:relative}.haggle-info-page .header.headerStatus1,.haggle-info-page .header.headerStatus2{background:#d4fd51}.haggle-info-page .header.headerStatus3{background:#f8f8f8}.haggle-info-page .header .headerStatus{width:1.91rem;height:.37rem;z-index:2;top:0;left:50%;margin-left:-.95rem;position:absolute;display:flex;flex-flow:row;align-items:center;align-content:center;justify-content:center;font-weight:700}.haggle-info-page .header .headerStatus1{background:url(../../static/img/header_1.b4ea3249.png) no-repeat 50%/100%}.haggle-info-page .header .headerStatus2{background:url(../../static/img/header_2.e9c0006c.png) no-repeat 50%/100%}.haggle-info-page .header .headerStatus3{background:url(../../static/img/header_3.4b995dda.png) no-repeat 50%/100%;color:#959595}.haggle-info-page .header .headerShadow{text-shadow:-.02rem -.02rem 0 #fff,.02rem -.02rem 0 #fff,-.02rem .02rem 0 #fff,.02rem .02rem 0 #fff}.haggle-info-page .header .headerShadow.active{color:#670000}.haggle-info-page .page-content{padding:.09rem .12rem 0 .12rem;box-sizing:border-box}.haggle-info-page .page-content .secetion{box-sizing:border-box;background-color:#fff;border-radius:.2rem .2rem .2rem .2rem}.haggle-info-page .page-content .productImage{width:3.51rem;height:2.32rem;background:url(../../static/img/prodBg.c5d31778.png) no-repeat 50%/100%;padding:.03rem;position:relative}.haggle-info-page .page-content .productImage .finishSlashCount{left:.12rem;bottom:.12rem;z-index:1;position:absolute;background:rgba(0,0,0,.9);border-radius:.1rem .1rem .1rem .1rem;padding:.02rem .08rem;font-size:.11rem;color:#fa6c17}.haggle-info-page .page-content .productImage .finishSlashCount span{color:#fff}.haggle-info-page .page-content .productImage .productInfo{right:.12rem;bottom:.12rem;z-index:1;position:absolute;background:rgba(0,0,0,.9);border-radius:.1rem .1rem .1rem .1rem;padding:.02rem .08rem;font-size:.11rem;color:#fff}.haggle-info-page .page-content .productImage .productHis{top:.03rem;right:.03rem;z-index:1;position:absolute;background:hsla(0,0%,100%,.85);border-radius:0 .2rem 0 .2rem;padding:.04rem .16rem;font-size:.11rem;color:#333;text-decoration-line:underline}.haggle-info-page .page-content .productImageRand{width:3.45rem;height:2.26rem;border-radius:.2rem .2rem .2rem .2rem;overflow:hidden}.haggle-info-page .productInfoTitle{font-weight:700;font-size:.14rem;color:#333;display:flex;flex-flow:column;align-items:center;align-content:center;justify-content:center;margin-top:.08rem}.haggle-info-page .productInfoTitle .titleWidth{width:3rem}.haggle-info-page .productInfoSubTitle{font-size:.12rem;color:#666;display:flex;flex-flow:column;align-items:center;align-content:center;justify-content:center;margin-top:.04rem}.haggle-info-page .productInfoSubTitle .titleWidth{width:3rem}.haggle-info-page .productInfoPrice{display:flex;flex-flow:row;align-items:flex-end;align-content:center;justify-content:center}.haggle-info-page .productInfoPrice .text{font-size:.13rem;color:#333}.haggle-info-page .productInfoPrice .target{font-size:.13rem;color:#666;text-decoration-line:line-through;text-transform:none}.haggle-info-page .productInfoPrice .integerPart{font-weight:700;font-size:.6rem;color:#ff1616;position:relative;line-height:1;transform:translateY(.06rem)}.haggle-info-page .productInfoPrice .integerPart:before{content:"$";font-size:.15rem;margin-bottom:.06rem}.haggle-info-page .productInfoPrice .decimalPart{font-weight:700;font-size:.22rem;color:#ff1616;position:relative;line-height:1}.haggle-info-page .dashed{width:100%;border-bottom:.01rem dashed #d6d6d6;height:.01rem;position:relative;margin-top:.15rem}.haggle-info-page .dashed:before{left:-.08rem}.haggle-info-page .dashed:after,.haggle-info-page .dashed:before{top:-.08rem;content:" ";z-index:1;position:absolute;width:.16rem;height:.16rem;background:#ff3d16;border-radius:.16rem}.haggle-info-page .dashed:after{right:-.08rem}.haggle-info-page .call{margin-top:.12rem;font-size:.18rem;color:#333;font-weight:700;display:flex;flex-flow:row;align-items:center;align-content:center;justify-content:center}.haggle-info-page .call b{color:#f54747}.haggle-info-page .call span{margin:0 .08rem}.haggle-info-page .call span.info{font-size:.14rem;color:#fa6c17}.haggle-info-page .progress{padding:.06rem .2rem 0 .2rem;display:flex;flex-flow:column}.haggle-info-page .progress.fail{align-items:center;justify-content:center}.haggle-info-page .progress.fail .fail{height:1.0338rem;width:1.03rem;background:url(../../static/img/fail.39d842a7.png) no-repeat 50%/100%}.haggle-info-page .progress.success{align-items:center;justify-content:center}.haggle-info-page .progress.success .success{height:1.03rem;width:1.03rem}.haggle-info-page .progress .price{flex:1;display:flex;flex-flow:row;align-items:center;align-content:center;justify-content:space-between}.haggle-info-page .progress .salePrice{font-weight:700;font-size:.11rem;color:#999}.haggle-info-page .progress .targetSlashPrice{font-weight:700;font-size:.11rem;color:#f54747}.haggle-info-page .progress .van-progress{border-radius:.18rem}.haggle-info-page .progress .van-progress__pivot{display:none}.haggle-info-page .buttonStatus{display:flex;flex-flow:row;align-items:center;align-content:center;justify-content:center;padding:.08rem .2rem .12rem .2rem;box-sizing:border-box}.haggle-info-page .buttonStatus.between{justify-content:space-between}.haggle-info-page .buttonStatus.status1{padding-left:.4rem;padding-right:.4rem;box-sizing:border-box}.haggle-info-page .buttonStatus.status1 .buttonType1{flex:1}.haggle-info-page .buttonStatus.status2{gap:.1rem}.haggle-info-page .buttonStatus.status2 .buttonType1,.haggle-info-page .buttonStatus.status2 .buttonType2{font-size:.16rem}.haggle-info-page .buttonStatus.status2.some{padding-left:.4rem;padding-right:.4rem;box-sizing:border-box}.haggle-info-page .buttonStatus.status2 .buttonType1,.haggle-info-page .buttonStatus.status2 .buttonType2{flex:1}.haggle-info-page .buttonStatus.status3 .buttonType1{padding:.09rem .3rem}.haggle-info-page .buttonStatus.status4{padding-left:.4rem;padding-right:.4rem;box-sizing:border-box}.haggle-info-page .buttonStatus.status4 .buttonType2{flex:1}.haggle-info-page .buttonStatus.status5{padding-left:.4rem;padding-right:.4rem;box-sizing:border-box}.haggle-info-page .buttonStatus.status5 .buttonType3{flex:1}.haggle-info-page .buttonStatus.status6{padding-left:.4rem;padding-right:.4rem;box-sizing:border-box}.haggle-info-page .buttonStatus.status6 .buttonType1{flex:1}.haggle-info-page .buttonStatus.status7{padding-left:.4rem;padding-right:.4rem;box-sizing:border-box}.haggle-info-page .buttonStatus.status7 .buttonType1{flex:1}.haggle-info-page .buttonStatus.status9{padding-left:.4rem;padding-right:.4rem;box-sizing:border-box}.haggle-info-page .buttonStatus.status9 .buttonType3{flex:1}.haggle-info-page .buttonStatus.status8{justify-content:space-between}.haggle-info-page .buttonStatus.status8 .buttonType1,.haggle-info-page .buttonStatus.status8 .buttonType2{width:1.5rem}.haggle-info-page .buttonStatus .buttonType1{background:linear-gradient(270deg,#ff3b3b,#ff00e9 51%,#c600ff),#d9d9d9}.haggle-info-page .buttonStatus .buttonType1,.haggle-info-page .buttonStatus .buttonType2{border-radius:.21rem .21rem .21rem .21rem;padding:.09rem .12rem;font-weight:700;font-size:.18rem;color:#fff}.haggle-info-page .buttonStatus .buttonType2{background:linear-gradient(270deg,#ff1e00,#ffac54 51%,#ffb200),#d9d9d9}.haggle-info-page .buttonStatus .buttonType3{background:#e8ebee;border-radius:.21rem .21rem .21rem .21rem;padding:.09rem .12rem;font-weight:700;font-size:.18rem;color:#999}.haggle-info-page .other{height:.64rem;display:flex;flex-flow:column;position:relative;background:url(../../static/img/other.e0152aa1.png) no-repeat 50%/100%}.haggle-info-page .friend{padding:0 .12rem .12rem .12rem;box-sizing:border-box}.haggle-info-page .friend .friendActive{top:-.14rem;right:0;z-index:1;position:absolute;width:.6541rem;height:.42rem;background:url(../../static/img/friendActive.d4277cb9.png) no-repeat 50%/100%}.haggle-info-page .friend .user{padding:.08rem .1rem;flex:1;width:100%;display:flex;flex-flow:row}.haggle-info-page .friend .user .info{position:relative;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA8MAAABOCAMAAAAzbTSfAAAA+VBMVEUAAADU/lHC/wDB/B3Q/zTU/VHC/wDB/wDV/VDS/lHA/wDM/DvT/DnC/wDC/wDC/wDU/VHU/VHC/wDC/wDU/VHU/FDC/wDU/VHV/VDC/wDT/VDT/VHR+k+9/wDC/wDD/wC//wDU/VHC/wDD/wDC/wDU/VDC/wDC/wDB/wDC/wDU/VHS/FLC/wDU/U/U/FHT/FDB/wDU/VLD/wDW/FLU/VHB/wDU/VDC/wDU/VHC/wDU/VLV/VTB/wDW/1LE/wfc/1TE/wDa/1TV/lHS/UnP/jfL/ijJ/wDU/U7G/w/G/wDZ/1PR/UHN/jHJ/iDH/xfM/wDY/1PK/xvY/z/lZNx+AAAAOHRSTlMA5+cIBPJmVEsZGRUM+fXAtPnw2sqop5yCfHhiNykkD0DX1dDKv62amZeViYdqWFM+NC4o3b6tPy93+xgAAAPASURBVHja7N3nVttAEIbhccFgbEoIvYT03nOS7EiybGMsTDAQcv8XEwJKorb+PZzzPvcwZ8fft17Js58OgGHhRP0GT+VD3wEwLDiO1OtyXjq1IwfAsFGsXvVFaW71HADLztXrRVPk/T0HwLDgWH2W5uVazQEwLVaPekOuvSaZBkwLfcv06Sv5o00yDZgWjCKttig3Vn84AIaFF1rldEVuLQwdAMM8FXHyUG51H1ERA6adTLTC40NJvWGGAdvGWjZ42ZTUwpwDYFhlRbz8XW5QEQP2BbGW3Jf/dkmmAdPCsRad7kgGyTRgWxiVZrghGVsMMWBaeB5pTrIpWZ+4qwXYdhZp3gPJ6q7zD0TAtGJF/ORQcrYdANPGmrMjeftUxIBtZ7FmrH2WgnXuagGmhRNPOZzaI5kGTAunkf6TzEsJ1zwA27IV8bKUbVMvAaYF40hTyVspa9MuAbaNPOVwqrHKEAOmnVxoaqUrFXYdANPGmmpJlS9UxIBtfyvitQOpxDIN2Ja+jTf4KgW8jQfcCenbeMlH8ahxEAOmhbGqDuri846KGDAtmEaqly3xaTsApo1UdbkjPs0NlmnAtJMrHTxviNce3zEFTAumutQSvw6P1AK2jeL6oszAMg3YFl5tyiz7JNOAacGvA5nl4FfgABjW35dZNq9CB8Cw3obMsFiPRw6AZbWO+LWWdMoyDZh2b0+8Gs8HenXiABjW22iKT2dZVVmmAePa4tO6VI1YpgHb+u/Epz5Q1ZhkGjCtVxOPj4lei445iAHThgtSbWWgf1xwEAOm9b5JpYM1vRGfOQCWzX2RKi1NjR0A03alQndFUxdUxIBpvdWGlD3QW1TEgHlHbSl7m2gqGpNMA6b1t6VsSf+JSKYB045+SMl8kpnhKUMMmDbck6L7mjFhhgHTjtal4POaZsRn/CIGTJvbl7wdvUFFDNwR25Jz+ERzJlTEgGm99W6hHM6LuG8J2Nb/JFmbieZE56RagGnDLcloJFoQEWoBtg0lY+dUi8YcxL/buXMVhKEgjMKjRty3SrBxQXEDbSwc0BhiZUCS938akxgCxqS/F873ElP8wwGMFswK43CByyEGzHaR3GKo/8h5AGZrtiXj7DxNMBEDNvGPkpmvNMVEDNjEX/blaxFqAW08wAJ5G2/00gLaeIAFgrGkulru9uQQA0Z7dCSxf2k5frUAs0UHiTXqWsG9AjBaTWKtgaaYiAHrTE4iztbTKu8rAJPdp45061rJJVILGM2v9aQVaoqJGLDQ4yxrT3/RxgPsEW0+xF06tpQ6HR8AAAAASUVORK5CYII=) no-repeat 50%/100%;flex:1;width:100%;display:flex;flex-flow:row;align-items:center;align-content:center;justify-content:center;padding:.06rem 0}.haggle-info-page .friend .user .info span{font-size:.11rem;color:#354306}.haggle-info-page .friend .user .info b{font-weight:400;color:#fa6c17}.haggle-info-page .friend .friendContent{background:#fff5ef;border-radius:.12rem .12rem .12rem .12rem;display:flex;flex-flow:column;align-items:center;align-content:center;justify-content:center;position:relative}.haggle-info-page .friend .title{width:1.6rem;padding:.04rem .1rem;box-sizing:border-box;background:linear-gradient(180deg,#ffddc9,#fff5ef);border-radius:0 0 .2rem .2rem;font-weight:700;font-size:.14rem;color:#a54106}.haggle-info-page .friend .list{flex:1;width:100%;display:flex;flex-flow:row wrap;padding:.07rem .35rem 0 .35rem;box-sizing:border-box;align-items:center;align-content:center;justify-content:space-between}.haggle-info-page .friend .list.listType1,.haggle-info-page .friend .list.listType2{gap:.4rem;justify-content:center}.haggle-info-page .friend .list .item{width:.35rem;height:.35rem;background:#ffe8da;border-radius:.35rem;overflow:hidden;display:flex;align-items:center;align-content:center;justify-content:center;position:relative}.haggle-info-page .friend .list .active{top:0;left:0;right:0;bottom:0;z-index:1;position:absolute;background:rgba(0,0,0,.6);border-radius:.12rem .12rem .12rem .12rem;display:flex;flex-flow:column;align-items:center;align-content:center;justify-content:center}.haggle-info-page .midwayRedpack{width:2.99rem;height:2.52rem;position:relative;background:url(../../static/img/redpackAmount.63fdaa75.png) no-repeat;background-size:cover;display:flex;flex-flow:column}.haggle-info-page .midwayRedpack .title{height:.6rem}.haggle-info-page .midwayRedpack .info{flex:1;display:flex;align-items:center;align-content:center;justify-content:center}.haggle-info-page .midwayRedpack .buttonType{font-weight:700;color:#fff;height:.4rem;width:1.18rem;display:flex;flex-flow:row;align-items:center;align-content:center;justify-content:center;padding:0 .05rem;box-sizing:border-box;border-radius:.21rem .21rem .21rem .21rem}.haggle-info-page .midwayRedpack .buttonType1{background:linear-gradient(270deg,#ff3b3b,#ff00e9 51%,#c600ff),#d9d9d9;font-size:.16rem}.haggle-info-page .midwayRedpack .buttonType2{background:linear-gradient(270deg,#ff1e00,#ffac54 51%,#ffb200),#d9d9d9;font-size:.16rem}.haggle-info-page .midwayRedpack .button{display:flex;flex-flow:row;align-items:center;align-content:center;justify-content:space-between;padding:0 .25rem .35rem .25rem;box-sizing:border-box}.haggle-info-page .midwayRedpack .price{font-weight:700;font-size:.22rem;color:#ff1616;position:relative;display:flex;flex-flow:row;align-items:flex-end;align-content:center;justify-content:center;line-height:1}.haggle-info-page .midwayRedpack .price:before{content:"$";font-size:.16rem;margin-bottom:.02rem}.haggle-info-page .midwayRedpack .decimalPart{font-weight:700;font-size:.16rem;color:#ff1616;position:relative;display:flex;flex-flow:row;align-items:flex-end;align-content:center;justify-content:center;margin-bottom:-.02rem}.haggle-info-page .midwayPrize{width:2.99rem;height:2.52rem;position:relative;background:url(../../static/img/prize.17e2121c.png) no-repeat;background-size:cover;display:flex;flex-flow:column}.haggle-info-page .midwayPrize .title{height:.6rem}.haggle-info-page .midwayPrize .info{flex:1;display:flex;align-items:center;align-content:center;justify-content:center}.haggle-info-page .midwayPrize .buttonType{font-weight:700;color:#fff;height:.4rem;width:1.18rem;display:flex;align-items:center;align-content:center;justify-content:center;padding:0 .05rem;box-sizing:border-box;border-radius:.21rem .21rem .21rem .21rem}.haggle-info-page .midwayPrize .buttonType1{background:linear-gradient(270deg,#ff3b3b,#ff00e9 51%,#c600ff),#d9d9d9;font-size:.16rem}.haggle-info-page .midwayPrize .buttonType2{background:linear-gradient(270deg,#ff1e00,#ffac54 51%,#ffb200),#d9d9d9;font-size:.14rem}.haggle-info-page .midwayPrize .button{display:flex;flex-flow:row;align-items:center;align-content:center;justify-content:center;padding:0 .25rem .35rem .25rem;box-sizing:border-box}.haggle-info-page .canJoin{padding:0 .2rem;box-sizing:border-box;position:fixed;z-index:100;bottom:.2rem;left:0;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.haggle-info-page .canJoin .infoTips{font-size:.14rem;color:#fff;padding:.12rem .24rem;box-sizing:border-box;background:rgba(0,0,0,.75);border-radius:.18rem .18rem .18rem .18rem}.haggle-info-page .full-screen-pag{width:100vw;height:100vh;position:fixed;left:0;top:0;z-index:100;pointer-events:none;overflow:hidden;display:flex;justify-content:center;align-items:center}.haggle-info-page .full-screen-pag .canvas{width:100%!important;height:auto!important}.haggle-info-page .van-empty__description{margin:0}.friendHeader{width:100%;height:.58rem;background:url(../../static/img/friend_list.11b13c68.png) no-repeat transparent;background-size:cover;display:flex;align-items:center;align-content:center;justify-content:flex-end;box-sizing:border-box;padding:.24rem .2rem 0 0}.friendHeader span{font-weight:700;font-size:.12rem;color:#333}.friendHeader i{color:#fa6c17;font-style:normal}.friendSlashRecordListPopup{display:flex;flex-flow:column}.friendSlashRecordListPopup .friendSlashRecordListOverflow{overflow:auto;max-height:4rem;min-height:2rem;background-color:#fff;padding:.12rem;box-sizing:border-box;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.friendSlashRecordListPopup .close{display:flex;flex-flow:row;align-items:flex-start;justify-content:flex-end;padding:0 .12rem 0 0}.friendSlashRecordList{flex:1;display:flex;flex-flow:column}.friendSlashRecordList .friendSlashRecordItem{display:flex;flex-flow:row;align-items:center;align-content:center;justify-content:space-between;background:#fffde1;padding:.08rem;overflow:hidden;box-sizing:border-box;border-radius:.1rem .1rem .1rem .1rem;margin-bottom:.08rem}.friendSlashRecordList .friendSlashRecordItemLeft{display:flex;flex-flow:column;align-items:center;align-content:center;justify-content:center;background:#fff;overflow:hidden;border-radius:.12rem .12rem .12rem .12rem}.friendSlashRecordList .friendSlashRecordItemRight{display:flex;flex-flow:row;flex:1;justify-content:space-between}.friendSlashRecordList .friendSlashRecordItemRightPrice{font-size:.11rem;color:#333;display:flex;flex-flow:row;align-items:center;align-content:center}.friendSlashRecordList .friendSlashRecordItemRightPrice .price{font-weight:700;font-size:.15rem;color:#fa6c17}.friendSlashRecordList .friendSlashRecordItemRightPrice .dao{width:.2rem;height:.2017rem;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPAAAADyCAMAAABEQ7irAAAAqFBMVEUAAAD6bBf6bBf6bBb5aRX5aRT6bBb6bBb6axb4axP6axb5axb6axb4axj7bBf5axb6bBf5ahT6bBf7bBf6bBf6bBf8bBf6axb1aBv6bBf6bBb6axb6bBf7bBb7ahb7axf6bBf6bBb5ahf6ahb5axb6axf6axf6axb5ahX7bBf6bBb6bBb7bBb5bBb5axf6axb6axf6bBf/bxj8bBf+bRf/bhf/cRj/cxgPgTfUAAAAMXRSTlMA+/fQCw/bpmcFXVUwE+sd9BjK8eGSbUoIvbFzUe87KdaXNiGIeYFFJua2q8WMQMGb2e6mcQAABmdJREFUeNrt3Yl2mzAQBdARxHjH+24ndrYmTp1kxOL//7PW3Vtondiv54wG7h9wBA8xGgkqlUqlUqlUKpVKKryMr6ZUIBMv9ea1NhXF9Clijszg9YaK4SHmLxK7nVSoAGaWv0n2/qhF2l1a/tUgaJBuPv8hNWPNT/PE4wy7ILUOEZ3hX5BaVzFnJE3Sa2azN/RH0uvSctYH0svnjKhaJ7XyItpTPMAXM87qk14TzrLXpFc/yV7vnPRqWM6IFc8qL3IjWnHpo2aKFdEVv2ARvdwXLKLDKHu9r6TXneWMQYfUqoScNSK9FoYzug+kVl5EJ5oHOC+imRTLieh0THrlRfRQ8eJSZcVZ96TXwhTsHVy0iG4ULKIrhjP2miP6NeEMX3FE3+REtNE8wPecFfRIrXbBlkdpY7OVyoD06uQklr0kvWZRtjQ7U7z+fd3lDKO5i2XDWZqf4F5eRGtucMiL6DXpdVNGdBnRmtQ3OQOsefUsL6JTzatnORFtt6TXVU5ED65Ir5co+w7ekF65PWiaI/qJc6y2Na2v4WuPc5mwqvOS55b/Iknnl/pWHZr8DzYKRtpm1EM+wviqvhIbHh8T74PxjZZO6eks4uNiG26XpMJ1ym9kVio2Xfoxv5m1m0vXdyA2U34PG3+8dbuBacjvZj46vOkyN6KPh7Zfc3Q6kh/RbwntYdXJ0P4c0Sczjw4uHPsxnyEd7FpuhXYz5bNE1nu5c+mShwxgnpx5Ty0MI9jEnzgR2hd+xBCH0N44sOWlmTKQWUsvgtUZK9rXSLTXhDEc2Tx+EzKWEV4JumewueydiZVHxvKEz60XlqEi4U9wncGs8KU3eERXSbSHkMGEzy1vGSt6lV21hr+DvWcSbVSwiH4wjONCRFcLFtGTLgPJj+h6NWaskeyIfmCwrvAneA6O6Fj4E9zaM5YnfA21z1h74aUseEQHsge4/oSO6DsSDR7RK+E7E9ERndySaEt4RJNo9TXjuBDRDY9xHIjow+oZjgMR3YQmlgObx1fgAbbCV8+gtXcHdibCF1di4U3FYwZyYGciPKKN8AGGR7TwJxgf0RMSDR3RifCtpx10RCfCW4jvDUNFW9kNDr2AYZyI6EXBIrqSMo4LEY2u3NkXEq3VZSwjvGF4hBxgB35g0lkxlie8yXBXsNUzeESnwnc5oCM6FV57h0d0KLvBAR/Rwk/mvUIPcFf4Z1LhGhyKFtE+wzgR0U3DWI+yF1cutujSrPDT8a8teoCF/0TMR3eRCn+Cl+i26JBkCxjLCt+ahI7oqC989Qwe0cLXv+ERPZQ9yar76FKl8FMsxgWL6HbRIrpWsIiGDrALEV1LGWstO6LJMFYqfPVslzBU7JNovQHjFPEEB+mVO3hEd4UftAONaAe2B8Mjei98cyE6oq3wxZWbLmMNhVfuRowk/8elvRV6gEm2jWUcB/reW+DrtdJ/99CPGGoleysWPXuMJbyQVa8iB1h+Eyl1GMvK7oomerLY6xW+eRQe0cJ7KuERHQr/aEBHdCK8Ek3TOSNJP3mV6NkwkvCthZ/NoJEVCv8oJFomDGTF/wNwGjCGG29g9OqZ8KrOZxfId3AcSJ9xEH3YA693KD6giYYxo0RD2Q2VX9Qswxjh6wwH9ZBhIvkBDY3orvCiHTyixc+gkREt/zihr6awiDbCa3bf7Gyh7mfqhYW6n3ENDl0X3keftQEdLC4c3PDDrcVcr/BOrB/akISO1sIbk8DbgxPpp9v91FoxgPBjKn614/MlO3IGIKJjFz4HkREdSF9QwUa0rToTVwfzsy+4Ib9c94vnLp9nKHxDf6bBgc8ReSMHqpO4ExySlfB/BmVVz4loMyfXPO/5ZGnflW+jX6z5VBEvhO/KybP0+ETGd2mu8d301Hew9R2pbGBalKwZO/Yu+u4l4RMMqg4+vCdHtA1Hbs2szovoxN4KP/rrX5p/RrTim/lgOntXRMfWv3X3Zj6YvCeiI+svXR7dg+DtA2xWfbcH9z2nJ8fpYDt2OKm+6z3yW9h9v9ZxdJbxuzs+zgyGOwVj+8VFcOyFa4PqwpmlkzNblGwavyxabadKc8d4nCtibxD69y5V1U+qvUeJtWnirbevd41r6btuzovoKLY2td3ZZnH50GmriOO/RHTExhuEj/353VJLEP9d+6M/39yPJy2nVkjO0auovXlLpVKpVCqV/rNPYV50LruidGsAAAAASUVORK5CYII=) no-repeat;background-size:cover}.friendSlashRecordList .friendSlashRecordItemRightTitle{display:flex;flex-flow:column;align-items:baseline;justify-content:space-between;padding:0 0 0 .08rem;box-sizing:border-box;position:relative}.friendSlashRecordList .friendSlashRecordItemRightTitle .title{font-weight:700;font-size:.13rem;display:flex;flex-flow:row;align-items:center;align-content:center;padding-bottom:.03rem}.friendSlashRecordList .friendSlashRecordItemRightTitle .dao{font-size:.11rem;color:#666}.friendSlashRecordList .friendSlashRecordItemRightTitle .bao{width:.36rem;height:.26rem;background:url(../../static/img/bao.d2b4d057.png) no-repeat;background-size:cover}