.parent[data-v-5b25909f]{width:100%;background:url(https://www.moregs.com/moregs-oss/img/material/sfd/nbg.jpg) no-repeat 50%;background-size:cover}.parent .container-s[data-v-5b25909f],.parent[data-v-5b25909f]{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}.parent .input-node[data-v-5b25909f]{width:5rem;height:.56rem;background:#fff;outline:none;border:.02rem solid #ccc;text-align:center;font-size:.24rem;letter-spacing:1px;margin-top:1.4rem}.parent .input-node[data-v-5b25909f]::-webkit-input-placeholder{color:grey;font-size:.24rem;letter-spacing:1px}.parent .input-node[data-v-5b25909f]::-moz-placeholder{color:grey;font-size:.24rem;letter-spacing:1px}.parent .input-node[data-v-5b25909f]:-ms-input-placeholder{color:grey;font-size:.24rem;letter-spacing:1px}.parent .input-node[data-v-5b25909f]:-moz-placeholder{color:grey;font-size:.24rem;letter-spacing:1px}.parent .submit[data-v-5b25909f]{width:2.4rem;height:.6rem;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;font-size:.24rem;letter-spacing:1px;color:#fff;border-radius:.3rem;background:-webkit-gradient(linear,left top,right top,from(#8b88db),color-stop(#837feb),to(#8778e3));background:linear-gradient(90deg,#8b88db,#837feb,#8778e3);background:-moz-linear-gradient(to right,#8b88db,#837feb,#8778e3);margin-top:1rem}.parent .submit.already-bind[data-v-5b25909f]{background:hsla(0,0%,49.8%,.6)}.parent .share-order[data-v-5b25909f]{width:2.4rem;height:.6rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:.24rem;letter-spacing:1px;color:#fff;border-radius:.3rem;background:#d268d6;margin-top:.4rem}.bank-card-list[data-v-45521453],.parent .share-order[data-v-5b25909f]{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}.bank-card-list .cell[data-v-45521453],.bank-card-list[data-v-45521453]{width:100%}.bank-card-list .submit[data-v-45521453]{width:6rem;height:.86rem;border-radius:.44rem;text-align:center;line-height:.86rem;font-size:.36rem;font-weight:500;color:#fff;margin-top:2rem;background:-webkit-gradient(linear,left top,right top,from(#618cda),color-stop(#6b87dc),color-stop(#7481de),color-stop(#8678e3),to(#9272e6));background:linear-gradient(90deg,#618cda,#6b87dc,#7481de,#8678e3,#9272e6)}.bank-card-list .name-list[data-v-45521453]{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;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.28rem;font-weight:500;color:#999}.bank-card-list .name-list .name-item[data-v-45521453]{height:.6rem;text-align:center;line-height:.6rem;margin-top:.2rem}
/*!
 * version 1.4.1 MIT
 * 2019-2-1 wenju
 * http://www.mescroll.com
 */body,html{height:100%}body{-webkit-overflow-scrolling:touch}.mescroll{width:100%;height:100%;overflow-y:auto}.mescroll-hardware{-webkit-transform:translateZ(0);-webkit-transform-style:preserve-3d;-webkit-backface-visibility:hidden;-webkit-perspective:1000}.mescroll-downwarp{position:relative;width:100%;height:0;overflow:hidden;text-align:center}.mescroll-downwarp-reset{-webkit-transition:height .3s;transition:height .3s}.mescroll-downwarp .downwarp-content{position:absolute;left:0;bottom:0;width:100%;min-height:30px;padding:10px 0}.mescroll-upwarp{min-height:30px;padding:15px 0;text-align:center;visibility:hidden}.mescroll-downwarp .downwarp-tip,.mescroll-upwarp .upwarp-nodata,.mescroll-upwarp .upwarp-tip{display:inline-block;font-size:12px;color:grey;vertical-align:middle}.mescroll-downwarp .downwarp-tip,.mescroll-upwarp .upwarp-tip{margin-left:8px}.mescroll-downwarp .downwarp-progress,.mescroll-upwarp .upwarp-progress{display:inline-block;width:16px;height:16px;border-radius:50%;border:1px solid grey;border-bottom-color:transparent;vertical-align:middle}.mescroll-rotate{-webkit-animation:mescrollRotate .6s linear infinite;animation:mescrollRotate .6s linear infinite}@-webkit-keyframes mescrollRotate{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes mescrollRotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.mescroll-empty{width:100%;padding-top:20px;text-align:center}.mescroll-empty .empty-icon{width:45%}.mescroll-empty .empty-tip{margin-top:6px;font-size:14px;color:grey}.mescroll-empty .empty-btn{max-width:50%;margin:20px auto;padding:10px;border:1px solid #65aadd;border-radius:6px;background-color:#fff;color:#65aadd}.mescroll-empty .empty-btn:active{opacity:.75}.mescroll-totop{z-index:9990;position:fixed;right:10px;bottom:30px;width:36px;height:36px;border-radius:50%;opacity:0}.mescroll-fade-in,.mescroll-lazy-in{-webkit-animation:mescrollFadeIn .5s linear forwards;animation:mescrollFadeIn .5s linear forwards}@-webkit-keyframes mescrollFadeIn{0%{opacity:0}to{opacity:1}}@keyframes mescrollFadeIn{0%{opacity:0}to{opacity:1}}.mescroll-fade-out{pointer-events:none;-webkit-animation:mescrollFadeOut .5s linear forwards;animation:mescrollFadeOut .5s linear forwards}@-webkit-keyframes mescrollFadeOut{0%{opacity:1}to{opacity:0}}@keyframes mescrollFadeOut{0%{opacity:1}to{opacity:0}}.mescroll-bar::-webkit-scrollbar-track{background-color:transparent}.mescroll-bar::-webkit-scrollbar{width:6px}.mescroll-bar::-webkit-scrollbar-thumb{border-radius:6px;background-color:#ccc}.mescroll-bar::-webkit-scrollbar-thumb:hover{background-color:#aaa}.load-more{width:100%}.load-more .mescroll{width:100%;height:100%}.my-refresh{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;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.my-refresh .my-downwarp-progress{width:1.6rem;height:.8rem!important;background-image:url(https://www.moregs.com/moregs-oss/img/material/lodding-logo.gif)!important;background-repeat:no-repeat!important;background-position:50%!important;background-size:contain!important}.mescroll-downwarp{background:#fff}.my-ticket[data-v-43691c86]{width:100%;height:100%}.my-ticket .have-ticket[data-v-43691c86]{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;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.my-ticket .have-ticket .cell[data-v-43691c86]{width:6.9rem;-webkit-box-shadow:0 0 .06rem 0 rgba(0,0,0,.1);box-shadow:0 0 .06rem 0 rgba(0,0,0,.1);margin-top:10px}.my-ticket .have-ticket .ticket-list[data-v-43691c86]{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;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.my-ticket .have-ticket .ticket-list .ticket-item[data-v-43691c86]{width:6.9rem;height:2.04rem;background:url(https://www.moregs.com/moregs-oss/img/material/ticket-back-deep.png) no-repeat 50%;background-size:contain;margin:0 auto;margin-top:.2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.my-ticket .have-ticket .ticket-list .ticket-item.consume[data-v-43691c86],.my-ticket .have-ticket .ticket-list .ticket-item.expire[data-v-43691c86]{background:url(https://www.moregs.com/moregs-oss/img/material/ticket-back-gray.png) no-repeat 50%;background-size:contain}.my-ticket .have-ticket .ticket-list .ticket-item.consume .right .remark[data-v-43691c86],.my-ticket .have-ticket .ticket-list .ticket-item.expire .right .remark[data-v-43691c86]{position:absolute;right:-.15rem;top:.2rem;-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(30deg);transform:rotate(47deg);font-size:.28rem;font-weight:500;color:#fff}.my-ticket .have-ticket .ticket-list .ticket-item .left[data-v-43691c86]{width:1.6rem;height:96%;margin-left:.4rem;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;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.my-ticket .have-ticket .ticket-list .ticket-item .left .name[data-v-43691c86]{font-size:.4rem;font-weight:700;color:#fff}.my-ticket .have-ticket .ticket-list .ticket-item .left .condition[data-v-43691c86]{font-size:.26rem;font-weight:500;color:#fff}.my-ticket .have-ticket .ticket-list .ticket-item .right[data-v-43691c86]{width:4.2rem;height:96%;margin-right:.2rem;position:relative}.my-ticket .have-ticket .ticket-list .ticket-item .right .type[data-v-43691c86]{font-size:.32rem;font-weight:600;color:#fff;margin-top:.1rem}.my-ticket .have-ticket .ticket-list .ticket-item .right .time[data-v-43691c86]{font-size:.24rem;font-weight:500;color:#fff}.my-ticket .have-ticket .ticket-list .ticket-item .right .desc[data-v-43691c86]{width:100%;font-size:.28rem;font-weight:500;color:#fff;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}.my-ticket .have-ticket .ticket-list .ticket-item .right .btn[data-v-43691c86]{width:1.14rem;height:.36rem;border-radius:.18rem;line-height:.36rem;text-align:center;background:#fff;font-size:.22rem;font-weight:500;color:#666;position:absolute;right:.36rem;bottom:.2rem}.my-ticket .no-ticket[data-v-43691c86]{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;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.my-ticket .no-ticket .icon[data-v-43691c86]{width:4.76rem;height:2.72rem;background:url(https://www.moregs.com/moregs-oss/img/material/no-ticket-back.png) no-repeat 50%;background-size:contain;margin-top:1.32rem}.my-ticket .no-ticket .desc[data-v-43691c86]{font-size:.3rem;font-weight:500;color:#999;margin-top:.86rem;letter-spacing:1px}.my-ticket .no-ticket .btn[data-v-43691c86]{width:2.56rem;height:.8rem;border-width:1px;border-style:solid;border-color:#90b1e5 #90b1e5 #8d75e5 #8d75e5;margin-top:.94rem;border-radius:4px;text-align:center;line-height:.8rem;font-size:.3rem;font-weight:500;color:#999}.aftersale-parent{height:100%;background:#f8f8f8;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.aftersale-parent,.aftersale-parent .goods-info{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.aftersale-parent .goods-info{height:2rem;margin-top:.2rem;background-color:#fff}.aftersale-parent .goods-info .img{width:1.5rem;height:1.5rem;margin-left:.2rem;background:#fff}.aftersale-parent .goods-info .detail{width:5.3rem;height:1.56rem;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;position:relative}.aftersale-parent .goods-info .detail .name{width:100%;font-size:.28rem;font-weight:500;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.aftersale-parent .goods-info .detail .model{font-size:.24rem;font-weight:400;color:#666}.aftersale-parent .goods-info .detail .price{font-size:.26rem;font-weight:500;color:#666}.aftersale-parent .goods-info .detail .count{position:absolute;bottom:0;right:.02rem;font-size:.24rem;font-weight:500;color:#666}.aftersale-parent .type-select{width:100%;height:.9rem;background:#fff;margin-top:.2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:.26rem;color:#333}.aftersale-parent .type-select .field{margin-left:.2rem}.aftersale-parent .type-select .value-enter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:.4rem}.aftersale-parent .type-select .value-enter .enter{width:.3rem;height:.3rem;margin-left:.1rem;margin-right:.2rem}.aftersale-parent .upload-panel{width:100%;background:#fff;margin-top:.2rem;padding-top:.2rem;padding-bottom:.2rem}.aftersale-parent .upload-panel .field-tip{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:.2rem;font-size:.26rem;margin-top:.2rem}.aftersale-parent .upload-panel .field-tip .desc{font-size:.2rem;color:#999;margin-left:.1rem}.aftersale-parent .upload-panel .upload-img{width:100%;margin-top:.2rem}.aftersale-parent .upload-panel .upload-img,.aftersale-parent .upload-panel .upload-img .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.aftersale-parent .upload-panel .upload-img .item{width:1.32rem;height:1.32rem;border:1px dashed grey;border-radius:5px;margin-left:.2rem;position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.aftersale-parent .upload-panel .upload-img .item:last-of-type{margin-left:.6rem}.aftersale-parent .upload-panel .upload-img .item .del{width:.3rem;height:.3rem;border:.02rem solid grey;line-height:.3rem;text-align:center;border-radius:50%;font-size:.2rem;font-weight:700;position:absolute;right:-.16rem;top:-.1rem;z-index:6;display:none;color:grey}.aftersale-parent .upload-panel .upload-img .item .file-input{width:100%;height:100%;opacity:0;position:absolute;top:0;left:0;z-index:5}.aftersale-parent .upload-panel .upload-img .item .add{width:80%;height:80%;position:relative}.aftersale-parent .upload-panel .upload-img .item .add .row{width:100%;height:1px;border-top:1px dashed grey;position:absolute;top:49%}.aftersale-parent .upload-panel .upload-img .item .add .column{width:1px;height:100%;border-left:1px dashed grey;position:absolute;left:49%}.aftersale-parent .phone-reason{width:100%;background:#fff;margin-top:.2rem;padding-top:.2rem;padding-bottom:.2rem}.aftersale-parent .phone-reason>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.aftersale-parent .phone-reason>div .field{font-size:.26rem;color:#333;margin-left:.2rem}.aftersale-parent .phone-reason>div input{padding:.1rem;width:4rem}.aftersale-parent .phone-reason>div:last-of-type{margin-top:.1rem}.aftersale-parent .phone-reason>div:last-of-type textarea{width:4rem;padding:.1rem;resize:none}.aftersale-parent .submit{width:6rem;height:.7rem;line-height:.7rem;text-align:center;color:#fff;font-size:.28rem;margin-top:.6rem;background:-webkit-gradient(linear,left top,right top,from(#608dd9),color-stop(#6e85dd),color-stop(#7b7ee0),color-stop(#8a76e4),to(#9470e6));background:linear-gradient(90deg,#608dd9,#6e85dd,#7b7ee0,#8a76e4,#9470e6);border-radius:.36rem}.aftersale-parent .popup-type-select{width:100%;height:100%;position:fixed;top:0;left:0;background:rgba(0,0,0,.5);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;z-index:10}.aftersale-parent .core{position:fixed;bottom:0;left:0;width:100%;background:#fff;z-index:15}.aftersale-parent .core .top-title{width:100%;text-align:center;font-size:.24rem;letter-spacing:1px;margin-top:.2rem}.mint-cell-wrapper{font-size:.24rem!important}.fade-enter-active,.fade-leave-active{-webkit-transition:all .5s;transition:all .5s}.fade-enter,.fade-leave-to{-webkit-transform:translateY(100%);transform:translateY(100%)}.withdraw-parent .container[data-v-7d100b05],.withdraw-parent[data-v-7d100b05]{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;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.withdraw-parent .container[data-v-7d100b05]::-webkit-scrollbar{display:none;scroll-behavior:smooth}.withdraw-parent .container .withdraw-way[data-v-7d100b05]{width:6.9rem;margin-top:.38rem}.withdraw-parent .container .withdraw-way>.field[data-v-7d100b05]{width:100%;text-align:left;font-size:.34rem;font-weight:500;color:#333;letter-spacing:1px}.withdraw-parent .container .withdraw-way .tab[data-v-7d100b05]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:.46rem}.withdraw-parent .container .withdraw-way .tab>div[data-v-7d100b05]{width:2.04rem;height:.66rem;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;font-size:.3rem;font-weight:500;color:#333;background:#f7f7f7;border-radius:2px}.withdraw-parent .container .withdraw-way .tab>div .desc[data-v-7d100b05]{margin-left:.1rem}.withdraw-parent .container .withdraw-way .tab>div.selected[data-v-7d100b05]{background:#f7f7f7 url(https://www.moregs.com/moregs-oss/img/material/selectway.png) no-repeat 50%;background-size:contain}.withdraw-parent .container .withdraw-way .tab .wechat .icon[data-v-7d100b05]{width:.44rem;height:.44rem;background:url(https://www.moregs.com/moregs-oss/img/material/wxlogo.png) no-repeat 50%;background-size:contain}.withdraw-parent .container .withdraw-way .tab .bank[data-v-7d100b05]{margin-left:.44rem}.withdraw-parent .container .withdraw-way .tab .bank .icon[data-v-7d100b05]{width:.44rem;height:.44rem;background:url(https://www.moregs.com/moregs-oss/img/material/banklogo.png) no-repeat 50%;background-size:contain}.withdraw-parent .container .add-card[data-v-7d100b05]{width:7.02rem;height:1.82rem;background:#fafafa;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:.56rem;border-radius:4px}.withdraw-parent .container .add-card .no-card[data-v-7d100b05]{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.withdraw-parent .container .add-card .no-card .left[data-v-7d100b05]{font-size:.32rem;font-weight:500;color:#333;margin-left:.36rem}.withdraw-parent .container .add-card .no-card .right[data-v-7d100b05]{width:.32rem;height:.32rem;background:url(https://www.moregs.com/moregs-oss/img/material/Back.png) no-repeat 50%;background-size:contain;margin-right:.36rem}.withdraw-parent .container .add-card .have-card[data-v-7d100b05]{width:100%;height:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.withdraw-parent .container .add-card .have-card .left[data-v-7d100b05],.withdraw-parent .container .add-card .have-card[data-v-7d100b05]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.withdraw-parent .container .add-card .have-card .left .logo[data-v-7d100b05]{width:1.54rem;height:.44rem;margin-left:.3rem}.withdraw-parent .container .add-card .have-card .left .desc[data-v-7d100b05]{margin-left:.1rem}.withdraw-parent .container .add-card .have-card .left .desc .name[data-v-7d100b05]{font-size:.3rem;font-weight:500;color:#333}.withdraw-parent .container .add-card .have-card .left .desc .number[data-v-7d100b05]{font-size:.24rem;font-weight:400;color:#666;margin-top:.1rem}.withdraw-parent .container .add-card .have-card .right[data-v-7d100b05]{width:.32rem;height:.32rem;background:url(https://www.moregs.com/moregs-oss/img/material/Back.png) no-repeat 50%;background-size:contain;margin-right:.36rem}.withdraw-parent .container .can-withdraw[data-v-7d100b05]{width:6.9rem;height:.9rem;margin-top:.6rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:.02rem solid hsla(0,0%,49.8%,.1)}.withdraw-parent .container .can-withdraw .field[data-v-7d100b05]{font-size:.32rem;font-weight:500;color:#666}.withdraw-parent .container .can-withdraw .price[data-v-7d100b05]{font-size:.32rem;font-weight:500;color:#333}.withdraw-parent .container .withdraw-price[data-v-7d100b05]{width:6.9rem;height:.9rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:.02rem solid hsla(0,0%,49.8%,.1);margin-top:.3rem}.withdraw-parent .container .withdraw-price .left[data-v-7d100b05],.withdraw-parent .container .withdraw-price[data-v-7d100b05]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.withdraw-parent .container .withdraw-price .left .field[data-v-7d100b05]{font-size:.54rem;font-weight:600;color:#333}.withdraw-parent .container .withdraw-price .left .input[data-v-7d100b05]{width:4.8rem}.withdraw-parent .container .withdraw-price .withdraw-all[data-v-7d100b05]{font-size:.28rem;font-weight:400;color:#7c7ee1}.withdraw-parent .container .tip[data-v-7d100b05]{width:6.9rem;margin-top:.2rem;font-size:.24rem;color:#999;text-align:center;letter-spacing:1px}.withdraw-parent .container .tip .special[data-v-7d100b05]{color:#000;font-weight:700;margin-bottom:.2rem}.withdraw-parent .container .submit[data-v-7d100b05]{width:6rem;height:.86rem;border-radius:.44rem;text-align:center;line-height:.86rem;font-size:.36rem;font-weight:500;color:#fff;margin-top:2rem;background:-webkit-gradient(linear,left top,right top,from(#618cda),color-stop(#6b87dc),color-stop(#7481de),color-stop(#8678e3),to(#9272e6));background:linear-gradient(90deg,#618cda,#6b87dc,#7481de,#8678e3,#9272e6)}.my-collect-parent[data-v-b2cfa180]{width:100%;height:100%;background:#f8f8f8}.my-collect-parent .have-collect[data-v-b2cfa180]{width:100%;background:#fff}.my-collect-parent .have-collect .goods-list[data-v-b2cfa180]{width:100%}.my-collect-parent .have-collect .goods-list .goods-item[data-v-b2cfa180]{width:7.1rem;height:1.98rem;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.my-collect-parent .have-collect .goods-list .goods-item .img[data-v-b2cfa180]{width:1.5rem;height:1.5rem;border-radius:4px}.my-collect-parent .have-collect .goods-list .goods-item .detail[data-v-b2cfa180]{width:5.4rem;height:1.5rem;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}.my-collect-parent .have-collect .goods-list .goods-item .detail .score[data-v-b2cfa180]{font-size:.24rem;font-weight:500;color:#666}.my-collect-parent .have-collect .goods-list .goods-item .detail .name[data-v-b2cfa180]{font-size:.24rem;font-weight:500;color:#333;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;letter-spacing:1px}.my-collect-parent .have-collect .goods-list .goods-item .detail .score-btn[data-v-b2cfa180]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.my-collect-parent .have-collect .goods-list .goods-item .detail .score-btn .score[data-v-b2cfa180]{font-size:.26rem;font-weight:500;color:#666}.my-collect-parent .have-collect .goods-list .goods-item .detail .score-btn .btn[data-v-b2cfa180]{font-size:.24rem;color:grey}.my-collect-parent .have-collect .goods-list .line[data-v-b2cfa180]{width:100%;height:1px;background:rgba(0,0,0,.1)}.my-collect-parent .no-collect[data-v-b2cfa180]{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;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.my-collect-parent .no-collect .icon[data-v-b2cfa180]{width:4.76rem;height:4.76rem;background:url(https://www.moregs.com/moregs-oss/img/material/no-collect-back.png) no-repeat 50%;background-size:contain;margin-top:1.3rem}.my-collect-parent .no-collect .desc[data-v-b2cfa180]{font-size:.3rem;font-weight:500;color:#999;text-align:center}.my-collect-parent .no-collect .desc>div[data-v-b2cfa180]:last-of-type{margin-top:.1rem}.bank-card-list[data-v-5cd837f2]{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;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bank-card-list .container[data-v-5cd837f2]{width:100%;overflow-y:scroll;padding-bottom:.2rem}.bank-card-list .container[data-v-5cd837f2]::-webkit-scrollbar{display:none;scroll-behavior:smooth}.bank-card-list .container .item[data-v-5cd837f2]{width:7.1rem;height:2.2rem;margin:0 auto;margin-top:.2rem;position:relative;border-radius:4px}.bank-card-list .container .item .content[data-v-5cd837f2]{width:100%;height:100%;position:relative;top:0;left:0;z-index:10;background-color:#67b4f1;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.bank-card-list .container .item .content.translate[data-v-5cd837f2]{border-radius:4px 0 0 4px;-webkit-transform:translateX(-1.54rem);transform:translateX(-1.54rem)}.bank-card-list .container .item .content .info[data-v-5cd837f2]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:.3rem;margin-left:.3rem;letter-spacing:1px}.bank-card-list .container .item .content .info .logo[data-v-5cd837f2]{width:2rem;height:.8rem}.bank-card-list .container .item .content .info .name[data-v-5cd837f2]{font-size:.3rem;font-weight:500;color:#fff;margin-left:.2rem}.bank-card-list .container .item .content .info .status[data-v-5cd837f2],.bank-card-list .container .item .content .info .type[data-v-5cd837f2]{font-size:.24rem;font-weight:500;color:#fff;margin-left:.2rem}.bank-card-list .container .item .content .card-number[data-v-5cd837f2]{height:.42rem;font-size:.3rem;font-family:PingFang-SC;font-weight:500;color:#fff;line-height:.42rem;margin-left:.3rem;margin-top:.3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bank-card-list .container .item .content .card-number>span[data-v-5cd837f2]{margin-left:.6rem;letter-spacing:5px}.bank-card-list .container .item .content .card-number>span[data-v-5cd837f2]:first-of-type{margin-left:unset}.bank-card-list .container .item .del-btn[data-v-5cd837f2]{width:1.54rem;height:100%;background:#d8d8d8;color:#333;text-align:center;line-height:2.2rem;position:absolute;right:0;top:0;z-index:0;border-radius:0 4px 4px 0;font-size:.3rem;font-weight:500}.bank-card-list .add-card[data-v-5cd837f2]{width:3.86rem;height:.9rem;text-align:center;line-height:.9rem;font-size:.3rem;font-weight:400;margin-bottom:1.2rem;margin-top:.6rem;border:1px solid #a2a2a2;border-radius:.46rem}.wallet-parent[data-v-36b8a240]{width:100%;height:100%;background:#f8f8f8}.wallet-parent .container[data-v-36b8a240]{width:100%;overflow-y:scroll;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}.wallet-parent .container[data-v-36b8a240]::-webkit-scrollbar{display:none;scroll-behavior:smooth}.wallet-parent .container .banner[data-v-36b8a240]{width:7.1rem;height:3.4rem;background:url(https://www.moregs.com/moregs-oss/img/material/qb_bg.png) no-repeat 50%;background-size:cover;margin-top:.2rem;-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;position:relative}.wallet-parent .container .banner .withdraw-btn[data-v-36b8a240],.wallet-parent .container .banner[data-v-36b8a240]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wallet-parent .container .banner .withdraw-btn[data-v-36b8a240]{width:1.48rem;height:.6rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:url(https://www.moregs.com/moregs-oss/img/material/tixian.png) no-repeat 50%;background-size:contain;position:absolute;right:0;top:.48rem}.wallet-parent .container .banner .withdraw-btn .icon[data-v-36b8a240]{width:.3rem;height:.24rem;background:url(https://www.moregs.com/moregs-oss/img/material/Fill.png) no-repeat 50%;background-size:contain}.wallet-parent .container .banner .withdraw-btn .desc[data-v-36b8a240]{font-size:.26rem;font-weight:500;color:#fff;margin-left:.1rem}.wallet-parent .container .banner .top[data-v-36b8a240]{width:6.6rem;height:1.24rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:.4rem}.wallet-parent .container .banner .top .can-withdraw[data-v-36b8a240]{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:justify;-ms-flex-pack:justify;justify-content:space-between;margin-left:.3rem}.wallet-parent .container .banner .top .can-withdraw .desc[data-v-36b8a240]{font-size:.26rem;font-weight:500;color:#fff}.wallet-parent .container .banner .top .can-withdraw .value[data-v-36b8a240]{font-size:.42rem;font-weight:500;color:#fff}.wallet-parent .container .banner .top .my-score[data-v-36b8a240]{height:.94rem;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:justify;-ms-flex-pack:justify;justify-content:space-between;margin-left:.8rem}.wallet-parent .container .banner .top .my-score .desc[data-v-36b8a240]{font-size:.24rem;font-weight:500;color:#fff}.wallet-parent .container .banner .top .my-score .value[data-v-36b8a240]{font-size:.36rem;font-weight:500;color:#fff;line-height:.5rem}.wallet-parent .container .banner .down[data-v-36b8a240]{width:6.6rem;height:.82rem;display:grid;grid-template-columns:repeat(4,25%);grid-template-rows:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-items:center;margin-bottom:.34rem}.wallet-parent .container .banner .down .item[data-v-36b8a240]{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;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:.24rem;font-weight:500;color:#fff}.wallet-parent .container .type-tab[data-v-36b8a240]{width:100%;margin-top:.4rem}.wallet-parent .container .type-tab .tabbar[data-v-36b8a240]{width:100%}.wallet-parent .container .type-tab .tabbar .scroll[data-v-36b8a240]{margin-top:5px}.wallet-parent .container .type-tab .tabbar .scroll .item[data-v-36b8a240]{width:7.1rem;height:1.12rem;margin:0 auto;background:#fff;border-bottom:1px solid hsla(0,0%,49.8%,.1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.wallet-parent .container .type-tab .tabbar .scroll .item.balance[data-v-36b8a240]{height:1.8rem}.wallet-parent .container .type-tab .tabbar .scroll .item .left .type[data-v-36b8a240]{font-size:.26rem;font-weight:500;color:#333;margin-left:.3rem}.wallet-parent .container .type-tab .tabbar .scroll .item .left .name[data-v-36b8a240],.wallet-parent .container .type-tab .tabbar .scroll .item .left .time[data-v-36b8a240]{font-size:.24rem;font-weight:400;color:#666;margin-top:.06rem;margin-left:.3rem}.wallet-parent .container .type-tab .tabbar .scroll .item .right[data-v-36b8a240]{font-size:.3rem;font-weight:500;color:#7c7ee1;margin-right:.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-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.wallet-parent .container .type-tab .tabbar .scroll .item .right .status[data-v-36b8a240]{color:red;margin-top:.06rem}.wallet-parent .container .type-tab .tabbar .no-data[data-v-36b8a240]{width:100%;text-align:center;margin-top:.4rem;font-size:.24rem;font-weight:500;color:#666;letter-spacing:1px}.order-list-parent[data-v-754e68ec]{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;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#f8f8f8}.order-list-parent .tabbar[data-v-754e68ec]{width:100%;height:45px;overflow-x:scroll;white-space:nowrap;background:#fff}.order-list-parent .tabbar .tabbar-item[data-v-754e68ec]{width:1rem;height:40px;line-height:45px;text-align:center;font-size:.3rem;font-weight:500;color:#666;margin-left:.2rem;display:inline-block}.order-list-parent .tabbar .tabbar-item[data-v-754e68ec]:first-of-type{margin-left:.24rem}.order-list-parent .tabbar .extra[data-v-754e68ec]{width:.24rem;display:inline-block}.order-list-parent .tabbar[data-v-754e68ec]::-webkit-scrollbar{display:none}.order-list-parent .tabbar .selected[data-v-754e68ec]{color:#7c7ee1;border-bottom:2px solid #7c7ee1}.order-list-parent .aftersale-order-item[data-v-754e68ec],.order-list-parent .order-item[data-v-754e68ec]{width:7.1rem;padding-bottom:.2rem;background:#fff;border-radius:.1rem;margin:0 auto;margin-top:.2rem;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}.order-list-parent .aftersale-order-item .order-number-panel[data-v-754e68ec],.order-list-parent .order-item .order-number-panel[data-v-754e68ec]{width:6.7rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:.24rem;font-weight:400;color:#333;margin-top:.2rem}.order-list-parent .aftersale-order-item .order-number-panel .num-copy[data-v-754e68ec],.order-list-parent .order-item .order-number-panel .num-copy[data-v-754e68ec]{width:4.4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.order-list-parent .aftersale-order-item .order-number-panel .num-copy .order-number[data-v-754e68ec],.order-list-parent .order-item .order-number-panel .num-copy .order-number[data-v-754e68ec]{width:4rem;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.order-list-parent .aftersale-order-item .order-number-panel .num-copy .copy[data-v-754e68ec],.order-list-parent .order-item .order-number-panel .num-copy .copy[data-v-754e68ec]{width:.24rem;height:.24rem;background:url(https://www.moregs.com/moregs-oss/img/material/fuzhi.png) no-repeat 50%;background-size:contain}.order-list-parent .aftersale-order-item .order-number-panel .status[data-v-754e68ec],.order-list-parent .order-item .order-number-panel .status[data-v-754e68ec]{font-size:.24rem;font-weight:500;color:#7c7ee1}.order-list-parent .aftersale-order-item .no-logistic[data-v-754e68ec],.order-list-parent .order-item .no-logistic[data-v-754e68ec]{width:6.7rem}.order-list-parent .aftersale-order-item .no-logistic .goods-item[data-v-754e68ec],.order-list-parent .order-item .no-logistic .goods-item[data-v-754e68ec]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;margin-top:.2rem}.order-list-parent .aftersale-order-item .no-logistic .goods-item .goods-img[data-v-754e68ec],.order-list-parent .order-item .no-logistic .goods-item .goods-img[data-v-754e68ec]{width:1.5rem;height:1.5rem;border-radius:.1rem;background-color:#fff}.order-list-parent .aftersale-order-item .no-logistic .goods-item .goods-detail[data-v-754e68ec],.order-list-parent .order-item .no-logistic .goods-item .goods-detail[data-v-754e68ec]{width:5rem;height:1.56rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-left:.2rem}.order-list-parent .aftersale-order-item .no-logistic .goods-item .goods-detail .name[data-v-754e68ec],.order-list-parent .order-item .no-logistic .goods-item .goods-detail .name[data-v-754e68ec]{width:100%;font-size:.28rem;font-weight:500;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-list-parent .aftersale-order-item .no-logistic .goods-item .goods-detail .model[data-v-754e68ec],.order-list-parent .order-item .no-logistic .goods-item .goods-detail .model[data-v-754e68ec]{font-size:.24rem;font-weight:400;color:#666}.order-list-parent .aftersale-order-item .no-logistic .goods-item .goods-detail .score-price[data-v-754e68ec],.order-list-parent .order-item .no-logistic .goods-item .goods-detail .score-price[data-v-754e68ec]{font-size:.26rem;font-weight:500;color:#666}.order-list-parent .aftersale-order-item .no-logistic .goods-item .buy-count[data-v-754e68ec],.order-list-parent .order-item .no-logistic .goods-item .buy-count[data-v-754e68ec]{position:absolute;bottom:0;right:.02rem;font-size:.24rem;font-weight:500;color:#666}.order-list-parent .aftersale-order-item .no-logistic .line[data-v-754e68ec],.order-list-parent .order-item .no-logistic .line[data-v-754e68ec]{width:6.7rem;height:1px;background:#e6e6e6;margin-top:.2rem}.order-list-parent .aftersale-order-item .have-logistic .relate-goods[data-v-754e68ec],.order-list-parent .aftersale-order-item .have-logistic[data-v-754e68ec],.order-list-parent .order-item .have-logistic .relate-goods[data-v-754e68ec],.order-list-parent .order-item .have-logistic[data-v-754e68ec]{width:6.7rem}.order-list-parent .aftersale-order-item .have-logistic .relate-goods .goods-item[data-v-754e68ec],.order-list-parent .order-item .have-logistic .relate-goods .goods-item[data-v-754e68ec]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;margin-top:.2rem}.order-list-parent .aftersale-order-item .have-logistic .relate-goods .goods-item .goods-img[data-v-754e68ec],.order-list-parent .order-item .have-logistic .relate-goods .goods-item .goods-img[data-v-754e68ec]{width:1.5rem;height:1.5rem;border-radius:.1rem;background-color:#fff}.order-list-parent .aftersale-order-item .have-logistic .relate-goods .goods-item .goods-detail[data-v-754e68ec],.order-list-parent .order-item .have-logistic .relate-goods .goods-item .goods-detail[data-v-754e68ec]{width:5rem;height:1.56rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-left:.2rem}.order-list-parent .aftersale-order-item .have-logistic .relate-goods .goods-item .goods-detail .name[data-v-754e68ec],.order-list-parent .order-item .have-logistic .relate-goods .goods-item .goods-detail .name[data-v-754e68ec]{width:100%;font-size:.28rem;font-weight:500;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-list-parent .aftersale-order-item .have-logistic .relate-goods .goods-item .goods-detail .model[data-v-754e68ec],.order-list-parent .order-item .have-logistic .relate-goods .goods-item .goods-detail .model[data-v-754e68ec]{font-size:.24rem;font-weight:400;color:#666}.order-list-parent .aftersale-order-item .have-logistic .relate-goods .goods-item .goods-detail .score-price[data-v-754e68ec],.order-list-parent .order-item .have-logistic .relate-goods .goods-item .goods-detail .score-price[data-v-754e68ec]{font-size:.26rem;font-weight:500;color:#666}.order-list-parent .aftersale-order-item .have-logistic .relate-goods .goods-item .buy-count[data-v-754e68ec],.order-list-parent .order-item .have-logistic .relate-goods .goods-item .buy-count[data-v-754e68ec]{position:absolute;bottom:0;right:.02rem;font-size:.24rem;font-weight:500;color:#666}.order-list-parent .aftersale-order-item .have-logistic .relate-goods .line[data-v-754e68ec],.order-list-parent .order-item .have-logistic .relate-goods .line[data-v-754e68ec]{width:6.7rem;height:1px;background:#e6e6e6;margin-top:.2rem}.order-list-parent .aftersale-order-item .operate-btn[data-v-754e68ec],.order-list-parent .order-item .operate-btn[data-v-754e68ec]{width:6.7rem;margin-top:.2rem;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}.order-list-parent .aftersale-order-item .operate-btn .btn[data-v-754e68ec],.order-list-parent .order-item .operate-btn .btn[data-v-754e68ec]{width:1.36rem;height:.48rem;line-height:.48rem;text-align:center;font-size:.24rem;font-weight:500;color:#7c7ee1;border-radius:.44rem;border:1px solid;border-right-color:#7c7ee1;border-bottom-color:#7c7ee1;border-left-color:#5f8eda;border-top-color:#5f8eda;margin-left:.2rem}.order-list-parent .aftersale-order-item .contact-server[data-v-754e68ec],.order-list-parent .aftersale-order-item .refund[data-v-754e68ec],.order-list-parent .order-item .contact-server[data-v-754e68ec],.order-list-parent .order-item .refund[data-v-754e68ec]{border:1px solid grey!important;color:#666!important}.order-list-parent .aftersale-order-item .apply-aftersale-btn[data-v-754e68ec],.order-list-parent .order-item .apply-aftersale-btn[data-v-754e68ec]{width:1.36rem;height:.48rem;line-height:.48rem;text-align:center;font-size:.24rem;font-weight:500;border:1px solid grey!important;color:#666!important;border-radius:.44rem;position:absolute;right:0}.order-list-parent .aftersale-order-item .total[data-v-754e68ec],.order-list-parent .order-item .total[data-v-754e68ec]{width:6.7rem;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;margin-top:.2rem}.order-list-parent .aftersale-order-item .total .count-down[data-v-754e68ec],.order-list-parent .order-item .total .count-down[data-v-754e68ec]{font-size:.2rem;font-weight:500;color:#f22e45}.order-list-parent .aftersale-order-item .total .total-number[data-v-754e68ec],.order-list-parent .order-item .total .total-number[data-v-754e68ec]{font-size:.24rem;font-weight:500;color:#666;margin-left:.16rem}.order-list-parent .aftersale-order-item .total .pay-score-price[data-v-754e68ec],.order-list-parent .order-item .total .pay-score-price[data-v-754e68ec]{font-size:.26rem;font-weight:500;color:#333;margin-left:.16rem}.order-list-parent .no-order-info[data-v-754e68ec]{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;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.order-list-parent .no-order-info .no-order-img[data-v-754e68ec]{width:4rem;height:4rem;margin-top:.54rem;background:url(https://www.moregs.com/moregs-oss/img/material/no-order-list.png) no-repeat 50%;background-size:contain}.order-list-parent .no-order-info .no-order-text[data-v-754e68ec]{margin-top:.2rem;font-size:.3rem;font-weight:500;color:#999}.order-list-parent .fade-enter-active[data-v-754e68ec],.order-list-parent .fade-leave-active[data-v-754e68ec]{-webkit-transition:opacity .5s;transition:opacity .5s}.order-list-parent .fade-enter[data-v-754e68ec],.order-list-parent .fade-leave-to[data-v-754e68ec]{opacity:0}.ticket-center{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;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ticket-center .all-ticket{width:100%}.ticket-center .all-ticket .ticket-item{width:7.32rem;height:2.32rem;background:#fff3f3;margin:0 auto;margin-top:.2rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-shadow:0 0 .08rem 0 rgba(0,0,0,.1);box-shadow:0 0 4px 0 rgba(0,0,0,.1)}.ticket-center .all-ticket .ticket-item,.ticket-center .all-ticket .ticket-item .left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ticket-center .all-ticket .ticket-item .left{width:5.2rem;height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ticket-center .all-ticket .ticket-item .left .type{font-size:.32rem;font-weight:700;color:#333;line-height:.46rem;margin-left:.3rem;margin-top:.1rem}.ticket-center .all-ticket .ticket-item .left .desc{font-size:.24rem;font-weight:500;color:#333;margin-left:.3rem}.ticket-center .all-ticket .ticket-item .left .discount-condition{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:.1rem;margin-left:.3rem}.ticket-center .all-ticket .ticket-item .left .discount-condition .discount{font-size:.4rem;font-weight:700;color:#f22e45}.ticket-center .all-ticket .ticket-item .left .discount-condition .condition{font-size:.24rem;font-weight:500;color:#333;margin-left:.2rem}.ticket-center .all-ticket .ticket-item .right{width:1.6rem;height:100%;background:#fff}.ticket-center .all-ticket .ticket-item .right>div{width:100%;height:100%}.ticket-center .all-ticket .ticket-item .right .my-yd-progressbar,.ticket-center .all-ticket .ticket-item .right>div{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}.ticket-center .all-ticket .ticket-item .right .my-yd-progressbar{height:unset}.ticket-center .all-ticket .ticket-item .right .my-yd-progressbar>svg{width:1.1rem!important}.ticket-center .all-ticket .ticket-item .right .my-yd-progressbar .yd-progressbar-content{text-align:center;font-size:.24rem;color:#d5d5d5}.ticket-center .all-ticket .ticket-item .right .my-yd-progressbar.atonce .yd-progressbar-content{color:#f22e45}.ticket-center .all-ticket .ticket-item .right .btn{width:1rem;height:.4rem;text-align:center;line-height:.4rem;border-radius:.2rem;margin-top:.1rem;font-size:.2rem;color:#fff}.ticket-center .all-ticket .ticket-item .right .btn.get-atonce{background:-webkit-gradient(linear,left top,right top,from(#fe6656),color-stop(#f84b4e),to(#f23045));background:linear-gradient(90deg,#fe6656,#f84b4e,#f23045)}.ticket-center .all-ticket .ticket-item .right .btn.loot-all{background:-webkit-gradient(linear,left top,right top,from(#a5a5a5),color-stop(#b7b6b6),to(#cbc9c9));background:linear-gradient(90deg,#a5a5a5,#b7b6b6,#cbc9c9)}.ticket-center .all-ticket .ticket-item .right .btn.to-use{background:-webkit-gradient(linear,left top,right top,from(#9073e5),color-stop(#7880e0),to(#638bda));background:linear-gradient(90deg,#9073e5,#7880e0,#638bda)}.ticket-center .all-ticket .ticket-item .right .to-use-icon{width:1.1rem;height:1.1rem;background:url(https://www.moregs.com/moregs-oss/img/material/ticket-center-already.png) no-repeat 50%;background-size:contain}.ticket-center .no-ticket .icon{width:4.76rem;height:3.72rem;background:url(https://www.moregs.com/moregs-oss/img/material/no-ticket-back.png) no-repeat 50%;background-size:contain;margin-top:1.32rem}.ticket-center .no-ticket .desc{margin-top:.86rem;font-size:.3rem;font-weight:500;color:#999;text-align:center;letter-spacing:1px}.share-order-parent .yd-cell-box{margin-bottom:unset}.share-order-parent .yd-datetime-input{width:unset;border:1px solid grey;padding:5px 15px;font-size:.24rem}.share-order-parent .yd-datetime-input.readonly{background:#f5f5f5}.share-order-parent .total-price-date{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.share-order-parent .total-price-date,.share-order-parent .total-price-date .date-range{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.share-order-parent .total-price-date .date-range{width:100%;padding:.2rem 0;-ms-flex-pack:distribute;justify-content:space-around;font-size:.28rem}.share-order-parent .total-price-date .date-range>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.share-order-parent .total-price-date .date-range .virtual{width:98px;height:28px;font-size:14px;text-align:center;line-height:28px;color:#7c7c7c;border:1px solid #7c7c7c}.share-order-parent .total-price-date .fixed-time{width:80%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;padding:.2rem 0;font-size:.24rem}.share-order-parent .total-price-date .fixed-time .fixed-item.active{background-image:-webkit-gradient(linear,left top,right top,from(#7287de),color-stop(#7684e0),color-stop(#7a81e1),color-stop(#7f7ee2),to(#857ae3));background-image:linear-gradient(90deg,#7287de,#7684e0,#7a81e1,#7f7ee2,#857ae3);padding:.06rem .12rem;border-radius:.04rem;color:#fff}.share-order-parent .order-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-top:1px solid #c7c7c7;border-bottom:1px solid #c7c7c7;padding:.2rem 1.2rem}.share-order-parent .order-title .tab{font-size:.28rem;position:relative;text-align:center}.share-order-parent .order-list .order-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:.2rem 1.32rem .2rem .6rem;font-size:.24rem}.share-order-parent .order-list .order-item .number-time .time{color:#7c7c7c}.share-order-parent .order-list .order-item .status-price .price.active{color:red}.share-order-parent .order-list .line{width:100%;height:1px;background:rgba(0,0,0,.1)}.share-order-parent .no-order{width:100%;height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:.28rem;margin-top:2.4rem}.share-order-parent .item-detail,.share-order-parent .no-order{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#7c7c7c}.share-order-parent .item-detail{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:.24rem}.share-order-parent .tg-total{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:right;font-size:.28rem;padding-right:.2rem}.order-detail-parent[data-v-92a2b38a]{width:100%;background:#f7f7f7}.order-detail-parent .container[data-v-92a2b38a]{width:100%;overflow-y:scroll;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-overflow-scrolling:touch}.order-detail-parent .container[data-v-92a2b38a]::-webkit-scrollbar{display:none;scroll-behavior:smooth}.order-detail-parent .container .head[data-v-92a2b38a]{width:100%;height:1.9rem;background:url(https://www.moregs.com/moregs-oss/img/material/order-status-panel.png) no-repeat 50%;background-size:cover;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.order-detail-parent .container .head .status-str[data-v-92a2b38a]{font-size:.4rem;font-weight:500;color:#333;margin-top:.46rem;margin-left:1rem}.order-detail-parent .container .head .count-down[data-v-92a2b38a]{font-size:.26rem;font-weight:500;color:#333;margin-left:1rem;margin-top:.04rem}.order-detail-parent .container .contact[data-v-92a2b38a]{width:100%;height:1.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-detail-parent .container .contact .icon[data-v-92a2b38a]{width:.4rem;height:.52rem;background:url(https://www.moregs.com/moregs-oss/img/material/dz_ion.png) no-repeat 50%;background-size:contain;margin-left:.3rem}.order-detail-parent .container .contact .user-info[data-v-92a2b38a]{margin-left:.28rem}.order-detail-parent .container .contact .user-info .name-phone[data-v-92a2b38a]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.3rem;font-weight:500;color:#333}.order-detail-parent .container .contact .user-info .name-phone .phone[data-v-92a2b38a]{margin-left:.3rem}.order-detail-parent .container .contact .user-info .address[data-v-92a2b38a]{font-size:.26rem;font-weight:400;color:#666;margin-top:.1rem}.order-detail-parent .container .goods-info[data-v-92a2b38a]{margin-top:.2rem;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;padding-bottom:.28rem}.order-detail-parent .container .goods-info .goods-item[data-v-92a2b38a]{width:7.12rem;height:100%;margin-top:.28rem;position:relative;zoom:0}.order-detail-parent .container .goods-info .goods-item[data-v-92a2b38a]:after{content:"";display:block;clear:both}.order-detail-parent .container .goods-info .goods-item .apply-aftersale[data-v-92a2b38a]{width: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}.order-detail-parent .container .goods-info .goods-item .apply-aftersale .apply-btn[data-v-92a2b38a]{width:1.36rem;height:.48rem;line-height:.48rem;text-align:center;font-size:.24rem;font-weight:500;border-radius:5px;border:1px solid grey!important;color:#666!important;margin-right:.2rem}.order-detail-parent .container .goods-info .goods-item .info-panel[data-v-92a2b38a]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.order-detail-parent .container .goods-info .goods-item .info-panel .img[data-v-92a2b38a]{width:2rem;height:2rem;margin-left:.18rem;background:#fff}.order-detail-parent .container .goods-info .goods-item .info-panel .detail[data-v-92a2b38a]{width:4.5rem;height:2rem;margin-left:.22rem;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}.order-detail-parent .container .goods-info .goods-item .info-panel .detail .name[data-v-92a2b38a]{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:.12rem;font-size:.3rem;font-weight:500;color:#333}.order-detail-parent .container .goods-info .goods-item .info-panel .detail .model[data-v-92a2b38a]{font-size:.24rem;font-weight:500;color:#666}.order-detail-parent .container .goods-info .goods-item .info-panel .detail .score-price[data-v-92a2b38a]{font-size:.3rem;font-weight:500;color:#7c7ee1}.order-detail-parent .container .goods-info .goods-item .info-panel .buy-count[data-v-92a2b38a]{position:absolute;right:0;bottom:0;font-size:.26rem;font-weight:400;color:#666}.order-detail-parent .container .discounts[data-v-92a2b38a]{width:100%;height:2.18rem;background:#fff;margin-top:.2rem;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;-ms-flex-pack:distribute;justify-content:space-around}.order-detail-parent .container .discounts .discunt-item[data-v-92a2b38a]{width:7.12rem;font-size:.26rem;font-weight:400;color:#333}.order-detail-parent .container .discounts .discunt-item[data-v-92a2b38a],.order-detail-parent .container .service[data-v-92a2b38a]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.order-detail-parent .container .service[data-v-92a2b38a]{width:100%;height:.88rem;background:#fff}.order-detail-parent .container .service .icon-title[data-v-92a2b38a]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:.2rem}.order-detail-parent .container .service .icon-title .icon[data-v-92a2b38a]{width:.4rem;height:.4rem;background:url(https://www.moregs.com/moregs-oss/img/material/contact-service-logo.png) no-repeat 50%;background-size:contain}.order-detail-parent .container .service .icon-title .title[data-v-92a2b38a]{font-size:.26rem;font-weight:500;color:#333;margin-left:.2rem}.order-detail-parent .container .service .jian-tou[data-v-92a2b38a]{width:.32rem;height:.32rem;margin-right:.2rem;background:url(https://www.moregs.com/moregs-oss/img/material/enter-jiantou.png) no-repeat 50%;background-size:contain}.order-detail-parent .container .order-desc[data-v-92a2b38a]{width:100%;height:1.34rem;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-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:.2rem;padding:.9rem 0}.order-detail-parent .container .order-desc .order-number[data-v-92a2b38a]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-left:.2rem}.order-detail-parent .container .order-desc .order-number .number[data-v-92a2b38a]{width:5.6rem;font-size:.26rem;font-weight:400;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-detail-parent .container .order-desc .order-number .jian-tou[data-v-92a2b38a]{width:.32rem;height:.32rem;margin-right:.2rem;background:url(https://www.moregs.com/moregs-oss/img/material/enter-jiantou.png) no-repeat 50%;background-size:contain}.order-detail-parent .container .order-desc .order-number .copy[data-v-92a2b38a]{width:.8rem;height:.38rem;border-radius:5px;line-height:.38rem;text-align:center;font-size:.22rem;font-weight:400;color:#333;margin-right:.2rem;border:1px solid #979797}.order-detail-parent .container .order-desc .create-time[data-v-92a2b38a]{font-size:.26rem;font-weight:400;color:#333;margin-left:.2rem;margin-top:.1rem}.order-detail-parent .container .codeQRcode[data-v-92a2b38a]{width:100%;font-size:.28rem;text-align:center}.order-detail-parent .container .codeQRcode img[data-v-92a2b38a]{width:4rem;height:4rem;display:inline-block;margin-top:.1rem}.order-detail-parent .container .operate-btn[data-v-92a2b38a]{width:100%;height:.8rem;margin-top:.2rem;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;background:#fff}.order-detail-parent .container .operate-btn .btn[data-v-92a2b38a]{width:1.36rem;height:.48rem;line-height:.48rem;text-align:center;font-size:.24rem;font-weight:500;border-radius:5px;border:1px solid grey!important;color:#666!important;margin-left:.2rem;margin-right:.2rem}.order-detail-parent .order-number[data-v-92a2b38a]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-left:.2rem}.order-detail-parent .order-number .number[data-v-92a2b38a]{width:5.6rem;font-size:.26rem;font-weight:400;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-detail-parent .order-number .jian-tou[data-v-92a2b38a]{width:.32rem;height:.32rem;margin-right:.2rem;background:url(https://www.moregs.com/moregs-oss/img/material/enter-jiantou.png) no-repeat 50%;background-size:contain}.order-detail-parent .order-number .copy[data-v-92a2b38a]{width:.8rem;height:.38rem;border-radius:5px;line-height:.38rem;text-align:center;font-size:.22rem;font-weight:400;color:#333;margin-right:.2rem;border:1px solid #979797}.select-ticket-parent[data-v-01c84bdd]{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;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.select-ticket-parent .container[data-v-01c84bdd]{width:100%;overflow-y:scroll;background:#f8f8f8}.select-ticket-parent .container[data-v-01c84bdd]::-webkit-scrollbar{display:none;scroll-behavior:smooth}.select-ticket-parent .container .ticket-item[data-v-01c84bdd]{width:6.9rem;height:2.04rem;margin:.2rem auto;background:url(https://www.moregs.com/moregs-oss/img/material/select-blue.png) no-repeat 50%;background-size:contain;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;letter-spacing:1px}.select-ticket-parent .container .ticket-item.gray[data-v-01c84bdd]{background:url(https://www.moregs.com/moregs-oss/img/material/select-gray.png) no-repeat 50%;background-size:contain}.select-ticket-parent .container .ticket-item .left[data-v-01c84bdd]{width:1.6rem;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:center;-ms-flex-pack:center;justify-content:center;margin-left:.38rem}.select-ticket-parent .container .ticket-item .left .price[data-v-01c84bdd]{font-size:.42rem;font-weight:700;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select-ticket-parent .container .ticket-item .left .condition[data-v-01c84bdd]{font-size:.26rem;font-weight:500;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select-ticket-parent .container .ticket-item .center[data-v-01c84bdd]{width:3.6rem;height:1.8rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-left:.4rem}.select-ticket-parent .container .ticket-item .center .desc[data-v-01c84bdd]{font-size:.3rem;color:#333;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.select-ticket-parent .container .ticket-item .center .time[data-v-01c84bdd]{font-size:.24rem;font-weight:500;color:#666;letter-spacing:0!important}.select-ticket-parent .container .ticket-item .center .status[data-v-01c84bdd]{font-size:.2rem;font-weight:500;color:#f22e45}.select-ticket-parent .container .ticket-item .right[data-v-01c84bdd]{width:.4rem;height:.4rem;background:url(https://www.moregs.com/moregs-oss/img/material/unselect.png) no-repeat 50%;background-size:contain}.select-ticket-parent .container .ticket-item .right.select[data-v-01c84bdd]{background:url(https://www.moregs.com/moregs-oss/img/material/select.png) no-repeat 50%;background-size:contain}.select-ticket-parent .btn[data-v-01c84bdd]{width:100%;height:50px;line-height:50px;text-align:center;font-size:.36rem;font-weight:500;color:#7c7ee1;border-top:.02rem solid rgba(0,0,0,.1);letter-spacing:1px}