@charset "utf-8";.mint-indicator{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.mint-indicator-wrapper{top:50%;left:50%;position:fixed;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border-radius:5px;background:rgba(0,0,0,.7);color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center}.mint-indicator-text{display:block;color:#fff;text-align:center;margin-top:10px;font-size:16px}.mint-indicator-spin{display:inline-block;text-align:center}.mint-indicator-mask{top:0;left:0;position:fixed;width:100%;height:100%;opacity:0;background:transparent}.mint-indicator-enter,.mint-indicator-leave-active{opacity:0}.mint-spinner-snake{-webkit-animation:mint-spinner-rotate .8s linear infinite;animation:mint-spinner-rotate .8s linear infinite;border:4px solid transparent;border-radius:50%}@-webkit-keyframes mint-spinner-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes mint-spinner-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.mint-spinner-double-bounce{position:relative}.mint-spinner-double-bounce-bounce1,.mint-spinner-double-bounce-bounce2{width:100%;height:100%;border-radius:50%;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:mint-spinner-double-bounce 2s ease-in-out infinite;animation:mint-spinner-double-bounce 2s ease-in-out infinite}.mint-spinner-double-bounce-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes mint-spinner-double-bounce{0%,to{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes mint-spinner-double-bounce{0%,to{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}.mint-spinner-triple-bounce-bounce1,.mint-spinner-triple-bounce-bounce2,.mint-spinner-triple-bounce-bounce3{border-radius:100%;display:inline-block;-webkit-animation:mint-spinner-triple-bounce 1.4s ease-in-out infinite both;animation:mint-spinner-triple-bounce 1.4s ease-in-out infinite both}.mint-spinner-triple-bounce-bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.mint-spinner-triple-bounce-bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes mint-spinner-triple-bounce{0%,80%,to{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes mint-spinner-triple-bounce{0%,80%,to{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.mint-spinner-fading-circle{position:relative}.mint-spinner-fading-circle-circle{width:100%;height:100%;top:0;left:0;position:absolute}.mint-spinner-fading-circle-circle:before{content:" ";display:block;margin:0 auto;width:15%;height:15%;border-radius:100%;-webkit-animation:mint-fading-circle 1.2s ease-in-out infinite both;animation:mint-fading-circle 1.2s ease-in-out infinite both}.mint-spinner-fading-circle-circle.is-circle2{-webkit-transform:rotate(30deg);transform:rotate(30deg)}.mint-spinner-fading-circle-circle.is-circle2:before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.mint-spinner-fading-circle-circle.is-circle3{-webkit-transform:rotate(60deg);transform:rotate(60deg)}.mint-spinner-fading-circle-circle.is-circle3:before{-webkit-animation-delay:-1s;animation-delay:-1s}.mint-spinner-fading-circle-circle.is-circle4{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.mint-spinner-fading-circle-circle.is-circle4:before{-webkit-animation-delay:-.9s;animation-delay:-.9s}.mint-spinner-fading-circle-circle.is-circle5{-webkit-transform:rotate(120deg);transform:rotate(120deg)}.mint-spinner-fading-circle-circle.is-circle5:before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.mint-spinner-fading-circle-circle.is-circle6{-webkit-transform:rotate(150deg);transform:rotate(150deg)}.mint-spinner-fading-circle-circle.is-circle6:before{-webkit-animation-delay:-.7s;animation-delay:-.7s}.mint-spinner-fading-circle-circle.is-circle7{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.mint-spinner-fading-circle-circle.is-circle7:before{-webkit-animation-delay:-.6s;animation-delay:-.6s}.mint-spinner-fading-circle-circle.is-circle8{-webkit-transform:rotate(210deg);transform:rotate(210deg)}.mint-spinner-fading-circle-circle.is-circle8:before{-webkit-animation-delay:-.5s;animation-delay:-.5s}.mint-spinner-fading-circle-circle.is-circle9{-webkit-transform:rotate(240deg);transform:rotate(240deg)}.mint-spinner-fading-circle-circle.is-circle9:before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.mint-spinner-fading-circle-circle.is-circle10{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.mint-spinner-fading-circle-circle.is-circle10:before{-webkit-animation-delay:-.3s;animation-delay:-.3s}.mint-spinner-fading-circle-circle.is-circle11{-webkit-transform:rotate(300deg);transform:rotate(300deg)}.mint-spinner-fading-circle-circle.is-circle11:before{-webkit-animation-delay:-.2s;animation-delay:-.2s}.mint-spinner-fading-circle-circle.is-circle12{-webkit-transform:rotate(330deg);transform:rotate(330deg)}.mint-spinner-fading-circle-circle.is-circle12:before{-webkit-animation-delay:-.1s;animation-delay:-.1s}@-webkit-keyframes mint-fading-circle{0%,39%,to{opacity:0}40%{opacity:1}}@keyframes mint-fading-circle{0%,39%,to{opacity:0}40%{opacity:1}}.mint-switch{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.mint-switch *{pointer-events:none}.mint-switch-label{margin-left:10px;display:inline-block}.mint-switch-label:empty{margin-left:0}.mint-switch-core{display:inline-block;position:relative;width:52px;height:32px;border:1px solid #d9d9d9;border-radius:16px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#d9d9d9}.mint-switch-core:after,.mint-switch-core:before{content:" ";top:0;left:0;position:absolute;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;border-radius:15px}.mint-switch-core:after{width:30px;height:30px;background-color:#fff;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.4);box-shadow:0 1px 3px rgba(0,0,0,.4)}.mint-switch-core:before{width:50px;height:30px;background-color:#fdfdfd}.mint-switch-input{display:none}.mint-switch-input:checked+.mint-switch-core{border-color:#26a2ff;background-color:#26a2ff}.mint-switch-input:checked+.mint-switch-core:before{-webkit-transform:scale(0);transform:scale(0)}.mint-switch-input:checked+.mint-switch-core:after{-webkit-transform:translateX(20px);transform:translateX(20px)}.picker{overflow:hidden}.picker-toolbar{height:40px}.picker-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;text-align:right;font-size:24px;position:relative}.picker-center-highlight{-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;left:0;width:100%;top:50%;margin-top:-18px;pointer-events:none}.picker-center-highlight:after,.picker-center-highlight:before{content:"";position:absolute;height:1px;width:100%;background-color:#eaeaea;display:block;z-index:15;-webkit-transform:scaleY(.5);transform:scaleY(.5)}.picker-center-highlight:before{left:0;top:0;bottom:auto;right:auto}.picker-center-highlight:after{left:0;bottom:0;right:auto;top:auto}.picker-slot{font-size:18px;overflow:hidden;position:relative;max-height:100%}.picker-slot.picker-slot-left{text-align:left}.picker-slot.picker-slot-center{text-align:center}.picker-slot.picker-slot-right{text-align:right}.picker-slot.picker-slot-divider{color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.picker-slot-wrapper{-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;-webkit-backface-visibility:hidden;backface-visibility:hidden}.picker-slot-wrapper.dragging,.picker-slot-wrapper.dragging .picker-item{-webkit-transition-duration:0s;transition-duration:0s}.picker-item{height:36px;line-height:36px;padding:0 10px;white-space:nowrap;position:relative;overflow:hidden;text-overflow:ellipsis;color:#707274;left:0;top:0;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-backface-visibility:hidden;backface-visibility:hidden}.picker-slot-absolute .picker-item{position:absolute}.picker-item.picker-item-far{pointer-events:none}.picker-item.picker-selected{color:#000;-webkit-transform:translateZ(0) rotateX(0);transform:translateZ(0) rotateX(0)}.picker-3d .picker-items{overflow:hidden;-webkit-perspective:700px;perspective:700px}.picker-3d .picker-item,.picker-3d .picker-slot,.picker-3d .picker-slot-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.picker-3d .picker-slot{overflow:visible}.picker-3d .picker-item{-webkit-transform-origin:center center;transform-origin:center center;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.v-modal-enter{-webkit-animation:v-modal-in .2s ease;animation:v-modal-in .2s ease}.v-modal-leave{-webkit-animation:v-modal-out .2s ease forwards;animation:v-modal-out .2s ease forwards}@-webkit-keyframes v-modal-in{0%{opacity:0}}@keyframes v-modal-in{0%{opacity:0}}@-webkit-keyframes v-modal-out{to{opacity:0}}@keyframes v-modal-out{to{opacity:0}}.v-modal{position:fixed;left:0;top:0;width:100%;height:100%;opacity:.5;background:#000}.mint-popup{position:fixed;background:#fff;top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:.2s ease-out;transition:.2s ease-out}.mint-popup-top{top:0;right:auto;bottom:auto;left:50%;-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}.mint-popup-right{top:50%;right:0;bottom:auto;left:auto;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.mint-popup-bottom{top:auto;right:auto;bottom:0;left:50%;-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}.mint-popup-left{top:50%;right:auto;bottom:auto;left:0;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.popup-slide-top-enter,.popup-slide-top-leave-active{-webkit-transform:translate3d(-50%,-100%,0);transform:translate3d(-50%,-100%,0)}.popup-slide-right-enter,.popup-slide-right-leave-active{-webkit-transform:translate3d(100%,-50%,0);transform:translate3d(100%,-50%,0)}.popup-slide-bottom-enter,.popup-slide-bottom-leave-active{-webkit-transform:translate3d(-50%,100%,0);transform:translate3d(-50%,100%,0)}.popup-slide-left-enter,.popup-slide-left-leave-active{-webkit-transform:translate3d(-100%,-50%,0);transform:translate3d(-100%,-50%,0)}.popup-fade-enter,.popup-fade-leave-active{opacity:0}.mint-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#26a2ff;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;height:40px;line-height:1;padding:0 10px;position:relative;text-align:center;white-space:nowrap}.mint-header .mint-button{background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none;color:inherit;display:inline-block;padding:0;font-size:inherit}.mint-header .mint-button:after{content:none}.mint-header.is-fixed{top:0;right:0;left:0;position:fixed;z-index:1}.mint-header-button{-webkit-box-flex:.5;-ms-flex:.5;flex:.5}.mint-header-button>a{color:inherit}.mint-header-button.is-right{text-align:right}.mint-header-button.is-left{text-align:left}.mint-header-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:inherit;font-weight:400;-webkit-box-flex:1;-ms-flex:1;flex:1}.mt-range{position:relative;height:30px;line-height:30px}.mt-range,.mt-range>*{display:-webkit-box;display:-ms-flexbox;display:flex}.mt-range [slot=start]{margin-right:5px}.mt-range [slot=end]{margin-left:5px}.mt-range-content{position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1;margin-right:30px}.mt-range-runway{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:0;right:-30px;border-top-color:#a9acb1;border-top-style:solid}.mt-range-thumb{background-color:#fff;position:absolute;left:0;top:0;width:30px;height:30px;border-radius:100%;cursor:move;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.4);box-shadow:0 1px 3px rgba(0,0,0,.4)}.mt-range-progress{position:absolute;display:block;background-color:#26a2ff;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:0}.mt-range--disabled{opacity:.5}.pay_title{border-bottom:1px solid #eee;padding-top:.2rem}#app .Banner .mint-header{color:#fff}.van-nav-bar .van-icon{color:#323232;vertical-align:middle}.van-action-sheet__item{color:#0babfe}#app{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#2c3e50;width:100%;overflow-x:hidden;height:100%}.van-collapse .van-collapse-item .van-icon .van-icon__image{width:1rem;height:1rem;background:#f7f8f9;margin-right:10px}.van-collapse .van-collapse-item .van-icon .van-icon__image img{margin-top:-12px}#In-Detail .van-cell__title{-webkit-box-flex:1.5;-ms-flex:1.5;flex:1.5;text-align:right}#In-Detail .van-cell__right-icon{-webkit-box-flex:1;-ms-flex:1;flex:1}body{background-color:#fff}#refresh_time{height:.15rem;line-height:.15rem;font-size:14px;color:#969799;position:absolute;top:-.25rem;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.refresh_time.van-pull-refresh>.van-pull-refresh__track>.van-pull-refresh__head{height:60px;top:-40px;line-height:20px}.Fastentry .van-collapse-item .van-collapse-item__content{padding:10px}.van-dialog{border-radius:8px;font-family:PingFangSC-Medium,PingFang SC}.van-dialog__message{color:#323232;font-size:.36rem;line-height:.54rem;font-weight:500;padding:.8rem .6rem .5rem}.van-tag{font-size:.2rem}.ShareDown{top:0!important}.debug-entry[data-v-7b625789]{padding-top:40px}.debug-entry h1[data-v-7b625789]{font-size:30px;display:block;text-align:center;margin-bottom:50px}.debug-entry a[data-v-7b625789]{font-size:30px;display:block;margin:15px;text-align:center;color:#0076d0}.hello[data-v-c419c70a]{padding:20px}.hello .router-link[data-v-c419c70a]{font-size:18px}h1[data-v-c419c70a],h2[data-v-c419c70a]{font-weight:400}ul[data-v-c419c70a]{list-style-type:none;padding:0}li[data-v-c419c70a]{display:inline-block;margin:0 10px}a[data-v-c419c70a]{color:#42b983}#app .mint-header[data-v-11c1905a]{background:transparent;margin-bottom:20px}.ShareDown[data-v-11c1905a]{background-color:hsla(0,0%,100%,.5);position:fixed;top:5px;left:0;right:0;z-index:999}.shareTitle[data-v-11c1905a]{margin-top:10px;height:.613333rem;line-height:.613333rem;width:100%;font-size:.32rem;text-align:center;font-weight:400;color:#333}.Index[data-v-11c1905a]{background:transparent;min-height:100vh;left:0;right:0;top:0;bottom:0;overflow:hidden;width:100%}.Banner[data-v-11c1905a]{width:100%;height:4.3rem;background:url(../../static/img/img_2.024c4ae.png) no-repeat;background-position:50%;background-size:100% 100%;overflow:hidden}.Banner i[data-v-11c1905a]{width:.4rem;height:.4rem;display:inline-block}.Banner .BannerHead[data-v-11c1905a]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1.31rem;color:#fff;font-size:.36rem;padding:0 .28rem}.Banner .BannerHead h2[data-v-11c1905a]{font-weight:400}.Banner .BannerInfo[data-v-11c1905a]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 .28rem .28rem}.Banner .BannerInfo .BannerInfo_l[data-v-11c1905a]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.Banner .BannerInfo .BannerInfo_l .BannerInfo_l_text1[data-v-11c1905a]{font-size:.24rem;color:hsla(0,0%,100%,.6)}.Banner .BannerInfo .BannerInfo_l .BannerInfo_l_name[data-v-11c1905a]{font-size:.36rem;color:#fff;padding:5px 0}.Banner .BannerInfo .BannerInfo_l .BannerInfo_l_last span[data-v-11c1905a]{display:inline-block;font-size:.24rem;padding:.02rem .19rem;margin-right:5px;border-radius:3px}.Banner .BannerInfo .BannerInfo_l .BannerInfo_l_last .store1[data-v-11c1905a]{border:1px solid #0babfe;color:#0babfe}.Banner .BannerInfo .BannerInfo_l .BannerInfo_l_last .blue[data-v-11c1905a],.Banner .BannerInfo .BannerInfo_l .BannerInfo_l_last span[data-v-11c1905a]:nth-child(2){border:1px solid #45c186;color:#45c186}.Banner .BannerInfo .BannerInfo_r[data-v-11c1905a]{font-size:.28rem;color:#fff}.Banner .BannerInfo .BannerInfo_r p[data-v-11c1905a]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.Banner .BannerInfo .BannerInfo_r .return[data-v-11c1905a]{display:inline-block;width:.4rem;height:.4rem;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.Banner .BannerBottom[data-v-11c1905a]{border-top:1px solid hsla(0,0%,100%,.3);margin-left:.28rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;height:1.06rem;line-height:1.06rem}.Banner .BannerBottom .bg[data-v-11c1905a]{width:2.82rem;height:.51rem;background:#1e2430;color:#0babfe;text-align:center;line-height:.51rem;border-top-left-radius:15px;border-bottom-left-radius:15px;opacity:.8;font-size:.28rem;margin-top:.3rem}.Banner .BannerBottom .bg .arrow[data-v-11c1905a]{width:.32rem;height:.32rem;display:inline-block;vertical-align:middle}.listFlex[data-v-11c1905a]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.Content[data-v-11c1905a]{width:100%;height:100vh;background:#fff;overflow-y:scroll;overflow-x:hidden}.Content .ModelComparison[data-v-11c1905a]{width:1.44rem;height:1.44rem;position:fixed;bottom:.24rem;right:.32rem}.Content .list[data-v-11c1905a]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}.Content .list .active[data-v-11c1905a]{background-image:url(../../static/img/carListItembg.a04debe.png);background-size:100% 100%;background-repeat:no-repeat}.Content .list .list_item[data-v-11c1905a]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:.1rem .27rem 0}.Content .list .list_item .label[data-v-11c1905a]{position:absolute;right:.2rem;top:.2rem;z-index:99;width:1.56rem}.Content .list .list_item .list_item_info[data-v-11c1905a]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:35%}.Content .list .list_item .list_item_info .logo[data-v-11c1905a]{width:2.64rem;margin-top:.3rem;height:.8rem}.Content .list .list_item .list_item_info .logo img[data-v-11c1905a]{width:auto;max-width:100%;max-height:.68rem}.Content .list .list_item .list_item_info .logo[data-v-11c1905a]:after{content:"";width:.8rem;height:1px;background:#ebebeb;display:block;margin-top:.4rem}.Content .list .list_item .list_item_info .list_item_info_price[data-v-11c1905a]{color:#989898;font-size:.24rem;margin-top:.8rem}.Content .list .list_item .list_item_info .list_item_info_price .price[data-v-11c1905a]{color:#f33b3b;font-size:.24rem}.Content .list .list_item .list_item_info .list_item_info_price .price strong[data-v-11c1905a]{font-size:.36rem;font-weight:700;margin-right:5px}.Content .list .list_item .list_item_info .list_item_info_price .lastPrice[data-v-11c1905a]{color:#656565;font-size:.24rem}.Content .list .list_item .cAr[data-v-11c1905a]{width:4.76rem;height:3.56rem;overflow:hidden}.Content .list .list_item .cAr img[data-v-11c1905a]{width:4.76rem;height:3.56rem}.Content .list .list_bottom.active-mr[data-v-11c1905a]{display:block;height:auto!important;padding-bottom:.12rem;margin-top:.1rem}.Content .list .list_bottom[data-v-11c1905a]{margin-top:0;overflow:hidden;height:0;margin-left:.27rem;border-bottom:1px solid #ebebeb}.Content .list .list_bottom span[data-v-11c1905a]{display:inline-block;font-size:.24rem;height:.44rem;line-height:.44rem;padding:0 .19rem;border-radius:3px;margin-right:4px;float:left}.Content .list .list_bottom .blue[data-v-11c1905a]{background:rgba(11,171,254,.058823529411764705);color:#0babfe;margin-bottom:.08rem}.Content .list .list_bottom .red.active-a[data-v-11c1905a]{background:#f0fafe;color:#46b7f8}.Content .list .list_bottom .red[data-v-11c1905a]{margin-bottom:.08rem;background:rgba(243,59,59,.058823529411764705);color:#ff5656}.mobile_devices[data-v-11c1905a]{padding-bottom:.5rem}.mobile_devicesAndio[data-v-11c1905a]{margin-bottom:.1rem}.mint-toast{position:fixed;max-width:80%;border-radius:5px;background:rgba(0,0,0,.7);color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;z-index:1000;-webkit-transition:opacity .3s linear;transition:opacity .3s linear}.mint-toast.is-placebottom{bottom:50px;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.mint-toast.is-placemiddle{left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.mint-toast.is-placetop{top:50px;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.mint-toast-icon{display:block;text-align:center;font-size:56px}.mint-toast-text{font-size:14px;display:block;text-align:center}.mint-toast-pop-enter,.mint-toast-pop-leave-active{opacity:0}.ios-head .pay_title[data-v-9cd472ee]{padding-top:.3rem!important}.ios-head .content[data-v-9cd472ee]{padding-top:1.25rem!important}.iosx-head .pay_title[data-v-9cd472ee]{padding-top:.6rem!important}.iosx-head .content[data-v-9cd472ee]{padding-top:1.55rem!important}.Index[data-v-9cd472ee]{background:#fff}.Index .pay_title[data-v-9cd472ee]{display:-webkit-box;display:-ms-flexbox;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:.9rem;padding:0 .32rem;position:fixed;left:0;right:0;top:0;z-index:999;background:#fff;display:flex;justify-content:space-between;border-bottom:1px solid #eee}.Index .pay_title img[data-v-9cd472ee]{width:.48rem;height:.48rem}.Index .pay_title span[data-v-9cd472ee]{font-size:.32rem;color:#333}.Index .content[data-v-9cd472ee]{width:6.82rem;margin:0 auto;padding-bottom:1.8rem;padding-top:.95rem}.Index .content .content-top-carName[data-v-9cd472ee]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;border-bottom:1px solid #f7f8f8;padding-bottom:.31rem;margin-top:.2rem}.Index .content .content-top-carName .carImg[data-v-9cd472ee]{width:2.43rem;height:1.39rem;background:#f7f8f9;margin-right:.21rem}.Index .content .content-top-carName .carImg img[data-v-9cd472ee]{width:2.43rem;margin:0 auto}.Index .content .content-top-carName .carName .Name[data-v-9cd472ee]{color:#323232;font-size:.36rem;font-weight:700}.Index .content .content-top-carName .carName .Price[data-v-9cd472ee]{margin-top:.05rem;color:#989898;font-size:.24rem}.Index .content .content-top-carName .carName .Price span[data-v-9cd472ee]{color:#f33b3b;font-size:.24rem}.Index .content .content-top-carName .carName .Price span strong[data-v-9cd472ee]{font-size:.4rem;font-weight:700;margin:0 5px}.Index .content .content-top-carName .carName .PriceNext[data-v-9cd472ee]{margin-top:.05rem;color:#989898;font-size:.24rem}.Index .content .content-top-carName .carName .PriceNext span[data-v-9cd472ee]{color:#f33b3b;font-size:.24rem}.Index .content .content-top-carName .carName .PriceNext span strong[data-v-9cd472ee]{font-size:.4rem;font-weight:700}.Index .content .form .pre[data-v-9cd472ee]{position:relative}.Index .content .form .tip[data-v-9cd472ee]{font-size:10px;color:red;border-top:1px solid red;text-align:center;padding-top:5px;position:absolute;width:100%}.Index .content .form .selsect-list[data-v-9cd472ee]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:.33rem 0;border-bottom:1px solid #f7f8f8}.Index .content .form .selsect-list .selsect-list-item[data-v-9cd472ee]{width:90%;position:relative}.Index .content .form .selsect-list .selsect-list-item select[data-v-9cd472ee]{width:80%;height:100%;color:#323232}.Index .content .form .selsect-list .selsect-list-item input[data-v-9cd472ee]{padding-left:10px;width:70%;height:100%;color:#323232;font-size:.28rem}.Index .content .form .selsect-list .selsect-list-item span[data-v-9cd472ee]{font-size:.28rem;color:#323232}.Index .content .form .selsect-list .selsect-list-item span em[data-v-9cd472ee]{color:#f33b3b;margin-right:5px}.Index .content .form .selsect-list i[data-v-9cd472ee]{width:.32rem;height:.32rem;display:inline-block}.Index .content .form .list[data-v-9cd472ee]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.Index .content .form .list input[type=text][data-v-9cd472ee]{width:100%;height:100%;opacity:0;position:absolute;left:0;right:0;bottom:0;top:0;margin:auto}.Index .content .form .list .tit[data-v-9cd472ee]{padding-bottom:.31rem;font-size:.28rem}.Index .content .form .list .tit em[data-v-9cd472ee]{color:#f33b3b}.Index .content .form .list span[data-v-9cd472ee]{padding:.06rem .12rem;font-size:.28rem;color:#656565;border-radius:.06rem;border:.02rem solid #ebebeb;margin-right:.16rem;display:inline-block;position:relative}.Index .content .form .list .active[data-v-9cd472ee]{color:#0babfe;background:rgba(11,171,254,.06);border-radius:.06rem;border:.02rem solid}.Index .content .form .dateTime span[data-v-9cd472ee]{width:60px;font-size:.28rem;color:#656565;border-radius:.06rem;border:.02rem solid #ebebeb;margin-right:.16rem;display:inline-block;position:relative;text-align:center}.Index .content .form .Import[data-v-9cd472ee]{padding:.33rem 0;color:#989898}.Index .content .form .Import p[data-v-9cd472ee]{font-size:.28rem}.Index .content .form .Import p em[data-v-9cd472ee]{color:#f33b3b}.Index .content .form .Import .privacy[data-v-9cd472ee]{margin-top:.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.Index .content .form .Import .privacy span[data-v-9cd472ee]{color:#0babfe}.Index .content .form .Import .privacy .checkbox[data-v-9cd472ee]{width:.32rem;height:.32rem;border-radius:3px;display:inline-block;margin-top:5px;margin-right:10px}.Index .content .form .Import .privacy .checkbox input[type=checkbox][data-v-9cd472ee]{width:100%;height:100%;opacity:0;position:relative;margin-top:-34px;z-index:9999}.Index .content .form .Import .privacy .checkbox-icon[data-v-9cd472ee]:after{content:"";width:.32rem;height:.32rem;background:url(../../static/img/checkbox.1ea2ee0.png) 0 0;background-size:100% 100%;display:block;position:relative;margin-top:-21px}.Index .content .form .Import .privacy input[type=checkbox]:checked+.checkbox-icon[data-v-9cd472ee]:after{width:.32rem;height:.32rem;background:url(../../static/img/checkboxActive.553fcf4.png) 0 0;background-size:100% 100%;display:block;position:relative}.Index .content .form .banner[data-v-9cd472ee]{width:100%;height:1.6rem;margin-bottom:.2rem}.Index .content .form .banner img[data-v-9cd472ee]{width:100%;height:1.6rem}.Index .Footerbtn[data-v-9cd472ee]{width:7.5rem;height:1.96rem;position:fixed;right:0;left:0;bottom:0;z-index:999}.Index .Footerbtn img[data-v-9cd472ee]{width:100%;height:100%}.Index[data-v-9cd472ee] .van-cell{font-size:18px}.pay_title[data-v-404a81c8]{display:-webkit-box;display:-ms-flexbox;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:.9rem;padding:.5rem .32rem 0;position:fixed;left:0;right:0;top:0;z-index:999;background:#fff;display:flex;justify-content:space-between;border-bottom:1px solid #eee}@media screen and (min-height:812px){.pay_title[data-v-404a81c8]{padding-top:.6rem}}.pay_title img[data-v-404a81c8]{width:.48rem;height:.48rem}.pay_title span[data-v-404a81c8]{font-size:.32rem;color:#333}.privateContainer[data-v-404a81c8]{background-color:#fff;position:fixed;left:0;top:0;width:100%;height:100%;z-index:1000}.privateContainer.show[data-v-404a81c8]{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1;visibility:visible}.privateContainer .title[data-v-404a81c8]{position:relative;margin-bottom:.38rem;height:calc(100% - 1.3rem)}.privateContainer .agreementContentWrap[data-v-404a81c8]{position:absolute;left:0;top:70px;width:100%;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;word-wrap:break-word;padding:.25rem;-webkit-box-sizing:border-box;box-sizing:border-box}.index[data-v-407eeae8]{position:fixed;left:0;right:0;top:0;bottom:0;background:#fff;z-index:999}.index .main[data-v-407eeae8]{text-align:center;margin-top:50%}.index .main img[data-v-407eeae8]{display:inline-block;width:114px;height:92px}.index .main i[data-v-407eeae8]{font-size:1rem;color:#01adfe}.index .main h4[data-v-407eeae8]{margin-top:.3rem;font-size:.44rem;color:#010106;text-align:center;line-height:25px;font-weight:500;margin-bottom:.2rem}.index .main p[data-v-407eeae8]{color:#010106;font-size:.34rem;font-weight:400}.ok[data-v-407eeae8]{position:fixed;bottom:.5rem;left:5%;width:100%}.ok>div[data-v-407eeae8]{background:#0f4c81;border-radius:2px;font-size:#fff;width:90%;font-weight:500;color:#fff;font-size:.28rem;line-height:.8rem}.h5 .van-button[data-v-407eeae8]{width:2.5rem;font-size:.32rem}.index[data-v-c224b7da]{position:fixed;left:0;right:0;top:0;bottom:0;background:#fff;z-index:999}.index .main[data-v-c224b7da]{text-align:center;margin-top:2rem}.index .main i[data-v-c224b7da]{font-size:1rem;color:#f33b3b}.index .main h4[data-v-c224b7da]{color:#323232;font-size:.4rem;margin-top:.3rem;margin-bottom:.16rem}.index .main p[data-v-c224b7da]{color:#989898;font-size:.28rem;margin-bottom:.4rem}.van-button[data-v-c224b7da]{width:2.23rem;font-size:.32rem}#Index[data-v-c60b4d3e]{background:#fff}#Index .pay_title[data-v-c60b4d3e]{display:-webkit-box;display:-ms-flexbox;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:.9rem;padding:.5rem .32rem 0;position:fixed;left:0;right:0;top:0;z-index:999;background:#fff;display:flex;justify-content:space-between;border-bottom:1px solid #eee}@media screen and (min-height:812px){#Index .pay_title[data-v-c60b4d3e]{padding-top:.6rem}}#Index .pay_title img[data-v-c60b4d3e]{width:.48rem;height:.48rem}#Index .pay_title span[data-v-c60b4d3e]{font-size:.32rem;color:#333}#Index .content[data-v-c60b4d3e]{width:6.82rem;margin:0 auto;padding-bottom:1.8rem;padding-top:1.5rem}#Index .content .content-top-carName[data-v-c60b4d3e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;border-bottom:1px solid #f7f8f8;margin-top:.2rem;padding-bottom:.31rem}#Index .content .content-top-carName .carImg[data-v-c60b4d3e]{width:2.43rem;height:1.39rem;background:#f7f8f9;margin-right:.21rem}#Index .content .content-top-carName .carImg img[data-v-c60b4d3e]{width:2.43rem;margin:0 auto}#Index .content .content-top-carName .carName .Name[data-v-c60b4d3e]{color:#323232;font-size:.36rem;font-weight:700}#Index .content .content-top-carName .carName .Price[data-v-c60b4d3e]{margin-top:.05rem;color:#989898;font-size:.24rem}#Index .content .content-top-carName .carName .Price span[data-v-c60b4d3e]{color:#f33b3b;font-size:.24rem}#Index .content .content-top-carName .carName .Price span strong[data-v-c60b4d3e]{font-size:.4rem;font-weight:700;margin:0 5px}#Index .content .form .pre[data-v-c60b4d3e]{position:relative}#Index .content .form .tip[data-v-c60b4d3e]{font-size:10px;color:red;border-top:1px solid red;text-align:center;padding-top:5px;width:100%;position:absolute}#Index .content .form .selsect-list[data-v-c60b4d3e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:.33rem 0;border-bottom:1px solid #f7f8f8}#Index .content .form .selsect-list .selsect-list-item[data-v-c60b4d3e]{width:90%}#Index .content .form .selsect-list .selsect-list-item select[data-v-c60b4d3e]{width:80%;height:100%;color:#323232}#Index .content .form .selsect-list .selsect-list-item input[data-v-c60b4d3e]{padding-left:10px;width:70%;height:100%;color:#323232;font-size:.28rem}#Index .content .form .selsect-list .selsect-list-item span[data-v-c60b4d3e]{font-size:.28rem;color:#323232}#Index .content .form .selsect-list .selsect-list-item span em[data-v-c60b4d3e]{color:#f33b3b;margin-right:5px}#Index .content .form .selsect-list i[data-v-c60b4d3e]{width:.32rem;height:.32rem;display:inline-block}#Index .content .form .list[data-v-c60b4d3e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#Index .content .form .list input[type=text][data-v-c60b4d3e]{width:100%;height:100%;opacity:0;position:absolute;left:0;right:0;bottom:0;top:0}#Index .content .form .list .tit[data-v-c60b4d3e]{padding-bottom:.31rem;font-size:.28rem}#Index .content .form .list .tit em[data-v-c60b4d3e]{color:#f33b3b}#Index .content .form .list span[data-v-c60b4d3e]{padding:.06rem .12rem;font-size:.28rem;color:#656565;border-radius:.06rem;border:.02rem solid #ebebeb;margin-left:.16rem;display:inline-block;position:relative}#Index .content .form .list .active[data-v-c60b4d3e]{color:#0babfe;background:rgba(11,171,254,.06);border-radius:.06rem;border:.02rem solid}#Index .content .form .Import[data-v-c60b4d3e]{padding:.33rem 0;color:#989898}#Index .content .form .Import p[data-v-c60b4d3e]{font-size:.28rem}#Index .content .form .Import p em[data-v-c60b4d3e]{color:#f33b3b}#Index .content .form .Import .privacy[data-v-c60b4d3e]{margin-top:.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#Index .content .form .Import .privacy span[data-v-c60b4d3e]{color:#0babfe}#Index .content .form .Import .privacy .checkbox[data-v-c60b4d3e]{width:.32rem;height:.32rem;border-radius:3px;display:inline-block;margin-top:5px;margin-right:10px}#Index .content .form .Import .privacy .checkbox input[type=checkbox][data-v-c60b4d3e]{width:100%;height:100%;opacity:0;position:relative;margin-top:-34px;z-index:9999}#Index .content .form .Import .privacy .checkbox-icon[data-v-c60b4d3e]:after{content:"";width:.32rem;height:.32rem;background:url(../../static/img/checkbox.1ea2ee0.png) 0 0;background-size:100% 100%;display:block;position:relative;margin-top:-21px}#Index .content .form .Import .privacy input[type=checkbox]:checked+.checkbox-icon[data-v-c60b4d3e]:after{width:.32rem;height:.32rem;background:url(../../static/img/checkboxActive.553fcf4.png) 0 0;background-size:100% 100%;display:block;position:relative}#Index .content .form .banner[data-v-c60b4d3e]{width:100%;height:1.6rem}#Index .Footerbtn[data-v-c60b4d3e]{width:7.5rem;height:1.96rem;position:fixed;bottom:0;z-index:99}#Index .Footerbtn img[data-v-c60b4d3e]{width:100%;height:100%}#Index[data-v-66eee004]{background:#fff;padding-top:1.4rem}#Index .pay_title[data-v-66eee004]{display:-webkit-box;display:-ms-flexbox;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:.9rem;padding:.5rem .32rem 0;position:fixed;left:0;right:0;top:0;z-index:999;background:#fff;display:flex;justify-content:space-between;border-bottom:1px solid #eee}@media screen and (min-height:812px){#Index .pay_title[data-v-66eee004]{padding-top:.6rem}}#Index .pay_title img[data-v-66eee004]{width:.48rem;height:.48rem}#Index .pay_title span[data-v-66eee004]{font-size:.32rem;color:#333}#Index .tip[data-v-66eee004]{font-size:10px;color:red;border-top:1px solid red;text-align:center;padding-top:5px}#Index .Form[data-v-66eee004]{position:relative}#Index .Form .bannerAd[data-v-66eee004]{width:100%;height:2rem}#Index .Form .content[data-v-66eee004]{width:6.82rem;margin:0 auto}#Index .Form .content .title[data-v-66eee004]{color:#9c9c9c;font-size:.24rem;text-align:left;padding-top:.61rem;padding-bottom:.32rem}#Index .Result[data-v-66eee004]{width:100%;margin-bottom:1.9rem}#Index .Result .Result-info[data-v-66eee004]{width:6.88rem;margin:0 auto}#Index .Result .Result-info .panel[data-v-66eee004]{width:100%;min-height:1.99rem;background:#fff;-webkit-box-shadow:0 6px 8px #f0f0f0;box-shadow:0 6px 8px #f0f0f0;border-radius:3px;margin-top:.31rem;padding:.3rem;-webkit-box-sizing:border-box;box-sizing:border-box}#Index .Result .Result-info .panel .name[data-v-66eee004]{color:#323232;font-size:.32rem;line-height:.5rem}#Index .Result .Result-info .panel p[data-v-66eee004]{font-size:.24rem;color:#989898;line-height:.5rem}#Index .Result .Result-info .panel p:last-child span[data-v-66eee004]{font-size:.28rem}#Index .Result .Result-info .panel p:last-child span strong[data-v-66eee004]{margin:0 5px}#Index .Result .Result-info .wrap[data-v-66eee004]{margin-top:.5rem}#Index .Result .Result-info .wrap .title[data-v-66eee004]{color:#323232;font-size:.28rem}#Index .Result .Result-info .wrap .wrap-item[data-v-66eee004]{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:.35rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #f7f8f8;padding-bottom:.27rem}#Index .Result .Result-info .wrap .wrap-item .item[data-v-66eee004]{height:1.48rem;border:1px solid #ebebeb;border-radius:3px;text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;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-flex:1;-ms-flex:1;flex:1;margin-right:15px;padding-top:.2rem;-webkit-box-sizing:border-box;box-sizing:border-box}#Index .Result .Result-info .wrap .wrap-item .item input[data-v-66eee004]{opacity:0;position:absolute;left:0;right:0;width:0}#Index .Result .Result-info .wrap .wrap-item .item .Evaluation[data-v-66eee004]{font-size:.4rem}#Index .Result .Result-info .wrap .wrap-item .item i[data-v-66eee004]{font-size:.24rem}#Index .Result .Result-info .wrap .wrap-item .item span[data-v-66eee004]{margin-top:.1rem}#Index .Result .Result-info .wrap .wrap-item .item .iconfont[data-v-66eee004]{font-size:.36rem;color:#ebebeb}#Index .Result .Result-info .wrap .wrap-item .item .car-price[data-v-66eee004]{font-size:.24rem;color:#f33b3b}#Index .Result .Result-info .wrap .wrap-item .item .car-price strong[data-v-66eee004]{color:#f33b3b;font-size:.48rem;margin-right:5px}#Index .Result .Result-info .wrap .wrap-item .item[data-v-66eee004]:last-child{margin-right:0}#Index .Result .Result-info .wrap .wrap-item .active[data-v-66eee004]{border:1px solid #00acfe;background:#f1faff;color:#00acfe;-webkit-transition:all 1s;transition:all 1s}#Index .Result .Result-info .wrap .wrap-item .active .iconfont[data-v-66eee004]{color:#00acfe}#Index .Result .Result-info .wrap .Price[data-v-66eee004]{height:2.43rem;text-align:center}#Index .Result .Result-info .wrap .Price .Price-text[data-v-66eee004]{color:#f33b3b;padding:.65rem 0 .32rem}#Index .Result .Result-info .wrap .Price .Price-text span[data-v-66eee004]{font-size:.55rem;font-weight:700;margin-right:5px}#Index .Result .Result-info .wrap .Price .last-text[data-v-66eee004]{color:#989898;font-size:.28rem}#Index .Result .Result-info .wrap .Price .import[data-v-66eee004]{font-size:.24rem;color:#989898;text-align:left;margin-top:.6rem}#Index .ResultForm[data-v-66eee004]{width:100%;height:100%;position:static;left:0;right:0;top:0;bottom:0;z-index:999}#Index .ResultForm .footer[data-v-66eee004]{position:fixed;left:0;right:0;bottom:53px;padding-top:10px;z-index:99;background:#fff}#Index .ResultForm .Result-info .wrap .wrap-item .item span[data-v-66eee004]{margin-top:0}#Index .form .selsect-list[data-v-66eee004]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:.33rem 0;border-bottom:1px solid #f7f8f8}#Index .form .selsect-list .selsect-list-item[data-v-66eee004]{width:80%;display:-webkit-box;display:-ms-flexbox;display:flex}#Index .form .selsect-list .selsect-list-item .brand-text[data-v-66eee004]{width:60%;height:100%;color:#323232;font-size:.28rem}#Index .form .selsect-list .selsect-list-item input[data-v-66eee004]{color:#323232;font-size:.28rem}#Index .form .selsect-list .selsect-list-item span[data-v-66eee004]{font-size:.28rem;color:#323232;width:86px;-webkit-box-flex:0;-ms-flex:none;flex:none;display:inline-block}#Index .form .selsect-list .selsect-list-item span em[data-v-66eee004]{color:#f33b3b;margin-right:5px}#Index .form .selsect-list .selsect-list-item .DealeName[data-v-66eee004]{width:65%;display:inline-block}#Index .form .selsect-list i[data-v-66eee004]{width:.32rem;height:.32rem;display:inline-block}#Index .form .Import[data-v-66eee004]{padding:.13rem 0;color:#989898}#Index .form .Import p[data-v-66eee004]{font-size:.28rem}#Index .form .Import .privacy[data-v-66eee004]{margin-top:.24rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#Index .form .Import .privacy span[data-v-66eee004]{color:#00acfe}#Index .form .Import .privacy .checkbox[data-v-66eee004]{width:.32rem;height:.32rem;border-radius:3px;display:inline-block;margin-top:5px;margin-right:10px}#Index .form .Import .privacy .checkbox input[type=checkbox][data-v-66eee004]{width:100%;height:100%;opacity:0;position:relative;margin-top:-34px;z-index:9999}#Index .form .Import .privacy .checkbox-icon[data-v-66eee004]:after{content:"";width:.32rem;height:.32rem;background:url(../../static/img/checkbox.1ea2ee0.png) 0 0;background-size:100% 100%;display:block;position:relative;margin-top:-21px}#Index .form .Import .privacy input[type=checkbox]:checked+.checkbox-icon[data-v-66eee004]:after{width:.32rem;height:.32rem;background:url(../../static/img/checkboxActive.553fcf4.png) 0 0;background-size:100% 100%;display:block;position:relative}#Index .last-btn-text[data-v-66eee004]{color:#989898;font-size:.24rem;text-align:center;position:relative;top:-6px}#Index .Footerbtn[data-v-66eee004]{width:100%;height:.98rem;line-height:.98rem;text-align:center;color:#fff;font-size:.32rem;background:linear-gradient(45deg,#2ce8ff,#00acfe);letter-spacing:1px;position:fixed;left:0;right:0;bottom:0}.Index[data-v-06a26e09]{height:100vh}.Index .pay_title[data-v-06a26e09],.Index[data-v-06a26e09]{background:#fff;position:fixed;left:0;right:0;top:0;z-index:999}.Index .pay_title[data-v-06a26e09]{display:-webkit-box;display:-ms-flexbox;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:.9rem;padding:.5rem .32rem 0;display:flex;justify-content:space-between;border-bottom:1px solid #eee}@media screen and (min-height:812px){.Index .pay_title[data-v-06a26e09]{padding-top:.6rem}}.Index .pay_title img[data-v-06a26e09]{width:.48rem;height:.48rem}.Index .pay_title span[data-v-06a26e09]{font-size:.32rem;color:#333}.Index .content[data-v-06a26e09]{margin:1.3rem auto 0}.Index .content[data-v-06a26e09] .van-cell{font-size:18px;padding:15px 16px}.Index .content .title[data-v-06a26e09]{margin:0 auto;font-size:18px;padding:10px 16px;background:#f7f8f9;-webkit-box-sizing:border-box;box-sizing:border-box}.Index .content .list[data-v-06a26e09]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:.23rem 0;border-bottom:1px solid #f7f8f8}.Index .content .list .list-l[data-v-06a26e09],.Index .content .list[data-v-06a26e09]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.Index .content .list .list-l[data-v-06a26e09]{color:#323232;font-size:.28rem}.Index .content .list .list-l i[data-v-06a26e09]{width:.7rem;height:.6rem;display:inline-block;margin-right:.28rem}.Index .content .list .list-l i img[data-v-06a26e09]{width:100%}.Index .content .list .active[data-v-06a26e09]{color:#0babfe}.Index .content .list .radio[data-v-06a26e09]{width:.32rem;height:.32rem}.Index .content .list .radio label[data-v-06a26e09]:before{content:"";width:20px;height:20px;background-size:100% 100%;display:block;position:relative;margin-top:-23px}.Index .content .list .radio input[type=radio]:checked+label[data-v-06a26e09]:before{width:20px;height:20px;background:url(../../static/img/radio.b271639.png) 0 0;background-size:100% 100%;display:block;position:relative;margin-top:-23px}.Index .content .list .radio input[type=radio][data-v-06a26e09]{width:100%;height:100%;opacity:0;position:relative;z-index:9999}.Index .content .active span[data-v-06a26e09]{color:#0babfe}.Index[data-v-d1ddd45c]{background:#fff;height:100vh}.Index[data-v-d1ddd45c] .van-cell{font-size:18px;padding:15px 16px}.Index .pay_title[data-v-d1ddd45c]{display:-webkit-box;display:-ms-flexbox;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:.9rem;padding:.5rem .32rem 0;position:fixed;left:0;right:0;top:0;z-index:999;background:#fff;display:flex;justify-content:space-between;border-bottom:1px solid #eee}@media screen and (min-height:812px){.Index .pay_title[data-v-d1ddd45c]{padding-top:.6rem}}.Index .pay_title img[data-v-d1ddd45c]{width:.48rem;height:.48rem}.Index .pay_title span[data-v-d1ddd45c]{font-size:.32rem;color:#333}.Index .pf[data-v-d1ddd45c]{width:100%;height:100%;position:fixed;left:0;right:0}.Index .content[data-v-d1ddd45c]{margin-top:1.4rem;height:13rem;overflow-y:scroll}.Index .content h2[data-v-d1ddd45c]{width:6.88rem;margin:0 auto;font-size:18px;padding:10px 16px;background:#f7f8f9}.Index .content i[data-v-d1ddd45c]{width:.7rem;height:.6rem;display:inline-block;margin-right:.28rem}.Index .content i img[data-v-d1ddd45c]{width:100%}.Index .content .list[data-v-d1ddd45c]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:.23rem 0;border-bottom:1px solid #f7f8f8}.Index .content .list .list-l[data-v-d1ddd45c],.Index .content .list[data-v-d1ddd45c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.Index .content .list .list-l[data-v-d1ddd45c]{color:#323232;font-size:.28rem}.Index .content .list .radio[data-v-d1ddd45c]{width:.32rem;height:.32rem}.Index .content .list .radio label[data-v-d1ddd45c]:before{content:"";width:20px;height:20px;background-size:100% 100%;display:block;position:relative;margin-top:-23px}.Index .content .list .radio input[type=radio]:checked+label[data-v-d1ddd45c]:before{width:20px;height:20px;background:url(../../static/img/radio.b271639.png) 0 0;background-size:100% 100%;display:block;position:relative;margin-top:-23px}.Index .content .list .radio input[type=radio][data-v-d1ddd45c]{width:100%;height:100%;opacity:0;position:relative;z-index:9999}.Index .content .active span[data-v-d1ddd45c]{color:#0babfe}.Index .van-icon__image[data-v-d1ddd45c]{width:.6rem;height:.6rem}.ios-head .pay_title[data-v-f1d8ee90]{padding-top:.3rem!important}.ios-head .content[data-v-f1d8ee90]{padding-top:1.25rem!important}.iosx-head .pay_title[data-v-f1d8ee90]{padding-top:.6rem!important}.iosx-head .content[data-v-f1d8ee90]{padding-top:1.55rem!important}#Index[data-v-f1d8ee90]{background:#fff}#Index .pay_title[data-v-f1d8ee90]{display:-webkit-box;display:-ms-flexbox;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:.9rem;padding:0 .32rem;position:fixed;left:0;right:0;top:0;z-index:999;background:#fff;display:flex;justify-content:space-between;border-bottom:1px solid #eee}#Index .pay_title img[data-v-f1d8ee90]{width:.48rem;height:.48rem}#Index .pay_title span[data-v-f1d8ee90]{font-size:.32rem;color:#333}#Index .content[data-v-f1d8ee90]{width:6.82rem;margin:0 4%;padding-bottom:1.8rem;padding-top:.94rem}#Index .content .content-top-carName[data-v-f1d8ee90]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:.2rem;border-bottom:1px solid #f7f8f8;padding-bottom:.31rem}#Index .content .content-top-carName .carImg[data-v-f1d8ee90]{width:2.43rem;height:1.39rem;background:#f7f8f9;margin-right:.21rem}#Index .content .content-top-carName .carImg img[data-v-f1d8ee90]{width:2.43rem;margin:0 auto}#Index .content .content-top-carName .carName .Name[data-v-f1d8ee90]{color:#323232;font-size:.36rem;font-weight:700}#Index .content .content-top-carName .carName .Price[data-v-f1d8ee90]{margin-top:.05rem;color:#989898;font-size:.24rem}#Index .content .content-top-carName .carName .Price span[data-v-f1d8ee90]{color:#f33b3b;font-size:.24rem}#Index .content .content-top-carName .carName .Price span strong[data-v-f1d8ee90]{font-size:.4rem;font-weight:700;margin:0 5px}#Index .content .content-top-carName .carName .PriceNext[data-v-f1d8ee90]{margin-top:.05rem;color:#989898;font-size:.24rem}#Index .content .content-top-carName .carName .PriceNext span[data-v-f1d8ee90]{color:#f33b3b;font-size:.24rem}#Index .content .content-top-carName .carName .PriceNext span strong[data-v-f1d8ee90]{font-size:.4rem;font-weight:700}#Index .content .form[data-v-f1d8ee90]{width:100%}#Index .content .form .pre[data-v-f1d8ee90]{position:relative}#Index .content .form .tip[data-v-f1d8ee90]{font-size:10px;color:red;border-top:1px solid red;text-align:center;padding-top:5px;position:absolute;width:100%}#Index .content .form .selsect-list[data-v-f1d8ee90]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:.33rem 0;border-bottom:1px solid #f7f8f8}#Index .content .form .selsect-list .selsect-list-item[data-v-f1d8ee90]{width:90%}#Index .content .form .selsect-list .selsect-list-item select[data-v-f1d8ee90]{width:80%;height:100%;color:#323232}#Index .content .form .selsect-list .selsect-list-item input[data-v-f1d8ee90]{padding-left:10px;width:70%;height:100%;color:#323232;font-size:.28rem}#Index .content .form .selsect-list .selsect-list-item span[data-v-f1d8ee90]{font-size:.28rem;color:#323232}#Index .content .form .selsect-list .selsect-list-item span em[data-v-f1d8ee90]{color:#f33b3b;margin-right:5px}#Index .content .form .selsect-list i[data-v-f1d8ee90]{width:.32rem;height:.32rem;display:inline-block}#Index .content .form .list[data-v-f1d8ee90]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#Index .content .form .list input[type=text][data-v-f1d8ee90]{width:100%;height:100%;opacity:0;position:absolute;left:0;right:0;bottom:0;top:0}#Index .content .form .list .tit[data-v-f1d8ee90]{padding-bottom:.31rem;font-size:.28rem}#Index .content .form .list .tit em[data-v-f1d8ee90]{color:#f33b3b}#Index .content .form .list span[data-v-f1d8ee90]{padding:.1rem;border:1px solid #ebebeb;font-size:.28rem;color:#656565;text-align:center;margin-right:.14rem;position:relative;border-radius:3px}#Index .content .form .list .active[data-v-f1d8ee90]{background:#f1faff;border:1px solid #0babfe;color:#0babfe}#Index .content .form .Import[data-v-f1d8ee90]{padding:.33rem 0;color:#989898}#Index .content .form .Import p[data-v-f1d8ee90]{font-size:.28rem}#Index .content .form .Import p em[data-v-f1d8ee90]{color:#f33b3b}#Index .content .form .Import .privacy[data-v-f1d8ee90]{margin-top:.74rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#Index .content .form .Import .privacy span[data-v-f1d8ee90]{color:#0babfe}#Index .content .form .Import .privacy .checkbox[data-v-f1d8ee90]{width:.32rem;height:.32rem;border-radius:3px;display:inline-block;margin-top:5px;margin-right:10px}#Index .content .form .Import .privacy .checkbox input[type=checkbox][data-v-f1d8ee90]{width:100%;height:100%;opacity:0;position:relative;margin-top:-34px;z-index:9999}#Index .content .form .Import .privacy .checkbox-icon[data-v-f1d8ee90]:after{content:"";width:.32rem;height:.32rem;background:url(../../static/img/checkbox.1ea2ee0.png) 0 0;background-size:100% 100%;display:block;position:relative;margin-top:-21px}#Index .content .form .Import .privacy input[type=checkbox]:checked+.checkbox-icon[data-v-f1d8ee90]:after{width:.32rem;height:.32rem;background:url(../../static/img/checkboxActive.553fcf4.png) 0 0;background-size:100% 100%;display:block;position:relative}#Index .content .form .banner[data-v-f1d8ee90]{width:100%;height:1.6rem}#Index .Footerbtn[data-v-f1d8ee90]{width:100%;margin-top:10px;position:fixed;left:0;bottom:0;z-index:99}.mask[data-v-f1d8ee90]{position:fixed;width:100%;height:100%;background-color:rgba(0,0,0,.5);top:0;left:0;z-index:99999}.mask .container[data-v-f1d8ee90]{width:100%;margin:1.333333rem auto;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box}[data-v-669c3459] .mt-range-thumb{background-color:#ebf2fa!important;border:1px solid #084b83}[data-v-669c3459] .mt-range-progress{background:#084b83}[data-v-669c3459].mt-range-content .mt-range-thumb{background-color:#ebf2fa!important;border:1px solid #084b83!important}.ios-head .pay_title[data-v-669c3459]{padding-top:.3rem!important}.ios-head .ine[data-v-669c3459]{padding-top:1.25rem!important}.iosx-head .pay_title[data-v-669c3459]{padding-top:.6rem!important}.iosx-head .ine[data-v-669c3459]{padding-top:1.55rem!important}#jr-box[data-v-669c3459]{background-color:#fff}#jr-box .mt-range-thumb[data-v-669c3459]{-webkit-box-shadow:0 1px 3px 3px rgba(11,160,235,.4);box-shadow:0 1px 3px 3px rgba(11,160,235,.4)}#jr-box .pay_title[data-v-669c3459]{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:.9rem;padding:0 .32rem;position:fixed;left:0;right:0;top:0;z-index:999;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;border-bottom:1px solid #eee;color:#010106}#jr-box .pay_title img[data-v-669c3459]{width:.48rem;height:.48rem}#jr-box .pay_title span[data-v-669c3459]{font-size:.34rem;color:#010106;font-weight:500}#jr-box .picker[data-v-669c3459]{width:7.6rem}#jr-box .ine[data-v-669c3459]{padding-top:.95rem}#jr-box .car-box[data-v-669c3459]{margin-top:.2rem;height:1.72rem;margin-left:.3rem;position:relative}#jr-box .car-box .carName[data-v-669c3459]{width:2.43rem;height:1.39rem;background:#f7f8f9}#jr-box .car-box img[data-v-669c3459]{width:2.43rem;margin-right:.18rem}#jr-box .car-box span[data-v-669c3459]{position:absolute;top:0;left:2.58rem;font-size:.34rem;color:#010106}#jr-box .car-box .car-title[data-v-669c3459]{font-weight:700}#jr-box .car-box .span-price[data-v-669c3459]{top:.7rem;font-size:.22rem;color:#666}#jr-box .car-box .span-price i[data-v-669c3459]{font-size:.34rem;color:#cf2f31;font-weight:500}#jr-box .car-box .span-price em[data-v-669c3459]{color:#cf2f31;font-weight:400}#jr-box .car-choise-box[data-v-669c3459]{height:1rem;font-size:.3rem;color:#010106;text-align:left;line-height:1rem;margin:0 .3rem;border-top:1px solid #f7f8f8;border-bottom:1px solid #f7f8f8}#jr-box .car-choise-box span[data-v-669c3459]{color:#010106;margin-left:.3rem}#jr-box .car-choise-box .class_span[data-v-669c3459]{color:#323232}#jr-box .car-choise-box .next-icon[data-v-669c3459]{float:right;width:.32rem;position:relative;top:50%;right:0;-webkit-transform:translateY(-50%) rotate(-90deg);transform:translateY(-50%) rotate(-90deg)}#jr-box .car-choise-box em[data-v-669c3459]{color:#f33b3b;margin-right:5px}#jr-box .car-choise-box.red[data-v-669c3459]{border-bottom:1px solid #f33b3b}#jr-box .jigou-choise-box[data-v-669c3459]{margin:0 .3rem;font-size:.29rem;background-color:#fff;padding-top:.2rem}#jr-box .jigou-choise-box h2[data-v-669c3459]{text-align:left;font-weight:400;color:#010106}#jr-box .jigou-choise-box .jigou-tabs[data-v-669c3459]{margin-top:.3rem}#jr-box .jigou-choise-box .jigou-tabs i[data-v-669c3459]{float:left;display:inline-block;width:1.6rem;height:.64rem;line-height:.64rem;border:1px solid #f0f0f0;border-radius:2px;color:#010106;text-align:center;margin-left:.16rem;font-weight:400}#jr-box .jigou-choise-box .jigou-tabs i[data-v-669c3459]:first-child{margin-left:0}#jr-box .jigou-choise-box .jigou-tabs .active[data-v-669c3459]{background:#f8f9fa;color:#0f4c81;border-color:#0f4c81}#jr-box .jigou-choise-box .fangan-box[data-v-669c3459]{margin-top:.3rem;margin-bottom:.3rem}#jr-box .jigou-choise-box .fangan-box .fa-box[data-v-669c3459]{float:left;margin-left:.1rem;width:1.6rem;height:1.88rem;border:1px solid #ebebeb;border-radius:4px;font-weight:400;text-align:center}#jr-box .jigou-choise-box .fangan-box .fa-box .fa-number[data-v-669c3459]{font-size:.23rem;line-height:.72rem;color:#666}#jr-box .jigou-choise-box .fangan-box .fa-box .fangan-title[data-v-669c3459]{font-size:.26rem;color:#010106;margin-bottom:.2rem}#jr-box .jigou-choise-box .fangan-box .fa-box .line-bottom[data-v-669c3459]{display:block;margin:0 auto;width:1.12rem;height:.02rem;background-color:#ebebeb}#jr-box .jigou-choise-box .fangan-box .fa-box .shuoming-box[data-v-669c3459]{height:.32rem;margin-top:.14rem;text-align:center}#jr-box .jigou-choise-box .fangan-box .fa-box .shuoming-box img[data-v-669c3459]{margin-left:.24rem;width:.32rem;float:left;vertical-align:middle}#jr-box .jigou-choise-box .fangan-box .fa-box .shuoming-box span[data-v-669c3459]{float:left;color:#989898;font-size:.24rem;line-height:.32rem;margin-left:.12rem;vertical-align:middle}#jr-box .jigou-choise-box .fangan-box .fa-box[data-v-669c3459]:first-child{margin-left:0}#jr-box .jigou-choise-box .fangan-box .active[data-v-669c3459]{border-color:#0f4c81;background-color:#f8f9fa}#jr-box .jigou-choise-box .fangan-box .active .fa-number[data-v-669c3459],#jr-box .jigou-choise-box .fangan-box .active .fangan-title[data-v-669c3459]{color:#0f4c81}#jr-box .jigou-choise-box .range-box[data-v-669c3459]{border-top:1px solid #f7f8f8}#jr-box .jigou-choise-box .range-box .drag-box[data-v-669c3459]{height:1rem;border-bottom:1px solid #f7f8f8;float:left;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;vertical-align:center;line-height:1rem;font-size:.29rem}#jr-box .jigou-choise-box .range-box .drag-box .slider1[data-v-669c3459]{width:4.3rem;position:relative;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}#jr-box .jigou-choise-box .range-box .drag-box .span1[data-v-669c3459]{display:inline-block;width:1.2rem;text-align:left}#jr-box .jigou-choise-box .range-box .drag-box .span2[data-v-669c3459]{display:inline-block;width:1rem;text-align:right;color:#010106;font-size:.26rem;font-weight:500}#jr-box .jigou-choise-box .range-box .date-choise-box[data-v-669c3459]{display:none;height:1rem;border-bottom:2px solid #f7f8f8;float:left;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;vertical-align:center;line-height:1rem;font-size:.28rem}#jr-box .jigou-choise-box .range-box .date-choise-box span[data-v-669c3459]{margin-left:-1rem;font-weight:500;font-size:.3rem}#jr-box .jigou-choise-box .range-box .date-choise-box .next-icon[data-v-669c3459]{float:right;width:.32rem;height:.32rem;position:relative;top:50%;right:0;-webkit-transform:translateY(-50%) rotate(-90deg);transform:translateY(-50%) rotate(-90deg)}#jr-box .remarks-box[data-v-669c3459]{margin-top:.3rem;left:.42rem;color:#666;text-align:left;padding:0 .3rem;font-size:.26rem;margin-bottom:3rem}#jr-box .consultation-boxW[data-v-669c3459]{position:fixed;bottom:0;width:100%;text-align:center;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;background:#fff;font-size:.3rem;line-height:.98rem;height:.98rem;color:#010106;font-weight:500}#jr-box .consultation-boxW .box1[data-v-669c3459]{background:#fff;border-top:1px solid #f0f0f0}#jr-box .consultation-boxW .box2[data-v-669c3459]{background:#0f4c81;color:#fff;position:relative}#jr-box .consultation-boxW .box2[data-v-669c3459]:after{position:absolute;top:-1.087rem;left:-.417rem;width:0;height:0;content:"";border-color:transparent transparent #0f4c81;border-style:solid;border-width:1.087rem .453rem 1.232rem .417rem}#jr-box .consultation-boxW .consultation-box[data-v-669c3459]{width:50%}#jr-box .result-box[data-v-669c3459]{position:fixed;bottom:.98rem;left:0;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 .3rem;background-color:#fff;height:2rem;overflow:hidden;border-top:1px solid #f7f8f8;-webkit-box-shadow:3px 4px 10px rgba(135,144,161,.3);box-shadow:3px 4px 10px rgba(135,144,161,.3)}#jr-box .result-box .arrow-click[data-v-669c3459]{color:#010106;text-align:center;width:100%;vertical-align:middle;font-size:.29rem;height:1rem;line-height:1rem;border-bottom:1px solid #f7f8f8}#jr-box .result-box .arrow-click img[data-v-669c3459]{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);margin-top:-.1rem;margin-left:.1rem;display:inline-block;vertical-align:middle;width:.32rem}#jr-box .result-box .result-numbox[data-v-669c3459]{max-height:3rem}#jr-box .result-box .result-numbox .result-num[data-v-669c3459]{line-height:1rem;font-size:.3rem;font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex;color:#010106;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#jr-box .result-box .result-numbox .result-num span[data-v-669c3459]:nth-child(2){color:#cf2f31;font-weight:500}#jr-box .result-box .result-numbox-scr[data-v-669c3459]{overflow:scroll}#jr-box .result-active[data-v-669c3459]{height:4rem}#jr-box .result-active .arrow-click img[data-v-669c3459]{-webkit-transform:rotateX(0deg);transform:rotateX(0deg)}#jr-box .riqiBtn[data-v-669c3459]{text-align:center;height:1rem;width:100%;font-size:.38rem;line-height:1rem;font-weight:900;color:#fff;background:-webkit-gradient(linear,right top,left top,from(#00acfe),to(#2ce8ff));background:linear-gradient(270deg,#00acfe,#2ce8ff)}#jr-box .popup-explain[data-v-669c3459]{border-radius:.2rem}#jr-box .popup-explain .explain-box[data-v-669c3459]{-webkit-box-sizing:border-box;box-sizing:border-box;min-height:3rem;width:6.5rem;background-color:#fff;border-radius:.2rem}#jr-box .popup-explain .explain-box img[data-v-669c3459]{width:100%}#jr-box .popup-explain .close-btn[data-v-669c3459]{position:absolute;border-radius:50%;left:50%;bottom:-.88rem;-webkit-transform:translate(-50%);transform:translate(-50%);width:.64rem;height:.64rem;background:rgba(0,0,0,.3);border:2px solid hsla(0,0%,100%,.5);color:#fff;font-size:150%;line-height:.64rem}#jr-box .popup-explain .close-btn img[data-v-669c3459]{width:100%}#jr-box .car-type-box[data-v-669c3459]{height:100%;width:100%}#jr-box .car-type-box .icon-back[data-v-669c3459]{position:absolute;left:.3rem;top:.27rem;width:.4rem;-webkit-transform:rotate(90deg);transform:rotate(90deg)}#jr-box .car-type-box .cartype-name[data-v-669c3459]{border-top:1px solid #ccc;width:100%;padding:0 .3rem;background-color:#f2f2f2}#jr-box .car-type-box .cartype-li li[data-v-669c3459],#jr-box .car-type-box .cartype-name[data-v-669c3459]{height:1rem;text-align:left;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:.32rem;line-height:1rem}#jr-box .car-type-box .cartype-li li[data-v-669c3459]{border-top:1px solid #333;width:100%;width:92%;margin:0 auto;background-color:#fff}#jr-box .car-type-box .cartype-li li[data-v-669c3459]:last-child{border-bottom:1px solid #333}#baoxian[data-v-42df000b]{background-color:#fff}#baoxian .ine[data-v-42df000b]{padding-top:1.5rem}#baoxian .pay_title[data-v-42df000b]{display:-webkit-box;display:-ms-flexbox;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:.9rem;padding:.5rem .32rem 0;position:fixed;left:0;right:0;top:0;z-index:999;background:#fff;display:flex;justify-content:space-between;border-bottom:1px solid #eee}@media screen and (min-height:812px){#baoxian .pay_title[data-v-42df000b]{padding-top:.6rem}}#baoxian .pay_title img[data-v-42df000b]{width:.48rem;height:.48rem}#baoxian .pay_title span[data-v-42df000b]{font-size:.32rem;color:#333}#baoxian .tip[data-v-42df000b]{font-size:10px;color:red;border-top:1px solid red;text-align:center;padding-top:5px;display:block}#baoxian .car-box[data-v-42df000b]{height:1.72rem;margin-left:.3rem;position:relative;margin-top:.2rem}#baoxian .car-box .carName[data-v-42df000b]{width:2.43rem;height:1.39rem;background:#f7f8f9}#baoxian .car-box .carName img[data-v-42df000b]{width:2.4rem}#baoxian .car-box span[data-v-42df000b]{position:absolute;top:0;left:2.58rem;font-size:.36rem;color:#323232;font-weight:700}#baoxian .car-box .span-price[data-v-42df000b]{top:.7rem;font-size:.24rem;color:#989898}#baoxian .car-box .span-price i[data-v-42df000b]{font-size:.36rem;color:#f33b3b}#baoxian .car-box .span-price em[data-v-42df000b]{color:#f33b3b}#baoxian .car-choise-box[data-v-42df000b]{height:1rem;font-size:.28rem;color:#323232;text-align:left;line-height:1rem;margin:0 .3rem;border-top:1px solid #f8f8f8;border-bottom:1px solid #f8f8f8}#baoxian .car-choise-box span[data-v-42df000b]{color:#989898;margin-left:.3rem}#baoxian .car-choise-box .class_span[data-v-42df000b]{color:#323232}#baoxian .car-choise-box .next-icon[data-v-42df000b]{float:right;width:.4rem;position:relative;top:50%;right:0;-webkit-transform:translateY(-50%) rotate(-90deg);transform:translateY(-50%) rotate(-90deg)}#baoxian .car-type-box[data-v-42df000b]{height:100%;width:100%}#baoxian .car-type-box .icon-back[data-v-42df000b]{position:absolute;left:.3rem;top:.27rem;width:.4rem;-webkit-transform:rotate(90deg);transform:rotate(90deg)}#baoxian .car-type-box .cartype-name[data-v-42df000b]{border-top:1px solid #ccc;width:100%;padding:0 .3rem;background-color:#f2f2f2}#baoxian .car-type-box .cartype-li li[data-v-42df000b],#baoxian .car-type-box .cartype-name[data-v-42df000b]{height:1rem;text-align:left;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:.32rem;line-height:1rem}#baoxian .car-type-box .cartype-li li[data-v-42df000b]{border-top:1px solid #333;width:100%;width:92%;margin:0 auto;background-color:#fff}#baoxian .car-type-box .cartype-li li[data-v-42df000b]:last-child{border-bottom:1px solid #333}#baoxian .plan-choise-boxs[data-v-42df000b]{margin-top:.3rem;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 .3rem;margin-bottom:1.2rem}#baoxian .plan-choise-boxs h2[data-v-42df000b]{font-size:.24rem;color:#989898;text-align:left;font-weight:400}#baoxian .plan-choise-boxs .third-box[data-v-42df000b]{margin-top:.5rem}#baoxian .plan-choise-boxs .third-box .title[data-v-42df000b]{font-size:.28rem;color:#323232;text-align:left}#baoxian .plan-choise-boxs .third-box .choise-box[data-v-42df000b]{margin-top:.3rem;border-bottom:1px solid #ebebeb}#baoxian .plan-choise-boxs .third-box .choise-box ul[data-v-42df000b]{padding-bottom:.32rem}#baoxian .plan-choise-boxs .third-box .choise-box ul li[data-v-42df000b]{float:left;padding:.12rem .24rem;font-size:.28rem;color:#656565;border-radius:.06rem;border:.02rem solid #ebebeb;margin-left:.16rem}#baoxian .plan-choise-boxs .third-box .choise-box ul li[data-v-42df000b]:first-child{margin-left:0}#baoxian .plan-choise-boxs .third-box .choise-box ul li.active[data-v-42df000b]{color:#0babfe;background:rgba(11,171,254,.06);border-radius:.06rem;border:.02rem solid}#baoxian .plan-choise-boxs .carbody-box[data-v-42df000b],#baoxian .plan-choise-boxs .cumbust-box[data-v-42df000b],#baoxian .plan-choise-boxs .damage-box[data-v-42df000b],#baoxian .plan-choise-boxs .glass-box[data-v-42df000b],#baoxian .plan-choise-boxs .passenger-box[data-v-42df000b]{margin-top:.3rem}#baoxian .plan-choise-boxs .carbody-box .title[data-v-42df000b],#baoxian .plan-choise-boxs .cumbust-box .title[data-v-42df000b],#baoxian .plan-choise-boxs .damage-box .title[data-v-42df000b],#baoxian .plan-choise-boxs .glass-box .title[data-v-42df000b],#baoxian .plan-choise-boxs .passenger-box .title[data-v-42df000b]{font-size:.28rem;color:#323232;text-align:left}#baoxian .plan-choise-boxs .carbody-box .choise-box[data-v-42df000b],#baoxian .plan-choise-boxs .cumbust-box .choise-box[data-v-42df000b],#baoxian .plan-choise-boxs .damage-box .choise-box[data-v-42df000b],#baoxian .plan-choise-boxs .glass-box .choise-box[data-v-42df000b],#baoxian .plan-choise-boxs .passenger-box .choise-box[data-v-42df000b]{margin-top:.3rem;border-bottom:1px solid #ebebeb}#baoxian .plan-choise-boxs .carbody-box .choise-box ul[data-v-42df000b],#baoxian .plan-choise-boxs .cumbust-box .choise-box ul[data-v-42df000b],#baoxian .plan-choise-boxs .damage-box .choise-box ul[data-v-42df000b],#baoxian .plan-choise-boxs .glass-box .choise-box ul[data-v-42df000b],#baoxian .plan-choise-boxs .passenger-box .choise-box ul[data-v-42df000b]{padding-bottom:.32rem}#baoxian .plan-choise-boxs .carbody-box .choise-box ul li[data-v-42df000b],#baoxian .plan-choise-boxs .cumbust-box .choise-box ul li[data-v-42df000b],#baoxian .plan-choise-boxs .damage-box .choise-box ul li[data-v-42df000b],#baoxian .plan-choise-boxs .glass-box .choise-box ul li[data-v-42df000b],#baoxian .plan-choise-boxs .passenger-box .choise-box ul li[data-v-42df000b]{float:left;padding:.12rem .56rem;font-size:.28rem;color:#656565;border-radius:.06rem;border:.02rem solid #ebebeb;margin-left:.16rem}#baoxian .plan-choise-boxs .carbody-box .choise-box ul li[data-v-42df000b]:first-child,#baoxian .plan-choise-boxs .cumbust-box .choise-box ul li[data-v-42df000b]:first-child,#baoxian .plan-choise-boxs .damage-box .choise-box ul li[data-v-42df000b]:first-child,#baoxian .plan-choise-boxs .glass-box .choise-box ul li[data-v-42df000b]:first-child,#baoxian .plan-choise-boxs .passenger-box .choise-box ul li[data-v-42df000b]:first-child{margin-left:0;color:#d0cece}#baoxian .plan-choise-boxs .carbody-box .choise-box ul li.active[data-v-42df000b],#baoxian .plan-choise-boxs .cumbust-box .choise-box ul li.active[data-v-42df000b],#baoxian .plan-choise-boxs .damage-box .choise-box ul li.active[data-v-42df000b],#baoxian .plan-choise-boxs .glass-box .choise-box ul li.active[data-v-42df000b],#baoxian .plan-choise-boxs .passenger-box .choise-box ul li.active[data-v-42df000b]{color:#0babfe;background:rgba(11,171,254,.06);border-radius:.06rem;border:.02rem solid}#baoxian .plan-choise-boxs .carbody-box .nameDefault[data-v-42df000b],#baoxian .plan-choise-boxs .cumbust-box .nameDefault[data-v-42df000b],#baoxian .plan-choise-boxs .damage-box .nameDefault[data-v-42df000b],#baoxian .plan-choise-boxs .glass-box .nameDefault[data-v-42df000b],#baoxian .plan-choise-boxs .passenger-box .nameDefault[data-v-42df000b]{margin-top:.3rem;border-bottom:1px solid #ebebeb}#baoxian .plan-choise-boxs .carbody-box .nameDefault ul[data-v-42df000b],#baoxian .plan-choise-boxs .cumbust-box .nameDefault ul[data-v-42df000b],#baoxian .plan-choise-boxs .damage-box .nameDefault ul[data-v-42df000b],#baoxian .plan-choise-boxs .glass-box .nameDefault ul[data-v-42df000b],#baoxian .plan-choise-boxs .passenger-box .nameDefault ul[data-v-42df000b]{padding-bottom:.32rem}#baoxian .plan-choise-boxs .carbody-box .nameDefault ul li[data-v-42df000b],#baoxian .plan-choise-boxs .cumbust-box .nameDefault ul li[data-v-42df000b],#baoxian .plan-choise-boxs .damage-box .nameDefault ul li[data-v-42df000b],#baoxian .plan-choise-boxs .glass-box .nameDefault ul li[data-v-42df000b],#baoxian .plan-choise-boxs .passenger-box .nameDefault ul li[data-v-42df000b]{float:left;padding:.12rem .56rem;font-size:.28rem;color:#d3d3d3;border-radius:.06rem;border:.02rem solid #ebebeb;margin-left:.16rem}#baoxian .plan-choise-boxs .carbody-box .nameDefault ul li[data-v-42df000b]:first-child,#baoxian .plan-choise-boxs .cumbust-box .nameDefault ul li[data-v-42df000b]:first-child,#baoxian .plan-choise-boxs .damage-box .nameDefault ul li[data-v-42df000b]:first-child,#baoxian .plan-choise-boxs .glass-box .nameDefault ul li[data-v-42df000b]:first-child,#baoxian .plan-choise-boxs .passenger-box .nameDefault ul li[data-v-42df000b]:first-child{margin-left:0;color:#d0cece}#baoxian .plan-choise-boxs .carbody-box .nameDefault ul li.active[data-v-42df000b],#baoxian .plan-choise-boxs .cumbust-box .nameDefault ul li.active[data-v-42df000b],#baoxian .plan-choise-boxs .damage-box .nameDefault ul li.active[data-v-42df000b],#baoxian .plan-choise-boxs .glass-box .nameDefault ul li.active[data-v-42df000b],#baoxian .plan-choise-boxs .passenger-box .nameDefault ul li.active[data-v-42df000b]{color:#0babfe;background:rgba(11,171,254,.06);border-radius:.06rem;border:.02rem solid}#baoxian .plan-choise-boxs .nodeductible-box[data-v-42df000b],#baoxian .plan-choise-boxs .noliability-box[data-v-42df000b],#baoxian .plan-choise-boxs .stolen-box[data-v-42df000b]{height:1rem;line-height:1rem;font-size:.28rem;color:#323232;text-align:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #ebebeb}#baoxian .plan-choise-boxs .nodeductible-box .insuredUrl_btn[data-v-42df000b],#baoxian .plan-choise-boxs .noliability-box .insuredUrl_btn[data-v-42df000b],#baoxian .plan-choise-boxs .stolen-box .insuredUrl_btn[data-v-42df000b]{float:right;width:1.6rem;height:.7rem}#baoxian .price-title-box[data-v-42df000b]{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 .3rem;height:1.2rem;background-color:#fff;position:fixed;left:0;bottom:0;border-top:1px solid #f7f8f9;-webkit-box-shadow:0 -4px 16px 0 rgba(0,0,0,.06),0 2px 0 0 #ebebeb;box-shadow:0 -4px 16px 0 rgba(0,0,0,.06),0 2px 0 0 #ebebeb;z-index:999}#baoxian .price-title-box .box-fl[data-v-42df000b]{height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding:.12rem 0;float:left;text-align:left;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}#baoxian .price-title-box .box-fl p[data-v-42df000b]{font-size:.28rem;color:#323232}#baoxian .price-title-box .box-fl p span[data-v-42df000b]{font-size:.4rem;color:#f33b3b;font-weight:700}#baoxian .price-title-box .box-fl p i[data-v-42df000b]{font-size:.24rem;color:#f33b3b}#baoxian .price-title-box .box-fl .text2[data-v-42df000b]{font-size:.24rem;color:#989898}#baoxian .price-title-box .box-fr[data-v-42df000b]{float:right;width:2.64rem;height:.88rem}#baoxian .price-title-box .box-fr button[data-v-42df000b]{width:2.64rem;height:.88rem;border-radius:3px;background:-webkit-gradient(linear,right top,left top,from(#00acfe),to(#2ce8ff));background:linear-gradient(270deg,#00acfe,#2ce8ff);color:#fff;padding:0;border:none;outline:none;margin:.16rem 0 0;font-size:.32rem}.van-switch[data-v-42df000b]{position:relative;font-size:34px}.van-switch--on .van-switch__node[data-v-42df000b]{-webkit-transform:translateX(1.5em);transform:translateX(1.5em)}.van-switch[data-v-42df000b]:before{content:"投保";color:#fff;font-size:.24rem;left:8%}.van-switch[data-v-42df000b]:after,.van-switch[data-v-42df000b]:before{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);position:absolute}.van-switch[data-v-42df000b]:after{content:"不投保";color:#ccc;font-size:.2rem;right:4%}.van-switch-off[data-v-42df000b]:after,.van-switch-on[data-v-42df000b]:before{-webkit-transform:scale(0);transform:scale(0)}.Index[data-v-802d08da]{background:#f7f8f9;min-height:100vh}.pay_title[data-v-802d08da]{display:-webkit-box;display:-ms-flexbox;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:.9rem;padding:.5rem .32rem 0;position:fixed;left:0;right:0;top:0;z-index:999;background:#fff;display:flex;justify-content:space-between;border-bottom:1px solid #eee}@media screen and (min-height:812px){.pay_title[data-v-802d08da]{padding-top:.6rem}}.pay_title img[data-v-802d08da]{width:.48rem;height:.48rem}.pay_title span[data-v-802d08da]{font-size:.32rem;color:#333}.content[data-v-802d08da]{width:calc(100% - 20px);margin:0 auto;padding-bottom:2.5rem}.content .Topbtn.van-button--plain.van-button--primary[data-v-802d08da]{border:1px solid #0babfe;color:#0babfe;margin-top:.5rem}.content .center[data-v-802d08da]{margin-top:1.7rem}.content .center .centerInfo[data-v-802d08da]{margin:0 auto;text-align:center;color:#323232}.content .center .centerInfo .img[data-v-802d08da]{width:2.6rem;margin:0 auto}.content .center .centerInfo h3[data-v-802d08da]{color:#323232;font-size:.36rem;margin-top:.48rem}.content .center .centerInfo p[data-v-802d08da]{font-size:.24rem;margin-top:.16rem}.content .Wrap[data-v-802d08da]{margin-top:1.3rem}.content .Wrap .title[data-v-802d08da]{color:#323232;font-size:.32rem;text-align:left;font-weight:700;padding-top:.3rem;padding-bottom:.1rem}.content .van-swipe-cell[data-v-802d08da] .van-button--danger{height:100%}.content .list[data-v-802d08da]{width:100%;padding:.3rem;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-shadow:0 6px 8px #f0f0f0;box-shadow:0 6px 8px #f0f0f0;border-radius:3px;margin-top:10px}.content .list h2[data-v-802d08da]{color:#323232;font-size:.32rem}.content .list .list-r[data-v-802d08da]{margin-left:10px}.content .list .list-r-price[data-v-802d08da]{color:#989898;font-size:.24rem}.content .list .list-r-price span[data-v-802d08da]{color:#f33b3b}.content .list .list-r-price span em[data-v-802d08da]{font-size:.28rem;font-weight:700}.content .last-text[data-v-802d08da]{color:#989898;font-size:.24rem;margin-top:.3rem}.Footer[data-v-802d08da]{position:fixed;bottom:0;left:0;right:0;border-top:1px solid #eee;background:#fff}.Footer .defalut[data-v-802d08da]{background:#cbcbcb;color:#fff;border:1px solid #cbcbcb}.Footer .active[data-v-802d08da]{background:#0babfe;border:1px solid #0babfe}.Footer p[data-v-802d08da]{color:#989898;font-size:.24rem;text-align:center;padding:.1rem}.van-cell__title[data-v-f30edb2c]{-webkit-box-flex:0;-ms-flex:0;flex:0}.Insured-group[data-v-f30edb2c] .van-collapse-item__content{padding:16px 16px 0}.Insured-group[data-v-f30edb2c] [class*=van-hairline]{position:static}.form[data-v-f30edb2c]{margin-top:.4rem}.pay_title[data-v-f30edb2c]{display:-webkit-box;display:-ms-flexbox;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:.9rem;padding:.5rem .32rem 0;position:fixed;left:0;right:0;top:0;z-index:999;background:#fff;display:flex;justify-content:space-between;border-bottom:1px solid #eee}@media screen and (min-height:812px){.pay_title[data-v-f30edb2c]{padding-top:.6rem}}.pay_title img[data-v-f30edb2c]{width:.48rem;height:.48rem}.pay_title span[data-v-f30edb2c]{font-size:.32rem;color:#333}#In-Detail[data-v-f30edb2c]{background:#fff;padding-top:1.5rem}#In-Detail .sp[data-v-f30edb2c]{padding-top:.2rem!important}@media screen and (min-height:812px){#In-Detail .sp[data-v-f30edb2c]{padding-top:.8rem!important}}#In-Detail .content[data-v-f30edb2c]{width:6.82rem;margin:0 auto;padding-bottom:2rem}#In-Detail .content .content-top-carName[data-v-f30edb2c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:.2rem;padding-bottom:.31rem}#In-Detail .content .content-top-carName .carImg[data-v-f30edb2c]{width:2.43rem;height:1.39rem;background:#f7f8f9;margin-right:.21rem}#In-Detail .content .content-top-carName .carImg img[data-v-f30edb2c]{width:2.43rem;height:1.39rem;margin:0 auto}#In-Detail .content .content-top-carName .carName[data-v-f30edb2c]{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}#In-Detail .content .content-top-carName .carName .car-type[data-v-f30edb2c]{font-size:.28rem;color:#656565}#In-Detail .content .content-top-carName .carName .Name[data-v-f30edb2c]{color:#323232;font-size:.36rem;font-weight:700}#In-Detail .content .content-top-carName .carName .model[data-v-f30edb2c]{font-size:.28rem;color:#656565}#In-Detail .content .content-top-carName .carName .Price[data-v-f30edb2c]{margin-top:0;color:#989898;font-size:.24rem}#In-Detail .content .content-top-carName .carName .Price span[data-v-f30edb2c]{color:#f33b3b;font-size:.24rem}#In-Detail .content .content-top-carName .carName .Price span strong[data-v-f30edb2c]{font-size:.36rem;font-weight:700;margin:0 5px}#In-Detail .content .form .tip[data-v-f30edb2c]{font-size:10px;color:red;border-top:1px solid red;text-align:center;padding-top:5px;display:block}#In-Detail .content .form .selsect-list[data-v-f30edb2c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:.33rem 0;border-bottom:1px solid #f7f8f8}#In-Detail .content .form .selsect-list .selsect-list-item[data-v-f30edb2c]{width:90%}#In-Detail .content .form .selsect-list .selsect-list-item select[data-v-f30edb2c]{width:80%;height:100%;color:#323232}#In-Detail .content .form .selsect-list .selsect-list-item input[data-v-f30edb2c]{padding-left:10px;width:70%;height:100%;color:#323232;font-size:.28rem}#In-Detail .content .form .selsect-list .selsect-list-item span[data-v-f30edb2c]{font-size:.28rem;color:#323232}#In-Detail .content .form .selsect-list .selsect-list-item span em[data-v-f30edb2c]{color:#f33b3b;margin-right:5px}#In-Detail .content .form .selsect-list i[data-v-f30edb2c]{width:.32rem;height:.32rem;display:inline-block}#In-Detail .content .form .list[data-v-f30edb2c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#In-Detail .content .form .list input[type=text][data-v-f30edb2c]{width:100%;height:100%;opacity:0;position:absolute;left:0;right:0;bottom:0;top:0}#In-Detail .content .form .list .tit[data-v-f30edb2c]{padding-bottom:.31rem;font-size:.28rem}#In-Detail .content .form .list .tit em[data-v-f30edb2c]{color:#f33b3b}#In-Detail .content .form .list span[data-v-f30edb2c]{padding:.1rem .2rem;border:1px solid #ebebeb;font-size:.28rem;color:#656565;text-align:center;margin-right:.14rem;position:relative;border-radius:3px}#In-Detail .content .form .list .active[data-v-f30edb2c]{background:#f1faff;border:1px solid #0babfe;color:#0babfe}#In-Detail .content .form .Import[data-v-f30edb2c]{padding:.33rem 0;color:#989898}#In-Detail .content .form .Import p[data-v-f30edb2c]{font-size:.28rem}#In-Detail .content .form .Import p em[data-v-f30edb2c]{color:#f33b3b}#In-Detail .content .form .Import .privacy[data-v-f30edb2c]{margin-top:.05rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#In-Detail .content .form .Import .privacy span[data-v-f30edb2c]{color:#0babfe}#In-Detail .content .form .Import .privacy .checkbox[data-v-f30edb2c]{width:.32rem;height:.32rem;border-radius:3px;display:inline-block;margin-top:5px;margin-right:10px}#In-Detail .content .form .Import .privacy .checkbox input[type=checkbox][data-v-f30edb2c]{width:100%;height:100%;opacity:0;position:relative;margin-top:-34px;z-index:9999}#In-Detail .content .form .Import .privacy .checkbox-icon[data-v-f30edb2c]:after{content:"";width:.32rem;height:.32rem;background:url(../../static/img/checkbox.1ea2ee0.png) 0 0;background-size:100% 100%;display:block;position:relative;margin-top:-21px}#In-Detail .content .form .Import .privacy input[type=checkbox]:checked+.checkbox-icon[data-v-f30edb2c]:after{width:.32rem;height:.32rem;background:url(../../static/img/checkboxActive.553fcf4.png) 0 0;background-size:100% 100%;display:block;position:relative}#In-Detail .content .form .banner[data-v-f30edb2c]{width:100%;height:1.6rem}#In-Detail .content .Insured-group[data-v-f30edb2c]{min-height:2.5rem;margin-top:.2rem;-webkit-box-shadow:0 4px 12px 0 rgba(78,84,93,.1);box-shadow:0 4px 12px 0 rgba(78,84,93,.1);border-radius:8px;padding:0 .3rem;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}#In-Detail .content .Insured-group h2[data-v-f30edb2c]{font-size:.36rem;color:#323232;font-weight:600;padding-top:.3rem}#In-Detail .content .Insured-group .price-box[data-v-f30edb2c]{margin-top:.24rem;font-size:.24rem;color:#989898}#In-Detail .content .Insured-group .price-box span[data-v-f30edb2c]{display:inline-block;margin-right:.4rem;color:#f33b3b}#In-Detail .content .Insured-group .price-box span i[data-v-f30edb2c]{font-size:.36rem}#In-Detail .content .Insured-group .flex-tt[data-v-f30edb2c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}#In-Detail .content .Insured-group .flex-tt .group-li[data-v-f30edb2c]{height:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1rem;font-size:.28rem;border-bottom:1px solid #f7f8f8}#In-Detail .content .Insured-group .flex-tt .group-li span[data-v-f30edb2c]{-webkit-box-flex:1;-ms-flex:1;flex:1;color:#323232;font-weight:400}#In-Detail .content .Insured-group .flex-tt .group-li i[data-v-f30edb2c]{color:#989898}#In-Detail .Footerbtn[data-v-f30edb2c]{width:100%;position:fixed;bottom:0}.ios-head .pay_title[data-v-8e4a9dd0]{padding-top:.3rem!important}.ios-head .content[data-v-8e4a9dd0]{padding-top:1.25rem!important}.iosx-head .pay_title[data-v-8e4a9dd0]{padding-top:.6rem!important}.iosx-head .content[data-v-8e4a9dd0]{padding-top:1.55rem!important}.van-cell__title[data-v-8e4a9dd0]{-webkit-box-flex:0;-ms-flex:0;flex:0}.pay_title[data-v-8e4a9dd0]{display:-webkit-box;display:-ms-flexbox;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:.9rem;padding:0 .32rem;position:fixed;left:0;right:0;top:0;z-index:999;background:#fff;display:flex;justify-content:space-between;border-bottom:1px solid #eee;color:#010106}.pay_title img[data-v-8e4a9dd0]{width:.48rem;height:.48rem}.pay_title span[data-v-8e4a9dd0]{font-size:.34rem;color:#010106;font-weight:500}#In-Detail[data-v-8e4a9dd0]{background:#fff;height:100vh}#In-Detail .top[data-v-8e4a9dd0]{padding-bottom:.1rem;margin:0}#In-Detail .content[data-v-8e4a9dd0]{width:6.82rem;margin:0 auto;padding-bottom:1.8rem;padding-top:.95rem}#In-Detail .content .content-top-carName[data-v-8e4a9dd0]{display:-webkit-box;display:-ms-flexbox;display:flex;border-bottom:1px solid #f7f8f9;padding-bottom:.31rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:.2rem}#In-Detail .content .content-top-carName .carImg[data-v-8e4a9dd0]{width:2.43rem;height:1.39rem;background:#f7f8f9;margin-right:.21rem;position:relative}#In-Detail .content .content-top-carName .carImg img[data-v-8e4a9dd0]{width:2.43rem;height:1.39rem;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);margin:0 auto}#In-Detail .content .content-top-carName .carName .Name[data-v-8e4a9dd0]{font-size:.33rem;color:#010106;font-weight:500}#In-Detail .content .content-top-carName .carName .Price[data-v-8e4a9dd0]{margin-top:.05rem;font-size:.22rem;color:#666;font-weight:400}#In-Detail .content .content-top-carName .carName .Price span[data-v-8e4a9dd0]{color:#cf2f31;font-weight:500;font-size:.22rem}#In-Detail .content .content-top-carName .carName .Price span strong[data-v-8e4a9dd0]{font-size:.33rem;color:#cf2f31;font-weight:500}#In-Detail .content .form .selsect-list[data-v-8e4a9dd0]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:.33rem 0;border-bottom:1px solid #f7f8f8}#In-Detail .content .form .selsect-list .selsect-list-item[data-v-8e4a9dd0]{width:90%}#In-Detail .content .form .selsect-list .selsect-list-item select[data-v-8e4a9dd0]{width:80%;height:100%;color:#323232}#In-Detail .content .form .selsect-list .selsect-list-item input[data-v-8e4a9dd0]{padding-left:.43rem;width:70%;height:100%;color:#323232;font-size:.28rem}#In-Detail .content .form .selsect-list .selsect-list-item .distributorName[data-v-8e4a9dd0]{padding-left:.2rem}#In-Detail .content .form .selsect-list .selsect-list-item span[data-v-8e4a9dd0]{font-size:.29rem;color:#010106}#In-Detail .content .form .selsect-list .selsect-list-item span em[data-v-8e4a9dd0]{color:#cf2f31}#In-Detail .content .form .selsect-list i[data-v-8e4a9dd0]{width:.32rem;height:.32rem;display:inline-block}#In-Detail .content .form .list[data-v-8e4a9dd0]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#In-Detail .content .form .list input[type=text][data-v-8e4a9dd0]{width:100%;height:100%;opacity:0;position:absolute;left:0;right:0;bottom:0;top:0}#In-Detail .content .form .list .tit[data-v-8e4a9dd0]{padding-bottom:.31rem;font-size:.28rem}#In-Detail .content .form .list .tit em[data-v-8e4a9dd0]{color:#f33b3b}#In-Detail .content .form .list span[data-v-8e4a9dd0]{padding:.1rem .2rem;border:1px solid #ebebeb;font-size:.28rem;color:#656565;text-align:center;margin-right:.14rem;position:relative;border-radius:3px}#In-Detail .content .form .list .active[data-v-8e4a9dd0]{background:#f1faff;border:1px solid #0babfe;color:#0babfe}#In-Detail .content .form .Import[data-v-8e4a9dd0]{padding:.33rem 0;color:#010106;font-size:.25rem;font-weight:400}#In-Detail .content .form .Import p[data-v-8e4a9dd0]{font-size:.26rem}#In-Detail .content .form .Import p em[data-v-8e4a9dd0]{color:#f33b3b}#In-Detail .content .form .Import .privacy[data-v-8e4a9dd0]{margin-top:.05rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#In-Detail .content .form .Import .privacy span[data-v-8e4a9dd0]{color:#0f4c81}#In-Detail .content .form .Import .privacy .checkbox[data-v-8e4a9dd0]{width:.32rem;height:.32rem;border-radius:3px;display:inline-block;margin-top:5px;margin-right:10px}#In-Detail .content .form .Import .privacy .checkbox input[type=checkbox][data-v-8e4a9dd0]{width:100%;height:100%;opacity:0;position:relative;margin-top:-34px;z-index:9999}#In-Detail .content .form .Import .privacy .checkbox-icon[data-v-8e4a9dd0]:after{content:"";width:.32rem;height:.32rem;background:url(../../static/img/checkbox.1ea2ee0.png) 0 0;background-size:100% 100%;display:block;position:relative;margin-top:-21px}#In-Detail .content .form .Import .privacy input[type=checkbox]:checked+.checkbox-icon[data-v-8e4a9dd0]:after{width:.32rem;height:.32rem;background:url(../../static/img/checkboxActive.553fcf4.png) 0 0;background-size:100% 100%;display:block;position:relative}#In-Detail .content .form .banner[data-v-8e4a9dd0]{width:100%;height:1.6rem}#In-Detail .content .data-box[data-v-8e4a9dd0]{padding-top:.3rem}#In-Detail .content .data-box h3[data-v-8e4a9dd0]{height:.5rem;line-height:.5rem;font-size:.37rem;color:#010106;font-weight:500}#In-Detail .content .data-box ul[data-v-8e4a9dd0]{margin-top:.1rem;margin-bottom:.3rem}#In-Detail .content .data-box ul li[data-v-8e4a9dd0]{font-size:.29rem;width:48%;display:-webkit-box;display:-ms-flexbox;display:flex;float:left;margin-top:.2rem;color:#010106;font-weight:400}#In-Detail .content .data-box ul li[data-v-8e4a9dd0]:nth-child(2n){padding-left:.2rem;border-left:1px solid #ebebeb}#In-Detail .content .data-box ul li[data-v-8e4a9dd0]:last-child{width:100%;padding-left:0;border-left:none}#In-Detail .Footerbtn[data-v-8e4a9dd0]{width:100%;position:fixed;bottom:0}#In-Detail .Footerbtn>img[data-v-8e4a9dd0]{-o-object-fit:fill;object-fit:fill}#In-Detail .tip[data-v-8e4a9dd0]{color:red;text-align:center}.Index[data-v-9e684144]{background:#fff}.Index .pay_title[data-v-9e684144]{display:-webkit-box;display:-ms-flexbox;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:.9rem;padding:.5rem .32rem 0;position:fixed;left:0;right:0;top:0;z-index:999;background:#fff;display:flex;justify-content:space-between;border-bottom:1px solid #eee}@media screen and (min-height:812px){.Index .pay_title[data-v-9e684144]{padding-top:.6rem}}.Index .pay_title img[data-v-9e684144]{width:.48rem;height:.48rem}.Index .pay_title span[data-v-9e684144]{font-size:.32rem;color:#333}.Index .Fastentry[data-v-9e684144]{background:#fff;width:7rem;margin:0 auto}.Index .Fastentry .Fastentry-item span[data-v-9e684144]{display:inline-block;padding:3px 6px;border:1px solid #ebebeb;color:#656565;font-size:.24rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-radius:3px;margin:0 4px 3px}.Index .Fastentry .Fastentry-item .active[data-v-9e684144]{border:1px solid #0babfe;color:#0babfe}.Index .importantText[data-v-9e684144]{color:#989898;font-size:.24rem;padding:10px 0;margin-bottom:10px}.Index .top[data-v-9e684144]{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:.54rem;padding-bottom:.34rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;overflow:hidden;position:relative}.Index .top .scroll[data-v-9e684144]{width:70%;margin-left:2rem;-webkit-overflow-scrolling:touch;-ms-touch-action:none;touch-action:none}.Index .top .scroll .flex[data-v-9e684144]{display:-webkit-box;display:-ms-flexbox;display:flex;width:7rem;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.Index .top .scrollnew[data-v-9e684144]{-webkit-box-sizing:content-box;box-sizing:content-box;width:2.2rem;padding-left:2rem;position:absolute;left:0;top:.5rem;overflow-x:hidden;background:#fff;-webkit-box-shadow:0 6px 8px #f0f0f0;box-shadow:0 6px 8px #f0f0f0}.Index .top .scrollnew .flex[data-v-9e684144]{display:-webkit-box;display:-ms-flexbox;display:flex;width:7rem;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.Index .top .scrollop .item[data-v-9e684144]:first-child{opacity:0}.Index .top .item[data-v-9e684144]{background:#fff;width:2.1rem;margin-right:.19rem;-webkit-box-shadow:0 6px 8px #f0f0f0;box-shadow:0 6px 8px #f0f0f0}.Index .top .item .add[data-v-9e684144]{color:#00acfe;text-align:center;font-size:.6rem;display:block;margin-top:.7rem}.Index .top .item .item-t[data-v-9e684144]{padding:.2rem .2rem 0;color:#323232}.Index .top .item .item-t h2[data-v-9e684144]{font-size:.28rem;color:#323232;font-weight:700;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Index .top .item .item-t p[data-v-9e684144]{font-size:.24rem;height:33px}.Index .top .item .item-c[data-v-9e684144]{padding:0 .2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.Index .top .item .item-c i[data-v-9e684144]{color:#323232}.Index .top .item .item-c .item-c-l .p-text[data-v-9e684144]{font-size:.24rem;color:#989898}.Index .top .item .item-c .item-c-l .price[data-v-9e684144]{color:#f33b3b}.Index .top .item .pofixd[data-v-9e684144]{text-align:center;line-height:.48rem;font-size:.24rem;border-top:1px solid #f7f8f8}.Index .top .item[data-v-9e684144]:last-child{margin-right:0}.Index .top .switch[data-v-9e684144]{margin:0 auto;text-align:center;font-size:.24rem;color:#323232;position:absolute;z-index:99;width:1.8rem;height:100%;background:#fff}.Index .top .switch .switchInfo[data-v-9e684144]{position:absolute;left:0;top:40%;right:0;bottom:0}.Index .topFixed[data-v-9e684144]{position:fixed;top:50px;left:0;right:0;background:#fff;z-index:999}.Index .action[data-v-9e684144]{overflow-y:scroll;width:7rem;margin:0 auto;padding-top:4.5rem;-webkit-box-sizing:border-box;box-sizing:border-box}.Index .action .title[data-v-9e684144]{padding:25px 0;font-weight:700;font-size:.32rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.Index .action .title .tit[data-v-9e684144]{color:#323232;width:100%}.Index .action .title span[data-v-9e684144]{font-size:.28rem;font-weight:400;color:#999}.Index .action .list-panel[data-v-9e684144]{display:-webkit-box;display:-ms-flexbox;display:flex}.Index .car-params[data-v-9e684144]{width:100%;margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.Index .car-params .myhide[data-v-9e684144]{visibility:hidden}.Index .car-params .xscroll.def[data-v-9e684144]{overflow:hidden;max-width:6.9rem}.Index .car-params .xscroll.fixed-param[data-v-9e684144]{position:absolute;z-index:1}.Index .car-params .xscroll.fixed-param .subtitle[data-v-9e684144]{visibility:visible}.Index .car-params .xscroll.fixed-param .table[data-v-9e684144]{width:2rem;overflow:hidden}.Index .car-params .xscroll.fixed-param .table-new[data-v-9e684144]{width:4.3rem}.Index .car-params .xscroll.fixed-param-zindex[data-v-9e684144]{z-index:9}.Index .car-params .xscroll .subtitle[data-v-9e684144]{padding:.4rem 0;font-size:.3rem;color:#000;text-align:left;font-weight:700;visibility:hidden}.Index .car-params .xscroll .subtitle.absolute[data-v-9e684144]{position:absolute;white-space:nowrap;width:auto}.Index .edc[data-v-9e684144],.Index .scc[data-v-9e684144]{-ms-touch-action:none;touch-action:none;-webkit-overflow-scrolling:touch;max-width:6.9rem;position:relative}.Index .car-params .xscroll .table[data-v-9e684144]{width:8.9rem;border-bottom:1px solid #eee}.Index .car-params .xscroll .table .tr[data-v-9e684144]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.Index .car-params .xscroll .table .tr .th[data-v-9e684144]{text-align:left;width:2rem;font-size:.24rem;background-color:#f7f7f7;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-negative:0;flex-shrink:0;padding:.3rem .1rem;border-right:1px solid #eee;border-left:1px solid #eee;-webkit-box-sizing:border-box;box-sizing:border-box;border-top:1px solid #eee}.Index .car-params .xscroll .table .tr .tho[data-v-9e684144]{opacity:0}.Index .car-params .xscroll .table .tr .th>div[data-v-9e684144]{max-width:1.25rem;white-space:normal;word-break:break-all}.Index .car-params .xscroll .table .tr .th>div.text-l[data-v-9e684144]{text-align:left}.Index .car-params .xscroll .table .tr .td[data-v-9e684144]{text-align:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;width:2.3rem;font-size:.24rem;padding:.15rem;-ms-flex-negative:0;flex-shrink:0;border-right:1px solid #eee;-webkit-box-sizing:border-box;box-sizing:border-box;border-top:1px solid #eee}.Index .car-params .xscroll .tableop .tr .td[data-v-9e684144]:nth-child(2){opacity:0}.Index .car-params .xscroll .table .tr .td[data-v-9e684144]:nth-child(5){display:none}.Index .car-params .xscroll .table .tr .td>div[data-v-9e684144]{max-width:2.1rem;white-space:normal;word-break:break-all}.Index .car-params .xscroll .table .tr .td>div.fill[data-v-9e684144]{height:.2rem;width:.2rem;border-radius:50%;background-color:#d3b078}.Index[data-v-799c8a1d]{height:100%}.Index .wrap[data-v-799c8a1d]{margin-top:1.5rem}.Index .wrap[data-v-799c8a1d],.Index .wrap_0[data-v-799c8a1d]{height:100%;margin-bottom:30px;-webkit-box-shadow:0 2px 6px 0 rgba(78,84,93,.1);box-shadow:0 2px 6px 0 rgba(78,84,93,.1)}.Index .wrap_0[data-v-799c8a1d]{margin-top:0}.Index .pay_title[data-v-799c8a1d]{display:-webkit-box;display:-ms-flexbox;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:.9rem;padding:.5rem .32rem 0;position:fixed;left:0;right:0;top:0;z-index:999;background:#fff;display:flex;justify-content:space-between;border-bottom:1px solid #eee}@media screen and (min-height:812px){.Index .pay_title[data-v-799c8a1d]{padding-top:.6rem}}.Index .pay_title img[data-v-799c8a1d]{width:.48rem;height:.48rem}.Index .pay_title span[data-v-799c8a1d]{font-size:.32rem;color:#333}.Index .list[data-v-799c8a1d]{width:7rem;min-height:1.5rem;background:#fff;padding:.3rem;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 6px 8px #f0f0f0;box-shadow:0 6px 8px #f0f0f0;border-radius:3px;margin:.16rem auto 0}.Index .list .list-item[data-v-799c8a1d]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:6px}.Index .list .list-item .left[data-v-799c8a1d],.Index .list .list-item[data-v-799c8a1d]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.Index .list .list-item .left .Txt[data-v-799c8a1d]{margin-left:10px}.Index .list .list-item .left .ImgIcon[data-v-799c8a1d]{width:.56rem;height:.56rem;display:inline-block}.Index .list i[data-v-799c8a1d]{width:.32rem;height:.32rem;display:inline-block}.Index .empty-status[data-v-799c8a1d]{height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;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:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.Index .empty-status .empty-img[data-v-799c8a1d]{width:2.6rem;height:2.6rem;background:url(../../static/img/default_img_contents.1704840.png) no-repeat;background-size:100% 100%;margin:0 auto}.Index .empty-status p[data-v-799c8a1d]{font-family:PingFangSC-Regular,PingFang SC;font-size:.36rem;color:#b6b9be;line-height:.5rem;text-align:center;margin-top:.2rem}.Index .empty-status .empty-text[data-v-799c8a1d]{margin:.16rem 0;font-family:PingFangSC-Regular;font-size:.36rem;color:#b6b9be;letter-spacing:0;text-align:center;font-weight:400;display:none}.index[data-v-d03d5ff8]{background:#fff;margin-top:1.4rem}.pay_title[data-v-d03d5ff8]{display:-webkit-box;display:-ms-flexbox;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:.9rem;padding:.5rem .32rem 0;position:fixed;left:0;right:0;top:0;z-index:999;background:#fff;display:flex;justify-content:space-between;border-bottom:1px solid #eee}@media screen and (min-height:812px){.pay_title[data-v-d03d5ff8]{padding-top:.6rem}}.pay_title img[data-v-d03d5ff8]{width:.48rem;height:.48rem}.pay_title span[data-v-d03d5ff8]{font-size:.32rem;color:#333}.date[data-v-d03d5ff8]{background:#f7f8f9;line-height:.88rem;color:#656565;font-size:.28rem;padding-left:.3rem}.top[data-v-d03d5ff8]{background:#fff;width:6.82rem;margin:0 auto}.top .content-top-carName[data-v-d03d5ff8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:.44rem;border-bottom:1px solid #f7f8f8;padding-bottom:.31rem}.top .content-top-carName .carImg[data-v-d03d5ff8]{width:2.43rem;height:1.39rem;background:#f7f8f9;margin-right:.21rem}.top .content-top-carName .carImg img[data-v-d03d5ff8]{width:2.43rem;height:1.39rem;margin:0 auto}.top .content-top-carName .carName .Name[data-v-d03d5ff8]{color:#323232;font-size:.36rem;font-weight:700}.top .content-top-carName .carName .Price[data-v-d03d5ff8]{margin-top:.05rem;color:#989898;font-size:.24rem}.top .content-top-carName .carName .Price span[data-v-d03d5ff8]{color:#f33b3b;font-size:.24rem}.top .content-top-carName .carName .Price span strong[data-v-d03d5ff8]{font-size:.4rem;font-weight:700;margin:0 5px}.index[data-v-59e0c723]{background:#fff;margin-top:1.4rem}.pay_title[data-v-59e0c723]{display:-webkit-box;display:-ms-flexbox;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:.9rem;padding:.5rem .32rem 0;position:fixed;left:0;right:0;top:0;z-index:999;background:#fff;display:flex;justify-content:space-between;border-bottom:1px solid #eee}@media screen and (min-height:812px){.pay_title[data-v-59e0c723]{padding-top:.6rem}}.pay_title img[data-v-59e0c723]{width:.48rem;height:.48rem}.pay_title span[data-v-59e0c723]{font-size:.32rem;color:#333}.date[data-v-59e0c723]{background:#f7f8f9;line-height:.88rem;color:#656565;font-size:.28rem;padding-left:.3rem}.top[data-v-59e0c723]{background:#fff;width:6.82rem;margin:0 auto}.top .content-top-carName[data-v-59e0c723]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:.44rem;border-bottom:1px solid #f7f8f8;padding-bottom:.31rem}.top .content-top-carName .carImg[data-v-59e0c723]{width:2.43rem;height:1.39rem;background:#f7f8f9;margin-right:.21rem}.top .content-top-carName .carImg img[data-v-59e0c723]{width:2.43rem;height:1.39rem;margin:0 auto}.top .content-top-carName .carName .Name[data-v-59e0c723]{color:#323232;font-size:.36rem;font-weight:700}.top .content-top-carName .carName .Price[data-v-59e0c723]{margin-top:.05rem;color:#989898;font-size:.24rem}.top .content-top-carName .carName .Price span[data-v-59e0c723]{color:#f33b3b;font-size:.24rem}.top .content-top-carName .carName .Price span strong[data-v-59e0c723]{font-size:.4rem;font-weight:700;margin:0 5px}.pay_title[data-v-898a6cdc]{display:-webkit-box;display:-ms-flexbox;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:.9rem;padding:.5rem .32rem 0;position:fixed;left:0;right:0;top:0;z-index:999;background:#fff;display:flex;justify-content:space-between;border-bottom:1px solid #eee}@media screen and (min-height:812px){.pay_title[data-v-898a6cdc]{padding-top:.6rem}}.pay_title img[data-v-898a6cdc]{width:.48rem;height:.48rem}.pay_title span[data-v-898a6cdc]{font-size:.32rem;color:#333}.index[data-v-898a6cdc]{background:#fff;margin-top:1.4rem}.date[data-v-898a6cdc]{background:#f7f8f9;line-height:.88rem;color:#656565;font-size:.28rem;padding-left:.3rem}.top[data-v-898a6cdc]{background:#fff;width:6.82rem;margin:0 auto}.top .content-top-carName[data-v-898a6cdc]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:.44rem;border-bottom:1px solid #f7f8f8;padding-bottom:.31rem}.top .content-top-carName .carImg[data-v-898a6cdc]{width:2.43rem;height:1.39rem;background:#f7f8f9;margin-right:.21rem}.top .content-top-carName .carImg img[data-v-898a6cdc]{width:2.43rem;height:1.39rem;margin:0 auto}.top .content-top-carName .carName .Name[data-v-898a6cdc]{color:#323232;font-size:.36rem;font-weight:700}.top .content-top-carName .carName .Price[data-v-898a6cdc]{margin-top:.05rem;color:#989898;font-size:.24rem}.top .content-top-carName .carName .Price span[data-v-898a6cdc]{color:#f33b3b;font-size:.24rem}.top .content-top-carName .carName .Price span strong[data-v-898a6cdc]{font-size:.4rem;font-weight:700;margin:0 5px}.pay_title[data-v-5a76b6d1]{display:-webkit-box;display:-ms-flexbox;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:.9rem;padding:.5rem .32rem 0;position:fixed;left:0;right:0;top:0;z-index:999;background:#fff;display:flex;justify-content:space-between;border-bottom:1px solid #eee}@media screen and (min-height:812px){.pay_title[data-v-5a76b6d1]{padding-top:.6rem}}.pay_title img[data-v-5a76b6d1]{width:.48rem;height:.48rem}.pay_title span[data-v-5a76b6d1]{font-size:.32rem;color:#333}.index[data-v-5a76b6d1]{margin-top:1.4rem}.index .line[data-v-5a76b6d1]{background:#f7f8f9;height:10px}.date[data-v-5a76b6d1]{background:#f7f8f9;line-height:.88rem;color:#656565;font-size:.28rem;padding-left:.3rem}.top[data-v-5a76b6d1]{background:#fff;padding:10px 16px;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto}.top .content-top-carName[data-v-5a76b6d1]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:.24rem;border-bottom:1px solid #f7f8f8}.top .content-top-carName .carImg[data-v-5a76b6d1]{width:2.43rem;height:1.39rem;background:#f7f8f9;margin-right:.21rem}.top .content-top-carName .carImg img[data-v-5a76b6d1]{width:2.43rem;height:1.39rem;margin:0 auto}.top .content-top-carName .carName .Name[data-v-5a76b6d1]{color:#323232;font-size:.36rem;font-weight:700}.top .content-top-carName .carName .Price[data-v-5a76b6d1]{margin-top:.05rem;color:#989898;font-size:.24rem}.top .content-top-carName .carName .Price span[data-v-5a76b6d1]{color:#f33b3b;font-size:.24rem}.top .content-top-carName .carName .Price span strong[data-v-5a76b6d1]{font-size:.4rem;font-weight:700;margin:0 5px}.wrap[data-v-5a76b6d1]{background:#fff}.wrap h2[data-v-5a76b6d1]{font-size:.32rem;color:#323232;padding:10px 16px;overflow:hidden;color:#323233;line-height:24px}.index[data-v-346e6313]{background:#fff;height:100vh;margin-top:1.4rem}.pay_title[data-v-346e6313]{display:-webkit-box;display:-ms-flexbox;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:.9rem;padding:.5rem .32rem 0;position:fixed;left:0;right:0;top:0;z-index:999;background:#fff;display:flex;justify-content:space-between;border-bottom:1px solid #eee}@media screen and (min-height:812px){.pay_title[data-v-346e6313]{padding-top:.6rem}}.pay_title img[data-v-346e6313]{width:.48rem;height:.48rem}.pay_title span[data-v-346e6313]{font-size:.32rem;color:#333}.date[data-v-346e6313]{background:#f7f8f9;line-height:.88rem;color:#656565;font-size:.28rem;padding-left:.3rem}.top[data-v-346e6313]{background:#fff;padding:10px 16px;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto}.top .content-top-carName[data-v-346e6313]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:.24rem}.top .content-top-carName .carImg[data-v-346e6313]{width:2.43rem;height:1.39rem;background:#f7f8f9;margin-right:.21rem}.top .content-top-carName .carImg img[data-v-346e6313]{width:2.43rem;height:1.39rem;margin:0 auto}.top .content-top-carName .carName .Name[data-v-346e6313]{color:#323232;font-size:.36rem;font-weight:700}.top .content-top-carName .carName .Price[data-v-346e6313]{margin-top:.05rem;color:#989898;font-size:.24rem}.top .content-top-carName .carName .Price span[data-v-346e6313]{color:#f33b3b;font-size:.24rem}.top .content-top-carName .carName .Price span strong[data-v-346e6313]{font-size:.4rem;font-weight:700;margin:0 5px}.wrap[data-v-346e6313]{background:#fff;margin-top:.3rem;padding-bottom:.6rem}.wrap .content[data-v-346e6313]{width:7rem;min-height:8rem;margin:0 auto;background:#fff;-webkit-box-shadow:0 1px 8px #d5d5d5;box-shadow:0 1px 8px #d5d5d5}.wrap .PriceText[data-v-346e6313]{color:#989898;font-size:.24rem;padding:0 16px 10px}.wrap .PriceText span[data-v-346e6313]{color:#f33b3b}.wrap .PriceText span em[data-v-346e6313]{font-size:.32rem}.wrap h2[data-v-346e6313]{font-size:.32rem;color:#323232;padding:10px 16px;overflow:hidden;color:#323233;line-height:24px}.bottom[data-v-346e6313]{padding-top:.4rem}.panel[data-v-346e6313]{margin-top:15px}.pay_title[data-v-22c9e4a9]{display:-webkit-box;display:-ms-flexbox;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:.9rem;padding:.5rem .32rem 0;position:fixed;left:0;right:0;top:0;z-index:999;background:#fff;display:flex;justify-content:space-between;border-bottom:1px solid #eee}@media screen and (min-height:812px){.pay_title[data-v-22c9e4a9]{padding-top:.6rem}}.pay_title img[data-v-22c9e4a9]{width:.48rem;height:.48rem}.pay_title span[data-v-22c9e4a9]{font-size:.32rem;color:#333}.Result[data-v-22c9e4a9]{background:#fff;height:100vh;margin-top:1.4rem}.Result .date[data-v-22c9e4a9]{background:#f7f8f9;line-height:.88rem;color:#656565;font-size:.28rem;padding-left:.3rem}.Result .Result-info[data-v-22c9e4a9]{margin:0 auto}.Result .Result-info .panel[data-v-22c9e4a9]{width:6.88rem;min-height:1.99rem;background:#fff;-webkit-box-shadow:0 6px 8px #f0f0f0;box-shadow:0 6px 8px #f0f0f0;border-radius:3px;margin:.31rem auto 0;padding:.3rem;-webkit-box-sizing:border-box;box-sizing:border-box}.Result .Result-info .panel .name[data-v-22c9e4a9]{color:#323232;font-size:.32rem;line-height:.5rem}.Result .Result-info .panel p[data-v-22c9e4a9]{font-size:.24rem;color:#989898;line-height:.5rem}.Result .Result-info .panel p:last-child span[data-v-22c9e4a9]{font-size:.28rem}.Result .Result-info .panel p:last-child span strong[data-v-22c9e4a9]{margin:0 5px}.Result .Result-info .wrap[data-v-22c9e4a9]{margin-top:.5rem}.Result .Result-info .wrap .title[data-v-22c9e4a9]{color:#323232;font-size:.28rem}.Result .Result-info .wrap .wrap-item[data-v-22c9e4a9]{width:6.88rem;display:-webkit-box;display:-ms-flexbox;display:flex;margin:.35rem auto 0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:.27rem}.Result .Result-info .wrap .wrap-item .item[data-v-22c9e4a9]{height:1.48rem;border:1px solid #ebebeb;border-radius:3px;text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;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-flex:1;-ms-flex:1;flex:1;margin-right:15px;padding-top:.2rem;-webkit-box-sizing:border-box;box-sizing:border-box}.Result .Result-info .wrap .wrap-item .item input[data-v-22c9e4a9]{opacity:0;position:absolute;left:0;right:0}.Result .Result-info .wrap .wrap-item .item .Evaluation[data-v-22c9e4a9]{font-size:.4rem}.Result .Result-info .wrap .wrap-item .item i[data-v-22c9e4a9]{font-size:.24rem}.Result .Result-info .wrap .wrap-item .item span[data-v-22c9e4a9]{margin-top:.1rem}.Result .Result-info .wrap .wrap-item .item .iconfont[data-v-22c9e4a9]{font-size:.36rem;color:#ebebeb}.Result .Result-info .wrap .wrap-item .item .car-price[data-v-22c9e4a9]{font-size:.24rem;color:#f33b3b}.Result .Result-info .wrap .wrap-item .item .car-price strong[data-v-22c9e4a9]{color:#f33b3b;font-size:.48rem;margin-right:5px}.Result .Result-info .wrap .wrap-item .item[data-v-22c9e4a9]:last-child{margin-right:0}.Result .Result-info .wrap .wrap-item .active[data-v-22c9e4a9]{border:1px solid #00acfe;background:#f1faff;color:#00acfe;-webkit-transition:all 1s;transition:all 1s}.Result .Result-info .wrap .wrap-item .active .iconfont[data-v-22c9e4a9]{color:#00acfe}.Result .Result-info .wrap .Price[data-v-22c9e4a9]{height:2.43rem;text-align:center}.Result .Result-info .wrap .Price .Price-text[data-v-22c9e4a9]{color:#f33b3b;padding:.65rem 0 .32rem}.Result .Result-info .wrap .Price .Price-text span[data-v-22c9e4a9]{font-size:.55rem;font-weight:700;margin-right:5px}.Result .Result-info .wrap .Price .last-text[data-v-22c9e4a9]{color:#989898;font-size:.28rem}.Result .Result-info .wrap .Price .import[data-v-22c9e4a9]{font-size:.24rem;color:#989898;text-align:left;margin-top:.6rem}.Result .form[data-v-22c9e4a9]{margin-top:20px}.Result .form i[data-v-22c9e4a9]{width:.32rem;height:.32rem;display:inline-block}.pay_title[data-v-4e486d78]{display:-webkit-box;display:-ms-flexbox;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:.9rem;padding:.5rem .32rem 0;position:fixed;left:0;right:0;top:0;z-index:999;background:#fff;display:flex;justify-content:space-between;border-bottom:1px solid #eee}@media screen and (min-height:812px){.pay_title[data-v-4e486d78]{padding-top:.6rem}}.pay_title img[data-v-4e486d78]{width:.48rem;height:.48rem}.pay_title span[data-v-4e486d78]{font-size:.32rem;color:#333}.privateContainer[data-v-4e486d78]{background-color:#fff;width:100%;height:100%;padding-top:1.4rem}.privateContainer .title[data-v-4e486d78]{margin-bottom:.38rem;text-align:justify}.privateContainer .agreementContentWrap[data-v-4e486d78]{padding:15px}.deal[data-v-2f5625b6]{background-color:#eeeff0;min-height:95%}.deal .pay_title[data-v-2f5625b6]{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:.9rem;padding:0 .32rem;position:fixed;left:0;right:0;top:0;z-index:999;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;background:#fff;border-bottom:1px solid #eee}@media screen and (min-height:812px){.deal .pay_title[data-v-2f5625b6]{padding-top:.6rem}}.deal .pay_title img[data-v-2f5625b6]{width:.48rem;height:.48rem}.deal .pay_title span[data-v-2f5625b6]{font-size:.32rem;color:#333}.deal .title_box[data-v-2f5625b6]{width:100%}.deal .nav[data-v-2f5625b6]{width:100%;height:1rem;background-color:#eeeff0;position:absolute}.deal .nav .select_box[data-v-2f5625b6]{height:.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.deal .nav .select_box li[data-v-2f5625b6]{position:relative}.deal .nav .select_box li .select[data-v-2f5625b6]{background-color:#fff;line-height:.48rem;margin:0 .306667rem;width:1.893333rem;height:.5rem;text-indent:.16rem;border-radius:5px;border:1px solid #a0a0a0}.deal .nav .select_box li[data-v-2f5625b6]:after{content:"";position:absolute;right:.526667rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #838383;pointer-events:none}.deal .deal_box[data-v-2f5625b6]{padding:.93333rem .266667rem .13333rem;margin-top:.88rem}.deal .deal_box .deal_list .deal_content[data-v-2f5625b6]{width:100%;margin-top:.1rem;-webkit-box-sizing:border-box;box-sizing:border-box;padding:.333333rem .96rem .413333rem .28rem;border-radius:5px;height:1.946667rem;background-color:#fff;-webkit-box-shadow:0 2px 6px 0 rgba(78,84,93,.1);box-shadow:0 2px 6px 0 rgba(78,84,93,.1)}.deal .deal_box .deal_list .deal_content h3[data-v-2f5625b6]{line-height:.293333rem;font-size:.293333rem;color:#323232}.deal .deal_box .deal_list .deal_content p[data-v-2f5625b6]{width:100%;line-height:.33333rem;margin-top:.523333rem;font-size:.273333rem;color:#9b9b9b}.headerNavContain .headerNav[data-v-10d7f80d]{width:100%;position:fixed;top:0;z-index:3}.headerNavContain .headerNav .header_nav[data-v-10d7f80d]{height:.88rem;display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#fff}.headerNavContain .headerNav .header_nav .header_nav_icon_wrap[data-v-10d7f80d]{position:absolute;left:0;top:0;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:.4rem;padding-right:.2rem}.headerNavContain .headerNav .header_nav .header_nav_icon_wrap .header_nav_icon[data-v-10d7f80d]{width:.18rem;height:.36rem}.headerNavContain .headerNav .header_nav .header_title[data-v-10d7f80d]{-webkit-box-flex:1;-ms-flex:1;flex:1;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;font-family:PingFangSC-Medium;font-size:.36rem;color:#010106;text-align:center;font-weight:500}.Index[data-v-3285b5af]{background:#fff}.Index .Fastentry[data-v-3285b5af]{background:#fff;width:7rem}.Index .Fastentry .Fastentry-item span[data-v-3285b5af]{display:inline-block;padding:3px 8px;border:1px solid #ebebeb;color:#656565;font-size:.24rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-radius:3px;margin:0 5px}.Index .Fastentry .Fastentry-item .active[data-v-3285b5af]{border:1px solid #0babfe;color:#0babfe}.Index .importantText[data-v-3285b5af]{color:#989898;font-size:.24rem;padding:10px 0;margin-bottom:10px}.Index .top[data-v-3285b5af]{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:.54rem;margin-bottom:.54rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;overflow:hidden;position:relative}.Index .top .scroll[data-v-3285b5af]{width:72%;overflow:auto;-webkit-overflow-scrolling:touch;-ms-touch-action:none;touch-action:none}.Index .top .scroll .flex[data-v-3285b5af]{display:-webkit-box;display:-ms-flexbox;display:flex;width:7.8rem;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.Index .top .item[data-v-3285b5af]{background:#fff;width:2.3rem;min-height:2.1rem;border:1px solid #ccc;margin-right:.19rem;-webkit-box-shadow:0 6px 8px #f0f0f0;box-shadow:0 6px 8px #f0f0f0}.Index .top .item .add[data-v-3285b5af]{color:#00acfe;text-align:center;font-size:.6rem;display:block;margin-top:.7rem}.Index .top .item .item-t[data-v-3285b5af]{padding:.2rem .2rem 0;color:#323232}.Index .top .item .item-t h2[data-v-3285b5af]{font-size:.28rem;color:#323232;font-weight:700}.Index .top .item .item-t p[data-v-3285b5af]{font-size:.24rem}.Index .top .item .item-c[data-v-3285b5af]{margin-top:.2rem;padding:0 .2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.Index .top .item .item-c i[data-v-3285b5af]{color:#323232}.Index .top .item .item-c .item-c-l .p-text[data-v-3285b5af]{font-size:.24rem;color:#989898}.Index .top .item .item-c .item-c-l .price[data-v-3285b5af]{color:#f33b3b}.Index .top .item .pofixd[data-v-3285b5af]{text-align:center;line-height:.48rem;font-size:.24rem;border-top:1px solid #f7f8f8}.Index .top .item[data-v-3285b5af]:last-child{margin-right:0}.Index .top .switch[data-v-3285b5af]{margin:0 auto;text-align:center;font-size:.24rem;color:#323232}.Index .topFixed[data-v-3285b5af]{position:fixed;top:0;left:0;right:0;background:#fff;z-index:999}.Index .action[data-v-3285b5af]{overflow-y:scroll;width:7rem;margin:4.5rem auto 0}.Index .action .title[data-v-3285b5af]{line-height:50px;font-weight:700;font-size:.32rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 6px}.Index .action .title .tit[data-v-3285b5af]{color:#323232;width:60%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Index .action .title span[data-v-3285b5af]{font-size:.28rem;font-weight:400;color:#999}.Index .action .list-panel[data-v-3285b5af]{display:-webkit-box;display:-ms-flexbox;display:flex}.Index .car-params[data-v-3285b5af]{width:100%;margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.Index .car-params .myhide[data-v-3285b5af]{visibility:hidden}.Index .car-params .xscroll.def[data-v-3285b5af]{overflow:auto;max-width:6.9rem}.Index .car-params .xscroll.fixed-param[data-v-3285b5af]{position:absolute;z-index:1}.Index .car-params .xscroll.fixed-param .subtitle[data-v-3285b5af]{visibility:visible}.Index .car-params .xscroll.fixed-param .table[data-v-3285b5af]{width:1.9rem;overflow:hidden}.Index .car-params .xscroll.fixed-param-zindex[data-v-3285b5af]{z-index:2}.Index .car-params .xscroll .subtitle[data-v-3285b5af]{padding:.4rem 0;font-size:.3rem;color:#000;text-align:left;font-weight:700;visibility:hidden}.Index .car-params .xscroll .subtitle.absolute[data-v-3285b5af]{position:absolute;white-space:nowrap;width:auto}.Index .edc[data-v-3285b5af],.Index .scc[data-v-3285b5af]{-ms-touch-action:none;touch-action:none;-webkit-overflow-scrolling:touch;max-width:6.9rem;position:relative}.Index .car-params .xscroll .table[data-v-3285b5af]{width:9.4rem;border-bottom:1px solid rgba(0,0,0,.2)}.Index .car-params .xscroll .table .tr[data-v-3285b5af]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;background-color:#f7f7f7}.Index .car-params .xscroll .table .tr .th[data-v-3285b5af]{width:1.9rem;font-size:.24rem;text-align:center;background-color:#f7f7f7;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;-ms-flex-negative:0;flex-shrink:0;padding:.3rem .1rem;border-right:1px solid rgba(0,0,0,.2);border-left:1px solid rgba(0,0,0,.2);-webkit-box-sizing:border-box;box-sizing:border-box;border-top:1px solid rgba(0,0,0,.2)}.Index .car-params .xscroll .table .tr .tho[data-v-3285b5af]{opacity:0}.Index .car-params .xscroll .table .tr .th>div[data-v-3285b5af]{max-width:1.25rem;white-space:normal;word-break:break-all}.Index .car-params .xscroll .table .tr .th>div.text-l[data-v-3285b5af]{text-align:left}.Index .car-params .xscroll .table .tr .td[data-v-3285b5af]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;width:2.5rem;font-size:.24rem;padding:.2rem;-ms-flex-negative:0;flex-shrink:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-right:1px solid rgba(0,0,0,.2);-webkit-box-sizing:border-box;box-sizing:border-box;border-top:1px solid rgba(0,0,0,.2)}.Index .car-params .xscroll .table .tr .td[data-v-3285b5af]:nth-child(5){display:none}.Index .car-params .xscroll .table .tr .td>div[data-v-3285b5af]{max-width:2.1rem;white-space:normal;word-break:break-all}.Index .car-params .xscroll .table .tr .td>div.fill[data-v-3285b5af]{height:.2rem;width:.2rem;border-radius:50%;background-color:#d3b078}.pull-box[data-v-b02e62f4]{height:100%;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-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-bottom:.24rem;-webkit-box-sizing:border-box;box-sizing:border-box}.pull-box p[data-v-b02e62f4]{font-family:PingFangSC,PingFang SC;font-weight:400;font-size:.28rem;color:rgba(39,76,109,.5);line-height:.4rem;font-style:normal}.pull-box .top-icon[data-v-b02e62f4]{width:.28rem;height:.28rem;margin-bottom:.08rem}@-webkit-keyframes rotate-data-v-b02e62f4{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate-data-v-b02e62f4{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.pull-box .rotating-element[data-v-b02e62f4]{-webkit-animation:rotate-data-v-b02e62f4 2s linear infinite;animation:rotate-data-v-b02e62f4 2s linear infinite}.pull-box .down-icon[data-v-b02e62f4]{width:.2rem;height:.24rem;margin-top:.08rem}.home-bgcolor[data-v-b02e62f4]{background-color:#f8f9fa}.home-bgcolor .home[data-v-b02e62f4]{font-family:PingFangSC-Regular,PingFang SC}.home-bgcolor .home .titles[data-v-b02e62f4]{background:#fff;height:.88rem;line-height:.88rem;font-size:.36rem;font-weight:500;color:#010106;text-align:center;position:relative;font-family:PingFangSC-Medium}.home-bgcolor .home .titles .prev[data-v-b02e62f4]{position:absolute;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.home-bgcolor .home .titles .prev img[data-v-b02e62f4]{padding-left:.4rem;width:.18rem;height:.36rem;padding-right:.2rem}.home-bgcolor .home .box-center[data-v-b02e62f4]{padding:.16rem .4rem .24rem}.home-bgcolor .home .box-center .bincarBanner-nav[data-v-b02e62f4]{width:100%}.home-bgcolor .home .box-center .tipCar[data-v-b02e62f4]{padding:.24rem .3rem;background-color:#fff9e7!important}.home-bgcolor .home .box-center .tipCar p[data-v-b02e62f4]{font-size:.28rem;font-weight:500}.home-bgcolor .home .box-center .tipCar p strong[data-v-b02e62f4]{font-weight:600}.home-bgcolor .home .box-center .tipCar img[data-v-b02e62f4]{margin-top:2px;width:.32rem;height:.32rem}.home-bgcolor .home .box-center .tipCar a[data-v-b02e62f4]{display:block;width:1rem;height:.48rem;line-height:.48rem;text-align:center;color:#ff8900;font-size:.28rem;border:.5px solid #ff8900}.home-bgcolor .home .box-center .module.active[data-v-b02e62f4]{min-height:calc(100vh - 100px);background-color:#fff}.home-bgcolor .home .box-center .module>div[data-v-b02e62f4],.home-bgcolor .home .box-center .module>div[data-v-b02e62f4]:last-child{margin-bottom:0}.home-bgcolor .home .box-center .module .van-row--flex[data-v-b02e62f4]{flex-wrap:nowrap;-ms-flex-wrap:nowrap}.home-bgcolor .home .box-center .server_bottom[data-v-b02e62f4]{background-color:#f7f8f9;padding-top:.3rem}.home-bgcolor .home .box-center .server_bottom .baseLine[data-v-b02e62f4]{margin-bottom:.5rem}.home-bgcolor .home .box-center .server_bottom .baseLine .line[data-v-b02e62f4]{margin-top:.15rem;width:1.066667rem;height:1px;background-color:#ebebeb}.home-bgcolor .home .box-center .server_bottom .baseLine .baseLine_content[data-v-b02e62f4]{margin:0 .266667rem;font-size:.24rem;color:#989898}.home-bgcolor .home .box-center .server_bottom .server[data-v-b02e62f4]{text-align:center;font-size:.24rem;color:#989898}.home-bgcolor .home .box-center .server_bottom .server i[data-v-b02e62f4]:first-child{color:#0babfe;border-bottom:.5px solid #0babfe}.home-bgcolor .home .box-center .server_bottom .server i[data-v-b02e62f4]:nth-child(2){color:#656565}.home-bgcolor .home .box-center .bottomNav1 a[data-v-b02e62f4]{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:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.home-bgcolor .home .box-center .bottomNav1 a img[data-v-b02e62f4]{width:30%}.home-bgcolor .home .box-center .bottomNav1 a p[data-v-b02e62f4]{font-size:.28rem;color:#ccc}.home-bgcolor .home .box-center .bottomNav2[data-v-b02e62f4]{position:fixed;bottom:0;right:0;left:0}.home-bgcolor .home .box-center .bottomNav2 img[data-v-b02e62f4]{width:100%}.home-bgcolor .home .box-center .Activity[data-v-b02e62f4]{position:fixed;left:0;right:0;top:0;width:100%;height:100%;z-index:999;background-color:#fff}.home-bgcolor .home .box-center .Activity .activePage .pay_title[data-v-b02e62f4]{width:7.5rem;height:.88rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff}.home-bgcolor .home .box-center .Activity .activePage .pay_title img[data-v-b02e62f4]{width:.4rem;height:.4rem;margin-left:.3rem;margin-right:2.42rem}.home-bgcolor .home .box-center .Activity .activePage .pay_title span[data-v-b02e62f4]{font-size:.32rem;color:#323232}.home-bgcolor .home .box-center .Activity iframe[data-v-b02e62f4]{width:100%;height:100vh;border:none}.van-skeleton__row,.van-skeleton__title{background:#ebebeb;height:22px}.home .home-bind-car .nav-title,.home .home-bind-car .nav-title .recomBindCarType{background:unset!important}.home .home-bind-car .nav-title{background-image:url(../../static/img/carbg@2x.14634c6.png)!important;background-size:100% 100%!important;border-radius:0!important}.home .home-bind-car .btn-bindcar,.home .home-bind-car .changeCar{background:#f8f9fa!important;border-radius:.04rem!important;width:1.44rem!important;height:.56rem!important;padding:0!important}.home .home-bind-car .btn-bindcar p,.home .home-bind-car .changeCar{font-size:.24rem!important;color:#2f323b!important}.home .home-bind-car .nav-title .recomByCarType .recomBindCarChoice,.home .home-bind-car .recomBindCarTypeDec{font-family:PingFangSC-Regular;font-size:.24rem!important;color:#2f323b!important;font-weight:400!important}.binCarBanner[data-v-27acdc7a]{font-family:PingFangSC-Regular,PingFang SC}.binCarBanner .nav-title[data-v-27acdc7a]{height:.88rem;background:#fff;border-radius:.08rem;margin-bottom:.24rem}.binCarBanner .nav-title .recomByCarType[data-v-27acdc7a]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:.12rem;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 .32rem}.binCarBanner .nav-title .recomByCarType .recomBindCarChoice[data-v-27acdc7a]{line-height:.8rem;color:#010106;width:7.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.28rem;font-weight:400;font-family:PingFangSC-Regular}.binCarBanner .nav-title .recomByCarType .recomBindCarChoice span[data-v-27acdc7a]{font-family:PingFangSC-Medium;font-weight:500;padding:0 .06rem}.binCarBanner .nav-title .recomByCarType div[data-v-27acdc7a]{font-size:.28rem;font-family:PingFangSC;font-weight:400;color:#323232}.binCarBanner .nav-title .recomByCarType div span[data-v-27acdc7a]{font-weight:600;padding:0 .05rem 0 0}.binCarBanner .nav-title .recomByCarType .changeCar[data-v-27acdc7a]{background:#111;-ms-flex-negative:0;flex-shrink:0;margin-left:.6rem;background:#0f4c81;border-radius:.04rem;width:1.2rem;height:.56rem;font-family:PingFangSC-Medium;font-size:.24rem;line-height:.56rem;color:#fff;letter-spacing:0;text-align:center;font-weight:500}.binCarBanner .nav-title .recomByCarType button[data-v-27acdc7a]{width:1rem;height:.48rem;border-radius:.04rem;border:2rem solid #ff8900;color:#ff8900;background:#fff9e7;display:inline-block;margin:.2rem .3rem .2rem 0}.binCarBanner .nav-title .recomBindCarType[data-v-27acdc7a]{background:#fff;padding:0 .2rem;border-radius:.08rem;height:100%;position:relative;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.binCarBanner .nav-title .recomBindCarType .btn-bindcar[data-v-27acdc7a],.binCarBanner .nav-title .recomBindCarType[data-v-27acdc7a]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.binCarBanner .nav-title .recomBindCarType .btn-bindcar[data-v-27acdc7a]{background:#0f4c81;border-radius:.04rem;border:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:.12rem}.binCarBanner .nav-title .recomBindCarType .btn-bindcar .b-1[data-v-27acdc7a]{margin-right:.2rem;padding:.1rem .24rem;background:#fff;border-radius:.36rem;text-align:center;line-height:.6rem}.binCarBanner .nav-title .recomBindCarType .btn-bindcar .b-1 p[data-v-27acdc7a]{color:#3a8dfb;font-size:.28rem;font-weight:500;line-height:.4rem}.binCarBanner .nav-title .recomBindCarType .btn-bindcar .g-1 p[data-v-27acdc7a]{font-size:.24rem;font-family:PingFangSC-Medium;font-weight:500;color:#fff;line-height:.32rem}.binCarBanner .nav-title .recomBindCarType .recomBindCarTypeDec[data-v-27acdc7a]{font-family:PingFangSC-Regular;color:#010106;font-size:.28rem;font-weight:400;line-height:.4rem}.maintain[data-v-963de4f2]{z-index:1000;background:#fff;position:fixed;top:0;height:100%;width:100%}.maintain .header[data-v-963de4f2]{-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:.88rem;line-height:.88rem;font-size:.36rem;font-weight:500;color:#010106;text-align:center;position:relative;font-family:PingFangSC-Medium;border-bottom:1px solid #eee}.maintain .header .headerLeft[data-v-963de4f2]{position:absolute;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.maintain .header .headerLeft img[data-v-963de4f2]{padding-left:.4rem;width:.18rem;height:.36rem;padding-right:.2rem}.maintain .header .headerText[data-v-963de4f2]{font-size:.32rem;color:#323232}.maintain .footer .img[data-v-963de4f2]{display:block;width:2.88rem;height:2.6rem;margin:1rem auto}.maintain .footer .div1[data-v-963de4f2]{padding:0 .4rem;font-size:.36rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#010106}.maintain .footer .div1>div[data-v-963de4f2]{text-align:center}.maintain .footer .div2[data-v-963de4f2]::-webkit-scrollbar{display:none}.maintain .footer .div2[data-v-963de4f2]{padding:0 .4rem;height:4.5rem;font-size:.36rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#010106;text-align:center;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}.maintain .footer .bottom[data-v-963de4f2]{position:fixed;bottom:.48rem;margin:0 .4rem;font-size:16px;height:.88rem;line-height:.88rem;background:#0f4c81;color:#fff;border-radius:.2rem;text-align:center;font-size:.32rem;font-weight:500;width:calc(100% - .8rem)}.banner-imgbox[data-v-d21a5dfc]{height:3.78rem}.banner-imgbox .van-swipe[data-v-d21a5dfc],.banner-imgbox .van-swipe img[data-v-d21a5dfc]{width:100%;height:100%;border-radius:.08rem}.banner-imgbox .custom-indicator[data-v-d21a5dfc]{position:absolute;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:0;bottom:.24rem;background:transparent}.banner-imgbox .custom-indicator .my-indicator[data-v-d21a5dfc]{width:.32rem;height:.04rem;background-color:#fff;margin-right:.16rem;opacity:.3}.banner-imgbox .custom-indicator .my-indicator[data-v-d21a5dfc]:last-child{margin-right:0}.banner-imgbox .custom-indicator .my-indicator.act[data-v-d21a5dfc]{opacity:1;background-color:#fff}.off_road[data-v-613f5ad0],.off_road img[data-v-613f5ad0]{height:2.18rem;border-radius:.08rem}.off_road img[data-v-613f5ad0]{width:100%}.van-row--flex[data-v-d50af316]{flex-wrap:nowrap;-ms-flex-wrap:nowrap}.otherMall[data-v-d50af316]{-webkit-box-sizing:border-box;box-sizing:border-box;height:1.3rem;overflow:hidden;margin-top:.32rem;margin-bottom:.32rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.otherMall .otherMarll_sparepart[data-v-d50af316]:first-child{margin-left:0}.otherMall .otherMarll_sparepart[data-v-d50af316]{-webkit-box-flex:1;-ms-flex:1;flex:1}.otherMall .otherMarll_sparepart .spacebox[data-v-d50af316]{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-align:center;-ms-flex-align:center;align-items:center}.otherMall .otherMarll_sparepart .sparepart_content[data-v-d50af316]{-webkit-box-flex:1;-ms-flex:1;flex:1}.otherMall .otherMarll_sparepart .sparepart_content p[data-v-d50af316]{font-size:.28rem;font-weight:400;line-height:.32rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:PingFangSC-Regular;color:#010106;text-align:center;letter-spacing:0}.otherMall .otherMarll_sparepart .sparepart_image[data-v-d50af316]{width:.7rem;height:.7rem;min-height:100%;margin-bottom:.16rem}.otherMall .otherMarll_sparepart .sparepart_image img[data-v-d50af316]{width:100%}.scroll-x[data-v-d50af316]{overflow-x:auto;width:100%;-webkit-overflow-scrolling:touch;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:.16rem}.scroll-x .otherMarll_sparepart[data-v-d50af316]{width:1.496rem;-webkit-box-flex:0;-ms-flex:none;flex:none}.scroll-x[data-v-d50af316]::-webkit-scrollbar{display:none}.slider-box[data-v-d50af316]{width:.64rem;height:.04rem;background:#e5e5e5;position:relative;margin:0 auto .32rem}.slider-box .slider[data-v-d50af316]{width:.32rem;height:100%;position:absolute;left:0;top:0;background:#0f4c81}.userGoods .userGoods_title .userGoods_text p[data-v-1906b85c]:first-child{line-height:.44rem;margin-right:.16rem;font-family:PingFangSC-Medium;font-size:.36rem;color:#010106;font-weight:500}.userGoods .userGoods_title .userGoods_text p[data-v-1906b85c]:nth-child(2){height:.44rem;padding:0 .2rem;background:rgba(227,156,60,.22);border-radius:.04rem;font-family:PingFangSC-Regular;font-size:.26rem;color:#99631b;font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.userGoods .btn-more p[data-v-1906b85c]{line-height:.44rem;font-family:PingFangSC-Regular;font-size:.32rem;color:#666;font-weight:400}.userGoods[data-v-1906b85c]{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding-bottom:.34rem}.userGoods .btn-more[data-v-1906b85c],.userGoods .userGoods_title[data-v-1906b85c]{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.userGoods .btn-more[data-v-1906b85c],.userGoods .userGoods_title>div[data-v-1906b85c],.userGoods .userGoods_title[data-v-1906b85c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.userGoods .userGoods_title>div[data-v-1906b85c]{padding-bottom:.32rem;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.userGoods .userGoods_title .userGoods_text[data-v-1906b85c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.userGoods .userGoods_content[data-v-1906b85c]{-webkit-box-sizing:border-box;box-sizing:border-box}.userGoods .userGoods_content .van-row[data-v-1906b85c]{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.userGoods .userGoods_content .userGoods_box[data-v-1906b85c]{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:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;width:2.4rem;margin-left:.14rem;margin-bottom:.14rem;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box}.userGoods .userGoods_content .userGoods_box[data-v-1906b85c]:first-child,.userGoods .userGoods_content .userGoods_box[data-v-1906b85c]:nth-child(4){margin-left:0}.userGoods .userGoods_content .userGoods_box .imgbox[data-v-1906b85c]{position:relative;width:2.4rem;height:2.4rem}.userGoods .userGoods_content .userGoods_box .imgbox img[data-v-1906b85c]{height:100%;width:100%;border-radius:.12rem}.userGoods .userGoods_content .userGoods_box .content[data-v-1906b85c]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.userGoods .userGoods_content .userGoods_box .content .name[data-v-1906b85c]{text-align:left;margin-top:.16rem;font-family:PingFangSC-Regular;color:#010106;font-size:.28rem;font-weight:400;line-height:.36rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.userGoods .userGoods_content .userGoods_box .content .label[data-v-1906b85c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:.4rem;overflow:hidden}.userGoods .userGoods_content .userGoods_box .content .label img[data-v-1906b85c]{width:.2rem;height:.2rem}.userGoods .userGoods_content .userGoods_box .content .label p[data-v-1906b85c]{font-weight:400;color:#cf2f31;width:auto;font-family:HarmonyOS_Sans;line-height:.4rem;font-size:.28rem;margin-left:.04rem}.userGoods .userGoods_content .userGoods_box_tow[data-v-1906b85c]{width:3.66rem}.userGoods .userGoods_content .userGoods_box_tow .imgbox[data-v-1906b85c]{width:3.66rem;height:3.66rem}.new_car[data-v-ce7409ca]{overflow:hidden;background-color:#fff;border-radius:.16rem;padding:.32rem .2rem .2rem}.new_car .car_title[data-v-ce7409ca]{padding:0 0 .2rem;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.new_car .car_title>div[data-v-ce7409ca],.new_car .car_title[data-v-ce7409ca]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.new_car .car_title>div[data-v-ce7409ca]{width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.new_car .car_title .car_text[data-v-ce7409ca]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.new_car .car_title .car_text p[data-v-ce7409ca]:first-child{font-size:.32rem;font-weight:700;color:#111;line-height:.44rem;margin-right:.16rem;font-family:PingFangSC-Semibold,PingFang SC}.new_car .car_title .car_text p[data-v-ce7409ca]:nth-child(2){font-size:.24rem;font-weight:400;color:#666;line-height:.34rem}.new_car .new_car_box[data-v-ce7409ca]{width:100%;height:3.8rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.new_car .new_car_box .car_left[data-v-ce7409ca]{width:3.38rem;height:100%}.new_car .new_car_box .car_left .van-swipe[data-v-ce7409ca]{width:100%;height:100%;border-radius:.08rem}.new_car .new_car_box .car_left .van-swipe img[data-v-ce7409ca]{width:100%;height:100%}.new_car .new_car_box .car_left .custom-indicator[data-v-ce7409ca]{position:absolute;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:.4rem;bottom:0;background:transparent}.new_car .new_car_box .car_left .custom-indicator .my-indicator[data-v-ce7409ca]{width:.12rem;height:.12rem;border-radius:100%;background-color:hsla(0,0%,100%,.6);margin-right:.08rem}.new_car .new_car_box .car_left .custom-indicator .my-indicator[data-v-ce7409ca]:last-child{margin-right:0}.new_car .new_car_box .car_left .custom-indicator .my-indicator.act[data-v-ce7409ca]{width:.08rem;height:.08rem;border:.02rem solid #fff;background:none}.new_car .new_car_box .car_right[data-v-ce7409ca]{width:3.04rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.new_car .new_car_box .car_right .car_top[data-v-ce7409ca]{width:100%;height:1.8rem;margin-bottom:.2rem}.new_car .new_car_box .car_right .car_top img[data-v-ce7409ca]{width:100%;height:100%;border-radius:.08rem}.new_car .new_car_box .car_right .car_bottom[data-v-ce7409ca]{width:100%;height:1.8rem}.new_car .new_car_box .car_right .car_bottom img[data-v-ce7409ca]{border-radius:.08rem;width:100%;height:100%}.new_car .new_car_hot_spot_box[data-v-ce7409ca]{width:100%;height:.68rem;background:#f7f7f7;border-radius:.08rem;margin-top:.2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.new_car .new_car_hot_spot_box .hot_spot_img[data-v-ce7409ca]{margin-left:.1rem;width:1.44rem;height:.68rem}.new_car .new_car_hot_spot_box .hot_spot_img>img[data-v-ce7409ca]{width:100%;height:100%}.new_car .new_car_hot_spot_box .content[data-v-ce7409ca]{width:4.72rem;line-height:.68rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.new_car .new_car_hot_spot_box .more[data-v-ce7409ca]{width:.16rem;height:.16rem}.new_car .new_car_forum_box .title[data-v-ce7409ca]{margin-bottom:.18rem;padding:.2rem 0 .08rem;border-bottom:.02rem solid #eee;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.new_car .new_car_forum_box .title>div[data-v-ce7409ca],.new_car .new_car_forum_box .title[data-v-ce7409ca]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.new_car .new_car_forum_box .title>div[data-v-ce7409ca]{width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.new_car .new_car_forum_box .title .title_text[data-v-ce7409ca]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.new_car .new_car_forum_box .title .title_text p[data-v-ce7409ca]{font-size:.28rem;color:#111;line-height:.44rem;margin-right:.16rem;font-family:PingFangSC-Semibold,PingFang SC}.new_car .new_car_forum_box .title .btn-more[data-v-ce7409ca],.new_car .new_car_forum_box .title .btn-more p[data-v-ce7409ca]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.new_car .new_car_forum_box .title .btn-more p[data-v-ce7409ca]{font-size:.24rem;font-weight:400;color:#666;line-height:.34rem}.new_car .new_car_forum_box .title .btn-more img[data-v-ce7409ca]{width:.16rem;height:.16rem}.new_car .new_car_forum_box .content[data-v-ce7409ca]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.new_car .new_car_forum_box .content .content_left[data-v-ce7409ca]{width:4.06rem;height:1.24rem}.new_car .new_car_forum_box .content .content_left .text[data-v-ce7409ca]{font-weight:700;width:2.86rem;height:.68rem;font-size:.22rem;color:#727272;font-family:PingFangSC-Regular,PingFang SC}.new_car .new_car_forum_box .content .content_left .comment_box[data-v-ce7409ca]{margin-top:.2rem;width:3.52rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.new_car .new_car_forum_box .content .content_left .comment_box>div[data-v-ce7409ca]{font-size:.22rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#727272;line-height:.26rem}.new_car .new_car_forum_box .content .content_right[data-v-ce7409ca]{width:1.68rem;height:1.24rem}.new_car .new_car_forum_box .content .content_right img[data-v-ce7409ca]{width:100%;height:100%;border-radius:.08rem}.sparepart .sparepart_content .total_content .van-row .van-col[data-v-693792a6]{display:-webkit-box;display:-ms-flexbox;display:flex;display:-webkit-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.sparepart .sparepart_content .total_content .van-row .van-col .shop-flex .title-box .price_tags[data-v-693792a6]{display:-webkit-box;display:-ms-flexbox;display:flex;display:-webkit-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.sparepart .sparepart_title .sparepart_text p[data-v-693792a6]:first-child{line-height:.44rem;margin-right:.16rem;font-family:PingFangSC-Medium;font-size:.36rem;color:#010106;font-weight:500}.sparepart .sparepart_title .sparepart_text p[data-v-693792a6]:nth-child(2){height:.44rem;padding:0 .2rem;background:rgba(227,156,60,.22);border-radius:.04rem;font-family:PingFangSC-Regular;font-size:.26rem;color:#99631b;font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sparepart .sparepart_title .btn-more p[data-v-693792a6]{line-height:.44rem;font-family:PingFangSC-Regular;font-size:.32rem;color:#666;font-weight:400}.sparepart[data-v-693792a6]{overflow:hidden;padding-bottom:.28rem}.sparepart .sparepart_title[data-v-693792a6]{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sparepart .sparepart_title>div[data-v-693792a6],.sparepart .sparepart_title[data-v-693792a6]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.sparepart .sparepart_title>div[data-v-693792a6]{padding-bottom:.32rem;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.sparepart .sparepart_title .btn-more[data-v-693792a6]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.sparepart .sparepart_title .btn-more[data-v-693792a6],.sparepart .sparepart_title .sparepart_text[data-v-693792a6]{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sparepart .sparepart_content[data-v-693792a6]{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.sparepart .sparepart_content .total_content[data-v-693792a6]{position:relative;width:100%}.sparepart .sparepart_content .total_content .van-row[data-v-693792a6]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.sparepart .sparepart_content .total_content .van-row .van-col[data-v-693792a6]:nth-child(2n){margin-right:0}.sparepart .sparepart_content .total_content .van-row .van-col[data-v-693792a6]{overflow:hidden;position:relative;width:3.66rem;margin-bottom:.2rem}.sparepart .sparepart_content .total_content .van-row .van-col .shop-flex[data-v-693792a6]{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.sparepart .sparepart_content .total_content .van-row .van-col .shop-flex .title-box[data-v-693792a6]{-webkit-box-flex:1;-ms-flex:1;flex:1;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}.sparepart .sparepart_content .total_content .van-row .van-col .shop-flex .title-box .name[data-v-693792a6]{font-family:PingFangSC-Regular;font-size:.28rem;color:#010106;line-height:.38rem;padding-top:.16rem;font-weight:400;word-break:break-all;text-overflow:ellipsis;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.sparepart .sparepart_content .total_content .van-row .van-col .shop-flex .title-box .price_tags[data-v-693792a6]{margin-top:.04rem}.sparepart .sparepart_content .total_content .van-row .van-col .shop-flex .title-box .price_tags .tags[data-v-693792a6]{display:-webkit-box;display:-ms-flexbox;display:flex}.sparepart .sparepart_content .total_content .van-row .van-col .shop-flex .title-box .price_tags .tags .tag[data-v-693792a6]{background:rgba(15,76,129,.08);border-radius:.02rem;font-family:PingFangSC-Regular;font-size:.24rem;color:#0f4c81;font-weight:400;height:.32rem;padding:0 .04rem;margin-right:.1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sparepart .sparepart_content .total_content .van-row .van-col .shop-flex .title-box .price_tags p[data-v-693792a6]{font-family:PingFangSC-Regular;font-size:.24rem;color:#cf2f31;text-align:right;line-height:.32rem;font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.sparepart .sparepart_content .total_content .van-row .van-col .shop-flex .title-box .price_tags p i[data-v-693792a6]:first-child{font-size:.24rem;font-weight:400}.sparepart .sparepart_content .total_content .van-row .van-col .shop-flex .title-box .price_tags p i[data-v-693792a6]:nth-child(2){font-weight:400;line-height:.28rem}.sparepart .sparepart_content .total_content .van-row .van-col .shop-flex .title-box .price_tags p i[data-v-693792a6]:nth-child(3){font-size:.24rem;font-weight:400}.sparepart .sparepart_content .total_content .van-row .van-col .shop-flex .imgbox[data-v-693792a6]{width:3.66rem;height:3.66rem}.sparepart .sparepart_content .total_content .van-row .van-col .shop-flex .imgbox img[data-v-693792a6]{width:100%;height:100%;border-radius:.08rem}.sparepart .sparepart_content .total_content .van-row .goods_three[data-v-693792a6]{width:2.4rem}.sparepart .sparepart_content .total_content .van-row .goods_three .shop-flex .imgbox[data-v-693792a6]{height:2.4rem;width:2.4rem}.sparepart .sparepart_content .total_content .van-row .goods_three .shop-flex .title-box .price_tags .tags .tag[data-v-693792a6]:nth-child(2){display:none}.seckill .seckill_content .van-col[data-v-328c6c2d]{display:-webkit-box;display:-ms-flexbox;display:flex;display:-webkit-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.seckill .seckill_title .seckill_text p[data-v-328c6c2d]:first-child{line-height:.44rem;margin-right:.16rem;font-family:PingFangSC-Medium;font-size:.36rem;color:#010106;font-weight:500}.seckill .seckill_title .seckill_text p[data-v-328c6c2d]:nth-child(2){height:.44rem;padding:0 .2rem;background:rgba(227,156,60,.22);border-radius:.04rem;font-family:PingFangSC-Regular;font-size:.26rem;color:#99631b;font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.seckill[data-v-328c6c2d]{padding-bottom:.48rem}.seckill .seckill_title>div[data-v-328c6c2d]{padding-bottom:.32rem}.seckill .seckill_title .seckill_text[data-v-328c6c2d]{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.seckill .seckill_title .count_down[data-v-328c6c2d]{min-width:1.84rem}.seckill .seckill_title .count_down .time[data-v-328c6c2d]{font-size:.24rem;font-family:PingFangSC-Light;font-weight:200;text-align:center;color:#47464b;height:.44rem;line-height:.44rem;overflow:hidden}.seckill .seckill_title .count_down .countTime[data-v-328c6c2d]{height:.44rem;line-height:.44rem;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;margin-left:.1rem}.seckill .seckill_content[data-v-328c6c2d]{font-family:PingFangSC-Medium,PingFang SC}.seckill .seckill_content .van-col[data-v-328c6c2d]:last-child{margin-right:0}.seckill .seckill_content .van-row[data-v-328c6c2d]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.seckill .seckill_content .van-col[data-v-328c6c2d]{width:3.66rem;margin-bottom:.2rem}.seckill .seckill_content .van-col .shop-flex[data-v-328c6c2d]{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.seckill .seckill_content .van-col .shop-flex .imgbox[data-v-328c6c2d]{position:relative;width:3.66rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex}.seckill .seckill_content .van-col .shop-flex .imgbox img[data-v-328c6c2d]{width:100%;height:3.66rem;border-radius:.08rem}.seckill .seckill_content .van-col .shop-flex .name[data-v-328c6c2d]{font-family:PingFangSC-Regular;font-size:.28rem;color:#010106;line-height:.38rem;font-weight:400;padding-top:.16rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.seckill .seckill_content .van-col .shop-flex .price[data-v-328c6c2d]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:.08rem}.seckill .seckill_content .van-col .shop-flex .price p[data-v-328c6c2d]{display:-webkit-box;display:-ms-flexbox;display:flex}.seckill .seckill_content .van-col .shop-flex .price p i[data-v-328c6c2d]:first-child{font-size:.24rem;font-weight:400}.seckill .seckill_content .van-col .shop-flex .price p i[data-v-328c6c2d]{font-family:HarmonyOS_Sans_Medium;font-size:.32rem;color:#cf2f31;line-height:.46rem;font-weight:500}.seckill .seckill_content .van-col .shop-flex .price del[data-v-328c6c2d]{font-weight:400;font-family:HarmonyOS_Sans;font-size:.28rem;color:#b6b9be;margin-left:.2rem}.seckill .seckill_content .van-col .shop-flex .stock[data-v-328c6c2d]{margin-top:.08rem}.inventory-progress[data-v-bae73ea6]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.inventory-progress .progress-box[data-v-bae73ea6],.inventory-progress[data-v-bae73ea6]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.inventory-progress .progress-box[data-v-bae73ea6]{width:2.52rem;height:.32rem}.inventory-progress .progress-box .bar[data-v-bae73ea6]{width:100%;height:.04rem;background:rgba(207,47,49,.2);position:relative}.inventory-progress .progress-box .bar .progress[data-v-bae73ea6]{position:absolute;top:0;left:0;height:100%;background:#cf2f31;min-width:1%}.inventory-progress .info[data-v-bae73ea6]{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.inventory-progress .info span[data-v-bae73ea6]{text-align:right;background:rgba(207,47,49,.15);font-family:PingFangSC-Regular;font-size:.24rem;color:rgba(207,47,49,.6);text-align:center;line-height:.32rem;font-weight:400;padding:0 .1rem;border-radius:.02rem}.inventory-progress .info span i[data-v-bae73ea6]{font-weight:500;color:#cf2f31;font-family:HarmonyOS_Sans_Medium}.max-stock .progress-box[data-v-bae73ea6]{width:2.42rem}.max-stock .info span[data-v-bae73ea6]{padding:0 .01rem}.van-count-down[data-v-58157db7]{font-size:.24rem;line-height:.44rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.van-count-down .colon[data-v-58157db7]{display:inline-block;margin:0 .02rem;color:#cf2f31}.van-count-down .block[data-v-58157db7]{width:.44rem;height:.44rem;line-height:.44rem;background:#cf2f31;border-radius:.02rem;font-family:HarmonyOS_Sans_Medium;font-size:.28rem;color:#fff;font-weight:500;text-align:center;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}.van-count-down .day[data-v-58157db7]{padding:0 .06rem;width:unset;margin-right:.04rem}.van-count-down .day i[data-v-58157db7]{font-size:.24rem}.used_car .goods-list .goods-item .imgbox-w[data-v-3fde5dbd]{display:-webkit-box;display:-ms-flexbox;display:flex;display:-webkit-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.used_car .used_title .used_text p[data-v-3fde5dbd]:first-child{line-height:.44rem;margin-right:.16rem;font-family:PingFangSC-Medium;font-size:.36rem;color:#010106;font-weight:500}.used_car .used_title .used_text p[data-v-3fde5dbd]:nth-child(2){height:.44rem;padding:0 .2rem;background:rgba(227,156,60,.22);border-radius:.04rem;font-family:PingFangSC-Regular;font-size:.26rem;color:#99631b;font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.used_car .used_title .btn-more p[data-v-3fde5dbd]{line-height:.44rem;font-family:PingFangSC-Regular;font-size:.32rem;color:#666;font-weight:400}.used_car[data-v-3fde5dbd]{overflow:hidden;padding:0 0 .28rem}.used_car .used_title[data-v-3fde5dbd]{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.used_car .used_title>div[data-v-3fde5dbd],.used_car .used_title[data-v-3fde5dbd]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.used_car .used_title>div[data-v-3fde5dbd]{padding-bottom:.32rem;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.used_car .used_title .btn-more[data-v-3fde5dbd],.used_car .used_title .used_text[data-v-3fde5dbd]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.used_car .goods-list[data-v-3fde5dbd]::-webkit-scrollbar{display:none}.used_car .goods-list[data-v-3fde5dbd]{display:-webkit-box;display:-ms-flexbox;display:flex;overflow-x:hidden;width:100%;-webkit-overflow-scrolling:touch;padding-bottom:.08rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.used_car .goods-list .goods-item[data-v-3fde5dbd]{text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;width:2.4rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.used_car .goods-list .goods-item .imgbox-w[data-v-3fde5dbd]{width:2.4rem;height:1.82rem;border-radius:.08rem;overflow:hidden;position:relative}.used_car .goods-list .goods-item .imgbox-w .label[data-v-3fde5dbd]{position:absolute;left:0;top:0;width:1.05rem;height:.36rem;text-align:center;line-height:.36rem;background-image:-webkit-gradient(linear,left top,right top,color-stop(37%,#d5aa89),to(#f1d4b1));background-image:linear-gradient(90deg,#d5aa89 37%,#f1d4b1);border-radius:.02rem 0 .08rem 0;color:#230f04;font-size:.24rem}.used_car .goods-list .goods-item .imgbox-w .activity[data-v-3fde5dbd]{position:absolute;bottom:0;right:0;background:#cf2f31;border-radius:.06rem 0 .06rem 0;font-size:.24rem;padding:.04rem .12rem;font-family:PingFangSC-Regular;color:#fff;letter-spacing:0;text-align:center;font-weight:400}.used_car .goods-list .goods-item .imgbox-w img[data-v-3fde5dbd]{width:100%;height:100%}.used_car .goods-list .goods-item .content[data-v-3fde5dbd]{margin-top:.16rem;text-align:left;width:100%}.used_car .goods-list .goods-item .content p[data-v-3fde5dbd]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.used_car .goods-list .goods-item .content .price-box[data-v-3fde5dbd]{font-size:.28rem}.used_car .goods-list .goods-item .content .price-box .car_name[data-v-3fde5dbd]{font-family:PingFangSC-Regular;font-size:.28rem;color:#010106;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.used_car .goods-list .goods-item .content .price-box .car_activity[data-v-3fde5dbd]{position:relative}.used_car .goods-list .goods-item .content .price-box .car_activity .car_price[data-v-3fde5dbd]{color:#cf2f31;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;font-family:PingFangSC-Regular;font-size:.24rem;font-weight:400}.used_car .goods-list .goods-item .content .price-box .car_activity .car_price .price[data-v-3fde5dbd]{font-family:PingFangSC-Medium;font-size:.28rem;font-weight:500}.used_car .goods-list .goods-item .content .price-box .car_km[data-v-3fde5dbd]{font-size:.24rem;font-family:PingFangSC-Regular;color:#666;font-weight:400}.used_car .goods-list .goods-item .content .tag_list[data-v-3fde5dbd]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:.08rem}.used_car .goods-list .goods-item .content .tag_list .tag_item[data-v-3fde5dbd]{font-family:PingFangSC-Regular;font-size:.24rem;color:#6b5748;letter-spacing:0;text-align:center;font-weight:400;background:#f6f1ed;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:.02rem;padding:.04rem .08rem;line-height:.28rem;margin-right:.08rem;margin-bottom:.08rem}.used_car .goods-list .goods-item[data-v-3fde5dbd]:first-child{margin-left:0}.used_car .goods-list .more-car[data-v-3fde5dbd]{width:100%;height:100%;background:#f5f5f5;border-radius:.08rem;margin-left:.16rem;-webkit-box-sizing:border-box;box-sizing:border-box}.used_car .goods-list .more-car>div[data-v-3fde5dbd]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:.43rem .1rem 0;width:.44rem;height:2.18rem;line-height:normal;text-align:center;font-size:.24rem;font-family:PingFangSC-Regular;color:#b6b9be;font-weight:400}.used_car .used_footer[data-v-3fde5dbd]{margin-top:.24rem;border-top:.03rem solid #f0f0f0;padding:0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:1.08rem}.used_car .used_footer .img_title[data-v-3fde5dbd],.used_car .used_footer[data-v-3fde5dbd]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.used_car .used_footer .img_title .img[data-v-3fde5dbd]{width:.92rem;height:.86rem}.used_car .used_footer .img_title .evaluation_title[data-v-3fde5dbd]{font-size:.32rem;margin-left:.16rem;font-family:PingFangSC-Medium;color:#010106;font-weight:500}.used_car .used_footer .go_to_evaluation[data-v-3fde5dbd]{width:1.22rem;height:.56rem;background:#0f4c81;border-radius:.04rem;color:#fff;text-align:center;line-height:.56rem}.selected-goods .fyxx-content .selected-goods-coupons .selected-goods-coupons-title[data-v-6e1ad228],.selected-goods .fyxx-content .selected-goods-products-box .selected-goods-products-title[data-v-6e1ad228]{display:-webkit-box;display:-ms-flexbox;display:flex;display:-webkit-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.selected-goods .selected-goods-title .used_text p[data-v-6e1ad228]:first-child{line-height:.44rem;margin-right:.16rem;font-family:PingFangSC-Medium;font-size:.36rem;color:#010106;font-weight:500}.selected-goods .selected-goods-title .used_text p[data-v-6e1ad228]:nth-child(2){height:.44rem;padding:0 .2rem;background:rgba(227,156,60,.22);border-radius:.04rem;font-family:PingFangSC-Regular;font-size:.26rem;color:#99631b;font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.selected-goods[data-v-6e1ad228]{overflow:hidden;padding:0}.selected-goods .selected-goods-title[data-v-6e1ad228]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;padding-bottom:.32rem}.selected-goods .selected-goods-title .used_text[data-v-6e1ad228],.selected-goods .selected-goods-title[data-v-6e1ad228]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.selected-goods .selected-goods-title .link-btn[data-v-6e1ad228]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.selected-goods .selected-goods-title .link-btn span[data-v-6e1ad228]{opacity:.6;font-family:PingFangSC-Regular;font-size:.26rem;color:#010106;font-weight:400}.selected-goods .selected-goods-title .link-btn img[data-v-6e1ad228]{width:.24rem;height:.24rem;margin-left:.08rem}.selected-goods .fyxx-content[data-v-6e1ad228]{background:#f6ede1;border-radius:.08rem;padding:0 .32rem;margin-bottom:.48rem}.selected-goods .fyxx-content .selected-goods-coupons .selected-goods-coupons-title .title[data-v-6e1ad228],.selected-goods .fyxx-content .selected-goods-products-box .selected-goods-products-title .titles .title[data-v-6e1ad228]{font-family:PingFangSC-Medium;font-size:.32rem;color:#010106;font-weight:500}.selected-goods .fyxx-content .selected-goods-coupons .selected-goods-coupons-title .sub-title[data-v-6e1ad228],.selected-goods .fyxx-content .selected-goods-products-box .selected-goods-products-title .titles .sub-title[data-v-6e1ad228]{font-family:PingFangSC-Regular;font-size:.26rem;color:#ae8b6f;font-weight:400}.selected-goods .fyxx-content .selected-goods-coupons[data-v-6e1ad228]{position:relative}.selected-goods .fyxx-content .selected-goods-coupons .bg-img[data-v-6e1ad228]{position:absolute;top:0;right:-.32rem;width:1.52rem;height:.84rem}.selected-goods .fyxx-content .selected-goods-coupons .selected-goods-coupons-title[data-v-6e1ad228]{padding-top:.24rem;padding-bottom:.16rem}.selected-goods .fyxx-content .selected-goods-coupons .selected-goods-coupons-info[data-v-6e1ad228]{background-repeat:no-repeat;background-size:100% 100%;background-image:url(../../static/img/couponbg.764b139.png);height:1.6rem;margin-bottom:.12rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:.2rem}.selected-goods .fyxx-content .selected-goods-coupons .selected-goods-coupons-info .coupons-info[data-v-6e1ad228]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.selected-goods .fyxx-content .selected-goods-coupons .selected-goods-coupons-info .coupons-info .discount-info[data-v-6e1ad228]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.selected-goods .fyxx-content .selected-goods-coupons .selected-goods-coupons-info .coupons-info .discount-info .price[data-v-6e1ad228]{font-family:HarmonyOS_Sans_Black;font-size:.78rem;line-height:.78rem;height:.78rem;color:#80491d;letter-spacing:-1.2px;text-align:center;font-weight:900;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.selected-goods .fyxx-content .selected-goods-coupons .selected-goods-coupons-info .coupons-info .discount-info .price .price-unit[data-v-6e1ad228]{font-family:PingFangSC-Medium;font-size:.3rem;color:#80491d;letter-spacing:-.2px;text-align:center;font-weight:500}.selected-goods .fyxx-content .selected-goods-coupons .selected-goods-coupons-info .coupons-info .discount-info .tips[data-v-6e1ad228]{margin-left:.16rem;-ms-flex-item-align:end;align-self:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#fffbf8;padding:.14rem .13rem;-webkit-transform:skewX(-12deg);transform:skewX(-12deg)}.selected-goods .fyxx-content .selected-goods-coupons .selected-goods-coupons-info .coupons-info .discount-info .tips .sub-tip[data-v-6e1ad228]{font-size:.28rem;font-family:PingFangSC-Medium;color:#653d1d;font-weight:500;line-height:.28rem;-webkit-transform:skewX(12deg);transform:skewX(12deg)}.selected-goods .fyxx-content .selected-goods-coupons .selected-goods-coupons-info .coupons-info .date[data-v-6e1ad228]{font-family:PingFangSC-Light;font-size:.24rem;color:#653d1d;font-weight:200;margin-top:.08rem}.selected-goods .fyxx-content .selected-goods-coupons .selected-goods-coupons-info .coupons-btn[data-v-6e1ad228]{width:1.44rem;height:.56rem;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(37%,#fad4ad),to(#dda980));background-image:linear-gradient(180deg,#fad4ad 37%,#dda980);border-radius:.04rem;font-family:PingFangSC-Medium;letter-spacing:0;text-align:center;line-height:.56rem;font-size:.26rem;color:#623b1b;font-weight:500;margin-right:.36rem}.selected-goods .fyxx-content .selected-goods-coupons .selected-goods-coupons-info .disabled-btn[data-v-6e1ad228]{opacity:.5}.selected-goods .fyxx-content .selected-goods-coupons .use-coupons[data-v-6e1ad228]{background-image:url(../../static/img/use-coupons@2x.f8de296.png)}.selected-goods .fyxx-content .selected-goods-coupons .coupons-stop[data-v-6e1ad228]{background-image:url(../../static/img/coupons-stop@2x.683ef6d.png)}.selected-goods .fyxx-content .selected-goods-coupons .coupons-stop .coupons-info[data-v-6e1ad228]{opacity:.6}.selected-goods .fyxx-content .selected-goods-products-box .selected-goods-products-title[data-v-6e1ad228]{padding-top:.24rem;padding-bottom:.16rem}.selected-goods .fyxx-content .selected-goods-products-box .selected-goods-products-title .titles[data-v-6e1ad228]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.selected-goods .fyxx-content .selected-goods-products-box .selected-goods-products-title .titles .sub-title[data-v-6e1ad228]{margin-left:.16rem}.selected-goods .fyxx-content .selected-goods-products-box .selected-goods-products-title .btn-more[data-v-6e1ad228]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.selected-goods .fyxx-content .selected-goods-products-box .selected-goods-products-title .btn-more p[data-v-6e1ad228]{font-family:PingFangSC-Regular;font-size:.28rem;color:#666;font-weight:400}.selected-goods .fyxx-content .selected-goods-products-box .selected-goods-products[data-v-6e1ad228]{display:-webkit-box;display:-ms-flexbox;display:flex;overflow-x:auto;width:100%;-webkit-overflow-scrolling:touch;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:0}.selected-goods .fyxx-content .selected-goods-products-box .selected-goods-products .selected-goods-product[data-v-6e1ad228]{text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;width:2.6rem;-ms-flex-negative:0;flex-shrink:0;display:inline-block;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:.16rem}.selected-goods .fyxx-content .selected-goods-products-box .selected-goods-products .selected-goods-product[data-v-6e1ad228]:first-child{margin-left:0}.selected-goods .fyxx-content .selected-goods-products-box .selected-goods-products .selected-goods-product .product-info[data-v-6e1ad228]{position:relative;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}.selected-goods .fyxx-content .selected-goods-products-box .selected-goods-products .selected-goods-product .product-info img[data-v-6e1ad228]{width:100%;height:2.6rem;border-radius:.08rem}.selected-goods .fyxx-content .selected-goods-products-box .selected-goods-products .selected-goods-product .product-info .tip[data-v-6e1ad228]{position:absolute;background:#cf2f31;border-radius:.08rem 0 .08rem 0;left:0;top:0;min-width:.8rem;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 .04rem;height:.4rem;text-align:center;line-height:.4rem;font-size:.24rem;color:#fff;font-family:PingFangSC-Regular}.selected-goods .fyxx-content .selected-goods-products-box .selected-goods-products .selected-goods-product .title[data-v-6e1ad228]{text-align:left;margin-top:.16rem;font-family:PingFangSC-Regular;font-size:.28rem;color:#010106;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.selected-goods .fyxx-content .selected-goods-products-box .selected-goods-products .selected-goods-product .price-info[data-v-6e1ad228]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:.32rem}.selected-goods .fyxx-content .selected-goods-products-box .selected-goods-products .selected-goods-product .price-info .price[data-v-6e1ad228]{font-size:.28rem;color:#cf2f31;font-family:HarmonyOS_Sans_Medium;font-weight:500;margin-right:.1rem}.selected-goods .fyxx-content .selected-goods-products-box .selected-goods-products .selected-goods-product .price-info .price i[data-v-6e1ad228]{font-family:PingFangSC-Regular;font-size:.24rem;font-weight:500;margin-right:.02rem}.selected-goods .fyxx-content .selected-goods-products-box .selected-goods-products .selected-goods-product .price-info .crossed-price[data-v-6e1ad228]{font-size:.24rem;text-decoration:line-through;font-family:PingFangSC-Regular;color:#b6b9be;font-weight:400}.selected-goods .fyxx-content .selected-goods-products-box .selected-goods-products .selected-goods-product .tags[data-v-6e1ad228]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.08rem}.selected-goods .fyxx-content .selected-goods-products-box .selected-goods-products .selected-goods-product .tags .tag[data-v-6e1ad228]{-webkit-box-sizing:border-box;box-sizing:border-box;border:.02rem solid #b18b6e;border-radius:.04rem;font-family:PingFangSC-Regular;font-size:.24rem;color:#b18b6e;padding:.01rem .06rem;margin-left:.08rem;margin-bottom:.16rem}.selected-goods .fyxx-content .selected-goods-products-box .selected-goods-products[data-v-6e1ad228]::-webkit-scrollbar{display:none}.selected-goods .coupons-dialog[data-v-6e1ad228]{width:6.44rem;background:unset!important}.selected-goods .coupons-dialog[data-v-6e1ad228] .van-dialog__footer{display:none}.selected-goods .coupons-dialog .coupons-dialog-box .close-btn[data-v-6e1ad228]{width:.68rem;height:.68rem;margin:.4rem auto 0}.selected-goods .coupons-dialog .coupons-dialog-box .coupons-dialog-content[data-v-6e1ad228]{background:#fff;border-radius:.2rem;padding:.5rem;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.selected-goods .coupons-dialog .coupons-dialog-box .coupons-dialog-content .title[data-v-6e1ad228]{font-family:PingFangSC-Medium;font-size:.36rem;color:#010106;text-align:center}.selected-goods .coupons-dialog .coupons-dialog-box .coupons-dialog-content .sub-title[data-v-6e1ad228]{margin-top:.36rem;margin-bottom:.24rem;font-family:PingFangSC-Regular;font-size:.24rem;color:#666}.selected-goods .coupons-dialog .coupons-dialog-box .coupons-dialog-content .coupons-info[data-v-6e1ad228]{height:1.6rem;-webkit-box-sizing:border-box;box-sizing:border-box;background-image:linear-gradient(-41deg,#d5aa89,#f1d4b1 94%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 .36rem;border-radius:.16rem}.selected-goods .coupons-dialog .coupons-dialog-box .coupons-dialog-content .coupons-info .discount[data-v-6e1ad228]{font-family:PingFangSC-Semibold;font-size:.64rem;color:#221004}.selected-goods .coupons-dialog .coupons-dialog-box .coupons-dialog-content .coupons-info .discount .discount-unit[data-v-6e1ad228]{font-family:PingFangSC-Medium;font-size:.36rem;color:#221004}.selected-goods .coupons-dialog .coupons-dialog-box .coupons-dialog-content .coupons-info .price[data-v-6e1ad228]{font-family:PingFangSC-Semibold;font-size:.64rem;color:#221004}.selected-goods .coupons-dialog .coupons-dialog-box .coupons-dialog-content .coupons-info .price i[data-v-6e1ad228]{font-family:PingFangSC-Medium;font-size:.36rem;color:#221004}.selected-goods .coupons-dialog .coupons-dialog-box .coupons-dialog-content .coupons-info .price-info[data-v-6e1ad228]{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:center;-ms-flex-pack:center;justify-content:center;margin-left:.16rem}.selected-goods .coupons-dialog .coupons-dialog-box .coupons-dialog-content .coupons-info .price-info .coupons-desc[data-v-6e1ad228]{font-family:PingFangSC-Medium;font-size:.24rem;color:#65350a}.selected-goods .coupons-dialog .coupons-dialog-box .coupons-dialog-content .coupons-info .price-info .coupons-date[data-v-6e1ad228]{margin-top:.04rem;font-family:PingFangSC-Regular;font-size:.24rem;color:#65350a}.selected-goods .coupons-dialog .coupons-dialog-box .coupons-dialog-content .btn[data-v-6e1ad228]{margin-top:.8rem;background:#0f4c81;border-radius:.04rem;font-family:PingFangSC-Medium;font-size:.32rem;color:#fff;letter-spacing:0;text-align:center;height:.8rem;width:100%;line-height:.8rem}.dealer .car-goods-box .car-goods-title[data-v-7a076d44]{display:-webkit-box;display:-ms-flexbox;display:flex;display:-webkit-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.dealer[data-v-7a076d44]{border-radius:.08rem;margin-bottom:.48rem}.dealer .car-goods-box .car-goods-title .title[data-v-7a076d44]{font-family:PingFangSC-Medium;font-size:.32rem;color:#010106;font-weight:500}.dealer .dealer-title-box[data-v-7a076d44]{padding:.16rem 0 .32rem;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.dealer .dealer-title-box .dealer-title[data-v-7a076d44]{font-family:PingFangSC-Medium;font-size:.36rem;color:#010106;line-height:.36rem;font-weight:500;max-width:5.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dealer .dealer-title-box .dealer-link[data-v-7a076d44]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dealer .dealer-title-box .dealer-link span[data-v-7a076d44]{opacity:.6;font-family:PingFangSC-Regular;font-size:.26rem;color:#010106;font-weight:400}.dealer .dealer-title-box .dealer-link .dealer-link-btn[data-v-7a076d44]{width:.24rem;height:.24rem;margin-left:.08rem}.dealer .car-goods-box[data-v-7a076d44]{background:#fff;padding:.32rem .32rem .1rem;-webkit-box-sizing:border-box;box-sizing:border-box}.dealer .car-goods-box .car-goods-title[data-v-7a076d44]{padding-bottom:.16rem;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.dealer .car-goods-box .car-goods-title .count-down-info[data-v-7a076d44]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dealer .car-goods-box .car-goods-title .count-down-info .subtitle[data-v-7a076d44]{font-size:.24rem;font-family:PingFangSC-Light;color:#47464b;font-weight:200}.dealer .car-goods-box .car-goods-title .count-down-info .timer[data-v-7a076d44]{margin-left:.1rem}.dealer .car-goods-box .car-goods-title .btn-more[data-v-7a076d44],.dealer .car-goods-box .car-goods-title .btn-more p[data-v-7a076d44]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dealer .car-goods-box .car-goods-title .btn-more p[data-v-7a076d44]{font-family:PingFangSC-Regular;font-size:.28rem;color:#666;font-weight:400}.dealer .car-goods-box .car-goods-products[data-v-7a076d44]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.dealer .car-goods-box .car-goods-products .car-goods-product[data-v-7a076d44]{width:calc(50% - .08rem);margin-bottom:.24rem}.dealer .car-goods-box .car-goods-products .car-goods-product .product-img[data-v-7a076d44]{border-radius:.16rem;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;-webkit-box-sizing:border-box;box-sizing:border-box;width:3.34rem;height:3.34rem}.dealer .car-goods-box .car-goods-products .car-goods-product .product-img img[data-v-7a076d44]{height:100%;width:100%;border-radius:.16rem}.dealer .car-goods-box .car-goods-products .car-goods-product .product-title[data-v-7a076d44]{margin-top:.16rem;font-size:.28rem;letter-spacing:0;max-width:3.34rem;font-family:PingFangSC-Regular;color:#010106;font-weight:400;word-break:break-all;text-overflow:ellipsis;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.dealer .car-goods-box .car-goods-products .car-goods-product .product-price[data-v-7a076d44]{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:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:.22rem}.dealer .car-goods-box .car-goods-products .car-goods-product .product-price .price[data-v-7a076d44]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;color:#cf2f31;text-align:left;letter-spacing:0;font-family:HarmonyOS_Sans_Medium;font-size:.36rem;font-weight:500;line-height:.36rem}.dealer .car-goods-box .car-goods-products .car-goods-product .product-price .price i[data-v-7a076d44]{font-family:PingFangSC-Regular;font-size:.24rem;font-weight:400;padding-right:.04rem}.dealer .car-goods-box .car-goods-products .car-goods-product[data-v-7a076d44]:last-child:first-child{width:100%}.dealer .car-goods-box .dealer-products[data-v-7a076d44]::-webkit-scrollbar{display:none}.dealer .car-goods-box .dealer-products[data-v-7a076d44]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.dealer .car-goods-box .dealer-products .dealer-products-item[data-v-7a076d44]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.dealer .car-goods-box .dealer-products .dealer-products-item .item-img[data-v-7a076d44]{width:2.6rem;height:2.6rem;position:relative}.dealer .car-goods-box .dealer-products .dealer-products-item .item-img img[data-v-7a076d44]{width:100%;height:100%;border-radius:.08rem}.dealer .car-goods-box .dealer-products .dealer-products-item .item-img .count-down[data-v-7a076d44]{display:none}.dealer .car-goods-box .dealer-products .dealer-products-item .item-img .tip[data-v-7a076d44]{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.3);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;border-radius:.08rem}.dealer .car-goods-box .dealer-products .dealer-products-item .item-img .tip span[data-v-7a076d44]{color:#fff}.dealer .car-goods-box .dealer-products .dealer-products-item .product-desc .product-desc-title[data-v-7a076d44]{font-weight:400;word-break:break-all;text-overflow:ellipsis;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-family:PingFangSC-Regular;font-size:.28rem;color:#010106}.dealer .car-goods-box .dealer-products .dealer-products-item .product-desc .progress-bar[data-v-7a076d44]{display:none}.dealer .car-goods-box .dealer-products .dealer-products-item .product-desc .item-price[data-v-7a076d44]{display:-webkit-box;display:-ms-flexbox;display:flex}.dealer .car-goods-box .dealer-products .dealer-products-item .product-desc .item-price .price[data-v-7a076d44]{color:#cf2f31;font-weight:500}.dealer .car-goods-box .dealer-products .dealer-products-item .product-desc .item-price .price i[data-v-7a076d44]{font-size:.24rem;font-weight:400}.dealer .car-goods-box .dealer-products .dealer-products-item .product-desc .item-price .crossed-price[data-v-7a076d44]{color:#b6b9be;font-size:.24rem;font-weight:400}.dealer .car-goods-box .dealer-products .dealer-products-item .more-title[data-v-7a076d44]{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-flex:1;-ms-flex:1;flex:1}.dealer .car-goods-box .dealer-products-num-1 .dealer-products-item[data-v-7a076d44]{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.dealer .car-goods-box .dealer-products-num-1 .dealer-products-item .item-img[data-v-7a076d44]{width:2.8rem;height:2.8rem}.dealer .car-goods-box .dealer-products-num-1 .dealer-products-item .item-img img[data-v-7a076d44]{border-radius:.08rem}.dealer .car-goods-box .dealer-products-num-1 .dealer-products-item .item-img .tip span[data-v-7a076d44]{font-size:.36rem;font-weight:500}.dealer .car-goods-box .dealer-products-num-1 .dealer-products-item .product-desc[data-v-7a076d44]{width:3.88rem;position:relative}.dealer .car-goods-box .dealer-products-num-1 .dealer-products-item .product-desc .product-desc-title[data-v-7a076d44]{font-family:PingFangSC-Regular;font-size:.32rem;color:#010106;font-weight:400}.dealer .car-goods-box .dealer-products-num-1 .dealer-products-item .product-desc .progress-bar[data-v-7a076d44]{display:block;margin-top:.04rem}.dealer .car-goods-box .dealer-products-num-1 .dealer-products-item .product-desc .item-price[data-v-7a076d44]{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-ms-flex-wrap:wrap;flex-wrap:wrap;position:absolute;bottom:0;left:0}.dealer .car-goods-box .dealer-products-num-1 .dealer-products-item .product-desc .item-price .price[data-v-7a076d44]{font-family:HarmonyOS_Sans_Medium;line-height:.46rem;font-size:.32rem;font-weight:500;margin-right:.08rem}.dealer .car-goods-box .dealer-products-num-1 .dealer-products-item .product-desc .item-price .price i[data-v-7a076d44]{font-family:PingFangSC-Regular;font-size:.24rem;padding-right:.06rem;font-weight:400}.dealer .car-goods-box .dealer-products-num-1 .dealer-products-item .product-desc .item-price .crossed-price[data-v-7a076d44]{font-family:HarmonyOS_Sans;font-size:.28rem;line-height:.4rem;font-weight:400}.dealer .car-goods-box .dealer-products-num-1 .dealer-products-item .product-desc .item-price .crossed-price i[data-v-7a076d44]{padding-right:.06rem}.dealer .car-goods-box .dealer-products-num-2[data-v-7a076d44]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.dealer .car-goods-box .dealer-products-num-2 .dealer-products-item[data-v-7a076d44]{background:#f5f5f5;border-radius:.08rem;padding:.16rem;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.dealer .car-goods-box .dealer-products-num-2 .dealer-products-item .item-img[data-v-7a076d44]{width:1.56rem;height:1.56rem}.dealer .car-goods-box .dealer-products-num-2 .dealer-products-item .product-desc[data-v-7a076d44]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:.08rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:1.36rem}.dealer .car-goods-box .dealer-products-num-2 .dealer-products-item .product-desc .product-desc-title[data-v-7a076d44]{font-family:PingFangSC-Regular;font-size:.24rem}.dealer .car-goods-box .dealer-products-num-2 .dealer-products-item .product-desc .progress-bar[data-v-7a076d44]{display:none}.dealer .car-goods-box .dealer-products-num-2 .dealer-products-item .product-desc .item-price[data-v-7a076d44]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.dealer .car-goods-box .dealer-products-num-2 .dealer-products-item .product-desc .item-price .price[data-v-7a076d44]{font-family:HarmonyOS_Sans_Medium;font-size:.26rem;line-height:.26rem;font-weight:500}.dealer .car-goods-box .dealer-products-num-2 .dealer-products-item .product-desc .item-price .price i[data-v-7a076d44]{font-family:PingFangSC-Regular;font-size:.24rem;padding-right:.08rem}.dealer .car-goods-box .dealer-products-num-2 .dealer-products-item .product-desc .item-price .crossed-price[data-v-7a076d44]{font-family:HarmonyOS_Sans;line-height:.24rem;margin-top:.16rem}.dealer .car-goods-box .dealer-products-num-2 .dealer-products-item .product-desc .item-price .crossed-price i[data-v-7a076d44]{padding-right:.08rem}.dealer .car-goods-box .dealer-products-num-3[data-v-7a076d44]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.dealer .car-goods-box .dealer-products-num-3 .dealer-products-item[data-v-7a076d44]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.dealer .car-goods-box .dealer-products-num-3 .dealer-products-item .item-img[data-v-7a076d44]{width:2.12rem;height:2.12rem}.dealer .car-goods-box .dealer-products-num-3 .dealer-products-item .product-desc .product-desc-title[data-v-7a076d44]{display:none}.dealer .car-goods-box .dealer-products-num-3 .dealer-products-item .product-desc .item-price[data-v-7a076d44]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.dealer .car-goods-box .dealer-products-num-3 .dealer-products-item .product-desc .item-price .price[data-v-7a076d44]{font-family:HarmonyOS_Sans_Medium;line-height:.46rem;font-size:.28rem;text-align:center;line-height:.28rem;font-weight:500;padding-top:.16rem}.dealer .car-goods-box .dealer-products-num-3 .dealer-products-item .product-desc .item-price .price i[data-v-7a076d44]{font-family:PingFangSC-Regular;font-size:.24rem;padding-right:.06rem;font-weight:400}.dealer .car-goods-box .dealer-products-num-3 .dealer-products-item .product-desc .item-price .crossed-price[data-v-7a076d44]{padding-top:.16rem;text-align:center;font-family:HarmonyOS_Sans;font-size:.24rem;font-weight:400;line-height:.24rem}.dealer .car-goods-box .dealer-products-num-3 .dealer-products-item .product-desc .item-price .crossed-price i[data-v-7a076d44]{padding-right:.06rem}.dealer .car-goods-box .dealer-products-num-4[data-v-7a076d44]{overflow-x:auto;width:100%;-webkit-overflow-scrolling:touch}.dealer .car-goods-box .dealer-products-num-4 .dealer-products-item[data-v-7a076d44]{margin-left:.16rem}.dealer .car-goods-box .dealer-products-num-4 .dealer-products-item[data-v-7a076d44]:first-child{margin-left:0}.dealer .car-goods-box .dealer-products-num-4 .dealer-products-item .item-img .tip span[data-v-7a076d44]{font-size:.26rem}.dealer .car-goods-box .dealer-products-num-4 .dealer-products-item .product-desc-title[data-v-7a076d44]{-webkit-line-clamp:1;margin-top:.16rem}.dealer .car-goods-box .dealer-products-num-4 .dealer-products-item .item-price[data-v-7a076d44]{margin-top:.08rem;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-ms-flex-wrap:wrap;flex-wrap:wrap}.dealer .car-goods-box .dealer-products-num-4 .dealer-products-item .item-price .price[data-v-7a076d44]{font-family:HarmonyOS_Sans_Medium;font-size:.28rem;color:#cf2f31;font-weight:500;margin-right:.08rem}.dealer .car-goods-box .dealer-products-num-4 .dealer-products-item .item-price .price i[data-v-7a076d44]{font-size:.24rem;font-weight:400}.dealer .car-goods-box .dealer-products-num-4 .dealer-products-item .item-price .crossed-price[data-v-7a076d44]{font-family:PingFangSC-Regular;color:#b6b9be;font-size:.24rem;font-weight:400}.dealer .dealer-seckill-box[data-v-7a076d44]{padding-bottom:.3rem;border-bottom:.02rem solid #f0f0f0}.dealer .doughs-activity-section[data-v-7a076d44]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.dealer .doughs-activity-section-row[data-v-7a076d44]{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.dealer .doughs-activity-section-row .dealer-purchase-products[data-v-7a076d44]{padding-right:.16rem;border-right:.01rem solid #f0f0f0}.dealer .doughs-activity-section-row .dealer-collage-products[data-v-7a076d44]{padding-left:.16rem}.dealer .section-row-1-2 .dealer-collage-products .dealer-products-num-2 .dealer-products-item .product-desc[data-v-7a076d44],.dealer .section-row-1-2 .dealer-purchase-products .dealer-products-num-1 .dealer-products-item .product-desc[data-v-7a076d44],.dealer .section-row-2-1 .dealer-collage-products .dealer-products-num-1 .dealer-products-item .product-desc[data-v-7a076d44],.dealer .section-row-2-1 .dealer-purchase-products .dealer-products-num-2 .dealer-products-item .product-desc[data-v-7a076d44],.dealer .section-row-2-2 .car-goods-box .dealer-products-num-2 .dealer-products-item .product-desc[data-v-7a076d44]{width:unset;padding-left:0}.dealer .section-row-1-2 .dealer-collage-products .dealer-products-num-2 .dealer-products-item .product-desc .product-desc-title[data-v-7a076d44],.dealer .section-row-1-2 .dealer-collage-products .dealer-products-num-2 .dealer-products-item .product-desc .progress-bar[data-v-7a076d44],.dealer .section-row-1-2 .dealer-purchase-products .dealer-products-num-1 .dealer-products-item .product-desc .product-desc-title[data-v-7a076d44],.dealer .section-row-1-2 .dealer-purchase-products .dealer-products-num-1 .dealer-products-item .product-desc .progress-bar[data-v-7a076d44],.dealer .section-row-2-1 .dealer-collage-products .dealer-products-num-1 .dealer-products-item .product-desc .product-desc-title[data-v-7a076d44],.dealer .section-row-2-1 .dealer-collage-products .dealer-products-num-1 .dealer-products-item .product-desc .progress-bar[data-v-7a076d44],.dealer .section-row-2-1 .dealer-purchase-products .dealer-products-num-2 .dealer-products-item .product-desc .product-desc-title[data-v-7a076d44],.dealer .section-row-2-1 .dealer-purchase-products .dealer-products-num-2 .dealer-products-item .product-desc .progress-bar[data-v-7a076d44],.dealer .section-row-2-2 .car-goods-box .dealer-products-num-2 .dealer-products-item .product-desc .product-desc-title[data-v-7a076d44],.dealer .section-row-2-2 .car-goods-box .dealer-products-num-2 .dealer-products-item .product-desc .progress-bar[data-v-7a076d44]{display:none}.dealer .section-row-1-2 .dealer-collage-products .dealer-products-num-2 .dealer-products-item .product-desc .item-price[data-v-7a076d44],.dealer .section-row-1-2 .dealer-purchase-products .dealer-products-num-1 .dealer-products-item .product-desc .item-price[data-v-7a076d44],.dealer .section-row-2-1 .dealer-collage-products .dealer-products-num-1 .dealer-products-item .product-desc .item-price[data-v-7a076d44],.dealer .section-row-2-1 .dealer-purchase-products .dealer-products-num-2 .dealer-products-item .product-desc .item-price[data-v-7a076d44],.dealer .section-row-2-2 .car-goods-box .dealer-products-num-2 .dealer-products-item .product-desc .item-price[data-v-7a076d44]{position:unset;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.dealer .section-row-1-2 .dealer-collage-products .dealer-products-num-2 .dealer-products-item .product-desc .item-price .price[data-v-7a076d44],.dealer .section-row-1-2 .dealer-purchase-products .dealer-products-num-1 .dealer-products-item .product-desc .item-price .price[data-v-7a076d44],.dealer .section-row-2-1 .dealer-collage-products .dealer-products-num-1 .dealer-products-item .product-desc .item-price .price[data-v-7a076d44],.dealer .section-row-2-1 .dealer-purchase-products .dealer-products-num-2 .dealer-products-item .product-desc .item-price .price[data-v-7a076d44],.dealer .section-row-2-2 .car-goods-box .dealer-products-num-2 .dealer-products-item .product-desc .item-price .price[data-v-7a076d44]{margin-top:.2rem;font-size:.28rem;line-height:.28rem;text-align:center;width:100%}.dealer .section-row-1-2 .dealer-collage-products .dealer-products-num-2 .dealer-products-item .product-desc .item-price .price i[data-v-7a076d44],.dealer .section-row-1-2 .dealer-purchase-products .dealer-products-num-1 .dealer-products-item .product-desc .item-price .price i[data-v-7a076d44],.dealer .section-row-2-1 .dealer-collage-products .dealer-products-num-1 .dealer-products-item .product-desc .item-price .price i[data-v-7a076d44],.dealer .section-row-2-1 .dealer-purchase-products .dealer-products-num-2 .dealer-products-item .product-desc .item-price .price i[data-v-7a076d44],.dealer .section-row-2-2 .car-goods-box .dealer-products-num-2 .dealer-products-item .product-desc .item-price .price i[data-v-7a076d44]{font-size:.24rem}.dealer .section-row-1-2 .dealer-collage-products .dealer-products-num-2 .dealer-products-item .product-desc .item-price .crossed-price[data-v-7a076d44],.dealer .section-row-1-2 .dealer-purchase-products .dealer-products-num-1 .dealer-products-item .product-desc .item-price .crossed-price[data-v-7a076d44],.dealer .section-row-2-1 .dealer-collage-products .dealer-products-num-1 .dealer-products-item .product-desc .item-price .crossed-price[data-v-7a076d44],.dealer .section-row-2-1 .dealer-purchase-products .dealer-products-num-2 .dealer-products-item .product-desc .item-price .crossed-price[data-v-7a076d44],.dealer .section-row-2-2 .car-goods-box .dealer-products-num-2 .dealer-products-item .product-desc .item-price .crossed-price[data-v-7a076d44]{width:100%;margin-left:0;margin-top:.16rem;text-align:center;font-size:.24rem;line-height:.24rem}.dealer .section-row-1-1 .dealer-purchase-products .car-goods-title .count-down-info .subtitle[data-v-7a076d44]{display:none}.dealer .section-row-1-1 .dealer-purchase-products .car-goods-title .count-down-info .timer[data-v-7a076d44]{margin-left:0}.dealer .section-row-1-1 .dealer-purchase-products .car-goods-title .count-down-info .timer[data-v-7a076d44] .van-count-down{background:#cf2f31;padding:0 .03rem}.dealer .section-row-1-1 .dealer-purchase-products .car-goods-title .count-down-info .timer[data-v-7a076d44] .van-count-down .block{font-family:HarmonyOS_Sans_Medium;font-size:.24rem;color:#fff;line-height:.32rem;font-weight:500;height:.32rem;width:.28rem}@media screen and (max-width:320px){.dealer .section-row-1-1 .dealer-purchase-products .car-goods-title .count-down-info .timer[data-v-7a076d44] .van-count-down .block{width:unset}}.dealer .section-row-1-1 .dealer-purchase-products .car-goods-title .count-down-info .timer[data-v-7a076d44] .van-count-down .day{padding:0;width:unset}.dealer .section-row-1-1 .dealer-purchase-products .car-goods-title .count-down-info .timer[data-v-7a076d44] .van-count-down .colon{font-family:HarmonyOS_Sans_Medium;font-size:.24rem;color:#fff;text-align:right;line-height:.32rem;font-weight:500;height:.32rem}.dealer .section-row-1-1 .car-goods-box .dealer-products-num-1 .dealer-products-item[data-v-7a076d44]{padding:.16rem;background:#f5f5f5;border-radius:.08rem}.dealer .section-row-1-1 .car-goods-box .dealer-products-num-1 .dealer-products-item .item-img[data-v-7a076d44]{width:1.56rem;height:1.56rem}.dealer .section-row-1-1 .car-goods-box .dealer-products-num-1 .dealer-products-item .item-img .tip span[data-v-7a076d44]{font-size:.24rem;font-weight:400}.dealer .section-row-1-1 .car-goods-box .dealer-products-num-1 .dealer-products-item .product-desc[data-v-7a076d44]{width:1.22rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.dealer .section-row-1-1 .car-goods-box .dealer-products-num-1 .dealer-products-item .product-desc .product-desc-title[data-v-7a076d44]{font-family:PingFangSC-Regular;font-size:.24rem;color:#010106;font-weight:400}.dealer .section-row-1-1 .car-goods-box .dealer-products-num-1 .dealer-products-item .product-desc .progress-bar[data-v-7a076d44]{display:none}.dealer .section-row-1-1 .car-goods-box .dealer-products-num-1 .dealer-products-item .product-desc .item-price[data-v-7a076d44]{position:unset;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.dealer .section-row-1-1 .car-goods-box .dealer-products-num-1 .dealer-products-item .product-desc .item-price .price[data-v-7a076d44]{text-align:left;font-size:.26rem;font-weight:500;line-height:.26rem}.dealer .section-row-1-1 .car-goods-box .dealer-products-num-1 .dealer-products-item .product-desc .item-price .price i[data-v-7a076d44]{font-size:.24rem;font-weight:400}.dealer .section-row-1-1 .car-goods-box .dealer-products-num-1 .dealer-products-item .product-desc .item-price .crossed-price[data-v-7a076d44]{margin-top:.16rem;font-size:.24rem;text-align:left;line-height:.24rem;margin-left:0}.dealer .section-row-1-2 .dealer-purchase-products[data-v-7a076d44]{-webkit-box-flex:unset;-ms-flex:unset;flex:unset}.dealer .section-row-1-2 .dealer-purchase-products .count-down-info[data-v-7a076d44]{display:none}.dealer .section-row-1-2 .dealer-purchase-products .dealer-products-num-1 .dealer-products-item[data-v-7a076d44]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.dealer .section-row-1-2 .dealer-purchase-products .dealer-products-num-1 .dealer-products-item .item-img[data-v-7a076d44]{width:2.12rem;height:2.12rem}.dealer .section-row-1-2 .dealer-purchase-products .dealer-products-num-1 .dealer-products-item .item-img .tip[data-v-7a076d44]{display:none}.dealer .section-row-1-2 .dealer-purchase-products .dealer-products-num-1 .dealer-products-item .item-img .count-down[data-v-7a076d44]{position:absolute;left:0;bottom:0;width:100%;background-color:#cf2f31;border-radius:0 0 .08rem .08rem;display:-webkit-box;display:-ms-flexbox;display:flex;height:.32rem;color:#fff;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box}.dealer .section-row-1-2 .dealer-purchase-products .dealer-products-num-1 .dealer-products-item .item-img .count-down .day-title[data-v-7a076d44]{display:none}.dealer .section-row-1-2 .dealer-purchase-products .dealer-products-num-1 .dealer-products-item .item-img .count-down .subtitle[data-v-7a076d44]{font-size:.24rem;line-height:.32rem;margin-right:.04rem}.dealer .section-row-1-2 .dealer-purchase-products .dealer-products-num-1 .dealer-products-item .item-img .count-down .time[data-v-7a076d44] .van-count-down{padding:0}.dealer .section-row-1-2 .dealer-purchase-products .dealer-products-num-1 .dealer-products-item .item-img .count-down .time[data-v-7a076d44] .van-count-down .block{font-family:HarmonyOS_Sans_Medium;font-size:.24rem;color:#fff;line-height:.32rem;font-weight:500;height:.32rem;width:.28rem}@media screen and (max-width:320px){.dealer .section-row-1-2 .dealer-purchase-products .dealer-products-num-1 .dealer-products-item .item-img .count-down .time[data-v-7a076d44] .van-count-down .block{width:unset}}.dealer .section-row-1-2 .dealer-purchase-products .dealer-products-num-1 .dealer-products-item .item-img .count-down .time[data-v-7a076d44] .van-count-down .day{padding:0;width:unset}.dealer .section-row-1-2 .dealer-purchase-products .dealer-products-num-1 .dealer-products-item .item-img .count-down .time[data-v-7a076d44] .van-count-down .colon{font-family:HarmonyOS_Sans_Medium;font-size:.24rem;color:#fff;text-align:right;line-height:.32rem;font-weight:500;height:.32rem}.dealer .section-row-1-2 .dealer-collage-products .dealer-products-num-2 .dealer-products-item[data-v-7a076d44]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#fff;padding:0;border-radius:0}.dealer .section-row-1-2 .dealer-collage-products .dealer-products-num-2 .dealer-products-item .item-img[data-v-7a076d44]{width:2.12rem;height:2.12rem}.dealer .section-row-2-1 .dealer-purchase-products .car-goods-title .count-down-info .timer[data-v-7a076d44]{margin-left:.08rem}.dealer .section-row-2-1 .dealer-purchase-products .car-goods-title .count-down-info .timer[data-v-7a076d44] .van-count-down{background:#cf2f31;padding:0 .03rem}.dealer .section-row-2-1 .dealer-purchase-products .car-goods-title .count-down-info .timer[data-v-7a076d44] .van-count-down .block{font-family:HarmonyOS_Sans_Medium;font-size:.24rem;color:#fff;line-height:.32rem;font-weight:500;height:.32rem;width:.28rem}@media screen and (max-width:320px){.dealer .section-row-2-1 .dealer-purchase-products .car-goods-title .count-down-info .timer[data-v-7a076d44] .van-count-down .block{width:unset}}.dealer .section-row-2-1 .dealer-purchase-products .car-goods-title .count-down-info .timer[data-v-7a076d44] .van-count-down .day{padding:0;width:unset}.dealer .section-row-2-1 .dealer-purchase-products .car-goods-title .count-down-info .timer[data-v-7a076d44] .van-count-down .colon{font-family:HarmonyOS_Sans_Medium;font-size:.24rem;color:#fff;text-align:right;line-height:.32rem;font-weight:500;height:.32rem}.dealer .section-row-2-1 .dealer-purchase-products .dealer-products-num-2 .dealer-products-item[data-v-7a076d44]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#fff;padding:0;border-radius:0}.dealer .section-row-2-1 .dealer-purchase-products .dealer-products-num-2 .dealer-products-item .item-img[data-v-7a076d44]{width:2.12rem;height:2.12rem}.dealer .section-row-2-1 .dealer-collage-products[data-v-7a076d44]{-webkit-box-flex:unset;-ms-flex:unset;flex:unset}.dealer .section-row-2-1 .dealer-collage-products .dealer-products-num-1 .dealer-products-item[data-v-7a076d44]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.dealer .section-row-2-1 .dealer-collage-products .dealer-products-num-1 .dealer-products-item .item-img[data-v-7a076d44]{width:2.12rem;height:2.12rem}.dealer .section-row-2-1 .dealer-collage-products .dealer-products-num-1 .dealer-products-item .item-img .tip span[data-v-7a076d44]{font-size:.24rem}.dealer .section-row-2-2 .dealer-purchase-products .day-title[data-v-7a076d44]{display:none}@media screen and (max-width:375px){.dealer .section-row-2-2 .dealer-purchase-products .car-goods-title .count-down-info .subtitle[data-v-7a076d44]{display:none}}.dealer .section-row-2-2 .dealer-purchase-products .car-goods-title .count-down-info .timer[data-v-7a076d44]{margin-left:0}.dealer .section-row-2-2 .dealer-purchase-products .car-goods-title .count-down-info .timer[data-v-7a076d44] .van-count-down{background:#cf2f31;padding:0 .03rem}.dealer .section-row-2-2 .dealer-purchase-products .car-goods-title .count-down-info .timer[data-v-7a076d44] .van-count-down .block{font-family:HarmonyOS_Sans_Medium;font-size:.24rem;color:#fff;line-height:.32rem;font-weight:500;height:.32rem;width:.28rem}@media screen and (max-width:320px){.dealer .section-row-2-2 .dealer-purchase-products .car-goods-title .count-down-info .timer[data-v-7a076d44] .van-count-down .block{width:unset}}.dealer .section-row-2-2 .dealer-purchase-products .car-goods-title .count-down-info .timer[data-v-7a076d44] .van-count-down .day{padding:0;width:unset}.dealer .section-row-2-2 .dealer-purchase-products .car-goods-title .count-down-info .timer[data-v-7a076d44] .van-count-down .colon{font-family:HarmonyOS_Sans_Medium;font-size:.24rem;color:#fff;text-align:right;line-height:.32rem;font-weight:500;height:.32rem}.dealer .section-row-2-2 .car-goods-box .dealer-products-num-2 .dealer-products-item[data-v-7a076d44]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#fff;padding:0;border-radius:0}.dealer .section-row-2-2 .car-goods-box .dealer-products-num-2 .dealer-products-item .item-img[data-v-7a076d44]{width:1.56rem;height:1.56rem}.dealer .dealer-collage-products[data-v-7a076d44],.dealer .dealer-purchase-products[data-v-7a076d44]{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-bottom:.3rem;border-bottom:.02rem solid #f0f0f0}.dealer .dealer-aftersales-box[data-v-7a076d44]{border-radius:0 0 .08rem .08rem}.dealer .dealer-aftersales-box .car-goods-product[data-v-7a076d44]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.dealer .dealer-aftersales-box .car-goods-product .product-bottom-box[data-v-7a076d44]{-webkit-box-flex:1;-ms-flex:1;flex:1;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}.dealer .dealer-buyingcar-box[data-v-7a076d44]{border-bottom:.02rem solid #f0f0f0}.dealer .dealer-buyingcar-box .car-goods-product[data-v-7a076d44]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.dealer .dealer-buyingcar-box .car-goods-product .product-bottom-box[data-v-7a076d44]{-webkit-box-flex:1;-ms-flex:1;flex:1;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}.van-row--flex[data-v-1f58a154]{flex-wrap:nowrap;-ms-flex-wrap:nowrap}.couponExpiration[data-v-1f58a154]{position:relative}.coupon-remind-wrap[data-v-1f58a154]{padding-bottom:.06rem}.counpon-remind[data-v-1f58a154],.coupon-remind-wrap[data-v-1f58a154]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.counpon-remind[data-v-1f58a154]{position:relative;height:.6rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 .3rem 0 .2rem;font-size:.24rem;line-height:.34rem;color:#f8f9fa;font-weight:500;z-index:1}.counpon-remind[data-v-1f58a154]:before{content:"";position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background-image:radial-gradient(circle at 92% 0,#fa5946 0,#db513c 141%);border-radius:.04rem}.counpon-remind[data-v-1f58a154]:after{content:"";position:absolute;z-index:-2;width:calc(100% - .16rem);height:100%;top:.06rem;left:.08rem;opacity:.5;background-image:linear-gradient(-85deg,#f65845,#e5543f 71%,#cf2f32);border-radius:.04rem}.counpon-remind>img[data-v-1f58a154]{width:.62rem;height:.48rem;margin-right:.1rem}.coupon-remind-icon[data-v-1f58a154]{position:fixed;width:1.42rem;height:1.52rem;bottom:.4rem;right:.24rem;z-index:30;-webkit-transition:all .3s;transition:all .3s}.coupon-remind-icon.hide[data-v-1f58a154]{opacity:.6;right:-.64rem}[data-v-1f58a154] .van-popup{background:transparent;text-align:center}.coupon-popup[data-v-1f58a154]{background-color:#fff;width:6.44rem;border-radius:.1rem;padding-bottom:.48rem}.coupon-popup__header[data-v-1f58a154]{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-align:center;-ms-flex-align:center;align-items:center;padding:.5rem 0 .16rem}.coupon-popup__header>span[data-v-1f58a154]:first-child{line-height:.5rem;font-size:.36rem;color:#010106;font-weight:500}.coupon-popup__header>span[data-v-1f58a154]:last-child{line-height:.4rem;font-size:.28rem;color:#0f4c81;font-weight:400;margin-top:.24rem}.coupon-popup__btn[data-v-1f58a154]{width:2.6rem;height:.8rem;line-height:.8rem;background-color:#0f4c81;border-radius:.04rem;font-size:.32rem;color:#fff;text-align:center;font-weight:500;margin:.48rem auto 0}.coupon-popup__btn[data-v-1f58a154]:active{background-color:#0a3153}.coupon-popup__close-btn[data-v-1f58a154]{width:.68rem;height:.68rem;margin:.48rem auto 0}.coupon-item[data-v-1f58a154]{position:relative;width:5.52rem;height:1.6rem;background:url(../../static/img/coupon_remain_bg@2x.1849f37.png) no-repeat;background-size:100% 100%;background-position:50%;margin:.24rem auto 0;padding-left:.22rem}.coupon-item__btn[data-v-1f58a154]{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:.46rem;width:1.24rem;height:.56rem;line-height:.56rem;text-align:center;background-image:-webkit-gradient(linear,left top,left bottom,from(#f65643),to(#c5331d));background-image:linear-gradient(180deg,#f65643,#c5331d);border-radius:.04rem;font-size:.26rem;color:#fff;font-weight:500}.coupon-item__btn[data-v-1f58a154]:active{opacity:.8}.coupon-item__amount[data-v-1f58a154]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.coupon-item__amount .amount-text[data-v-1f58a154]{line-height:.72rem;font-size:.5rem;padding-top:.32rem;color:#fff;font-weight:600}.coupon-item__amount .amount-unit[data-v-1f58a154]{line-height:.42rem;font-size:.3rem;color:#fff;font-weight:500;margin-left:.02rem}.coupon-item__amount .amount-number[data-v-1f58a154]{text-align:center;line-height:.8rem;font-size:.78rem;padding-top:.24rem;color:#fff;letter-spacing:-1.2px;font-weight:900}.coupon-item__amount .amount-number.discount[data-v-1f58a154]{min-width:1.38rem}.coupon-item__bottom[data-v-1f58a154]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:.07rem;line-height:.34rem;font-size:.24rem;color:#fffbf8;letter-spacing:-.43px;font-weight:400}.coupon-item__bottom>span[data-v-1f58a154]:first-child{min-width:1.5rem;text-align:left;padding-right:.1rem;-webkit-box-sizing:border-box;box-sizing:border-box}.coupon-item__date[data-v-1f58a154]{position:relative;z-index:1;color:#c5331c;letter-spacing:0;height:.4rem;line-height:.4rem;padding:0 .11rem;font-size:.24rem;margin-left:.062rem}.coupon-item__date[data-v-1f58a154]:after{content:"";position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;background-color:#fffbf8;-webkit-transform:skewX(-14deg);transform:skewX(-14deg)}.animate__animated[data-v-1f58a154]{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes fadeInDown-data-v-1f58a154{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown-data-v-1f58a154{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown[data-v-1f58a154]{-webkit-animation-name:fadeInDown-data-v-1f58a154;animation-name:fadeInDown-data-v-1f58a154}@-webkit-keyframes fadeOut-data-v-1f58a154{0%{opacity:1}to{opacity:0}}@keyframes fadeOut-data-v-1f58a154{0%{opacity:1}to{opacity:0}}.animate__fadeOut[data-v-1f58a154]{-webkit-animation-name:fadeOut-data-v-1f58a154;animation-name:fadeOut-data-v-1f58a154}@-webkit-keyframes fadeIn-data-v-1f58a154{0%{opacity:0}to{opacity:1}}@keyframes fadeIn-data-v-1f58a154{0%{opacity:0}to{opacity:1}}.animate__fadeIn[data-v-1f58a154]{-webkit-animation-name:fadeIn-data-v-1f58a154;animation-name:fadeIn-data-v-1f58a154}.internet-of-vehicles-box .internet-of-vehicles-title .title_text p[data-v-657b3bc4]:first-child{line-height:.44rem;margin-right:.16rem;font-family:PingFangSC-Medium;font-size:.36rem;color:#010106;font-weight:500}.internet-of-vehicles-box .internet-of-vehicles-title .title_text p[data-v-657b3bc4]:nth-child(2){height:.44rem;padding:0 .2rem;background:rgba(227,156,60,.22);border-radius:.04rem;font-family:PingFangSC-Regular;font-size:.26rem;color:#99631b;font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.internet-of-vehicles-box .internet-of-vehicles-title .btn-more p[data-v-657b3bc4]{line-height:.44rem;font-family:PingFangSC-Regular;font-size:.32rem;color:#666;font-weight:400}.internet-of-vehicles-box[data-v-657b3bc4]{padding-bottom:.32rem}.internet-of-vehicles-box .internet-of-vehicles-title[data-v-657b3bc4]{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.internet-of-vehicles-box .internet-of-vehicles-title>div[data-v-657b3bc4],.internet-of-vehicles-box .internet-of-vehicles-title[data-v-657b3bc4]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.internet-of-vehicles-box .internet-of-vehicles-title>div[data-v-657b3bc4]{padding-bottom:.32rem;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.internet-of-vehicles-box .internet-of-vehicles-title .btn-more[data-v-657b3bc4]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.internet-of-vehicles-box .internet-of-vehicles-title .title_text[data-v-657b3bc4]{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.internet-of-vehicles-box .internet-of-vehicles-content[data-v-657b3bc4]{display:-webkit-box;display:-ms-flexbox;display:flex;overflow-x:hidden;width:100%;-webkit-overflow-scrolling:touch;padding-bottom:.08rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.internet-of-vehicles-box .internet-of-vehicles-content .goods-item[data-v-657b3bc4]{text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;width:2.4rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.internet-of-vehicles-box .internet-of-vehicles-content .goods-item .imgbox[data-v-657b3bc4]{width:2.4rem;height:2.4rem}.internet-of-vehicles-box .internet-of-vehicles-content .goods-item .imgbox img[data-v-657b3bc4]{height:100%;width:100%;border-radius:.12rem}.internet-of-vehicles-box .internet-of-vehicles-content .goods-item .title[data-v-657b3bc4]{margin-top:.16rem;font-family:PingFangSC-Regular;font-size:.28rem;color:#010106;line-height:.36rem;font-weight:400;width:100%;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.internet-of-vehicles-box .internet-of-vehicles-content .goods-item .price[data-v-657b3bc4]{margin-top:.08rem;font-family:HarmonyOS_Sans_Medium;font-size:.28rem;color:#cf2f31;font-weight:500;width:100%;text-align:left}.internet-of-vehicles-box .internet-of-vehicles-content .goods-item .price i[data-v-657b3bc4]{font-family:PingFangSC-Regular;font-size:.24rem}.internet-of-vehicles-box .two-num[data-v-657b3bc4]{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.internet-of-vehicles-box .two-num .goods-item[data-v-657b3bc4]{margin-right:.16rem}.search_box[data-v-299a53cc]{width:100%;height:.88rem;position:relative;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 .4rem;-webkit-box-sizing:border-box;box-sizing:border-box}.search_box .search[data-v-299a53cc]{-webkit-box-flex:1;-ms-flex:1;flex:1;height:.72rem;background:#f5f5f5;border-radius:.04rem;line-height:.72rem;font-size:.28rem;text-indent:.5rem;background-image:url(../../static/img/icon_nav_search@2x.f22a989.png);background-repeat:no-repeat;background-size:.48rem .48rem;background-position:0 50%}.search_box .cancelPic[data-v-299a53cc]{width:.4rem;height:.4rem;position:absolute;right:.64rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.search_box .deleteSearch[data-v-299a53cc]{width:.4rem;height:.4rem;position:absolute;top:.24rem;right:1.08rem}.search_box .cancel[data-v-299a53cc]{margin-left:.32rem;font-family:PingFangSC-Regular;font-size:.32rem;color:#666;font-weight:400}.search_box .before[data-v-299a53cc]{width:.18rem;height:.36rem;padding:.04rem .32rem .04rem 0}.black[data-v-299a53cc]{color:#323232}.grey[data-v-299a53cc]{color:#989898}.order[data-v-25c2cae6]{padding:.24rem .4rem;-webkit-box-sizing:border-box;box-sizing:border-box;background:#f9fafc}.order .order_list .order_detail[data-v-25c2cae6]{width:100%;background-color:#fff;border-radius:.08rem;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;margin-bottom:.24rem}.order .order_list .order_detail .box_content[data-v-25c2cae6]{padding:0 .32rem}.order .order_list .order_detail .box_content .detail_title[data-v-25c2cae6]{display:-webkit-box;display:-ms-flexbox;display:flex;color:#323232;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.32rem 0 .28rem}.order .order_list .order_detail .box_content .detail_title .logo[data-v-25c2cae6]{width:.4rem;height:.4rem;text-align:center;margin-right:.05rem;border-radius:50%;position:relative;font-size:.28rem}.order .order_list .order_detail .box_content .detail_title .logo span[data-v-25c2cae6]{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.order .order_list .order_detail .box_content .detail_title .blue[data-v-25c2cae6]{color:#fff;background:#023969}.order .order_list .order_detail .box_content .detail_title .orange[data-v-25c2cae6]{color:#fff;background:#d4781b}.order .order_list .order_detail .box_content .detail_title .order_name[data-v-25c2cae6]{padding:.02rem 0 0 .02rem;line-height:.5rem;font-size:.34rem;margin-right:.06rem;font-family:PingFangSC-Medium;color:#010106;font-weight:500}.order .order_list .order_detail .box_content .detail_title .order_num[data-v-25c2cae6]{padding-top:.02rem;line-height:.44rem;font-size:.3rem;margin-right:1rem;font-family:PingFangSC-Regular;color:#666;font-weight:400}.order .order_list .order_detail .box_content .detail_title .order_type[data-v-25c2cae6]{line-height:.44rem;font-size:.3rem;position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);color:#666;font-family:PingFangSC-Regular;font-weight:400}.order .order_list .order_detail .box_content .detail_title .blue_font[data-v-25c2cae6]{color:#004c85}.order .order_list .order_detail .box_content .detail_title .black[data-v-25c2cae6]{color:#333}.order .order_list .order_detail .box_content .detail_title .orange_font[data-v-25c2cae6]{color:#f9942d}.order .order_list .order_detail .box_content .detail_title .green[data-v-25c2cae6]{color:#3da344}.order .order_list .order_detail .box_content .mes[data-v-25c2cae6]{padding-bottom:.2rem}.order .order_list .order_detail .box_content .mes p[data-v-25c2cae6]{font-family:PingFangSC-Regular;font-size:.28rem;color:#666;font-weight:400}.order .order_list .order_detail .box_content .content_price[data-v-25c2cae6]{width:100%;position:relative}.order .order_list .order_detail .box_content .content_price .pic_box[data-v-25c2cae6]{width:4.7rem;height:1.44rem;overflow:hidden;overflow-x:auto}.order .order_list .order_detail .box_content .content_price .pic_box[data-v-25c2cae6]::-webkit-scrollbar{display:none}.order .order_list .order_detail .box_content .content_price .pic_box .pic_list .pic_detail[data-v-25c2cae6]{width:1.44rem;height:1.44rem;float:left;margin-right:.08rem;position:relative;background:#f7f8f9}.order .order_list .order_detail .box_content .content_price .pic_box .pic_list img[data-v-25c2cae6]{width:100%;height:100%;border-radius:.08rem}.order .order_list .order_detail .box_content .content_price .keep_running[data-v-25c2cae6]{font-size:.36rem;height:.88rem;font-family:PingFangSC-Medium;color:#010106;font-weight:500;margin-bottom:.2rem}.order .order_list .order_detail .box_content .content_price .keep_running h5[data-v-25c2cae6]{padding-top:0}.order .order_list .order_detail .box_content .content_price .price[data-v-25c2cae6]{height:1.64rem;padding:.2rem .3rem .24rem .22rem;-webkit-box-sizing:border-box;box-sizing:border-box}.order .order_list .order_detail .box_content .content_price .price .normal .price_integer[data-v-25c2cae6]{line-height:.38rem;font-size:.32rem;display:inline-block;font-weight:400;margin-top:.24rem;font-family:PingFangSC-Medium;color:#cf2f31;font-weight:500}.order .order_list .order_detail .box_content .content_price .price .normal .price_decimal[data-v-25c2cae6]{font-family:PingFangSC-Regular,sans-serif;display:inline-block;color:#cf2f31;line-height:.38rem;margin:.24rem 0 0}.order .order_list .order_detail .box_content .content_price .price .normal .count[data-v-25c2cae6]{font-family:PingFangSC-Regular;font-size:.24rem;color:#666;font-weight:400;margin-top:.16rem;text-align:right;line-height:.34rem}.order .order_list .order_detail .box_content .content_price .price .count_use[data-v-25c2cae6]{color:#656565;font-weight:400;text-align:center;font-size:.24rem;float:right}.order .order_list .order_detail .box_content .content_price .price .count_use .price_integer[data-v-25c2cae6]{line-height:.38rem;font-family:PingFangSC-Medium;font-size:.32rem;color:#cf2f31;font-weight:500}.order .order_list .order_detail .box_content .content_price .price .count_use .price_decimal[data-v-25c2cae6]{font-family:PingFangSC-Regular,sans-serif;display:inline-block;color:#cf2f31;line-height:.38rem;margin:0}.order .order_list .order_detail .box_content .content_price .price .count_use .count[data-v-25c2cae6]{font-family:PingFangSC-Regular;font-size:.24rem;color:#666;font-weight:400;margin-top:.16rem;text-align:right;line-height:.34rem;height:.34rem}.order .order_list .order_detail .box_content .content_price .price .count_use .grey_use[data-v-25c2cae6]{color:#989898}.order .order_list .order_detail .box_content .content_price .price .count_use .wait_use[data-v-25c2cae6]{width:2rem;position:absolute;bottom:.1rem;right:.3rem;font-family:PingFangSC-Regular;font-size:.28rem;color:#cf2f31;text-align:right;font-weight:400}.order .order_list .order_detail .box_content .content_price .keep_price_bottom[data-v-25c2cae6]{position:absolute;right:-.24rem;bottom:-.45rem}.order .order_list .order_detail .box_content .content_price .pic_price_bottom[data-v-25c2cae6]{position:absolute;right:-.24rem;bottom:-.14rem}.order .order_list .order_detail .car_type[data-v-25c2cae6]{font-size:.28rem;font-family:PingFangSC-Regular;color:#666;font-weight:400;padding-bottom:.24rem}.order .order_list .order_detail .cancel_box[data-v-25c2cae6]{height:1.12rem;margin:.16rem .32rem 0;border-top:1.5px solid #f0f0f0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.order .order_list .order_detail .cancel_box p[data-v-25c2cae6]{width:1.8rem;height:.56rem;letter-spacing:0;text-align:center;font-weight:500;line-height:.56rem;border-radius:.04rem;font-family:PingFangSC-Medium;font-size:.24rem;margin-left:.2rem}.order .order_list .order_detail .cancel_box .normal[data-v-25c2cae6]{background:#fff;border:1px solid #666;-webkit-box-sizing:border-box;box-sizing:border-box;color:#010106;font-weight:500}.order .order_list .order_detail .cancel_box .highlight_blue[data-v-25c2cae6]{background:#0f4c81;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:.04rem;color:#fff}.order .order_list .order_detail .fictitious_order_btns[data-v-25c2cae6]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.order .order_list .order_detail .fictitious_order_btns .cancel_box_default[data-v-25c2cae6]{margin:0 .3rem 0 0;padding:.16rem 0 0;height:.96rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-sizing:border-box;box-sizing:border-box}.order .order_list .order_detail .fictitious_order_btns .cancel_box_default p[data-v-25c2cae6]{color:#989898;border:.01rem solid #989898;padding:0 13px;height:.64rem;font-size:.28rem;text-align:center;line-height:.64rem}.order .order_list .order_detail .fictitious_order_btns .cancel_box_orange p[data-v-25c2cae6]{border:.01rem solid #f9942d;color:#f9942d}.order .order_list .order_detail .coupon[data-v-25c2cae6]{display:-webkit-box;display:-ms-flexbox;display:flex}.order .order_list .order_detail .coupon .coupon_pic[data-v-25c2cae6]{width:1.44rem;height:1.44rem}.order .order_list .order_detail .coupon .coupon_pic img[data-v-25c2cae6]{width:100%;height:100%;border-radius:.08rem}.order .order_list .order_detail .coupon .price[data-v-25c2cae6]{-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:.16rem}.order .order_list .order_detail .coupon .price .price_integer[data-v-25c2cae6]{line-height:.38rem;display:inline-block;font-family:PingFangSC-Medium;font-size:.32rem;color:#cf2f31;font-weight:500}.order .order_list .order_detail .coupon .price .price_decimal[data-v-25c2cae6]{font-family:PingFangSC-Regular,sans-serif;display:inline-block;color:#f33b3b;line-height:.38rem;margin:0}.order .order_list .order_detail .coupon .price .count[data-v-25c2cae6]{font-weight:400;margin-top:.08rem;color:#656565;float:right}.order .order_list .order_detail .coupon .price .count_use[data-v-25c2cae6]{color:#656565;font-weight:400;line-height:.34rem;text-align:center}.order .order_list .order_detail .coupon .price .count_use .grey_use[data-v-25c2cae6]{color:#989898}.order .order_list .order_detail .coupon .price .coupon_name[data-v-25c2cae6]{font-size:.28rem;font-weight:400;color:#323232;margin-bottom:.16rem}.order .order_list .order_detail .coupon .price .commodity_name[data-v-25c2cae6]{margin-bottom:.56rem;font-family:PingFangSC-Regular;font-size:.32rem;color:#010106;font-weight:400}.empty-status[data-v-25c2cae6]{margin-top:3.6rem}.empty-status .empty-img[data-v-25c2cae6]{width:2.6rem;height:2.6rem;background:url(../../static/img/default_img_contents.1704840.png) no-repeat;background-size:100% 100%;margin:0 auto}.empty-status p[data-v-25c2cae6]{font-family:PingFangSC-Regular;font-size:.28rem;color:#666;line-height:.4rem;text-align:center}.empty-status .empty-text[data-v-25c2cae6]{margin:.16rem 0;font-family:PingFangSC-Regular;font-size:.36rem;color:#b6b9be;letter-spacing:0;text-align:center;font-weight:400}.maskLayer[data-v-25c2cae6]{height:100%;position:fixed;top:0;left:0;right:0;background-color:rgba(0,0,0,.3);z-index:10000;-webkit-transition:none .2s ease;transition:none .2s ease;opacity:1}.maskLayer .QRCode[data-v-25c2cae6]{overflow:hidden;position:fixed;z-index:1000;top:4.36rem;visibility:visible;opacity:1;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);height:6.6rem}.maskLayer .QRCode .qrcode_content[data-v-25c2cae6]{width:5.9rem;padding:.4rem .8rem 1.5rem;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;background:#fff;border-radius:.2rem;font-family:PingFangSC-Regular,PingFang SC}.maskLayer .QRCode .qrcode_content .qrcode_title[data-v-25c2cae6]{font-weight:600;color:#323232;font-size:.36rem;margin-bottom:.8rem}.maskLayer .QRCode .qrcode_content .qrcode_box[data-v-25c2cae6]{border:1px solid #0f4c81;border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.maskLayer .QRCode .qrcode_content .qrcode_box img[data-v-25c2cae6]{width:99%}.maskLayer .QRCode .qrcode_content .qrcode_box p[data-v-25c2cae6]{background:#0f4c81;color:#fff;font-size:.259rem;padding:.08rem 0;width:100%}.maskLayer .QRCode .qrcode_content .qrcode_number[data-v-25c2cae6]{margin:.16rem 0;font-size:.52rem;color:#323232}.maskLayer .QRCode .qrcode_closeBtn[data-v-25c2cae6]{position:relative;left:50%;margin-left:-.23rem;bottom:-.3rem;z-index:1000}.maskLayer .QRCode .qrcode_closeBtn img[data-v-25c2cae6]{width:.64rem;height:.64rem}.history-search[data-v-51782fba]{width:100%;margin:.4rem 0;padding:0 .4rem;-webkit-box-sizing:border-box;box-sizing:border-box}.history-search .search-lab[data-v-51782fba]{height:.4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.history-search .search-lab h2[data-v-51782fba]{line-height:.4rem;font-family:PingFangSC-Regular;font-size:.28rem;color:#666;letter-spacing:0;text-align:justify;font-weight:400}.history-search .search-lab img[data-v-51782fba]{width:.4rem;height:.4rem}.history-search .history-search-box[data-v-51782fba]{margin-top:.24rem}.history-search .history-search-box ul[data-v-51782fba]{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.history-search .history-search-box ul .history-search-deltails[data-v-51782fba]{padding:.16rem;margin-right:.32rem;margin-bottom:.32rem;background:#f5f5f5;border-radius:.04rem;font-family:PingFangSC-Regular;font-size:.28rem;color:#010106;text-align:center;font-weight:400}.fib[data-v-51782fba],.flex[data-v-51782fba]{display:-webkit-box;display:-ms-flexbox;display:flex}.fib[data-v-51782fba]{-ms-flex-wrap:wrap;flex-wrap:wrap}.center_content[data-v-084c75b6]{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%}.center_content .header_nav[data-v-084c75b6]{background-color:#fff;position:fixed;top:0;right:0;left:0;z-index:9999;height:.88rem}.center_content .header_nav .title_box[data-v-084c75b6]{width:100%;position:relative;padding:0 .4rem 0 0;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff}.center_content .header_nav .title_box .tltle_type[data-v-084c75b6]{width:2.4rem;position:absolute;z-index:100;background:#fff;-webkit-box-shadow:0 2px 6px 0 rgba(78,84,93,.1);box-shadow:0 2px 6px 0 rgba(78,84,93,.1);border:1px solid #ebebeb;left:50%;bottom:50%;-webkit-transform:translate(-50%,115%);transform:translate(-50%,115%);padding:.32rem 0 0}.center_content .header_nav .title_box .tltle_type .tltle_type_list li[data-v-084c75b6]{height:.4rem;font-family:PingFangSC-Regular;font-size:.28rem;color:#010106;font-weight:400;line-height:.4rem;margin-bottom:.32rem;text-align:center}.center_content .header_nav .title_box .tltle_type .tltle_type_list .normal[data-v-084c75b6]{color:#010106;font-weight:400}.center_content .header_nav .title_box .tltle_type .tltle_type_list .highlight_blue[data-v-084c75b6]{color:#0f4c81;font-weight:500}.center_content .header_nav .title_box .tltle_type[data-v-084c75b6]:before{content:"";display:inline-block;position:absolute;left:50%;top:0;width:.2rem;height:.2rem;background:#fff;border-radius:1px;-webkit-transform:rotate(45deg) translateX(-73%);transform:rotate(45deg) translateX(-73%);border-left:1px solid #ebebeb;border-top:1px solid #ebebeb;z-index:999}.center_content .header_nav .title_box .prev[data-v-084c75b6]{padding:.26rem .4rem;width:.18rem;height:.36rem}.center_content .header_nav .title_box .prev img[data-v-084c75b6]{width:100%;height:100%}.center_content .header_nav .title_box .details[data-v-084c75b6]{width:.32rem;height:.32rem;float:right;margin-right:.2rem;margin-top:.04rem}.center_content .header_nav .title_box .title[data-v-084c75b6]{height:.44rem;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:-webkit-box;display:-ms-flexbox;display:flex}.center_content .header_nav .title_box h2[data-v-084c75b6]{line-height:.44rem;font-size:.36rem;display:inline-block;font-family:PingFangSC-Medium;color:#010106;text-align:center;font-weight:500}.center_content .header_nav .title_box .title_box_right[data-v-084c75b6]{position:absolute;right:.3rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.center_content .header_nav .title_box .title_box_right .ljdd-btn[data-v-084c75b6]{margin-right:.3rem;color:rgba(1,1,6,.67);line-height:.44rem;font-size:.32rem}.center_content .header_nav .title_box .title_box_right img[data-v-084c75b6]{width:.4rem;height:.4rem}.center_content .header_nav .title_box .title_box_right .right[data-v-084c75b6]{margin-left:.32rem}.center_content .header_nav nav[data-v-084c75b6]{background-color:#fff}.center_content .header_nav nav .list[data-v-084c75b6]{width:25%;height:.88rem;line-height:.88rem;text-align:center;font-size:.36rem;position:relative;font-family:PingFangSC-Regular,PingFang SC;color:#666;font-weight:400}.center_content .header_nav nav .blue[data-v-084c75b6]{color:#010106;font-weight:bolder}.center_content .header_nav nav .blue[data-v-084c75b6]:after{content:"";width:.32rem;height:.04rem;background-color:#0f4c81;display:inline-block;position:absolute;left:50%;bottom:.04rem;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.center_content .order[data-v-084c75b6]{padding:.24rem .4rem;margin-top:1.76rem;-webkit-box-sizing:border-box;box-sizing:border-box;background:#f9fafc;width:100%;-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden}.center_content .order .refresh_time[data-v-084c75b6]{height:100%;overflow:auto}.center_content .order .refresh_time[data-v-084c75b6]::-webkit-scrollbar{display:none}.center_content .order .order_list[data-v-084c75b6]{-webkit-box-sizing:border-box;box-sizing:border-box}.center_content .order .order_list .order_detail[data-v-084c75b6]{width:100%;background-color:#fff;border-radius:.08rem;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;margin-bottom:.24rem}.center_content .order .order_list .order_detail .box_content[data-v-084c75b6]{padding:0 .32rem}.center_content .order .order_list .order_detail .box_content .detail_title[data-v-084c75b6]{display:-webkit-box;display:-ms-flexbox;display:flex;color:#323232;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.32rem 0 .28rem}.center_content .order .order_list .order_detail .box_content .detail_title .logo[data-v-084c75b6]{width:.4rem;height:.4rem;text-align:center;margin-right:.05rem;border-radius:50%;position:relative;font-size:.28rem}.center_content .order .order_list .order_detail .box_content .detail_title .logo span[data-v-084c75b6]{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.center_content .order .order_list .order_detail .box_content .detail_title .blue[data-v-084c75b6]{color:#fff;background:#023969}.center_content .order .order_list .order_detail .box_content .detail_title .orange[data-v-084c75b6]{color:#fff;background:#d4781b}.center_content .order .order_list .order_detail .box_content .detail_title .order_name[data-v-084c75b6]{padding:.02rem 0 0 .02rem;line-height:.5rem;font-size:.34rem;margin-right:.06rem;font-family:PingFangSC-Medium;color:#010106;font-weight:500}.center_content .order .order_list .order_detail .box_content .detail_title .order_num[data-v-084c75b6]{padding-top:.02rem;line-height:.44rem;font-size:.3rem;margin-right:1rem;font-family:PingFangSC-Regular;color:#666;font-weight:400}.center_content .order .order_list .order_detail .box_content .detail_title .order_type[data-v-084c75b6]{line-height:.44rem;font-size:.3rem;position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);color:#666;font-family:PingFangSC-Regular;font-weight:400}.center_content .order .order_list .order_detail .box_content .detail_title .blue_font[data-v-084c75b6]{color:#004c85}.center_content .order .order_list .order_detail .box_content .detail_title .black[data-v-084c75b6]{color:#333}.center_content .order .order_list .order_detail .box_content .detail_title .orange_font[data-v-084c75b6]{color:#f9942d}.center_content .order .order_list .order_detail .box_content .detail_title .green[data-v-084c75b6]{color:#3da344}.center_content .order .order_list .order_detail .box_content .mes[data-v-084c75b6]{padding-bottom:.2rem}.center_content .order .order_list .order_detail .box_content .mes p[data-v-084c75b6]{font-family:PingFangSC-Regular;font-size:.28rem;color:#666;font-weight:400}.center_content .order .order_list .order_detail .box_content .content_price[data-v-084c75b6]{width:100%;position:relative}.center_content .order .order_list .order_detail .box_content .content_price .pic_box[data-v-084c75b6]{width:4.7rem;height:1.44rem;overflow:hidden;overflow-x:auto}.center_content .order .order_list .order_detail .box_content .content_price .pic_box[data-v-084c75b6]::-webkit-scrollbar{display:none}.center_content .order .order_list .order_detail .box_content .content_price .pic_box .pic_list .pic_detail[data-v-084c75b6]{width:1.44rem;height:1.44rem;float:left;margin-right:.08rem;position:relative;background:#f7f8f9}.center_content .order .order_list .order_detail .box_content .content_price .pic_box .pic_list img[data-v-084c75b6]{width:100%;height:100%;border-radius:.08rem}.center_content .order .order_list .order_detail .box_content .content_price .keep_running[data-v-084c75b6]{font-size:.36rem;height:.88rem;font-family:PingFangSC-Medium;color:#010106;font-weight:500;margin-bottom:.2rem}.center_content .order .order_list .order_detail .box_content .content_price .keep_running h5[data-v-084c75b6]{padding-top:0}.center_content .order .order_list .order_detail .box_content .content_price .price[data-v-084c75b6]{height:1.64rem;padding:.2rem .3rem .24rem .22rem;-webkit-box-sizing:border-box;box-sizing:border-box}.center_content .order .order_list .order_detail .box_content .content_price .price .normal .price_integer[data-v-084c75b6]{line-height:.38rem;font-size:.32rem;display:inline-block;font-weight:400;margin-top:.24rem;font-family:PingFangSC-Medium;color:#cf2f31;font-weight:500}.center_content .order .order_list .order_detail .box_content .content_price .price .normal .price_decimal[data-v-084c75b6]{font-family:PingFangSC-Regular,sans-serif;display:inline-block;color:#cf2f31;line-height:.38rem;margin:.24rem 0 0}.center_content .order .order_list .order_detail .box_content .content_price .price .normal .count[data-v-084c75b6]{font-family:PingFangSC-Regular;font-size:.24rem;color:#666;font-weight:400;margin-top:.16rem;text-align:right;line-height:.34rem}.center_content .order .order_list .order_detail .box_content .content_price .price .count_use[data-v-084c75b6]{color:#656565;font-weight:400;text-align:center;font-size:.24rem;float:right}.center_content .order .order_list .order_detail .box_content .content_price .price .count_use .price_integer[data-v-084c75b6]{line-height:.38rem;font-family:PingFangSC-Medium;font-size:.32rem;color:#cf2f31;font-weight:500}.center_content .order .order_list .order_detail .box_content .content_price .price .count_use .price_decimal[data-v-084c75b6]{font-family:PingFangSC-Regular,sans-serif;display:inline-block;color:#cf2f31;line-height:.38rem;margin:0}.center_content .order .order_list .order_detail .box_content .content_price .price .count_use .count[data-v-084c75b6]{font-family:PingFangSC-Regular;font-size:.24rem;color:#666;font-weight:400;margin-top:.16rem;text-align:right;line-height:.34rem;height:.34rem}.center_content .order .order_list .order_detail .box_content .content_price .price .count_use .grey_use[data-v-084c75b6]{color:#989898}.center_content .order .order_list .order_detail .box_content .content_price .price .count_use .wait_use[data-v-084c75b6]{width:2rem;position:absolute;bottom:.1rem;right:.3rem;font-family:PingFangSC-Regular;font-size:.28rem;color:#cf2f31;text-align:right;font-weight:400}.center_content .order .order_list .order_detail .box_content .content_price .keep_price_bottom[data-v-084c75b6]{position:absolute;right:-.24rem;bottom:-.45rem}.center_content .order .order_list .order_detail .box_content .content_price .pic_price_bottom[data-v-084c75b6]{position:absolute;right:-.24rem;bottom:-.14rem}.center_content .order .order_list .order_detail .car_type[data-v-084c75b6]{font-size:.28rem;font-family:PingFangSC-Regular;color:#666;font-weight:400;padding-bottom:.24rem}.center_content .order .order_list .order_detail .cancel_box[data-v-084c75b6]{height:1.12rem;margin:.16rem .32rem 0;border-top:1.5px solid #f0f0f0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.center_content .order .order_list .order_detail .cancel_box p[data-v-084c75b6]{width:1.8rem;height:.56rem;letter-spacing:0;text-align:center;font-weight:500;line-height:.56rem;border-radius:.04rem;font-family:PingFangSC-Medium;font-size:.24rem;margin-left:.2rem}.center_content .order .order_list .order_detail .cancel_box .normal[data-v-084c75b6]{background:#fff;border:1px solid #666;-webkit-box-sizing:border-box;box-sizing:border-box;color:#010106;font-weight:500}.center_content .order .order_list .order_detail .cancel_box .highlight_blue[data-v-084c75b6]{background:#0f4c81;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:.04rem;color:#fff}.center_content .order .order_list .order_detail .fictitious_order_btns[data-v-084c75b6]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.center_content .order .order_list .order_detail .fictitious_order_btns .cancel_box_default[data-v-084c75b6]{margin:0 .3rem 0 0;padding:.16rem 0 0;height:.96rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-sizing:border-box;box-sizing:border-box}.center_content .order .order_list .order_detail .fictitious_order_btns .cancel_box_default p[data-v-084c75b6]{color:#989898;border:.01rem solid #989898;padding:0 13px;height:.64rem;font-size:.28rem;text-align:center;line-height:.64rem}.center_content .order .order_list .order_detail .fictitious_order_btns .cancel_box_orange p[data-v-084c75b6]{border:.01rem solid #f9942d;color:#f9942d}.center_content .order .order_list .order_detail .coupon[data-v-084c75b6]{display:-webkit-box;display:-ms-flexbox;display:flex}.center_content .order .order_list .order_detail .coupon .coupon_pic[data-v-084c75b6]{width:1.44rem;height:1.44rem}.center_content .order .order_list .order_detail .coupon .coupon_pic img[data-v-084c75b6]{width:100%;height:100%;border-radius:.08rem}.center_content .order .order_list .order_detail .coupon .price[data-v-084c75b6]{-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:.16rem}.center_content .order .order_list .order_detail .coupon .price .price_integer[data-v-084c75b6]{line-height:.38rem;display:inline-block;font-family:PingFangSC-Medium;font-size:.32rem;color:#cf2f31;font-weight:500}.center_content .order .order_list .order_detail .coupon .price .price_decimal[data-v-084c75b6]{font-family:PingFangSC-Regular,sans-serif;display:inline-block;color:#f33b3b;line-height:.38rem;margin:0}.center_content .order .order_list .order_detail .coupon .price .count[data-v-084c75b6]{font-weight:400;margin-top:.08rem;color:#656565;float:right}.center_content .order .order_list .order_detail .coupon .price .count_use[data-v-084c75b6]{color:#656565;font-weight:400;line-height:.34rem;text-align:center}.center_content .order .order_list .order_detail .coupon .price .count_use .grey_use[data-v-084c75b6]{color:#989898}.center_content .order .order_list .order_detail .coupon .price .coupon_name[data-v-084c75b6]{font-size:.28rem;font-weight:400;color:#323232;margin-bottom:.16rem}.center_content .order .order_list .order_detail .coupon .price .commodity_name[data-v-084c75b6]{margin-bottom:.56rem;font-family:PingFangSC-Regular;font-size:.32rem;color:#010106;font-weight:400}.center_content .translate_reverse[data-v-084c75b6]{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.center_content .flex[data-v-084c75b6]{display:-webkit-box;display:-ms-flexbox;display:flex}.center_content .QRCode[data-v-084c75b6]{overflow:hidden;position:fixed;z-index:1000;top:4.36rem;visibility:visible;-webkit-transition:all .3s ease;transition:all .3s ease;opacity:1;height:6.6rem;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.center_content .QRCode .qrcode_content[data-v-084c75b6]{width:5.9rem;padding:.4rem .8rem 1.5rem;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;background:#fff;border-radius:.2rem;font-family:PingFangSC-Regular,PingFang SC}.center_content .QRCode .qrcode_content .qrcode_title[data-v-084c75b6]{font-weight:600;color:#323232;font-size:.36rem;margin-bottom:.8rem}.center_content .QRCode .qrcode_content .qrcode_box[data-v-084c75b6]{border:1px solid #0f4c81;border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.center_content .QRCode .qrcode_content .qrcode_box img[data-v-084c75b6]{width:99%}.center_content .QRCode .qrcode_content .qrcode_box p[data-v-084c75b6]{background:#0f4c81;color:#fff;font-size:.259rem;padding:.08rem 0;width:100%}.center_content .QRCode .qrcode_content .qrcode_number[data-v-084c75b6]{margin:.16rem 0;font-size:.52rem;color:#323232}.center_content .QRCode .qrcode_closeBtn[data-v-084c75b6]{position:relative;left:50%;margin-left:-.23rem;bottom:-.3rem;z-index:1000}.center_content .QRCode .qrcode_closeBtn img[data-v-084c75b6]{width:.64rem;height:.64rem}.center_content .maskLayer[data-v-084c75b6]{height:100%;position:fixed;top:0;left:0;right:0;background-color:rgba(0,0,0,.3);z-index:10000;-webkit-transition:none .2s ease;transition:none .2s ease;opacity:1}.empty-status[data-v-084c75b6]{padding-top:3.6rem;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.empty-status .empty-img[data-v-084c75b6]{width:2.6rem;height:2.6rem;background:url(../../static/img/default_img_contents.1704840.png) no-repeat;background-size:100% 100%;margin:0 auto}.empty-status p[data-v-084c75b6]{font-family:PingFangSC-Regular,PingFang SC;font-size:.36rem;color:#b6b9be;line-height:.5rem;text-align:center;margin-top:.2rem}.empty-status .empty-text[data-v-084c75b6]{margin:.16rem 0;font-family:PingFangSC-Regular;font-size:.36rem;color:#b6b9be;letter-spacing:0;text-align:center;font-weight:400;display:none}#TabBar[data-v-de12280a]{width:100%;-ms-flex-pack:center;-ms-flex-align:center;height:.98rem;background-color:#fff;position:fixed;bottom:0;z-index:999999;-webkit-box-shadow:0 -1px 5px #e0dede;box-shadow:0 -1px 5px #e0dede}#TabBar .tabBar_item[data-v-de12280a],#TabBar[data-v-de12280a]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}#TabBar .tabBar_item[data-v-de12280a]{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;-ms-flex-align:center}#TabBar .tabBar_item span[data-v-de12280a]{font-family:PingFangSC-Regular;font-size:12px;color:#0d0d11;letter-spacing:0;text-align:center;font-weight:400}#TabBar .tabBar_item .icon_wrap img[data-v-de12280a]{width:.44rem;height:.44rem}#TabBar .tabBar_item .active[data-v-de12280a]{color:#0f4c81;font-weight:500}.title_box[data-v-abff49e8]{width:100%;position:fixed;padding:0;top:0;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff;z-index:9;height:.88rem}.title_box .tltle_type[data-v-abff49e8]{width:2.4rem;background-color:red;position:absolute;z-index:100;background:#fff;-webkit-box-shadow:0 2px 6px 0 rgba(78,84,93,.1);box-shadow:0 2px 6px 0 rgba(78,84,93,.1);border:1px solid #ebebeb;left:50%;bottom:50%;-webkit-transform:translate(-50%,115%);transform:translate(-50%,115%);padding:.32rem 0 0}.title_box .tltle_type .tltle_type_list li[data-v-abff49e8]{font-size:.28rem;line-height:.4rem;height:20px;margin-bottom:12px;text-align:center}.title_box .tltle_type .tltle_type_list .normal[data-v-abff49e8]{color:#989898;font-weight:400}.title_box .tltle_type .tltle_type_list .highlight_blue[data-v-abff49e8]{color:#0babfe;font-weight:700}.title_box .tltle_type[data-v-abff49e8]:before{content:"";display:inline-block;position:absolute;left:50%;top:0;width:.2rem;height:.2rem;background:#fff;border-radius:1px;-webkit-transform:rotate(45deg) translateX(-73%);transform:rotate(45deg) translateX(-73%);border-left:1px solid #ebebeb;border-top:1px solid #ebebeb;z-index:999}.title_box .prev[data-v-abff49e8]{width:.18rem;height:.36rem;padding:.26rem .4rem}.title_box .details[data-v-abff49e8]{width:.32rem;height:.32rem;float:right;margin-right:.2rem;margin-top:.04rem}.title_box .title[data-v-abff49e8]{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:-webkit-box;display:-ms-flexbox;display:flex}.title_box h2[data-v-abff49e8]{font-size:.36rem;display:inline-block;font-family:PingFangSC-Medium;color:#010106;text-align:center}.title_box .title_box_right[data-v-abff49e8]{width:1.1rem;float:right;position:absolute;right:.4rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.title_box .title_box_right img[data-v-abff49e8]{width:.48rem;height:.48rem}.title_box .title_box_right .left[data-v-abff49e8]{float:left}.title_box .title_box_right .right[data-v-abff49e8]{float:right}.nav[data-v-abff49e8]{background-color:#f9fafc;position:absolute;width:100%;min-height:100%;padding:.24rem .4rem;margin-top:.88rem;-webkit-box-sizing:border-box;box-sizing:border-box}.nav[data-v-abff49e8]::-webkit-scrollbar{display:none}.nav .orderList .order[data-v-abff49e8]{background-color:#fff;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:.24rem;border-radius:.08rem}.nav .orderList .order .ordertitle[data-v-abff49e8]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:.28rem .32rem}.nav .orderList .order .ordertitle .title-box[data-v-abff49e8],.nav .orderList .order .ordertitle[data-v-abff49e8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.nav .orderList .order .ordertitle .title-box[data-v-abff49e8]{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}.nav .orderList .order .ordertitle .logo[data-v-abff49e8]{width:.4rem;height:.4rem;text-align:center;margin-right:.05rem;border-radius:50%;position:relative}.nav .orderList .order .ordertitle .logo span[data-v-abff49e8]{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.nav .orderList .order .ordertitle .blue[data-v-abff49e8]{color:#0babfe;border:1px solid #0babfe}.nav .orderList .order .ordertitle img[data-v-abff49e8]{width:.4rem;height:.4rem}.nav .orderList .order .ordertitle h6[data-v-abff49e8]{margin-left:.08rem;font-family:PingFangSC-Medium;font-size:.36rem;color:#010106}.nav .orderList .order .ordertitle .id_box[data-v-abff49e8]{margin-left:.08rem}.nav .orderList .order .ordertitle .id_box .id[data-v-abff49e8]{font-family:PingFangSC-Regular;font-size:.32rem;color:#666}.nav .orderList .order .ordertitle .status[data-v-abff49e8]{font-size:.36rem;font-family:PingFangSC-Regular;color:#666}.nav .orderList .order .ordertitle .status.refunding[data-v-abff49e8]{color:#0f4c81}.nav .orderList .order .ordertitle .status.error[data-v-abff49e8]{font-size:.28rem}.nav .orderList .order .list_content[data-v-abff49e8]{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 .32rem;margin-bottom:.16rem}.nav .orderList .order .list_content .clean_srcoll_img_box[data-v-abff49e8]{overflow:hidden;overflow-x:auto;-webkit-box-flex:1;-ms-flex:1;flex:1}.nav .orderList .order .list_content .clean_srcoll_img_box[data-v-abff49e8]::-webkit-scrollbar{display:none}.nav .orderList .order .list_content .clean_srcoll_img_box .img_box[data-v-abff49e8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.nav .orderList .order .list_content .clean_srcoll_img_box .img_box img[data-v-abff49e8]{background:#f9f9f8;width:1.44rem;height:1.44rem;margin-right:.08rem;position:relative}.nav .orderList .order .list_content .order_price_quantity[data-v-abff49e8]{width:25%;-webkit-box-sizing:border-box;box-sizing:border-box;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:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.nav .orderList .order .list_content .order_price_quantity .order_price[data-v-abff49e8]{font-family:PingFangSC-Medium;font-size:.32rem;color:#cf2f31}.nav .orderList .order .list_content .order_price_quantity .big_price[data-v-abff49e8]{font-size:.333333rem}.nav .orderList .order .list_content .order_price_quantity .order_quantity[data-v-abff49e8]{font-family:PingFangSC-Regular;font-size:12px;color:#666;text-align:right;margin-top:.16rem}.nav .orderList .order .list_content .order_price_quantity span[data-v-abff49e8]{line-height:.306667rem}.nav .orderList .order .tips[data-v-abff49e8]{background:#f5f5f5;border-radius:.08rem;padding:.14rem .2rem;font-family:PingFangSC-Regular;font-size:.28rem;color:#666;line-height:.4rem;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 .32rem}.nav .orderList .order .btn[data-v-abff49e8]{height:1.32rem;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.nav .orderList .order .btn .line[data-v-abff49e8]{background:#f0f0f0;height:1.5px;-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;top:.16rem;left:.32rem;width:calc(100% - .64rem)}.nav .orderList .order .btn button[data-v-abff49e8]{margin-right:.32rem;background:#0f4c81;border-radius:2px;width:1.8rem;height:.56rem;font-family:PingFangSC-Medium;font-size:12px;line-height:12px;color:#fff;letter-spacing:0;text-align:center;outline:0;border:0}.empty-status[data-v-abff49e8]{position:absolute;left:0;top:0;width:100%;background:#fff;padding-top:3.68rem;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.empty-status .empty-img[data-v-abff49e8]{width:2.6rem;height:2.6rem;background:url(../../static/img/default_img_contents.1704840.png) no-repeat;background-size:100% 100%;margin:0 auto}.empty-status p[data-v-abff49e8]{font-family:PingFangSC-Regular,PingFang SC;font-size:.36rem;color:#b6b9be;line-height:.5rem;text-align:center;margin-top:.2rem}.empty-status .empty-text[data-v-abff49e8]{margin:.16rem auto;font-size:.36rem;font-family:PingFangSC-Regular;color:#b6b9be;letter-spacing:0;text-align:center;font-weight:400;display:none}.search_box[data-v-60b26d80]{margin-top:.12rem;width:100%;height:.64rem;padding:0 .3rem .12rem 0;position:relative}.search_box .search[data-v-60b26d80]{margin-left:1rem;width:6.2rem;height:.64rem;background:#f7f8f9;border-radius:.1rem;font-size:.28rem;text-indent:.8rem;background-image:url(../../static/img/icon_search@3x.8dce021.png);background-repeat:no-repeat;background-size:.4rem .4rem;background-position:.24rem .08rem}.search_box .back[data-v-60b26d80]{display:inline-block;width:.15rem;height:.15rem;margin:.23rem .2rem .44rem .44rem;border-color:#656565 #656565 transparent transparent;border-style:solid;border-width:1px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg);position:absolute}.search_box .prev[data-v-60b26d80]{width:.12rem;height:.24rem}.search_box .cancel[data-v-60b26d80]{width:.32rem;height:.32rem;position:absolute;right:.84rem;top:.16rem}.black[data-v-60b26d80]{color:#323232}.grey[data-v-60b26d80]{color:#989898}.empty[data-v-e260ab64]{width:100%;height:100%;position:absolute}.empty .content[data-v-e260ab64]{position:absolute;left:50%;top:2.28rem;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.empty .content .empty_pic[data-v-e260ab64]{width:2.94rem;height:3.24rem}.empty .content .empty_text[data-v-e260ab64]{height:.44rem;line-height:.44rem;font-size:.32rem;text-align:center;margin-top:.46rem;color:#323232}.empty .content .empty_describe[data-v-e260ab64]{margin-top:.16rem;color:#989898;text-align:center}.details_box header[data-v-1abf6a46]{width:100%;height:3.38rem;background:url(../../static/img/bg_order.2a7e898.png) no-repeat;background-size:100% 100%}.details_box header .order_type[data-v-1abf6a46]{text-align:center;position:relative;padding-top:.46rem}.details_box header .order_type .type[data-v-1abf6a46]{width:100%;height:.5rem;line-height:.5rem;font-size:.36rem;font-family:PingFangSC-Medium;font-weight:500;color:#fff}.details_box header .order_type .icon_ok[data-v-1abf6a46]{background-image:url(../../static/img/icon_successfully@2x.338831e.png);background-size:.32rem .32rem;background-repeat:no-repeat;background-position:39% 50%}.details_box header .order_type .icon_cancel[data-v-1abf6a46]{background-image:url(../../static/img/icon_cancelled@2x.854407f.png);background-size:.32rem .32rem;background-repeat:no-repeat;background-position:39% 50%}.details_box header .order_type .icon_serive[data-v-1abf6a46]{background-image:url(../../static/img/icon_install_service@2x.973cff9.png);background-size:.32rem .32rem;background-repeat:no-repeat;background-position:39% 50%}.details_box header .order_type .icon_pay[data-v-1abf6a46]{background-image:url(../../static/img/icon_refunding@2x.d20c3a0.png);background-size:.32rem .32rem;background-repeat:no-repeat;background-position:39% 50%}.details_box header .order_type .icon_wait[data-v-1abf6a46]{background-image:url(../../static/img/icon_time@2x.923ea68.png);background-size:.32rem .32rem;background-repeat:no-repeat;background-position:39% 50%}.details_box header .order_type .des[data-v-1abf6a46]{margin-top:.24rem;font-family:PingFangSC-Regular;font-size:.28rem;color:#fff;text-align:center;font-weight:400}.details_box header .order_type .tip-date[data-v-1abf6a46]{font-family:PingFangSC-Regular;font-size:12px;color:#fff;letter-spacing:0;text-align:right;font-weight:400;margin-top:.24rem;padding-right:.32rem}.details_box .details[data-v-1abf6a46]{background:#f8f9fa;width:100%;position:relative;margin-top:-.05rem;border-radius:.08rem .08rem 0 0;margin-bottom:1.2rem}.details_box .details .details_list[data-v-1abf6a46]{width:100%;border-radius:.08rem .08rem 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.details_box .details .details_list>li[data-v-1abf6a46]{padding:.24rem .4rem;background-color:#fff;margin-bottom:.24rem}.details_box .details .details_list>li div h6[data-v-1abf6a46]{font-size:.32rem;float:left}.details_box .details .details_list>li div[data-v-1abf6a46]:after{content:"";clear:both;display:block}.details_box .details .details_list>li ul li[data-v-1abf6a46]{margin-top:.3rem;font-size:.28rem;color:#656565}.details_box .details .details_list>li[data-v-1abf6a46]:last-child{margin-bottom:0}.details_box .details .details_list .details_rules[data-v-1abf6a46]{border-radius:.24rem .24rem 0 0;background-color:#fff;margin-top:0}.details_box .details .details_list .details_rules .rules_header[data-v-1abf6a46]{height:.5rem;line-height:.5rem;margin-bottom:.24rem}.details_box .details .details_list .details_rules .rules_header h6[data-v-1abf6a46]{float:left;font-family:PingFangSC-Medium;font-size:.36rem;color:#010106;font-weight:500}.details_box .details .details_list .details_rules .rules_header a[data-v-1abf6a46]{font-family:PingFangSC-Regular;color:#0f4c81;text-align:right;font-weight:400;height:.5rem;line-height:.5rem;font-size:.28rem;display:inline-block;background-image:url(../../static/img/arrow_order@3x.a0eb388.png);background-size:.12rem .24rem;background-repeat:no-repeat;background-position:100% 50%;display:block;padding-right:.16rem;float:right}.details_box .details .details_list .details_rules .rules_content[data-v-1abf6a46]{max-height:1.3rem;font-size:.28rem;overflow:hidden;text-overflow:ellipsis;position:relative;color:#666}.details_box .details .details_list .details_rules .rules_content ol li[data-v-1abf6a46]{font-size:.28rem}.details_box .details .details_list .details_rules .rules_content ol .ellipsis[data-v-1abf6a46]{position:absolute;bottom:-1.5px;right:0;background-color:#fff;width:.28rem}.details_box .details .details_list .details_content .maintainRefund[data-v-1abf6a46]{font-size:.28rem;position:relative}.details_box .details .details_list .details_content .maintainRefund h6[data-v-1abf6a46]{font-family:PingFangSC-Medium;font-size:.36rem;color:#010106;font-weight:500}.details_box .details .details_list .details_content .maintainRefund span[data-v-1abf6a46]{display:block;font-size:.28rem;margin-top:.16rem;font-family:PingFangSC-Regular;color:#666;font-weight:400;margin-bottom:.16rem}.details_box .details .details_list .details_content .maintainRefund .commodity_right[data-v-1abf6a46]{position:absolute;right:0;top:0;height:100%;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}.details_box .details .details_list .details_content .maintainRefund .commodity_right a[data-v-1abf6a46]{width:1.32rem;height:.56rem;background:#fff;border:1px solid #666;border-radius:.04rem;line-height:.56rem;font-family:PingFangSC-Medium;font-size:12px;color:#010106;letter-spacing:0;text-align:center;font-weight:500}.details_box .details .details_list .details_content .partsPending[data-v-1abf6a46]{color:#323232;font-size:.32rem;font-weight:700;margin-bottom:.15rem}.details_box .details .details_list .details_content .store_header[data-v-1abf6a46]{width:100%;padding-bottom:.28rem;border-bottom:1.5px solid #f0f0f0;position:relative}.details_box .details .details_list .details_content .store_header .left[data-v-1abf6a46]{float:left;width:75%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.details_box .details .details_list .details_content .store_header .left h6[data-v-1abf6a46]{height:.5rem;line-height:.55rem;display:block;padding-bottom:.24rem;font-family:PingFangSC-Medium;font-size:.36rem;color:#010106;font-weight:500}.details_box .details .details_list .details_content .store_header .left .store_type[data-v-1abf6a46]{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.details_box .details .details_list .details_content .store_header .left .store_type li[data-v-1abf6a46]{padding:0 .18rem;margin-top:0;margin-right:.1rem;border-radius:.04rem;font-family:PingFangSC-Regular;font-size:12px;font-weight:400;-webkit-box-sizing:border-box;box-sizing:border-box}.details_box .details .details_list .details_content .store_header .left .store_type .blues[data-v-1abf6a46]{color:#30bfd5;border:1px solid #30bfd5}.details_box .details .details_list .details_content .store_header .left .store_type .green[data-v-1abf6a46]{color:#f4ab2e;border:1px solid #f4ab2e}.details_box .details .details_list .details_content .store_header .left .store_type .orange[data-v-1abf6a46]{color:#fe8755;border:1px solid #fe8755}.details_box .details .details_list .details_content .store_header .left .store_type .red[data-v-1abf6a46]{color:red;border:1px solid red}.details_box .details .details_list .details_content .store_header .left address[data-v-1abf6a46]{margin-top:.24rem;font-size:.28rem;font-family:PingFangSC-Regular;color:#666;line-height:.4rem;font-weight:400;font-style:inherit}.details_box .details .details_list .details_content .store_header .right[data-v-1abf6a46]{height:1rem;padding:.1rem 0 .1rem .32rem;border-left:1px solid #d8d8d8;position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.details_box .details .details_list .details_content .store_header .right .right_gps[data-v-1abf6a46]{margin:.04rem 0;color:#0babfe;font-size:.28rem;font-family:PingFangSC-Regular;color:#0f4c81;font-weight:400;position:relative}.details_box .details .details_list .details_content .store_header .right .right_gps .nav[data-v-1abf6a46]{margin-bottom:.24rem}.details_box .details .details_list .details_content .store_header .right .right_gps .distance img[data-v-1abf6a46],.details_box .details .details_list .details_content .store_header .right .right_gps .nav img[data-v-1abf6a46]{width:.32rem;height:.32rem;margin-right:.08rem}.details_box .details .details_list .details_content .store_header .right .right_gps .distance span[data-v-1abf6a46]{font-family:PingFangSC-Regular;font-size:.28rem;color:#666;line-height:20px;font-weight:400}.details_box .details .details_list .details_content .buyer_mes[data-v-1abf6a46]{padding-top:.32rem}.details_box .details .details_list .details_content .buyer_mes .personal_information[data-v-1abf6a46]{font-family:PingFangSC-Medium;font-size:.32rem;color:#010106;font-weight:500;line-height:.44rem;height:.44rem}.details_box .details .details_list .details_content .buyer_mes .personal_information .phone[data-v-1abf6a46]{padding-left:.04rem;font-family:PingFangSC-Medium;font-size:.32rem;color:#010106;font-weight:500}.details_box .details .details_list .details_content .buyer_mes .personal_information[data-v-1abf6a46]:after{content:"";clear:both;display:block}.details_box .details .details_list .details_content .buyer_mes .car_type[data-v-1abf6a46]{font-size:.28rem;padding-top:.08rem;font-family:PingFangSC-Regular;color:#666;line-height:.4rem;font-weight:400}.details_box .details .details_list .details_content .settlement_header h6[data-v-1abf6a46]{font-family:PingFangSC-Medium;font-size:.36rem;color:#010106;font-weight:500;line-height:.5rem}.details_box .details .details_list .details_content .settlement_header .remarks[data-v-1abf6a46]{line-height:.5rem;float:left;padding-left:.16rem;font-family:PingFangSC-Regular;font-size:12px;color:#666;font-weight:400}.details_box .details .details_list .details_content .settlement_list li[data-v-1abf6a46]{font-family:PingFangSC-Regular;font-size:.28rem;color:#666;line-height:.4rem;font-weight:400;margin-top:.24rem}.details_box .details .details_list .details_content .settlement_list li .price[data-v-1abf6a46]{float:right;font-family:PingFangSC-Regular;font-size:.28rem;color:#010106;text-align:right;font-weight:400}.details_box .details .details_list .details_content .settlement_list .red[data-v-1abf6a46]{color:#cf2f31!important}.details_box .details .details_list .details_content .order_list .time[data-v-1abf6a46]{float:right;color:#000}.details_box .details .details_list .details_content .order_list .draw_back_des[data-v-1abf6a46]{padding:.2rem 0;margin-top:.2rem;height:1.2rem;color:#656565;background-color:#f7f8f8;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:.1rem;position:relative}.details_box .details .details_list .details_content .order_list .draw_back_des[data-v-1abf6a46]:before{content:"";width:.2rem;height:.2rem;display:inline-block;-webkit-transform:rotate(45deg);transform:rotate(45deg);position:absolute;left:9%;top:-.1rem;background-color:#f7f8f8}.details_box .details .details_list .details_content .order_list_ul li[data-v-1abf6a46]{margin-top:.24rem;font-family:PingFangSC-Regular;font-size:.28rem;color:#666;line-height:.4rem;font-weight:400}.details_box .details .details_list .details_content .order_list_ul li .time[data-v-1abf6a46]{color:#010106}.details_box .details .details_list .order_header h6[data-v-1abf6a46]{font-family:PingFangSC-Medium;font-size:.36rem;color:#010106;font-weight:500;line-height:.5rem}.details_box .details .details_list .order_header div[data-v-1abf6a46]{float:right;display:block;padding:.08rem .16rem;font-family:PingFangSC-Medium;font-size:12px;color:#010106;letter-spacing:0;text-align:center;font-weight:500;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #666;border-radius:.04rem}.details_box .details .about[data-v-1abf6a46]{padding:0 .4rem;height:.82rem}.details_box .details .about ul[data-v-1abf6a46]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;height:.82rem}.details_box .details .about ul .line[data-v-1abf6a46]{margin-right:.08rem;font-family:PingFangSC-Regular;font-size:12px;color:#666;font-weight:400}.details_box .details .about ul .phone a[data-v-1abf6a46]{font-family:PingFangSC-Regular;font-size:12px;color:#0f4c81;text-align:right;font-weight:400}@media screen and (min-width:375px){.details_box .details .about ul .move[data-v-1abf6a46]{margin:0 .2rem}}.details_box .details .about ul .work_time[data-v-1abf6a46]{-webkit-box-flex:1;-ms-flex:1;flex:1;font-family:PingFangSC-Regular;font-size:12px;color:#666;font-weight:400;text-align:right}.details_box .bottom_box[data-v-1abf6a46]{width:100%;height:1.2rem;background-color:#fff;position:fixed;bottom:0}.details_box .bottom_box .contact[data-v-1abf6a46]{margin:0 auto;background-image:url(../../static/img/icon_phone@3x.aed44de.png);background-size:.4rem;background-position:0;text-align:right;background-repeat:no-repeat;font-size:.32rem;display:inline-block;font-family:PingFangSC-Regular;color:#666;font-weight:400;line-height:1.2rem;padding-left:.48rem}.details_box .bottom_box .contact-center[data-v-1abf6a46]{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.details_box .bottom_box .contact1[data-v-1abf6a46]{margin-left:2.86rem}.details_box .bottom_box .more_btn[data-v-1abf6a46]{font-size:12px;color:#666;height:1.2rem;margin:0;margin-left:.18rem!important;padding:.22rem 0 0;background-position:center .22rem}.details_box .bottom_box .contact2[data-v-1abf6a46]{float:left;margin-left:.4rem}.details_box .bottom_box .pay_now[data-v-1abf6a46]{margin-left:2.58rem!important;margin-right:.3rem;margin-top:.1rem}.details_box .bottom_box .bottom_detail[data-v-1abf6a46]{height:100%;position:relative}.details_box .bottom_box .bottom_detail p[data-v-1abf6a46]{display:inline-block;width:2.2rem;font-size:.28rem;text-align:center;line-height:.72rem;margin-left:.16rem}.details_box .bottom_box .bottom_detail .ipt_type[data-v-1abf6a46]{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.details_box .bottom_box .bottom_detail .ipt_type .normal[data-v-1abf6a46]{background-image:url(../../static/img/left_car@3x.b685d15.png);background-size:100% 100%;width:3.36rem;height:.88rem;line-height:.88rem;font-family:PingFangSC-Medium;font-size:.32rem;color:#010106;text-align:center;font-weight:500;margin-right:-.42rem}.details_box .bottom_box .bottom_detail .ipt_type .highlight_blue[data-v-1abf6a46]{font-size:.32rem;display:inline-block;font-family:PingFangSC-Regular;font-weight:400;line-height:1.2rem;background:#0f4c81;width:100%;margin:0;color:#fff}.details_box .bottom_box .bottom_detail .ipt_type .buy-btn[data-v-1abf6a46]{background-image:url(../../static/img/right_car@3x.73fe6a9.png);background-size:100% 100%;width:3.58rem;height:1.2rem;font-family:PingFangSC-Medium;font-size:.36rem;color:#fff;font-weight:500;text-align:center;line-height:1.2rem;border-radius:0;margin:0 -.02rem 0 0}.details_box .bottom_box .bottom_detail .ipt_type .buy-btn-one[data-v-1abf6a46]{font-size:.32rem;width:100%;color:#fff;background-color:#0f4c81;height:1.2rem;line-height:1.2rem;margin:0;text-align:center;font-weight:500}.details_box .bottom_box .bottom_detail .ipt_type .look-btn[data-v-1abf6a46]{background-image:url(../../static/img/right_car@3x.73fe6a9.png);background-size:100% 100%;width:3.36rem;height:.88rem;font-family:PingFangSC-Medium;font-size:.32rem;color:#fff;font-weight:500;text-align:center;line-height:.88rem;margin:0 .28rem 0 0}.details_box .bottom_box .enterCard[data-v-1abf6a46]{margin-left:4.7rem;display:inline-block;width:2.2rem;color:#fff;font-size:.28rem;line-height:.72rem;text-align:center;background:-webkit-gradient(linear,right top,left top,from(#00acfe),to(#2ce8ff));background:linear-gradient(270deg,#00acfe,#2ce8ff)}.details_box .bottom_box .serive_order[data-v-1abf6a46]{margin-left:4.7rem;display:inline-block;width:2.2rem;height:.72rem;color:#656565;font-size:.28rem;line-height:.72rem;text-align:center;border:2px solid #ebebeb}.details_box .maskLayer[data-v-1abf6a46]{height:100%;position:fixed;top:0;left:0;right:0;background-color:rgba(0,0,0,.3);z-index:10000;-webkit-transition:none .2s ease;transition:none .2s ease;opacity:1;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;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.details_box .maskLayer .QRCode[data-v-1abf6a46]{overflow:hidden;z-index:1000;padding:0 .44rem;width:6.44rem;height:5.66rem;position:relative;border-radius:.2rem;-webkit-box-sizing:border-box;box-sizing:border-box;visibility:visible;background:#fff;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:all .3s ease;transition:all .3s ease;opacity:1}.details_box .maskLayer .QRCode .qrcode_content[data-v-1abf6a46]{text-align:center;background:#fff;position:relative;margin-top:1.98rem;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #0f4c81;border-radius:4px}.details_box .maskLayer .QRCode .qrcode_content .qrcode_title[data-v-1abf6a46]{position:absolute;top:-1.5rem;font-family:PingFangSC-Medium;font-size:.36rem;color:#010106;font-weight:500;width:100%;text-align:center}.details_box .maskLayer .QRCode .qrcode_content img[data-v-1abf6a46]{padding:.12rem 0}.details_box .maskLayer .QRCode .qrcode_content .qrcode_number[data-v-1abf6a46]{margin:.16rem 0;font-size:.52rem;color:#323232}.details_box .maskLayer .QRCode .qrcode_content p[data-v-1abf6a46]{font-family:PingFangSC-Regular;font-size:.28rem;color:#fff;text-align:center;font-weight:400;background:#0f4c81}.details_box .maskLayer .QRCode .qrcode_content p[data-v-1abf6a46]:nth-child(3){font-size:.28rem;color:#fff;height:.56rem;line-height:.56rem}.details_box .maskLayer .QRCode .qrcode_content p[data-v-1abf6a46]:nth-child(4){font-size:.28rem;color:#323232}.details_box .maskLayer .qrcode_closeBtn[data-v-1abf6a46]{margin-top:.4rem;z-index:1000}.details_box .maskLayer .qrcode_closeBtn img[data-v-1abf6a46]{width:.68rem;height:.68rem}.details_box .rulePopup[data-v-1abf6a46]{z-index:1000;padding:.48rem 0 0;border-radius:10px;visibility:visible;background:#fff;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:all .3s ease;transition:all .3s ease;opacity:1}.details_box .rulePopup .rulePopup_content[data-v-1abf6a46]{width:6.44rem;max-height:7.48rem;overflow:scroll;padding:0 .5rem;-webkit-box-sizing:border-box;box-sizing:border-box}.details_box .rulePopup .rulePopup_content .rulePopup_title[data-v-1abf6a46]{font-size:.36rem;margin-bottom:.24rem;text-align:center;font-family:PingFangSC-Medium;color:#010106;font-weight:500}.details_box .rulePopup .rulePopup_content ul li[data-v-1abf6a46]{font-size:.32rem;font-family:PingFangSC-Regular;color:#010106;line-height:.48rem;font-weight:400}.details_box .rulePopup .rulePopup_closebtn[data-v-1abf6a46]{position:relative;left:50%;margin-left:-.34rem;bottom:-1.2rem;z-index:1000}.details_box .rulePopup .rulePopup_closebtn img[data-v-1abf6a46]{width:.68rem;height:.68rem}.title_box[data-v-57b6747c]{width:100%;color:#fff;height:.88rem;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.title_box .tltle_type[data-v-57b6747c]{width:2.4rem;position:absolute;z-index:100;background:#fff;-webkit-box-shadow:0 2px 6px 0 rgba(78,84,93,.1);box-shadow:0 2px 6px 0 rgba(78,84,93,.1);border:1px solid #ebebeb;left:50%;bottom:-3.52rem;-webkit-transform:translateX(-50%);transform:translateX(-50%);padding:.32rem 0 0}.title_box .tltle_type .tltle_type_list li[data-v-57b6747c]{font-size:.28rem;line-height:.4rem;height:20px;margin-bottom:12px;text-align:center}.title_box .tltle_type .tltle_type_list .normal[data-v-57b6747c]{color:#989898;font-weight:500}.title_box .tltle_type .tltle_type_list .highlight_blue[data-v-57b6747c]{color:#0babfe;font-weight:500}.title_box .tltle_type[data-v-57b6747c]:before{content:"";display:inline-block;position:absolute;left:50%;top:0;width:.2rem;height:.2rem;background:#fff;border-radius:1px;-webkit-transform:rotate(45deg) translateX(-73%);transform:rotate(45deg) translateX(-73%);border-left:1px solid #ebebeb;border-top:1px solid #ebebeb;z-index:999}.title_box .prev[data-v-57b6747c]{width:.18rem;height:.36rem;padding:.26rem .4rem;position:absolute;left:0;top:0}.title_box .details[data-v-57b6747c]{width:.4rem;height:.4rem;float:right;margin-right:.2rem;margin-top:.04rem}.title_box .title[data-v-57b6747c]{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:-webkit-box;display:-ms-flexbox;display:flex;font-family:PingFangSC-Medium;font-size:.36rem;color:#fff;text-align:center;font-weight:500}.title_box h2[data-v-57b6747c]{font-size:.36rem;line-height:.44rem;font-size:.32rem;font-weight:400;display:inline-block;text-align:center}.title_box .title_box_right[data-v-57b6747c]{width:1.1rem;float:right;position:absolute;right:.4rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.title_box .title_box_right img[data-v-57b6747c]{width:.4rem;height:.4rem}.title_box .title_box_right .left[data-v-57b6747c]{float:left}.title_box .title_box_right .right[data-v-57b6747c]{float:right}.empty[data-v-79b1b89c]{width:100%;height:100%;position:absolute}.empty .tittel_box[data-v-79b1b89c]{background-color:#fff;height:.88rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-bottom:1.5px solid #f0f0f0;position:relative}.empty .tittel_box .backLogo[data-v-79b1b89c]{width:.18rem;height:.36rem;padding:.06rem .4rem;position:absolute;left:0}.empty .tittel_box h1[data-v-79b1b89c]{font-family:PingFangSC-Medium;font-size:.36rem;color:#010106;text-align:center;font-weight:500}.empty .content[data-v-79b1b89c]{width:100%;position:absolute;left:50%;top:2.28rem;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.empty .content .empty_pic[data-v-79b1b89c]{width:2.4rem;height:2.4rem;position:relative;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.empty .content .empty_text[data-v-79b1b89c]{font-size:.36rem;margin-top:.46rem;font-family:PingFangSC-Regular;color:#b6b9be;letter-spacing:0;text-align:center}.empty .content .empty_describe[data-v-79b1b89c]{margin-top:.16rem;color:#989898;text-align:center}.empty .content .back[data-v-79b1b89c]{display:block;width:2.4rem;height:.8rem;text-align:center;line-height:.8rem;background:#0f4c81;color:#fff;border-radius:.04rem;font-size:.32rem;margin-top:1.1rem;position:relative;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.commodity_header[data-v-28304935]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.commodity_header .commodity_left[data-v-28304935]{padding-bottom:.32rem}.commodity_header .commodity_left p[data-v-28304935],.commodity_header .commodity_left ul li[data-v-28304935]{font-size:.28rem;color:#656565}.commodity_header .commodity_left p[data-v-28304935]:first-child{color:#323232;font-size:.32rem;font-weight:700;margin-bottom:.15rem}.commodity_header .commodity_right[data-v-28304935]{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.commodity_header .commodity_right a[data-v-28304935]{background:#fff;border:1px solid #666;border-radius:.04rem;display:block;height:.56rem;line-height:.56rem;font-size:12px;color:#010106;letter-spacing:0;text-align:center;font-weight:500;padding:0 .12rem}.commodity_header .time[data-v-28304935]{display:block;height:.64rem;line-height:.64rem;text-align:center;font-size:.28rem;color:#656565}.window_box[data-v-28304935]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-top:1.5px solid #f0f0f0}.price_count[data-v-28304935]{content:"";clear:both;display:block}.price_count .price[data-v-28304935]{font-size:0;float:left}.price_count .price span[data-v-28304935]{font-size:.24rem;color:#323232}.price_count .price span[data-v-28304935]:nth-child(2){font-size:.28rem}.price_count .count[data-v-28304935]{float:right;font-size:.24rem;color:#989898}.tlttle_one[data-v-28304935]{padding:.32rem 0}.tlttle_one[data-v-28304935]:first-child{font-size:.36rem;font-family:PingFangSC-Medium;color:#010106;font-weight:500}.window_box[data-v-2958ca88]{padding:.32rem 0;border-top:1.5px solid #f0f0f0}.window_box .tittle[data-v-2958ca88]{padding-bottom:.32rem;font-size:.32rem}.window_box .item-box[data-v-2958ca88]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.window_box .pic_box[data-v-2958ca88]{float:left;position:relative}.window_box .pic_box_parts[data-v-2958ca88]{width:1.44rem;height:1.44rem;background-color:red}.window_box .pic_box_parts img[data-v-2958ca88]{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;max-width:100%;max-height:100%}.window_box .pic_box_maintain[data-v-2958ca88]{width:1.44rem;height:1.44rem}.window_box .pic_box_maintain img[data-v-2958ca88]{width:100%;height:100%}.window_box .des[data-v-2958ca88]{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-left:.24rem}.window_box .des ul li[data-v-2958ca88]{margin-bottom:.1rem}.window_box .des .title[data-v-2958ca88]{font-family:PingFangSC-Regular;font-size:.28rem;color:#010106;font-weight:400}.window_box .des .num[data-v-2958ca88]{font-family:PingFangSC-Regular;font-size:12px;color:#666;font-weight:400}.window_box .des .price_count[data-v-2958ca88]{height:.38rem;line-height:.38rem;display:block}.window_box .des .price_count .price[data-v-2958ca88]{font-size:0;float:left}.window_box .des .price_count .price span[data-v-2958ca88]{font-family:PingFangSC-Medium;font-size:.28rem;color:#cf2f31;font-weight:500}.window_box .des .price_count .price span[data-v-2958ca88]:nth-child(2){font-family:PingFangSC-Medium;font-size:.32rem;color:#cf2f31;font-weight:500}.window_box .des .price_count .count[data-v-2958ca88]{float:right;font-family:PingFangSC-Regular;font-size:12px;color:#666;font-weight:400}.commodity_header[data-v-502fb54f]{display:-webkit-box;display:-ms-flexbox;display:flex;padding:.32rem 0;border-bottom:1.5px solid #f0f0f0;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.commodity_header .commodity_left ul li[data-v-502fb54f]{font-family:PingFangSC-Regular;font-size:.28rem;color:#666;font-weight:400}.commodity_header .commodity_left p[data-v-502fb54f]{font-size:.28rem;color:#656565}.commodity_header .commodity_left p[data-v-502fb54f]:first-child{margin-bottom:.16rem;font-family:PingFangSC-Medium;font-size:.36rem;color:#010106;font-weight:500}.commodity_header .commodity_right[data-v-502fb54f]{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.commodity_header .commodity_right a[data-v-502fb54f]{background:#fff;border:1px solid #666;border-radius:.04rem;display:block;width:1.32rem;height:.56rem;line-height:.56rem;font-size:12px;color:#010106;letter-spacing:0;text-align:center;font-weight:500}.commodity_header .time[data-v-502fb54f]{display:block;height:.64rem;line-height:.64rem;text-align:center;font-size:.28rem;color:#656565}.window_box[data-v-502fb54f]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.price_count[data-v-502fb54f]{content:"";clear:both;display:block}.price_count .price[data-v-502fb54f]{font-size:0;float:left}.price_count .price span[data-v-502fb54f]{font-size:.24rem;color:#323232}.price_count .price span[data-v-502fb54f]:nth-child(2){font-size:.28rem}.price_count .count[data-v-502fb54f]{float:right;font-size:.24rem;color:#989898}.tlttle_one[data-v-502fb54f]{font-size:.28rem;color:#656565;padding-top:.3rem}.tlttle_one[data-v-502fb54f]:first-child{color:#323232;font-size:.32rem;font-weight:700}.refund_list[data-v-237b03f8]{position:relative}.refund_list .title_box[data-v-237b03f8]{position:fixed;top:0;right:0;left:0;z-index:9999;width:100%;padding:0 .3rem;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff}.refund_list .title_box .tltle_type[data-v-237b03f8]{width:2.4rem;background-color:red;position:absolute;z-index:100;background:#fff;-webkit-box-shadow:0 2px 6px 0 rgba(78,84,93,.1);box-shadow:0 2px 6px 0 rgba(78,84,93,.1);border:1px solid #ebebeb;left:50%;bottom:-3.52rem;-webkit-transform:translateX(-50%);transform:translateX(-50%);padding:.32rem 0 0}.refund_list .title_box .tltle_type .tltle_type_list li[data-v-237b03f8]{font-size:.28rem;line-height:.4rem;height:20px;margin-bottom:12px;text-align:center}.refund_list .title_box .tltle_type .tltle_type_list .normal[data-v-237b03f8]{color:#989898;font-weight:500}.refund_list .title_box .tltle_type .tltle_type_list .highlight_blue[data-v-237b03f8]{color:#0babfe;font-weight:500}.refund_list .title_box .tltle_type[data-v-237b03f8]:before{content:"";display:inline-block;position:absolute;left:50%;top:0;width:.2rem;height:.2rem;background:#fff;border-radius:1px;-webkit-transform:rotate(45deg) translateX(-73%);transform:rotate(45deg) translateX(-73%);border-left:1px solid #ebebeb;border-top:1px solid #ebebeb;z-index:999}.refund_list .title_box .prev[data-v-237b03f8]{width:.4rem;height:.4rem;padding:.24rem 0}.refund_list .title_box .details[data-v-237b03f8]{width:.32rem;height:.32rem;float:right;margin-right:.2rem;margin-top:.04rem}.refund_list .title_box .title[data-v-237b03f8]{height:.44rem;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:-webkit-box;display:-ms-flexbox;display:flex}.refund_list .title_box h2[data-v-237b03f8]{line-height:.44rem;font-size:.32rem;font-weight:400;display:inline-block;text-align:center}.refund_list .title_box .title_box_right[data-v-237b03f8]{width:1.1rem;float:right;position:absolute;right:.3rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.refund_list .title_box .title_box_right img[data-v-237b03f8]{width:.4rem;height:.4rem}.refund_list .title_box .title_box_right .left[data-v-237b03f8]{float:left}.refund_list .title_box .title_box_right .right[data-v-237b03f8]{float:right}.refund_list nav[data-v-237b03f8]{background-color:#fff}.refund_list nav .list[data-v-237b03f8]{margin:.24rem .55rem;font-size:.28rem;position:relative;color:#989898}.refund_list nav .blue[data-v-237b03f8]{color:#0babfe;font-weight:bolder}.refund_list nav .blue[data-v-237b03f8]:after{content:"";width:.32rem;height:.04rem;background-color:#0babfe;display:inline-block;position:absolute;left:50%;bottom:-.24rem;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.refund_list .order[data-v-237b03f8]{padding:.88rem .3rem .24rem;-webkit-box-sizing:border-box;box-sizing:border-box}.refund_list .order .order_list .order_detail[data-v-237b03f8]{width:100%;background-color:#fff;border-radius:.08rem;-webkit-box-shadow:0 2px 6px 0 rgba(78,84,93,.1);box-shadow:0 2px 6px 0 rgba(78,84,93,.1);-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;margin-top:.16rem;padding-bottom:.16rem}.refund_list .order .order_list .order_detail .box_content[data-v-237b03f8]{padding:.24rem .24rem .24rem .3rem}.refund_list .order .order_list .order_detail .box_content .detail_title[data-v-237b03f8]{display:-webkit-box;display:-ms-flexbox;display:flex;color:#323232;position:relative}.refund_list .order .order_list .order_detail .box_content .detail_title .logo[data-v-237b03f8]{width:.4rem;height:.4rem;float:left;line-height:.4rem;text-align:center;margin-right:.06rem;border-radius:50%}.refund_list .order .order_list .order_detail .box_content .detail_title .blue[data-v-237b03f8]{color:#0babfe;border:1px solid #0babfe}.refund_list .order .order_list .order_detail .box_content .detail_title .orange[data-v-237b03f8]{color:#ff8900;border:1px solid #ff8900}.refund_list .order .order_list .order_detail .box_content .detail_title .order_name[data-v-237b03f8]{padding:.02rem 0 0 .02rem;line-height:.44rem;font-size:.32rem;margin-right:.06rem}.refund_list .order .order_list .order_detail .box_content .detail_title .order_num[data-v-237b03f8]{padding-top:.02rem;line-height:.44rem;font-weight:400;font-size:.28rem;margin-right:1rem}.refund_list .order .order_list .order_detail .box_content .detail_title .order_type[data-v-237b03f8]{line-height:.44rem;font-size:.28rem;position:absolute;bottom:0;right:0;color:#656565}.refund_list .order .order_list .order_detail .box_content .detail_title .blue_font[data-v-237b03f8]{color:#0babfe}.refund_list .order .order_list .order_detail .box_content .detail_title .orange_font[data-v-237b03f8]{color:#ff8900}.refund_list .order .order_list .order_detail .box_content .mes[data-v-237b03f8]{margin:.12rem 0;color:#656565}.refund_list .order .order_list .order_detail .box_content .mes p[data-v-237b03f8]{margin:.15rem 0;line-height:.34rem}.refund_list .order .order_list .order_detail .box_content .content_price[data-v-237b03f8]{width:100%;position:relative;margin-left:-.04rem}.refund_list .order .order_list .order_detail .box_content .content_price .pic_box[data-v-237b03f8]{margin-top:.08rem;width:4.7rem;height:1.32rem;overflow:hidden;overflow-x:auto}.refund_list .order .order_list .order_detail .box_content .content_price .pic_box[data-v-237b03f8]::-webkit-scrollbar{display:none}.refund_list .order .order_list .order_detail .box_content .content_price .pic_box .pic_list .pic_detail[data-v-237b03f8]{width:1.32rem;height:1.32rem;float:left;margin:.04rem;position:relative;background:#f7f8f9}.refund_list .order .order_list .order_detail .box_content .content_price .pic_box .pic_list img[data-v-237b03f8]{width:1rem;height:1rem;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.refund_list .order .order_list .order_detail .box_content .content_price .keep_running[data-v-237b03f8]{font-size:.32rem;line-height:.84rem}.refund_list .order .order_list .order_detail .box_content .content_price .price[data-v-237b03f8]{height:1.64rem;padding:.2rem .3rem .24rem .22rem;-webkit-box-sizing:border-box;box-sizing:border-box}.refund_list .order .order_list .order_detail .box_content .content_price .price .normal .price_integer[data-v-237b03f8]{line-height:.38rem;font-size:.34rem;display:inline-block;color:#f33b3b;font-family:Roboto;font-weight:400;margin-top:.24rem}.refund_list .order .order_list .order_detail .box_content .content_price .price .normal .price_decimal[data-v-237b03f8]{font-family:Roboto;display:inline-block;color:#f33b3b;line-height:.38rem;margin:.24rem 0 0}.refund_list .order .order_list .order_detail .box_content .content_price .price .normal .count[data-v-237b03f8]{font-weight:400;margin-top:.08rem;text-align:right;color:#656565;line-height:.34rem}.refund_list .order .order_list .order_detail .box_content .content_price .price .count_use[data-v-237b03f8]{color:#656565;font-weight:400;text-align:center;font-size:.24rem;float:right}.refund_list .order .order_list .order_detail .box_content .content_price .price .count_use .price_integer[data-v-237b03f8]{line-height:.38rem;font-size:.34rem;display:inline-block;color:#f33b3b;font-family:Roboto;font-weight:400}.refund_list .order .order_list .order_detail .box_content .content_price .price .count_use .price_decimal[data-v-237b03f8]{font-family:Roboto;display:inline-block;color:#f33b3b;line-height:.38rem;margin:0}.refund_list .order .order_list .order_detail .box_content .content_price .price .count_use .count[data-v-237b03f8]{font-weight:400;margin-top:.06rem;text-align:right;color:#656565;line-height:.34rem;height:.34rem}.refund_list .order .order_list .order_detail .box_content .content_price .price .count_use .grey_use[data-v-237b03f8]{color:#989898}.refund_list .order .order_list .order_detail .box_content .content_price .price .count_use .wait_use[data-v-237b03f8]{width:2rem;position:absolute;bottom:.19rem;right:.02rem;color:#f33b3b}.refund_list .order .order_list .order_detail .box_content .content_price .keep_price_bottom[data-v-237b03f8]{position:absolute;right:-.24rem;bottom:-.55rem}.refund_list .order .order_list .order_detail .box_content .content_price .pic_price_bottom[data-v-237b03f8]{position:absolute;right:-.24rem;bottom:-.24rem}.refund_list .order .order_list .order_detail .cancel_box[data-v-237b03f8]{margin:0 .3rem;padding:.16rem 0 0;height:.96rem;border-top:1px solid #f7f8f8;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.refund_list .order .order_list .order_detail .cancel_box p[data-v-237b03f8]{padding:0 13px;height:.64rem;font-size:.28rem;text-align:center;line-height:.64rem;margin-left:.16rem}.refund_list .order .order_list .order_detail .cancel_box .normal[data-v-237b03f8]{color:#656565;border:1px solid #ebebeb;border-radius:.04rem}.refund_list .order .order_list .order_detail .cancel_box .highlight_blue[data-v-237b03f8]{background:-webkit-gradient(linear,right top,left top,from(#00acfe),to(#2ce8ff));background:linear-gradient(270deg,#00acfe,#2ce8ff);border-radius:.04rem;color:#fff}.refund_list .order .order_list .order_detail .coupon[data-v-237b03f8]{display:-webkit-box;display:-ms-flexbox;display:flex}.refund_list .order .order_list .order_detail .coupon .coupon_pic[data-v-237b03f8]{width:1.32rem;height:1.32rem;position:relative;background:#f7f8f9;margin:0 .3rem}.refund_list .order .order_list .order_detail .coupon .coupon_pic img[data-v-237b03f8]{width:1.06rem;height:1.06rem;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.refund_list .order .order_list .order_detail .coupon .price[data-v-237b03f8]{padding:.08rem .22rem 0 .18rem;-webkit-box-sizing:border-box;box-sizing:border-box}.refund_list .order .order_list .order_detail .coupon .price .price_integer[data-v-237b03f8]{line-height:.38rem;font-size:.32rem;display:inline-block;color:#f33b3b;font-family:Roboto;font-weight:400;float:left}.refund_list .order .order_list .order_detail .coupon .price .price_decimal[data-v-237b03f8]{font-family:Roboto;display:inline-block;color:#f33b3b;line-height:.38rem;margin:0}.refund_list .order .order_list .order_detail .coupon .price .count[data-v-237b03f8]{font-weight:400;margin-top:.08rem;color:#656565;float:right}.refund_list .order .order_list .order_detail .coupon .price .count_use[data-v-237b03f8]{color:#656565;font-weight:400;line-height:.34rem;text-align:center}.refund_list .order .order_list .order_detail .coupon .price .count_use .grey_use[data-v-237b03f8]{color:#989898}.refund_list .order .order_list .order_detail .coupon .price .coupon_name[data-v-237b03f8]{font-size:.28rem;font-weight:400;color:#323232;margin-bottom:.16rem}.refund_list .order .order_list .order_detail .coupon .price .commodity_name[data-v-237b03f8]{font-weight:400;color:#323232;margin-bottom:.16rem}.refund_list .order .order_list .order_detail .delete_order[data-v-237b03f8]{width:1.6rem;height:.64rem;text-align:center;line-height:.64rem;border:1px solid #ebebeb;color:#656565;font-size:.28rem;margin-left:5rem}.refund_list .translate_reverse[data-v-237b03f8]{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.refund_list .flex[data-v-237b03f8]{display:-webkit-box;display:-ms-flexbox;display:flex}.seckilldetail[data-v-f8296e8a]{position:relative;height:100%;width:100vw;overflow-x:hidden;overflow-y:auto;background-color:#f7f8f9}.seckilldetail .fade-enter-active[data-v-f8296e8a]{-webkit-transition:opacity .5s;transition:opacity .5s}.seckilldetail .fade-enter[data-v-f8296e8a]{opacity:0}.seckilldetail .DetailImg[data-v-f8296e8a]{position:relative;width:100%;height:100vw;background-color:#fff}.seckilldetail .DetailImg .van-swipe[data-v-f8296e8a]{width:100%;height:100%}.seckilldetail .DetailImg .van-swipe img[data-v-f8296e8a]{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;width:100%;height:100%}.seckilldetail .DetailImg .van-swipe .flow-img[data-v-f8296e8a]{width:70%;height:auto}.seckilldetail .DetailImg .van-swipe video[data-v-f8296e8a]{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;width:100%}.seckilldetail .chooseVideoImg[data-v-f8296e8a]{width:100vw;position:absolute;top:calc(100vw - .8rem);left:0;right:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:distribute;justify-content:space-around}.seckilldetail .chooseVideoImg .btn[data-v-f8296e8a]{width:1.2rem;height:.56rem;text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;border:1px solid #f0f0f0;border-radius:.28rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.seckilldetail .chooseVideoImg .btn[data-v-f8296e8a]:first-child{margin-right:.32rem}.seckilldetail .chooseVideoImg .btn i[data-v-f8296e8a]{margin-right:.05rem;width:.28rem;height:.24rem;display:inline-block}.seckilldetail .chooseVideoImg .btn i img[data-v-f8296e8a]{width:100%;height:100%}.seckilldetail .chooseVideoImg .btn span[data-v-f8296e8a]{font-family:PingFangSC-Regular;font-size:12px;color:#666;font-weight:400}.seckilldetail .chooseVideoImg .active[data-v-f8296e8a]{background:#0f4c81;border:none}.seckilldetail .chooseVideoImg .active span[data-v-f8296e8a]{color:#fff!important}.seckilldetail .chooseVideoImg .btn_more[data-v-f8296e8a]{width:.76rem;height:.4rem;border-radius:.2rem;background:#ccc;text-align:center;line-height:.4rem;position:absolute;right:.4rem;font-family:PingFangSC-Regular;font-size:12px;color:#fff;font-weight:400}.seckilldetail .van-popup[data-v-f8296e8a]{width:100%;height:100%}.seckilldetail .popupBox[data-v-f8296e8a]{width:100%;min-height:100%;background-color:#000}.seckilldetail .popupBox .top-box[data-v-f8296e8a]{padding-top:.3rem;height:1rem;color:#fff;font-size:.32rem;position:relative}.seckilldetail .popupBox .top-box .close-btn[data-v-f8296e8a]{position:absolute;left:.3rem}.seckilldetail .popupBox .top-box .close-btn .van-icon[data-v-f8296e8a]{font-size:.5rem;line-height:1rem}.seckilldetail .popupBox .top-box .tabs-boxs[data-v-f8296e8a]{position:relative;left:50%;width:30%;height:100%;text-align:center;-webkit-transform:translate(-50%);transform:translate(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.seckilldetail .popupBox .top-box .tabs-boxs span[data-v-f8296e8a]{display:inline-block;height:100%;line-height:1rem;position:relative}.seckilldetail .popupBox .top-box .tabs-boxs .active[data-v-f8296e8a]{color:#0f4c81;font-weight:600}.seckilldetail .popupBox .top-box .tabs-boxs .active[data-v-f8296e8a]:after{content:"";width:.32rem;height:.04rem;position:absolute;left:50%;bottom:0;background-color:#0f4c81;-webkit-transform:translate(-50%);transform:translate(-50%)}.seckilldetail .popupBox .video-box[data-v-f8296e8a]{position:absolute;width:100%;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.seckilldetail .popupBox .video-box video[data-v-f8296e8a]{width:100%}.seckilldetail .popupBox .img-box[data-v-f8296e8a]{position:absolute;width:100%;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.seckilldetail .goodsCount[data-v-f8296e8a]{padding:0 .32rem;position:relative;height:1.32rem;background-image:-webkit-gradient(linear,left top,right top,from(#fd570d),to(#ffa747))!important;background-image:linear-gradient(90deg,#fd570d,#ffa747)!important}.seckilldetail .goodsCount .goodsCount_left[data-v-f8296e8a]{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-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.seckilldetail .goodsCount .goodsCount_left .price[data-v-f8296e8a]{font-size:0;color:#fff;line-height:1;margin-bottom:2px}.seckilldetail .goodsCount .goodsCount_left .price i[data-v-f8296e8a]{font-size:.32rem}.seckilldetail .goodsCount .goodsCount_left .price span[data-v-f8296e8a]{font-size:.48rem}.seckilldetail .goodsCount .goodsCount_left .price del[data-v-f8296e8a]{margin-left:.08rem;font-size:.32rem;opacity:.8}.seckilldetail .goodsCount .goodsCount_left .haveSell[data-v-f8296e8a]{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.seckilldetail .goodsCount .goodsCount_left .haveSell span[data-v-f8296e8a]{font-size:.28rem;color:#fff}.seckilldetail .goodsCount .goodsCount_left .haveSell .chart[data-v-f8296e8a]{margin:0 .2rem;width:2.2rem;height:.16rem;background-color:hsla(0,0%,100%,.2);border-radius:.08rem;overflow:hidden}.seckilldetail .goodsCount .goodsCount_left .haveSell .chart .chart_left[data-v-f8296e8a]{height:100%;background-color:#fff}.seckilldetail .goodsCount .goodsCount_left .haveSell .chartEmpty[data-v-f8296e8a]{width:2.2rem;height:.16rem;background-color:#fff;opacity:.2;border-radius:.08rem}.seckilldetail .goodsCount .goodsCount_right[data-v-f8296e8a]{z-index:999;text-align:center;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-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.seckilldetail .goodsCount .goodsCount_right .countDownText[data-v-f8296e8a]{font-size:.24rem;color:#f33b3b;margin-bottom:.08rem}.seckilldetail .goodsCount .goodsCount_right .countDownNum .item[data-v-f8296e8a]{display:inline-block;width:.4rem;height:.4rem;border-radius:4px;color:#fff;font-size:.28rem;line-height:.4rem;text-align:center;background-color:#323232}.seckilldetail .goodsCountEmpty[data-v-f8296e8a]{background-color:#fff;padding:0 .3rem;margin-bottom:-.3rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.seckilldetail .goodsCountEmpty .price[data-v-f8296e8a]{font-size:0;color:#f33b3b}.seckilldetail .goodsCountEmpty .price i[data-v-f8296e8a]{font-size:.32rem}.seckilldetail .goodsCountEmpty .price span[data-v-f8296e8a]{font-size:.48rem;color:#f33b3b}.seckilldetail .goodsCountEmpty .price del[data-v-f8296e8a]{font-size:.28rem;color:#989898}.seckilldetail .goodsCountEmpty span[data-v-f8296e8a]{font-size:.24rem;color:#656565}.seckilldetail .emptyTip[data-v-f8296e8a]{position:absolute;top:6rem;left:50%;margin-left:-1.94rem;width:3.08rem;height:.84rem;padding:.26rem .4rem;background:rgba(0,0,0,.7);font-size:.28rem;color:#fff;border-radius:5px}.seckilldetail .goodsCountPreper[data-v-f8296e8a]{background:#fff;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.48rem .28rem 0}.seckilldetail .goodsCountPreper .unNormal_unShelve em[data-v-f8296e8a]{font-family:PingFangSC-Medium;font-size:.52rem;color:#666;font-weight:500}.seckilldetail .goodsCountPreper .goodsCountPreper_top[data-v-f8296e8a]{-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:.52rem;padding-bottom:.18rem}.seckilldetail .goodsCountPreper .goodsCountPreper_top .price[data-v-f8296e8a]{font-size:0;color:#cf2f31}.seckilldetail .goodsCountPreper .goodsCountPreper_top .price i[data-v-f8296e8a]{font-size:.32rem;font-family:PingFangSC-Regular;text-align:right;font-weight:400}.seckilldetail .goodsCountPreper .goodsCountPreper_top .price span[data-v-f8296e8a]{color:#cf2f31;font-size:.48rem;font-family:PingFangSC-Medium}.seckilldetail .goodsCountPreper .goodsCountPreper_top .price del[data-v-f8296e8a]{margin-left:.16rem;font-size:.32rem;font-family:PingFangSC-Regular;color:#666;font-weight:400}.seckilldetail .goodsCountPreper .goodsCountPreper_top span[data-v-f8296e8a]{font-size:.28rem;font-family:PingFangSC-Regular;color:#666;text-align:right;font-weight:400}.seckilldetail .goodsCountPreper .goodsCountPreper_bottom[data-v-f8296e8a]{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:.1rem}.seckilldetail .goodsCountPreper .goodsCountPreper_bottom .van-button .van-button__text[data-v-f8296e8a]{color:#f33b3b;font-size:.2rem;margin-left:0}.seckilldetail .goodsCountPreper .goodsCountPreper_bottom span[data-v-f8296e8a]{font-size:.28rem;color:#656565}.seckilldetail .goodsCountPreper .goodsCountPreper_bottom span i[data-v-f8296e8a]{color:#f33b3b}.seckilldetail .bg_img[data-v-f8296e8a]{width:2.9rem;height:1.32rem;background:url(../../static/img/img_miaosha@3x.234155f.png) no-repeat;background-size:100% 100%;position:absolute;top:0;right:0}.seckilldetail .goodsDec[data-v-f8296e8a]{background-color:#fff;padding-top:.18rem;padding-left:.28rem}.seckilldetail .goodsDec .goodsDec_top[data-v-f8296e8a]{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.seckilldetail .goodsDec .goodsDec_top .goodsDec_cont[data-v-f8296e8a]{max-width:6.2rem;font-family:PingFangSC-Medium;font-size:.36rem;color:#010106;line-height:.56rem;font-weight:500}.seckilldetail .goodsDec .goodsDec_top .goodsDec_share[data-v-f8296e8a]{width:1.8rem;border-radius:2rem 0 0 2rem;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:.62rem;background:#f5f5f5}.seckilldetail .goodsDec .goodsDec_top .goodsDec_share img[data-v-f8296e8a]{width:.44rem;height:.44rem}.seckilldetail .goodsDec .goodsDec_top .goodsDec_share span[data-v-f8296e8a]{font-size:.32rem;margin-left:.08rem;font-family:PingFangSC-Regular;color:#666;font-weight:400;line-height:.62rem}.seckilldetail .goodsDec .goodsDec_middle[data-v-f8296e8a]{margin:.16rem 0;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.seckilldetail .goodsDec .goodsDec_middle span[data-v-f8296e8a]{font-size:.24rem;color:#656565}.seckilldetail .goodsDec .goodsDec_middle .van-button--mini[data-v-f8296e8a]{min-width:0;padding:0 2px}.seckilldetail .goodsDec .goodsDec_middle .van-button__text[data-v-f8296e8a]{font-size:.2rem;color:#f33b3b}.seckilldetail .goodsDec .goodsDec_middle .goodsCountPreper_bottom[data-v-f8296e8a]{height:.4rem;overflow:hidden}.seckilldetail .goodsDec .goodsDec_bot[data-v-f8296e8a]{padding-bottom:.32rem;padding-right:.3rem;font-size:.28rem;font-family:PingFangSC-Regular;color:#666;line-height:.4rem;font-weight:400}.seckilldetail .goodsSize[data-v-f8296e8a]{margin:.24rem 0;background-color:#fff;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:1.2rem;padding:0 .4rem}.seckilldetail .goodsSize .goodsSize_left span[data-v-f8296e8a]:first-child{font-size:.28rem;font-family:PingFangSC-Regular;color:#666;text-align:right;font-weight:400}.seckilldetail .goodsSize .goodsSize_left span[data-v-f8296e8a]:nth-child(2){font-size:.32rem;font-family:PingFangSC-Regular;color:#010106;font-weight:400}.seckilldetail .goodsSize .goodsSize_left .goodsSize_left_content[data-v-f8296e8a]{margin-left:.24rem}.seckilldetail .goodsSize .goodSize_right img[data-v-f8296e8a]{width:.14rem;height:.28rem}.seckilldetail .gray_style[data-v-f8296e8a]{display:-webkit-box;display:-ms-flexbox;display:flex;font-family:PingFangSC-Regular;font-size:.28rem;color:#666;font-weight:400}.seckilldetail .gray_style span[data-v-f8296e8a]:first-child{font-size:.28rem;font-family:PingFangSC-Regular;color:#666;text-align:right;font-weight:400;margin-right:.24rem}.seckilldetail .goodsServes[data-v-f8296e8a]{-ms-flex-wrap:wrap;flex-wrap:wrap;background:#e1e7ed;border:1px solid #e1e7ed;padding:.4rem .4rem .24rem}.seckilldetail .goodsServes .van-col[data-v-f8296e8a]{margin-bottom:.16rem}.seckilldetail .goodsServes .goodsServe[data-v-f8296e8a]{opacity:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.seckilldetail .goodsServes .goodsServe img[data-v-f8296e8a]{width:.28rem;height:.28rem;margin-right:.08rem}.seckilldetail .goodsServes .goodsServe span[data-v-f8296e8a]{font-family:PingFangSC-Regular;font-size:.28rem;color:#0f4c81;font-weight:400}.seckilldetail .allDetail[data-v-f8296e8a]{width:100%;height:1.34rem;line-height:1.34rem;background-color:#f8f9fa;font-size:.28rem;position:relative;font-family:PingFangSC-Regular;color:#666;text-align:center;font-weight:400}.seckilldetail .allDetail[data-v-f8296e8a]:before{content:"";position:absolute;top:50%;right:60%;width:1rem;height:2px;background-color:#f0f0f0}.seckilldetail .allDetail[data-v-f8296e8a]:after{content:"";position:absolute;top:50%;left:60%;width:1rem;height:2px;background-color:#f0f0f0}.seckilldetail .goodsDetails .goodsDetail[data-v-f8296e8a]{margin-bottom:.24rem;background:#fff}.seckilldetail .goodsDetails .goodsDetail img[data-v-f8296e8a]{width:100%}.seckilldetail .recommend_ranking[data-v-f8296e8a]{padding-bottom:.5rem;background:#fff;margin-bottom:1.2rem}.seckilldetail .recommend_ranking .recommend_ranking_title[data-v-f8296e8a]{width:100%;height:.8rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 2.54rem}.seckilldetail .recommend_ranking .recommend_ranking_title span[data-v-f8296e8a]{display:inline-block;text-align:center;font-family:PingFangSC-Medium;font-size:.36rem;color:#666;font-weight:500;line-height:.8rem}.seckilldetail .recommend_ranking .recommend_ranking_title .activeR[data-v-f8296e8a]{position:relative;color:#010106!important}.seckilldetail .recommend_ranking .recommend_ranking_title .activeR[data-v-f8296e8a]:after{content:"";position:absolute;bottom:0;top:100%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);height:.04rem;width:.32rem;background:#0f4c81}.seckilldetail .recommend_ranking .recommend_ranking_content[data-v-f8296e8a]{position:relative;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding:.34rem .4rem}.seckilldetail .recommend_ranking .recommend_ranking_content .total_content[data-v-f8296e8a]{width:100%;overflow:hidden}.seckilldetail .recommend_ranking .recommend_ranking_content .total_content .van-row[data-v-f8296e8a]{-ms-flex-wrap:wrap;flex-wrap:wrap}.seckilldetail .recommend_ranking .recommend_ranking_content .total_content .van-col[data-v-f8296e8a]{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:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:2.38rem;margin-bottom:.16rem}.seckilldetail .recommend_ranking .recommend_ranking_content .total_content .van-col .imgbox[data-v-f8296e8a]{position:relative;width:2.38rem;height:2.1rem}.seckilldetail .recommend_ranking .recommend_ranking_content .total_content .van-col .imgbox img[data-v-f8296e8a]{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;height:100%;width:100%}.seckilldetail .recommend_ranking .recommend_ranking_content .total_content .van-col p[data-v-f8296e8a]:nth-child(2){text-align:center;word-break:break-all;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;padding-top:.16rem;line-height:.4rem;font-family:PingFangSC-Regular;font-size:.28rem;color:#010106;font-weight:400}.seckilldetail .recommend_ranking .recommend_ranking_content .total_content .van-col p[data-v-f8296e8a]:nth-child(3){font-size:.32rem;font-family:PingFangSC-Medium;color:#cf2f31;font-weight:500;line-height:.44rem;padding-top:.08rem;padding-bottom:.08rem}.seckilldetail .recommend_ranking .recommend_ranking_content .chart[data-v-f8296e8a]{position:absolute;top:6.8rem;left:50%;margin-left:-.48rem}.seckilldetail .recommend_ranking .recommend_ranking_content .chart .chart_number[data-v-f8296e8a]{height:.08rem;width:.48rem;background-color:#f7f8f9}.seckilldetail .recommend_ranking .recommend_ranking_content .chart .chart_active[data-v-f8296e8a]{background-color:#0f4c81;width:.48rem;height:.08rem}.seckilldetail .pay_cart_1[data-v-f8296e8a]{background-color:#fff;position:fixed;bottom:0;left:0;width:100%}.seckilldetail .pay_cart_1 .buynow[data-v-f8296e8a]{padding:.24rem;-webkit-box-sizing:border-box;box-sizing:border-box}.seckilldetail .pay_cart_1 .buynow .a[data-v-f8296e8a]{display:block;width:100%;height:.88rem;line-height:.88rem;color:#fff;border-radius:.04rem;font-family:PingFangSC-Medium;font-size:.32rem;text-align:center;font-weight:500}.seckilldetail .pay_cart_1 .buynow .buy-now-goods[data-v-f8296e8a]{background:#0f4c81}.seckilldetail .pay_cart[data-v-f8296e8a]{background-color:#fff;-webkit-box-shadow:0 -.05rem .24rem rgba(0,0,0,.06);box-shadow:0 -.05rem .24rem rgba(0,0,0,.06);position:fixed;bottom:0;left:0;width:100%;height:1.2rem}.seckilldetail .pay_cart .van-row--flex[data-v-f8296e8a]{flex-wrap:nowrap;-ms-flex-wrap:nowrap}.seckilldetail .pay_cart .pay_cart_row[data-v-f8296e8a]{height:100%;width:100%;padding:0 .28rem 0 .4rem;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.seckilldetail .pay_cart .pay_cart_row .cart[data-v-f8296e8a]{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:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.seckilldetail .pay_cart .pay_cart_row .cart img[data-v-f8296e8a]{width:.44rem;height:.44rem}.seckilldetail .pay_cart .pay_cart_row .cart p[data-v-f8296e8a]{padding-top:1px;font-family:PingFangSC-Regular;font-size:12px;color:#666;font-weight:400}.seckilldetail .pay_cart .pay_cart_row .buy_btn[data-v-f8296e8a]{display:-webkit-box;display:-ms-flexbox;display:flex}.seckilldetail .pay_cart .pay_cart_row .buy_btn .addCart[data-v-f8296e8a]{margin-right:-.42rem}.seckilldetail .pay_cart .pay_cart_row .buy_btn .addCart .a[data-v-f8296e8a]{background:url(../../static/img/left_car@3x.b685d15.png) no-repeat;background-size:100% 100%;color:#010106;position:relative}.seckilldetail .pay_cart .pay_cart_row .buy_btn .addCart .a[data-v-f8296e8a],.seckilldetail .pay_cart .pay_cart_row .buy_btn .buynow .a[data-v-f8296e8a]{display:block;width:3.36rem;height:.88rem;line-height:.88rem;text-align:center;font-size:.32rem;font-family:PingFangSC-Medium;font-weight:500;-webkit-box-sizing:border-box;box-sizing:border-box}.seckilldetail .pay_cart .pay_cart_row .buy_btn .buynow .a[data-v-f8296e8a]{background:url(../../static/img/right_car@3x.73fe6a9.png) no-repeat;background-size:100% 100%;color:#fff;border-radius:0 2px 2px 0}.seckilldetail .pay_cart .cart_number[data-v-f8296e8a]{position:absolute;left:.9rem;top:.1rem;width:.28rem;height:.28rem;line-height:.28rem;text-align:center;color:#fff;background:#cf2f31;border-radius:100%;font-size:.2rem;font-weight:500}.seckilldetail .pay_cart .grayStyle[data-v-f8296e8a]{height:1.2rem;width:100%;text-align:center;line-height:.98rem;font-size:.32rem;font-family:PingFangSC-Regular;color:#010106;font-weight:400}.seckilldetail .sku_content .sku_top[data-v-f8296e8a]{padding:.32rem .4rem 0}.seckilldetail .sku_content .sku_top .content_btn[data-v-f8296e8a]{position:relative}.seckilldetail .sku_content .sku_top .content_btn .img_price .imgbox[data-v-f8296e8a]{position:relative;width:2.12rem;height:2.12rem}.seckilldetail .sku_content .sku_top .content_btn .img_price .imgbox img[data-v-f8296e8a]{width:100%;height:100%}.seckilldetail .sku_content .sku_top .content_btn .img_price .price_number[data-v-f8296e8a]{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}.seckilldetail .sku_content .sku_top .content_btn .img_price .price_number .price[data-v-f8296e8a]{font-size:0;color:#cf2f31;height:.74rem;line-height:.74rem}.seckilldetail .sku_content .sku_top .content_btn .img_price .price_number .price i[data-v-f8296e8a]{font-size:.32rem}.seckilldetail .sku_content .sku_top .content_btn .img_price .price_number .price span[data-v-f8296e8a]{font-size:.4rem}.seckilldetail .sku_content .sku_top .content_btn .img_price .price_number p[data-v-f8296e8a]{padding-top:.08rem;font-family:PingFangSC-Regular;font-size:12px;color:#666;font-weight:400}.seckilldetail .sku_content .sku_top .content_btn .closebtn[data-v-f8296e8a]{width:.36rem;height:.36rem;position:absolute;right:-.3rem;top:-.32rem;padding:.3rem}.seckilldetail .sku_content .sku_top .chose_number[data-v-f8296e8a]{margin-top:.24rem}.seckilldetail .sku_content .sku_top .chose_number p[data-v-f8296e8a]{font-family:PingFangSC-Regular;font-size:.32rem;color:#010106;font-weight:400}.seckilldetail .sku_content .sku_top .chose_number p span[data-v-f8296e8a]{font-size:.28rem;padding-left:.08rem;font-family:PingFangSC-Regular;color:#666;line-height:.4rem;font-weight:400}.seckilldetail .sku_content .sku_top .chose_number .adjustNumber[data-v-f8296e8a]{margin-top:.24rem;position:relative}.seckilldetail .sku_content .sku_top .chose_number .active[data-v-f8296e8a]{width:.9rem;height:.64rem;border:1px solid transparent;position:absolute;z-index:2019;top:3.5rem;left:2.3rem}.seckilldetail .sku_content .sku_top .chose_store[data-v-f8296e8a]{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:.58rem}.seckilldetail .sku_content .sku_top .chose_store .sort_left[data-v-f8296e8a]{font-size:.28rem;font-family:PingFangSC-Regular;color:#666;line-height:.4rem;font-weight:400}.seckilldetail .sku_content .sku_top .chose_store .sort_right[data-v-f8296e8a]{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.seckilldetail .sku_content .sku_top .chose_store .sort_right span[data-v-f8296e8a]{font-size:.32rem;font-family:PingFangSC-Regular;color:#010106;font-weight:400}.seckilldetail .sku_content .sku_top .chose_store .sort_right img[data-v-f8296e8a]{width:.32rem;height:.32rem}.seckilldetail .sku_content .sku_top .store_tip[data-v-f8296e8a]{margin-top:.5rem}.seckilldetail .sku_content .sku_top .store_tip .tip_top[data-v-f8296e8a]{font-family:PingFangSC-Regular;font-size:.28rem;color:#010106;font-weight:400;background:#faefd8;padding:.24rem}.seckilldetail .sku_content .sku_top .store_tip .tip_bottom[data-v-f8296e8a]{padding-top:.86rem;font-family:PingFangSC-Regular;font-size:12px;color:#666;font-weight:400}.seckilldetail .sku_content .sku_bottom[data-v-f8296e8a]{margin-top:.1rem;height:1.2rem;background:#fff;-webkit-box-shadow:0 -2px 4px 0 rgba(0,0,0,.05);box-shadow:0 -2px 4px 0 rgba(0,0,0,.05);border-radius:4px 4px 0 0}.seckilldetail .sku_content .sku_bottom .a[data-v-f8296e8a]:first-child{background:url(../../static/img/left_car@3x.b685d15.png) no-repeat;background-size:100% 100%;color:#010106;position:relative;margin-right:-.42rem}.seckilldetail .sku_content .sku_bottom .a[data-v-f8296e8a]:first-child,.seckilldetail .sku_content .sku_bottom .a[data-v-f8296e8a]:nth-child(2){display:block;width:3.36rem;height:.88rem;line-height:.88rem;text-align:center;font-size:.32rem;font-family:PingFangSC-Medium;font-weight:500;-webkit-box-sizing:border-box;box-sizing:border-box}.seckilldetail .sku_content .sku_bottom .a[data-v-f8296e8a]:nth-child(2){background:url(../../static/img/right_car@3x.73fe6a9.png) no-repeat;background-size:100% 100%;color:#fff;border-radius:0 2px 2px 0}.seckilldetail .sku_content .sku_bottom .van-row[data-v-f8296e8a]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:1.2rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.seckilldetail .sku_content .sku_bottom[data-v-f8296e8a]:nth-child(2){color:#fff}.seckilldetail .sku_content .sure[data-v-f8296e8a]{width:100%;height:100%;height:1.2rem;line-height:1.2rem;text-align:center;background-color:#0f4c81;color:#fff;font-size:.32rem;font-weight:500}.van-toast[data-v-f8296e8a] .van-ellipsis{top:72%}.ShareDown[data-v-f8296e8a]{position:fixed;top:5px;left:0;right:0;z-index:999;background:#fff}.goodsCountPreper_bottom .van-tag[data-v-f8296e8a]{height:.38rem!important;line-height:.38rem!important;font-size:.2rem!important;background:none;padding:0 .08rem;margin-bottom:.05rem;margin-right:.1rem;-webkit-box-sizing:border-box;box-sizing:border-box}.goodsCountPreper_bottom .van-tag[data-v-f8296e8a]:first-child{margin-left:.05rem}.goodsCountPreper_bottom .preTag[data-v-f8296e8a]{height:.63rem;line-height:.32rem;font-size:.12rem}[data-v-f8296e8a] .van-stepper__minus,[data-v-f8296e8a] .van-stepper__plus{width:1rem;height:.68rem;border:1px solid #d8d8d8;background-color:#fff}[data-v-f8296e8a] .van-stepper__plus:before{width:.26rem}[data-v-f8296e8a] .van-stepper__plus:after{height:.26rem}[data-v-f8296e8a] .van-stepper__minus:before{width:.26rem}[data-v-f8296e8a] .van-stepper__input{width:1rem;height:.68rem;border:1px solid #d8d8d8;background-color:#fff;margin:0;border-right:none;border-left:none}.prpup[data-v-f8296e8a]{width:unset!important;height:unset!important}[data-v-f8296e8a] .van-popup .box{width:6.44rem;background:#fff;border-radius:.2rem;padding:.5rem;-webkit-box-sizing:border-box;box-sizing:border-box}[data-v-f8296e8a] .van-popup .box .copywriting{text-align:center;height:.44rem;font-size:.32rem;font-weight:400;color:#010106;line-height:.44rem}[data-v-f8296e8a] .van-popup .box .phone{margin-top:.16rem;text-align:center;height:.36rem;font-size:.28rem;font-weight:400;color:#010106;line-height:.36rem}[data-v-f8296e8a] .van-popup .box .buttom{margin-top:.4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}[data-v-f8296e8a] .van-popup .box .buttom>div{width:2.6rem;height:.8rem;line-height:.8rem;border-radius:.04rem;font-family:PingFangSC-Medium;font-size:.32rem;color:#fff;letter-spacing:0;text-align:center;font-weight:500}[data-v-f8296e8a] .van-popup .box .buttom .left{color:#0f4c81;border:.02rem solid #0f4c81;-webkit-box-sizing:border-box;box-sizing:border-box}[data-v-f8296e8a] .van-popup .box .buttom .right{color:#fff;background:#0f4c81}.skuToast{background:#4a4a4a;border-radius:4px;padding:.28rem .56rem}.moreContact[data-v-b54a2242]{width:100%;position:absolute;top:0;height:.88rem;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 .36rem;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.moreContact .a[data-v-b54a2242]{width:.56rem;height:.56rem;position:relative;background-color:#000;opacity:.3;border-radius:50%}.moreContact .a img[data-v-b54a2242]{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;width:100%;height:100%;vertical-align:middle}.moreContact .advisorShowTrue[data-v-b54a2242]{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.moreContact .advisorShowTrue .a[data-v-b54a2242]:first-child{margin-right:.28rem}.moreContact .advisorShowFalse[data-v-b54a2242]{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.more_select[data-v-b54a2242]{position:absolute;top:1.34rem;right:.3rem;height:1.86rem;padding:0 .3rem;border-radius:5px;background-color:rgba(0,0,0,.3)}.more_select[data-v-b54a2242]:before{content:"";border:40px solid transparent;border-bottom-color:#00f}.more_select .van-row[data-v-b54a2242]{padding:.26rem 0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid hsla(0,0%,100%,.3)}.more_select .van-row img[data-v-b54a2242]{width:.36rem;height:.36rem;margin-right:.16rem}.more_select .van-row span[data-v-b54a2242]{color:#fff;font-size:.28rem}.more_select[data-v-b54a2242]:before{position:absolute;top:-.2rem;right:.3rem;width:0;height:0;border:.1rem solid transparent;border-bottom-color:rgba(0,0,0,.3)}.detail_header_fixed[data-v-42f2f226]{position:fixed;top:0;z-index:1000000000000000000;width:100%}.moreContact[data-v-42f2f226]{background-color:#fff;height:.88rem;width:100%;padding:0 .3rem 0 0;position:fixed;top:0;left:0;right:0;z-index:1000;-webkit-box-sizing:border-box;box-sizing:border-box}.moreContact .back[data-v-42f2f226]{height:100%;padding-left:.3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:.2rem}.moreContact .back img[data-v-42f2f226]{width:.18rem;height:.36rem}.moreContact span[data-v-42f2f226]{font-size:.32rem;color:#323232}.moreContact .img-icon img[data-v-42f2f226]{width:.4rem;height:.4rem}.moreContact .leftDistance[data-v-42f2f226]{margin-left:.3rem}.more_select[data-v-42f2f226]{position:absolute;top:.8rem;right:.3rem;z-index:1000;width:1.36rem;height:1.86rem;padding:0 .3rem;border-radius:5px;background-color:rgba(0,0,0,.3)}.more_select[data-v-42f2f226]:before{content:"";border:40px solid transparent;border-bottom-color:#00f}.more_select .van-row[data-v-42f2f226]{padding:.26rem 0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid hsla(0,0%,100%,.3)}.more_select .van-row img[data-v-42f2f226]{width:.36rem;height:.36rem;margin-right:.16rem}.more_select .van-row span[data-v-42f2f226]{color:#fff;font-size:.28rem}.more_select[data-v-42f2f226]:before{position:absolute;top:-.2rem;right:.3rem;width:0;height:0;border:.1rem solid transparent;border-bottom-color:rgba(0,0,0,.3)}.paySuccess[data-v-013ad945]{width:100vw;height:100vh;background-color:#fff}.paySuccess .r_pay_title[data-v-013ad945]{background-color:#fff;height:.88rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-bottom:1.5px solid #f0f0f0;position:relative}.paySuccess .r_pay_title img[data-v-013ad945]{width:.18rem;height:.36rem;padding:.06rem .4rem;position:absolute;left:0}.paySuccess .r_pay_title span[data-v-013ad945]{font-family:PingFangSC-Medium;font-size:.36rem;color:#010106;text-align:center;font-weight:500}.paySuccess .pay_success_info[data-v-013ad945]{margin-top:.8rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.paySuccess .pay_success_info img[data-v-013ad945]{width:2.88rem;height:2.24rem;margin-bottom:.6rem}.paySuccess .pay_success_info p[data-v-013ad945]{font-family:PingFangSC-Medium;font-size:.36rem;color:#010106;text-align:center;line-height:.5rem;font-weight:500;padding-bottom:.24rem}.paySuccess .pay_success_info span[data-v-013ad945]{font-size:.28rem;color:#989898}.paySuccess .order_bag[data-v-013ad945]{margin-top:.6rem;margin-bottom:1.6rem;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.paySuccess .order_bag .order_bag_p[data-v-013ad945],.paySuccess .order_bag[data-v-013ad945]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.paySuccess .order_bag .order_bag_p[data-v-013ad945]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:auto}.paySuccess .order_bag .order_bag_p .a[data-v-013ad945]{display:block;width:2.4rem;height:.88rem;text-align:center;line-height:.88rem;border:1px solid #ebebeb;color:#656565;font-size:.32rem;margin-bottom:.16rem;border-radius:.04rem}.paySuccess .order_bag .order_bag_p .a[data-v-013ad945]:first-child{margin-right:.16rem}.paySuccess .order_bag .order_bag_p .active[data-v-013ad945]{background:#0f4c81;color:#fff}.paySuccess .order_bag .order_bag_p .appointment[data-v-013ad945]{width:100%}.paySuccess .order_bag .order_bag_p .appointment[data-v-013ad945]:first-child{margin-right:0}.paySuccess .hot_recommend[data-v-013ad945]{background-color:#f7f8f9;padding-bottom:2px;padding-top:.3rem}.paySuccess .hot_recommend .hot_recommend_title[data-v-013ad945]{text-align:center;margin-bottom:.3rem}.paySuccess .hot_recommend .hot_recommend_title span[data-v-013ad945]{color:#989898;font-size:.28rem;position:relative}.paySuccess .hot_recommend .hot_recommend_title span[data-v-013ad945]:before{content:"";position:absolute;top:52%;right:125%;width:.8rem;height:2px;background:#ebebeb}.paySuccess .hot_recommend .hot_recommend_title span[data-v-013ad945]:after{content:"";position:absolute;top:52%;left:125%;width:.8rem;height:2px;background:#ebebeb}.paySuccess .hot_recommend .hot_recommend_content[data-v-013ad945]{padding:0 .3rem;-ms-flex-wrap:wrap;flex-wrap:wrap}.paySuccess .hot_recommend .hot_recommend_content .recomend_box[data-v-013ad945]{background-color:#fff;margin-bottom:.16rem}.paySuccess .hot_recommend .hot_recommend_content .recomend_box a[data-v-013ad945]{display:block;width:3.36rem}.paySuccess .hot_recommend .hot_recommend_content .recomend_box a .img[data-v-013ad945]{position:relative;width:3.36rem;height:3.36rem}.paySuccess .hot_recommend .hot_recommend_content .recomend_box a .img img[data-v-013ad945]{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;max-width:80%;max-height:80%}.paySuccess .hot_recommend .hot_recommend_content .recomend_box a p[data-v-013ad945]{margin-left:.24rem;margin-right:.24rem;color:#323232;font-size:.28rem}.paySuccess .hot_recommend .hot_recommend_content .recomend_box a .van-button[data-v-013ad945]{margin-left:.24rem;margin-top:.1rem;margin-bottom:.16rem;width:.56rem;height:.32rem;font-size:.2rem;line-height:.32rem;text-align:center;padding:0 .08rem}.paySuccess .hot_recommend .hot_recommend_content .recomend_box a .price[data-v-013ad945]{margin-left:.24rem;font-size:0;color:#f33b3b}.paySuccess .hot_recommend .hot_recommend_content .recomend_box a .price i[data-v-013ad945]{font-size:.24rem}.paySuccess .hot_recommend .hot_recommend_content .recomend_box a .price span[data-v-013ad945]{font-size:.32rem}.hot-only[data-v-3abb51eb]{width:100%;margin-bottom:1.26rem;background-color:#f8f9fa}.hot-only .hot_only_title[data-v-3abb51eb]{width:50%;margin:0 0 0 50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);height:1rem;font-family:PingFangSC-Regular;font-size:12px;color:#666;text-align:center;font-weight:400}.hot-only .hot-only-main[data-v-3abb51eb]{width:100%;padding:0 .4rem;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.hot-only .hot-only-main .hot-only-content[data-v-3abb51eb]{width:3.66rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:.08rem;background:#fff;margin-bottom:.16rem}.hot-only .hot-only-main .hot-only-content .img_wrap[data-v-3abb51eb]{width:2.54rem;height:2.54rem;margin:0 auto}.hot-only .hot-only-main .hot-only-content .img_wrap img[data-v-3abb51eb]{width:100%;height:100%;border-radius:.08rem}.hot-only .hot-only-main .hot-only-content .hot-only-des[data-v-3abb51eb]{padding:.16rem .32rem .32rem}.hot-only .hot-only-main .hot-only-content .hot-only-des .hot_goods_name[data-v-3abb51eb]{font-size:.28rem;font-weight:400;line-height:.4rem;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2;font-family:PingFangSC-Regular;color:#010106;margin-bottom:.12rem}.hot-only .hot-only-main .hot-only-content .hot-only-des .van-tag[data-v-3abb51eb]{margin-right:.04rem}.hot-only .hot-only-main .hot-only-content .hot-only-des .hot_goods_price[data-v-3abb51eb]{padding-top:.2rem;display:block;color:#cf2f31;font-size:.28rem;font-family:PingFangSC-Regular;font-weight:400}.hot-only .hot-only-main .hot-only-content .hot-only-des .hot_goods_price i[data-v-3abb51eb]{color:#cf2f31;font-family:PingFangSC-Medium;font-weight:500}.hot-only .laber[data-v-3abb51eb]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}.hot-only .laber .van-tag[data-v-3abb51eb]{margin-right:.08rem!important;margin-top:.08rem;-ms-flex-negative:0;flex-shrink:0;height:.4rem!important;text-align:center;line-height:.4rem!important;font-size:.2rem;padding:0 .12rem;font-family:PingFangSC-Regular;font-weight:400}.payFailed[data-v-418867fa]{width:100vw;height:100vh;background-color:#fff}.payFailed .pay_title[data-v-418867fa]{background-color:#fff;height:.88rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-bottom:1.5px solid #f0f0f0;position:relative}.payFailed .pay_title img[data-v-418867fa]{width:.18rem;height:.36rem;padding:.06rem .4rem;position:absolute;left:0}.payFailed .pay_title span[data-v-418867fa]{font-family:PingFangSC-Medium;font-size:.36rem;color:#010106;text-align:center;font-weight:500}.payFailed .pay_failed_info[data-v-418867fa]{margin-top:1.6rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.payFailed .pay_failed_info img[data-v-418867fa]{width:2.88rem;height:2.24rem;margin-bottom:.6rem}.payFailed .pay_failed_info p[data-v-418867fa]{font-family:PingFangSC-Medium;font-size:.36rem;color:#010106;text-align:center;line-height:.5rem;font-weight:500;padding-bottom:.24rem}.payFailed .pay_failed_info .payParts[data-v-418867fa]{font-size:.28rem;color:#989898;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:center;-ms-flex-align:center;align-items:center}.payFailed .pay_failed_info .payParts .failed_reason[data-v-418867fa]{padding-bottom:.6rem}.payFailed .checkOrder[data-v-418867fa]{margin:.24rem auto 0;display:block;width:2.72rem;height:.88rem;line-height:.88rem;text-align:center;font-size:.32rem;background:#0f4c81;color:#fff;border-radius:.04rem}.refund[data-v-d5a5678e]{position:relative;background:#f8f9fa}.refund .refund_title[data-v-d5a5678e]{height:.88rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 .4rem 0 0;background-color:#fff;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.refund .refund_title img[data-v-d5a5678e]:first-child{width:.18rem;height:.36rem;padding-left:.4rem;padding-right:.2rem}.refund .refund_title img[data-v-d5a5678e]:last-child{width:.48rem;height:.48rem}.refund .refund_title span[data-v-d5a5678e]{font-family:PingFangSC-Medium;font-size:.36rem;color:#010106;text-align:center;font-weight:500}.refund .goods_detail[data-v-d5a5678e]{margin-bottom:.24rem}.refund .goodsInfo[data-v-d5a5678e]{padding:0;background-color:#f8f9fa}.refund .goodsInfo .goods_price[data-v-d5a5678e]{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:.28rem .4rem;margin-bottom:.24rem;background:#fff}.refund .goodsInfo .goods_price span[data-v-d5a5678e]{font-size:.36rem;color:#010106;font-weight:500;display:block}.refund .goodsInfo .goods_price .goods_price_num[data-v-d5a5678e]{font-size:0;color:#f33b3b;font-weight:700}.refund .goodsInfo .goods_price .goods_price_num span[data-v-d5a5678e]{font-family:PingFangSC-Medium;font-size:.36rem;color:#cf2f31;font-weight:500}.refund .goodsInfo .goods_price .goods_price_num i[data-v-d5a5678e]{font-size:.24rem}.refund .goodsInfo .goods_reason[data-v-d5a5678e]{padding:.28rem .4rem;background:#fff}.refund .goodsInfo .goods_reason p[data-v-d5a5678e]{font-size:.36rem;font-family:PingFangSC-Medium;font-size:18px;color:#010106;font-weight:500;padding-bottom:.24rem}.refund .goodsInfo .goods_reason .van-button[data-v-d5a5678e]{text-align:center;font-family:PingFangSC-Regular;font-size:.28rem;padding:.2rem .4rem;color:#666;font-weight:400;margin-right:.24rem;background:#f5f5f5;border-radius:.04rem}.refund .goodsInfo .goods_reason .active[data-v-d5a5678e]{background:#f8f9fa;border:1px solid #0f4c81;color:#0f4c81}.refund .goodsInfo .goods_des[data-v-d5a5678e]{padding:0 .4rem .28rem;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.refund .goodsInfo .goods_des p[data-v-d5a5678e]{font-size:.32rem;font-family:PingFangSC-Regular;color:#010106;font-weight:400}.refund .goodsInfo .goods_des .textarea_box[data-v-d5a5678e]{-webkit-box-flex:1;-ms-flex:1;flex:1;border:none;font-size:.28rem;resize:none;background:#f5f5f5;border-radius:.04rem;height:.8rem;line-height:.8rem;padding-left:.24rem}.refund .goods_tip[data-v-d5a5678e]{margin:.24rem .4rem;padding-bottom:.24rem}.refund .goods_tip p[data-v-d5a5678e]{margin-bottom:.24rem;font-size:.28rem;font-family:PingFangSC-Regular;color:#666;line-height:.4rem;font-weight:400}.refund .tabs[data-v-d5a5678e]{width:1.6rem;height:.64rem;line-height:.64rem;text-align:center;padding:0!important;font-size:.28rem;color:#656565;margin-right:.16rem;display:inline-block}.refund .footer[data-v-d5a5678e]{position:fixed;bottom:0;left:0;right:0;background:#fff;height:1.2rem}.refund .footer .refund-btn[data-v-d5a5678e]{height:100%}.refund .footer .defalut[data-v-d5a5678e]{background:#ddd}.refund .footer .active[data-v-d5a5678e],.refund .footer .defalut[data-v-d5a5678e]{border:0;font-family:PingFangSC-Medium;font-size:.32rem;color:#fff;letter-spacing:0;text-align:center;font-weight:500}.refund .footer .active[data-v-d5a5678e]{background:#0f4c81}.refund .footer p[data-v-d5a5678e]{color:#989898;font-size:.24rem;text-align:center;padding:.1rem}.detail[data-v-0e29f13a] .van-card{background:transparent;padding:0}.detail[data-v-0e29f13a] .van-card .van-card__thumb{background:#f7f7f9;border-radius:3px;width:1.653333rem;height:1.653333rem}.detail[data-v-0e29f13a] .van-card .van-card__content{padding-top:10px}.detail[data-v-0e29f13a] .van-card .van-card__content .van-card__title{font-size:.28rem}.detail[data-v-0e29f13a] .van-card .van-card__content .van-card__bottom{margin-top:10px}.detail[data-v-0e29f13a] .van-card .van-card__content .van-card__bottom .van-card__price{color:#323232;font-size:.28rem}.detail[data-v-0e29f13a] .van-card .van-card__content .van-card__bottom .van-card__num{font-size:.24rem}.detail[data-v-0e29f13a] .van-stepper__minus,[data-v-0e29f13a] .van-stepper__input,[data-v-0e29f13a] .van-stepper__plus{border:1px solid #d8d8d8;background-color:#fff}[data-v-0e29f13a] .van-stepper__input{margin:0;border-right:none;border-left:none}[data-v-0e29f13a] .van-stepper__plus:before{width:.18rem}[data-v-0e29f13a] .van-stepper__plus:after{height:.18rem}[data-v-0e29f13a] .van-stepper__minus:before{width:.18rem}.entityRefundDetail[data-v-0e29f13a]{width:100%;padding-bottom:0;background-color:#f8f9fa;margin-top:.24rem}.entityRefundDetail .title[data-v-0e29f13a]{color:#323232;background-color:#fff;font-family:PingFangSC-Medium;font-size:.36rem;color:#010106;font-weight:500;padding:.32rem .4rem}.entityRefundDetail .sub-title[data-v-0e29f13a]{font-family:PingFangSC-Regular;font-size:.28rem;color:#666;font-weight:400;background-color:#fff;padding:0 .4rem .32rem;margin-bottom:.24rem}.entityRefundDetail .detail[data-v-0e29f13a]{background:#fff}.entityRefundDetail .detail .goods-list[data-v-0e29f13a]{background-color:#fff;border-bottom:1.5px solid #f0f0f0;margin:0 .4rem;position:relative}.entityRefundDetail .detail .goods-list[data-v-0e29f13a]:after{content:"";width:2px;height:100%;background-color:#fff;position:absolute;top:0;right:-1px}.entityRefundDetail .detail .goods-list .van-swipe-cell__right[data-v-0e29f13a]{height:100%}.entityRefundDetail .detail .goods-list div.activity[data-v-0e29f13a]{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:.16rem;line-height:.3rem}.entityRefundDetail .detail .goods-list div.activity .box[data-v-0e29f13a]{border:1px solid #fdd8d8;color:#f33b3b;margin-right:.16rem;border-radius:2px;padding:1px 1px 0;height:.3rem;line-height:.3rem}.entityRefundDetail .detail .goods-list div.activity .act[data-v-0e29f13a]{line-height:.4rem;margin-right:.1rem}.entityRefundDetail .detail .goods-list div.activity .time[data-v-0e29f13a]{line-height:.4rem;color:#f33b3b}.entityRefundDetail .detail .goods-list .disN[data-v-0e29f13a]{width:.4rem;height:.4rem;border-radius:50%;-webkit-appearance:radio;display:inline-block;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.entityRefundDetail .detail .goods-list .middle[data-v-0e29f13a]{padding:.32rem 0;margin-left:.64rem;display:-webkit-box;display:-ms-flexbox;display:flex}.entityRefundDetail .detail .goods-list .middle .img_box[data-v-0e29f13a]{width:2.02rem;height:2.02rem;margin-right:.24rem}.entityRefundDetail .detail .goods-list .middle .img_box img[data-v-0e29f13a]{width:100%;height:100%}.entityRefundDetail .detail .goods-list .right[data-v-0e29f13a]{-webkit-box-flex:1;-ms-flex:1;flex:1}.entityRefundDetail .detail .goods-list .right .goodsname[data-v-0e29f13a]{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-family:PingFangSC-Regular;font-size:.28rem;color:#010106;line-height:.4rem;font-weight:400}.entityRefundDetail .detail .goods-list .right .goodsPrice[data-v-0e29f13a]{padding-top:.3rem}.entityRefundDetail .detail .goods-list .right .goodsPrice .price[data-v-0e29f13a]{font-family:PingFangSC-Regular;font-size:12px;color:#010106;text-align:center;font-weight:400}.entityRefundDetail .detail .goods-list .right .goodsPrice .price span[data-v-0e29f13a]{font-family:PingFangSC-Medium;font-size:.28rem;color:#cf2f31;font-weight:500}.entityRefundDetail .detail .goods-list .right .goodsPrice .caculate[data-v-0e29f13a]{font-family:PingFangSC-Regular;font-size:12px;color:#010106;text-align:right;font-weight:400}.entityRefundDetail .detail .goods-list .right .goodsCount[data-v-0e29f13a]{padding-top:.3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:.48rem}.entityRefundDetail .detail .goods-list .right .goodsCount p[data-v-0e29f13a]{display:inline-block}.entityRefundDetail .detail .goods-list .right .goodsCount .price[data-v-0e29f13a]{font-family:PingFangSC-Regular;font-size:.28rem;color:#666;font-weight:400}.entityRefundDetail .detail .goods-list .right .goodsCount .caculate[data-v-0e29f13a]{margin-right:.1rem}.entityRefundDetail .detail .goods-list .right .goodsCount .caculate span[data-v-0e29f13a]{display:inline-block;height:.48rem;position:absolute;width:0}.entityRefundDetail .detail .goods-list .right .goodsCount .caculate input[data-v-0e29f13a]{width:.85rem;text-align:center;margin-left:.5rem;border-top:1px solid #d8d8d8;border-bottom:1px solid #d8d8d8;color:#000}.entityRefundDetail .detail .goods-list .right .goodsCount .caculate .mark[data-v-0e29f13a]{width:.52rem;margin-top:.05rem;display:inline-block;border:1px solid #d8d8d8;line-height:.44rem;text-align:center;font-size:.3rem;color:#000}.entityRefundDetail .detail .goods-list .right .goodsCount .caculate .markleft[data-v-0e29f13a]{left:0;line-height:.48rem;height:.48rem}.entityRefundDetail .detail .goods-list .right .goodsCount .caculate .markright[data-v-0e29f13a]{right:0;line-height:.48rem;height:.48rem}.entityRefundDetail .detail .goods-list .right .goodsCount .caculate .beeforCacul[data-v-0e29f13a]{width:.8rem;left:.52rem;text-align:center;border-top:2px solid #f7f8f8;border-bottom:2px solid #f7f8f8;line-height:.44rem;height:.44rem}.entityRefundDetail .detail .goods-list .right .goodsCount .caculate .cacul input[data-v-0e29f13a]{-webkit-appearance:none;margin-top:.05rem;width:.8rem;height:.475rem;border-top:1px solid #ddd;border-bottom:1px solid #ddd}.entityRefundDetail .detail .goods-list .van-button[data-v-0e29f13a]{width:1.4rem;height:1.8rem;font-size:.28rem}.entityRefundDetail .detail .goods-list[data-v-0e29f13a]:last-child{border-bottom:0}.entityRefundDetail .detailWhole .goods-list .middle[data-v-0e29f13a]{margin-left:0}.entityRefundDetail .detailWhole .goods-list .right .goodsname[data-v-0e29f13a],.entityRefundDetail .detailWhole .goods-list .right .goodsPrice[data-v-0e29f13a]{width:4.22rem}.entityRefundDetail .detailWhole .goods-list .right .goodsPrice .price span[data-v-0e29f13a]{color:#2c3e50}.virtualRefundDetail[data-v-2dc1835a]{width:100%;padding-bottom:0;background-color:#f2f2f2}.virtualRefundDetail .title[data-v-2dc1835a]{font-size:.28rem;color:#323232;background-color:#fff;margin-bottom:.1rem;width:100%;height:1rem;padding:.2rem .2rem .2rem .3rem}.virtualRefundDetail .title p[data-v-2dc1835a]{margin-top:.16rem;font-size:.24rem;color:#bfbfbf}.virtualRefundDetail .detail[data-v-2dc1835a]{-webkit-box-shadow:0 0 3px #ebeced;box-shadow:0 0 3px #ebeced}.virtualRefundDetail .detail .goods-list[data-v-2dc1835a]{background-color:#fff;border-bottom:1px solid #f7f8f8;padding:.3rem;position:relative}.virtualRefundDetail .detail .goods-list[data-v-2dc1835a]:after{content:"";width:2px;height:100%;background-color:#fff;position:absolute;top:0;right:-1px}.virtualRefundDetail .detail .goods-list .van-swipe-cell__right[data-v-2dc1835a]{height:100%}.virtualRefundDetail .detail .goods-list div.activity[data-v-2dc1835a]{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:.16rem;line-height:.3rem}.virtualRefundDetail .detail .goods-list div.activity .box[data-v-2dc1835a]{border:1px solid #fdd8d8;color:#f33b3b;margin-right:.16rem;border-radius:2px;padding:1px 1px 0;height:.3rem;line-height:.3rem}.virtualRefundDetail .detail .goods-list div.activity .act[data-v-2dc1835a]{line-height:.4rem;margin-right:.1rem}.virtualRefundDetail .detail .goods-list div.activity .time[data-v-2dc1835a]{line-height:.4rem;color:#f33b3b}.virtualRefundDetail .detail .goods-list .disN[data-v-2dc1835a]{width:.4rem;height:.4rem;border-radius:50%;-webkit-appearance:radio;display:inline-block;position:absolute;top:.75rem}.virtualRefundDetail .detail .goods-list .middle img[data-v-2dc1835a]{width:1.8rem;height:1.8rem;display:inline-block;float:left;margin-right:.4rem}.virtualRefundDetail .detail .goods-list .right .goodsname[data-v-2dc1835a]{width:3.62rem;display:inline-block;float:left;line-height:.4rem;height:.72rem;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.virtualRefundDetail .detail .goods-list .right .goodsCount p[data-v-2dc1835a]{display:inline-block}.virtualRefundDetail .detail .goods-list .right .goodsCount .price[data-v-2dc1835a]{margin-top:.3rem;color:#949494}.virtualRefundDetail .detail .goods-list .right .goodsCount .price span[data-v-2dc1835a]{color:#f33b3b;font-weight:600}.virtualRefundDetail .detail .goods-list .right .goodsCount .caculate[data-v-2dc1835a]{float:right;width:1rem;height:.44rem;position:relative;margin-top:.3rem}.virtualRefundDetail .detail .goods-list .right .goodsCount .caculate span[data-v-2dc1835a]{display:inline-block;height:.44rem;position:absolute;width:0}.virtualRefundDetail .detail .goods-list .right .goodsCount .caculate input[data-v-2dc1835a]{width:.85rem;text-align:center;margin-left:.5rem;border-top:1px solid #ddd;border-bottom:1px solid #ddd;color:#000}.virtualRefundDetail .detail .goods-list .right .goodsCount .caculate .mark[data-v-2dc1835a]{width:.52rem;margin-top:.05rem;display:inline-block;border:1px solid #ddd;line-height:.44rem;text-align:center;font-size:.3rem;color:#000}.virtualRefundDetail .detail .goods-list .right .goodsCount .caculate .markleft[data-v-2dc1835a]{left:0;line-height:.44rem;height:.44rem}.virtualRefundDetail .detail .goods-list .right .goodsCount .caculate .markright[data-v-2dc1835a]{right:0;line-height:.44rem;height:.44rem}.virtualRefundDetail .detail .goods-list .right .goodsCount .caculate .beeforCacul[data-v-2dc1835a]{width:.8rem;left:.52rem;text-align:center;border-top:2px solid #f7f8f8;border-bottom:2px solid #f7f8f8;line-height:.44rem;height:.44rem}.virtualRefundDetail .detail .goods-list .right .goodsCount .caculate .cacul input[data-v-2dc1835a]{-webkit-appearance:none;margin-top:.05rem;width:.8rem;height:.475rem;border-top:1px solid #ddd;border-bottom:1px solid #ddd}.virtualRefundDetail .detail .goods-list .van-button[data-v-2dc1835a]{width:1.4rem;height:1.8rem;font-size:.28rem}.payFailed[data-v-6aa59765]{width:100vw;height:100vh;background-color:#fff}.payFailed .r_pay_title[data-v-6aa59765]{height:.88rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-bottom:1.5px solid #f0f0f0}.payFailed .r_pay_title img[data-v-6aa59765]{position:absolute;left:0;width:.18rem;height:.36rem;padding:.26rem .4rem}.payFailed .r_pay_title span[data-v-6aa59765]{font-size:.36rem;display:inline-block;font-family:PingFangSC-Medium;color:#010106;text-align:center}.payFailed .pay_failed_info[data-v-6aa59765]{margin-top:2.48rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.payFailed .pay_failed_info img[data-v-6aa59765]{width:2.88rem;height:2.24rem;margin-bottom:.6rem}.payFailed .pay_failed_info p[data-v-6aa59765]{font-family:PingFangSC-Medium;font-size:.48rem;color:#010106;text-align:center;line-height:.5rem;font-weight:500}.payFailed .pay_failed_info span[data-v-6aa59765]{font-family:PingFangSC-Regular;font-size:.36rem;color:#666;text-align:center;line-height:.5rem;padding-top:.24rem}.payFailed .checkOrder[data-v-6aa59765]{position:absolute;left:0;bottom:.48rem;padding:0 .4rem;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.payFailed .checkOrder a[data-v-6aa59765]{margin:0 auto;display:block;height:.88rem;line-height:.88rem;text-align:center;font-size:.32rem;background:#0f4c81;border-radius:.04rem;font-family:PingFangSC-Medium;color:#fff;font-weight:500}.payFailed[data-v-52f67cbb]{width:100vw;height:100vh;background-color:#fff}.payFailed .r_pay_title[data-v-52f67cbb]{height:.88rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-bottom:1.5px solid #f0f0f0}.payFailed .r_pay_title img[data-v-52f67cbb]{position:absolute;left:0;width:.18rem;height:.36rem;padding:.26rem .4rem}.payFailed .r_pay_title span[data-v-52f67cbb]{font-size:.36rem;display:inline-block;font-family:PingFangSC-Medium;color:#010106;text-align:center}.payFailed .pay_failed_info[data-v-52f67cbb]{margin-top:2.48rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.payFailed .pay_failed_info img[data-v-52f67cbb]{width:2.88rem;height:2.24rem;margin-bottom:.6rem}.payFailed .pay_failed_info p[data-v-52f67cbb]{font-family:PingFangSC-Medium;font-size:.48rem;color:#010106;text-align:center;line-height:.5rem;font-weight:500}.payFailed .pay_failed_info span[data-v-52f67cbb]{font-size:.28rem;color:#989898}.payFailed .checkOrder[data-v-52f67cbb]{position:absolute;left:0;bottom:.48rem;height:.88rem;padding:0 .4rem;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.payFailed .checkOrder a[data-v-52f67cbb]{margin:0 auto;display:block;height:.88rem;line-height:.88rem;text-align:center;font-size:.32rem;background:#0f4c81;border-radius:.04rem;font-family:PingFangSC-Medium;color:#fff;font-weight:500}.orderStatus .order_status[data-v-4b454517]{position:absolute;top:40%;left:50%;margin-left:-1.38rem;width:2.76rem;background:#000;opacity:.7;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:all .3s ease;transition:all .3s ease;text-align:center;font-size:.28rem;color:#fff;padding:.26rem 0;border-radius:5px}.payFailed[data-v-5f33a60d]{width:100vw;height:100%;background-color:#fff}.payFailed .pay_title[data-v-5f33a60d]{width:7.5rem;height:.88rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.payFailed .pay_title img[data-v-5f33a60d]{width:.4rem;height:.4rem;margin-left:.3rem;margin-right:2.42rem}.payFailed .pay_title span[data-v-5f33a60d]{font-size:.32rem;color:#323232}.payFailed .pay_failed_info[data-v-5f33a60d]{margin-top:1.6rem;width:7.5rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.payFailed .pay_failed_info img[data-v-5f33a60d]{width:1.6rem;height:1.6rem;margin-bottom:.6rem}.payFailed .pay_failed_info p[data-v-5f33a60d]{font-size:.4rem;font-weight:600;color:#323232;margin-bottom:.16rem}.payFailed .pay_failed_info .payParts[data-v-5f33a60d]{font-size:.28rem;color:#989898;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:center;-ms-flex-align:center;align-items:center}.payFailed .pay_failed_info .payParts .failed_reason[data-v-5f33a60d]{padding-bottom:.6rem}.payFailed .checkOrder[data-v-5f33a60d]{width:7.5rem;margin-top:.24rem}.payFailed .checkOrder a[data-v-5f33a60d]{margin:0 auto;display:block;width:2.72rem;height:.8rem;line-height:.8rem;text-align:center;font-size:.32rem;color:#0babfe;border:1px solid;-o-border-image:linear-gradient(270deg,#00acfe,#2ce8ff) 2 2;border-image:-webkit-gradient(linear,right top,left top,from(#00acfe),to(#2ce8ff)) 2 2;border-image:linear-gradient(270deg,#00acfe,#2ce8ff) 2 2}.payFailed .store_recom[data-v-5f33a60d]{height:1.1rem;padding:0 .58rem 0 .3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:1.6rem;border-bottom:2px solid #ebebeb;border-top:.16rem solid #f7f8f9}.payFailed .store_recom h6[data-v-5f33a60d]{height:.5rem;font-size:.36rem;color:#323232;line-height:.5rem}.payFailed .store_recom span[data-v-5f33a60d]{height:.4rem;font-size:.28rem;color:#656565;line-height:.4rem}.payFailed .new_infos[data-v-5f33a60d]{width:100%}.payFailed .new_infos .news_item[data-v-5f33a60d]{padding:.24rem .28rem .34rem .3rem;height:2.9rem;background-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:2px solid #ebebeb}.payFailed .new_infos .news_item .news_item_top[data-v-5f33a60d]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.payFailed .new_infos .news_item .news_item_top .news_item_left[data-v-5f33a60d]{width:3.52rem}.payFailed .new_infos .news_item .news_item_top .news_item_left .news_mark[data-v-5f33a60d]{height:.34rem;font-size:.24rem;color:#989898;line-height:.34rem}.payFailed .new_infos .news_item .news_item_top .news_item_left .news_title[data-v-5f33a60d]{height:.8rem;font-size:.32rem;font-family:PingFangSC-Regular,PingFangSC;color:#323232;line-height:.4rem;padding:.24rem 0 .12rem}.payFailed .new_infos .news_item .news_item_top .news_item_left .news_company[data-v-5f33a60d]{height:.4rem;font-size:.28rem;font-family:PingFangSC-Regular,PingFangSC;color:#989898;line-height:.4rem}.payFailed .new_infos .news_item .news_item_top .news_item_right[data-v-5f33a60d]{width:3rem;height:1.82rem;overflow:hidden;padding-top:.08rem;padding-bottom:.15rem}.payFailed .new_infos .news_item .news_item_top .news_item_right img[data-v-5f33a60d]{width:100%;height:100%}.payFailed .new_infos .news_item .news_time[data-v-5f33a60d]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:.02rem 0 .34rem}.payFailed .new_infos .news_item .news_time .time_clock[data-v-5f33a60d]{width:3.52rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.payFailed .new_infos .news_item .news_time .time_clock .clock[data-v-5f33a60d]{width:.28rem;margin-right:.08rem}.payFailed .new_infos .news_item .news_time .time_clock .clock img[data-v-5f33a60d]{width:.28rem;color:red}.payFailed .new_infos .news_item .news_time .time_clock span[data-v-5f33a60d]{height:.4rem;font-size:.28rem;font-family:PingFangSC-Regular,PingFangSC;color:#989898;line-height:.4rem}.payFailed .new_infos .news_item .news_time .viewed[data-v-5f33a60d]{display:-webkit-box;display:-ms-flexbox;display:flex}.payFailed .new_infos .news_item .news_time .viewed .view_eye[data-v-5f33a60d]{margin-right:.08rem}.payFailed .new_infos .news_item .news_time .viewed .view_eye img[data-v-5f33a60d]{width:.4rem}.payFailed .new_infos .news_item .news_time .viewed span[data-v-5f33a60d]{height:.4rem;font-size:.28rem;font-family:PingFangSC-Regular,PingFangSC;color:#989898;line-height:.26rem}.paySuccess[data-v-4887087b]{width:100vw;height:100vh;background-color:#fff}.paySuccess .pay_title[data-v-4887087b]{width:7.5rem;height:.88rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.paySuccess .pay_title img[data-v-4887087b]{width:.4rem;height:.4rem;margin-left:.3rem;margin-right:2.42rem}.paySuccess .pay_title span[data-v-4887087b]{font-size:.32rem;color:#323232}.paySuccess .pay_success_info[data-v-4887087b]{margin-top:1.6rem;width:7.5rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.paySuccess .pay_success_info img[data-v-4887087b]{width:1.6rem;height:1.6rem;margin-bottom:.6rem}.paySuccess .pay_success_info p[data-v-4887087b]{font-size:.4rem;font-weight:600;color:#323232;margin-bottom:.16rem}.paySuccess .pay_success_info span[data-v-4887087b]{font-size:.28rem;color:#989898}.paySuccess .order_bag[data-v-4887087b]{margin-top:.6rem;margin-bottom:1.6rem;width:7.5rem}.paySuccess .order_bag a[data-v-4887087b]{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;width:2.4rem;height:.8rem;text-align:center;line-height:.8rem;color:#0babfe;font-size:.32rem;margin:0 auto;border:1px solid;-o-border-image:linear-gradient(270deg,#00acfe,#2ce8ff) 2 2;border-image:-webkit-gradient(linear,right top,left top,from(#00acfe),to(#2ce8ff)) 2 2;border-image:linear-gradient(270deg,#00acfe,#2ce8ff) 2 2}.paySuccess .store_recom[data-v-4887087b]{height:1.1rem;padding:0 .58rem 0 .3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:1.6rem;border-bottom:2px solid #ebebeb;border-top:.16rem solid #f7f8f9}.paySuccess .store_recom h6[data-v-4887087b]{height:.5rem;font-size:.36rem;color:#323232;line-height:.5rem}.paySuccess .store_recom span[data-v-4887087b]{height:.4rem;font-size:.28rem;color:#656565;line-height:.4rem}.paySuccess .new_infos[data-v-4887087b]{width:100%}.paySuccess .new_infos .news_item[data-v-4887087b]{padding:.24rem .28rem .34rem .3rem;height:2.9rem;background-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:2px solid #ebebeb}.paySuccess .new_infos .news_item .news_item_top[data-v-4887087b]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.paySuccess .new_infos .news_item .news_item_top .news_item_left[data-v-4887087b]{width:3.52rem}.paySuccess .new_infos .news_item .news_item_top .news_item_left .news_mark[data-v-4887087b]{height:.34rem;font-size:.24rem;color:#989898;line-height:.34rem}.paySuccess .new_infos .news_item .news_item_top .news_item_left .news_title[data-v-4887087b]{height:.8rem;font-size:.32rem;font-family:PingFangSC-Regular,PingFangSC;color:#323232;line-height:.4rem;padding:.24rem 0 .12rem}.paySuccess .new_infos .news_item .news_item_top .news_item_left .news_company[data-v-4887087b]{height:.4rem;font-size:.28rem;font-family:PingFangSC-Regular,PingFangSC;color:#989898;line-height:.4rem}.paySuccess .new_infos .news_item .news_item_top .news_item_right[data-v-4887087b]{width:3rem;height:1.82rem;overflow:hidden;padding-top:.08rem;padding-bottom:.15rem}.paySuccess .new_infos .news_item .news_item_top .news_item_right img[data-v-4887087b]{width:100%;height:100%}.paySuccess .new_infos .news_item .news_time[data-v-4887087b]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:.02rem 0 .34rem}.paySuccess .new_infos .news_item .news_time .time_clock[data-v-4887087b]{width:3.52rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.paySuccess .new_infos .news_item .news_time .time_clock .clock[data-v-4887087b]{width:.28rem;margin-right:.08rem}.paySuccess .new_infos .news_item .news_time .time_clock .clock img[data-v-4887087b]{width:.28rem;color:red}.paySuccess .new_infos .news_item .news_time .time_clock span[data-v-4887087b]{height:.4rem;font-size:.28rem;font-family:PingFangSC-Regular,PingFangSC;color:#989898;line-height:.4rem}.paySuccess .new_infos .news_item .news_time .viewed[data-v-4887087b]{display:-webkit-box;display:-ms-flexbox;display:flex}.paySuccess .new_infos .news_item .news_time .viewed .view_eye[data-v-4887087b]{margin-right:.08rem}.paySuccess .new_infos .news_item .news_time .viewed .view_eye img[data-v-4887087b]{width:.4rem}.paySuccess .new_infos .news_item .news_time .viewed span[data-v-4887087b]{height:.4rem;font-size:.28rem;font-family:PingFangSC-Regular,PingFangSC;color:#989898;line-height:.26rem}.accesspage[data-v-88e48b5c]{width:100%;overflow-x:hidden}.accesspage .homePage_nav[data-v-88e48b5c]{height:.88rem;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background:#fff;position:fixed;top:0;z-index:999;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 .4rem 0 0}.accesspage .homePage_nav .back[data-v-88e48b5c],.accesspage .homePage_nav[data-v-88e48b5c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.accesspage .homePage_nav .back[data-v-88e48b5c]{height:100%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-left:.4rem;padding-right:.2rem}.accesspage .homePage_nav .back .backImg[data-v-88e48b5c]{width:.18rem;height:.36rem}.accesspage .homePage_nav .title[data-v-88e48b5c]{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;position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.accesspage .homePage_nav .title .titleDes[data-v-88e48b5c]{font-family:PingFangSC-Medium;font-size:.36rem;color:#010106;text-align:center;font-weight:500}.accesspage .homePage_nav .nav_btns[data-v-88e48b5c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.accesspage .homePage_nav .nav_btns .search[data-v-88e48b5c]{height:.48rem;margin-right:.32rem}.accesspage .homePage_nav .nav_btns .search .searchImg[data-v-88e48b5c]{width:.48rem;height:.48rem}.accesspage .homePage_nav .nav_btns .more[data-v-88e48b5c]{height:.48rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.accesspage .homePage_nav .nav_btns .more .moreImg[data-v-88e48b5c]{width:.48rem;height:.48rem}.accesspage .more_select[data-v-88e48b5c]{z-index:99999;position:absolute;top:.84rem;right:.3rem;width:1.36rem;height:1.86rem;padding:0 .3rem;border-radius:5px;background-color:rgba(0,0,0,.3)}.accesspage .more_select .van-row[data-v-88e48b5c]{padding:.26rem 0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid hsla(0,0%,100%,.3)}.accesspage .more_select .van-row img[data-v-88e48b5c]{width:.36rem;height:.36rem;margin-right:.16rem}.accesspage .more_select .van-row span[data-v-88e48b5c]{color:#fff;font-size:.28rem}.accesspage .more_select[data-v-88e48b5c]:before{content:"";width:0;height:0;border:6px solid transparent;border-bottom-color:rgba(0,0,0,.3);top:-.24rem;right:.18rem;position:absolute}.accesspage .bindCarBanner[data-v-88e48b5c]{position:fixed;top:.88rem;z-index:999;width:100%;padding:0 .2rem;-webkit-box-sizing:border-box;box-sizing:border-box;height:.88rem;background:#fff}.accesspage .van-swipe[data-v-88e48b5c]{width:100%;height:3.3rem;margin-top:1.76rem}.accesspage .van-swipe .van-swipe__indicator[data-v-88e48b5c]{width:.1rem;height:.1rem}.accesspage .nav-icon[data-v-88e48b5c]{height:2.04rem;background:#fff;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center}.accesspage .nav-icon .nav-icon-init[data-v-88e48b5c],.accesspage .nav-icon[data-v-88e48b5c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-pack:center;justify-content:center}.accesspage .nav-icon .nav-icon-init[data-v-88e48b5c]{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.accesspage .nav-icon .nav-icon-init img[data-v-88e48b5c]{width:.64rem;height:.64rem;margin:0 auto}.accesspage .nav-icon .nav-icon-init span[data-v-88e48b5c]{font-size:.28rem;margin-top:.06rem;display:inline-block;line-height:.4rem;font-family:PingFangSC-Regular;color:#010106;text-align:center;font-weight:400}.accesspage .nav-bar[data-v-88e48b5c]{width:100%;height:.24rem;background:#f8f9fa}.accesspage .recommend[data-v-88e48b5c]{background-color:#fff}.accesspage .recommend .recommend-title[data-v-88e48b5c]{padding-left:.4rem;line-height:1.06rem;height:1.06rem;font-family:PingFangSC-Medium;font-size:.36rem;color:#010106;font-weight:500}.accesspage .recommend .recommend-banner[data-v-88e48b5c]{height:2.38rem;overflow:hidden}.accesspage .recommend .recommend-banner img[data-v-88e48b5c]{width:100%;height:100%}.accesspage .recommend .touch-swiper[data-v-88e48b5c]{overflow-x:auto;margin:.32rem .4rem .28rem}.accesspage .recommend .touch-swiper[data-v-88e48b5c]::-webkit-scrollbar{display:none}.accesspage .recommend .touch-swiper .touch[data-v-88e48b5c]{-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex}.accesspage .recommend .touch-swiper .touch .touch-content[data-v-88e48b5c]{margin-right:.16rem}.accesspage .recommend .touch-swiper .touch .touch-content .touch-content-img[data-v-88e48b5c]{width:2.1rem;height:2.1rem}.accesspage .recommend .touch-swiper .touch .touch-content .touch-content-img img[data-v-88e48b5c]{width:100%;height:100%}.accesspage .recommend .touch-swiper .touch .touch-content .touch-content-title[data-v-88e48b5c]{width:2.1rem;margin-top:.16rem}.accesspage .recommend .touch-swiper .touch .touch-content .touch-content-title span[data-v-88e48b5c]{display:block;margin-top:.08rem}.accesspage .recommend .touch-swiper .touch .touch-content .touch-content-title span[data-v-88e48b5c]:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:PingFangSC-Regular;font-size:.28rem;color:#010106;font-weight:400;line-height:.4rem}.accesspage .recommend .touch-swiper .touch .touch-content .touch-content-title span[data-v-88e48b5c]:nth-child(2){font-size:.28rem;font-family:PingFangSC-Regular;font-weight:400;color:#cf2f31}.accesspage .recommend .touch-swiper .touch .touch-content .touch-content-title span:nth-child(2) i[data-v-88e48b5c]{line-height:.44rem;font-size:.32rem;font-family:PingFangSC-Medium;font-weight:500;margin-left:-.1rem;margin-right:-.08rem}.accesspage .hot-only[data-v-88e48b5c]{width:100%;background:#f8f9fa;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:0;padding:.48rem .4rem 0}.accesspage .hot-only .hot-only-title[data-v-88e48b5c]{font-family:PingFangSC-Medium;font-size:.36rem;color:#010106;font-weight:500;padding-bottom:.32rem}.accesspage .hot-only .hot-only-main[data-v-88e48b5c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.accesspage .hot-only .hot-only-main .hot-only-content[data-v-88e48b5c]{width:3.66rem;border-radius:.08rem;background:#fff;margin-bottom:.24rem;-webkit-box-sizing:border-box;box-sizing:border-box}.accesspage .hot-only .hot-only-main .hot-only-content .img_wrap[data-v-88e48b5c]{-webkit-box-sizing:border-box;box-sizing:border-box;height:2.54rem;width:2.54rem;overflow:hidden;margin:0 auto}.accesspage .hot-only .hot-only-main .hot-only-content .img_wrap img[data-v-88e48b5c]{width:100%;height:100%;border-radius:.08rem}.accesspage .hot-only .hot-only-main .hot-only-content .hot-only-des[data-v-88e48b5c]{padding:.16rem .32rem .24rem}.accesspage .hot-only .hot-only-main .hot-only-content .hot-only-des .hot_goods_name[data-v-88e48b5c]{font-family:PingFangSC-Regular;color:#010106;width:2.88rem;font-size:.28rem;font-weight:400;line-height:.4rem;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2}.accesspage .hot-only .hot-only-main .hot-only-content .hot-only-des .tagDiv[data-v-88e48b5c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:.02rem;padding-top:.16rem}.accesspage .hot-only .hot-only-main .hot-only-content .hot-only-des .tagDiv .van-tag[data-v-88e48b5c]{margin-right:.08rem;margin-bottom:.08rem;-ms-flex-negative:0;flex-shrink:0;height:.4rem;line-height:.4rem;padding:0 .16rem;font-family:PingFangSC-Regular;font-size:12px;color:#cf2f31;font-weight:400}.accesspage .hot-only .hot-only-main .hot-only-content .hot-only-des .hot_goods_price[data-v-88e48b5c]{display:block;margin-top:.16rem;font-size:0;color:#cf2f31}.accesspage .hot-only .hot-only-main .hot-only-content .hot-only-des .hot_goods_price span[data-v-88e48b5c]{font-family:PingFangSC-Regular;font-size:.28rem;color:#cf2f31;font-weight:400}.accesspage .hot-only .hot-only-main .hot-only-content .hot-only-des .hot_goods_price i span[data-v-88e48b5c]{font-family:PingFangSC-Medium;font-size:.32rem;font-weight:500}.accesspage .bottom[data-v-88e48b5c]{width:100vw;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#f7f8f9;margin-top:-.3rem;height:1.4rem;margin-bottom:1rem}.accesspage .bottom .van-divider[data-v-88e48b5c]{font-size:.24rem;color:#989898;width:50%;margin:0}.accesspage .bottom .van-divider[data-v-88e48b5c]:after,.accesspage .bottom .van-divider[data-v-88e48b5c]:before{border-top-width:2px}.carnet-dialog .van-dialog__content .van-dialog__message{text-align:left;font-size:.3rem}.catepage[data-v-35f726b5]{background-color:#fff;width:100vw;height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.catepage .header[data-v-35f726b5]{width:100%;position:fixed;background-color:#fff;z-index:9999}.catepage .header .marketing_nav[data-v-35f726b5]{width:100%;height:.88rem;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0;background-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.catepage .header .marketing_nav .marketing_nav_icon_wrap[data-v-35f726b5]{padding-right:.3rem;padding-left:.4rem;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.catepage .header .marketing_nav .marketing_nav_icon_wrap .marketing_nav_icon[data-v-35f726b5]{width:.18rem;height:.36rem}.catepage .header .marketing_nav .searchInput_wrap[data-v-35f726b5]{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:.28rem;font-family:PingFangSC;font-weight:400;color:#989898;text-indent:.16rem;height:.72rem;background:#f5f5f5;border-radius:.04rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.catepage .header .marketing_nav .searchInput_wrap i[data-v-35f726b5]{margin-left:.1rem}.catepage .header .marketing_nav .searchInput_wrap i .search-icon[data-v-35f726b5]{width:.48rem}.catepage .header .marketing_nav .searchInput_wrap .searchInput[data-v-35f726b5]{height:100%;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1}.catepage .cate_container[data-v-35f726b5]{margin-top:.88rem;-webkit-box-flex:1;-ms-flex:1;flex:1}.catepage .cate_container .cate_content[data-v-35f726b5]{height:100%;position:relative}.catepage .cate_container .cate_content .scroll_left[data-v-35f726b5]{overflow:auto;width:2rem;height:calc(100vh - 2rem);background-color:#f8f9fa;position:fixed;z-index:999;left:0;padding-top:.24rem}.catepage .cate_container .cate_content .scroll_left .van_sidebar[data-v-35f726b5]{width:2rem;background-color:#f7f8f9}.catepage .cate_container .cate_content .scroll_left .van_sidebar li[data-v-35f726b5]{position:relative;font-family:PingFangSC-Regular;font-size:.32rem;color:#666;font-weight:400;text-align:left;padding-left:.28rem;height:.88rem;line-height:.88rem}.catepage .cate_container .cate_content .scroll_right[data-v-35f726b5]{overflow:auto;height:calc(100vh - 2rem)}.catepage .cate_container .cate_content .scroll_right .content[data-v-35f726b5]{position:absolute;top:0;left:2rem;width:calc(100vw - 2rem);-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 0 .32rem .32rem;background-color:#fff}.catepage .cate_container .cate_content .scroll_right .content .content_div .title[data-v-35f726b5]{padding:.32rem 0 .28rem;font-family:PingFangSC-Medium;font-size:.32rem;color:#010106;font-weight:500}.catepage .cate_container .cate_content .scroll_right .content .content_div .img-boxs[data-v-35f726b5]{display:-webkit-box;display:-ms-flexbox;display:flex;direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.catepage .cate_container .cate_content .scroll_right .content .content_div .img-boxs .img-box[data-v-35f726b5]{width:1.64rem;margin-bottom:.16rem;text-align:center;display:inline-block;margin-right:.32rem}.catepage .cate_container .cate_content .scroll_right .content .content_div .img-boxs .img-box img[data-v-35f726b5]{width:1.64rem;height:1.64rem;margin-bottom:.12rem}.catepage .cate_container .cate_content .scroll_right .content .content_div .img-boxs .img-box span[data-v-35f726b5]{font-size:.28rem;line-height:.4rem;display:block;font-family:PingFangSC-Regular;color:#010106;text-align:center;font-weight:400;word-break:break-all;text-overflow:ellipsis;width:100%;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.current[data-v-35f726b5]{background-color:#fff;font-family:PingFangSC-Medium;color:#010106!important;font-weight:500}.line[data-v-35f726b5]{width:100%}.line .currentline[data-v-35f726b5]{height:.15rem;width:.04rem;background:#0f4c81;display:block;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:0}.wrapper[data-v-05388f67]{z-index:999}.container[data-v-5536884a]{width:100%;background-color:#fff;font-family:PingFangSC-Regular,PingFang SC}.container .header[data-v-5536884a]{width:100%;position:fixed;top:0;left:0;background-color:#fff;z-index:3}.container .header .marketing_nav[data-v-5536884a]{width:100%;height:.88rem;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 .4rem 0 0;background-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.container .header .marketing_nav .marketing_nav_icon_wrap[data-v-5536884a]{padding-left:.4rem;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:.3rem}.container .header .marketing_nav .marketing_nav_icon_wrap .marketing_nav_icon[data-v-5536884a]{width:.18rem;height:.36rem}.container .header .marketing_nav .searchInput_wrap[data-v-5536884a]{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:.28rem;font-family:PingFangSC;font-weight:400;color:#989898;text-indent:.16rem;background:#f5f5f5;border-radius:.04rem;position:relative}.container .header .marketing_nav .searchInput_wrap i[data-v-5536884a]{position:absolute;left:.12rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.container .header .marketing_nav .searchInput_wrap i .search-icon[data-v-5536884a]{width:.48rem;height:.48rem}.container .header .marketing_nav .searchInput_wrap .searchInput[data-v-5536884a]{height:.72rem;line-height:.72rem;padding-left:.7rem}.container .header .marketing_nav .searchInput_wrap .searchInput .search_value_wrap[data-v-5536884a]{padding:.08rem .62rem .08rem .16rem;background-color:#e8e9ea;border-radius:.26rem;color:#323232;font-size:.24rem;font-family:PingFangSC-Regular,PingFang SC}.container .header .marketing_nav .searchInput_wrap .searchInput .search_value_wrap[data-v-5536884a]:after{content:" ";background:url(../../static/img/icon_del@2x.26a9af9.png) no-repeat .2rem .2rem;height:.8rem;width:2rem;background-size:.36rem .36rem;position:absolute}.container .bindCarBanner[data-v-5536884a]{position:fixed;top:.88rem;z-index:999;width:100%;height:.88rem;overflow:hidden;padding:0 .2rem;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff}.container .nav-title[data-v-5536884a]{width:100%;height:.88rem;background:#fff9e7;position:absolute;z-index:5;top:.88rem;position:fixed}.container .nav-title .recomByCarType div[data-v-5536884a]{padding:.24rem 0 .24rem .3rem;width:5.24rem;height:.4rem;font-size:.28rem;font-family:PingFangSC;font-weight:400;color:#323232;line-height:.4rem;display:inline-block}.container .nav-title .recomByCarType div span[data-v-5536884a]{font-weight:600;padding:.05rem}.container .nav-title .recomByCarType button[data-v-5536884a]{width:1rem;height:.48rem;border-radius:.04rem;border:.02rem solid #ff8900;color:#ff8900;background:#fff9e7;display:inline-block;float:right;margin:.2rem .3rem .2rem 0}.container .nav-title .recomBindCarType[data-v-5536884a]{padding:.24rem 0;position:relative}.container .nav-title .recomBindCarType .recomBindCarTypeDec[data-v-5536884a]{height:.4rem;font-size:.28rem;font-family:PingFangSC-Medium,PingFangSC;font-weight:500;line-height:.4rem;padding-left:.3rem}.container .nav-title .recomBindCarType .recomBindCarTypeInfo[data-v-5536884a]{position:absolute;top:.3rem;right:.3rem}.container .nav-title .recomBindCarType .recomBindCarTypeInfo img[data-v-5536884a]{width:.32rem;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.container .goodsFlowListsBox[data-v-5536884a]{margin-bottom:1rem;padding-top:2rem;background-color:#f8f9fa}.container .goodsFlowListsBox .goodsFlowLists[data-v-5536884a]{padding:.32rem .4rem 0;background-color:#fff}.container .goodsFlowListsBox .goodsFlowLists .goodsFlowLists_item[data-v-5536884a]{background-color:#f8f9fa;height:100%}.container .goodsFlowListsBox .goodsFlowLists .goodsFlowLists_item .item .item_type[data-v-5536884a]{background:#fff;font-family:PingFangSC-Regular;font-size:.28rem;color:#010106;line-height:20px;font-weight:500}.container .goodsFlowListsBox .goodsFlowLists .goodsFlowLists_item .item .item_list[data-v-5536884a]{background:#fff}.container .goodsFlowListsBox .goodsFlowLists .goodsFlowLists_item .item .item_list .item_list_item[data-v-5536884a]{padding:.32rem 0;display:-webkit-box;display:-ms-flexbox;display:flex}.container .goodsFlowListsBox .goodsFlowLists .goodsFlowLists_item .item .item_list .item_list_item .item_list_item_img[data-v-5536884a]{width:2.1rem;height:2.1rem;text-align:center;background-color:#f7f8f9;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}.container .goodsFlowListsBox .goodsFlowLists .goodsFlowLists_item .item .item_list .item_list_item .item_list_item_img img[data-v-5536884a]{width:100%;height:100%}.container .goodsFlowListsBox .goodsFlowLists .goodsFlowLists_item .item .item_list .item_list_item .item_list_item_info[data-v-5536884a]{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-flex:1;-ms-flex:1;flex:1;font-family:PingFangSC;font-weight:400}.container .goodsFlowListsBox .goodsFlowLists .goodsFlowLists_item .item .item_list .item_list_item .item_list_item_info .goods_name[data-v-5536884a]{font-family:PingFangSC-Regular;font-size:.28rem;color:#010106;line-height:.4rem;font-weight:400}.container .goodsFlowListsBox .goodsFlowLists .goodsFlowLists_item .item .item_list .item_list_item .item_list_item_info .goods_des[data-v-5536884a]{width:3.86rem;height:.34rem;font-size:.24rem;color:#989898;line-height:.34rem;padding-bottom:.16rem}.container .goodsFlowListsBox .goodsFlowLists .goodsFlowLists_item .item .item_list .item_list_item .item_list_item_info .goods_type[data-v-5536884a]{font-size:.2rem;line-height:.32rem;color:#f33b3b;margin-top:.1rem;margin-bottom:.2rem}.container .goodsFlowListsBox .goodsFlowLists .goodsFlowLists_item .item .item_list .item_list_item .item_list_item_info .goods_type .van-tag[data-v-5536884a]{margin-right:.14rem;margin-top:.08rem;-ms-flex-negative:0;flex-shrink:0;height:.36rem;font-size:.2rem;line-height:.36rem;-webkit-box-sizing:border-box;box-sizing:border-box}.container .goodsFlowListsBox .goodsFlowLists .goodsFlowLists_item .item .item_list .item_list_item .item_list_item_info .goods[data-v-5536884a]{height:.38rem}.container .goodsFlowListsBox .goodsFlowLists .goodsFlowLists_item .item .item_list .item_list_item .item_list_item_info .goods .goods_price[data-v-5536884a]{float:left;font-size:.24rem;color:#cf2f31;line-height:.28rem;font-family:PingFangSC-Regular,sans-serif}.container .goodsFlowListsBox .goodsFlowLists .goodsFlowLists_item .item .item_list .item_list_item .item_list_item_info .goods .goods_price .rmbUnit[data-v-5536884a]{font-size:.28rem;margin-right:-.1rem}.container .goodsFlowListsBox .goodsFlowLists .goodsFlowLists_item .item .item_list .item_list_item .item_list_item_info .goods .goods_price i[data-v-5536884a]{font-size:.32rem}.container .goodsFlowListsBox .goodsFlowLists .goodsFlowLists_item .item .item_list .item_list_item .item_list_item_info .goods .goods_sold[data-v-5536884a]{float:right;height:.34rem;font-size:.24rem;color:#656565;line-height:.34rem;margin-right:.24rem;font-family:PingFangSC-Regular,sans-serif}.container .goodsFlowListsBox .goodsFlowLists .goodsFlowLists_item .item .item_list .item_list_item .item_list_item_info_lg[data-v-5536884a]{padding-left:.32rem;-ms-flex-pack:distribute;justify-content:space-around}.container .goodsFlowListsBox .goodsFlowLists .goodsFlowLists_item .item .item_list .item_list_item .item_list_item_info_lg .goods_name[data-v-5536884a]{height:unset}.container .goodsFlowListsBox .goodsFlowLists .goodsFlowLists_item .item .item_list[data-v-5536884a]:last-child{margin-bottom:0}.container .goodsLists[data-v-5536884a]{background-color:#fff;margin-bottom:1rem;margin-top:2.96rem}.container .goodsLists .goodsLists-box[data-v-5536884a]{padding:.32rem .4rem}.container .goodsLists .goodsLists-box .goodsLists_item_wrap[data-v-5536884a]{display:-webkit-box;display:-ms-flexbox;display:flex;padding:.32rem 0}.container .goodsLists .goodsLists-box .goodsLists_item_wrap .goods_img_wrap[data-v-5536884a]{width:2.1rem;height:2.1rem;text-align:center;background-color:#f7f8f9;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}.container .goodsLists .goodsLists-box .goodsLists_item_wrap .goods_img_wrap img[data-v-5536884a]{width:100%;height:100%}.container .goodsLists .goodsLists-box .goodsLists_item_wrap .goods_info[data-v-5536884a]{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-flex:1;-ms-flex:1;flex:1;padding:0 0 0 .32rem}.container .goodsLists .goodsLists-box .goodsLists_item_wrap .goods_info .goods_name[data-v-5536884a]{padding-bottom:.08rem;font-family:PingFangSC-Regular;font-size:.28rem;color:#010106;line-height:.4rem;font-weight:400;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2;display:-webkit-box}.container .goodsLists .goodsLists-box .goodsLists_item_wrap .goods_info .goods_des[data-v-5536884a]{width:3.86rem;height:.34rem;font-size:.24rem;color:#989898;line-height:.34rem;padding-bottom:.16rem}.container .goodsLists .goodsLists-box .goodsLists_item_wrap .goods_info .goods_type[data-v-5536884a]{font-size:.2rem;color:#cf2f31}.container .goodsLists .goodsLists-box .goodsLists_item_wrap .goods_info .goods_type .van-tag[data-v-5536884a]{-ms-flex-negative:0;flex-shrink:0;-webkit-box-sizing:border-box;box-sizing:border-box;height:.4rem;line-height:.4rem;padding:0 .16rem;font-family:PingFangSC-Regular;font-size:12px;color:#cf2f31;font-weight:400;margin-right:.08rem;margin-bottom:.08rem}.container .goodsLists .goodsLists-box .goodsLists_item_wrap .goods_info .goods[data-v-5536884a]{margin-top:.16rem}.container .goodsLists .goodsLists-box .goodsLists_item_wrap .goods_info .goods .goods_price[data-v-5536884a]{float:left;font-size:.32rem;line-height:.44rem;height:.44rem;font-family:PingFangSC-Medium;color:#cf2f31;font-weight:500}.container .goodsLists .goodsLists-box .goodsLists_item_wrap .goods_info .goods .goods_price .rmbUnit[data-v-5536884a]{font-size:.28rem;margin-right:-.1rem}.container .goodsLists .goodsLists-box .goodsLists_item_wrap .goods_info .goods .goods_price i[data-v-5536884a]{font-size:.32rem}.container .goodsLists .goodsLists-box .goodsLists_item_wrap .goods_info .goods .goods_sold[data-v-5536884a]{float:right;height:.44rem;line-height:.44rem;font-family:PingFangSC-Regular;font-size:12px;color:#666;text-align:right;font-weight:400}.bindSlide[data-v-5536884a]{position:fixed;height:.16rem;top:1.76rem;z-index:999;width:100%;background:#f7f8f9}.filterWrapper[data-v-5536884a]{background-color:#fff;position:relative;z-index:3}.filterWrapper .parts_filter[data-v-5536884a]{width:100%;margin-top:1.76rem;padding-top:.24rem;height:.96rem;text-align:center;background-color:#f7f8f9;position:fixed;top:0}.filterWrapper .parts_filter .filter-wrap[data-v-5536884a]{width:100%;background-color:#fff;height:.96rem;-ms-flex-pack:center;-ms-flex-align:center;font-size:.32rem;font-family:PingFangSC-Medium;color:#666;font-weight:500}.filterWrapper .parts_filter .filter-wrap .composite-wrap[data-v-5536884a],.filterWrapper .parts_filter .filter-wrap[data-v-5536884a]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.filterWrapper .parts_filter .filter-wrap .composite-wrap[data-v-5536884a]{-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-pack:center;-ms-flex-align:center}.filterWrapper .parts_filter .filter-wrap .composite-wrap .compositeIcon[data-v-5536884a]{margin-left:.08rem}.filterWrapper .parts_filter .filter-wrap .activeColor[data-v-5536884a]{color:#0f4c81!important;font-weight:500!important}.filterWrapper .parts_filter .filter-wrap .sales-wrap[data-v-5536884a]{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center}.filterWrapper .parts_filter .filter-wrap .price-wrap[data-v-5536884a]{-webkit-box-flex:1;-ms-flex:1;flex:1}.filterWrapper .parts_filter .filter-wrap .price-wrap .icon_wrap[data-v-5536884a],.filterWrapper .parts_filter .filter-wrap .price-wrap[data-v-5536884a]{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}.filterWrapper .parts_filter .filter-wrap .price-wrap .icon_wrap[data-v-5536884a]{width:.32rem;height:.32rem;margin-left:.08rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.filterWrapper .parts_filter .filter-wrap .price-wrap .icon_wrap .downIcon[data-v-5536884a],.filterWrapper .parts_filter .filter-wrap .price-wrap .icon_wrap .upIcon[data-v-5536884a]{font-size:.16rem;height:44%}.filterWrapper .parts_filter .showFilter[data-v-5536884a]{width:100%;background:#fff;position:absolute;top:1.2rem}.filterWrapper .parts_filter .showFilter ul[data-v-5536884a]{background-color:#fff}.filterWrapper .parts_filter .showFilter ul li[data-v-5536884a]{height:.96rem;line-height:.96rem;font-family:PingFangSC-Regular;font-size:.32rem;color:#010106;font-weight:400;text-align:left;padding-left:.4rem;position:relative}.filterWrapper .active[data-v-5536884a]{color:#0f4c81!important}.filterWrapper .active[data-v-5536884a]:before{content:" ";background:url(/static/img/select@3x.e3f698c.png) no-repeat;height:.48rem;width:.48rem;background-size:60% 60%;position:absolute;right:.28rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.mask[data-v-5536884a]{width:100%;background:rgba(0,0,0,.65);top:3.02rem;left:0;position:absolute;z-index:998;height:100vh}.haveNoGoods[data-v-5536884a]{margin-top:.88rem;height:calc(100vh - .88rem);width:100vw}.haveNoGoods .tips_wrap[data-v-5536884a],.haveNoGoods[data-v-5536884a]{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}.haveNoGoods .tips_wrap[data-v-5536884a]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:-3.2rem}.haveNoGoods .tips_wrap img[data-v-5536884a]{width:2.6rem;height:2.6rem}.haveNoGoods .tips_wrap h5[data-v-5536884a]{margin:.16rem auto;font-size:.36rem;font-family:PingFangSC-Regular;color:#b6b9be;letter-spacing:0;text-align:center;font-weight:400}.haveNoGoods .tips_wrap p[data-v-5536884a]{font-family:PingFangSC-Regular;font-size:.28rem;color:#666;line-height:.4rem;margin:0 auto;text-align:center}[data-v-5536884a] .van-list__finished-text{position:relative}[data-v-5536884a] .van-list__finished-text:before{content:"";position:absolute;top:47%;right:65%;width:.8rem;height:2px;background-color:#ebebeb}[data-v-5536884a] .van-list__finished-text:after{content:"";position:absolute;top:47%;left:65%;width:.8rem;height:2px;background-color:#ebebeb}.title_box[data-v-6d9fe3be]{width:100%;position:fixed;padding:0;top:0;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff;z-index:9;height:.88rem}.title_box .tltle_type[data-v-6d9fe3be]{width:2.4rem;background-color:red;position:absolute;z-index:100;background:#fff;-webkit-box-shadow:0 2px 6px 0 rgba(78,84,93,.1);box-shadow:0 2px 6px 0 rgba(78,84,93,.1);border:1px solid #ebebeb;left:50%;bottom:50%;-webkit-transform:translate(-50%,115%);transform:translate(-50%,115%);padding:.32rem 0 0}.title_box .tltle_type .tltle_type_list li[data-v-6d9fe3be]{font-size:.28rem;line-height:.4rem;height:20px;margin-bottom:12px;text-align:center}.title_box .tltle_type .tltle_type_list .normal[data-v-6d9fe3be]{color:#989898;font-weight:400}.title_box .tltle_type .tltle_type_list .highlight_blue[data-v-6d9fe3be]{color:#0babfe;font-weight:700}.title_box .tltle_type[data-v-6d9fe3be]:before{content:"";display:inline-block;position:absolute;left:50%;top:0;width:.2rem;height:.2rem;background:#fff;border-radius:1px;-webkit-transform:rotate(45deg) translateX(-73%);transform:rotate(45deg) translateX(-73%);border-left:1px solid #ebebeb;border-top:1px solid #ebebeb;z-index:999}.title_box .prev[data-v-6d9fe3be]{width:.18rem;height:.36rem;padding:.26rem .4rem}.title_box .details[data-v-6d9fe3be]{width:.32rem;height:.32rem;float:right;margin-right:.2rem;margin-top:.04rem}.title_box .title[data-v-6d9fe3be]{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:-webkit-box;display:-ms-flexbox;display:flex}.title_box h2[data-v-6d9fe3be]{font-size:.36rem;display:inline-block;font-family:PingFangSC-Medium;color:#010106;text-align:center}.title_box .title_box_right[data-v-6d9fe3be]{width:1.1rem;float:right;position:absolute;right:.4rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.title_box .title_box_right img[data-v-6d9fe3be]{width:.48rem;height:.48rem}.title_box .title_box_right .left[data-v-6d9fe3be]{float:left}.title_box .title_box_right .right[data-v-6d9fe3be]{float:right}.nav[data-v-6d9fe3be]{background-color:#f9fafc;position:absolute;width:100%;min-height:100%;padding:.24rem .4rem;margin-top:.88rem;-webkit-box-sizing:border-box;box-sizing:border-box}.nav[data-v-6d9fe3be]::-webkit-scrollbar{display:none}.nav .orderList .order[data-v-6d9fe3be]{background-color:#fff;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:.24rem;border-radius:.08rem}.nav .orderList .order .ordertitle[data-v-6d9fe3be]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:.28rem .32rem}.nav .orderList .order .ordertitle .title-box[data-v-6d9fe3be],.nav .orderList .order .ordertitle[data-v-6d9fe3be]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.nav .orderList .order .ordertitle .title-box[data-v-6d9fe3be]{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}.nav .orderList .order .ordertitle .logo[data-v-6d9fe3be]{width:.4rem;height:.4rem;text-align:center;margin-right:.05rem;border-radius:50%;position:relative}.nav .orderList .order .ordertitle .logo span[data-v-6d9fe3be]{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.nav .orderList .order .ordertitle .blue[data-v-6d9fe3be]{color:#0babfe;border:1px solid #0babfe}.nav .orderList .order .ordertitle img[data-v-6d9fe3be]{width:.4rem;height:.4rem}.nav .orderList .order .ordertitle h6[data-v-6d9fe3be]{margin-left:.08rem;font-family:PingFangSC-Medium;font-size:.36rem;color:#010106}.nav .orderList .order .ordertitle .id_box[data-v-6d9fe3be]{margin-left:.08rem}.nav .orderList .order .ordertitle .id_box .id[data-v-6d9fe3be]{font-family:PingFangSC-Regular;font-size:.32rem;color:#666}.nav .orderList .order .ordertitle .status[data-v-6d9fe3be]{font-size:.36rem;font-family:PingFangSC-Regular;color:#666}.nav .orderList .order .ordertitle .status.refunding[data-v-6d9fe3be]{color:#0f4c81}.nav .orderList .order .ordertitle .status.error[data-v-6d9fe3be]{font-size:.28rem}.nav .orderList .order .list_content[data-v-6d9fe3be]{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 .32rem;margin-bottom:.16rem}.nav .orderList .order .list_content .clean_srcoll_img_box[data-v-6d9fe3be]{overflow:hidden;overflow-x:auto;-webkit-box-flex:1;-ms-flex:1;flex:1}.nav .orderList .order .list_content .clean_srcoll_img_box[data-v-6d9fe3be]::-webkit-scrollbar{display:none}.nav .orderList .order .list_content .clean_srcoll_img_box .img_box[data-v-6d9fe3be]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.nav .orderList .order .list_content .clean_srcoll_img_box .img_box img[data-v-6d9fe3be]{background:#f9f9f8;width:1.44rem;height:1.44rem;margin-right:.08rem;position:relative}.nav .orderList .order .list_content .order_price_quantity[data-v-6d9fe3be]{width:25%;-webkit-box-sizing:border-box;box-sizing:border-box;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:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.nav .orderList .order .list_content .order_price_quantity .order_price[data-v-6d9fe3be]{font-family:PingFangSC-Medium;font-size:.32rem;color:#cf2f31}.nav .orderList .order .list_content .order_price_quantity .big_price[data-v-6d9fe3be]{font-size:.333333rem}.nav .orderList .order .list_content .order_price_quantity .order_quantity[data-v-6d9fe3be]{font-family:PingFangSC-Regular;font-size:12px;color:#666;text-align:right;margin-top:.16rem}.nav .orderList .order .list_content .order_price_quantity span[data-v-6d9fe3be]{line-height:.306667rem}.nav .orderList .order .tips[data-v-6d9fe3be]{background:#f5f5f5;border-radius:.08rem;padding:.14rem .2rem;font-family:PingFangSC-Regular;font-size:.28rem;color:#666;line-height:.4rem;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 .32rem}.nav .orderList .order .btn[data-v-6d9fe3be]{height:1.32rem;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.nav .orderList .order .btn .line[data-v-6d9fe3be]{background:#f0f0f0;height:1.5px;-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;top:.16rem;left:.32rem;width:calc(100% - .64rem)}.nav .orderList .order .btn button[data-v-6d9fe3be]{margin-right:.32rem;background:#0f4c81;border-radius:2px;width:1.8rem;height:.56rem;font-family:PingFangSC-Medium;font-size:12px;line-height:12px;color:#fff;letter-spacing:0;text-align:center;outline:0;border:0}.empty-status[data-v-6d9fe3be]{position:absolute;left:0;top:0;width:100%;background:#fff;padding-top:3.68rem;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.empty-status .empty-img[data-v-6d9fe3be]{width:2.6rem;height:2.6rem;background:url(../../static/img/default_img_contents.1704840.png) no-repeat;background-size:100% 100%;margin:0 auto}.empty-status p[data-v-6d9fe3be]{font-family:PingFangSC-Regular,PingFang SC;font-size:.36rem;color:#b6b9be;line-height:.5rem;text-align:center;margin-top:.2rem}.empty-status .empty-text[data-v-6d9fe3be]{margin:.16rem auto;font-size:.36rem;font-family:PingFangSC-Regular;color:#b6b9be;letter-spacing:0;text-align:center;font-weight:400;display:none}.search_box[data-v-20d3be7f]{width:100%;height:.88rem;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 .4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.search_box .search[data-v-20d3be7f]{height:.72rem;line-height:.72rem;font-size:.28rem;width:6.52rem;background:#f7f8f9;border-radius:.02rem;text-indent:.7rem;background-image:url(../../static/img/icon_nav_search@2x.f22a989.png);background-repeat:no-repeat;background-size:.48rem .48rem;background-position:.1rem .08rem}.search_box .deleteSearch[data-v-20d3be7f]{width:.4rem;height:.4rem;position:absolute;top:.24rem;right:1.08rem}.search_box .cancel[data-v-20d3be7f]{font-size:.32rem;outline:none;display:block;height:.72rem;line-height:.72rem;font-family:PingFangSC-Regular;color:#666;font-weight:400;padding-left:.2rem}.black[data-v-20d3be7f]{color:#323232}.grey[data-v-20d3be7f]{color:#989898}.history-search[data-v-20d3be7f]{width:100%;margin:.4rem 0;padding:0 .4rem;-webkit-box-sizing:border-box;box-sizing:border-box}.history-search .search-lab[data-v-20d3be7f]{height:.4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.history-search .search-lab h2[data-v-20d3be7f]{line-height:.4rem;font-family:PingFangSC-Regular;font-size:.28rem;color:#666;letter-spacing:0;text-align:justify;font-weight:400}.history-search .search-lab img[data-v-20d3be7f]{width:.4rem;height:.4rem}.history-search .history-search-box[data-v-20d3be7f]{margin-top:.24rem}.history-search .history-search-box ul[data-v-20d3be7f]{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.history-search .history-search-box ul .history-search-deltails[data-v-20d3be7f]{padding:.16rem;margin-right:.32rem;margin-bottom:.32rem;background:#f5f5f5;border-radius:.04rem;font-family:PingFangSC-Regular;font-size:.28rem;color:#010106;text-align:center;font-weight:400}.fib[data-v-20d3be7f],.flex[data-v-20d3be7f]{display:-webkit-box;display:-ms-flexbox;display:flex}.fib[data-v-20d3be7f]{-ms-flex-wrap:wrap;flex-wrap:wrap}.cart[data-v-198dd2f3]{background-color:#f7f8f9;padding-top:.88rem;-webkit-box-sizing:border-box;box-sizing:border-box}.cart .homePage-nav[data-v-198dd2f3]{top:0;width:100%;z-index:999;background:#fff;position:fixed;left:0}.cart .homePage-nav .homePage-nav-box[data-v-198dd2f3]{width:100%;line-height:.88rem;height:.88rem;position:relative;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-sizing:border-box;box-sizing:border-box;padding-right:.4rem}.cart .homePage-nav .homePage-nav-box .back[data-v-198dd2f3],.cart .homePage-nav .homePage-nav-box[data-v-198dd2f3]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cart .homePage-nav .homePage-nav-box .back[data-v-198dd2f3]{padding-left:.4rem;padding-right:.2rem;height:100%}.cart .homePage-nav .homePage-nav-box .back .backImg[data-v-198dd2f3]{width:.18rem;height:.36rem}.cart .homePage-nav .homePage-nav-box .title .titleDes[data-v-198dd2f3]{font-family:PingFangSC-Medium;font-size:.36rem;color:#010106;text-align:center;font-weight:500}.cart .homePage-nav .homePage-nav-box .right-btns[data-v-198dd2f3]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cart .homePage-nav .homePage-nav-box .right-btns .edit[data-v-198dd2f3]{font-size:.28rem;font-family:PingFangSC-Regular;color:#010106;text-align:center;font-weight:400}.cart .homePage-nav .homePage-nav-box .right-btns .more[data-v-198dd2f3]{margin-left:.32rem}.cart .homePage-nav .homePage-nav-box .right-btns .more .moreImg[data-v-198dd2f3]{width:.48rem;height:.48rem}.cart .more_select[data-v-198dd2f3]{z-index:99999;position:fixed;top:.84rem;right:.3rem;width:1.36rem;height:1.95rem;padding:0 .3rem;border-radius:5px;background-color:rgba(0,0,0,.3)}.cart .more_select .van-row[data-v-198dd2f3]{padding:.26rem 0;-webkit-box-align:center;-ms-flex-align:center;border-bottom:1px solid #b2b2b2;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;align-items:center}.cart .more_select .van-row img[data-v-198dd2f3]{width:.36rem;height:.36rem;margin-right:.1rem}.cart .more_select .van-row span[data-v-198dd2f3]{color:#fff;font-size:.28rem}.cart .more_select[data-v-198dd2f3]:before{content:"";width:0;height:0;border:6px solid transparent;border-bottom-color:#b2b2b2;top:-.24rem;right:.18rem;position:absolute}.cart .vehiclegoods_null[data-v-198dd2f3]{height:6.96rem;background:#fff;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-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.cart .vehiclegoods_null img[data-v-198dd2f3]{width:2.4rem;height:2.4rem;margin:0 auto}.cart .vehiclegoods_null span[data-v-198dd2f3]{display:block}.cart .vehiclegoods_null .vehiclegoods_null_de[data-v-198dd2f3]{font-family:PingFangSC-Regular;font-size:.36rem;color:#b6b9be;letter-spacing:0;text-align:center;font-weight:400;line-height:.5rem;padding-bottom:.08rem;padding-top:.2rem}.cart .vehiclegoods_null .vehiclegoods_null_de2[data-v-198dd2f3]{font-family:PingFangSC-Regular;font-size:.28rem;color:#b6b9be;text-align:center;font-weight:400;line-height:.4rem}.cart .list-container[data-v-198dd2f3]{padding:0 .4rem;background-color:#f8f9fa}.cart .list-container .paddingB200[data-v-198dd2f3]{position:relative;margin-top:.24rem;background:#fff;border-radius:.02rem;border-radius:.08rem}.cart .list-container .paddingB200 .vehicleInfo[data-v-198dd2f3]{height:1rem;background:#fff;line-height:1rem;margin:0 .32rem;border-bottom:1.5px solid #f0f0f0;-webkit-box-sizing:border-box;box-sizing:border-box}.cart .list-container .paddingB200 .vehicleInfo span[data-v-198dd2f3]:first-child{font-family:PingFangSC-Medium;font-size:.36rem;color:#010106;font-weight:500}.cart .list-container .paddingB200 .vehicleInfo span[data-v-198dd2f3]:nth-child(2){font-family:PingFangSC-Regular;font-size:.28rem;color:#666;font-weight:400;padding-left:.2rem}.cart .list-container .paddingB200 .shop-list[data-v-198dd2f3]{background:#fff;border-radius:4px;margin-bottom:.24rem;padding:0 .32rem}.cart .list-container .paddingB200 .shop-list .shop-name[data-v-198dd2f3]{position:relative;padding-top:.24rem}.cart .list-container .paddingB200 .shop-list .shop-name .disN[data-v-198dd2f3]{width:.4rem;height:.4rem;border-radius:50%;-webkit-appearance:radio;display:inline-block;position:absolute;top:.24rem}.cart .list-container .paddingB200 .shop-list .shop-name .name-right[data-v-198dd2f3]{display:inline-block;margin-left:.68rem}.cart .list-container .paddingB200 .shop-list .shop-name .name-right div[data-v-198dd2f3]:first-child{margin-bottom:.16rem}.cart .list-container .paddingB200 .shop-list .shop-name .name-right div:first-child span[data-v-198dd2f3]{display:inline-block;font-size:.36rem;line-height:.36rem;font-family:PingFangSC-Medium;color:#010106;font-weight:500}.cart .list-container .paddingB200 .shop-list .shop-name .name-right div.text-xc[data-v-198dd2f3]{line-height:.34rem;font-family:PingFangSC-Regular;font-size:12px;color:#666;font-weight:400}.cart .list-container .paddingB200 .shop-list .shop-name .name-right .shop_type[data-v-198dd2f3]{margin-bottom:.16rem}.cart .list-container .paddingB200 .shop-list .shop-name .name-right .shop_type .van-tag[data-v-198dd2f3]{display:inline-block;padding:.04rem .18rem;margin-right:.08rem;border-radius:.04rem;font-family:PingFangSC-Regular;font-size:12px;font-weight:400}.cart .list-container .paddingB200 .shop-list .shop-name .name-right .shop_type .shoptype_blue[data-v-198dd2f3]{color:#30bfd5}.cart .list-container .paddingB200 .shop-list .shop-name .name-right .shop_type .shoptype_green[data-v-198dd2f3]{color:#fe8755}.cart .list-container .paddingB200 .shop-list .shop-name .name-right .shop_type .shoptype_orange[data-v-198dd2f3]{color:#f4ab2e}.cart .list-container .paddingB200 .shop-list .shop-name .name-right .shop_type .shoptype_red[data-v-198dd2f3]{color:red}.cart .list-container .paddingB200 .shop-list .goods-list[data-v-198dd2f3]{border-bottom:1.5px solid #f0f0f0;padding-bottom:.24rem;padding-top:.24rem;position:relative}.cart .list-container .paddingB200 .shop-list .goods-list[data-v-198dd2f3]:after{content:"";width:2px;height:100%;background-color:#fff;position:absolute;top:0;right:-1px}.cart .list-container .paddingB200 .shop-list .goods-list .van-swipe-cell__right[data-v-198dd2f3]{height:100%}.cart .list-container .paddingB200 .shop-list .goods-list .good-item[data-v-198dd2f3]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cart .list-container .paddingB200 .shop-list .goods-list .good-item div.activity[data-v-198dd2f3]{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:.3rem;padding-bottom:.24rem}.cart .list-container .paddingB200 .shop-list .goods-list .good-item div.activity .box[data-v-198dd2f3]{margin-right:.08rem;padding:.03rem .12rem;font-family:PingFangSC-Regular;font-size:12px;color:#cf2f31;font-weight:400;border:1px solid #cf2f31;border-radius:.04rem}.cart .list-container .paddingB200 .shop-list .goods-list .good-item div.activity .act[data-v-198dd2f3]{line-height:.4rem;margin-right:.08rem;font-family:PingFangSC-Regular;font-size:.28rem;color:#010106;font-weight:400}.cart .list-container .paddingB200 .shop-list .goods-list .good-item div.activity .time[data-v-198dd2f3]{line-height:.4rem;font-family:PingFangSC-Regular;font-size:.28rem;color:#cf2f31;font-weight:400}.cart .list-container .paddingB200 .shop-list .goods-list .good-item .middle[data-v-198dd2f3]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.cart .list-container .paddingB200 .shop-list .goods-list .good-item .middle .disN[data-v-198dd2f3]{width:.4rem;height:.4rem;border-radius:50%;-webkit-appearance:radio;display:inline-block}.cart .list-container .paddingB200 .shop-list .goods-list .good-item .middle .right-box[data-v-198dd2f3]{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.cart .list-container .paddingB200 .shop-list .goods-list .good-item .middle .right-box img[data-v-198dd2f3]{width:1.44rem;height:1.44rem;display:inline-block;margin-left:.24rem;margin-right:.24rem}.cart .list-container .paddingB200 .shop-list .goods-list .good-item .middle .right-box .right[data-v-198dd2f3]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-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}.cart .list-container .paddingB200 .shop-list .goods-list .good-item .middle .right-box .right .goodsname[data-v-198dd2f3]{display:inline-block;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-family:PingFangSC-Regular;font-size:.28rem;color:#010106;line-height:.4rem;font-weight:400}.cart .list-container .paddingB200 .shop-list .goods-list .good-item .middle .right-box .right .goodsprice[data-v-198dd2f3]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.cart .list-container .paddingB200 .shop-list .goods-list .good-item .middle .right-box .right .goodsprice p[data-v-198dd2f3]{display:inline-block}.cart .list-container .paddingB200 .shop-list .goods-list .good-item .middle .right-box .right .goodsprice p[data-v-198dd2f3]:first-child{color:#cf2f31}.cart .list-container .paddingB200 .shop-list .goods-list .good-item .middle .right-box .right .goodsprice p:first-child i[data-v-198dd2f3]:first-child{font-size:12px;font-weight:400;font-family:PingFangSC-Regular}.cart .list-container .paddingB200 .shop-list .goods-list .good-item .middle .right-box .right .goodsprice p:first-child i[data-v-198dd2f3]:nth-child(2){font-size:.32rem;margin-left:-.1rem;font-family:PingFangSC-Medium;font-weight:500}.cart .list-container .paddingB200 .shop-list .goods-list .good-item .middle .right-box .right .goodsprice .caculate[data-v-198dd2f3]{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-right:.08rem}.cart .list-container .paddingB200 .shop-list .goods-list .good-item .middle .right-box .right .goodsprice .caculate span[data-v-198dd2f3]{display:block;height:.48rem;line-height:.48rem;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}.cart .list-container .paddingB200 .shop-list .goods-list .good-item .middle .right-box .right .goodsprice .caculate input[data-v-198dd2f3]{width:.85rem;text-align:center;font-family:PingFangSC-Regular;font-size:.28rem;color:#010106;font-weight:400}.cart .list-container .paddingB200 .shop-list .goods-list .good-item .middle .right-box .right .goodsprice .caculate .mark[data-v-198dd2f3]{width:.56rem;text-align:center;font-size:.3rem;color:#000;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #d8d8d8}.cart .list-container .paddingB200 .shop-list .goods-list .good-item .middle .right-box .right .goodsprice .caculate .markleft[data-v-198dd2f3]{border-radius:.04rem 0 0 .04rem}.cart .list-container .paddingB200 .shop-list .goods-list .good-item .middle .right-box .right .goodsprice .caculate .markright[data-v-198dd2f3]{border-radius:0 .04rem .04rem 0}.cart .list-container .paddingB200 .shop-list .goods-list .good-item .middle .right-box .right .goodsprice .caculate .beeforCacul[data-v-198dd2f3]{width:.8rem;left:.52rem;text-align:center;border-top:2px solid #f7f8f8;border-bottom:2px solid #f7f8f8;line-height:.44rem;height:.44rem}.cart .list-container .paddingB200 .shop-list .goods-list .good-item .middle .right-box .right .goodsprice .caculate .cacul[data-v-198dd2f3]{border-top:1px solid #d8d8d8;border-bottom:1px solid #d8d8d8;-webkit-box-sizing:border-box;box-sizing:border-box}.cart .list-container .paddingB200 .shop-list .goods-list .van-button[data-v-198dd2f3]{width:1.4rem;height:100%;font-size:.28rem}.cart .list-container .paddingB200 .shop-list .footer[data-v-198dd2f3]{height:1.44rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cart .list-container .paddingB200 .shop-list .footer .footer-price[data-v-198dd2f3]{padding-left:.6rem;height:1.04rem;line-height:1.04rem;font-family:PingFangSC-Regular;font-size:.28rem;color:#010106;font-weight:400}.cart .list-container .paddingB200 .shop-list .footer .footer-price span[data-v-198dd2f3]{font-size:.32rem;font-family:PingFangSC-Medium;font-size:16px;color:#cf2f31;font-weight:500}.cart .list-container .paddingB200 .shop-list .footer .footer-btn[data-v-198dd2f3]{width:2.6rem;height:.88rem;line-height:.88rem;font-size:.32rem;border-radius:.04rem;font-family:PingFangSC-Medium;color:#fff;letter-spacing:0;text-align:center;font-weight:500;background:#0f4c81}.cart .list-container .paddingB200 .shop-list .footer .fonter-btn-none[data-v-198dd2f3]{background:#ddd}.cart .list-container .paddingB200 .shop-list[data-v-198dd2f3]:last-child{border-radius:0 0 .08rem .08rem}.cart .bg[data-v-198dd2f3]{padding-top:.24rem;background-color:#f8f9fa}.cart .bg .invalid_item_group[data-v-198dd2f3]{-webkit-box-shadow:0 2px 6px 0 rgba(78,84,93,.1);box-shadow:0 2px 6px 0 rgba(78,84,93,.1);border-radius:.08rem;background:#fff;margin:0 .4rem;padding:0 .32rem .7rem}.cart .bg .invalid_item_group .title[data-v-198dd2f3]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:.28rem}.cart .bg .invalid_item_group .title span[data-v-198dd2f3]:first-child{font-family:PingFangSC-Medium;font-size:.36rem;color:#010106;font-weight:500}.cart .bg .invalid_item_group .title span[data-v-198dd2f3]:nth-child(2){font-family:PingFangSC-Regular;font-size:.28rem;color:#0f4c81;text-align:right;font-weight:400}.cart .bg .invalid_item_group .content[data-v-198dd2f3]{position:relative;padding:.28rem 0;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1.5px solid #f0f0f0}.cart .bg .invalid_item_group .content .type[data-v-198dd2f3]{background:#f5f5f5;border-radius:.04rem;font-family:PingFangSC-Regular;font-size:.28rem;color:#696969;letter-spacing:0;text-align:center;font-weight:400;padding:.08rem .16rem}.cart .bg .invalid_item_group .content .img_wrap[data-v-198dd2f3]{width:1.44rem;height:1.44rem;border-radius:.08rem;background-color:#f7f8f9;position:relative;margin-right:.24rem;margin-left:.32rem}.cart .bg .invalid_item_group .content .img_wrap img[data-v-198dd2f3]{width:100%;height:100%}.cart .bg .invalid_item_group .content .item_des[data-v-198dd2f3]{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;height:1.44rem}.cart .bg .invalid_item_group .content .item_des span[data-v-198dd2f3]:first-child{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-family:PingFangSC-Regular;font-size:.28rem;color:#666;font-weight:400}.cart .bg .invalid_item_group .content .item_des span[data-v-198dd2f3]:nth-child(2){font-family:PingFangSC-Regular;font-size:.28rem;font-weight:400;color:#010106}.cart .bg .invalid_item_group .content[data-v-198dd2f3]:last-child{border-bottom:0}.cart .hot-only[data-v-198dd2f3]{width:100%;margin-bottom:1.26rem;background-color:#f8f9fa}.cart .hot-only .hot_only_title[data-v-198dd2f3]{font-size:.28rem;width:50%;margin-left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);font-family:PingFangSC-Regular;font-size:12px;color:#666;text-align:center;font-weight:400}.cart .hot-only .hot-only-main[data-v-198dd2f3]{width:100%;padding:0 .4rem;-webkit-box-sizing:border-box;box-sizing:border-box}.cart .hot-only .hot-only-main .hot-only-content[data-v-198dd2f3]{display:inline-block;width:3.36rem;background:#fff;-webkit-box-shadow:0 .04rem .12rem 0 rgba(78,84,93,.1);box-shadow:0 .04rem .12rem 0 rgba(78,84,93,.1);border-radius:.08rem;margin:0 .05rem .1rem .1rem}.cart .hot-only .hot-only-main .hot-only-content .img_wrap[data-v-198dd2f3]{padding:.46rem .42rem .42rem .38rem}.cart .hot-only .hot-only-main .hot-only-content .img_wrap img[data-v-198dd2f3]{width:100%}.cart .hot-only .hot-only-main .hot-only-content .hot-only-des[data-v-198dd2f3]{padding:.16rem .24rem .24rem}.cart .hot-only .hot-only-main .hot-only-content .hot-only-des .hot_goods_name[data-v-198dd2f3]{width:2.88rem;font-size:.28rem;font-family:PingFangSC;font-weight:400;color:#323232;line-height:.42rem;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2}.cart .hot-only .hot-only-main .hot-only-content .hot-only-des .van-tag[data-v-198dd2f3]{margin-right:.04rem}.cart .hot-only .hot-only-main .hot-only-content .hot-only-des .hot_goods_price[data-v-198dd2f3]{display:block;color:#f33b3b;font-size:.24rem;margin-top:.16rem;font-family:Roboto;font-weight:400}.cart .hot-only .hot-only-main .hot-only-content .hot-only-des .hot_goods_price i[data-v-198dd2f3]{font-size:.32rem;margin-left:-.1rem;margin-right:-.08rem}.cart .van-popup[data-v-198dd2f3]{width:6.5rem;height:8rem;border-radius:.2rem;padding-top:.48rem}.cart .van-popup[data-v-198dd2f3] :before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background:hsla(0,0%,100%,.3);z-index:-1}.cart .van-popup .invalidWrap[data-v-198dd2f3]{padding:0 .5rem;height:7rem;overflow:scroll}.cart .van-popup .invalidWrap p.invalid_tip[data-v-198dd2f3]{text-align:center;margin:0 auto .5rem;width:100%;height:.36rem;font-size:.36rem;font-weight:600;line-height:.36rem}.cart .van-popup .invalidWrap .invalid_itemWrap[data-v-198dd2f3]{overflow:hidden}.cart .van-popup .invalidWrap .invalid_itemWrap .invalid_item[data-v-198dd2f3]{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:.3rem;height:1.8rem}.cart .van-popup .invalidWrap .invalid_itemWrap .invalid_item .inv_img[data-v-198dd2f3]{-webkit-box-flex:180/750;-ms-flex:180/750;flex:180/750;width:1.36rem;background-color:#f7f8f9;border-radius:.08rem;height:1.36rem}.cart .van-popup .invalidWrap .invalid_itemWrap .invalid_item .inv_img img[data-v-198dd2f3]{width:1.36rem;height:1.36rem;-o-object-fit:contain;object-fit:contain}.cart .van-popup .invalidWrap .invalid_itemWrap .invalid_item .inv_des[data-v-198dd2f3]{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-left:.24rem;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;color:#989898;font-weight:400}.cart .van-popup .invalidWrap .invalid_itemWrap .invalid_item .inv_des .inv_title[data-v-198dd2f3]{height:.72rem;font-size:.24rem;line-height:.36rem;margin-top:.08rem}.cart .van-popup .invalidWrap .invalid_itemWrap .invalid_item .inv_des .active_font_color[data-v-198dd2f3]{color:#323232}.cart .van-popup .invalidWrap .invalid_itemWrap .invalid_item .inv_des .inv_price[data-v-198dd2f3]{font-family:Roboto;margin-bottom:.08rem}.cart .van-popup .invalidWrap .invalid_itemWrap .invalid_item .inv_des .inv_price i[data-v-198dd2f3]{font-size:.24rem}.cart .van-popup .invalidWrap .invalid_itemWrap .invalid_item .inv_des .inv_price span[data-v-198dd2f3]{width:1rem;height:.38rem;line-height:.28rem;font-size:.32rem;margin-left:-.08rem}.cart .van-popup .invalidWrap .invalid_itemWrap .invalid_item .inv_des .active[data-v-198dd2f3]{color:#f33b3b}.cart .van-popup .select_bar[data-v-198dd2f3]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;border:1px solid #e5e5e5}.cart .van-popup .select_bar .return_button[data-v-198dd2f3]{height:.96rem;-webkit-box-flex:1;-ms-flex:1;flex:1;color:#323232;font-size:.36rem;border-right:.02rem solid #e5e5e5}.cart .van-popup .select_bar .gopay_button[data-v-198dd2f3]{height:.96rem;-webkit-box-flex:1;-ms-flex:1;flex:1;color:#0babfe;font-size:.36rem}.edit_footer[data-v-198dd2f3]{position:fixed;bottom:.98rem;background-color:#fff;-webkit-box-shadow:0 -.08rem .24rem 0 rgba(0,0,0,.06),0 .02rem 0 0 #ebebeb;box-shadow:0 -.08rem .24rem 0 rgba(0,0,0,.06),0 .02rem 0 0 #ebebeb;height:1.2rem;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 .4rem;-webkit-box-sizing:border-box;box-sizing:border-box}.edit_footer .van-checkbox[data-v-198dd2f3] .van-checkbox__label{color:#010106;font-size:.28rem}.edit_footer .van-checkbox[data-v-198dd2f3] .van-checkbox__icon .van-icon{border:1px solid #b6b9be}.edit_footer .van-button[data-v-198dd2f3]{font-family:PingFangSC-Medium;font-size:12px;color:#010106;letter-spacing:0;text-align:center;font-weight:500;width:1.8rem;height:.8rem;background:#fff;border:1px solid #666;border-radius:.04rem}.edit_footer .van-button .van-button__text[data-v-198dd2f3]{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.list-hot-mb198[data-v-198dd2f3]{margin-bottom:1.98rem!important}.dealerDialog[data-v-198dd2f3]{height:0!important}.partsOrder[data-v-2a45c32e]{padding-bottom:0;background:#f8f9fa;padding-top:1.12rem}.partsOrder .parts_goods[data-v-2a45c32e]{position:relative;background-color:#fff;margin:0 .4rem;padding:.32rem;border-radius:.08rem}.partsOrder .parts_goods .carInfo[data-v-2a45c32e]{padding-bottom:.24rem;border-bottom:1.5px solid #f0f0f0;-webkit-box-sizing:border-box;box-sizing:border-box}.partsOrder .parts_goods .carInfo .car_type[data-v-2a45c32e]{line-height:.5rem;font-family:PingFangSC-Medium;font-size:.36rem;color:#010106;font-weight:500;height:.5rem}.partsOrder .parts_goods .carInfo .car_num[data-v-2a45c32e]{font-family:PingFangSC-Regular;font-size:.28rem;color:#666;font-weight:400;padding-left:.1rem}.partsOrder .parts_goods .title[data-v-2a45c32e]{font-family:PingFangSC-Regular;font-size:12px;color:#666;font-weight:400;padding:.16rem 0}.partsOrder .parts_goods h4[data-v-2a45c32e]{font-family:PingFangSC-Medium;font-size:.36rem;color:#010106;font-weight:500;padding-bottom:.16rem}.partsOrder .parts_goods .tag[data-v-2a45c32e]{padding-bottom:.28rem}.partsOrder .parts_goods .tag span.van-tag[data-v-2a45c32e]{margin-right:.08rem;padding:.04rem .18rem}.partsOrder .parts_goods .tag .tagsOrigin[data-v-2a45c32e]{color:#0babfe;padding:.06rem .18rem;margin-right:.08rem}.partsOrder .parts_goods .tag .tag-blue[data-v-2a45c32e]{color:#30bfd5}.partsOrder .parts_goods .tag .tag-green[data-v-2a45c32e]{color:#f4ab2e}.partsOrder .parts_goods .tag .tag-orange[data-v-2a45c32e]{color:#fe8755}.partsOrder .parts_goods .tag .tag-red[data-v-2a45c32e]{color:red}.partsOrder .parts_goods .address[data-v-2a45c32e]{font-family:PingFangSC-Regular;font-size:12px;color:#666;font-weight:400}.partsOrder .parts_goods .goods_img_group_wrap[data-v-2a45c32e]{margin:.24rem 0;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;z-index:0;position:relative}.partsOrder .parts_goods .goods_img_group_wrap .no-item[data-v-2a45c32e]{padding-top:.5rem;color:#b5b5b5}.partsOrder .parts_goods .touch[data-v-2a45c32e]{overflow-x:auto;background-color:#fff;height:1.44rem;width:calc(100% - 1.44rem);display:-webkit-box;display:-ms-flexbox;display:flex}.partsOrder .parts_goods .touch[data-v-2a45c32e]::-webkit-scrollbar{display:none}.partsOrder .parts_goods .touch .touch_content[data-v-2a45c32e]{display:inline-block;height:1.44rem;margin-right:.08rem;background:#f9f9f8}.partsOrder .parts_goods .touch .touch_content .touch_content-img[data-v-2a45c32e]{width:1.44rem;height:1.44rem}.partsOrder .parts_goods .touch .touch_content .touch_content-img img[data-v-2a45c32e]{width:100%;height:100%}.partsOrder .parts_goods .showList[data-v-2a45c32e]{height:.36rem;line-height:.36rem;color:#b6b9be;font-size:.36rem;position:absolute;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);top:50%}.partsOrder .parts_goods .goods_sum[data-v-2a45c32e]{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;width:1.44rem;height:1.44rem}.partsOrder .parts_goods .goods_sum .goods_sum_wrap[data-v-2a45c32e]{font-family:PingFangSC-Regular;font-size:12px;color:#666;text-align:right;font-weight:400}.partsOrder .parts_goods .goods_sum .goods_sum_wrap span .rmb[data-v-2a45c32e]{font-size:.24rem;color:#f33b3b;margin-right:-.08rem}.partsOrder .parts_goods .goods_sum .goods_sum_wrap span .goods_subtotal[data-v-2a45c32e]{font-size:.32rem;color:#f33b3b}.partsOrder .parts_goods .leave_message[data-v-2a45c32e]{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:.88rem;border-radius:.04rem;padding:0 .24rem;background:#f8f9fa}.partsOrder .parts_goods .leave_message span[data-v-2a45c32e]{height:.88rem;line-height:.88rem;font-family:PingFangSC-Regular;font-size:.32rem;color:#010106;font-weight:400}.partsOrder .parts_goods .leave_message input[data-v-2a45c32e]{width:calc(100% - .8rem);height:.4rem;font-size:.28rem;line-height:.4rem;margin-right:-.3rem}.partsOrder .parts_price[data-v-2a45c32e]{border-radius:.08rem;background-color:#fff;padding:0 .32rem;margin:.24rem .4rem}.partsOrder .parts_price .goods_total[data-v-2a45c32e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:.86rem;font-family:PingFangSC-Medium;font-size:.28rem;color:#010106;font-weight:500}.partsOrder .parts_price .goods_total span:nth-child(2) .rmb[data-v-2a45c32e]{font-family:PingFangSC-Regular;font-size:12px;color:#010106;text-align:center;font-weight:400}.partsOrder .parts_price .goods_total span:nth-child(2) .rmb_price[data-v-2a45c32e]{font-size:.32rem;font-family:PingFangSC-Medium;color:#010106;font-weight:500}.partsOrder .parts_price .coupon[data-v-2a45c32e]{height:.86rem;font-size:.28rem;color:#010106;border-top:1.5px solid #f0f0f0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-sizing:border-box;box-sizing:border-box;font-weight:500}.partsOrder .parts_price .coupon .coupon-all[data-v-2a45c32e],.partsOrder .parts_price .coupon[data-v-2a45c32e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.partsOrder .parts_price .coupon .coupon_num[data-v-2a45c32e]{font-family:PingFangSC-Regular;font-size:.28rem;color:#fff;text-align:center;font-weight:400;height:.56rem;background:#e83235;border-radius:.04rem;line-height:.56rem;position:relative;padding:0 .22rem 0 .64rem;margin-right:.36rem}.partsOrder .parts_price .coupon .coupon_num[data-v-2a45c32e]:before{content:"";width:.32rem;background:url(../../static/img/coupon-icon@2x.844c856.png) no-repeat .05rem;background-size:auto 100%;height:.32rem;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:.24rem}.partsOrder .parts_price .coupon .right[data-v-2a45c32e]{font-size:.36rem;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.partsOrder .parts_price .coupon .right .coupon_discount[data-v-2a45c32e]{color:#cf2f31;margin-right:.48rem;font-family:Roboto}.partsOrder .parts_price .coupon .right .coupon_discount .coupon_icon[data-v-2a45c32e]{font-size:.24rem;margin-right:-.2rem}.partsOrder .parts_price .coupon .right .coupon_discount .deduction[data-v-2a45c32e]{padding-left:5px;font-size:.32rem}.partsOrder .parts_price .coupon .right .icon[data-v-2a45c32e]{position:absolute;height:.36rem;line-height:.36rem;right:0;color:#b6b9be}.partsOrder .parts_tips[data-v-2a45c32e]{line-height:.64rem;margin:.24rem .4rem;background-color:#f7f7f7;font-family:PingFangSC-Regular;color:#666;line-height:20px;font-weight:400}.partsOrder .parts_tips p[data-v-2a45c32e]{margin-bottom:.48rem}.partsOrder .parts_tips .service[data-v-2a45c32e]{height:.34rem;line-height:.34rem;font-family:PingFangSC-Regular;font-size:12px;color:#666;font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.partsOrder .parts_tips .service .hotline i a[data-v-2a45c32e]{color:#0f4c81}.partsOrder .parts_tips .service .hotline_branch[data-v-2a45c32e]{font-family:PingFangSC-Regular;font-size:12px;color:#666;font-weight:400}.partsOrder .parts_pay[data-v-2a45c32e]{width:100%}.partsOrder .parts_pay .price_terms[data-v-2a45c32e]{-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff;padding:.36rem .4rem 0}.partsOrder .parts_pay .price_terms .pay_sum[data-v-2a45c32e]{margin-bottom:.08rem;line-height:.4rem;height:.4rem}.partsOrder .parts_pay .price_terms .pay_sum span[data-v-2a45c32e]:first-child{font-family:PingFangSC-Regular;font-size:.28rem;color:#010106;text-align:center;font-weight:400}.partsOrder .parts_pay .price_terms .pay_sum span[data-v-2a45c32e]:last-child{color:#cf2f31}.partsOrder .parts_pay .price_terms .pay_sum span:last-child .pay_rmb[data-v-2a45c32e]{font-family:PingFangSC-Regular;font-size:12px;color:#cf2f31;text-align:right;font-weight:400;margin-right:-.04rem}.partsOrder .parts_pay .price_terms .pay_sum span:last-child .pay_price[data-v-2a45c32e]{font-size:.32rem;font-family:PingFangSC-Medium;color:#cf2f31;font-weight:500}.partsOrder .parts_pay .price_terms .price_remark[data-v-2a45c32e]{font-size:.28rem;font-family:PingFangSC-Regular;color:#666;line-height:20px;font-weight:400}.partsOrder .parts_pay .price_terms .protocol[data-v-2a45c32e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.24rem;padding:.24rem 0}.partsOrder .parts_pay .price_terms .protocol .select_checkbox[data-v-2a45c32e]{margin-right:.08rem;-webkit-box-flex:32/750;-ms-flex:32/750;flex:32/750;width:.4rem;height:.4rem;border:1px solid #0f4c81}.partsOrder .parts_pay .price_terms .protocol .select_checkbox .van-icon-success[data-v-2a45c32e]{color:#0f4c81;text-align:center;height:.4rem;line-height:.4rem;width:.4rem}.partsOrder .parts_pay .price_terms .protocol .protocol_read[data-v-2a45c32e]{-webkit-box-flex:1;-ms-flex:1;flex:1;font-family:PingFangSC-Regular;font-size:.28rem;color:#010106;font-weight:400}.partsOrder .parts_pay .price_terms .protocol .protocol_read .protocol_title[data-v-2a45c32e]{color:#0f4c81}.partsOrder .parts_pay .goPay[data-v-2a45c32e]{height:1.2rem;background:#0f4c81;line-height:1.2rem;font-size:.32rem;font-family:PingFangSC-Medium;color:#fff;letter-spacing:0;text-align:center;font-weight:500}.partsOrder .parts_pay .goPay.disable[data-v-2a45c32e]{background:-webkit-gradient(linear,right top,left top,from(#cbcbcb),to(#d5d5d5));background:linear-gradient(270deg,#cbcbcb,#d5d5d5)}.partsOrder .parts_pay .van-popup[data-v-2a45c32e]{z-index:1e+31;width:6.5rem;height:8rem;border-radius:.2rem;padding-top:.48rem}.partsOrder .parts_pay .van-popup .invalidWrap[data-v-2a45c32e]{padding:0 .5rem;height:7rem;overflow:scroll}.partsOrder .parts_pay .van-popup .invalidWrap>div[data-v-2a45c32e]{margin-bottom:.2rem}.partsOrder .parts_pay .van-popup .invalidWrap p.invalid_tip[data-v-2a45c32e]{text-align:left;margin:0 auto .5rem;width:100%;height:.36rem;font-size:.3rem;font-weight:600;line-height:.36rem}.partsOrder .parts_pay .van-popup .invalidWrap .invalid_itemWrap[data-v-2a45c32e]{overflow:hidden}.partsOrder .parts_pay .van-popup .invalidWrap .invalid_itemWrap .invalid_item[data-v-2a45c32e]{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:.3rem;height:1.8rem}.partsOrder .parts_pay .van-popup .invalidWrap .invalid_itemWrap .invalid_item .inv_img[data-v-2a45c32e]{-webkit-box-flex:180/750;-ms-flex:180/750;flex:180/750;width:1.36rem;background-color:#f7f8f9;border-radius:.08rem;padding:.22rem}.partsOrder .parts_pay .van-popup .invalidWrap .invalid_itemWrap .invalid_item .inv_img img[data-v-2a45c32e]{width:100%}.partsOrder .parts_pay .van-popup .invalidWrap .invalid_itemWrap .invalid_item .inv_des[data-v-2a45c32e]{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-left:.24rem;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;color:#989898;font-weight:400}.partsOrder .parts_pay .van-popup .invalidWrap .invalid_itemWrap .invalid_item .inv_des .inv_title[data-v-2a45c32e]{height:.72rem;font-size:.24rem;line-height:.36rem;margin-top:.08rem}.partsOrder .parts_pay .van-popup .invalidWrap .invalid_itemWrap .invalid_item .inv_des .inv_type[data-v-2a45c32e]{height:.72rem;font-size:.2rem;line-height:.36rem;margin-top:.08rem}.partsOrder .parts_pay .van-popup .invalidWrap .invalid_itemWrap .invalid_item .inv_des .active_font_color[data-v-2a45c32e]{color:#323232}.partsOrder .parts_pay .van-popup .invalidWrap .invalid_itemWrap .invalid_item .inv_des .inv_price[data-v-2a45c32e]{font-family:Roboto;margin-bottom:.08rem}.partsOrder .parts_pay .van-popup .invalidWrap .invalid_itemWrap .invalid_item .inv_des .inv_price i[data-v-2a45c32e]{font-size:.24rem}.partsOrder .parts_pay .van-popup .invalidWrap .invalid_itemWrap .invalid_item .inv_des .inv_price span[data-v-2a45c32e]{width:1rem;height:.38rem;line-height:.28rem;font-size:.32rem;margin-left:-.08rem}.partsOrder .parts_pay .van-popup .invalidWrap .invalid_itemWrap .invalid_item .inv_des .active[data-v-2a45c32e]{color:#f33b3b}.partsOrder .parts_pay .van-popup .invalidWrap .identity[data-v-2a45c32e]{width:100%;margin-top:.3rem}.partsOrder .parts_pay .van-popup .invalidWrap .identity button[data-v-2a45c32e]{width:100%;color:#0f4c81}.partsOrder .parts_pay .van-popup .merchant-close[data-v-2a45c32e]{font-size:.35rem!important;height:1.75rem!important;padding-left:.6rem;padding-top:.25rem}.partsOrder .parts_pay .van-popup .select_bar[data-v-2a45c32e]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;border:1px solid #e5e5e5}.partsOrder .parts_pay .van-popup .select_bar .return_button[data-v-2a45c32e]{height:.96rem;-webkit-box-flex:1;-ms-flex:1;flex:1;color:#323232;font-size:.36rem;border-right:2px solid #e5e5e5}.partsOrder .parts_pay .van-popup .select_bar .gopay_button[data-v-2a45c32e]{height:.96rem;-webkit-box-flex:1;-ms-flex:1;flex:1;color:#0f4c81;font-size:.36rem}.partsOrder .goods_items[data-v-2a45c32e]{width:100%;margin:.24rem 0}.partsOrder .goods_items .items-all[data-v-2a45c32e]{display:-webkit-box;display:-ms-flexbox;display:flex;height:1.44rem}.partsOrder .goods_items .items-text[data-v-2a45c32e]{font-size:.24rem;-webkit-box-flex:1;-ms-flex:1;flex:1;color:#323232;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.partsOrder .goods_items .items-text .items-title[data-v-2a45c32e]{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:.28rem;font-family:PingFangSC-Regular;color:#010106;font-weight:400}.partsOrder .goods_items .items-text .items-num[data-v-2a45c32e]{position:absolute;bottom:0;right:0}.partsOrder .goods_items .items-text .items-price[data-v-2a45c32e]{font-size:.32rem;margin-left:-.12rem;font-family:PingFangSC-Regular;color:#cf2f31;font-weight:400}.partsOrder .goods_items .items-text .items-price .tip[data-v-2a45c32e]{font-family:PingFangSC-Regular;font-size:12px;color:#cf2f31;font-weight:400;margin-right:-.12rem}.partsOrder .goods_items .items-text .items-num[data-v-2a45c32e]{font-family:PingFangSC-Regular;font-size:12px;color:#666;font-weight:400}.partsOrder .goods_items .items-text .items-num .tip[data-v-2a45c32e]{margin-right:-.06rem}.partsOrder .goods_items .items-img[data-v-2a45c32e]{width:1.44rem;height:1.44rem;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;margin-right:.3rem;-ms-flex-negative:0;flex-shrink:0}.partsOrder .goods_items .items-img img[data-v-2a45c32e]{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.waitingDialog[data-v-2a45c32e]{width:5.9rem;height:6.22rem}.waitingDialog img[data-v-2a45c32e]{margin:.8rem 1.64rem .48rem 1.66rem;width:2.6rem;height:2.6rem}.waitingDialog p[data-v-2a45c32e]{display:inline-block;width:5.14rem;margin:0 .38rem .48rem;color:#323232;font-size:.32rem;text-align:center;font-weight:600}.waitingDialog .line[data-v-2a45c32e]{width:5.9rem;height:1px;background-color:#989898}.waitingDialog[data-v-2a45c32e] .van-dialog__footer .van-button__text{font-size:.35rem;color:#0f4c81}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(right,rgba(0,0,0,.5),transparent);background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(left,rgba(0,0,0,.5),transparent);background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),transparent);background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(top,rgba(0,0,0,.5),transparent);background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:50%;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:opacity .3s;-o-transition:.3s opacity;transition:opacity .3s;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:top .2s,-webkit-transform .2s;transition:top .2s,-webkit-transform .2s;-o-transition:.2s transform,.2s top;transition:transform .2s,top .2s;transition:transform .2s,top .2s,-webkit-transform .2s}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:left .2s,-webkit-transform .2s;transition:left .2s,-webkit-transform .2s;-o-transition:.2s transform,.2s left;transition:transform .2s,left .2s;transition:transform .2s,left .2s,-webkit-transform .2s}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:right .2s,-webkit-transform .2s;transition:right .2s,-webkit-transform .2s;-o-transition:.2s transform,.2s right;transition:transform .2s,right .2s;transition:transform .2s,right .2s,-webkit-transform .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:hsla(0,0%,100%,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12) infinite;animation:swiper-preloader-spin 1s steps(12) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")}@-webkit-keyframes swiper-preloader-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes swiper-preloader-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}.partsOrderList .list_wrap[data-v-8599c094]{margin:1.12rem .4rem .24rem;background-color:#fff;padding:0 .24rem;border-radius:.08rem}.partsOrderList .list_wrap .list_item[data-v-8599c094]{border-bottom:.03rem solid #f0f0f0;display:-webkit-box;display:-ms-flexbox;display:flex;padding:.32rem 0}.partsOrderList .list_wrap .list_item .img_wrap[data-v-8599c094]{width:1.44rem;height:1.44rem;border-radius:.08rem}.partsOrderList .list_wrap .list_item .img_wrap img[data-v-8599c094]{width:100%;height:100%}.partsOrderList .list_wrap .list_item .describe[data-v-8599c094]{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-left:.3rem;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}.partsOrderList .list_wrap .list_item .describe .goods_title[data-v-8599c094]{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:.28rem;font-family:PingFangSC-Regular;color:#010106;font-weight:400}.partsOrderList .list_wrap .list_item .describe .goods_price_num[data-v-8599c094]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:.24rem;height:.38rem;line-height:.38rem}.partsOrderList .list_wrap .list_item .describe .goods_price_num .price_wrap[data-v-8599c094]{font-family:PingFangSC-Regular;font-size:12px;color:#cf2f31;text-align:right;font-weight:400}.partsOrderList .list_wrap .list_item .describe .goods_price_num .price_wrap .price[data-v-8599c094]{font-size:.32rem;margin-left:-.12rem;font-family:PingFangSC-Regular;color:#cf2f31;text-align:right;font-weight:400}.partsOrderList .list_wrap .list_item .describe .goods_price_num .num_wrap .num_unit[data-v-8599c094]{font-family:PingFangSC-Regular;font-size:12px;color:#666;font-weight:400}.allDialog .showConfirm[data-v-813fdd2c]{margin-top:.2rem}.allDialog .van-overlay[data-v-813fdd2c]{background-color:rgba(0,0,0,.3)}.allDialog .van-dialog[data-v-813fdd2c] .van-dialog__header,.allDialog[data-v-813fdd2c].van-dialog__message{color:#323232;font-size:.36rem;font-weight:600}.payFailed[data-v-69f738b0]{width:100vw;height:100vh;background-color:#fff}.payFailed .pay_title[data-v-69f738b0]{width:7.5rem;height:.88rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.payFailed .pay_title img[data-v-69f738b0]{width:.4rem;height:.4rem;margin-left:.3rem;margin-right:2.42rem}.payFailed .pay_title span[data-v-69f738b0]{font-size:.32rem;color:#323232}.payFailed .pay_failed_info[data-v-69f738b0]{margin-top:1.6rem;width:7.5rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.payFailed .pay_failed_info img[data-v-69f738b0]{width:1.6rem;height:1.6rem;margin-bottom:.6rem}.payFailed .pay_failed_info p[data-v-69f738b0]{font-size:.4rem;font-weight:600;color:#323232;margin-bottom:.16rem}.payFailed .pay_failed_info .payParts[data-v-69f738b0]{font-size:.28rem;color:#989898;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:center;-ms-flex-align:center;align-items:center}.payFailed .pay_failed_info .payParts .failed_reason[data-v-69f738b0]{padding-bottom:.6rem}.payFailed .checkOrder[data-v-69f738b0]{width:7.5rem;margin-top:.24rem}.payFailed .checkOrder a[data-v-69f738b0]{margin:0 auto;display:block;width:2.72rem;height:.8rem;line-height:.8rem;text-align:center;font-size:.32rem;color:#0babfe;border:2px solid;-o-border-image:linear-gradient(270deg,#00acfe,#2ce8ff) 2 2;border-image:-webkit-gradient(linear,right top,left top,from(#00acfe),to(#2ce8ff)) 2 2;border-image:linear-gradient(270deg,#00acfe,#2ce8ff) 2 2}.payFailed .store_recom[data-v-69f738b0]{height:1.1rem;padding:0 .58rem 0 .3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:1.6rem;border-bottom:2px solid #ebebeb;border-top:.16rem solid #f7f8f9}.payFailed .store_recom h6[data-v-69f738b0]{height:.5rem;font-size:.36rem;color:#323232;line-height:.5rem}.payFailed .store_recom span[data-v-69f738b0]{height:.4rem;font-size:.28rem;color:#656565;line-height:.4rem}.payFailed .new_infos[data-v-69f738b0]{width:100%}.payFailed .new_infos .news_item[data-v-69f738b0]{padding:.24rem .28rem .34rem .3rem;height:2.9rem;background-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:2px solid #ebebeb}.payFailed .new_infos .news_item .news_item_top[data-v-69f738b0]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.payFailed .new_infos .news_item .news_item_top .news_item_left[data-v-69f738b0]{width:3.52rem}.payFailed .new_infos .news_item .news_item_top .news_item_left .news_mark[data-v-69f738b0]{height:.34rem;font-size:.24rem;color:#989898;line-height:.34rem}.payFailed .new_infos .news_item .news_item_top .news_item_left .news_title[data-v-69f738b0]{height:.8rem;font-size:.32rem;font-family:PingFangSC-Regular,PingFangSC;color:#323232;line-height:.4rem;padding:.24rem 0 .12rem}.payFailed .new_infos .news_item .news_item_top .news_item_left .news_company[data-v-69f738b0]{height:.4rem;font-size:.28rem;font-family:PingFangSC-Regular,PingFangSC;color:#989898;line-height:.4rem}.payFailed .new_infos .news_item .news_item_top .news_item_right[data-v-69f738b0]{width:3rem;height:1.82rem;overflow:hidden;padding-top:.08rem;padding-bottom:.15rem}.payFailed .new_infos .news_item .news_item_top .news_item_right img[data-v-69f738b0]{width:100%;height:100%}.payFailed .new_infos .news_item .news_time[data-v-69f738b0]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:.02rem 0 .34rem}.payFailed .new_infos .news_item .news_time .time_clock[data-v-69f738b0]{width:3.52rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.payFailed .new_infos .news_item .news_time .time_clock .clock[data-v-69f738b0]{width:.28rem;margin-right:.08rem}.payFailed .new_infos .news_item .news_time .time_clock .clock img[data-v-69f738b0]{width:.28rem;color:red}.payFailed .new_infos .news_item .news_time .time_clock span[data-v-69f738b0]{height:.4rem;font-size:.28rem;font-family:PingFangSC-Regular,PingFangSC;color:#989898;line-height:.4rem}.payFailed .new_infos .news_item .news_time .viewed[data-v-69f738b0]{display:-webkit-box;display:-ms-flexbox;display:flex}.payFailed .new_infos .news_item .news_time .viewed .view_eye[data-v-69f738b0]{margin-right:.08rem}.payFailed .new_infos .news_item .news_time .viewed .view_eye img[data-v-69f738b0]{width:.4rem}.payFailed .new_infos .news_item .news_time .viewed span[data-v-69f738b0]{height:.4rem;font-size:.28rem;font-family:PingFangSC-Regular,PingFangSC;color:#989898;line-height:.26rem}.paySuccess[data-v-231db037]{width:100vw;height:100vh;background-color:#fff}.paySuccess .pay_title[data-v-231db037]{width:7.5rem;height:.88rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.paySuccess .pay_title img[data-v-231db037]{width:.4rem;height:.4rem;margin-left:.3rem;margin-right:2.42rem}.paySuccess .pay_title span[data-v-231db037]{font-size:.32rem;color:#323232}.paySuccess .pay_success_info[data-v-231db037]{margin-top:1.6rem;width:7.5rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.paySuccess .pay_success_info img[data-v-231db037]{width:1.6rem;height:1.6rem;margin-bottom:.6rem}.paySuccess .pay_success_info p[data-v-231db037]{font-size:.4rem;font-weight:600;color:#323232;margin-bottom:.16rem}.paySuccess .pay_success_info span[data-v-231db037]{font-size:.28rem;color:#989898}.paySuccess .order_bag[data-v-231db037]{margin-top:.6rem;margin-bottom:1.6rem;width:7.5rem}.paySuccess .order_bag a[data-v-231db037]{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;width:2.4rem;height:.8rem;text-align:center;line-height:.8rem;color:#0babfe;font-size:.32rem;margin:0 auto;border:2px solid;-o-border-image:linear-gradient(270deg,#00acfe,#2ce8ff) 2 2;border-image:-webkit-gradient(linear,right top,left top,from(#00acfe),to(#2ce8ff)) 2 2;border-image:linear-gradient(270deg,#00acfe,#2ce8ff) 2 2}.paySuccess .store_recom[data-v-231db037]{height:1.1rem;padding:0 .58rem 0 .3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:1.6rem;border-bottom:2px solid #ebebeb;border-top:.16rem solid #f7f8f9}.paySuccess .store_recom h6[data-v-231db037]{height:.5rem;font-size:.36rem;color:#323232;line-height:.5rem}.paySuccess .store_recom span[data-v-231db037]{height:.4rem;font-size:.28rem;color:#656565;line-height:.4rem}.paySuccess .hot_recommend[data-v-231db037]{background-color:#f7f8f9;padding-bottom:2px}.paySuccess .hot_recommend .hot_recommend_title[data-v-231db037]{text-align:center;padding:.3rem 0}.paySuccess .hot_recommend .hot_recommend_title span[data-v-231db037]{color:#989898;font-size:.28rem;position:relative}.paySuccess .hot_recommend .hot_recommend_title span[data-v-231db037]:before{content:"";position:absolute;top:52%;right:125%;width:.8rem;height:2px;background:#ebebeb}.paySuccess .hot_recommend .hot_recommend_title span[data-v-231db037]:after{content:"";position:absolute;top:52%;left:125%;width:.8rem;height:2px;background:#ebebeb}.paySuccess .hot_recommend .hot_recommend_content[data-v-231db037]{padding:0 .3rem;-ms-flex-wrap:wrap;flex-wrap:wrap}.paySuccess .hot_recommend .hot_recommend_content .recomend_box[data-v-231db037]{background-color:#fff}.paySuccess .hot_recommend .hot_recommend_content .recomend_box a[data-v-231db037]{display:block;width:3.36rem;height:5.54rem}.paySuccess .hot_recommend .hot_recommend_content .recomend_box a .img[data-v-231db037]{position:relative;width:3.36rem;height:3.36rem}.paySuccess .hot_recommend .hot_recommend_content .recomend_box a .img img[data-v-231db037]{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;max-width:80%;max-height:80%}.paySuccess .hot_recommend .hot_recommend_content .recomend_box a p[data-v-231db037]{margin-left:.24rem;margin-right:.24rem;color:#323232;font-size:.28rem}.paySuccess .hot_recommend .hot_recommend_content .recomend_box a .van-button[data-v-231db037]{margin-left:.24rem;margin-top:.1rem;margin-bottom:.16rem;width:.56rem;height:.32rem;font-size:.2rem;line-height:.32rem;text-align:center;padding:0 .02rem}.paySuccess .hot_recommend .hot_recommend_content .recomend_box a .price[data-v-231db037]{margin-left:.24rem;font-size:0;color:#f33b3b}.paySuccess .hot_recommend .hot_recommend_content .recomend_box a .price i[data-v-231db037]{font-size:.24rem}.paySuccess .hot_recommend .hot_recommend_content .recomend_box a .price span[data-v-231db037]{font-size:.32rem}.appTime[data-v-0aa4880e]{position:relative}.pay_title[data-v-0aa4880e]{width:7.5rem;height:.88rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:fixed;top:0;left:0;right:0;border-bottom:1px solid #ebebeb}.pay_title img[data-v-0aa4880e]{width:.4rem;height:.4rem;margin-left:.3rem;margin-right:2.42rem}.pay_title span[data-v-0aa4880e]{font-size:.32rem;color:#323232}.appointmentTime[data-v-0aa4880e]{padding-top:.88rem}.appointmentTime p[data-v-0aa4880e]{font-size:.32rem;color:#323232;text-align:center}.appointmentTime .am_pm[data-v-0aa4880e]{position:relative;width:2.68rem;height:.58rem;margin:.3rem auto;border:1px solid #2de6ff}.appointmentTime .am_pm .am[data-v-0aa4880e],.appointmentTime .am_pm .pm[data-v-0aa4880e]{width:50%;height:100%;text-align:center;line-height:.58rem;font-size:.32rem}.appointmentTime .am_pm .am[data-v-0aa4880e]:after,.appointmentTime .am_pm .pm[data-v-0aa4880e]:after{content:"";position:absolute;top:50%;width:1.52rem;height:.02rem;background:-webkit-gradient(linear,right top,left top,from(#00acfe),to(#2ce8ff));background:linear-gradient(270deg,#00acfe,#2ce8ff);right:-57%}.appointmentTime .am_pm .oldcolor[data-v-0aa4880e]{color:#323232}.appointmentTime .am_pm .newcolor[data-v-0aa4880e]{color:#fff}.appointmentTime .am_pm .newcolor[data-v-0aa4880e],.appointmentTime .am_pm[data-v-0aa4880e]:before{background:-webkit-gradient(linear,right top,left top,from(#00acfe),to(#2ce8ff));background:linear-gradient(270deg,#00acfe,#2ce8ff)}.appointmentTime .am_pm[data-v-0aa4880e]:before{content:"";position:absolute;top:50%;width:1.52rem;height:.02rem;left:-57%}.appointmentTime .am_list[data-v-0aa4880e]{padding:0 .3rem}.appointmentTime .am_list .van-row[data-v-0aa4880e]{-ms-flex-wrap:wrap;flex-wrap:wrap}.appointmentTime .am_list .am_list_box[data-v-0aa4880e]{position:relative;width:1.56rem;height:.94rem;line-height:.94rem;text-align:center;font-family:Roboto;font-size:.32rem;color:#656565;border:2px solid #ebebeb;margin-bottom:.2rem;margin-right:.14rem}.appointmentTime .am_list .am_list_box[data-v-0aa4880e]:nth-child(4n){margin-right:0}.appointmentTime .am_list .am_list_box[data-v-0aa4880e]:after{position:absolute;top:-.28rem;right:.03rem;content:"闲";color:#989898;font-size:.24rem}.timeTip[data-v-0aa4880e]{padding:0 .3rem;font-size:.28rem;line-height:.64rem;color:#989898;background-color:#f7f8f9}.timeTip strong[data-v-0aa4880e]{color:#656565}footer[data-v-0aa4880e]{position:absolute}footer a[data-v-0aa4880e]{position:fixed;bottom:0;right:0;left:0;display:block;width:100%;height:.98rem;font-size:.32rem;line-height:.98rem;text-align:center;color:#fff;background:-webkit-gradient(linear,right top,left top,from(#00acfe),to(#2ce8ff));background:linear-gradient(270deg,#00acfe,#2ce8ff)}.changeCar[data-v-2150a629]{width:100vw;height:100vh;background-color:#f7f8f9}.changeCar .pay_title[data-v-2150a629]{width:7.5rem;height:.88rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff}.changeCar .pay_title img[data-v-2150a629]{width:.4rem;height:.4rem;margin-left:.3rem;margin-right:2.42rem}.changeCar .pay_title span[data-v-2150a629]{font-size:.32rem;color:#323232}.changeCar .van-radio-group[data-v-2150a629]{margin-top:.16rem;padding:0 .3rem;background-color:#f7f8f9}.changeCar .radioBottom[data-v-2150a629]{background-color:#fff;width:6.9rem;padding:.3rem}.changeCar .van-cell[data-v-2150a629]:after{border-bottom:.32rem solid #f7f8f9}.changeCar .van-cell__title p[data-v-2150a629]{color:#989898;font-size:.24rem}.changeCar .van-cell__title p[data-v-2150a629]:first-child{color:#323232;font-size:.32rem;font-weight:600;margin-bottom:.16rem}.showConfirm[data-v-55bc56cc]{margin-top:2rem}.van-overlay[data-v-55bc56cc]{background-color:rgba(0,0,0,.3)}.showConfirm[data-v-29911b68]{margin-top:2rem}.van-overlay[data-v-29911b68]{background-color:rgba(0,0,0,.3)}.showConfirm[data-v-1a128aec]{margin-top:2rem}.van-overlay[data-v-1a128aec]{background-color:rgba(0,0,0,.3)}.showConfirm[data-v-5c067e77]{margin-top:2rem}.van-overlay[data-v-5c067e77]{background-color:rgba(0,0,0,.3)}.showConfirm[data-v-5f0f6e65]{margin-top:2rem}.van-overlay[data-v-5f0f6e65]{background-color:rgba(0,0,0,.3)}.showConfirm[data-v-a834b2f2]{margin-top:2rem}.van-overlay[data-v-a834b2f2]{background-color:rgba(0,0,0,.3)}.showConfirm[data-v-a60c8cc6]{margin-top:2rem}.van-overlay[data-v-a60c8cc6]{background-color:rgba(0,0,0,.3)}.showConfirm[data-v-44f10a3a]{margin-top:2rem}.van-overlay[data-v-44f10a3a]{background-color:rgba(0,0,0,.3)}.showConfirm[data-v-027890cc]{margin-top:2rem}.van-overlay[data-v-027890cc]{background-color:rgba(0,0,0,.3)}.headerNavContain .headerNav[data-v-f5594e9e]{width:100%;position:fixed;top:0;z-index:3}.headerNavContain .headerNav .header_nav[data-v-f5594e9e]{height:.88rem;display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#fff}.headerNavContain .headerNav .header_nav .header_nav_icon_wrap[data-v-f5594e9e]{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:.4rem;padding-right:.2rem}.headerNavContain .headerNav .header_nav .header_nav_icon_wrap .header_nav_icon[data-v-f5594e9e]{width:.18rem;height:.36rem}.headerNavContain .headerNav .header_nav .header_title[data-v-f5594e9e]{-webkit-box-flex:1;-ms-flex:1;flex:1;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;font-family:PingFangSC-Medium;font-size:.36rem;color:#010106;text-align:center;font-weight:500}.article .top[data-v-f5594e9e]{margin-top:1rem}.article .top h1[data-v-f5594e9e]{text-align:center;font-size:.4rem}.article .top p[data-v-f5594e9e]{text-align:center;margin:.1rem 0}.article .content[data-v-f5594e9e]{font-size:.3rem;padding:.3rem;text-align:justify}.article .content p[data-v-f5594e9e]{margin:.3rem 0}.article .content img[data-v-f5594e9e]{max-width:100%;height:auto}.article .loadding[data-v-f5594e9e]{text-align:center}.headerNavContain .headerNav[data-v-01f5f942]{width:100%;position:fixed;top:0;z-index:3}.headerNavContain .headerNav .header_nav[data-v-01f5f942]{height:.88rem;display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#fff}.headerNavContain .headerNav .header_nav .header_nav_icon_wrap[data-v-01f5f942]{position:absolute;left:0;top:0;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:.4rem;padding-right:.2rem}.headerNavContain .headerNav .header_nav .header_nav_icon_wrap .header_nav_icon[data-v-01f5f942]{width:.18rem;height:.36rem}.headerNavContain .headerNav .header_nav .header_title[data-v-01f5f942]{-webkit-box-flex:1;-ms-flex:1;flex:1;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;font-family:PingFangSC-Medium;font-size:.36rem;color:#010106;text-align:center;font-weight:500}.article .top[data-v-01f5f942]{margin-top:1rem}.article .top h1[data-v-01f5f942]{text-align:center;font-size:.4rem}.article .top p[data-v-01f5f942]{text-align:center;margin:.1rem 0}.article .content[data-v-01f5f942]{font-size:.3rem;padding:.3rem;text-align:justify}.article .content p[data-v-01f5f942]{margin:.3rem 0}.article .content img[data-v-01f5f942]{max-width:100%;height:auto}.article .loadding[data-v-01f5f942]{text-align:center}header[data-v-0a65fd4f]{width:100%;height:3.38rem;padding:0;background:url(../../static/img/bg_order.2a7e898.png) no-repeat;background-size:100% 100%;position:relative;z-index:2}header .title_box[data-v-0a65fd4f]{width:100%;color:#fff;height:.88rem;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}header .detail_title[data-v-0a65fd4f]{padding-top:.46rem;text-align:center}header .detail_title h3[data-v-0a65fd4f]{height:.5rem;line-height:.5rem;font-size:.36rem;font-family:PingFangSC-Medium;font-weight:500;color:#fff;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}header .detail_title h3 img[data-v-0a65fd4f]{height:.32rem;width:.32rem;display:inline-block;padding-right:.08rem}header .detail_title p[data-v-0a65fd4f]{font-family:PingFangSC-Regular;font-size:.28rem;color:#fff;text-align:center;font-weight:400;padding-top:.24rem}.content[data-v-0a65fd4f]{background:#f8f9fa;width:100%;position:relative;margin-top:-.05rem;z-index:2000;border-radius:.08rem .08rem 0 0}.content .details[data-v-0a65fd4f]{padding-top:.13rem}.content .details li[data-v-0a65fd4f]{background-color:#fff}.content .details .tips[data-v-0a65fd4f]{padding:.32rem .4rem;font-family:PingFangSC-Regular;font-size:.28rem;color:#666;line-height:.4rem;font-weight:400}.content .details .refund_qua[data-v-0a65fd4f]{padding:0 .4rem}.content .details .refund_qua ul[data-v-0a65fd4f]{font-family:PingFangSC-Medium;font-size:.36rem;color:#010106;font-weight:500}.content .details .refund_qua ul .price_id[data-v-0a65fd4f]{font-family:PingFangSC-Regular;font-size:.28rem;color:#010106;font-weight:400}.content .details .refund_qua ul li:first-child .price_id[data-v-0a65fd4f]{color:#cf2f31;font-size:.36rem}.content .details .refund_qua ul li[data-v-0a65fd4f]{border-bottom:1.5px solid #f0f0f0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.content .details .refund_qua ul li p[data-v-0a65fd4f]{line-height:1.08rem;height:1.08rem}.content .details .refund_qua ul li[data-v-0a65fd4f]:last-child{border-bottom:none}.content .details .refund_speed[data-v-0a65fd4f]{padding:0 .4rem;margin-top:.24rem}.content .details .refund_speed .refund_speed_title[data-v-0a65fd4f]{font-family:PingFangSC-Medium;font-size:.36rem;color:#010106;font-weight:500;padding:.32rem 0}.content .details .refund_speed .refund_speed_detail_box[data-v-0a65fd4f]{position:relative;margin-top:.066667rem;padding-top:1.2rem;padding-bottom:.373333rem;height:.88rem;text-align:left}.content .details .refund_speed .refund_speed_detail_box h6[data-v-0a65fd4f]{font-family:PingFangSC-Regular;font-size:12px;color:#010106;text-align:center;font-weight:400;padding-bottom:.08rem}.content .details .refund_speed .refund_speed_detail_box .refund_speed_detail[data-v-0a65fd4f]{position:relative;display:inline-block;float:left;bottom:.353333rem;width:33%;text-align:center}.content .details .refund_speed .refund_speed_detail_box .refund_speed_detail h5[data-v-0a65fd4f]{line-height:.506667rem}.content .details .refund_speed .refund_speed_detail_box .refund_speed_detail p[data-v-0a65fd4f]{font-family:PingFangSC-Regular;font-size:12px;color:#666;text-align:center;font-weight:400}.content .details .refund_speed .refund_speed_detail_box .refund_speed_detail[data-v-0a65fd4f]:before{content:"";position:absolute;width:100%;height:1px;left:0;top:-.35rem;background-color:#010106;z-index:2}.content .details .refund_speed .refund_speed_detail_box .refund_speed_detail .cross[data-v-0a65fd4f],.content .details .refund_speed .refund_speed_detail_box .refund_speed_detail .success[data-v-0a65fd4f]{position:absolute;width:.32rem;height:.32rem;border-radius:50%;left:46%;top:-.5rem;background-color:#010106;color:#fff;line-height:.32rem;z-index:3}.content .details .refund_speed .refund_speed_detail_box .refund_speed_detail .cross[data-v-0a65fd4f]{display:none}.content .details .refund_speed .refund_speed_detail_box .left[data-v-0a65fd4f]:before{width:50%;left:50%;background-color:#010106}.content .details .refund_speed .refund_speed_detail_box .right[data-v-0a65fd4f]:before{width:50%;left:0}.content .details .refund_speed .refund_speed_detail_box .gray[data-v-0a65fd4f]{color:#d7d7d7}.content .details .refund_speed .refund_speed_detail_box .gray .success[data-v-0a65fd4f]{background-color:#fff;border:1.5px solid #010106}.content .details .refund_speed .refund_speed_detail_box .gray .success[data-v-0a65fd4f]:before{display:none}.content .details .refund_speed .refund_speed_detail_box .gray[data-v-0a65fd4f]:before{background-color:#010106}.content .details .refund_speed .refund_speed_detail_box .gray01[data-v-0a65fd4f]{color:#d7d7d7}.content .details .refund_speed .refund_speed_detail_box .gray01 .success[data-v-0a65fd4f]{background-color:#fff;border:1.5px solid #010106}.content .details .refund_speed .refund_speed_detail_box .gray01 .success[data-v-0a65fd4f]:before{display:none}.content .details .refund_speed .refund_speed_detail_box .gray01[data-v-0a65fd4f]:before{background-color:#010106;width:100%;left:-50%}.content .details .refund_speed .refund_speed_detail_box .red .success[data-v-0a65fd4f]{display:none}.content .details .refund_speed .refund_speed_detail_box .red .cross[data-v-0a65fd4f]{display:block;background-color:#cf2f31}.content .details .sdk_inf[data-v-0a65fd4f]{padding:0 .4rem;margin-top:.24rem}.content .details .sdk_inf .sdk_inf_War[data-v-0a65fd4f]{border-bottom:1.5px solid #f0f0f0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.32rem 0}.content .details .sdk_inf .sdk_inf_War .sdk_inf_title .refund_speed_title[data-v-0a65fd4f]{font-family:PingFangSC-Medium;font-size:.36rem;color:#010106;font-weight:500}.content .details .sdk_inf .sdk_inf_War .a[data-v-0a65fd4f]{background:#fff;border:1px solid #666;border-radius:.04rem;font-family:PingFangSC-Medium;font-size:12px;color:#010106;letter-spacing:0;text-align:center;font-weight:500;padding:.08rem .17rem}.content .details .sdk_inf .window_box[data-v-0a65fd4f]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.content .details .order_inf[data-v-0a65fd4f]{padding:.24rem .4rem}.content .details .order_inf .order_list[data-v-0a65fd4f]{padding-bottom:.3rem}.content .details .order_inf .order_list li[data-v-0a65fd4f]{border:none;font-family:PingFangSC-Regular;font-size:.28rem;color:#666;line-height:.4rem;font-weight:400;padding-bottom:.24rem}.content .details .order_inf .order_list .time[data-v-0a65fd4f]{font-family:PingFangSC-Regular;font-size:.28rem;color:#010106;text-align:right;font-weight:400;float:right}.content .details .order_inf .order_list .time.red[data-v-0a65fd4f]{color:#cf2f31}.content .details .order_inf .order_list .draw_back_des[data-v-0a65fd4f]{padding:.2rem 0;margin-top:.2rem;height:1.2rem;color:#656565;background-color:#f7f8f8;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:.1rem;position:relative}.content .details .order_inf .order_list .draw_back_des[data-v-0a65fd4f]:before{content:"";width:.2rem;height:.2rem;display:inline-block;-webkit-transform:rotate(45deg);transform:rotate(45deg);position:absolute;left:9%;top:-.1rem;background-color:#f7f8f8}.content .window_box .des .price_count .price span[data-v-0a65fd4f]{color:#cf2f31}.title_box[data-v-f18eb734]{width:100%;color:#fff;height:.88rem;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.title_box .tltle_type[data-v-f18eb734]{width:2.4rem;background-color:red;position:absolute;z-index:100;background:#fff;-webkit-box-shadow:0 2px 6px 0 rgba(78,84,93,.1);box-shadow:0 2px 6px 0 rgba(78,84,93,.1);border:1px solid #ebebeb;left:50%;bottom:-3.52rem;-webkit-transform:translateX(-50%);transform:translateX(-50%);padding:.32rem 0 0}.title_box .tltle_type .tltle_type_list li[data-v-f18eb734]{font-size:.28rem;line-height:.4rem;height:20px;margin-bottom:12px;text-align:center}.title_box .tltle_type .tltle_type_list .normal[data-v-f18eb734]{color:#989898;font-weight:500}.title_box .tltle_type .tltle_type_list .highlight_blue[data-v-f18eb734]{color:#0babfe;font-weight:500}.title_box .tltle_type[data-v-f18eb734]:before{content:"";display:inline-block;position:absolute;left:50%;top:0;width:.2rem;height:.2rem;background:#fff;border-radius:1px;-webkit-transform:rotate(45deg) translateX(-73%);transform:rotate(45deg) translateX(-73%);border-left:1px solid #ebebeb;border-top:1px solid #ebebeb;z-index:999}.title_box .prev[data-v-f18eb734]{width:.18rem;height:.36rem;padding:.26rem .4rem;position:absolute;left:0;top:0}.title_box .details[data-v-f18eb734]{width:.4rem;height:.4rem;float:right;margin-right:.2rem;margin-top:.04rem}.title_box .title[data-v-f18eb734]{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:-webkit-box;display:-ms-flexbox;display:flex;font-family:PingFangSC-Medium;color:#fff;text-align:center;font-weight:500}.title_box h2[data-v-f18eb734]{line-height:.44rem;font-size:.36rem;font-weight:400;display:inline-block;text-align:center}.title_box .title_box_right[data-v-f18eb734]{width:1.1rem;float:right;position:absolute;right:.4rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.title_box .title_box_right img[data-v-f18eb734]{width:.4rem;height:.4rem}.title_box .title_box_right .left[data-v-f18eb734]{float:left}.title_box .title_box_right .right[data-v-f18eb734]{float:right}.img[data-v-0465c80e]{width:4rem;margin:50% auto 0}.pay_title[data-v-0465c80e]{display:-webkit-box;display:-ms-flexbox;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:.9rem;padding:.5rem .32rem 0;position:fixed;left:0;right:0;top:0;z-index:999;background:#fff;display:flex;justify-content:space-between;border-bottom:1px solid #eee}@media screen and (min-height:812px){.pay_title[data-v-0465c80e]{padding-top:.6rem}}.pay_title img[data-v-0465c80e]{width:.48rem;height:.48rem}.pay_title span[data-v-0465c80e]{font-size:.32rem;color:#333}.ios-head .pay_title[data-v-6442a117]{padding-top:.3rem!important}.ios-head .content[data-v-6442a117]{padding-top:1.25rem!important}.iosx-head .pay_title[data-v-6442a117]{padding-top:.6rem!important}.iosx-head .content[data-v-6442a117]{padding-top:1.55rem!important}.Index[data-v-6442a117]{height:100vh;overflow:auto}.Index .pay_title[data-v-6442a117],.Index[data-v-6442a117]{background:#fff;position:fixed;left:0;right:0;top:0;z-index:999}.Index .pay_title[data-v-6442a117]{display:-webkit-box;display:-ms-flexbox;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:.9rem;padding:0 .32rem 0 0;display:flex;justify-content:space-between;border-bottom:1px solid #eee;color:#010106}.Index .pay_title img[data-v-6442a117]{width:.48rem;height:.48rem;padding:.16rem .32rem}.Index .pay_title span[data-v-6442a117]{font-size:.34rem;color:#010106;font-weight:500}.Index .content[data-v-6442a117]{margin:0 auto;padding-top:.95rem}.Index .content .item[data-v-6442a117]{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:18px;padding:15px 16px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.Index .content[data-v-6442a117] .van-cell{font-size:18px;padding:15px 16px}.Index .content .title[data-v-6442a117]{margin:0 auto;font-size:18px;background:#f7f8f9;-webkit-box-sizing:border-box;box-sizing:border-box;height:50px;line-height:50px;padding-left:16px}.Index .content .list[data-v-6442a117]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:.23rem 0;border-bottom:1px solid #f7f8f8}.Index .content .list .list-l[data-v-6442a117],.Index .content .list[data-v-6442a117]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.Index .content .list .list-l[data-v-6442a117]{color:#323232;font-size:.28rem}.Index .content .list .list-l i[data-v-6442a117]{width:.7rem;height:.6rem;display:inline-block;margin-right:.28rem}.Index .content .list .list-l i img[data-v-6442a117]{width:100%}.Index .content .list .active[data-v-6442a117]{color:#0babfe}.Index .content .list .radio[data-v-6442a117]{width:.32rem;height:.32rem}.Index .content .list .radio label[data-v-6442a117]:before{content:"";width:20px;height:20px;background-size:100% 100%;display:block;position:relative;margin-top:-23px}.Index .content .list .radio input[type=radio]:checked+label[data-v-6442a117]:before{width:20px;height:20px;background:url(../../static/img/radio.b271639.png) 0 0;background-size:100% 100%;display:block;position:relative;margin-top:-23px}.Index .content .list .radio input[type=radio][data-v-6442a117]{width:100%;height:100%;opacity:0;position:relative;z-index:9999}.Index .content .active span[data-v-6442a117]{color:#0f4c81}.caculate[data-v-13dc89d3]{float:right;width:1.84rem;height:.44rem;position:relative;margin-top:.55rem;margin-right:.2rem}.caculate span[data-v-13dc89d3]{display:inline-block;height:.44rem;position:absolute;width:0}.caculate input[data-v-13dc89d3]{width:.85rem;text-align:center;margin-left:.5rem;border-top:1px solid #ddd;border-bottom:1px solid #ddd;color:#000}.caculate .mark[data-v-13dc89d3]{width:.52rem;margin-top:.03rem;display:inline-block;border:1px solid #ddd;line-height:.44rem;text-align:center;font-size:.3rem;color:#000}.caculate .markleft[data-v-13dc89d3]{left:0;line-height:.44rem;height:.44rem}.caculate .markright[data-v-13dc89d3]{right:0;line-height:.44rem;height:.44rem}.caculate .beeforCacul[data-v-13dc89d3]{width:.8rem;left:.52rem;text-align:center}.caculate .beeforCacul[data-v-13dc89d3],.caculate .cacul[data-v-13dc89d3]{border-top:2px solid #f7f8f8;border-bottom:2px solid #f7f8f8;line-height:.44rem;height:.44rem}.webToAppH5[data-v-1ca2f57c]{position:absolute;margin-top:30px}.webToAppH5 .img[data-v-1ca2f57c]{display:block;width:60%;margin:auto}.webToAppH5 p[data-v-1ca2f57c]{font-size:.28rem;text-align:center;margin-bottom:30px;margin-top:10px}.webToAppH5 button[data-v-1ca2f57c]{display:block;width:75%;color:#fff;font-size:.32rem;text-align:center;line-height:.98rem;height:.98rem;background:-webkit-gradient(linear,right top,left top,from(#00acfe),to(#2cb7ff));background:linear-gradient(270deg,#00acfe,#2cb7ff);border:0;margin:auto;border-radius:.2rem}.carList .pay_title[data-v-23e94bc4]{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:.9rem;padding:.5rem .32rem 0;position:fixed;left:0;right:0;top:0;z-index:999;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;border-bottom:1px solid #eee}@media screen and (min-height:812px){.carList .pay_title[data-v-23e94bc4]{padding-top:.6rem}}.carList .pay_title img[data-v-23e94bc4]{width:.48rem;height:.48rem}.carList .pay_title span[data-v-23e94bc4]{font-size:.32rem;color:#333}.carList .list[data-v-23e94bc4]{width:93.33333%;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #f7f8f9;padding:.2rem 0}.carList .list .carImg[data-v-23e94bc4]{width:34.2857142%;background:#f7f8f9}.carList .list .carData[data-v-23e94bc4]{width:65.7142858%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.carList .list .carData .car[data-v-23e94bc4]{margin-left:.2rem}.carList .list .carData .car .name[data-v-23e94bc4]{font-size:.35rem;margin-bottom:.2rem}.carList .list .carData .car .carPrice[data-v-23e94bc4]{font-size:.24rem;color:#a8a8a8}.carList .list .carData .car .carPrice .price[data-v-23e94bc4]{color:red}.carList .list .carData .car .carPrice .price strong[data-v-23e94bc4]{font-size:.35rem;font-weight:100;margin:0 .1rem}.carList .list .carData.blue .car .carPrice[data-v-23e94bc4],.carList .list .carData.blue .car .name[data-v-23e94bc4]{color:#0babfe}.carList .list[data-v-23e94bc4] .van-radio__icon--checked .van-icon{background-color:#0babfe;border-color:#0babfe}.ios-head .head_title[data-v-7a606686]{padding-top:.3rem!important}.iosx-head .head_title[data-v-7a606686]{padding-top:.6rem!important}.privacy-agreement-preview[data-v-7a606686]{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.privacy-agreement-preview .head_title[data-v-7a606686]{background-color:#fff;height:.88rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-bottom:1.5px solid #f0f0f0;position:relative}.privacy-agreement-preview .head_title img[data-v-7a606686]{width:.18rem;height:.36rem;padding:.06rem .4rem;position:absolute;left:0}.privacy-agreement-preview .head_title span[data-v-7a606686]{font-family:PingFangSC-Medium;font-size:.36rem;color:#010106;text-align:center;font-weight:500}.privacy-agreement-preview .privacy-agreement-preview-content[data-v-7a606686]{overflow:hidden;-webkit-box-flex:1;-ms-flex:1;flex:1}.privacy-agreement-preview .privacy-agreement-preview-content .privacy-agreement-preview-content-ifream[data-v-7a606686]{border:0;width:100%;height:100%;overflow:hidden}.body[data-v-4c5aa43b]{overflow:hidden}.modelHighlights[data-v-4c5aa43b]{-webkit-overflow-scrolling:touch;overflow-y:scroll;overflow-x:hidden}.modelHighlights .head[data-v-4c5aa43b]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:.9rem;padding:0 .32rem;position:fixed;left:0;right:0;top:0;z-index:999;background:#fff;border-bottom:1px solid #eee}.modelHighlights .head i[data-v-4c5aa43b]{width:.48rem;height:.48rem}.modelHighlights .head .head-r[data-v-4c5aa43b]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:.48rem}.modelHighlights .head .center[data-v-4c5aa43b]{width:100%;display:in;font-size:.32rem;margin-left:.3rem;color:#989898}.modelHighlights .bannerVideo .Ar[data-v-4c5aa43b]{position:absolute;left:.22rem;top:.2rem;z-index:9;width:.8rem}.modelHighlights .Activity[data-v-4c5aa43b]{position:fixed;left:0;right:0;top:0;width:100%;height:100%;z-index:999;background-color:#fff}.modelHighlights .Activity .Activity-Info[data-v-4c5aa43b]{padding-top:1.5rem}.modelHighlights .Activity iframe[data-v-4c5aa43b]{width:100%;height:100vh}.Activity[data-v-4c5aa43b]{position:fixed;left:0;right:0;top:0;width:100%;height:100%;z-index:999;background-color:#fff}.Activity .Activity-Info[data-v-4c5aa43b]{padding-top:1.5rem}.Activity iframe[data-v-4c5aa43b]{width:100%;height:100vh}.ShareDown[data-v-4c5aa43b]{position:fixed;top:0;left:0;right:0;z-index:999;background:#fff}.mask[data-v-4c5aa43b]{background-color:rgba(0,0,0,.5)}.mask[data-v-4c5aa43b],.mask_w[data-v-4c5aa43b]{position:fixed;left:0;right:0;top:0;width:100%;height:100%;z-index:99}.mask_w[data-v-4c5aa43b]{background-color:#000}.descriptionContent[data-v-4c5aa43b]{margin-top:0;width:100%;height:100%}.descriptionContent video[data-v-4c5aa43b]{width:100%}.head_fixed[data-v-4c5aa43b]{position:fixed;left:0;right:0;top:0;z-index:999}.head_absolute[data-v-4c5aa43b]{position:relative;left:0;right:0;top:0}.head[data-v-4c5aa43b]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:.9rem;padding:0 .32rem;position:fixed;left:0;right:0;top:0;z-index:999;background:#fff;border-bottom:1px solid #eee}.head i[data-v-4c5aa43b]{width:.48rem;height:.48rem}.head .head-r[data-v-4c5aa43b]{display:-webkit-box;display:-ms-flexbox;display:flex;width:1.24rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.head .head-r-only[data-v-4c5aa43b]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.head .center[data-v-4c5aa43b],.head .title[data-v-4c5aa43b]{font-size:.32rem;color:#989898}.head .center .active[data-v-4c5aa43b]{color:#0babfe;position:relative}.head .center .active[data-v-4c5aa43b]:after{content:"";width:.96rem;height:.04rem;background-color:#0babfe;position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.pay_title[data-v-4c5aa43b]{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:.9rem;padding:0 .32rem;position:fixed;left:0;right:0;top:0;z-index:999;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;border-bottom:1px solid #eee}.pay_title img[data-v-4c5aa43b]{width:.48rem;height:.48rem}.pay_title span[data-v-4c5aa43b]{font-size:.32rem;color:#333}.wrap[data-v-4c5aa43b]{margin-bottom:1.3rem;margin-top:0;min-height:calc(100% + .02rem)}.share_warp[data-v-4c5aa43b]{margin-top:1.1rem}.bannerVideo[data-v-4c5aa43b]{width:100%;height:4.2rem;position:relative;margin-top:5px}.bannerVideo .swiper-list[data-v-4c5aa43b]{height:4.2rem}.bannerVideo .swiper-list video[data-v-4c5aa43b]{width:100%}@media screen and (min-height:812px){.bannerVideo .swiper-list[data-v-4c5aa43b]{margin-top:0}}.bannerVideo .flex_brns_center[data-v-4c5aa43b]{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}.bannerVideo .flex_brns_double[data-v-4c5aa43b]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.bannerVideo .btns[data-v-4c5aa43b]{position:absolute;left:50%;bottom:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:99;width:2.28rem}.bannerVideo .btns .btn[data-v-4c5aa43b]{width:1.03rem;height:.45rem;color:#fff;background:rgba(0,0,0,.4);border-radius:30px;text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:320px){.bannerVideo .btns .btn[data-v-4c5aa43b]{width:2rem;height:.45rem;border-radius:30px}}.bannerVideo .btns .btn i[data-v-4c5aa43b]{margin-right:2px;width:.24rem;height:.24rem;display:inline-block;margin-left:8px}@media screen and (max-width:320px){.bannerVideo .btns .btn span[data-v-4c5aa43b]{line-height:.48rem}}.bannerVideo .btns .active[data-v-4c5aa43b]{background:linear-gradient(45deg,#2ce8ff,#00acfe)}.bannerVideo .Ar[data-v-4c5aa43b]{position:absolute;left:.22rem;top:.3rem;z-index:9;width:1.44rem;height:1.6rem}.bannerVideo .slider[data-v-4c5aa43b]{width:100%;height:100%}.bannerVideo .slider img[data-v-4c5aa43b]{height:100%}.bannerVideo .PageNumbers[data-v-4c5aa43b]{width:.7rem;height:.4rem;background:rgba(0,0,0,.4);color:#fff;font-size:.2rem;text-align:center;line-height:.4rem;border-radius:30px;position:absolute;right:.15rem;bottom:.05rem;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.BannerAd[data-v-4c5aa43b]{width:100%}.item[data-v-4c5aa43b]{padding:.33rem .28rem}.item .item_top[data-v-4c5aa43b]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.item .item_top .item_top_detail[data-v-4c5aa43b]{width:80%}.item .item_top .item_top_detail h2[data-v-4c5aa43b]{font-size:.4rem;color:#323232;margin-bottom:.18rem}.item .item_top .item_top_detail span[data-v-4c5aa43b]{display:inline-block;font-size:.24rem;height:.44rem;line-height:.44rem;padding:0 .19rem;border-radius:3px;margin-right:4px;margin-bottom:4px;float:left}.item .item_top .item_top_detail .blue[data-v-4c5aa43b]{background:rgba(11,171,254,.058823529411764705);color:#0babfe}.item .item_top .item_top_detail .red[data-v-4c5aa43b]{background:rgba(243,59,59,.058823529411764705);color:#ff5656}.item .item_top .item_top_right[data-v-4c5aa43b]{width:15%;text-align:center;font-size:.28rem;border:1px solid #00acfe;color:#00acfe;border-radius:.3rem;margin-right:.2rem}.item .item_top .advisory[data-v-4c5aa43b]{width:1.24rem;height:1.33rem;border:1px solid #f3f3f3;border-radius:3px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:#323232;font-size:.24rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.item .item_top .advisory img[data-v-4c5aa43b]{width:.56rem;height:.56rem;margin-top:.24rem;margin-bottom:.1rem}.item .item_top .advisory[data-v-4c5aa43b]:nth-child(2){margin-right:.1rem}.item .price[data-v-4c5aa43b]{color:#989898;font-size:.24rem;margin:.13rem 0}.item .price strong[data-v-4c5aa43b]{font-size:.36rem;font-weight:700;margin-right:5px}.item .price span[data-v-4c5aa43b]{font-size:.24rem;color:#f33b3b}.item .price-tip[data-v-4c5aa43b]{font-size:.24rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#a2a2a2;line-height:.24rem;margin-bottom:.15rem;word-wrap:break-word}.item .Staging[data-v-4c5aa43b]{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:.7rem;margin:0 auto;background:#f7f9f8;color:#323232;font-size:.24rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 .15rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;border-radius:3px}.item .Staging span em[data-v-4c5aa43b]{color:#f33b3b;margin:0 5px}.item .Staging span i[data-v-4c5aa43b]{width:.32rem;height:.32rem;display:inline-block;vertical-align:middle}.item .Staging .more[data-v-4c5aa43b]{color:#989898}.footer[data-v-4c5aa43b]{width:100%;height:.98rem;background:hsla(0,0%,100%,.8);-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 .28rem;-webkit-box-sizing:border-box;box-sizing:border-box;position:fixed;bottom:0;left:0;right:0;z-index:500;border-top:1px solid #ebebeb;-webkit-box-shadow:0 -4px 16px 0 rgba(0,0,0,.06),0 2px 0 0 #ebebeb;box-shadow:0 -4px 16px 0 rgba(0,0,0,.06),0 2px 0 0 #ebebeb}.footer .footer_icon_l[data-v-4c5aa43b],.footer[data-v-4c5aa43b]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.footer .footer_icon_l[data-v-4c5aa43b]{width:1.8rem;position:relative}.footer .footer_icon_l .icon[data-v-4c5aa43b]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:#656565;font-size:.24rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer .footer_icon_l .icon img[data-v-4c5aa43b]{width:.48rem;height:.48rem}.footer .footer_icon_l .icon1[data-v-4c5aa43b]:after{content:"";display:inline-block;width:1px;height:.43rem;background:#ebebeb;position:absolute;left:50%;right:0;top:24%}.footer .h5[data-v-4c5aa43b]{width:100%}.footer .btn_box[data-v-4c5aa43b]{width:100%!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.footer .btn_box .btn[data-v-4c5aa43b]{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:.32rem}.footer .btn_box .btn .footer_btn_look_car_h5[data-v-4c5aa43b]{width:100%;height:.72rem;line-height:.72rem;text-align:center;border-radius:10px;margin-top:1px;border-radius:3px;-webkit-box-sizing:border-box;border:none;color:#13c6fe!important;border:1px solid #00acfe!important;background:linear-gradient(80deg,#fff,#fff)!important;box-sizing:border-box;margin-top:0!important}.footer .btn_box .btn .footer_btn_book[data-v-4c5aa43b]{margin-left:10px;color:#fff;border:1px solid #13c6fe;background:linear-gradient(80deg,#2ce8ff,#00acfe);-webkit-box-sizing:border-box;box-sizing:border-box;height:.72rem;text-align:center;line-height:.72rem;border-radius:3px}.footer .footer_btn .btns[data-v-4c5aa43b]{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:.32rem;width:4.6rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer .footer_btn .btns .footer_btn_look_car[data-v-4c5aa43b]{border:1px solid #00acfe;-webkit-box-sizing:border-box;box-sizing:border-box;height:.72rem;width:2.2rem;text-align:center;line-height:.72rem;border-radius:3px;float:left}.footer .footer_btn .btns .footer_btn_look_car a[data-v-4c5aa43b]{color:#00acfe}.footer .footer_btn .btns .footer_btn_book[data-v-4c5aa43b]{color:#fff;background:linear-gradient(45deg,#2ce8ff,#00acfe);-webkit-box-sizing:border-box;box-sizing:border-box;height:.72rem;width:2.2rem;text-align:center;line-height:.72rem;border-radius:3px;float:right}.footer .footer_btn .btn_only .footer_btn_look_car[data-v-4c5aa43b]{width:4.6rem;color:#00acfe;background:#fff}.footer .footer_btn .btn_only .footer_btn_look_car[data-v-4c5aa43b],.footer .footer_btn .btn_only .footer_btn_look_car_h5[data-v-4c5aa43b]{height:.72rem;line-height:.72rem;text-align:center;border-radius:10px;margin-top:1px;border-radius:3px;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #13c6fe}.footer .footer_btn .btn_only .footer_btn_look_car_h5[data-v-4c5aa43b]{width:100%;color:#fff;background:linear-gradient(80deg,#2ce8ff,#00acfe)}.footer .footer_btn .h5 .footer_btn_look_car[data-v-4c5aa43b],.footer .footer_btn .h5[data-v-4c5aa43b]{width:100%}.Popup[data-v-4c5aa43b]{width:2.32rem;height:1.75rem;background:#fff;border-radius:10px;position:fixed;left:10%;bottom:1.5rem;-webkit-box-shadow:0 2px 8px #a09999;box-shadow:0 2px 8px #a09999}.Popup ul li[data-v-4c5aa43b]{display:-webkit-box;display:-ms-flexbox;display:flex;padding:.26rem .26rem .15rem;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.Popup ul li i[data-v-4c5aa43b]{width:.4rem;height:.4rem;display:inline-block;margin-right:.18rem}.Popup ul .bd[data-v-4c5aa43b]{border-bottom:1px solid #f7f8f8}.Popup .sj[data-v-4c5aa43b]{width:0;height:0;border-color:#fff transparent transparent;border-style:solid;border-width:10px 10px 0;position:relative;left:50%;position:absolute;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);bottom:-14px}.Popup2[data-v-4c5aa43b]{width:2.32rem;height:1.75rem;background:#fff;border-radius:10px;position:fixed;right:1%;top:1.5rem;z-index:666;-webkit-box-shadow:0 2px 8px #a09999;box-shadow:0 2px 8px #a09999}.Popup2 ul[data-v-4c5aa43b]{padding:.26rem .26rem .15em;-webkit-box-sizing:border-box;box-sizing:border-box}.Popup2 ul li[data-v-4c5aa43b]{display:-webkit-box;display:-ms-flexbox;display:flex;text-align:center;display:block;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.Popup2 ul li i[data-v-4c5aa43b]{width:.4rem;height:.4rem;display:inline-block;margin-right:.18rem}.Popup2 ul .bd[data-v-4c5aa43b]{border-bottom:1px solid #f7f8f8}.Popup2 .sj[data-v-4c5aa43b]{width:0;height:0;border-color:#fff transparent transparent;border-style:solid;border-width:10px 10px 0;position:relative;left:50%;position:absolute;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);bottom:-14px}.Fastentry[data-v-4c5aa43b]{background:#fff}.Fastentry[data-v-4c5aa43b] .van-cell{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;padding:16px;overflow:hidden;color:#323233;font-size:14px;line-height:24px;background-color:#fff}.Fastentry .Fastentry-item span[data-v-4c5aa43b]{display:inline-block;padding:3px 8px;border:1px solid #ebebeb;color:#656565;font-size:.24rem;text-overflow:ellipsis;white-space:nowrap;border-radius:3px;margin-right:5px;margin-bottom:5px}.Fastentry .Fastentry-item .active[data-v-4c5aa43b]{border:1px solid #0babfe;color:#0babfe;font-weight:700}.importantText[data-v-4c5aa43b]{color:#989898;font-size:.24rem;padding:10px 0 70px;width:7rem;margin:0 auto}.action[data-v-4c5aa43b]{overflow-y:scroll;margin:0 auto;padding-bottom:1rem}.action[data-v-4c5aa43b] .van-collapse-item__content{padding:16px;color:#969799;font-size:13px;background-color:#fff;height:3.5rem;overflow-y:scroll}.action .title[data-v-4c5aa43b]{line-height:50px;font-weight:700;font-size:.32rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 6px}.action .title .tit[data-v-4c5aa43b]{color:#323232;width:100%;overflow:hidden;white-space:nowrap}.action .title span[data-v-4c5aa43b]{font-size:.28rem;font-weight:400;color:#999}.WrapDeploy[data-v-4c5aa43b]{background:#fff}.WrapDeploy .peiZswiper[data-v-4c5aa43b]{position:relative;left:0;right:0;top:0;z-index:999;background:#fff}.WrapDeploy .peiZswiper .tit[data-v-4c5aa43b]{margin-left:18px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:.2rem;padding-top:.5rem}.WrapDeploy .peiZswiper .tit h2[data-v-4c5aa43b]{color:#323232;font-size:.28rem}.WrapDeploy .peiZswiper .tit p[data-v-4c5aa43b]{color:#989898;font-size:.24rem;margin-left:5px}.WrapDeploy .peiZswiper .swiper[data-v-4c5aa43b]{padding-left:15px;margin:0 auto}.WrapDeploy .peiZswiper .swiper .list[data-v-4c5aa43b]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background:#fff;padding:.1rem .2rem;-webkit-box-sizing:border-box;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:3px;border:1px solid #ebebeb;-webkit-box-shadow:0 3px 16px rgba(135,144,161,.2);box-shadow:0 3px 16px rgba(135,144,161,.2);position:relative;margin:0 10px .25rem auto;box-sizing:border-box}.WrapDeploy .peiZswiper .swiper .list .sj[data-v-4c5aa43b]{width:0;height:0;border-color:#fff transparent transparent;border-style:solid;border-width:10px 10px 0;position:relative;left:48%;bottom:-14.5%;position:absolute;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.WrapDeploy .peiZswiper .swiper .list h2[data-v-4c5aa43b]{color:#323232;font-size:.32rem}.WrapDeploy .peiZswiper .swiper .list .list-l[data-v-4c5aa43b]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:50%}.WrapDeploy .peiZswiper .swiper .list .list-l p[data-v-4c5aa43b]{font-size:.24rem;color:#989898}.WrapDeploy .peiZswiper .swiper .list .list-l .price[data-v-4c5aa43b]{color:red}.WrapDeploy .peiZswiper .swiper .list .list-l .price span[data-v-4c5aa43b]{font-size:.4rem;font-weight:700}.WrapDeploy .peiZswiper .swiper .list .list-r[data-v-4c5aa43b]{width:50%}.WrapDeploy .car-params[data-v-4c5aa43b]{width:100%;margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.WrapDeploy .car-params .myhide[data-v-4c5aa43b]{visibility:hidden}.WrapDeploy .car-params .xscroll.def[data-v-4c5aa43b]{overflow:auto;width:100%;margin:0 auto}.WrapDeploy .car-params .xscroll.fixed-param[data-v-4c5aa43b]{position:absolute;z-index:1}.WrapDeploy .car-params .xscroll.fixed-param .subtitle[data-v-4c5aa43b]{visibility:visible}.WrapDeploy .car-params .xscroll.fixed-param .table[data-v-4c5aa43b]{width:1.9rem;overflow:hidden}.WrapDeploy .car-params .xscroll.fixed-param-zindex[data-v-4c5aa43b]{z-index:2}.WrapDeploy .car-params .xscroll .subtitle[data-v-4c5aa43b]{padding:.4rem 0;font-size:.3rem;color:#000;text-align:left;font-weight:700;visibility:hidden}.WrapDeploy .car-params .xscroll .subtitle.absolute[data-v-4c5aa43b]{position:absolute;white-space:nowrap;width:auto}.WrapDeploy .car-params .xscroll .table[data-v-4c5aa43b]{overflow:hidden;border-bottom:1px solid #ebebeb}.WrapDeploy .car-params .xscroll .table .tr[data-v-4c5aa43b]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.WrapDeploy .car-params .xscroll .table .tr .th[data-v-4c5aa43b]{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:.24rem;background-color:#f7f7f7;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-negative:0;flex-shrink:0;border-right:1px solid #ebebeb;border-left:1px solid #ebebeb;border-top:1px solid #ebebeb;-webkit-box-sizing:border-box;box-sizing:border-box;padding:.3rem .1rem .3rem 15px}.WrapDeploy .car-params .xscroll .table .tr .th>div[data-v-4c5aa43b]{max-width:1.25rem;white-space:normal;word-break:break-all}.WrapDeploy .car-params .xscroll .table .tr .th>div.text-l[data-v-4c5aa43b]{text-align:left}.WrapDeploy .car-params .xscroll .table .tr .td[data-v-4c5aa43b]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;width:3.9rem;font-size:.24rem;padding:.2rem;-ms-flex-negative:0;flex-shrink:0;-webkit-box-sizing:border-box;box-sizing:border-box;border-top:1px solid #ebebeb;border-right:1px solid #ebebeb}.WrapDeploy .car-params .xscroll .table .tr .td>div[data-v-4c5aa43b]{max-width:3rem;white-space:normal;word-break:break-all}.WrapDeploy .car-params .xscroll .table .tr .td>div.fill[data-v-4c5aa43b]{height:.2rem;width:.2rem;border-radius:50%;background-color:#d3b078}.fade-enter-active[data-v-4c5aa43b],.fade-leave-active[data-v-4c5aa43b]{-webkit-transition:opacity .5s;transition:opacity .5s}.fade-enter[data-v-4c5aa43b],.fade-leave-to[data-v-4c5aa43b]{opacity:0}.swiper-list[data-v-4c5aa43b]{position:relative}.swiper-list .play-btn[data-v-4c5aa43b]{position:absolute;width:14%;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.ios-head[data-v-4c5aa43b]{padding-top:.3rem!important}.iosx-head[data-v-4c5aa43b]{padding-top:.6rem!important}.van-popup[data-v-4c5aa43b]{width:100%;height:100%}.popupBox[data-v-4c5aa43b]{position:fixed;left:0;top:0;width:100%;height:100%;background-color:#000}.popupBox .top-box[data-v-4c5aa43b]{padding-top:.3rem;height:1rem;color:#fff;font-size:.32rem;position:relative}.popupBox .top-box .close-btn[data-v-4c5aa43b]{position:absolute;left:.3rem}.popupBox .top-box .close-btn .van-icon[data-v-4c5aa43b]{font-size:.5rem;line-height:1rem}.popupBox .top-box .tabs-boxs[data-v-4c5aa43b]{position:relative;left:50%;width:30%;height:100%;text-align:center;-webkit-transform:translate(-50%);transform:translate(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.popupBox .top-box .tabs-boxs span[data-v-4c5aa43b]{display:inline-block;height:100%;line-height:1rem;position:relative}.popupBox .top-box .tabs-boxs .active[data-v-4c5aa43b]{color:#0babfe;font-weight:600}.popupBox .top-box .tabs-boxs .active[data-v-4c5aa43b]:after{content:"";width:.32rem;height:.04rem;position:absolute;left:50%;bottom:0;background-color:#0babfe;-webkit-transform:translate(-50%);transform:translate(-50%)}.popupBox .video-box[data-v-4c5aa43b]{position:absolute;width:100%;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-color:transparent;z-index:99999}.popupBox .video-box video[data-v-4c5aa43b]{width:100%}.popupBox .video-box .play-btn[data-v-4c5aa43b]{position:absolute;width:14%;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.popupBox .video-height[data-v-4c5aa43b]{height:4.22rem;background-color:#000}.popupBox .img-box[data-v-4c5aa43b]{position:absolute;width:100%;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.light_video[data-v-4c5aa43b]{position:relative}.light_video .play-btn[data-v-4c5aa43b]{position:absolute;width:14%;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.video-img[data-v-4c5aa43b]{position:relative}.invitation-dialog-overlay[data-v-4c5aa43b]{position:fixed;left:0;top:0;height:100%;width:100%;background:rgba(0,0,0,.66);z-index:1200}.invitation-dialog-overlay .invitation-dialog[data-v-4c5aa43b]{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:#fff;z-index:2000;width:5.9rem;height:7.86rem;border-radius:.2rem}.invitation-dialog-overlay .invitation-dialog .invitation-dialog-box[data-v-4c5aa43b]{position:relative;margin:.4rem .6rem}.invitation-dialog-overlay .invitation-dialog .invitation-dialog-box .invitation-dialog-box-title[data-v-4c5aa43b]{height:.64rem;font-size:.36rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#000;line-height:.64rem;position:relative}.invitation-dialog-overlay .invitation-dialog .invitation-dialog-box .invitation-dialog-box-title[data-v-4c5aa43b]:after{content:" ";width:1.76rem;height:.12rem;background:#9bc9ff;opacity:.27;position:absolute;left:0;bottom:.04rem}.invitation-dialog-overlay .invitation-dialog .invitation-dialog-box .invitation-dialog-box-close[data-v-4c5aa43b]{position:absolute;right:-.2rem;top:0;width:.44rem;height:.44rem}.invitation-dialog-overlay .invitation-dialog .invitation-dialog-box .invitation-dialog-box-text[data-v-4c5aa43b]{font-size:.28rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#5d5d5d;line-height:.48rem;padding:.34rem 0}.invitation-dialog-overlay .invitation-dialog .invitation-dialog-box .invitation-dialog-box-input-box[data-v-4c5aa43b]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.invitation-dialog-overlay .invitation-dialog .invitation-dialog-box .invitation-dialog-box-input-box .invitation-input-box[data-v-4c5aa43b]{position:relative;margin-bottom:.4rem;height:.76rem}.invitation-dialog-overlay .invitation-dialog .invitation-dialog-box .invitation-dialog-box-input-box .invitation-input-box .invitation-code[data-v-4c5aa43b]{width:100%;height:100%;border:0;background:#f2f2f2;text-align:center;border-radius:.08rem;font-size:.32rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#333}.invitation-dialog-overlay .invitation-dialog .invitation-dialog-box .invitation-dialog-box-input-box .invitation-input-box .invitation-code[data-v-4c5aa43b]::-webkit-input-placeholder{color:#cbcbcb}.invitation-dialog-overlay .invitation-dialog .invitation-dialog-box .invitation-dialog-box-input-box .invitation-input-box .invitation-code-input[data-v-4c5aa43b]{border:.02rem solid #2a7ce8}.invitation-dialog-overlay .invitation-dialog .invitation-dialog-box .invitation-dialog-box-input-box .invitation-input-box .invitation-code-input-error[data-v-4c5aa43b]{border:.02rem solid #fb697b;color:#fb697b;background:#fff3f4}.invitation-dialog-overlay .invitation-dialog .invitation-dialog-box .invitation-dialog-box-input-box .invitation-input-box .invitation-error-tip[data-v-4c5aa43b]{position:absolute;left:0;top:.76rem;height:.36rem;font-size:.2rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#fb697b;line-height:.36rem}.invitation-dialog-overlay .invitation-dialog .invitation-dialog-box .invitation-dialog-box-input-box .invitation-input-box .invitation-btn[data-v-4c5aa43b]{border-radius:.08rem;height:100%;background:#a5aaae;color:#ddd;font-size:.32rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#fff;line-height:.76rem;text-align:center}.invitation-dialog-overlay .invitation-dialog .invitation-dialog-box .invitation-dialog-box-input-box .invitation-input-box .invitation-enable-btn[data-v-4c5aa43b]{height:100%;background:#1896e9}.invitation-dialog-overlay .invitation-dialog .invitation-dialog-box .invitation-dialog-tip[data-v-4c5aa43b]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:.34rem;font-size:.24rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#4a4a4a}.invitation-dialog-overlay .invitation-dialog .invitation-dialog-box .invitation-dialog-tip span[data-v-4c5aa43b]:nth-child(2){color:#2c90fe}.Fastentry .van-collapse-item .van-collapse-item__wrapper{position:absolute;left:0;top:56px}.index[data-v-70ad595e]{position:relative;padding-top:1.5rem}.index .ios-head[data-v-70ad595e]{padding-top:.3rem!important}.index .iosx-head[data-v-70ad595e]{padding-top:.6rem!important}.index .pay_title[data-v-70ad595e]{display:-webkit-box;display:-ms-flexbox;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:.9rem;padding:0 .32rem;position:fixed;left:0;right:0;top:0;z-index:999;background:#fff;display:flex;justify-content:space-between;border-bottom:1px solid #eee}.index .pay_title img[data-v-70ad595e]{width:.48rem;height:.48rem}.index .pay_title span[data-v-70ad595e]{font-size:.32rem;color:#333}.index .content[data-v-70ad595e]{width:4.9rem;position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);top:2.36rem;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-align:center;-ms-flex-align:center;align-items:center}.index .content .img[data-v-70ad595e]{width:2.35rem;height:2.73rem}.index .content h2[data-v-70ad595e]{margin-top:.6rem;margin-bottom:.6rem;font-size:.32rem}.index .content button[data-v-70ad595e]{width:2.36rem;height:.84rem;font-size:.32rem;color:#0babfe;border:1px solid #00acfe;background-color:#fff}.video[data-v-cfa8ea16]{position:relative}.video .play-btn[data-v-cfa8ea16]{position:absolute;width:14%;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.shareDownTop[data-v-1047df6b]{padding-top:1.1rem}.CarDetailsBox[data-v-1047df6b]{width:100%;min-height:82vh;-webkit-overflow-scrolling:touch;position:relative}.CarDetailsBox .ios-head[data-v-1047df6b]{padding-top:.3rem!important}.CarDetailsBox .iosx-head[data-v-1047df6b]{padding-top:.6rem!important}.CarDetailsBox .ShareDown[data-v-1047df6b]{background-color:hsla(0,0%,100%,.5);position:fixed;top:0;left:0;right:0;z-index:999}.CarDetailsBox .headerTop[data-v-1047df6b]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:.9rem;padding-left:.32rem;padding-right:.32rem;border-bottom:1px solid #eee}.CarDetailsBox .headerTop .headerLeft[data-v-1047df6b]{width:.48rem;height:.48rem}.CarDetailsBox .headerTop .headerText[data-v-1047df6b]{font-size:.32rem;color:#323232}.CarDetailsBox .headerTop .headerRight[data-v-1047df6b]{width:.48rem;height:.48rem}.CarDetailsBox .content[data-v-1047df6b]{min-height:100%}.CarDetailsBox .content .AR[data-v-1047df6b]{position:absolute;right:.1rem;top:2.5rem;width:1rem}.CarDetailsBox .content .customerService[data-v-1047df6b]{position:absolute;right:.1rem;top:3.7rem;width:1rem}.CarDetailsBox .footer[data-v-1047df6b]{width:100%;height:.98rem;background:hsla(0,0%,100%,.8);-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 .28rem;-webkit-box-sizing:border-box;box-sizing:border-box;position:fixed;bottom:0;left:0;right:0;z-index:500;border-top:1px solid #ebebeb;-webkit-box-shadow:0 -4px 16px 0 rgba(0,0,0,.06),0 2px 0 0 #ebebeb;box-shadow:0 -4px 16px 0 rgba(0,0,0,.06),0 2px 0 0 #ebebeb}.CarDetailsBox .footer .footer_icon_l[data-v-1047df6b],.CarDetailsBox .footer[data-v-1047df6b]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.CarDetailsBox .footer .footer_icon_l[data-v-1047df6b]{width:1.8rem;position:relative}.CarDetailsBox .footer .footer_icon_l .icon[data-v-1047df6b]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:#656565;font-size:.24rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.CarDetailsBox .footer .footer_icon_l .icon img[data-v-1047df6b]{width:.48rem;height:.48rem}.CarDetailsBox .footer .footer_icon_l .icon1[data-v-1047df6b]:after{content:"";display:inline-block;width:1px;height:.43rem;background:#ebebeb;position:absolute;left:50%;right:0;top:24%}.CarDetailsBox .footer .h5[data-v-1047df6b]{width:100%}.CarDetailsBox .footer .btn_box[data-v-1047df6b]{width:100%!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.CarDetailsBox .footer .btn_box .btn[data-v-1047df6b]{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:.32rem}.CarDetailsBox .footer .btn_box .btn .footer_btn_look_car_h5[data-v-1047df6b]{width:100%;height:.72rem;line-height:.72rem;text-align:center;border-radius:10px;margin-top:1px;border-radius:3px;-webkit-box-sizing:border-box;border:1px solid #00acfe;color:#13c6fe;box-sizing:border-box;margin-top:0!important}.CarDetailsBox .footer .btn_box .btn .footer_btn_book[data-v-1047df6b]{margin-left:10px;color:#fff;background:linear-gradient(80deg,#2ce8ff,#00acfe);border:1px solid #13c6fe;-webkit-box-sizing:border-box;box-sizing:border-box;height:.72rem;text-align:center;line-height:.72rem;border-radius:3px}.CarDetailsBox .footer .footer_btn .btns[data-v-1047df6b]{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:.32rem;width:4.6rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.CarDetailsBox .footer .footer_btn .btns .footer_btn_look_car[data-v-1047df6b]{border:1px solid #00acfe;-webkit-box-sizing:border-box;box-sizing:border-box;height:.72rem;width:2.2rem;text-align:center;line-height:.72rem;border-radius:3px;float:left}.CarDetailsBox .footer .footer_btn .btns .footer_btn_look_car a[data-v-1047df6b]{color:#00acfe}.CarDetailsBox .footer .footer_btn .btns .footer_btn_book[data-v-1047df6b]{color:#fff;background:linear-gradient(45deg,#2ce8ff,#00acfe);-webkit-box-sizing:border-box;box-sizing:border-box;height:.72rem;width:2.2rem;text-align:center;line-height:.72rem;border-radius:3px;float:right}.CarDetailsBox .footer .footer_btn .btn_only .footer_btn_look_car[data-v-1047df6b]{width:4.6rem;color:#00acfe;background:#fff}.CarDetailsBox .footer .footer_btn .btn_only .footer_btn_look_car[data-v-1047df6b],.CarDetailsBox .footer .footer_btn .btn_only .footer_btn_look_car_h5[data-v-1047df6b]{height:.72rem;line-height:.72rem;text-align:center;border-radius:10px;margin-top:1px;border-radius:3px;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #13c6fe}.CarDetailsBox .footer .footer_btn .btn_only .footer_btn_look_car_h5[data-v-1047df6b]{width:100%;color:#fff;background:linear-gradient(80deg,#2ce8ff,#00acfe)}.CarDetailsBox .footer .footer_btn .h5[data-v-1047df6b]{width:100%}@media only screen and (device-width:375px) and (device-height:812px) and (-webkit-device-pixel-ratio:3){.CarDetailsBox .footer[data-v-1047df6b]{bottom:23px}.CarDetailsBox .footer[data-v-1047df6b]:after{content:"";height:24px;width:100%;background:hsla(0,0%,100%,.8);position:absolute;bottom:-23px;left:0;z-index:66}}@media only screen and (device-width:414px) and (device-height:896px) and (-webkit-device-pixel-ratio:3){.CarDetailsBox .footer[data-v-1047df6b]{bottom:23px}.CarDetailsBox .footer[data-v-1047df6b]:after{content:"";height:23px;width:100%;background:hsla(0,0%,100%,.8);position:absolute;bottom:-23px;left:0;z-index:66}}@media only screen and (device-width:414px) and (device-height:896px) and (-webkit-device-pixel-ratio:2){.CarDetailsBox .footer[data-v-1047df6b]{bottom:23px}.CarDetailsBox .footer[data-v-1047df6b]:after{content:"";height:23px;width:100%;background:hsla(0,0%,100%,.8);position:absolute;bottom:-23px;left:0;z-index:66}}.car[data-v-6b58dd6a]{position:relative}.car .return[data-v-6b58dd6a]{position:absolute;left:.3rem;top:1rem}.car .return img[data-v-6b58dd6a]{width:.48rem;height:.48rem}.box[data-v-26e0830d]{width:100%;height:100%}.box .titles[data-v-26e0830d]{width:100%;background:#fff;height:.78rem;line-height:.78rem;font-size:.32rem;font-weight:500;color:#323232;text-align:center}.box .img_box[data-v-26e0830d]{width:100%;height:12.56rem;background-image:url(../../static/img/middlePageBackground.428286d.png);background-size:100% 100%;background-repeat:no-repeat}.wrap[data-v-92bd29bc]{width:100%;height:100%}.live-page[data-v-3903fc8a]{height:100%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.live-page .live-head-ipx[data-v-3903fc8a]{margin-top:.6rem!important}.live-page .live-head-mcos[data-v-3903fc8a]{margin-top:.3rem!important}.live-page .live-head[data-v-3903fc8a]{height:.9rem;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.live-page .live-head img[data-v-3903fc8a]{width:.48rem;padding:0 .25rem}.live-page .live-content[data-v-3903fc8a]{-webkit-box-flex:1;-ms-flex:1;flex:1}.wrap[data-v-9fb35a7c]{width:100%;height:100%}.share-button[data-v-9fb35a7c]{position:absolute;bottom:2rem;left:.85rem}.share-button button[data-v-9fb35a7c]{border-radius:.5rem;font-size:.4rem;color:#fff;width:6rem;height:.8rem;background:#67646d;border:0;opacity:.9}.guiding[data-v-9fb35a7c]{width:100vh;height:100vh;position:absolute;left:0;top:0;z-index:99;background:#38383a;opacity:.9}.yindao[data-v-9fb35a7c]{position:absolute;left:.6rem;top:.5rem;width:6.5rem;height:4.5rem;z-index:100}.distributor-list-page-mcos .distributor-list-head[data-v-1af305a6]{margin-top:.3rem!important}.distributor-list-page-mcos .distributor-list-content[data-v-1af305a6]{height:calc(100% - 1.13rem)!important}.distributor-list-page-ipx .distributor-list-head[data-v-1af305a6]{margin-top:.6rem!important}.distributor-list-page-ipx .distributor-list-content[data-v-1af305a6]{height:calc(100% - 1.48rem)!important}.distributor-list-page[data-v-1af305a6]{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.distributor-list-page .distributor-list-head[data-v-1af305a6]{position:relative;background:#fff;z-index:1000;height:.88rem;width:100%;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;border-bottom:.03rem solid #f0f0f0;-webkit-box-sizing:border-box;box-sizing:border-box}.distributor-list-page .distributor-list-head .list-head-back[data-v-1af305a6]{width:.18rem;height:.36rem;padding:.26rem .4rem;position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.distributor-list-page .distributor-list-head .head-title[data-v-1af305a6]{font-family:PingFangSC-Medium;font-size:.36rem;color:#010106;text-align:center;font-weight:500}.distributor-list-page .distributor-list-content[data-v-1af305a6]{background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;height:calc(100% - .88rem);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-sizing:border-box;box-sizing:border-box}.distributor-list-page .distributor-list-content .distributor-list-content-search[data-v-1af305a6]{height:.72rem;-webkit-box-sizing:border-box;box-sizing:border-box;background:#f5f5f5;border-radius:.04rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:.24rem .4rem}.distributor-list-page .distributor-list-content .distributor-list-content-search .search-position[data-v-1af305a6]{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.distributor-list-page .distributor-list-content .distributor-list-content-search .search-position[data-v-1af305a6]:after{content:"";width:.02rem;height:.4rem;position:absolute;right:0;top:0;background-color:#d9d9d9}.distributor-list-page .distributor-list-content .distributor-list-content-search .search-position .search-position-img[data-v-1af305a6]{width:.26rem;height:.3rem;margin-left:.22rem;margin-right:.1rem}.distributor-list-page .distributor-list-content .distributor-list-content-search .search-position .search-position-title[data-v-1af305a6]{font-family:PingFangSC-Regular;font-size:.32rem;color:#010106;font-weight:400;padding-right:.16rem}.distributor-list-page .distributor-list-content .distributor-list-content-search .search-input-box[data-v-1af305a6]{-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative}.distributor-list-page .distributor-list-content .distributor-list-content-search .search-input-box .search-input[data-v-1af305a6]{width:100%;padding-left:.72rem;height:100%;font-size:.28rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;line-height:.4rem}.distributor-list-page .distributor-list-content .distributor-list-content-search .search-input-box .search-input[data-v-1af305a6]::-webkit-input-placeholder{color:#cbcbcb}.distributor-list-page .distributor-list-content .distributor-list-content-search .search-input-box .search-input-icon[data-v-1af305a6]{width:.4rem;height:.4rem;position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);padding:.14rem .24rem}.distributor-list-page .distributor-list-content .distributor-list-content-list[data-v-1af305a6]{overflow-y:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0 .4rem;background:#f8f9fa}.distributor-list-page .distributor-list-content .distributor-list-content-list .distributor-list-content-list-item[data-v-1af305a6]{background:#fff;padding:0 .32rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:.24rem;border-radius:.08rem}.distributor-list-page .distributor-list-content .distributor-list-content-list .distributor-list-content-list-item .distributor-list-content-list-item-desc[data-v-1af305a6]{background:#fff;border-radius:.08rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.distributor-list-page .distributor-list-content .distributor-list-content-list .distributor-list-content-list-item .distributor-list-content-list-item-desc .item-desc-titles[data-v-1af305a6]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.distributor-list-page .distributor-list-content .distributor-list-content-list .distributor-list-content-list-item .distributor-list-content-list-item-desc .item-desc-titles .item-desc-title[data-v-1af305a6]{padding-top:.28rem;font-size:.32rem;font-family:PingFangSC-Medium;color:#010106;font-weight:500;word-break:break-all;text-overflow:ellipsis;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.distributor-list-page .distributor-list-content .distributor-list-content-list .distributor-list-content-list-item .distributor-list-content-list-item-desc .item-desc-titles .item-desc-sub-title[data-v-1af305a6]{font-family:PingFangSC-Regular;font-size:.28rem;color:#666;font-weight:400;word-break:break-all;text-overflow:ellipsis;width:100%;overflow:hidden;display:-webkit-box;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;padding:.16rem 0 .08rem}.distributor-list-page .distributor-list-content .distributor-list-content-list .distributor-list-content-list-item .distributor-list-content-list-item-desc .item-desc-titles .item-desc-sub-title-phone[data-v-1af305a6]{font-family:PingFangSC-Regular;font-size:.28rem;color:#666;font-weight:400;word-break:break-all}.distributor-list-page .distributor-list-content .distributor-list-content-list .distributor-list-content-list-item .distributor-list-content-list-item-desc .item-desc-position[data-v-1af305a6]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.distributor-list-page .distributor-list-content .distributor-list-content-list .distributor-list-content-list-item .distributor-list-content-list-item-desc .item-desc-position .position-title[data-v-1af305a6]{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;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.distributor-list-page .distributor-list-content .distributor-list-content-list .distributor-list-content-list-item .distributor-list-content-list-item-desc .item-desc-position .position-title .img-box[data-v-1af305a6]{width:.72rem;height:.72rem;border-radius:50%;background:#f5f5f5;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}.distributor-list-page .distributor-list-content .distributor-list-content-list .distributor-list-content-list-item .distributor-list-content-list-item-desc .item-desc-position .position-title .img-box img[data-v-1af305a6]{width:.36rem;height:.36rem}.distributor-list-page .distributor-list-content .distributor-list-content-list .distributor-list-content-list-item .distributor-list-content-list-item-desc .item-desc-position .position-title .unit[data-v-1af305a6]{padding-top:.08rem;display:inline-block;font-family:PingFangSC-Regular;font-size:12px;color:#010106;text-align:center;font-weight:400}.distributor-list-page .distributor-list-content .distributor-list-content-list .distributor-list-content-list-item .distributor-list-content-list-item-btns[data-v-1af305a6]{padding-bottom:.32rem;padding-top:.24rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.distributor-list-page .distributor-list-content .distributor-list-content-list .distributor-list-content-list-item .distributor-list-content-list-item-btns .btn-item[data-v-1af305a6]{width:3.22rem;height:.8rem;font-size:.24rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:.02rem;-webkit-box-sizing:border-box;box-sizing:border-box}.distributor-list-page .distributor-list-content .distributor-list-content-list .distributor-list-content-list-item .distributor-list-content-list-item-btns .btn-item img[data-v-1af305a6]{width:.34rem;height:.36rem;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:0}.distributor-list-page .distributor-list-content .distributor-list-content-list .distributor-list-content-list-item .distributor-list-content-list-item-btns .btn-item span[data-v-1af305a6]{position:relative;font-family:PingFangSC-Medium;font-size:.32rem;color:#010106;letter-spacing:0;text-align:center;font-weight:500;padding-left:.58rem}.distributor-list-page .distributor-list-content .distributor-list-content-list .distributor-list-content-list-item .distributor-list-content-list-item-btns .btn-phone[data-v-1af305a6]{background:#fff;color:#000;border:1px solid #666}.distributor-list-page .distributor-list-content .distributor-list-content-list .distributor-list-content-list-item .distributor-list-content-list-item-btns .btn-go[data-v-1af305a6]{background:#0f4c81}.distributor-list-page .distributor-list-content .distributor-list-content-list .distributor-list-content-list-item .distributor-list-content-list-item-btns .btn-go span[data-v-1af305a6]{color:#fff}.distributor-list-page .distributor-list-content .empty-box[data-v-1af305a6]{text-align:center;margin-top:3.6rem}.distributor-list-page .distributor-list-content .empty-box .empty-box-img[data-v-1af305a6]{width:2.4rem;height:2.4rem;display:block;margin:0 auto}.distributor-list-page .distributor-list-content .empty-box .empty-box-tip[data-v-1af305a6]{font-family:PingFangSC-Regular;font-size:.28rem;color:#666;line-height:.4rem;text-align:center;margin:.16rem 0}.distributor-list-page .distributor-list-content .empty-box .change-city-btn[data-v-1af305a6]{font-size:.28rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#fff;line-height:.4rem;padding:.1rem 0;margin:.45rem auto 0;width:2rem;background:#0f4c81;border-radius:.36rem;border:1px solid #292929}.city-list .van-index-bar-cust .van-index-anchor{padding:0;font-weight:500}.city-list .van-index-bar-cust .van-index-bar__sidebar{top:60%}.city-list .van-index-bar-cust .van-index-bar__sidebar .van-index-bar__index{font-size:.24rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#999;line-height:.34rem}.city-list .van-index-bar-cust .van-index-bar__sidebar .van-index-bar__index--active{color:#999}.change-citys-mcos .citys-head[data-v-107d8170]{margin-top:.3rem!important}.change-citys-mcos .citys-content[data-v-107d8170]{height:calc(100% - 1.13rem)!important}.change-citys-ipx .citys-head[data-v-107d8170]{margin-top:.6rem!important}.change-citys-ipx .citys-content[data-v-107d8170]{height:calc(100% - 1.48rem)!important}.change-citys-page[data-v-107d8170]{width:100%;height:100%;position:fixed;top:0;left:0;z-index:2000;background:#fff;overflow:hidden}.change-citys-page .van-index-anchor[data-v-107d8170]{padding:0}.change-citys-page .citys-head[data-v-107d8170]{height:.88rem;position:relative;background:#fff;width:100%;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;border-bottom:.03rem solid #f0f0f0;-webkit-box-sizing:border-box;box-sizing:border-box}.change-citys-page .citys-head .citys-head-back[data-v-107d8170]{width:.18rem;height:.36rem;padding:.26rem .4rem;position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.change-citys-page .citys-head .head-title[data-v-107d8170]{font-family:PingFangSC-Medium;font-size:.36rem;color:#010106;text-align:center;font-weight:500}.change-citys-page .citys-content[data-v-107d8170]{background:#fff;height:calc(100% - 1rem);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.change-citys-page .citys-content .citys-list[data-v-107d8170]{overflow-y:auto;-webkit-box-flex:1;-ms-flex:1;flex:1}.change-citys-page .search-input-box[data-v-107d8170]{height:1.2rem;background:#fff;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 .4rem}.change-citys-page .search-input-box .search-input[data-v-107d8170]{width:100%;height:.72rem;font-size:.28rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;line-height:.4rem;background:#f5f5f5;border-radius:.04rem;padding-left:.73rem}.change-citys-page .search-input-box .search-input[data-v-107d8170]::-webkit-input-placeholder{color:#dbdbdb}.change-citys-page .search-input-box .search-input-icon[data-v-107d8170]{width:.4rem;height:.4rem;position:absolute;left:.4rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);padding:.14rem .2rem}.change-citys-page .city-bar__sidebar[data-v-107d8170]{font-size:.32rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#333;line-height:.4rem;height:.8rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.change-citys-page .city-list[data-v-107d8170]{padding:.24rem .4rem}.change-citys-page .city-list .van-index-bar-cust[data-v-107d8170]{padding-bottom:.2rem}.change-citys-page .hot-city[data-v-107d8170]{padding:.24rem .4rem 0}.change-citys-page .cell-box[data-v-107d8170]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:.24rem}.change-citys-page .cell-box .city-van-cell[data-v-107d8170]{width:2rem;text-align:center;background-color:#f8f8f8;margin-bottom:.2rem;margin-right:.2rem;padding:0}.change-citys-page .cell-box .city-van-cell[data-v-107d8170]:after{border:0}.change-citys-page .cell-box .city-van-cell .van-cell__title[data-v-107d8170]{background:#f5f5f5;border-radius:.04rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;line-height:.34rem;width:2rem;height:.68rem;font-size:.32rem;color:#010106;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}.change-citys-page .cell-box .city-van-cell .seleced_city[data-v-107d8170]{background:#0f4c81;color:#fff}.change-citys-page .cell-box .city-van-cell .seleced_city span[data-v-107d8170]{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}.change-citys-page .cell-box .city-van-cell .seleced_city-img[data-v-107d8170]{width:.36rem;height:.36rem;margin-right:.16rem}[data-v-1f8ae82d] .van-popup .box{width:4.7rem;background:#fff;border-radius:.12rem;padding:.38rem .32rem .26rem}[data-v-1f8ae82d] .van-popup .box .copywriting{text-align:center;height:.44rem;font-size:.32rem;font-weight:400;color:#000;line-height:.44rem}[data-v-1f8ae82d] .van-popup .box .phone{margin-top:.16rem;text-align:center;height:.36rem;font-size:.28rem;font-weight:400;color:#000;line-height:.36rem}[data-v-1f8ae82d] .van-popup .box .buttom{margin-top:.4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}[data-v-1f8ae82d] .van-popup .box .buttom>div{width:2.2rem;height:.8rem;line-height:.8rem;border-radius:.04rem;text-align:center}[data-v-1f8ae82d] .van-popup .box .buttom .left{color:#0f4c81;border:.02rem solid #0f4c81}[data-v-1f8ae82d] .van-popup .box .buttom .right{color:#fff;background:#0f4c81}.details_box header[data-v-1f8ae82d]{width:100%;height:3.38rem;background:url(../../static/img/bg_order.2a7e898.png) no-repeat;background-size:100% 100%}.details_box header .title_box[data-v-1f8ae82d]{width:100%;color:#fff;height:.88rem;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.details_box header .title_box .prev[data-v-1f8ae82d]{width:.18rem;height:.36rem;padding:.26rem .4rem;position:absolute;left:0;top:0}.details_box header .title_box .details[data-v-1f8ae82d]{width:.4rem;height:.4rem;float:right;margin-right:.2rem;margin-top:.04rem}.details_box header .title_box .title[data-v-1f8ae82d]{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:-webkit-box;display:-ms-flexbox;display:flex;font-family:PingFangSC-Medium;font-size:.36rem;color:#fff;text-align:center;font-weight:500}.details_box header .title_box h2[data-v-1f8ae82d]{font-size:.36rem;line-height:.44rem;font-size:.32rem;font-weight:400;display:inline-block;text-align:center}.details_box header .title_box .title_box_right[data-v-1f8ae82d]{width:1.1rem;float:right;position:absolute;right:.4rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.details_box header .title_box .title_box_right img[data-v-1f8ae82d]{width:.4rem;height:.4rem}.details_box header .title_box .title_box_right .left[data-v-1f8ae82d]{float:left}.details_box header .title_box .title_box_right .right[data-v-1f8ae82d]{float:right}.details_box header .order_type[data-v-1f8ae82d]{text-align:center;position:relative;padding-top:.46rem}.details_box header .order_type .type[data-v-1f8ae82d]{width:100%;height:.5rem;line-height:.5rem;font-size:.36rem;font-family:PingFangSC-Medium;font-weight:500;color:#fff}.details_box header .order_type .icon_ok[data-v-1f8ae82d]{background-image:url(../../static/img/icon_successfully@2x.338831e.png);background-size:.32rem .32rem;background-repeat:no-repeat;background-position:39% 50%}.details_box header .order_type .icon_cancel[data-v-1f8ae82d]{background-image:url(../../static/img/icon_cancelled@2x.854407f.png);background-size:.32rem .32rem;background-repeat:no-repeat;background-position:39% 50%}.details_box header .order_type .icon_serive[data-v-1f8ae82d]{background-image:url(../../static/img/icon_install_service@2x.973cff9.png);background-size:.32rem .32rem;background-repeat:no-repeat;background-position:39% 50%}.details_box header .order_type .icon_pay[data-v-1f8ae82d]{background-image:url(../../static/img/icon_refunding@2x.d20c3a0.png);background-size:.32rem .32rem;background-repeat:no-repeat;background-position:39% 50%}.details_box header .order_type .icon_wait[data-v-1f8ae82d]{background-image:url(../../static/img/icon_time@2x.923ea68.png);background-size:.32rem .32rem;background-repeat:no-repeat;background-position:39% 50%}.details_box header .order_type .des[data-v-1f8ae82d]{margin-top:.24rem;font-family:PingFangSC-Regular;font-size:.28rem;color:#fff;text-align:center;font-weight:400}.details_box header .order_type .tip-date[data-v-1f8ae82d]{font-family:PingFangSC-Regular;font-size:12px;color:#fff;letter-spacing:0;text-align:right;font-weight:400;margin-top:.24rem;padding-right:.32rem}.details_box .details[data-v-1f8ae82d]{background:#f7f8f9;width:100%;position:relative}.details_box .details .details_list[data-v-1f8ae82d]{width:100%;border-radius:.24rem .24rem 0 0;position:relative;top:-.2rem;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.details_box .details .details_list>li[data-v-1f8ae82d]{padding:0 .4rem;background-color:#fff;margin-top:.24rem}.details_box .details .details_list>li h6[data-v-1f8ae82d]{padding:.24rem 0;font-family:PingFangSC-Medium;font-size:.36rem;color:#010106;font-weight:500}.details_box .details .details_list>li ul li[data-v-1f8ae82d]{margin-top:.3rem;font-size:.28rem;color:#656565}.details_box .details .details_list .details_rules[data-v-1f8ae82d]{border-radius:.24rem .24rem 0 0;background-color:#fff;margin-top:0;padding-bottom:.4rem}.details_box .details .details_list .details_rules .rules_header[data-v-1f8ae82d]{height:100%}.details_box .details .details_list .details_rules .rules_header>div[data-v-1f8ae82d]{font-family:PingFangSC-Regular;font-size:.28rem;color:#666;line-height:.4rem;font-weight:400}.details_box .details .details_list .details_content .buyer_mes[data-v-1f8ae82d]{padding-top:.08rem}.details_box .details .details_list .details_content .buyer_mes .personal_information[data-v-1f8ae82d]{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:.32rem;font-weight:400;color:#010106}.details_box .details .details_list .details_content .buyer_mes .personal_information .phone[data-v-1f8ae82d]{margin-left:.1rem;padding-bottom:.16rem}.details_box .details .details_list .details_content .buyer_mes .personal_information .name[data-v-1f8ae82d]{padding-bottom:.16rem}.details_box .details .details_list .details_content .car_type[data-v-1f8ae82d]{padding-bottom:.32rem;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:.28rem;font-family:PingFangSC-Regular;color:#666;font-weight:400}.details_box .details .details_list .details_content .car_type .car_code[data-v-1f8ae82d]{margin-left:.1rem}.details_box .details .details_list .details_content .goods_box[data-v-1f8ae82d]{display:-webkit-box;display:-ms-flexbox;display:flex;padding:.32rem 0;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.details_box .details .details_list .details_content .goods_box .goods_left[data-v-1f8ae82d]{width:1.44rem;height:1.44rem}.details_box .details .details_list .details_content .goods_box .goods_left img[data-v-1f8ae82d]{width:100%;height:100%}.details_box .details .details_list .details_content .goods_box .goods_right[data-v-1f8ae82d]{margin-left:.24rem;-webkit-box-flex:1;-ms-flex:1;flex:1}.details_box .details .details_list .details_content .goods_box .goods_right .goods_name[data-v-1f8ae82d]{font-family:PingFangSC-Regular;font-size:.28rem;color:#010106;font-weight:400}.details_box .details .details_list .details_content .goods_box .goods_right .term_validity[data-v-1f8ae82d]{font-family:PingFangSC-Regular;font-size:12px;color:#666;font-weight:400;padding-top:.08rem}.details_box .details .details_list .details_content .goods_box .goods_right .price_count[data-v-1f8ae82d]{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:.16rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.details_box .details .details_list .details_content .goods_box .goods_right .price_count .price[data-v-1f8ae82d]{font-family:PingFangSC-Medium;font-size:.32rem;color:#cf2f31;font-weight:500}.details_box .details .details_list .details_content .goods_box .goods_right .price_count .count[data-v-1f8ae82d]{font-family:PingFangSC-Regular;font-size:12px;color:#666;font-weight:400;padding-bottom:.02rem}.details_box .details .details_list .details_content .settlement_info .settlement_list[data-v-1f8ae82d]{padding:.08rem 0 .32rem}.details_box .details .details_list .details_content .settlement_info .settlement_list>li[data-v-1f8ae82d]{margin-top:.24rem;font-family:PingFangSC-Regular;font-size:.28rem;color:#666;line-height:.4rem;font-weight:400}.details_box .details .details_list .details_content .settlement_info .settlement_list .time[data-v-1f8ae82d]{float:right;font-size:.28rem;font-family:PingFangSC-Regular;color:#010106;text-align:right;font-weight:400}.details_box .details .details_list .details_content .settlement_info .settlement_list .red[data-v-1f8ae82d]{color:#cf2f31!important}.details_box .details .details_list .details_content .order_header[data-v-1f8ae82d]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:.08rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.details_box .details .details_list .details_content .order_header div[data-v-1f8ae82d]{width:1.32rem;height:.56rem;border-radius:.04rem;line-height:.56rem;font-size:.24rem;font-family:PingFangSC-Medium;color:#010106;letter-spacing:0;text-align:center;font-weight:500;background:#fff;border:1px solid #666}.details_box .details .details_list .details_content .order_list[data-v-1f8ae82d]{padding-bottom:.32rem}.details_box .details .details_list .details_content .order_list li[data-v-1f8ae82d]{font-size:.28rem;font-family:PingFangSC-Regular;color:#666;line-height:.4rem;font-weight:400;margin-top:.24rem}.details_box .details .details_list .details_content .order_list .time[data-v-1f8ae82d]{float:right;color:#010106}.details_box .details .about[data-v-1f8ae82d]{padding:0 .4rem .24rem}.details_box .details .about div[data-v-1f8ae82d]{text-align:center;padding-bottom:.16rem;font-family:PingFangSC-Regular;font-size:.28rem;color:#0f4c81;font-weight:400}.details_box .details .about ul[data-v-1f8ae82d]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-family:PingFangSC-Regular;font-size:12px;color:#666;font-weight:400}.details_box .details .about ul .line[data-v-1f8ae82d]{margin-right:.08rem}.details_box .details .about ul a[data-v-1f8ae82d]{color:#0f4c81}.details_box .details .buttom[data-v-1f8ae82d]{height:1.2rem;line-height:1.2rem;background:#0f4c81;font-weight:400;color:#fff;font-size:.32rem;text-align:center;font-weight:500}.details_box .details .apply[data-v-1f8ae82d]{-webkit-box-sizing:border-box;box-sizing:border-box;border-top:1.5px solid #f0f0f0;height:1.12rem;line-height:1.12rem;font-size:.32rem;font-weight:400;color:#0f4c81;text-align:center}.page-container[data-v-ea8bf7fc]{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:100vh}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body,html{-webkit-overflow-scrolling:touch}body,html{overflow-x:hidden;height:100%;width:100%}#app::-webkit-scrollbar{width:0}input[type=button],input[type=reset],input[type=submit],textarea{-webkit-appearance:none}input[type=button],input[type=reset],input[type=submit]{resize:none;border:0;outline:none}textarea[disabled]{color:#556888;opacity:1!important}input[type=tel],input[type=text]{-webkit-appearance:none}input{border-radius:0;resize:none;-webkit-box-sizing:border-box;box-sizing:border-box}input,select{background-color:transparent;border-color:transparent}select::-ms-expand{display:none}select{-moz-appearance:none;-webkit-appearance:none}a{-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,details,figcaption,figure,footer,header,img,menu,nav,section{display:block}img{width:100%;height:auto;width:auto\9;-ms-interpolation-mode:bicubic}a,article,aside,body,button,dd,details,div,dl,dt,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,img,input,li,menu,nav,ol,p,section,select,span,table,tbody,td,textarea,th,tr,ul{margin:0;padding:0}body{font:12px/1.5 PingFangSC-Light,sans-serif;color:#555;font-family:"PingFangSC-Light, sans-serif",PingFang SC,Verdana\,华文细黑}b,em,i{font-style:normal}li,ol,ul{list-style-type:none;list-style:none;padding:0;margin:0}.clearfix:after{content:"";display:block;visibility:hidden;height:0;clear:both}.clearfix{zoom:1}a{color:#5c5c5c}a,a:hover{text-decoration:none}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:700}img{border:none}.head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:.9rem;padding:.5rem .32rem 0;position:fixed;left:0;right:0;top:0;z-index:999;background:#fff}head i{width:.48rem;height:.48rem}.head-r{width:1.24rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.head-r,.head-r-only{display:-webkit-box;display:-ms-flexbox;display:flex}.head-r-only{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.center{font-size:.32rem;width:3.11rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-left:.3rem;color:#989898}.disN .van-checkbox__icon,.edit_footer .van-checkbox__icon{font-size:.4rem;height:.4rem;width:.4rem;background:#fff}.disN .van-checkbox__icon .van-icon-success{height:.4rem;width:.4rem;padding:0}.disN .van-checkbox__icon .van-icon-success:before{width:.4rem;height:.4rem}.disN .van-checkbox__icon--checked .van-icon-success{border:none}.my-ql-editor{white-space:pre-wrap!important}.my-ql-editor>*{cursor:text}.my-ql-editor blockquote,.my-ql-editor h1,.my-ql-editor h2,.my-ql-editor h3,.my-ql-editor h4,.my-ql-editor h5,.my-ql-editor h6,.my-ql-editor ol,.my-ql-editor p,.my-ql-editor pre,.my-ql-editor ul{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.my-ql-editor ol,.my-ql-editor ul{padding-left:1.5em}.my-ql-editor ol>li,.my-ql-editor ul>li{list-style-type:none}.my-ql-editor ul>li:before{content:"\2022"}.my-ql-editor ul[data-checked=false],.my-ql-editor ul[data-checked=true]{pointer-events:none}.my-ql-editor ul[data-checked=false]>li *,.my-ql-editor ul[data-checked=true]>li *{pointer-events:all}.my-ql-editor ul[data-checked=false]>li:before,.my-ql-editor ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.my-ql-editor ul[data-checked=true]>li:before{content:"\2611"}.my-ql-editor ul[data-checked=false]>li:before{content:"\2610"}.my-ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.my-ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.my-ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.my-ql-editor ol li:not(.ql-direction-rtl),.my-ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.my-ql-editor ol li.ql-direction-rtl,.my-ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.my-ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.my-ql-editor ol li:before{content:counter(list-0,decimal) ". "}.my-ql-editor ol li.ql-indent-1{counter-increment:list-1}.my-ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.my-ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.my-ql-editor ol li.ql-indent-2{counter-increment:list-2}.my-ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.my-ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.my-ql-editor ol li.ql-indent-3{counter-increment:list-3}.my-ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.my-ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.my-ql-editor ol li.ql-indent-4{counter-increment:list-4}.my-ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.my-ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.my-ql-editor ol li.ql-indent-5{counter-increment:list-5}.my-ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.my-ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.my-ql-editor ol li.ql-indent-6{counter-increment:list-6}.my-ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.my-ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.my-ql-editor ol li.ql-indent-7{counter-increment:list-7}.my-ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.my-ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.my-ql-editor ol li.ql-indent-8{counter-increment:list-8}.my-ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.my-ql-editor ol li.ql-indent-8{counter-reset:list-9}.my-ql-editor ol li.ql-indent-9{counter-increment:list-9}.my-ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.my-ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.my-ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.my-ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.my-ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.my-ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.my-ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.my-ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.my-ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.my-ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.my-ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.my-ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.my-ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.my-ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.my-ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.my-ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.my-ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.my-ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.my-ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.my-ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.my-ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.my-ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.my-ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.my-ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.my-ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.my-ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.my-ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.my-ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.my-ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.my-ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.my-ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.my-ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.my-ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.my-ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.my-ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.my-ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.my-ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.my-ql-editor .ql-video{display:block;max-width:100%}.my-ql-editor .ql-video.ql-align-center{margin:0 auto}.my-ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.my-ql-editor .ql-bg-black{background-color:#000}.my-ql-editor .ql-bg-red{background-color:#e60000}.my-ql-editor .ql-bg-orange{background-color:#f90}.my-ql-editor .ql-bg-yellow{background-color:#ff0}.my-ql-editor .ql-bg-green{background-color:#008a00}.my-ql-editor .ql-bg-blue{background-color:#06c}.my-ql-editor .ql-bg-purple{background-color:#93f}.my-ql-editor .ql-color-white{color:#fff}.my-ql-editor .ql-color-red{color:#e60000}.my-ql-editor .ql-color-orange{color:#f90}.my-ql-editor .ql-color-yellow{color:#ff0}.my-ql-editor .ql-color-green{color:#008a00}.my-ql-editor .ql-color-blue{color:#06c}.my-ql-editor .ql-color-purple{color:#93f}.my-ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.my-ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.my-ql-editor .ql-size-small{font-size:.75em}.my-ql-editor .ql-size-large{font-size:1.5em}.my-ql-editor .ql-size-huge{font-size:2.5em}.my-ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.my-ql-editor .ql-align-center{text-align:center}.my-ql-editor .ql-align-justify{text-align:justify}.my-ql-editor .ql-align-right{text-align:right}.my-ql-editor.ql-blank:before{color:rgba(0,0,0,.6);content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.van-dialog__header{font-family:PingFangSC-Regular;font-size:.32rem;color:#010106;font-weight:400}.van-dialog__footer{height:1.28rem}.van-dialog__cancel,.van-dialog__confirm{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}.van-dialog__cancel .van-button__content{width:2.56rem;height:.76rem;background:#fff;border:1px solid #666;border-radius:.04rem;font-family:PingFangSC-Medium;font-size:.32rem;color:#010106;letter-spacing:0;text-align:center;font-weight:500}.van-dialog .van-hairline--left:after,.van-dialog .van-hairline--top:after{border:1px solid #fff!important}.van-dialog__confirm .van-button__content{width:2.6rem;height:.8rem;background:#0f4c81;border:1px solid #0f4c81;border-radius:.04rem;font-family:PingFangSC-Medium;font-size:.32rem;color:#fff;letter-spacing:0;text-align:center;font-weight:500}.mint-toast{background:#010106!important;opacity:.7;font-size:.28rem;padding:.16rem .26rem!important;border-radius:.04rem!important}