
.input-size {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
#app {
  font-family: "PingFangSC-Regular", "Avenir", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
  max-width: 7.5rem;
  margin: auto;
}

.input-size[data-v-3635833a] {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.pi-goback[data-v-3635833a] {
  position: fixed;
  width: 1rem;
  height: 1rem;
  border: 0.15rem solid #d9d9d9;
  background: #f5f5f5;
  border-radius: 50%;
  color: #999;
  font-size: 0.24rem;
  line-height: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  right: 0.2rem;
  bottom: 1.98rem;
  z-index: 7;
}

.input-size {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.pi-bottom-nav {
  position: fixed;
  z-index: 5;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #fff;
}
.pi-bottom-nav .bottom-box {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pi-bottom-nav .bottom-box .bottom-flex {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 0.14rem;
}
.pi-bottom-nav .bottom-box .bottom-flex .nav-icon {
  width: 0.48rem;
  height: 0.48rem;
  display: inline-block;
  vertical-align: top;
}
.pi-bottom-nav .bottom-box .bottom-flex .nav-icon img {
  width: 100%;
  height: 100%;
}
.pi-bottom-nav .bottom-box .bottom-flex .text {
  font-size: 0.2rem;
  color: #c3c2c2;
  margin-top: 0.08rem;
}
.pi-bottom-nav .bottom-box .bottom-flex .img-active {
  display: none;
}
.pi-bottom-nav .bottom-box .bottom-flex .img-default {
  display: block;
}
.pi-bottom-nav .bottom-box .bottom-flex.active .text {
  color: #14CD7F;
}
.pi-bottom-nav .bottom-box .bottom-flex.active .img-active {
  display: block !important;
}
.pi-bottom-nav .bottom-box .bottom-flex.active .img-default {
  display: none !important;
}

.input-size[data-v-35ec8766] {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.pi-no-list[data-v-35ec8766],
.no-init[data-v-35ec8766] {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  left: 0;
  top: 0;
  text-align: center;
}
.pi-no-list .no-img img[data-v-35ec8766],
.no-init .no-img img[data-v-35ec8766] {
  width: 2.84rem;
}
.pi-no-list .text[data-v-35ec8766],
.no-init .text[data-v-35ec8766] {
  margin-top: 0.2rem;
  color: #9b9b9b;
  font-size: 0.18rem;
  line-height: normal;
}
.loading-car[data-v-35ec8766] {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 142px;
  height: 72px;
  margin-left: -71px;
  margin-top: -36px;
  background-image: url(/static/img/loading-bg.png);
  background-size: 100% 100%;
}

.input-size[data-v-49e8876d] {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.pi-loading[data-v-49e8876d] {
  position: fixed;
  width: 0.8rem;
  height: 0.8rem;
  left: 50%;
  top: 50%;
  margin-left: -0.5rem;
  margin-top: -0.5rem;
  z-index: 9;
  padding: 0.15rem;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0.04rem;
}
.rotate-loading[data-v-49e8876d] {
  -webkit-animation: rotateLoading-data-v-49e8876d 1s infinite linear;
          animation: rotateLoading-data-v-49e8876d 1s infinite linear;
}
@-webkit-keyframes rotateLoading-data-v-49e8876d {
from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes rotateLoading-data-v-49e8876d {
from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}

.input-size[data-v-ddd9575e] {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.pi-message[data-v-ddd9575e] {
  font-size: 0.36rem;
  line-height: 0.5rem;
}
.pi-message .pi-message-opacity[data-v-ddd9575e] {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(90, 91, 93, 0.5);
  z-index: 7;
}
.pi-message .pi-message-box[data-v-ddd9575e] {
  width: 5.4rem;
  border-radius: 0.24rem;
  background-color: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 8;
}
.pi-message .pi-message-box .title[data-v-ddd9575e] {
  text-align: center;
  color: #030303;
  padding: 0 0.2rem;
  padding-top: 0.38rem;
}
.pi-message .pi-message-box .text[data-v-ddd9575e] {
  color: #999;
  text-align: center;
  font-size: 0.32rem;
  line-height: normal;
  padding: 0.3rem 0.2rem 0.1rem 0.2rem;
}
.pi-message .pi-message-box .text.active[data-v-ddd9575e] {
  color: #030303;
}
.pi-message .pi-message-box .pi-message-btn[data-v-ddd9575e] {
  margin-top: 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #4a4a4a;
  text-align: center;
  border-top: 0.02rem solid #F7F7F7;
}
.pi-message .pi-message-box .pi-message-btn .pi-message-flex[data-v-ddd9575e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.2rem 0 0.16rem 0;
}
.pi-message .pi-message-box .pi-message-btn .pi-message-flex.bdr[data-v-ddd9575e] {
  border-right: 0.02rem solid #F7F7F7;
}
.pi-message .pi-message-box .pi-message-btn .pi-message-flex.active[data-v-ddd9575e] {
  color: #14CD7F;
}

.input-size[data-v-373e68d2] {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.my-cash[data-v-373e68d2] {
  padding-top: 0.5rem;
  position: relative;
}
.my-cash .cash-record[data-v-373e68d2] {
  display: block;
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  font-size: 0.32rem;
  line-height: normal;
  color: #14CD7F;
}
.my-cash .cash-money[data-v-373e68d2] {
  font-size: 0.8rem;
  line-height: 1.12rem;
  text-align: center;
  color: #14CD7F;
}
.my-cash .page-box[data-v-373e68d2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.24rem;
  line-height: normal;
  color: #5a5b5d;
}
.my-cash .page-box .flex[data-v-373e68d2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0.3rem;
}
.my-cash .money-type[data-v-373e68d2] {
  background-color: #fff1d6;
  padding: 0.1rem 0;
  color: #fc9c23;
  margin-top: 0.1rem;
}
.my-cash .money-type .type-block[data-v-373e68d2] {
  padding: 0 0.2rem;
  border-right: 0.02rem solid #fc9c23;
  display: inline-block;
  vertical-align: top;
}
.my-cash .money-type .type-block[data-v-373e68d2]:last-child {
  border-right: none;
}
.my-cash .cash-list[data-v-373e68d2] {
  padding: 0.2rem 0.2rem 1.4rem 0.2rem;
}
.my-cash .text-custom[data-v-373e68d2] {
  text-decoration: underline;
}
.my-cash .cash-tips[data-v-373e68d2] {
  background-color: #fff1d6;
  padding: 0.1rem 0.2rem;
  text-align: center;
  font-size: 0.18rem;
  line-height: normal;
  margin: 0 -0.2rem;
}

.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 infinite ease-in-out both;
            animation: mint-fading-circle 1.2s infinite ease-in-out 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: -0.9s;
            animation-delay: -0.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: -0.8s;
            animation-delay: -0.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: -0.7s;
            animation-delay: -0.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: -0.6s;
            animation-delay: -0.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: -0.5s;
            animation-delay: -0.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: -0.4s;
            animation-delay: -0.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: -0.3s;
            animation-delay: -0.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: -0.2s;
            animation-delay: -0.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: -0.1s;
            animation-delay: -0.1s
}
@-webkit-keyframes mint-fading-circle {
    0%, 39%, 100% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
}
@keyframes mint-fading-circle {
    0%, 39%, 100% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
}
.mint-loadmore {
    overflow: hidden
}
.mint-loadmore-content {}
.mint-loadmore-content.is-dropped {
    -webkit-transition: .2s;
    transition: .2s
}
.mint-loadmore-top, .mint-loadmore-bottom {
    text-align: center;
    height: 50px;
    line-height: 50px
}
.mint-loadmore-top {
    margin-top: -50px
}
.mint-loadmore-bottom {
    margin-bottom: -50px
}
.mint-loadmore-spinner {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle
}
.mint-loadmore-text {
    vertical-align: middle
}

.input-size {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.pi-record-item {
  padding: 0.14rem 0;
  margin-top: 0.08rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0.02rem solid #F7F7F7;
}
.pi-record-item .name {
  padding-top: 0.06rem;
}
.pi-record-item .name {
  font-size: 0.32rem;
  line-height: normal;
  color: #000000;
  font-weight: bold;
}
.pi-record-item .text {
  font-size: 0.24rem;
  line-height: normal;
  color: #999;
}
.pi-record-item .flex .text {
  color: #999;
  margin-top: 0.05rem;
}
.pi-record-item .money {
  font-size: 0.32rem;
  line-height: 0.44rem;
  text-align: right;
}
.pi-record-item .money .number {
  font-weight: bold;
}
.pi-record-item .money.pd {
  padding-top: 0.06rem;
}
.pi-record-item .type-img {
  width: 0.6rem;
  margin-right: 0.2rem;
}
.pi-record-item .type-img img {
  width: 0.6rem;
  height: 0.6rem;
  vertical-align: top;
}
.pi-record-item .icon-right {
  width: 0.3rem;
}
.pi-record-item .flex {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pi-record-item:first-child {
  margin-top: 0;
}
.pi-record-item.disabled .name,
.pi-record-item.disabled .text {
  color: #999;
}

.input-size[data-v-91e367b4] {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.my-bill[data-v-91e367b4] {
  position: relative;
}
.my-bill .page-loadmore[data-v-91e367b4] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.my-bill .change-ul[data-v-91e367b4] {
  padding: 0.2rem;
}

.input-size[data-v-79d4cb90] {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.my-activity .activity-ul[data-v-79d4cb90] {
  padding: 0 0.26rem;
}
.my-activity .activity-ul .activity-item[data-v-79d4cb90] {
  border-radius: 0.08rem;
  padding: 0.52rem 0.2rem;
  color: #fff;
  text-align: center;
  margin-top: 0.2rem;
}
.my-activity .activity-ul .activity-item .name[data-v-79d4cb90] {
  font-size: 0.4rem;
  line-height: 0.56rem;
}
.my-activity .activity-ul .activity-item .text[data-v-79d4cb90] {
  font-size: 0.24rem;
  line-height: normal;
}
.my-activity .activity-ul .activity-item .activity-button[data-v-79d4cb90] {
  border: none;
  background-color: #fff;
  border-radius: 2rem;
  width: 1.4rem;
  height: 0.36rem;
  text-align: center;
  color: #f99e10;
  margin-top: 0.3rem;
}
.my-activity .activity-ul .activity-item.bg1[data-v-79d4cb90] {
  background-image: url(/static/img/activity-1.2f52a6d.png);
  background-size: 100% 100%;
}
.my-activity .activity-ul .activity-item.bg3[data-v-79d4cb90] {
  background-image: url(/static/img/activity-2.d7f25c0.png);
  background-size: 100% 100%;
}
.my-activity .activity-ul .activity-item.bg2[data-v-79d4cb90] {
  background-image: url(/static/img/activity-3.6a91365.png);
  background-size: 100% 100%;
}
.my-activity .activity-ul .activity-item.bg2 .activity-button[data-v-79d4cb90] {
  color: #ff4249;
}
.my-activity .activity-ul .activity-item.bg4[data-v-79d4cb90] {
  background-image: url(/static/img/activity-4.ba1975b.png);
  background-size: 100% 100%;
}
.my-activity .activity-ul .activity-item.bg4 .activity-button[data-v-79d4cb90] {
  color: #ff6f93;
}

.input-size[data-v-073bf592] {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.my-activity-details[data-v-073bf592] {
  background-position: 0 -1rem;
  padding-top: 0.8rem;
  padding-bottom: 1.32rem;
}
.my-activity-details .title[data-v-073bf592] {
  font-size: 0.6rem;
  line-height: 0.84rem;
  text-align: center;
  color: #fff;
}
.my-activity-details .activity-type[data-v-073bf592] {
  font-size: 0.32rem;
  line-height: 0.44rem;
  text-align: center;
  color: #fff;
}
.my-activity-details .activity-info[data-v-073bf592] {
  width: 6.6rem;
  margin: auto;
  margin-top: 2.1rem;
}
.my-activity-details .activity-info .info-box[data-v-073bf592] {
  background-color: #fff;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
  min-height: 2.5rem;
}
.my-activity-details .activity-info .info-box li.active[data-v-073bf592] {
  position: relative;
}
.my-activity-details .activity-info .info-box li.active[data-v-073bf592]:after {
  content: "";
  border: 0.02rem solid #14CD7F;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.my-activity-details .activity-info .info-box .money-list[data-v-073bf592] {
  padding-top: 0.3rem;
  margin: 0 -0.05rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.my-activity-details .activity-info .info-box .money-list .money-item[data-v-073bf592] {
  margin-top: 0.2rem;
  margin-left: 0.66rem;
  width: 2.4rem;
  height: 1.2rem;
  background-image: url(/static/img/money-bg.9567fb4.png);
  background-size: 100% 100%;
  color: #aa6217;
  text-align: center;
}
.my-activity-details .activity-info .info-box .moneyCoupon-list[data-v-073bf592] {
  padding: 0.25rem;
}
.my-activity-details .activity-info .info-box .moneyCoupon-list .moneyCoupon-item[data-v-073bf592] {
  background-image: url(/static/img/money-coupon.5ea416e.png);
  background-size: 100% 100%;
  height: 1.6rem;
  color: #aa6217;
}
.my-activity-details .activity-info .info-box .moneyCoupon-list .moneyCoupon-item .number-text[data-v-073bf592] {
  display: inline-block;
  position: relative;
  top: 0.04rem;
}
.my-activity-details .activity-info .info-box .chargeCoupon-list[data-v-073bf592] {
  padding-top: 0.3rem;
  margin: 0 -0.05rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.my-activity-details .activity-info .info-box .chargeCoupon-list .chargeCoupon-item[data-v-073bf592] {
  margin-top: 0.2rem;
  margin-left: 0.66rem;
  width: 2.4rem;
  height: 1.2rem;
  background-image: url(/static/img/change-coupon.1166047.png);
  background-size: 100% 100%;
  color: #fff;
  text-align: center;
}
.my-activity-details .activity-info .info-box .coupon-list[data-v-073bf592] {
  padding: 0.25rem;
}
.my-activity-details .activity-info .info-box .coupon-list .coupon-item[data-v-073bf592] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url(/static/img/coupon.3e21c8f.png);
  background-size: 100% 100%;
  height: 1.64rem;
  margin-top: 0.2rem;
}
.my-activity-details .activity-info .info-box .coupon-list .coupon-item .flex[data-v-073bf592] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.19rem 0.3rem;
}
.my-activity-details .activity-info .info-box .coupon-list .coupon-item .flex .name[data-v-073bf592] {
  font-size: 0.32rem;
  line-height: normal;
  color: #000;
}
.my-activity-details .activity-info .info-box .coupon-list .coupon-item .flex .text[data-v-073bf592] {
  color: #999;
  font-size: 0.24rem;
  line-height: normal;
  line-height: 0.28rem;
}
.my-activity-details .activity-info .info-box .coupon-list .coupon-item .money[data-v-073bf592] {
  width: 1.88rem;
  text-align: center;
  color: #fff;
}
.my-activity-details .activity-info .info-box .coupon-list .coupon-item[data-v-073bf592]:first-child {
  margin-top: 0;
}
.my-activity-details .activity-info .info-box .number[data-v-073bf592] {
  font-size: 0.6rem;
  line-height: 0.84rem;
}
.my-activity-details .activity-info .info-box .number-text[data-v-073bf592] {
  font-size: 0.24rem;
  line-height: normal;
}
.my-activity-details .activity-info .btn-box[data-v-073bf592] {
  padding: 0.2rem 0.5rem 0.5rem 0.5rem;
  background-color: #fff;
  border-bottom-left-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.my-activity-details .rule-box[data-v-073bf592] {
  background-color: #fff;
  border-radius: 0.2rem;
  padding: 0.2rem 0.4rem;
  min-height: 4rem;
  width: 6.6rem;
  margin: auto;
  margin-top: 0.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.my-activity-details .rule-box .rule-title[data-v-073bf592] {
  font-size: 0.3rem;
  line-height: 0.42rem;
  text-align: center;
  margin-bottom: 0.06rem;
}
.my-activity-details .rule-box .rule-title span[data-v-073bf592] {
  margin: 0 0.2rem;
}
.my-activity-details .rule-box .rule-title img[data-v-073bf592] {
  height: 0.32rem;
}
.my-activity-details .rule-box .rule-text[data-v-073bf592] {
  font-size: 0.24rem;
  line-height: normal;
  color: #999;
  line-height: 0.34rem;
}
.my-activity-details .rule-box .rule-text .p[data-v-073bf592] {
  margin-top: 0.2rem;
}
.my-activity-details.bg1[data-v-073bf592] {
  background-image: url(/static/img/bg1.4471a9d.png);
  background-size: 100%;
}
.my-activity-details.bg2[data-v-073bf592] {
  background-image: url(/static/img/bg2.3933b72.png);
  background-size: 100%;
}
.my-activity-details.bg3[data-v-073bf592] {
  background-image: url(/static/img/bg3.4b58866.png);
  background-size: 100%;
}
.my-activity-details.bg4[data-v-073bf592] {
  background-image: url(/static/img/bg4.c0669d3.png);
  background-size: 100%;
}

.mint-toast {
    position: fixed;
    max-width: 80%;
    border-radius: 5px;
    background: rgba(0, 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%, 0);
            transform: translate(-50%, 0)
}
.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%, 0);
            transform: translate(-50%, 0)
}
.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
}

.input-size[data-v-6c96ee56] {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.my-coupon[data-v-6c96ee56] {
  position: relative;
  padding-top: 1rem;
}
.my-coupon .tab-title[data-v-6c96ee56] {
  padding: 0.2rem 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  background-color: #fff;
}
.my-coupon .draw-more[data-v-6c96ee56] {
  position: fixed;
  font-size: 0.24rem;
  color: #14CD7F;
  width: 100%;
  bottom: 0.6rem;
  text-align: center;
  z-index: 5;
}

.input-size {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.pi-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  color: #999;
}
.pi-tabs .tab-flex {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pi-tabs .tab-flex .tab-name {
  font-size: 0.32rem;
  line-height: normal;
  position: relative;
  display: inline-block;
  padding: 0.1rem 0;
}
.pi-tabs .tab-flex .tab-name.active {
  color: #14CD7F;
}
.pi-tabs .tab-flex .tab-name.active:before {
  content: "";
  position: absolute;
  width: 0.8rem;
  height: 0.04rem;
  background-color: #14CD7F;
  left: 50%;
  bottom: 0.02rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.input-size[data-v-c97ccbaa] {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.pi-coupon-item[data-v-c97ccbaa] {
  margin-top: 0.2rem;
  padding: 0 0.15rem;
}
.pi-coupon-item .coupon-box[data-v-c97ccbaa] {
  background-image: url(/static/img/coupon-bg.e5348e6.png);
  background-size: 100%;
  height: 1.94rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pi-coupon-item .coupon-box .money[data-v-c97ccbaa] {
  width: 2.2rem;
  color: #fff;
}
.pi-coupon-item .coupon-box .money .uit[data-v-c97ccbaa] {
  font-size: 0.24rem;
  line-height: normal;
}
.pi-coupon-item .coupon-box .money .number[data-v-c97ccbaa] {
  font-size: 0.6rem;
}
.pi-coupon-item .coupon-box .money .coupon-text[data-v-c97ccbaa] {
  font-size: 0.24rem;
  line-height: normal;
}
.pi-coupon-item .coupon-box .flex[data-v-c97ccbaa] {
  color: #999;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 0.42rem;
  padding-left: 0.3rem;
  position: relative;
}
.pi-coupon-item .coupon-box .flex .name[data-v-c97ccbaa] {
  font-size: 0.32rem;
  line-height: normal;
  color: #000000;
}
.pi-coupon-item .coupon-box .flex .time[data-v-c97ccbaa] {
  font-size: 0.24rem;
  line-height: normal;
  margin-top: 0.01rem;
}
.pi-coupon-item .coupon-box .flex .explain[data-v-c97ccbaa] {
  font-size: 0.18rem;
  margin-top: 0.01rem;
}
.pi-coupon-item .coupon-box .flex .explain.open .down-arrow[data-v-c97ccbaa] {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  margin-top: 0.07rem;
}
.pi-coupon-item .coupon-box .flex .use[data-v-c97ccbaa] {
  position: absolute;
  right: 0.3rem;
  bottom: 0.2rem;
  border: none;
  background-color: #14CD7F;
  height: 0.36rem;
  color: #fff;
  font-size: 0.24rem;
  line-height: normal;
  width: 1.4rem;
  border-radius: 2rem;
}
.pi-coupon-item .explain-box[data-v-c97ccbaa] {
  background-color: #fff;
  padding: 0.1rem;
  font-size: 0.24rem;
  line-height: normal;
  color: #999;
}
.pi-coupon-item.use-item .coupon-box[data-v-c97ccbaa],
.pi-coupon-item.no-item .coupon-box[data-v-c97ccbaa] {
  background-image: url(/static/img/coupon-bg2.b62d18f.png);
}
.pi-coupon-item.use-item .coupon-box .flex[data-v-c97ccbaa],
.pi-coupon-item.no-item .coupon-box .flex[data-v-c97ccbaa] {
  background-image: url(/static/img/coupon-use.f39427c.png);
  background-repeat: no-repeat;
  background-size: 1.4rem;
  background-position: 3.08rem 0.2rem;
}
.pi-coupon-item.no-item .coupon-box .flex[data-v-c97ccbaa] {
  background-image: url(/static/img/coupon-use2.74f914f.png);
}

.input-size[data-v-3c961798] {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.my-cash-custom[data-v-3c961798] {
  padding-top: 0.2rem;
}
.my-cash-custom .record-btn[data-v-3c961798] {
  text-align: right;
  padding-right: 0.2rem;
  display: block;
}
.my-cash-custom .cash-info[data-v-3c961798] {
  margin-top: 0.34rem;
  border-bottom: 0.02rem solid #c3c2c2;
}
.my-cash-custom .cash-info .money[data-v-3c961798] {
  font-size: 0.32rem;
  line-height: normal;
  font-weight: bold;
  padding: 0 0.2rem;
}
.my-cash-custom .cash-info .info-box[data-v-3c961798] {
  padding: 0.08rem 0;
  font-size: 0.24rem;
  line-height: normal;
  color: #5a5b5d;
}
.my-cash-custom .cash-info .info-box .info-block[data-v-3c961798] {
  display: inline-block;
  padding: 0 0.18rem;
  border-right: 0.02rem solid #5a5b5d;
}
.my-cash-custom .cash-info .info-box .info-block[data-v-3c961798]:last-child {
  border: none;
}
.my-cash-custom .order-box[data-v-3c961798] {
  padding: 0 0.2rem;
}
.my-cash-custom .order-box .order-title[data-v-3c961798] {
  margin-top: 0.4rem;
}
.my-cash-custom .order-box.no-order .order-title[data-v-3c961798] {
  color: #999999;
}
.my-cash-custom .order-box.no-order .name[data-v-3c961798],
.my-cash-custom .order-box.no-order .text[data-v-3c961798] {
  color: #999999;
}
.my-cash-custom .no-order-text[data-v-3c961798] {
  text-align: center;
  padding: 0.6rem 0;
  color: #999;
  font-size: 0.18rem;
  line-height: normal;
}

.input-size[data-v-45b2e970] {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.details-info[data-v-45b2e970] {
  padding: 0.2rem 0.2rem 0 0.2rem;
  border-bottom: 0.02rem solid #c3c2c2;
}
.details-info .title[data-v-45b2e970] {
  font-size: 0.24rem;
  line-height: normal;
  color: #5a5b5d;
}
.details-info .input-box[data-v-45b2e970] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.28rem;
}
.details-info .input-box .flex[data-v-45b2e970] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.details-info .input-box .flex input[data-v-45b2e970] {
  font-size: 0.8rem;
  line-height: 1.12rem;
  color: #000;
  width: 100%;
}
.details-info .input-box .flex input.small[data-v-45b2e970] {
  font-size: 0.4rem;
}
.details-info .input-box .del img[data-v-45b2e970] {
  width: 0.4rem;
  vertical-align: top;
}
.cash-tips[data-v-45b2e970] {
  background-color: #fff1d6;
  padding: 0.1rem 0.2rem;
  text-align: center;
  font-size: 0.18rem;
  line-height: normal;
  margin: 0 -0.2rem;
}
.order-info[data-v-45b2e970] {
  padding: 0.1rem 0.2rem 1.4rem 0.2rem;
}
.order-info .tips-text[data-v-45b2e970] {
  font-size: 0.24rem;
  line-height: normal;
  color: #000;
  padding-bottom: 0.2rem;
}
.order-info .order-box[data-v-45b2e970] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.2rem;
}
.order-info .order-box .flex[data-v-45b2e970] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #000;
  text-align: right;
}
.order-info .order-box .name[data-v-45b2e970] {
  color: #999;
}

.input-size[data-v-32362384] {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.recharge-details[data-v-32362384] {
  padding-top: 1.3rem;
}
.recharge-details .details-icon[data-v-32362384] {
  height: 1.7rem;
  text-align: center;
}
.recharge-details .details-icon img[data-v-32362384] {
  width: 3.08rem;
  height: 1.7rem;
  margin-left: 0.8rem;
}
.recharge-details .change-money[data-v-32362384] {
  font-size: 0.8rem;
  margin-top: 0.3rem;
  line-height: 0.8rem;
  text-align: center;
  font-weight: bold;
  color: #14CD7F;
}
.recharge-details .change-money span[data-v-32362384] {
  font-size: 0.46rem;
  font-weight: normal;
}
.recharge-details .money-text[data-v-32362384] {
  text-align: center;
  margin-top: 0.06rem;
  font-size: 0.32rem;
  margin-bottom: 0.36rem;
}
.recharge-details .details-box[data-v-32362384] {
  margin-top: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.2rem;
  font-size: 0.32rem;
  line-height: normal;
}
.recharge-details .details-box .name[data-v-32362384] {
  color: #999;
  width: 1.7rem;
}
.recharge-details .details-box .flex[data-v-32362384] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  color: #000;
  word-break: break-all;
}
.recharge-details .details-box[data-v-32362384]:first-child {
  margin-top: 0;
}

.input-size[data-v-0e892335] {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.success-box[data-v-0e892335] {
  padding: 1rem 0.26rem;
  text-align: center;
}
.success-box .success-icon[data-v-0e892335] {
  width: 1.8rem;
  height: 1.71rem;
  margin: auto;
}
.success-box .title[data-v-0e892335] {
  margin-top: 0.44rem;
  font-size: 0.32rem;
  line-height: normal;
  color: #000;
}
.success-box .cash-text[data-v-0e892335] {
  margin-top: 0.12rem;
  padding: 0 1.12rem;
  font-size: 0.24rem;
  line-height: normal;
  color: #999;
  margin-bottom: 0.3rem;
}

.input-size[data-v-1968c36a] {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.login-img[data-v-1968c36a] {
  height: 3.6rem;
  background-image: url(/static/img/login-bg.b673443.png);
  background-size: 100% 100%;
  padding-left: 0.2rem;
  color: #fff;
  padding-top: 0.2rem;
}
.login-img h2[data-v-1968c36a] {
  font-size: 0.36rem;
  line-height: 0.52rem;
  font-weight: bold;
}
.login-img h1[data-v-1968c36a] {
  font-size: 0.6rem;
  line-height: 0.84rem;
  font-weight: bold;
}
.login-content[data-v-1968c36a] {
  padding: 0 0.2rem;
  margin-top: 0.7rem;
}
.login-content .logo[data-v-1968c36a] {
  text-align: center;
}
.login-content .logo img[data-v-1968c36a] {
  height: 0.8rem;
}
.login-content .input-content[data-v-1968c36a] {
  margin-top: 0.6rem;
}
.login-content .input-content .input-box[data-v-1968c36a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.24rem 0 0.32rem 0;
  border-bottom: 1px solid #f7f7f7;
  height: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.login-content .input-content .input-box .input-icon[data-v-1968c36a] {
  width: 1.68rem;
  text-align: center;
  border-right: 1px solid #f7f7f7;
}
.login-content .input-content .input-box .input-icon img[data-v-1968c36a] {
  width: 0.44rem;
  vertical-align: top;
}
.login-content .input-content .input-box .input-flex[data-v-1968c36a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 0.28rem;
}
.login-content .input-content .input-box .input-flex input[data-v-1968c36a] {
  width: 100%;
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.login-content .input-content .input-box .input-code[data-v-1968c36a] {
  width: 1.94rem;
  padding-left: 0.2rem;
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
  color: #c3c2c2;
}
.login-content .input-content .input-box .input-code .code-btn[data-v-1968c36a] {
  border: 1px solid #14CD7F;
  font-size: 0.24rem;
  line-height: normal;
  color: #14CD7F;
  padding: 0 0.24rem 0 0.24rem;
  height: 0.6rem;
  background: transparent;
  border-radius: 0.2rem;
  position: relative;
  top: -0.05rem;
}
.login-content .loading-img[data-v-1968c36a] {
  width: 0.34rem;
  height: 0.34rem;
  vertical-align: middle;
}
.login-content .btn-div[data-v-1968c36a] {
  margin-top: 0.4rem;
}
.login-content .tips-text[data-v-1968c36a] {
  text-align: center;
  font-size: 0.18rem;
  line-height: normal;
  color: #d5d5d5;
  margin-top: 0.2rem;
}
.login-content .wx-login[data-v-1968c36a] {
  margin-top: 0.8rem;
}
.login-content .type-text[data-v-1968c36a] {
  margin-top: 0.4rem;
  color: #14CD7F;
  text-align: center;
  font-size: 0.4rem;
}
.qrcode-box[data-v-1968c36a] {
  background-color: #fff;
  width: 3.76rem;
  min-height: 3.76rem;
  padding: 0.2rem;
  text-align: center;
  color: #999;
  font-size: 0.24rem;
  line-height: normal;
}
.qrcode-box .img-box[data-v-1968c36a] {
  width: 3.76rem;
  height: 3.76rem;
  margin-bottom: 0.2rem;
}
.qrcode-box .img-box img[data-v-1968c36a] {
  border-radius: 0.1rem;
}

.input-size[data-v-70495213] {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.opacity[data-v-70495213] {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 6;
}
.content-box[data-v-70495213] {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 7;
}

















































.input-size[data-v-d1972840] {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.change-page[data-v-d1972840] {
  padding-top: 0.56rem;
}
.change-page .change-img[data-v-d1972840] {
  height: 1.14rem;
  text-align: center;
  position: relative;
}
.change-page .change-img img[data-v-d1972840] {
  width: 5.5rem;
  vertical-align: top;
}
.change-page .change-img .error-tips[data-v-d1972840] {
  font-size: 0.24rem;
  line-height: normal;
  position: absolute;
  bottom: -0.5rem;
  color: #999;
  right: 0.4rem;
  cursor: pointer;
}
.change-page .change-info[data-v-d1972840] {
  margin-top: 0.72rem;
}
.change-page .min-money[data-v-d1972840] {
  font-size: 0.24rem;
  line-height: normal;
  text-align: center;
  background-color: #f4f8cb;
  padding: 0.1rem;
  color: #999;
}
.change-page .btn-box[data-v-d1972840] {
  margin-top: 0.4rem;
  padding: 0 0.26rem;
}
.change-page .btn-box .btn-mg[data-v-d1972840] {
  margin-top: 0.24rem;
}
.coupon-type-item[data-v-d1972840] {
  line-height: 0.94rem;
  font-size: 0.32rem;
  color: #333;
  padding-left: 0.2rem;
  border-top: 0.01rem solid #eee;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.coupon-type-item .name-div[data-v-d1972840] {
  width: 2rem;
}
.coupon-type-item .flex-div[data-v-d1972840] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 0.2rem;
  padding-right: 0.6rem;
  font-size: 0.24rem;
}
.coupon-type-item .flex-div input[data-v-d1972840] {
  width: 60%;
  height: 0.55rem;
  border: 0.01rem solid #d5d5d5;
  border-radius: 0.04rem;
  margin-right: 0.2rem;
  padding: 0 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.coupon-type-item .flex-div.no[data-v-d1972840] {
  padding-right: 0;
}
.coupon-type-item img[data-v-d1972840] {
  position: absolute;
  width: 0.3rem;
  right: 0.2rem;
  top: 0.28rem;
}
.coupon-type-item[data-v-d1972840]:first-child {
  border: none;
}
.coupon-type-item.input-box[data-v-d1972840] {
  margin-top: 0.2rem;
  border: none;
}
.popup-select[data-v-d1972840] {
  padding: 0.5rem 0;
}

.input-size {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.meaaget-text,
.meaaget-info {
  font-size: 0.4rem;
  line-height: 0.56rem;
}
.meaaget-info {
  font-weight: bold;
  margin-top: 0.08rem;
}

.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:before, .picker-center-highlight:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #eaeaea;
  display: block;
  z-index: 15;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.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: 0.3s;
          transition-duration: 0.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: translate3d(0, 0, 0) rotateX(0);
          transform: translate3d(0, 0, 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;
  }
  100% {
  }
}

@keyframes v-modal-in {
  0% {
    opacity: 0;
  }
  100% {
  }
}

@-webkit-keyframes v-modal-out {
  0% {
  }
  100% {
    opacity: 0;
  }
}

@keyframes v-modal-out {
  0% {
  }
  100% {
    opacity: 0;
  }
}

.v-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.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;
}

.input-size {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.pi-cell-info {
  padding: 0.25rem 0.2rem;
  border-bottom: 0.02rem solid #F7F7F7;
}
.pi-cell-info .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pi-cell-info .info-box .cell-info-icon {
  width: 0.72rem;
  position: relative;
}
.pi-cell-info .info-box .cell-info-icon img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.6rem;
  height: 0.6rem;
  vertical-align: top;
}
.pi-cell-info .info-box .cell-info-name {
  font-size: 0.32rem;
  line-height: normal;
  color: #000;
  width: 2rem;
  line-height: 0.44rem;
}
.pi-cell-info .info-box .cell-info-flex {
  text-align: right;
  font-size: 0.3rem;
  line-height: 0.42rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pi-cell-info .info-box .cell-info-flex .flex-div {
  color: #4a4a4a;
}
.pi-cell-info .right-icon {
  width: 0.3rem;
  vertical-align: initial;
  margin-left: 0.15rem;
}

.input-size[data-v-2ff009c4] {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.message[data-v-2ff009c4] {
  font-size: 0.36rem;
  line-height: 0.5rem;
}
.message .message-opacity[data-v-2ff009c4] {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(90, 91, 93, 0.5);
  z-index: 7;
}
.message .message-box[data-v-2ff009c4] {
  width: 6.4rem;
  border-radius: 0.24rem;
  background-color: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 8;
}
.message .message-box .title[data-v-2ff009c4] {
  text-align: center;
  color: #030303;
  padding: 0 0.2rem;
  padding-top: 0.18rem;
}
.message .message-box .text[data-v-2ff009c4] {
  color: #999;
  text-align: center;
  font-size: 0.32rem;
  line-height: normal;
  padding: 0.1rem 0.4rem 0.1rem 0.4rem;
}
.message .message-box .text.active[data-v-2ff009c4] {
  color: #030303;
}
.message .message-box .message-btn[data-v-2ff009c4] {
  margin-top: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #4a4a4a;
  text-align: center;
  border-top: 0.02rem solid #c3c2c2;
  font-size: 0.4rem;
  line-height: 0.56rem;
}
.message .message-box .message-btn .message-flex[data-v-2ff009c4] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.2rem 0 0.2rem 0;
}
.message .message-box .message-btn .message-flex.bdr[data-v-2ff009c4] {
  color: #14CD7F;
}
.message .message-box .message-btn .message-flex.active[data-v-2ff009c4] {
  background-color: #14CD7F;
  color: #fff;
}

.input-size {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.home {
  height: 100%;
  position: relative;
}
.home .addr-text {
  position: relative;
  width: 1.64rem;
  height: 0.64rem;
  line-height: 0.32rem;
  overflow: hidden;
}
.home .addr-text a {
  display: block;
  padding-left: 0.2rem;
}
.home .addr-text .city {
  display: inline-block;
  font-size: 0.32rem;
  color: #fff;
  vertical-align: top;
  white-space: nowrap;
}
.home .addr-text .addr-icon {
  width: 0.3rem;
  vertical-align: top;
  float: left;
  margin-top: -0.05rem;
}
.home .addr-text .city-span {
  margin-left: 0.4rem;
}
.home .search-other {
  width: 2rem;
}
.home .right-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  height: 0.6rem;
  line-height: 0.6rem;
  padding-top: 0.02rem;
}
.home .right-box .flex {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 0.02rem solid #d5d5d5;
  font-size: 0.32rem;
  text-align: center;
}
.home .right-box .flex .right-sx {
  width: 0.45rem;
  vertical-align: top;
  margin-top: 0.08rem;
}
.home .right-box .flex .right-btn-icon {
  width: 0.4rem;
  vertical-align: middle;
}
.home .right-box .flex .right-btn-icon2 {
  width: 0.52rem;
  vertical-align: middle;
}
.home .right-box .flex:last-child {
  border-right: none;
}
.home .right-box .right-btn {
  width: 0.86rem;
  text-align: right;
  padding-right: 0.15rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.home .right-box .right-btn .right-btn-icon {
  width: 0.4rem;
  vertical-align: middle;
}
.home .right-box .right-btn .right-btn-icon2 {
  width: 0.55rem;
  vertical-align: middle;
}
.home .addr-text.word {
  padding-left: -0.1rem;
}
.home .addr-text.word .addr-icon {
  right: -0.25rem;
}
.home .location,
.home .input-hao,
.home .my-btn,
.home .recharge-btn,
.home .change-btn {
  width: 0.8rem;
  height: 0.8rem;
  background-color: #fff;
  position: absolute;
  z-index: 5;
  border-radius: 0.04rem;
  -webkit-box-shadow: 0 0 0.03rem 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0.03rem 0 rgba(0, 0, 0, 0.5);
  text-align: center;
  border-radius: 50%;
  margin-bottom: 1.5rem;
}
.home .location img,
.home .input-hao img,
.home .my-btn img,
.home .recharge-btn img,
.home .change-btn img {
  width: 0.6rem;
  height: 0.6rem;
  vertical-align: middle;
}
.home .recharge-btn {
  bottom: 3.2rem;
  left: 0.2rem;
  height: 1.2rem;
  padding-top: 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  color: #FF9400;
}
.home .is-nav .location,
.home .is-nav .input-hao,
.home .is-nav .my-btn,
.home .is-nav .change-btn {
  margin-bottom: 1rem;
}
.home .is-nav .station-ul {
  margin-bottom: 1rem;
}
.home .is-nav .qrcode-box {
  display: none;
}
.home .location {
  bottom: 1.92rem;
  left: 0.2rem;
}
.home .location svg.loading {
  width: 0.5rem;
  height: 0.5rem;
  vertical-align: middle;
}
.home .input-hao {
  bottom: 0.7rem;
  left: 0.2rem;
}
.home .qrcode-box {
  bottom: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  z-index: 5;
}
.home .qrcode-box .qrcode-boxflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 4.6rem;
  height: 1.2rem;
  background-color: #fff;
  text-align: center;
  border-radius: 1rem;
  font-size: 0.32rem;
  font-weight: bold;
  color: #14CD7F;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}
.home .qrcode-box .qrcode-boxflex .qrcode-left-recharge,
.home .qrcode-box .qrcode-boxflex .qrcode-right-my {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home .qrcode-box .qrcode-boxflex .qrcode-left-recharge img,
.home .qrcode-box .qrcode-boxflex .qrcode-right-my img {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  vertical-align: top;
  margin-top: -0.03rem;
}
.home .qrcode-box .qrcode-boxflex .qrcode-left-recharge .qrcode-text,
.home .qrcode-box .qrcode-boxflex .qrcode-right-my .qrcode-text {
  font-size: 0.28rem;
  line-height: 0.28rem;
  color: #4a4a4a;
}
.home .qrcode-box .qrcode-boxflex .qrcode-left-recharge {
  margin-right: 1.4rem;
}
.home .qrcode-box .query-code,
.home .qrcode-box .query-code-shadow {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -0.25rem;
  border: 0.12rem solid #fff;
  z-index: 1;
}
.home .qrcode-box .query-code-shadow {
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.home .query-code,
.home .query-code-shadow {
  width: 1.4rem;
  height: 1.4rem;
  background-color: #14CD7F;
  border-radius: 50%;
  text-align: center;
}
.home .query-code img,
.home .query-code-shadow img {
  width: 1rem;
  height: 1rem;
  vertical-align: middle;
}
.home .searchResult {
  position: absolute;
  width: 100%;
  background-color: #fff;
  top: 1rem;
  z-index: 7;
}
.home .searchResult ul {
  max-height: 6rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 0.2rem;
}
.home .searchResult .search-title {
  font-size: 0.24rem;
  line-height: normal;
  color: #999;
  padding: 0.15rem 0;
  text-align: center;
  position: relative;
  width: 1.6rem;
  margin: auto;
}
.home .searchResult .search-title:after,
.home .searchResult .search-title:before {
  content: "";
  width: 1rem;
  border-top: 1px solid #d5d5d5;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(50%);
          transform: translateY(-50%) scale(50%);
}
.home .searchResult .search-title:after {
  left: -70%;
}
.home .searchResult .search-title:before {
  right: -70%;
}
.home .searchResult .search-li {
  padding: 0.16rem 0 0.14rem 0;
  border-bottom: 0.02rem solid #F7F7F7;
}
.home .searchResult .search-li .name {
  font-size: 0.24rem;
  line-height: normal;
  color: #000;
}
.home .searchResult .search-li .address {
  font-size: 0.18rem;
  line-height: normal;
  color: #999;
  margin-top: 0.1rem;
  position: relative;
  padding-right: 1rem;
}
.home .searchResult .search-li .address span {
  position: absolute;
  right: 0;
  top: 0;
}
.home .searchResult .search-li .right-text {
  float: right;
  color: #666;
}
.home .searchResult .search-li .right-text .info-total {
  color: #000;
  font-size: 0.18rem;
  line-height: normal;
}
.home .screenShow {
  z-index: 8;
}
.home .list-content {
  padding-top: 1rem;
  padding-bottom: 0.2rem;
}
.home .list-content .station-ul {
  padding: 0 0.1rem;
}
.home .list-content .station-ul li {
  margin-top: 0.2rem;
}
.home .home-content {
  position: relative;
}
.home .home-order-info {
  position: absolute;
  left: 0rem;
  top: 1rem;
  width: 100%;
  z-index: 6;
  padding: 0.15rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.home .home-order-info .home-order-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ff9400;
  padding: 0.15rem 0.2rem;
  border-radius: 0.06rem;
  color: #fff;
}
.home .home-order-info .home-order-box .home-order-icon {
  width: 0.6rem;
}
.home .home-order-info .home-order-box .home-order-icon img {
  width: 0.35rem;
  vertical-align: top;
}
.home .home-order-info .home-order-box .home-order-text {
  font-size: 0.3rem;
  line-height: normal;
}





























































































































































































































































































































































































































































































































































































































































































































































































.input-size {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
#map {
  height: 100%;
  position: relative;
  z-index: 2;
}
#map .home-map {
  height: 45px;
  width: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 34px;
  color: #000;
  background-size: 100%;
  background-image: url(data:image/png;base64,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);
}
#map .home-map.more {
  background-image: url(data:image/png;base64,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);
}
#map .home-map.select {
  background-image: url(data:image/png;base64,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);
}
#map .home-map.hide {
  display: none;
}
#map .my-pos {
  height: 40px;
  width: 40px;
  background-size: 100% 100%;
  background-image: url(data:image/png;base64,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);
}
#map .loading-map {
  padding-top: 2rem;
  color: #999;
  text-align: center;
  z-index: 1;
  font-size: 0.24rem;
  width: 100%;
}
#map .amap-marker-label {
  border: none;
  padding: 0;
  background-color: transparent;
}
#map .amap-geo,
#map .amap-logo,
#map .amap-copyright {
  display: none;
  opacity: 0;
}

.input-size {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.no-input-box {
  background-color: #fff;
  padding: 0.4rem 0.26rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 7.5rem;
}
.no-input-box .input-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.6rem;
  padding: 0 1rem;
}
.no-input-box .input-box .no-icon {
  width: 1.42rem;
  text-align: center;
}
.no-input-box .input-box .no-icon img {
  width: 0.5rem;
  vertical-align: top;
}
.no-input-box .input-box .no-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.no-input-box .input-box .no-input input {
  width: 100%;
  font-size: 0.32rem;
  height: 0.44rem;
  border: none;
}

.input-size {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.home-station {
  position: relative;
}
.home-station .position {
  position: absolute;
  top: -0.6rem;
  right: 0.4rem;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #14CD7F;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  text-align: center;
}
.home-station .position img {
  width: 0.36rem;
  height: 0.36rem;
  vertical-align: top;
}
.home-station .position .position-number {
  font-size: 0.24rem;
  line-height: normal;
  color: #fff;
  margin-top: 0.06rem;
}
.home-station .pi-station-item {
  border: none;
}

.input-size {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.station-public .icon-img {
  width: 1.28rem;
  position: relative;
  margin-top: 0.04rem;
}
.station-public .icon-img img {
  width: 1.28rem;
  height: 1rem;
  border-radius: 0.04rem;
  vertical-align: top;
}
.station-public .icon-img .discount {
  background-color: #FC9C23;
  border: none;
  height: 0.26rem;
  font-size: 0.18rem;
  padding: 0 0.1rem;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0.04rem;
  color: #ffffff;
  white-space: nowrap;
}
.station-public .addr {
  margin-top: 0.26rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.station-public .addr .addr-icon {
  width: 0.3rem;
}
.station-public .addr .addr-icon img {
  margin-left: -0.05rem;
  margin-top: 0.05rem;
  vertical-align: top;
}
.station-public .addr .addr-flex {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.24rem;
  line-height: normal;
  color: #000;
  line-height: 0.4rem;
}
.station-public .addr .collection-box {
  width: 0.64rem;
  text-align: center;
  border-left: 0.02rem solid #F7F7F7;
  border-right: 0.02rem solid #F7F7F7;
}
.station-public .addr .collection-box .collection {
  width: 0.32rem;
  height: 0.32rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAAEEfUpiAAAAAXNSR0IArs4c6QAABHZJREFUWAnNl01oXFUUx+fOe9GmKkyKFkK7MGhADUXQQo2TF6QIJtKIiGipdClIu3NRXGTvQoVuLIqoYLFU/KCk1WYhpcybaaYQjFlkY9CItCUW8wGJoMmbuf7Oy9ybOy9vxplZ5cHk3nv+5/zPufeec95LJtPZE4bhdbEMCwWdziAIWuMx6qoh/DDdxJW6FiJX8gdhpJSaHwqCx2WttfaKYRhllJqUdfwgmDFzGQ1T1gixOkQQv7qgwVofcTOR1LYuBNjT3X0S33/UKU1NTT0sAZVKpWEDFAuF90yQsWxmZiZnQDOi8JuZZ/D9rl0kJnEMWa23DySh4Ju1+PS7up6oRtGJqtbjwfBwfMoG73hsyFIul/s3NzZ+yXreq7pa/YJ7vK8lL3JchHunFIZnXQPZghyfJIIrj+eANzF4ewfQRCCEdbC5sDphyqJUKJwhqZZTIFIwDJ/mN50K1oRJz/aaBGdzvVzRoswheo7hO7K/h8T/ZGho6C2KoipY02d2dra1027KsmvA+O5TitANsK4gXYAK+jvOQq3HJCtdzJ2nEnAD42TcUj6f/7Z7796cpLRr1HAe96tktaMtac127rhdwZCYxif1/IIIEbyfD4J3uPOKUZJRjCmqj3HyGMsKpf3o4ODg74LZJhgvWvgjdUNEN0V16wyUOodguwc1IZH+RbZ+QEM5YgmCIDhNuuakUJrYxtD62toK4fel6sm9pwI1ofT/ZINMvcZGJBxgFQ/fuHhbBGxzzdP6fpegrpwNgKdssVj8iFJ+E6MV5K9wTteV1uva8+oIdkQg58A+KwB/Suv2fT8PwaciJ/wRVamsG0dtj7uyV8Sl0PZWMJifn7/37uLia/LBsL+39+v+/v5/O+HpKABK6RTVIN88f9WcPphV6jQ1fK7dIHYkQTMCNuvRqsqxc6XOkyQPyY9MOy8ywUSnGUcSa/kEeG8+VYmiMgS+ymafp1dec8noVkfpVj8iizzff4ZO9ZOLN5rvCIBd9LCFEXrhGEYj8WuxZk2LnDtw8ODhvr6+f9IIFxYW9ty+dWuaUxiw+FYdTsJ5Gc5J6lHq0j42AGrvBwxHcbJJvRUYr/C7zE7jT0tr0eaEk3kE3jF+x3A2zNgF71U+ll4UKttJ6BKf4XgUhSrd8kyrR/h/8dQ2cJYrLESbmzdEHz+fGzt7AiKYm5u7Z2V5uUQQhwEmyOqXiRb9zh+4FFVzCZKX4Jru2bcvPzAwsGEY6wIwwhtheIxvoAmMKyTcUT6LQoO1M9KPAxLzGo49eMY4je+T9qll+GwQXOGT4kmUfZKw7dq2TrZsfeFKcy56qQEIwO633hpar8m6o6dma7lSSGwSJjFrpFTq20fyZXV1dVTscrncVfdeLZfY8g6zXBbYnjQMAJUHamrr0oTkvxsS6ThkB0S+vLREA1Q/1+aXeF3G6shuk1gXs75/gcZlgjdcsY77JzUJRQFHiiT6EoXjLO/i/CuivTAYBPHnlEvizqfC8EiUyZzA7nXk+7G7SBK/QWBMd+HzH8aJMrzqV7cSAAAAAElFTkSuQmCC);
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: text-top;
}
.station-public .addr .collection-box .collection.yes {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAAEEfUpiAAAAAXNSR0IArs4c6QAAA01JREFUWAntVr1rFEEU35m55MCPIhaSdApqIWghYgQhrYmY9gz6DyQxd9dYWGgnGLC6u3BJpRBRTLSKqNcqBAyIiHYqwcpLbGwUjHcz4+9tMuvs3N5md5PCwoFl3rzvefObN+t5zmC01jMzQ1LKl2JgIMeJQQt/bjbbPoMW8aNdqWj6SIvr2dlDtjpnExNfbEaI1nNzR42pEfh5uUwjpNlXICJKKVcuB3JPz8/vJcWdDQojq9WftpegNLJS+UoCrfUeWavdMUqsXa2ugHvGMOyZkuS5UmnQZhqaMfadaD+E8LzTRmBmUSodCBQ8IQaMYHdnbGApqsJ2lL+ltrmgXUNs6ibyvuWobZ4lYUa1Wp9RQ+w34WCsgQqO+FUijKUyRgym9SqFCm0Bp3kbOL6+XQ42ygIokBFHWtsZu/KQA1uI1FZFLnecomF0FM/W/YdpwgKBKS7F0CnYinTx6G4RT+Tzx9j4+CdbbujIIsL4hjEmRbmx8dEYuHMoA724KNT6+rRW6lqEYpMLMcampl7ZMt8B9tnArT9vC+JoHKvkPT1HCMGbW0hhTI4J9rLVWiDad4A06rRIM0wr8h2Icvkq0vJ7UBInorf3sNHb3AJWpkcZQbcZ2U7bL0TgoJuBy4fBE5uX2oHH2L6dOfC8ZA7oCtNVpiuNffvdZyvyDzuDVPTuPHFOSGSXbehqNS+1Lnica6H1Y1YqbWTxlP4UEQXP7ySC/wI57yl1n2jiZUkgVQWoW8hmcxmBIl908Ffwg3WOFQoyaTKJE8Af3Cml1Gs0gp4450Bfi3N+Fm3rbZyekXUkoOv1PtluD0MwCqVhBOwzylnmrR7TwHv7FFeiwSYnQz0nSAA99Tn63EiWIKltGHuBbniB7AIQ4qfkbmpHWQ0Yu2dMgwoQAyDrlWtry6hExx+hMdjRzNgb0d9PIP1t/IQSMEwA7iIAt4Tzj5QbvaQzcKBR6lH0imeuTdcAulY7IZV67xpkWQvOT7Ji8UOUbYCBDqHzbHTI0zBifHVPwHl20sSL0A09Yba8ewJK7bcVo2ic3zv6omQhXoyv7hgAAFWt9gCOxnArvuElX0CHe4gOtxJy7iwA4EEA+DJsLsHmIMSPeLF4hYDoqP5f+hX4A0qeKq8DjWwsAAAAAElFTkSuQmCC);
}
.station-public .addr .distance {
  min-width: 1rem;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  text-align: right;
}
.station-public .addr .distance .meters {
  font-size: 0.24rem;
  line-height: normal;
  color: #000;
}
.station-public .addr .distance .meters img {
  width: 0.2rem;
  height: 0.2rem;
  vertical-align: inherit;
}
.pi-station-item {
  background-color: #ffffff;
  border-radius: 0.2rem;
  padding: 0.2rem 0.2rem;
  border-left: 1px solid #14cd7f;
}
.pi-station-item .name {
  font-size: 0.32rem;
  line-height: normal;
  color: #000000;
  height: 0.44rem;
  font-weight: bold;
}
.pi-station-item .info {
  margin-top: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pi-station-item .info .info-flex {
  margin-left: 0.26rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.pi-station-item .info .info-flex .info-number {
  font-size: 0.32rem;
  line-height: normal;
  color: #666;
}
.pi-station-item .info .info-flex .info-number .info-total {
  color: #000;
  font-size: 0.24rem;
  line-height: normal;
}
.pi-station-item .info .info-flex .info-number span {
  margin-right: 0.4rem;
}
.pi-station-item .info .info-flex .info-number span:last-child {
  margin-right: 0;
}
.pi-station-item .info .info-flex .info-number .span-block {
  background-color: #f5f5f5;
  padding: 0.05rem 0.1rem;
}
.pi-station-item .info .info-flex .label-list {
  margin-top: 0.04rem;
}
.pi-station-item .info .info-flex .time {
  font-size: 0.18rem;
  line-height: normal;
  color: #999999;
  margin-top: 0.04rem;
  margin-bottom: 0.04rem;
}
.pi-station-item .info .info-flex .line {
  height: 0.02rem;
  background-color: #f7f7f7;
  width: 3rem;
  margin-top: 0.04rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.pi-station-item .info .money {
  width: 2rem;
  text-align: right;
  color: #14CD7F;
}
.pi-station-item .info .money .number {
  font-size: 0.42rem;
  line-height: 0.72rem;
}
.pi-station-item .info .money .unit {
  font-size: 0.24rem;
}
.pi-station-item .info .money .cost-price {
  color: #999999;
  font-size: 0.18rem;
  line-height: normal;
  text-decoration: line-through;
}

.input-size[data-v-31342825] {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.pi-label[data-v-31342825] {
  display: inline-block;
  border-radius: 0.08rem;
  font-size: 0.18rem;
  line-height: 0.26rem;
  padding: 0 0.18rem;
  margin-left: 0.1rem;
  vertical-align: top;
}
.pi-label.green[data-v-31342825] {
  background-color: #f1fef7;
  color: #2dcb73;
}
.pi-label.orange[data-v-31342825] {
  background-color: #fbf6ec;
  color: #fbbf4f;
}
.pi-label.blue[data-v-31342825] {
  background-color: #f0f8fe;
  color: #68b9f7;
}
.pi-label[data-v-31342825]:first-child {
  margin-left: 0;
}

.input-size {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.pi-title-after {
  position: relative;
  display: inline-block;
  padding-left: 0.15rem;
}
.pi-title-after:after {
  content: "";
  position: absolute;
  width: 0.03rem;
  height: 0.3rem;
  background-color: #000;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pi-title-after.block {
  display: block;
}

.input-size {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.pi-search {
  height: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #14CD7F;
  color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 8;
}
.pi-search .search-left {
  width: 1.66rem;
  font-size: 0.32rem;
  line-height: normal;
  padding: 0.14rem 0.2rem 0 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pi-search .search-other {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pi-search .search-flex {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 0.1rem;
  padding-top: 0.05rem;
}
.pi-search .search-flex .ipnut-white {
  height: 0.54rem;
  background-color: #fff;
  border-radius: 0.4rem;
  overflow: hidden;
  padding-top: 0.04rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pi-search .search-flex .ipnut-white .addr-icon {
  float: left;
  width: 0.5rem;
  text-align: center;
  margin-top: 0.02rem;
}
.pi-search .search-flex .ipnut-white .addr-icon img {
  width: 0.3rem;
  vertical-align: middle;
}
.pi-search .search-flex .ipnut-white .search-icon {
  float: right;
  width: 0.6rem;
  text-align: center;
  padding-top: 0.1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pi-search .search-flex .ipnut-white .search-icon img {
  width: 0.33rem;
  vertical-align: top;
}
.pi-search .search-flex .ipnut-white .search-input {
  padding-left: 0.2rem;
  padding-right: 0.6rem;
}
.pi-search .search-flex .ipnut-white .search-input input {
  height: 0.44rem;
  font-size: 0.3rem;
  width: 100%;
  border: none;
}
.pi-search .search-flex .ipnut-white .search-input input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 0.24rem;
}

.input-size[data-v-1ddb7382] {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.screen-item[data-v-1ddb7382] {
  border-bottom: 0.02rem solid #F7F7F7;
}
.screen-item .distance-box[data-v-1ddb7382] {
  height: 0.04rem;
  background-color: #e3e1e1;
  margin: 0.4rem 1.24rem 0.75rem 1.24rem;
  position: relative;
}
.screen-item .distance-box .distance-show[data-v-1ddb7382] {
  background-color: #fc9c23;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.screen-item .distance-box .text[data-v-1ddb7382] {
  font-size: 0.24rem;
  line-height: normal;
  color: #999;
}
.screen-item .distance-box .dian[data-v-1ddb7382] {
  position: absolute;
  top: -0.16rem;
  width: 0.4rem;
  height: 0.4rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}
.screen-item .distance-box .dian .dian-text[data-v-1ddb7382] {
  position: absolute;
  top: -0.44rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1rem;
  text-align: center;
}
.screen-item .distance-box .dian img[data-v-1ddb7382] {
  vertical-align: top;
}
.screen-item .distance-box .dian.bottom .dian-text[data-v-1ddb7382] {
  top: 0.44rem;
}
.screen-item .screen-title[data-v-1ddb7382] {
  font-size: 0.32rem;
  line-height: normal;
  color: #5a5b5d;
  padding-top: 0.2rem;
  text-align: center;
}
.screen-item .li-box[data-v-1ddb7382] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0.12rem;
}
.screen-item .li-box .li-flex[data-v-1ddb7382] {
  width: 1.32rem;
  margin-left: 0.4rem;
  margin-top: 0.2rem;
  border: 0.02rem solid #c3c2c2;
  border-radius: 0.1rem;
  color: #c3c2c2;
  text-align: center;
  font-size: 0.24rem;
  line-height: normal;
  line-height: 0.44rem;
  margin-bottom: 0.2rem;
}
.screen-item .li-box .li-flex.active[data-v-1ddb7382] {
  background-color: #d6f8ea;
  border-color: #14cd7f;
  color: #14cd7f;
}
.screen-item .li-box.center[data-v-1ddb7382] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.screen-item .li-box.center .li-flex[data-v-1ddb7382]:first-child {
  margin-left: 0;
}
.query-k[data-v-1ddb7382] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.44rem 0.2rem 0 0.2rem;
}
.query-k .flex[data-v-1ddb7382] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 32px;
}
.flex[data-v-1ddb7382] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.btn-box[data-v-1ddb7382] {
  padding: 0.4rem 0.2rem 0.4rem 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn-box .mg[data-v-1ddb7382] {
  margin-right: 0.2rem;
}

.input-size {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.mint-switch-input:checked + .mint-switch-core {
  background-color: #14CD7F;
  border-color: #14CD7F;
}
/* Cell Component */
/* Header Component */
/* Button Component */
/* Tab Item Component */
/* Tabbar Component */
/* Navbar Component */
/* Checklist Component */
/* Radio Component */
/* z-index */
.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);
}

.input-size {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.home-order .home-order-ul {
  padding: 0 0.2rem 0.2rem 0.2rem;
  max-height: 8rem;
  -webkit-overflow-scrolling: touch;
}
.home-order .order-title {
  font-size: 0.32rem;
  line-height: normal;
  color: #000;
  text-align: center;
  padding: 0.2rem 0.2rem 0rem 0.2rem;
  color: #666;
}
.home-order .home-order-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.2rem;
}
.home-order .home-order-item .flex {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-order .home-order-item .flex .name {
  font-size: 0.32rem;
  line-height: normal;
  color: #000;
}
.home-order .home-order-item .flex .text {
  font-size: 0.24rem;
  line-height: normal;
  color: #999;
}
.home-order .home-order-item .statis {
  padding: 0 0.2rem;
}
.home-order .home-order-item .icon {
  width: 0.4rem;
}

.input-size {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.city-page {
  position: relative;
  padding-top: 1rem;
  font-size: 0.3rem;
  line-height: 0.42rem;
  color: #000000;
}
.city-page .pi-search {
  position: fixed;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
.city-page .grey {
  color: #9b9b9b;
}
.city-page .fixed-city {
  padding: 0.34rem 0.1rem 0.22rem 0.2rem;
}
.city-page .fixed-city .popular-city {
  margin-top: 0.32rem;
}
.city-page .fixed-city .popular-city .popular-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.city-page .fixed-city .popular-city .popular-list .popular-item {
  width: 2rem;
  background-color: #f7f7f7;
  border-radius: 0.2rem;
  margin-right: 0.4rem;
  padding: 0.16rem 0;
  text-align: center;
  margin-top: 0.2rem;
}
.city-page .city-box .city-pinyin {
  padding: 0.14rem 0.2rem 0.12rem 0.2rem;
  background-color: #f6f6f6;
}
.city-page .city-box .city-list {
  padding-left: 0.2rem;
}
.city-page .city-box .city-list .city-item {
  padding: 0.28rem 0;
  border-bottom: 0.02rem solid #F7F7F7;
}
.city-page .right-fixed {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.18rem;
  padding-left: 0.2rem;
  padding-right: 0.02rem;
  font-size: 0.18rem;
  line-height: 0.26rem;
}

.input-size {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.station-public .icon-img {
  width: 1.28rem;
  position: relative;
  margin-top: 0.04rem;
}
.station-public .icon-img img {
  width: 1.28rem;
  height: 1rem;
  border-radius: 0.04rem;
  vertical-align: top;
}
.station-public .icon-img .discount {
  background-color: #FC9C23;
  border: none;
  height: 0.26rem;
  font-size: 0.18rem;
  padding: 0 0.1rem;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0.04rem;
  color: #ffffff;
  white-space: nowrap;
}
.station-public .addr {
  margin-top: 0.26rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.station-public .addr .addr-icon {
  width: 0.3rem;
}
.station-public .addr .addr-icon img {
  margin-left: -0.05rem;
  margin-top: 0.05rem;
  vertical-align: top;
}
.station-public .addr .addr-flex {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.24rem;
  line-height: normal;
  color: #000;
  line-height: 0.4rem;
}
.station-public .addr .collection-box {
  width: 0.64rem;
  text-align: center;
  border-left: 0.02rem solid #F7F7F7;
  border-right: 0.02rem solid #F7F7F7;
}
.station-public .addr .collection-box .collection {
  width: 0.32rem;
  height: 0.32rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAAEEfUpiAAAAAXNSR0IArs4c6QAABHZJREFUWAnNl01oXFUUx+fOe9GmKkyKFkK7MGhADUXQQo2TF6QIJtKIiGipdClIu3NRXGTvQoVuLIqoYLFU/KCk1WYhpcybaaYQjFlkY9CItCUW8wGJoMmbuf7Oy9ybOy9vxplZ5cHk3nv+5/zPufeec95LJtPZE4bhdbEMCwWdziAIWuMx6qoh/DDdxJW6FiJX8gdhpJSaHwqCx2WttfaKYRhllJqUdfwgmDFzGQ1T1gixOkQQv7qgwVofcTOR1LYuBNjT3X0S33/UKU1NTT0sAZVKpWEDFAuF90yQsWxmZiZnQDOi8JuZZ/D9rl0kJnEMWa23DySh4Ju1+PS7up6oRtGJqtbjwfBwfMoG73hsyFIul/s3NzZ+yXreq7pa/YJ7vK8lL3JchHunFIZnXQPZghyfJIIrj+eANzF4ewfQRCCEdbC5sDphyqJUKJwhqZZTIFIwDJ/mN50K1oRJz/aaBGdzvVzRoswheo7hO7K/h8T/ZGho6C2KoipY02d2dra1027KsmvA+O5TitANsK4gXYAK+jvOQq3HJCtdzJ2nEnAD42TcUj6f/7Z7796cpLRr1HAe96tktaMtac127rhdwZCYxif1/IIIEbyfD4J3uPOKUZJRjCmqj3HyGMsKpf3o4ODg74LZJhgvWvgjdUNEN0V16wyUOodguwc1IZH+RbZ+QEM5YgmCIDhNuuakUJrYxtD62toK4fel6sm9pwI1ofT/ZINMvcZGJBxgFQ/fuHhbBGxzzdP6fpegrpwNgKdssVj8iFJ+E6MV5K9wTteV1uva8+oIdkQg58A+KwB/Suv2fT8PwaciJ/wRVamsG0dtj7uyV8Sl0PZWMJifn7/37uLia/LBsL+39+v+/v5/O+HpKABK6RTVIN88f9WcPphV6jQ1fK7dIHYkQTMCNuvRqsqxc6XOkyQPyY9MOy8ywUSnGUcSa/kEeG8+VYmiMgS+ymafp1dec8noVkfpVj8iizzff4ZO9ZOLN5rvCIBd9LCFEXrhGEYj8WuxZk2LnDtw8ODhvr6+f9IIFxYW9ty+dWuaUxiw+FYdTsJ5Gc5J6lHq0j42AGrvBwxHcbJJvRUYr/C7zE7jT0tr0eaEk3kE3jF+x3A2zNgF71U+ll4UKttJ6BKf4XgUhSrd8kyrR/h/8dQ2cJYrLESbmzdEHz+fGzt7AiKYm5u7Z2V5uUQQhwEmyOqXiRb9zh+4FFVzCZKX4Jru2bcvPzAwsGEY6wIwwhtheIxvoAmMKyTcUT6LQoO1M9KPAxLzGo49eMY4je+T9qll+GwQXOGT4kmUfZKw7dq2TrZsfeFKcy56qQEIwO633hpar8m6o6dma7lSSGwSJjFrpFTq20fyZXV1dVTscrncVfdeLZfY8g6zXBbYnjQMAJUHamrr0oTkvxsS6ThkB0S+vLREA1Q/1+aXeF3G6shuk1gXs75/gcZlgjdcsY77JzUJRQFHiiT6EoXjLO/i/CuivTAYBPHnlEvizqfC8EiUyZzA7nXk+7G7SBK/QWBMd+HzH8aJMrzqV7cSAAAAAElFTkSuQmCC);
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: text-top;
}
.station-public .addr .collection-box .collection.yes {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAAEEfUpiAAAAAXNSR0IArs4c6QAAA01JREFUWAntVr1rFEEU35m55MCPIhaSdApqIWghYgQhrYmY9gz6DyQxd9dYWGgnGLC6u3BJpRBRTLSKqNcqBAyIiHYqwcpLbGwUjHcz4+9tMuvs3N5md5PCwoFl3rzvefObN+t5zmC01jMzQ1LKl2JgIMeJQQt/bjbbPoMW8aNdqWj6SIvr2dlDtjpnExNfbEaI1nNzR42pEfh5uUwjpNlXICJKKVcuB3JPz8/vJcWdDQojq9WftpegNLJS+UoCrfUeWavdMUqsXa2ugHvGMOyZkuS5UmnQZhqaMfadaD+E8LzTRmBmUSodCBQ8IQaMYHdnbGApqsJ2lL+ltrmgXUNs6ibyvuWobZ4lYUa1Wp9RQ+w34WCsgQqO+FUijKUyRgym9SqFCm0Bp3kbOL6+XQ42ygIokBFHWtsZu/KQA1uI1FZFLnecomF0FM/W/YdpwgKBKS7F0CnYinTx6G4RT+Tzx9j4+CdbbujIIsL4hjEmRbmx8dEYuHMoA724KNT6+rRW6lqEYpMLMcampl7ZMt8B9tnArT9vC+JoHKvkPT1HCMGbW0hhTI4J9rLVWiDad4A06rRIM0wr8h2Icvkq0vJ7UBInorf3sNHb3AJWpkcZQbcZ2U7bL0TgoJuBy4fBE5uX2oHH2L6dOfC8ZA7oCtNVpiuNffvdZyvyDzuDVPTuPHFOSGSXbehqNS+1Lnica6H1Y1YqbWTxlP4UEQXP7ySC/wI57yl1n2jiZUkgVQWoW8hmcxmBIl908Ffwg3WOFQoyaTKJE8Af3Cml1Gs0gp4450Bfi3N+Fm3rbZyekXUkoOv1PtluD0MwCqVhBOwzylnmrR7TwHv7FFeiwSYnQz0nSAA99Tn63EiWIKltGHuBbniB7AIQ4qfkbmpHWQ0Yu2dMgwoQAyDrlWtry6hExx+hMdjRzNgb0d9PIP1t/IQSMEwA7iIAt4Tzj5QbvaQzcKBR6lH0imeuTdcAulY7IZV67xpkWQvOT7Ji8UOUbYCBDqHzbHTI0zBifHVPwHl20sSL0A09Yba8ewJK7bcVo2ic3zv6omQhXoyv7hgAAFWt9gCOxnArvuElX0CHe4gOtxJy7iwA4EEA+DJsLsHmIMSPeLF4hYDoqP5f+hX4A0qeKq8DjWwsAAAAAElFTkSuQmCC);
}
.station-public .addr .distance {
  min-width: 1rem;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  text-align: right;
}
.station-public .addr .distance .meters {
  font-size: 0.24rem;
  line-height: normal;
  color: #000;
}
.station-public .addr .distance .meters img {
  width: 0.2rem;
  height: 0.2rem;
  vertical-align: inherit;
}
.station-details .info {
  background-color: #fff;
  padding: 0.2rem;
}
.station-details .info .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.1rem;
  border-bottom: 0.04rem solid #F7F7F7;
}
.station-details .info .info-box .info-flex {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 0.2rem;
  padding-top: 0.14rem;
}
.station-details .info .info-box .info-flex .name {
  font-size: 0.32rem;
  line-height: normal;
  color: #000000;
}
.station-details .info .info-box .info-flex .label-list {
  margin-top: 0.16rem;
}
.station-details .info .info-box .info-flex .time {
  margin-top: 0.1rem;
  color: #999999;
  font-size: 0.24rem;
  line-height: normal;
}
.station-details .info .info-box .info-flex .time span {
  margin-left: 0.4rem;
}
.station-details .info .info-box .info-flex .time span:first-child {
  margin-left: 0;
}
.station-details .info .station-number {
  padding: 0.18rem 0.36rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0.04rem solid #F7F7F7;
}
.station-details .info .station-number .number-flex {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #f7f7f7;
  border-radius: 0.08rem;
}
.station-details .info .station-number .number-flex .number-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.1rem 0;
  text-align: center;
  font-size: 0.3rem;
  line-height: 0.42rem;
  color: #000000;
}
.station-details .info .station-number .number-flex .number-box .flex-name {
  width: 0.98rem;
}
.station-details .info .station-number .number-flex .number-box .flex {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.station-details .info .station-number .number-flex .number-box .flex .free-text {
  font-size: 0.18rem;
  line-height: normal;
  color: #5a5b5d;
}
.station-details .info .station-number .number-flex .flex-border {
  border-right: 0.02rem solid #F7F7F7;
  border-color: #fff;
}
.station-details .info .station-number .number-flex.mg {
  margin-right: 0.2rem;
}
.station-details .tab-info {
  height: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0.06rem;
  background-color: #fff;
}
.station-details .tab-info .tab-info-fixed {
  height: 1rem;
  padding-top: 0.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.station-details .tab-info .tab-info-fixed.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 5;
}
.station-details .other-info {
  margin-top: 0.02rem;
  background-color: #fff;
}
.station-details .comments {
  position: fixed;
  width: 1.1rem;
  height: 1.1rem;
  background-color: #14CD7F;
  border-radius: 50%;
  color: #fff;
  font-size: 0.3rem;
  line-height: 0.32rem;
  padding: 0.22rem 0.24rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  right: 0.2rem;
  bottom: 0.98rem;
}

.mint-tab-container-item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%
}

.mint-tab-container {
    overflow: hidden;
    position: relative;
}
.mint-tab-container .swipe-transition {
    -webkit-transition: -webkit-transform 150ms ease-in-out;
    transition: -webkit-transform 150ms ease-in-out;
    transition: transform 150ms ease-in-out;
    transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
}
.mint-tab-container-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.input-size[data-v-0c8e4da8] {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.station-info[data-v-0c8e4da8] {
  padding: 0.08rem 0.2rem 1rem 0.2rem;
  background-color: #fff;
}
.station-info .info-flex[data-v-0c8e4da8] {
  margin-top: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.station-info .info-flex .info-icon[data-v-0c8e4da8] {
  width: 0.4rem;
  padding-top: 0.02rem;
}
.station-info .info-flex .info-icon img[data-v-0c8e4da8] {
  width: 0.4rem;
  height: 0.4rem;
  vertical-align: top;
}
.station-info .info-flex .flex[data-v-0c8e4da8] {
  padding-left: 0.2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.station-info .info-flex .flex .name[data-v-0c8e4da8] {
  font-size: 0.32rem;
  line-height: normal;
  color: #000000;
  height: 0.44rem;
}
.station-info .info-flex .flex .value[data-v-0c8e4da8] {
  font-size: 0.24rem;
  line-height: normal;
  color: #999;
  margin-left: 0.2rem;
}
.station-info .info-flex .flex .value-row[data-v-0c8e4da8] {
  margin-top: 0.2rem;
}
.station-info .info-flex .flex .this-money[data-v-0c8e4da8] {
  margin-top: 0.24rem;
}
.station-info .info-flex .flex .this-money .this-name[data-v-0c8e4da8] {
  font-size: 0.24rem;
  line-height: normal;
}
.station-info .info-flex .flex .this-money .this-number[data-v-0c8e4da8] {
  font-size: 0.3rem;
  line-height: normal;
  color: #14CD7F;
}
.station-info .info-flex .flex .this-money .price[data-v-0c8e4da8] {
  font-size: 0.18rem;
  line-height: normal;
  color: #999;
  margin-left: 0.2rem;
}
.station-info .info-flex .flex .this-money .price.decoration[data-v-0c8e4da8] {
  text-decoration: line-through;
}

.input-size[data-v-296831e3] {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.pi-site-rate-table[data-v-296831e3] {
  margin-top: 0.1rem;
}
.pi-site-rate-table .fei-box[data-v-296831e3],
.pi-site-rate-table .fei-title[data-v-296831e3] {
  text-align: center;
  color: #999;
  font-size: 0.24rem;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pi-site-rate-table .fei-box .fei-left[data-v-296831e3],
.pi-site-rate-table .fei-title .fei-left[data-v-296831e3] {
  width: 1.8rem;
  padding-left: 0rem;
}
.pi-site-rate-table .fei-box .fei-flex[data-v-296831e3],
.pi-site-rate-table .fei-title .fei-flex[data-v-296831e3] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pi-site-rate-table .fei-box .fei-right[data-v-296831e3],
.pi-site-rate-table .fei-title .fei-right[data-v-296831e3] {
  width: 1.8rem;
  padding-right: 0rem;
}
.pi-site-rate-table .fei-box[data-v-296831e3] {
  border-bottom: 0.02rem solid #F7F7F7;
  padding: 0.16rem 0 0.1rem 0;
}
.pi-site-rate-table .fei-box.first[data-v-296831e3] {
  padding-top: 0.14rem;
}
.pi-site-rate-table .fei-box.title[data-v-296831e3] {
  padding: 0.1rem 0;
  color: #4a4a4a;
  font-size: 0.32rem;
  line-height: normal;
}
.pi-site-rate-table .fei-box.active[data-v-296831e3] {
  background-color: #f3fffa;
}

.input-size[data-v-789d60f9] {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.pile-page[data-v-789d60f9] {
  padding: 0.06rem 0.2rem;
}
.pile-page .pile-list .pile-item[data-v-789d60f9] {
  padding: 0.2rem 0 0.2rem 0.2rem;
  border-bottom: 0.04rem solid #F7F7F7;
}
.pile-page .pile-list .pile-item .surplus-time[data-v-789d60f9] {
  font-size: 0.24rem;
  color: #FF9400;
  margin-top: 0.1rem;
}
.pile-page .pile-list .item[data-v-789d60f9] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.pile-page .pile-list .item .state-box[data-v-789d60f9] {
  width: 1.2rem;
}
.pile-page .pile-list .item .state-box .state[data-v-789d60f9] {
  width: 1.2rem;
  height: 1.2rem;
  border: 5px solid #14CD7F;
  color: #14CD7F;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pile-page .pile-list .item .state-box .state.change[data-v-789d60f9] {
  border-color: #fc9c23;
  color: #fc9c23;
}
.pile-page .pile-list .item .state-box .state.change-no[data-v-789d60f9] {
  border-color: #fed29d;
  color: #fed29d;
}
.pile-page .pile-list .item .state-box .state.disabled[data-v-789d60f9] {
  border-color: #ddd;
  color: #ddd;
}
.pile-page .pile-list .item .type[data-v-789d60f9] {
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 0.04rem;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 0.24rem;
  line-height: normal;
  border: none;
}
.pile-page .pile-list .item .type.fast[data-v-789d60f9] {
  background-color: #6495ed;
}
.pile-page .pile-list .item .type.slow[data-v-789d60f9] {
  background-color: #daa520;
}
.pile-page .pile-list .item .flex[data-v-789d60f9] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 0.04rem;
  font-size: 0.24rem;
  line-height: normal;
  padding-left: 0.52rem;
}
.pile-page .pile-list .item .flex .pile-name[data-v-789d60f9] {
  color: #000000;
}
.pile-page .pile-list .item .flex .parking[data-v-789d60f9] {
  margin-top: 0.1rem;
  color: #666666;
}
.pile-page .pile-list .item .flex .parking .parking-lot[data-v-789d60f9] {
  margin-left: 0.2rem;
}
.pile-page .pile-list .item .flex .other[data-v-789d60f9] {
  margin-top: 0.1rem;
  font-size: 0.18rem;
  line-height: normal;
  color: #999999;
}
.pile-page .pile-list .item .flex .other span[data-v-789d60f9] {
  margin-right: 0.2rem;
}

.input-size[data-v-4bd5d71c] {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.state-box[data-v-4bd5d71c] {
  width: 1.2rem;
  height: 1.2rem;
}
.state-box .procanvas[data-v-4bd5d71c] {
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.input-size {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.open-ground-lock {
  width: 7.5rem;
}
.open-ground-lock .ground-lock-title {
  text-align: center;
  color: #000000;
  font-size: 0.32rem;
  line-height: normal;
  padding: 0.4rem 0;
  margin: 0 0.2rem;
  border-bottom: 0.02rem solid #F7F7F7;
}
.open-ground-lock .ground-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.28rem;
  padding: 0.42rem 0;
  text-align: center;
}
.open-ground-lock .ground-info .ground-info-flex {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.open-ground-lock .ground-info .ground-info-flex .ground-info-name {
  color: #999999;
}
.open-ground-lock .ground-info .ground-info-flex .ground-info-value {
  color: #000;
  margin-left: 0.6rem;
}
.open-ground-lock .ground-time {
  width: 2.1rem;
  height: 2.1rem;
  margin: auto;
  margin-top: 0.2rem;
}
.open-ground-lock .ground-time-text {
  color: #999999;
  font-size: 0.28rem;
  text-align: center;
  margin-top: 0.66rem;
  line-height: 0.4rem;
  padding: 0 0.54rem;
}
.open-ground-lock .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.8rem;
  padding: 0 0.66rem 0.2rem 0.66rem;
}
.open-ground-lock .btn-box .btn-flex {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.open-ground-lock .btn-box .mgr {
  margin-right: 0.2rem;
}
.open-ground-lock .success-state {
  color: #14CD7F;
  text-align: center;
  font-size: 0.32rem;
  line-height: normal;
  padding-top: 0.4rem;
}

.input-size {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.pi-charge-time {
  width: 2.1rem;
  height: 2.1rem;
}

.input-size {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.pi-qrcode-icon {
  position: fixed;
  background-color: #14CD7F;
  border-radius: 50%;
  right: 0.3rem;
  bottom: 0.3rem;
  z-index: 10;
  padding: 0.2rem;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.pi-qrcode-icon img {
  width: 1rem;
  height: 1rem;
}

.input-size {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.comment {
  padding: 0.06rem 0.2rem;
}
.comment .comment-list {
  padding: 0 0.2rem;
}
.comment .comment-list .comment-item {
  padding: 0.2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0.04rem solid #F7F7F7;
}
.comment .comment-list .comment-item .user-img {
  width: 0.8rem;
}
.comment .comment-list .comment-item .user-img .img-div {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #f7f7f7;
}
.comment .comment-list .comment-item .user-img .img-div img {
  border-radius: 50%;
}
.comment .comment-list .comment-item .comment-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.24rem;
  line-height: normal;
  padding-left: 0.4rem;
}
.comment .comment-list .comment-item .comment-info .name {
  color: #666666;
}
.comment .comment-list .comment-item .comment-info .time {
  font-size: 0.18rem;
  line-height: normal;
  color: #666666;
}
.comment .comment-list .comment-item .comment-info .text {
  margin-top: 0.2rem;
  color: #000000;
  word-wrap: break-word;
  word-break: normal;
  word-break: break-all;
}
.comment .comment-list .comment-item .comment-info .reply {
  padding: 0.16rem 0.2rem;
  color: #2a2a2a;
  margin-top: 0.2rem;
  background-color: #f6f6f6;
}
.comment .comment-list .comment-item .comment-info .reply .reply-name {
  color: #fc9c23;
}
.comment .comment-list .comments-img {
  width: 0.2rem;
  margin-right: 0.04rem;
  vertical-align: top;
  position: relative;
}

.input-size[data-v-5029efe2] {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.station-comments .comments-fen[data-v-5029efe2] {
  padding: 0.28rem 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}
.station-comments .comments-fen .name[data-v-5029efe2] {
  font-size: 0.32rem;
  line-height: normal;
  color: #999;
}
.station-comments .comments-fen .flex[data-v-5029efe2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 0.02rem;
}
.station-comments .comments-fen .flex .fen-item[data-v-5029efe2] {
  width: 0.4rem;
  height: 0.4rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAAH7+Yj7AAAAAXNSR0IArs4c6QAABVdJREFUWAnFWElTG0cU7h7EjgirY5ALbPAhLGXAFccVQJzyP3JJDknuqcovSFXuySW5+H84FySWMi7bcSCGMk4ZynYcE3bEDpP3tfRaPT2j0SCR+FVJ3f369devl7f0SEGUmpx0UTI5zBhPJkV9fX2WD6ZNDrrSqRSPVPUYWtXV1arRfuWK6pTpycmfaZYvtKiUvQ4zMJEi130hz87OXMdR0Iq3MD8vnOmpKT0Slc3NTaFFTA38E5E08E0hIEheZVNTk+i9eVPU1taCr2hjY0O8WF4WR0dH+Wk+6uvzCEGypaVFVFVVqUFan9mZGcWw/3Z3dxVLplKpHkFrtQXstgSDFD+mja+0O9EmgZfjExM39GJYCCv+7ckTwVMyX+vIDJRDw8NmU9W14I2eHrV/LDE2Pi46Ojq4mb0+9sWw29hrhWifQh4mf5H01NtbW2a/qpsAWvADOkKbOjs7NUsLgnN4eKguAyP19PZqQd8+6h5vJaNOhm+Qty/fqqysFLg0vz99mmcG1Bwpv5Fhx4wxDQ0NYnhkRA9n9TXDqjiF7gzkYNUmGHg42DBSdi2lLCrIIJDVls1MKsnAxcz0dNawSEt1GmCWQthbgIGUhgzCzNGxMWG6E+63y8ePHolMJuNhe+4N90QBg+zx8TEP0WUgoO7NVWCzi4uLNlv09/f7eDF4AHKj180e2M3CwoI4Pz832SK9tqbbiUTC149OdbGnUqmvz133Ry1dWiWTnJhoyFoKOTzpur/amkbBpWt0Qs7yHvm5LyHvQDt4zzCwwcFB7ZftSWAYiDxsvk6xpcbjcdHU3Cw+uXvXxvK1EeeKnrLpcGHXoSTl56GAOkLnUGy7tsGx/FDAIAB7EhvUY3oI/giMzfjRvsER2DRy+7Y4ODgQiLSb9NuyfL3yxJ+OjoqKigp77IXaU+k0XRY3620Wnz270GBbGBYFMJDaQ+Qhxdy7DcJtuDwzr9GHsr29rYI3C0YpT09PtR9keQ0IBrwKfFwUwjKDkhgPIIBsh1kIfHdnJ7DLB4iQGYWCIj7G+QDb29uj4BWUiQQIb21nWoUQPZYCoXhjo5ZdWloSa+/eqfY/OW/98Z07oqamRvFgWchJTfIB4pJX04DXr16Zcrr+cG5ORcQ+Sk1sMDLUlzC9PZLOJf56XGkV5PmUBcRptDe4lgCHRCmZTP6p3AnZoZxOp78i7/0DYV2OtiUolRuSIeW+HUsmf0KbM3zkfWUpNkBxDC4UBF+Dx1CZlCF/fMtBNCag8pQbGNDKQSkoOkC8MqkeuuFteL0cIGRLCEA2gReUSdlyYW3o5nMMYQPsvj5SrqW11WbrNvogUw6VpCD8762hIdEaohwrBRnIRvXZPI5Lz2MLOVbi2jVRV1envF3ULJvBSi0R6vAi3N/fF3+9eSMQe5m0Z0UCA0uMxTSLZf7zEhuBTcGvkULF3IMHOgXR2iAnQcDGt4x+ssD/a/d49djFP+jFEZjFsZBZYiXY0XKzOxMzqI4cCz5zp0AC4rmDQQBIz/GYiEVMTIIwgninJydinhTb20OoLUxFrRgAs7OzYn19vTDKBXuABcxiygG2qII8N478sugiWJEUhOGU6seCFgUsYEahSAq2lZnHBikSFVO7mSAQ5rW1tXHVV+KZsLKyIjasO4ow193dnf/IbI0E5vLz5xbX34zhGwH5wIJvBzhu03nj28zq6qr4++1b7Uz9sEIpzEojCHx49aro6urSnxaAGZSTm1jQLfCrtCn0PuuUTf/i4OsK0uv3qUjQ3NAJuqmUnwXw/ZySxO+o/Rlls4mwo+cxl1HiKOm+vCas+66U3+Mtwrj/AicePwffdBZeAAAAAElFTkSuQmCC);
  background-size: 100% 100%;
  margin-left: 0.2rem;
  display: inline-block;
  vertical-align: top;
}
.station-comments .comments-fen .flex .fen-item.active[data-v-5029efe2] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAAH7+Yj7AAAAAXNSR0IArs4c6QAABYtJREFUWAnFWGlsVUUUPmduoRXakLJUaUVZCkERrRIDQYkiRYlR+8ctkWg3f4gmxsSYaEiMv0z84x9QI61CNcYtkUgwuACSECIxRpBAFEuD1lKlGCW0LKV3xnPOfXPf3d57971X00naO2eZ73x3ljPnPgRqY10LDD9tU1bhdPQCzFji6VkZbYpNbnejHSn9CpGq60lYCNjYIiK6XY1bDJhO6+ooZ4GyCglEFle7J1CPXTToVFpHcL/sAKW3ZmhY9R/7QKKzHGQQC8QOjB90Yh3at4T620CtfAVw2lzWSzP934I+8DLA8EA2jFqzKeTEnjjnToApdTLI56Pfu1kUsX+nfxQVmncWzed3jTlEFMgyzdwoTdSkiE1ERDjpdJyYl32ZjJe88ecPAgwdCo3zOQa1zgOfBkXpZxwRcPlGmT/rodp+AbxuvRW97RPdGFGZ51oQo6uQhckuo8/RDB4M2qUfBPAdcfbymCMuafV1viNrzLl+2QwWSa3Y6DvG5tG3BDqIOCIr4++ggDHUrZoBas1m0DsfDamjAk3y07xvcy6zDJi5FJyWz/yxlr6viHT4cCXuGfGbvjgExjrV/msEIix6c6Mmg9N2LGwpUjKXR0D33JQ5WHpUVsOMXSgSxnN3v1gvYCwlrp5qPQrBdJIrirudMtXfR0Pm0L6xljRg4nv+LzvEfyYC+tZMxwwdBr332agaVPNbMV0FZwBjYG7QwudGU9YE92JQDW7fTl/GpZSKxy75su3YlLOBts9mqyzlyaeEslC1AHLC08bdHWWaBphOx2Xy2+Z09j7J/opOygbOnvnA1LoeystXJuLzwaC/Tnt8E7dNaOSsJrA5stCxI7ZdBVfZgkkQOtcF2hP5Ae0NnUEJJokkYH79vICqZXt8HCWMfC08h9UNdDGu9i7HhlWAykkca86eBL5pTf9egFMHyCdbhwigevww4KSpiYPTKt13rwegJCOvnHSs0gKxn3HpxBAYN28OiT6noFIap7xgXZNdlMHvwN3xUFGYZvQc6G3hrZQFZCgqPiTHpYDl10wqYsKADBRJmDmxT4fLEOsXB7xiprXlfSbd+DwgBojz78sLVMiYCpC3FWftNM0rjwOeWNfkS3rf82B6veNnJFsjqIf3ANbM8XyorIbhU74/d2KAeg/dHeRojmwJOXqCAf3xagCniu4TSvARML5OkHLcMFVw5Z27TGip86m0qOH7IIFOUSoplNqP93l3ijGouxc+BQivjRfbotgEnOXlDLxAd9QbrJYKXxv9U7nE1LqtgA23SygzsB/0rlbpl/qPiSpUNyrvNi5vjdU93T45JsREWVdO4wljbirf7Z4mgFr7NuDVd8RcWce2chpziyWGYgBV85uA19yVcwjb2KecVhrBqumg7v8E8Nq1BWOzD/sCjSmlhWuGultA3dAOUNsIQNkudZVdSuTAGLnR6YsQ/u0DfawHgO5e27IE6atHPXYQcHKNtU3I01w4A/rDVVSCcEUcvO2oJuEL293VBiahqv+/2XJMjq0/WOGT45jZGYwyuOpWUHd3lV3dRWGjsnxrfkWfOn9+HzWJnJugdafyXJJw5TSrGZenuXTWS+ZnjuTFK3yKCUC/vwzM77vzAhVjZCzGhALkGLMwQRuZTvi4tSKw0hGsXwlYVTtu/ASLMNO0VATLrWOTiKTFjFWYiWDz7k1Si878cxz0D68D/PZ12IdvkGXPAdYuCuszEhKm2f9Soi2orODfCPi7NqgM9StrKXlX+ypzfgjMoU1gfv6IPurGfH2sQ4S1JY0VgIsfAWx6BnDKLHEVzKmzAUYGY0Otgrkl/iptHSb6SQS7FP+6wuX1RJOJxmdOHreARX5O0vpFqrObwWBD3qUPjCu3y0tJMQco5jdKqVeRvkUs5n8i/jiCqFQCugAAAABJRU5ErkJggg==);
}
.station-comments .comments-text[data-v-5029efe2] {
  background-color: #fff;
  margin-top: 0.2rem;
  padding: 0.2rem;
}
.station-comments .comments-text .comments-textarea[data-v-5029efe2] {
  font-size: 0.32rem;
  line-height: normal;
  width: 100%;
  height: 2.56rem;
}
.station-comments .comments-text .size-number[data-v-5029efe2] {
  text-align: right;
  font-size: 0.18rem;
  line-height: normal;
  color: #000;
  height: 0.26rem;
}
.station-comments .btn-bottom[data-v-5029efe2] {
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 0.2rem 0.26rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.input-size[data-v-1ceef8c4] {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.change-money[data-v-1ceef8c4] {
  padding: 0.2rem 0.2rem 2.7rem 0.2rem;
  position: relative;
}
.change-money .rechargeRecord[data-v-1ceef8c4] {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  color: #14CD7F;
  font-size: 0.32rem;
  line-height: normal;
}
.change-money .my-money[data-v-1ceef8c4] {
  margin-top: 0.44rem;
  text-align: center;
}
.change-money .my-money .money[data-v-1ceef8c4] {
  color: #14CD7F;
  font-size: 0.6rem;
  line-height: 0.84rem;
  font-weight: bold;
}
.change-money .my-money .money i[data-v-1ceef8c4] {
  font-size: 0.18rem;
  line-height: normal;
}
.change-money .my-money .money-name[data-v-1ceef8c4] {
  margin-top: 0.24rem;
  font-size: 0.24rem;
  line-height: normal;
  color: #5a5b5d;
}
.change-money .activity[data-v-1ceef8c4] {
  background-color: #fff1d6;
  color: #fc9c23;
  padding: 0.1rem 0.2rem;
  font-size: 0.24rem;
  line-height: normal;
  margin: 0.44rem -0.2rem 0 -0.2rem;
}
.change-money .activity img[data-v-1ceef8c4] {
  width: 0.36rem;
  vertical-align: top;
}
.change-money .account-text[data-v-1ceef8c4] {
  font-size: 0.32rem;
  line-height: normal;
  color: #4a4a4a;
  line-height: 0.44rem;
  padding-top: 0.2rem;
  position: relative;
}
.change-money .account-text span[data-v-1ceef8c4] {
  font-size: 0.24rem;
  color: #c3c2c2;
}
.change-money .account[data-v-1ceef8c4] {
  margin-top: 0.5rem;
  border-bottom: 0.02rem solid #F7F7F7;
}
.change-money .account input[data-v-1ceef8c4] {
  font-size: 0.6rem;
  line-height: 0.84rem;
  color: #000000;
  font-weight: bold;
  width: 100%;
}
.change-money .money-select[data-v-1ceef8c4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.14rem;
}
.change-money .money-select .flex-money[data-v-1ceef8c4] {
  width: 2rem;
  margin-right: 0.55rem;
  margin-top: 0.4rem;
  color: #999999;
  font-size: 0.4rem;
  line-height: 0.56rem;
  background-color: #f6f6f6;
  text-align: center;
  border-radius: 0.2rem;
  padding: 0.1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.02rem solid #f6f6f6;
}
.change-money .money-select .flex-money.active[data-v-1ceef8c4] {
  background-color: #fff;
  border-color: #14CD7F;
  color: #14CD7F;
}
.change-money .money-select .flex-money.no-mg[data-v-1ceef8c4] {
  margin-right: 0;
}
.change-money .change-title[data-v-1ceef8c4] {
  margin-top: 0.4rem;
  font-size: 0.32rem;
  line-height: normal;
  color: #4a4a4a;
}
.change-money .change-box[data-v-1ceef8c4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.1rem;
  border-bottom: 0.02rem solid #F7F7F7;
}
.change-money .change-box .icon[data-v-1ceef8c4] {
  font-size: 0.6rem;
  color: #000000;
}
.change-money .change-box .icon img[data-v-1ceef8c4] {
  width: 0.44rem;
  margin-top: 0.18rem;
  vertical-align: top;
}
.change-money .change-box .flex[data-v-1ceef8c4] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 0.1rem;
  padding-top: 0.03rem;
}
.change-money .change-box .flex input[data-v-1ceef8c4] {
  font-size: 0.32;
  line-height: 0.84rem;
  font-weight: bold;
  width: 100%;
}
.change-money .change-box .flex input.number[data-v-1ceef8c4] {
  font-size: 0.6rem;
}
.change-money .this-money[data-v-1ceef8c4] {
  margin-top: 0.24rem;
  font-size: 0.24rem;
  line-height: normal;
  color: #999;
}
.change-money .pay-title[data-v-1ceef8c4] {
  font-size: 0.32rem;
  line-height: normal;
  color: #000000;
  margin-top: 0.56rem;
}
.change-money .pay-box[data-v-1ceef8c4] {
  margin-top: 0.12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.change-money .pay-box .pay-flex[data-v-1ceef8c4] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.change-money .pay-box .pay-flex .pay-icon[data-v-1ceef8c4] {
  width: 0.6rem;
  height: 0.6rem;
  vertical-align: top;
}
.change-money .pay-box .pay-select[data-v-1ceef8c4] {
  padding-left: 0.4rem;
}
.change-money .pay-box .pay-select img[data-v-1ceef8c4] {
  width: 0.32rem;
  vertical-align: middle;
}
.change-money .sub-change .tips-text[data-v-1ceef8c4] {
  color: #999;
  margin-bottom: 0.2rem;
  text-align: center;
  font-size: 0.18rem;
  line-height: normal;
}
.change-money .sub-change .tips-text a[data-v-1ceef8c4] {
  color: #0E94FB;
}
.change-money .sub-change .sq-refund[data-v-1ceef8c4] {
  text-align: center;
  margin-top: 0.2rem;
  font-size: 0.32rem;
  line-height: normal;
  color: #14CD7F;
}

.input-size[data-v-411b4279] {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.change-money-success[data-v-411b4279] {
  padding-top: 1.6rem;
  text-align: center;
}
.change-money-success .success-icon[data-v-411b4279] {
  width: 1.78rem;
  height: 1.59rem;
  margin: auto;
}
.change-money-success .money[data-v-411b4279] {
  color: #14CD7F;
  font-size: 0.8rem;
  line-height: 1.12rem;
  margin-top: 0.2rem;
}
.change-money-success .money-text[data-v-411b4279] {
  color: #5a5b5d;
  font-size: 0.24rem;
  line-height: normal;
  margin-top: 0.06rem;
}
.change-money-success .money-btn[data-v-411b4279] {
  margin-top: 0.88rem;
  padding: 0 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.change-money-success .money-btn .flex[data-v-411b4279] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.change-money-success .money-btn .mg[data-v-411b4279] {
  margin-right: 0.4rem;
}

.input-size {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.agreement {
  padding: 0.4rem 0.2rem;
}
.agreement .title {
  font-size: 0.32rem;
  line-height: normal;
  color: #000;
  text-align: center;
  margin-bottom: 0.4rem;
}
.agreement p {
  line-height: 0.4rem;
}
.agreement .step {
  margin: 0.4rem 0 0.15rem 0;
  color: #000;
}
.agreement .p {
  text-indent: 2em;
  color: #999;
}
.agreement .p1 {
  text-indent: 1em;
  margin: 0.1rem 0;
  color: #666;
}

.input-size {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.charging-page {
  position: relative;
  padding-top: 0.46rem;
}
.charging-page .recharge-btn {
  position: absolute;
  right: 0.4rem;
  top: 0.4rem;
  color: #14CD7F;
  cursor: pointer;
  font-size: 0.32rem;
  line-height: normal;
}
.charging-page .recharge-btn:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 0.04rem;
  background: #14CD7F;
  bottom: -0.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.charging-page .charging-div {
  width: 2.7rem;
  height: 2.7rem;
  position: relative;
  font-size: 0.4rem;
  line-height: 0.56rem;
  color: #fff;
  background-color: #fc9c23;
  border-radius: 50%;
  text-align: center;
  margin: auto;
}
.charging-page .charging-div .circle {
  width: 3rem;
  height: 3rem;
  position: absolute;
  left: -0.15rem;
  top: -0.15rem;
  background-image: url(/static/img/circle-orange.6b0b17b.png);
  background-size: 100% 100%;
}
.charging-page .charging-div.status-no {
  background-color: #d5d5d5;
}
.charging-page .data-soc .bai {
  font-size: 0.6rem;
}
.charging-page .data-soc .bai-text {
  font-size: 0.24rem;
}
.charging-page .charging-info {
  margin-top: 0.18rem;
}
.charging-page .charging-info.button-btn {
  padding-bottom: 1rem;
}
.charging-page .btn-box {
  padding: 0.8rem 0.26rem 0.4rem 0.26rem;
}
.charging-page .btn-box .btn-mg {
  margin-top: 0.24rem;
}
.charging-page .shengyu {
  margin-top: 0.1rem;
  text-align: center;
  font-size: 0.28rem;
  color: #999;
}
.charging-page .row-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.charging-page .row-box .row-box-flex {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.charging-page .row-box .row-box-flex .cell-info-name {
  width: 1.2rem;
}
.charging-page .order.pi-cell-info .info-box .cell-info-name {
  width: 1.2rem;
}

.input-size {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.pi-time-out .opactiv {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9;
  left: 0;
  top: 0;
}
.pi-time-out .time-out {
  width: 5rem;
  background: #fff;
  border-radius: 0.2rem;
  padding: 0.6rem 0.2rem;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  left: 50%;
  top: 50%;
}
.pi-time-out .time-out .title {
  text-align: center;
  font-size: 0.32rem;
  line-height: normal;
}
.pi-time-out .time-out .time {
  margin-top: 0.2rem;
  text-align: center;
}
.pi-time-out .time-out .tel {
  margin-top: 0.1rem;
  display: block;
  text-align: center;
  color: #14CD7F;
  padding: 0.2rem;
  text-decoration: underline;
}
.pi-time-out .time-out .progress-box {
  position: relative;
  background-color: #d9d9d9;
  border-radius: 0.2rem;
  height: 0.2rem;
  width: 4.5rem;
  margin: auto;
  margin-top: 0.2rem;
}
.pi-time-out .time-out .progress-box .progress-show {
  position: absolute;
  left: 0;
  top: 0;
  height: 0.2rem;
  background: #14CD7F;
  border-radius: 0.2rem;
}

.input-size[data-v-f88a706a] {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.charge-success[data-v-f88a706a] {
  padding: 0.2rem 0.45rem;
}
.charge-success .box[data-v-f88a706a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.charge-success .box .flex[data-v-f88a706a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.charge-success .success-block[data-v-f88a706a] {
  width: 6.6rem;
  padding: 0.5rem 0.2rem;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.charge-success .success-block .title[data-v-f88a706a] {
  color: #14CD7F;
  font-size: 0.4rem;
  line-height: 0.64rem;
  height: 0.64rem;
  text-align: center;
}
.charge-success .success-block .title img[data-v-f88a706a] {
  width: 0.64rem;
  height: 0.64rem;
  vertical-align: middle;
  line-height: normal;
}
.charge-success .success-block .row-info-fei[data-v-f88a706a],
.charge-success .success-block .row-info[data-v-f88a706a] {
  font-size: 0.24rem;
  line-height: normal;
}
.charge-success .success-block .row-info-fei .name[data-v-f88a706a],
.charge-success .success-block .row-info .name[data-v-f88a706a] {
  color: #999999;
}
.charge-success .success-block .row-info-fei[data-v-f88a706a] {
  margin-top: 0.27rem;
}
.charge-success .success-block .row-info-fei .fei-box[data-v-f88a706a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
  background-color: #f7f7f7;
}
.charge-success .success-block .row-info-fei .fei-box .flex[data-v-f88a706a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #999999;
  line-height: 0.34rem;
  font-size: 0.24rem;
  line-height: normal;
}
.charge-success .success-block .row-info-fei .fei-box .flex .fei-name[data-v-f88a706a] {
  padding-top: 0.04rem;
  padding-bottom: 0.02rem;
  border-bottom: 0.04rem solid #fff;
}
.charge-success .success-block .row-info-fei .fei-box .flex .value[data-v-f88a706a] {
  padding-top: 0.1rem;
  padding-bottom: 0.12rem;
  line-height: 0.3rem;
}
.charge-success .success-block .row-info-fei .fei-box .flex.flex-border[data-v-f88a706a] {
  border-right: 0.04rem solid #fff;
}
.charge-success .success-block .row-info-fei .fei-box.no-mg[data-v-f88a706a] {
  margin-top: 0;
}
.charge-success .success-block .row-info-fei .fei-box.no-mg .value[data-v-f88a706a] {
  font-size: 0.24rem;
  line-height: normal;
  color: #999;
}
.charge-success .success-block .row-info[data-v-f88a706a] {
  margin-top: 0.1rem;
}
.charge-success .success-block .row-info .name[data-v-f88a706a] {
  display: inline-block;
  width: 1.14rem;
}
.charge-success .success-block .row-info .time[data-v-f88a706a] {
  color: #4a4a4a;
}
.charge-success .success-block .row-info .time.bold[data-v-f88a706a] {
  font-weight: bold;
  font-size: 0.32rem;
  line-height: normal;
}
.charge-success .success-block .row-info .icon-right[data-v-f88a706a] {
  width: 0.4rem;
  vertical-align: text-bottom;
}
.charge-success .success-block .row-info-div[data-v-f88a706a] {
  margin-top: 0.9rem;
}
.charge-success .success-block .row-info[data-v-f88a706a]:first-child {
  margin-top: 0;
}
.charge-success .success-block .total[data-v-f88a706a] {
  margin-top: 0.52rem;
  font-size: 0.4rem;
  line-height: 0.44rem;
  text-align: center;
  color: #14CD7F;
  margin-bottom: 0.32rem;
}
.charge-success .success-block .total-name[data-v-f88a706a] {
  font-size: 0.32rem;
  line-height: normal;
  color: #000000;
}
.charge-success .success-block .total-no[data-v-f88a706a] {
  color: #999;
  text-decoration: line-through;
  font-size: 0.24rem;
  line-height: normal;
}
.charge-success .success-block .border[data-v-f88a706a] {
  width: 5.88rem;
  margin: auto;
  margin-top: 0.32rem;
  border-top: 0.04rem dashed #d8d8d8;
}
.charge-success .success-block .colse[data-v-f88a706a] {
  margin-top: 0.78rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.charge-success .success-block .colse .flex[data-v-f88a706a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.charge-success .success-block .colse .mgl[data-v-f88a706a] {
  margin-left: 0.1rem;
}
.charge-success .success-block .colse .mgr[data-v-f88a706a] {
  margin-right: 0.1rem;
}
.charge-success .success-block .coupon[data-v-f88a706a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.1rem;
  font-size: 0.24rem;
  color: #999;
}
.charge-success .success-block .coupon .flex[data-v-f88a706a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.charge-success .success-block .coupon img[data-v-f88a706a] {
  width: 0.32rem;
  vertical-align: text-top;
}
.charge-success .go-order[data-v-f88a706a] {
  float: right;
}
.charge-success .go-order .price[data-v-f88a706a] {
  color: #fc9c23;
  float: right;
}
.charge-success .coupon-box[data-v-f88a706a] {
  padding: 0 0.2rem 0.2rem 0.2rem;
  color: #4a4a4a;
}
.charge-success .coupon-box .title[data-v-f88a706a] {
  padding: 0.44rem 0 0.22rem 0;
  text-align: center;
  font-size: 0.32rem;
}
.charge-success .coupon-box ul[data-v-f88a706a] {
  height: 5rem;
}
.charge-success .coupon-box .coupon-item[data-v-f88a706a] {
  padding: 0.18rem 0;
  border-bottom: 0.02rem solid #F7F7F7;
  font-size: 0.24rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.charge-success .coupon-box .coupon-item .flex[data-v-f88a706a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.charge-success .coupon-box .coupon-item .select[data-v-f88a706a] {
  width: 1rem;
  text-align: right;
}
.charge-success .coupon-box .coupon-item .select img[data-v-f88a706a] {
  width: 0.32rem;
  vertical-align: top;
}
.charge-success .coupon-box .coupon-item .select .yes[data-v-f88a706a] {
  display: none;
}
.charge-success .coupon-box .coupon-item.yes .yes[data-v-f88a706a] {
  display: inline-block;
}
.charge-success .coupon-box .coupon-item.yes .no[data-v-f88a706a] {
  display: none;
}
.charge-success .circular-box[data-v-f88a706a] {
  margin-top: 0.23rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.charge-success .circular-box .circular-flex[data-v-f88a706a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.charge-success .circular-box .circular-flex .circular-dl[data-v-f88a706a] {
  width: 1.8rem;
  height: 1.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
}
.charge-success .circular-box .circular-flex .circular-dl .dl-number[data-v-f88a706a] {
  font-size: 0.32rem;
  line-height: 0.44rem;
  color: #14cd7f;
}
.charge-success .circular-box .circular-flex .circular-dl .circular-text[data-v-f88a706a] {
  font-size: 0.24rem;
  color: #999;
  line-height: 0.34rem;
}
.charge-success .circular-box .circular-flex .circular-dl.bd-ra[data-v-f88a706a] {
  border: 0.06rem solid #14CD7F;
  border-radius: 50%;
  padding-top: 0.46rem;
}
.charge-success .circular-box .circular-flex.dl-flex[data-v-f88a706a] {
  padding-top: 0.15rem;
}

.input-size {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.price-info-page {
  padding: 0 0.2rem;
}
.price-info-page .price-box {
  padding: 0.18rem 0 0.1rem 0;
  text-align: center;
  font-size: 0.24rem;
  line-height: normal;
  color: #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0.02rem solid #F7F7F7;
}
.price-info-page .price-box .price-flex {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.price-info-page .price-box.title {
  font-size: 0.32rem;
  line-height: normal;
  color: #4a4a4a;
  padding: 0.28rem 0 0.3rem 0;
  border: none;
}
.price-info-page .price-box.active {
  background-color: #f3fffa;
}

.input-size[data-v-a3f8e272] {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.pi-price-table[data-v-a3f8e272] {
  margin: 0.4rem 0.2rem;
  -webkit-box-shadow: 0 0 4px 0 rgba(178, 178, 178, 0.5);
          box-shadow: 0 0 4px 0 rgba(178, 178, 178, 0.5);
  border-radius: 10px;
  padding-bottom: 0.48rem;
  position: relative;
}
.pi-price-table .price-box[data-v-a3f8e272] {
  text-align: center;
  font-size: 0.24rem;
  line-height: normal;
  color: #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0.02rem solid #F7F7F7;
  padding: 0.14rem 0 0.14rem 0;
}
.pi-price-table .price-box .price-flex[data-v-a3f8e272] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pi-price-table .price-box .price-flex.lh[data-v-a3f8e272] {
  line-height: 0.32rem;
}
.pi-price-table .price-box .price-name[data-v-a3f8e272] {
  width: 1rem;
}
.pi-price-table .price-box.title[data-v-a3f8e272] {
  font-size: 0.32rem;
  line-height: normal;
  color: #4a4a4a;
  border: none;
}
.pi-price-table .price-box.title span[data-v-a3f8e272] {
  font-size: 0.24rem;
  line-height: normal;
}
.pi-price-table .price-box.no[data-v-a3f8e272] {
  padding-top: 0;
}
.pi-price-table .price-box.active[data-v-a3f8e272] {
  background-color: #f3fffa;
}
.pi-price-table .bottom-data[data-v-a3f8e272] {
  margin: 0 -0.2rem;
  padding: 0 0.2rem;
  margin-top: 0.12rem;
  background: #f3fffa;
  font-size: 0.18rem;
  line-height: normal;
  color: #999;
  line-height: 0.6rem;
  min-height: 0.6rem;
}
.pi-price-table .bottom-data .total-flex[data-v-a3f8e272] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 0.2rem;
}
.pi-price-table .bottom-data .total-text[data-v-a3f8e272] {
  font-size: 0.24rem;
  line-height: normal;
  padding-right: 0.2rem;
  text-align: left;
  padding-left: 0.2rem;
}
.pi-price-table .bottom-data .total[data-v-a3f8e272] {
  font-size: 0.4rem;
  color: #14CD7F;
}
.pi-price-table .bottom-data .total-no[data-v-a3f8e272] {
  color: #999;
  text-decoration: line-through;
  font-size: 0.24rem;
  line-height: normal;
}

.input-size {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.pi-order-price {
  padding: 0 0 0.2rem 0;
}
.pi-order-price .price-table {
  width: 100%;
  padding: 0.1rem 0.2rem 0.2rem 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 0.02rem solid #F7F7F7;
}
.pi-order-price .price-table .price-row {
  font-size: 0.24rem;
  line-height: normal;
  color: #000000;
  margin-top: 0.2rem;
}
.pi-order-price .price-table .price-row .pr-cell {
  margin-top: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
}
.pi-order-price .price-table .price-row .time-money {
  width: 3.2rem;
}
.pi-order-price .price-table .price-row .time-money .name {
  color: #999;
  float: left;
}
.pi-order-price .price-table .price-row .unit {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pi-order-price .price-table .price-row .price-cell {
  width: 22%;
  display: table-cell;
  padding: 0.05rem 0;
}
.pi-order-price .price-table .price-row .price-cell:first-child {
  width: 34%;
}
.pi-order-price .price-table .price-row .tc {
  text-align: center;
}
.pi-order-price .price-table .price-row.row-th {
  color: #999;
  font-size: 0.28rem;
}
.pi-order-price .price-table .price-row.row-th .small-font {
  font-size: 0.18rem;
  line-height: normal;
}
.pi-order-price .price-info {
  padding: 0.2rem 0.2rem 0.5rem 0.2rem;
}
.pi-order-price .price-info .info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  font-size: 0.28rem;
  line-height: 0.4rem;
  margin-top: 0.1rem;
}
.pi-order-price .price-info .info-row .info-name {
  color: #999;
}
.pi-order-price .price-info .info-row .info-value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}
.pi-order-price .price-info .info-row:first-child {
  margin-top: 0;
}
.pi-order-price .price-info .info-row.info-total {
  font-size: 0.32rem;
  line-height: normal;
  color: #14CD7F;
}
.pi-order-price .price-info .info-row.info-total .info-name {
  color: #14CD7F;
}
.pi-order-price .fixed-info {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  z-index: 10;
}

.input-size[data-v-7e456948] {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.charge-echart[data-v-7e456948] {
  padding-top: 0.4rem;
}
.charge-echart .echart-box[data-v-7e456948] {
  margin-top: 0.2rem;
  height: 3.82rem;
}

.input-size[data-v-a1e6dc42] {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.pi-border-title[data-v-a1e6dc42] {
  border-left: 0.08rem solid #14CD7F;
  padding: 0.08rem 0 0.08rem 0.12rem;
}
.pi-border-title .border-title[data-v-a1e6dc42] {
  color: #000000;
  font-size: 0.32rem;
  line-height: normal;
}

.input-size {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.my-page {
  padding: 0.4rem 0;
  background-image: url(/static/img/my-bg.21fb7e4.png);
  background-size: 100%;
  background-position: 0 -1.2rem;
  background-repeat: no-repeat;
}
.my-page .my-info {
  background-color: #fff;
  border-radius: 0.1rem;
  border-bottom: 0.2rem solid #14CD7F;
  margin: 0 0.26rem;
}
.my-page .my-info .my-box {
  padding: 0 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.26rem;
  position: relative;
}
.my-page .my-info .my-box .my-img {
  width: 1.2rem;
}
.my-page .my-info .my-box .my-img img {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  position: relative;
  top: -0.2rem;
}
.my-page .my-info .my-box .flex {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 0.2rem;
  padding-top: 0.1rem;
}
.my-page .my-info .my-box .flex .name {
  font-size: 0.4rem;
  line-height: 0.56rem;
  color: #000;
  font-weight: bold;
}
.my-page .my-info .my-box .flex .name .my-img {
  width: 0.48rem;
}
.my-page .my-info .my-box .flex .small-text {
  font-size: 0.18rem;
  line-height: normal;
  color: #999;
}
.my-page .my-info .my-box .flex .small-text img {
  width: 0.28rem;
  vertical-align: text-top;
}
.my-page .my-info .my-box .user-type {
  background-color: #bff3dd;
  color: #14CD7F;
  font-size: 0.18rem;
  line-height: normal;
  border: none;
  position: absolute;
  right: 0.04rem;
  top: 0.1rem;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  padding: 0 0 0 0.05rem;
}
.my-page .my-info .my-box .user-type img {
  width: 0.28rem;
  vertical-align: top;
}
.my-page .my-info .my-box .user-type.enterprise {
  background-color: #ffe79b;
  color: #fc9c23;
}
.my-page .my-info .bing {
  padding-top: 0.2rem;
  font-size: 0.32rem;
  line-height: normal;
  color: #14CD7F;
}
.my-page .my-info .bing img {
  width: 0.4rem;
  vertical-align: text-top;
}
.my-page .money-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  padding-bottom: 0.3rem;
}
.my-page .money-box .flex {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.my-page .money-box .number-text {
  padding-top: 0.16rem;
  font-size: 0.18rem;
  line-height: normal;
}
.my-page .money-box .number-text .number {
  font-size: 0.4rem;
  line-height: 0.46rem;
  color: #000;
  font-weight: bold;
}
.my-page .money-box .text {
  font-size: 0.24rem;
  line-height: normal;
  color: #999;
}
.my-page .money-box button {
  height: 0.41rem;
  padding: 0 0.14rem;
  width: 1rem;
}
.my-page .money-box .cash {
  margin-top: 0.2rem;
}
.my-page .block-list {
  padding: 0.1rem;
}
.my-page .block-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}
.my-page .block-list ul .block-li {
  background-color: #fff;
  height: 1.6rem;
  width: 31%;
  border-radius: 0.1rem;
  margin-left: 1.5%;
  margin-top: 0.1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.my-page .block-list ul .block-li a {
  display: block;
}
.my-page .block-list ul .block-li img {
  width: 0.6rem;
  height: 0.6rem;
  vertical-align: top;
}
.my-page .block-list ul .block-li .name {
  font-size: 0.32rem;
  line-height: normal;
  color: #5a5b5d;
}
.my-page .out-btn {
  position: fixed;
  width: 100%;
  bottom: 0.7rem;
}
.my-page .out {
  text-align: center;
  font-size: 0.36rem;
  height: 0.9rem;
  color: #14CD7F;
  background-color: transparent;
  border: none;
  display: block;
  width: 100%;
  position: relative;
}
.my-page .out:after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 0.04rem;
  background-color: #14CD7F;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}














































.input-size[data-v-e4eef2b4] {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.pi-cell-box[data-v-e4eef2b4] {
  padding: 0 0.2rem;
}
.pi-cell-box .pi-cell[data-v-e4eef2b4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.22rem 0;
}
.pi-cell-box .pi-cell .icon-img[data-v-e4eef2b4] {
  width: 0.66rem;
}
.pi-cell-box .pi-cell .icon-img img[data-v-e4eef2b4] {
  width: 0.46rem;
  height: 0.46rem;
  vertical-align: top;
}
.pi-cell-box .pi-cell .name[data-v-e4eef2b4] {
  font-size: 0.32rem;
  line-height: normal;
  color: #5a5b5d;
}
.pi-cell-box .pi-cell .cell-flex[data-v-e4eef2b4] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pi-cell-box .pi-cell .icon-right img[data-v-e4eef2b4] {
  width: 0.32rem;
  vertical-align: middle;
}
.pi-cell-box .cell-border[data-v-e4eef2b4] {
  border-bottom: 0.02rem solid #F7F7F7;
}
.pi-cell-box .pi-cell[data-v-e4eef2b4]:last-child {
  margin-bottom: 0;
}

.input-size[data-v-2ea2fe78] {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.my-binding-car[data-v-2ea2fe78] {
  padding: 3.52rem 0.2rem 0.2rem 0.2rem;
}
.my-binding-car .input-car[data-v-2ea2fe78] {
  width: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.2rem 0;
  margin: auto;
  border-bottom: 0.02rem solid #F7F7F7;
  margin-bottom: 0.4rem;
}
.my-binding-car .input-car .icon[data-v-2ea2fe78] {
  width: 1.24rem;
  text-align: center;
}
.my-binding-car .input-car .icon img[data-v-2ea2fe78] {
  width: 0.44rem;
  vertical-align: text-bottom;
}
.my-binding-car .input-car .input[data-v-2ea2fe78] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.my-binding-car .input-car .input input[data-v-2ea2fe78] {
  width: 100%;
  font-size: 0.32rem;
  line-height: normal;
  color: #000000;
  line-height: 0.44rem;
}

.input-size[data-v-215c7752] {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.user-list[data-v-215c7752] {
  padding-top: 0.2rem;
}
.user-list .user-item[data-v-215c7752] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.02rem;
  padding: 0.2rem;
  color: #000000;
}
.user-list .user-item .user-img[data-v-215c7752] {
  width: 0.8rem;
}
.user-list .user-item .user-img img[data-v-215c7752] {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
}
.user-list .user-item .user-flex[data-v-215c7752] {
  padding-left: 0.4rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.user-list .user-item .user-flex .name[data-v-215c7752] {
  font-size: 0.32rem;
  line-height: normal;
}
.user-list .user-item .user-flex .tel[data-v-215c7752] {
  font-size: 0.24rem;
  line-height: normal;
}
.user-list .user-item .right-icon[data-v-215c7752] {
  width: 0.4rem;
  margin-left: 0.2rem;
  vertical-align: middle;
}
.user-list .user-item[data-v-215c7752]:first-child {
  margin-top: 0;
}
.user-list .user-item.default[data-v-215c7752] {
  color: #999999;
}
.user-list .add-user[data-v-215c7752] {
  font-size: 0.36rem;
  line-height: 0.5rem;
  color: #14CD7F;
  padding: 0.28rem 0;
}
.user-list .add-user img[data-v-215c7752] {
  width: 0.52rem;
  vertical-align: text-top;
}

.input-size[data-v-62b713cf] {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.user-details .info[data-v-62b713cf] {
  padding-top: 0.4rem;
  text-align: center;
  color: #000;
}
.user-details .info .user-img[data-v-62b713cf] {
  width: 1.6rem;
  height: 1.6rem;
  display: inline-block;
}
.user-details .info .user-img img[data-v-62b713cf] {
  border-radius: 50%;
}
.user-details .info .name[data-v-62b713cf] {
  font-size: 0.4rem;
  line-height: 0.56rem;
  margin-top: 0.2rem;
}
.user-details .info .tel[data-v-62b713cf] {
  font-size: 0.24rem;
  line-height: normal;
  margin-top: 0.1rem;
}
.user-details .tab-box[data-v-62b713cf] {
  margin-top: 0.2rem;
}
.user-details .change-ul[data-v-62b713cf] {
  padding: 0 0.2rem;
}
.user-details .change-item[data-v-62b713cf] {
  padding: 0.2rem 0;
  border-bottom: 0.02rem solid #F7F7F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.user-details .change-item .text[data-v-62b713cf] {
  color: #999;
  font-size: 0.18rem;
  line-height: normal;
}
.user-details .change-item .number[data-v-62b713cf] {
  font-size: 0.4rem;
  line-height: 0.56rem;
}
.user-details .change-item .number span[data-v-62b713cf] {
  text-decoration: line-through;
  color: #999;
  font-size: 0.32rem;
  line-height: normal;
}
.user-details .change-item .flex[data-v-62b713cf] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.user-details .change-item .li-type[data-v-62b713cf] {
  font-size: 0.24rem;
  line-height: normal;
  color: #999;
}

.input-size[data-v-3148e5d4] {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.my-bill[data-v-3148e5d4] {
  position: relative;
  /*.bill-ul{
        padding: 0 0.2rem;
        .bill-box{
            padding: 0.1rem 0;
            border-bottom: @border;
            margin-top: 0.22rem;

        }
        .bill-box:first-child{
            margin-top: 0;
        }
    }
    .name{
        .size;
        color:@black;
        font-weight: bold;
    }
    .text{
        color: #999;
        .small-size;
    }
    .money{
        font-size: 0.4rem;
        line-height: 0.56rem;
        text-align: right;
        .number{
            font-weight: bold;
        }
    }
    .box{
        display: flex;
        .flex{
            flex: 1;
        }
    }

    .change-ul{
        padding: 0 0.2rem;
    }*/
  /*.change-item{
        padding: 0.14rem 0;
        margin-top: 0.22rem;
        border-bottom: @border;
        .name{
            padding-top: 0.06rem;
        }
        .type-img{
            width: 0.6rem;
            margin-right: 0.2rem;
            img{
                width: 0.6rem;
                height: 0.6rem;
                vertical-align: top;
            }
        }
    }
    .icon-right{
        width: 0.3rem;
    }
    .change-item:first-child{
        margin-top: 0;
    }*/
}
.my-bill .screen[data-v-3148e5d4] {
  position: absolute;
  right: 0;
  padding: 0 0.2rem 0.24rem 0.2rem;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 8;
  width: 100%;
  background-color: #fff;
  text-align: right;
}
.my-bill .screen .screen-list[data-v-3148e5d4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.my-bill .screen .screen-list .screen-btn[data-v-3148e5d4] {
  width: 2.17rem;
  margin-right: 0.26rem;
  margin-top: 0.26rem;
  height: 0.6rem;
  text-align: center;
  color: #c3c2c2;
  border: 0.02rem solid #c3c2c2;
  border-radius: 0.1rem;
}
.my-bill .screen .screen-list .screen-btn.mg[data-v-3148e5d4] {
  margin-right: 0;
}
.my-bill .screen .screen-list .screen-btn.active[data-v-3148e5d4] {
  border-color: #14CD7F;
  color: #14CD7F;
  background-color: #d6f8ea;
}
.my-bill .screen .screen-list .screen-btn[data-v-3148e5d4]:first-child {
  margin-left: 0;
}
.my-bill .page-loadmore[data-v-3148e5d4] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 0.4rem;
}
.my-bill .change-ul[data-v-3148e5d4] {
  padding: 0 0.2rem;
}

.input-size[data-v-d250dc10] {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.recharge-details[data-v-d250dc10] {
  padding-top: 1.3rem;
}
.recharge-details .details-icon[data-v-d250dc10] {
  width: 1.84rem;
  height: 1.7rem;
  margin: auto;
}
.recharge-details .change-money[data-v-d250dc10] {
  font-size: 0.8rem;
  line-height: 1.12rem;
  text-align: center;
  font-weight: bold;
  color: #14CD7F;
}
.recharge-details .change-money span[data-v-d250dc10] {
  font-size: 0.46rem;
  font-weight: normal;
}
.recharge-details .money-text[data-v-d250dc10] {
  text-align: center;
  margin-top: 0.06rem;
  font-size: 0.24rem;
  line-height: normal;
  color: #5a5b5d;
  margin-bottom: 0.36rem;
}
.recharge-details .details-box[data-v-d250dc10] {
  margin-top: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.2rem;
  font-size: 0.32rem;
  line-height: normal;
}
.recharge-details .details-box .name[data-v-d250dc10] {
  color: #999;
  width: 1.7rem;
}
.recharge-details .details-box .flex[data-v-d250dc10] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  color: #000;
  word-break: break-all;
}
.recharge-details .details-box[data-v-d250dc10]:first-child {
  margin-top: 0;
}

.input-size[data-v-a1e73d0c] {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.collection-list[data-v-a1e73d0c] {
  padding: 0.2rem 0.1rem;
}
.collection-list li[data-v-a1e73d0c] {
  margin-top: 0.2rem;
}
.collection-list li[data-v-a1e73d0c]:first-child {
  margin-top: 0;
}

.input-size {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.my-feedback-list .page-loadmore {
  padding-bottom: 1.2rem;
  padding-top: 0.2rem;
}
.my-feedback-list .feedback-list .feedback-item {
  padding: 0.3rem 0.4rem 0.3rem 0.2rem;
  border-bottom: 0.02rem solid #F7F7F7;
  position: relative;
  font-size: 0.3rem;
  line-height: normal;
  line-height: 0.4rem;
}
.my-feedback-list .feedback-list .feedback-item .item-status {
  position: absolute;
  right: 0.4rem;
  top: 0.3rem;
}
.my-feedback-list .feedback-list .feedback-item .feedback-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.my-feedback-list .feedback-list .feedback-item .feedback-box .feedback-title {
  width: 1.5rem;
}
.my-feedback-list .feedback-list .feedback-item .feedback-box .feedback-file {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #999;
}
.my-feedback-list .feedback-list .feedback-item .feedback-content {
  margin-top: 0.1rem;
}
.my-feedback-list .feedback-list .feedback-item .item-icon {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.input-size {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.my-feedback-details .feedback-box {
  padding: 0.2rem 0.2rem 0.4rem 0.2rem;
  background-color: #fff;
}
.my-feedback-details .feedback-box .feedback-title {
  font-size: 0.32rem;
  line-height: normal;
  padding: 0.1rem 0;
  border-bottom: 0.02rem solid #F7F7F7;
}
.my-feedback-details .feedback-box .feedback-centent {
  font-size: 0.24rem;
  line-height: normal;
  margin-top: 0.15rem;
}
.my-feedback-details .feedback-box .feedback-centent p {
  word-wrap: break-word;
  word-break: normal;
}
.my-feedback-details .feedback-box.service {
  margin-top: 0.2rem;
}
.my-feedback-details .feedback-box.service .feedback-centent {
  font-size: 0.3rem;
  line-height: normal;
}
.my-feedback-details .wait-center {
  text-align: center;
  padding-top: 0.2rem;
}
.my-feedback-details .img-list {
  margin-top: 0.2rem;
}
.my-feedback-details .img-list img {
  width: 0.8rem;
  height: 0.8rem;
  vertical-align: top;
  margin-right: 0.2rem;
  border-radius: 0.08rem;
}

.input-size {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.feedback-sub .white {
  background-color: #fff;
}
.feedback-sub .textarea-box {
  background-color: #fff;
  padding: 0.2rem;
  margin-top: 0.2rem;
  position: relative;
}
.feedback-sub .textarea-box .textarea {
  font-size: 0.3rem;
  line-height: normal;
  color: #000000;
  height: 2.94rem;
  width: 100%;
  background: #fff;
  resize: none;
}
.feedback-sub .textarea-box .text-len {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.24rem;
  line-height: normal;
  color: #000;
  padding: 0.2rem;
}
.feedback-sub input {
  text-align: right;
  padding-right: 0.4rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.feedback-sub .feedback-btn {
  padding: 0.2rem;
  margin-top: 0.2rem;
}
.feedback-sub .upload-box {
  margin-top: 0.4rem;
  padding: 0 0.2rem;
}
.feedback-sub .upload-box .upload-tips {
  margin-top: 0.1rem;
  color: #999;
  font-size: 0.18rem;
  line-height: normal;
}
.feedback-sub .upload-box .upload-img {
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  border: 0.02rem solid #999;
  border-radius: 0.1rem;
  float: left;
}
.feedback-sub .upload-box .picture {
  width: 1rem;
  height: 1rem;
  border-radius: 0.1rem;
  float: left;
  margin-right: 0.4rem;
  position: relative;
}
.feedback-sub .upload-box .picture img {
  width: 100%;
  height: 100%;
}
.feedback-sub .upload-box .picture .remove-img {
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  right: -0.14rem;
  top: -0.14rem;
  background-color: #FC9191;
  border-radius: 50%;
  padding: 0.06rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.feedback-sub .upload-box .picture .remove-img .icon {
  width: 100%;
  height: 100%;
}
.feedback-type-list .type-item {
  line-height: 0.88rem;
  text-align: center;
  border-bottom: 0.02rem solid #F7F7F7;
}

.input-size[data-v-1a2d6e5b] {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.pi-upload[data-v-1a2d6e5b] {
  display: inline-block;
  position: relative;
}
.pi-upload input[data-v-1a2d6e5b] {
  display: none;
}
.pi-upload[data-v-1a2d6e5b]:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.input-size[data-v-25aa6e95] {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.about-page[data-v-25aa6e95] {
  padding: 0 0 0.2rem 0;
}
.about-page .logo-div[data-v-25aa6e95] {
  padding-top: 1.1rem;
  padding-bottom: 0.6rem;
  background-color: #fff;
  text-align: center;
}
.about-page .logo-div .logo-box[data-v-25aa6e95] {
  height: 1.2rem;
  margin: auto;
}
.about-page .logo-div .logo-box img[data-v-25aa6e95] {
  height: 1.2rem;
  vertical-align: top;
}
.about-page .logo-div .name[data-v-25aa6e95] {
  font-size: 0.32rem;
  line-height: normal;
  color: #000000;
  margin-top: 0.16rem;
  text-align: center;
}
.about-page .introduce[data-v-25aa6e95] {
  text-indent: 2em;
  padding: 0rem 0.46rem;
  font-size: 0.32rem;
  line-height: normal;
  color: #666;
  margin-top: 0.44rem;
  text-align: justify;
}
.about-page .other[data-v-25aa6e95] {
  background-color: #fff;
}
.about-page .qrcode-box[data-v-25aa6e95] {
  background-color: #fff;
  width: 3.76rem;
  height: 3.76rem;
  border-radius: 0.1rem;
  padding: 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.about-page .other-text[data-v-25aa6e95] {
  margin-top: 0.4rem;
  text-align: center;
  color: #999;
  font-size: 0.24rem;
  line-height: normal;
}
.about-page .version-wx[data-v-25aa6e95] {
  text-align: center;
  font-size: 0.24rem;
  line-height: normal;
  color: #999;
  margin-top: 0.44rem;
}

.input-size[data-v-57f5cdc7] {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.select-time[data-v-57f5cdc7] {
  padding-top: 0.2rem;
  position: relative;
  z-index: 3;
}
.select-time .select-div[data-v-57f5cdc7] {
  border-bottom: 0.02rem solid #c3c2c2;
}
.select-time .block-time[data-v-57f5cdc7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.24rem 0.2rem;
  border-bottom: 0.02rem solid #c3c2c2;
}
.select-time .block-time .btn-time[data-v-57f5cdc7] {
  width: 1.32rem;
  height: 0.44rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.24rem;
  line-height: normal;
  border: 0.01rem solid #c3c2c2;
  color: #c3c2c2;
  border-radius: 0.1rem;
  text-align: center;
  margin-left: 0.6rem;
  background-color: #fff;
}
.select-time .block-time .btn-time.acitve[data-v-57f5cdc7] {
  background-color: #d6f8ea;
  color: #14CD7F;
  border-color: #14CD7F;
}
.select-time .block-time .btn-time[data-v-57f5cdc7]:first-child {
  margin-left: 0;
}
.select-time .time-box[data-v-57f5cdc7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  color: #000;
  font-size: 0.36rem;
  line-height: 0.56rem;
  padding: 0 0.4rem;
  margin-top: 0.2rem;
}
.select-time .time-box .flex[data-v-57f5cdc7] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.box[data-v-57f5cdc7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.box .flex[data-v-57f5cdc7] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.order-list[data-v-57f5cdc7] {
  padding: 0 0.2rem;
}
.order-list .order-item[data-v-57f5cdc7] {
  padding: 0.3rem 0 0.2rem 0;
  border-bottom: 0.02rem solid #F7F7F7;
  color: #999;
  font-size: 0.24rem;
  line-height: normal;
}
.order-list .order-item .title[data-v-57f5cdc7] {
  font-size: 0.32rem;
  line-height: normal;
  color: #000;
}
.order-list .order-item .info[data-v-57f5cdc7],
.order-list .order-item .money-box[data-v-57f5cdc7] {
  margin-top: 0.1rem;
}
.order-list .order-item .time[data-v-57f5cdc7] {
  margin-left: 0.2rem;
}
.order-list .order-item .money[data-v-57f5cdc7] {
  font-size: 0.36rem;
  line-height: 0.5rem;
  color: #14CD7F;
  font-weight: bold;
}
.order-list .order-item .old-money[data-v-57f5cdc7] {
  font-size: 0.24rem;
  color: #999;
  text-decoration: line-through;
}
.order-list .order-item .change[data-v-57f5cdc7] {
  color: #14CD7F;
}
.order-list .order-item .no-pay[data-v-57f5cdc7] {
  color: #fc9c23;
}
.order-list .order-item .details[data-v-57f5cdc7] {
  font-size: 0.3rem;
  line-height: 0.42rem;
}
.order-list .order-item .details img[data-v-57f5cdc7] {
  width: 0.35rem;
  vertical-align: middle;
}
/* Cell Component */
/* Header Component */
/* Button Component */
/* Tab Item Component */
/* Tabbar Component */
/* Navbar Component */
/* Checklist Component */
/* Radio Component */
/* z-index */
.mint-datetime {
    width: 100%;
}
.mint-datetime .picker-slot-wrapper, .mint-datetime .picker-item {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.mint-datetime .picker-toolbar {
    border-bottom: solid 1px #eaeaea;
}
.mint-datetime-action {
    display: inline-block;
    width: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #26a2ff;
}
.mint-datetime-cancel {
    float: left;
}
.mint-datetime-confirm {
    float: right;
}

.input-size[data-v-59b832f3] {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.my-order-details[data-v-59b832f3] {
  padding-top: 0.2rem;
  font-size: 0.28rem;
  line-height: 0.4rem;
}
.my-order-details .details-block[data-v-59b832f3] {
  margin-top: 0.2rem;
  background-color: #fff;
  padding: 0.1rem 0 0.2rem 0;
}
.my-order-details .details-block h2[data-v-59b832f3] {
  font-size: 0.32rem;
  line-height: normal;
  color: #000;
  font-weight: bold;
  padding: 0.1rem 0.2rem 0.1rem 0.18rem;
  border-bottom: 0.02rem solid #F7F7F7;
}
.my-order-details .details-block .info-row[data-v-59b832f3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.1rem;
  padding: 0 0.2rem 0 0.18rem;
}
.my-order-details .details-block .info-row .name[data-v-59b832f3] {
  color: #999;
  width: 1.4rem;
}
.my-order-details .details-block .info-row .flex[data-v-59b832f3] {
  color: #000;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.my-order-details .details-block .info-row[data-v-59b832f3]:first-child {
  margin-top: 0.2rem;
}
.my-order-details .details-block[data-v-59b832f3]:first-child {
  margin-top: 0;
}
.total[data-v-59b832f3] {
  text-align: center;
  font-size: 0.46rem;
  margin-top: 0.2rem;
}

.input-size[data-v-4f932a5c] {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.my-info .my-img[data-v-4f932a5c] {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  vertical-align: top;
}
.my-info .user-img[data-v-4f932a5c] {
  padding: 0.2rem;
}
.my-info .title[data-v-4f932a5c] {
  font-size: 0.4rem;
  color: #000;
  padding: 0.4rem 0.2rem 0.14rem 0.2rem;
  font-weight: bold;
}

.input-size {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.my-users-group .group-text {
  font-size: 0.32rem;
  line-height: normal;
  padding: 0.4rem;
}

.input-size[data-v-fa5ec26e] {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.license-list[data-v-fa5ec26e] {
  padding: 0.2rem;
}
.license-list .list-item .box[data-v-fa5ec26e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0.02rem solid #F7F7F7;
  padding: 0.26rem 0;
}
.license-list .list-item .item-flex[data-v-fa5ec26e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.32rem;
  line-height: normal;
  color: #000;
}
.license-list .list-item .select[data-v-fa5ec26e] {
  padding-left: 0.2rem;
}
.license-list .list-item .select img[data-v-fa5ec26e] {
  width: 0.28rem;
  height: 0.28rem;
  vertical-align: top;
}
.license-list .add-box[data-v-fa5ec26e] {
  text-align: center;
  color: #14CD7F;
  font-size: 0.36rem;
  line-height: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 1.3rem;
}
.license-list .add-box img[data-v-fa5ec26e] {
  width: 0.52rem;
  height: 0.52rem;
  vertical-align: middle;
}
.license-list .del[data-v-fa5ec26e] {
  text-align: center;
  margin-top: 0.2rem;
  font-size: 0.32rem;
  line-height: normal;
  color: #14CD7F;
}

.input-size[data-v-4d92a850] {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.input-box[data-v-4d92a850] {
  padding-top: 3.8rem;
  padding-left: 0.35rem;
  color: #000;
  font-size: 0.4rem;
  position: relative;
}
.input-box .car-more[data-v-4d92a850] {
  position: absolute;
  top: 1rem;
  right: 0.3rem;
  color: #14CD7F;
  font-size: 0.32rem;
  line-height: normal;
}
.input-box .box-div[data-v-4d92a850] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-box .box-div .item-flex[data-v-4d92a850] {
  width: 0.66rem;
  height: 0.76rem;
  line-height: 0.76rem;
  text-align: center;
  border: 0.02rem solid #c3c2c2;
  border-radius: 0.12rem;
  margin-left: 0.14rem;
}
.input-box .box-div .item-flex[data-v-4d92a850]:first-child {
  margin-left: 0;
}
.input-box .box-div .item-flex.active[data-v-4d92a850] {
  border-color: #14CD7F;
}
.input-box .box-div .item-flex[data-v-4d92a850]:last-child {
  color: #d5d5d5;
  background: rgba(20, 205, 127, 0.1);
  border-color: rgba(20, 205, 127, 0.4);
  font-weight: normal;
}
.input-box .box-div .item-flex:last-child .black[data-v-4d92a850] {
  color: #000;
}
.input-box .box-div .dian[data-v-4d92a850] {
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
  background-color: #c3c2c2;
  margin-left: 0.08rem;
}
.input-box .icon-div[data-v-4d92a850] {
  padding-left: 0.1rem;
  padding-right: 0.2rem;
}
.input-box .icon[data-v-4d92a850] {
  width: 0.35rem;
  position: relative;
  top: -0.05rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.input-box .flex[data-v-4d92a850] {
  padding-left: 0.2rem;
  border-left: 0.02rem solid #F7F7F7;
}
.input-box .flex input[data-v-4d92a850] {
  letter-spacing: 0.18rem;
  color: #000;
  font-size: 0.4rem;
  line-height: 0.44rem;
  width: 100%;
}
.btn-box[data-v-4d92a850] {
  margin-top: 0.4rem;
  padding: 0 0.2rem;
}
.word-list[data-v-4d92a850] {
  padding: 0.3rem 0.02rem 0 0.052rem;
  background-color: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.word-list .word-item[data-v-4d92a850] {
  width: 0.6rem;
  padding: 0.2rem 0;
  color: #000;
  font-size: 0.4rem;
  line-height: 0.44rem;
  text-align: center;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02rem 0.04rem 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0.02rem 0.04rem 0 rgba(0, 0, 0, 0.5);
  border-radius: 0.04rem;
  margin-left: 0.3rem;
  margin-bottom: 0.4rem;
}
.word-list .word-item.active[data-v-4d92a850] {
  background: rgba(0, 0, 0, 0.3);
}
.word-list .word-item[data-v-4d92a850]:active {
  background: rgba(0, 0, 0, 0.3);
}
.word-list .word-item.remove[data-v-4d92a850] {
  position: absolute;
  right: 0.25rem;
  bottom: 0;
  background: #f2f2f2;
}

.input-size[data-v-11a18b2d] {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.pi-content[data-v-11a18b2d] {
  padding-top: 0.88rem;
}
.pi-content .header[data-v-11a18b2d] {
  position: relative;
}
.pi-content .header .back[data-v-11a18b2d] {
  position: absolute;
  bottom: 0.12rem;
  padding: 0 0.1rem;
  cursor: pointer;
}
.pi-content .header .back img[data-v-11a18b2d] {
  width: 0.6rem;
}
.pi-content .header .title[data-v-11a18b2d] {
  font-size: 0.4rem;
  text-align: center;
  height: 0.88rem;
  line-height: 0.88rem;
}
.pi-content .header.bg[data-v-11a18b2d] {
  background-color: #14CD7F;
  color: #fff;
}
.pi-content .header.white[data-v-11a18b2d] {
  background-color: #fff;
}
.pi-content .header.fixed[data-v-11a18b2d] {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}
.pi-content .user-group[data-v-11a18b2d] {
  position: fixed;
  top: 1rem;
  left: 0;
  z-index: 3;
  width: 100%;
  z-index: 5;
  background-color: #f4f8cb;
}
.pi-content .user-group .group-box[data-v-11a18b2d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pi-content .user-group .group-box .group-flex[data-v-11a18b2d] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.05rem 0.2rem;
  font-size: 0.24rem;
  line-height: normal;
  color: #999;
}

.input-size {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
.pi-button {
  height: 0.96rem;
  color: #fff;
  font-size: 0.4rem;
  border-radius: 2rem;
  border: none;
  padding: 0 0.2rem;
}
.pi-button.on {
  border: 1px solid #14CD7F;
  background-color: transparent;
  color: #14CD7F;
}
.pi-button.primary {
  background-color: #14CD7F;
}
.pi-button.default {
  background-color: #bff3dd;
}
.pi-button.danger {
  background-color: #FC9191;
}
.pi-button.loading {
  background-color: #79e4b7;
}
.pi-button.loading .loading-img {
  width: 0.34rem;
}
.pi-button.warning {
  background-color: #FF9400;
}
.pi-button.block {
  display: block;
  width: 100%;
}
.pi-button.primary:active {
  background-color: #79e4b7;
}
.pi-button.on:active {
  background-color: #f7f7f7;
}
.pi-button.small {
  height: 0.72rem;
  font-size: 0.36rem;
}
.pi-button.fixed-btn {
  position: fixed;
  width: 100%;
  border-radius: 0;
  left: 0;
  bottom: 0;
  z-index: 8;
}
@charset "utf-8";
.input-size {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}
/********** 基本样式 **********/
/********** 格式化样式 **********/
a,
abbr,
address,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
label,
legend,
li,
object,
ol,
p,
pre,
q,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
ul,
input {
  margin: 0;
  padding: 0;
  border: 0;
}
* {
  margin: 0;
  padding: 0;
}
html {
  width: 100%;
  height: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100px;
  color: #333;
  /* line-height:.16rem; */
  -webkit-text-size-adjust: none;
}
body {
  min-height: 100%;
  background: #ffffff;
  font-size: 14px;
  font-family: 'PingFangSC-Regular';
}
a {
  color: #333;
  text-decoration: none;
  outline: none;
  blr: expression(this.onFocus=this.blur());
}
a:hover {
  color: #333;
  text-decoration: none;
}
button {
  outline: none;
}
ul {
  list-style-type: none;
}
li {
  list-style: none;
}
table {
  border-collapse: collapse;
}
input,
select,
pre,
textarea {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  border: 1px solid #ccc;
  outline: none;
  border: none;
  caret-color: #14CD7F;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
i,
em {
  font-style: normal;
}
img {
  border: 0;
  vertical-align: middle;
  pointer-events: none;
}
body.bg {
  background-color: #f7f7f7;
}
body.bg2 {
  background-color: #FBFBFB;
}
img {
  pointer-events: none;
  border: 0;
}
img.tap {
  pointer-events: all;
}
* {
  -webkit-tap-highlight-color: transparent;
}
.clear {
  clear: both;
}
.text-hide {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-hide {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.v-center {
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
}
.inlink {
  display: inline-block;
}
.v-center-sx {
  display: -webkit-box;
  -webkit-box-align: center;
}
.page-loadmore {
  overflow: scroll;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}
.main-color {
  color: #14CD7F;
}
.red {
  color: #FC9191;
}
.green {
  color: #30C102;
}
.blue {
  color: #0E94FB;
}
.orange {
  color: #FF9400;
}
.powder {
  color: #B28BE3;
}
.border-blue {
  border-color: #0E94FB;
}
.grey {
  color: #999;
}
.black {
  color: #000000;
}
.div-active:active {
  background-color: #f5f5f5 !important;
}
.tap-active {
  transition: 0.3s all;
}
.tap-active:active {
  opacity: 0.7;
}
.no-list-data {
  text-align: center;
  color: #999;
  font-size: 0.24rem;
  padding: 0.4rem 0;
}
.opacity {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 7;
  left: 0;
  top: 0;
}
.mint-toast {
  z-index: 10000;
}
.mint-toast .mint-toast-text {
  font-size: 0.32rem;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.wh100 {
  width: 100%;
  height: 100%;
}
.w100 {
  width: 100%;
}
.popup-box {
  width: 7.5rem;
  box-sizing: border-box;
}
.em4 {
  float: left;
  margin-right: 0.7rem;
  overflow: hidden;
  text-align: center;
  width: 4.5em;
}
.em-2 {
  letter-spacing: 2em;
  margin-right: -2em;
}
.em-3 {
  letter-spacing: 0.5em;
  margin-right: -0.5em;
}
.up-arrow {
  display: inline-block;
  width: 0.12rem;
  height: 0.12rem;
  margin-top: 5px;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #999999;
  transform: rotate(135deg);
  vertical-align: middle;
  transition: all 0.25s;
}
.down-arrow {
  display: inline-block;
  width: 0.12rem;
  height: 0.12rem;
  margin-top: -5px;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #999999;
  transform: rotate(-45deg);
  vertical-align: middle;
  transition: all 0.25s;
}
.left-arrow {
  display: inline-block;
  width: 0.12rem;
  height: 0.12rem;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #999999;
  transform: rotate(45deg);
  vertical-align: middle;
  transition: all 0.25s;
}
.right-arrow {
  display: inline-block;
  width: 0.12rem;
  height: 0.12rem;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #999999;
  transform: rotate(-135deg);
  vertical-align: middle;
  transition: all 0.25s;
}
.fixed-btn {
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 0.2rem;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
}
.mint-datetime-action.mint-datetime-cancel {
  color: #999;
  text-align: left;
  padding-left: 20px;
  box-sizing: border-box;
}
.mint-datetime-action.mint-datetime-confirm {
  color: #14CD7F;
  text-align: right;
  padding-right: 20px;
  box-sizing: border-box;
}
/*动画*/
.fade-down {
  animation: down 0.3s forwards;
}
.fade-upward {
  animation: upward 0.4s forwards;
}
@keyframes down {
  from {
    transform: translate3D(0, -150%, 0);
  }
  to {
    transform: translate3D(0, 0, 0);
  }
}
@keyframes upward {
  from {
    transform: translate3D(0, 0, 0);
  }
  to {
    transform: translate3D(0, -150%, 0);
  }
}
.opacity-show {
  animation: opacityShow 0.4s forwards;
}
.opacity-hide {
  animation: opacityHide 0.4s forwards;
}
@keyframes opacityShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacityHide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.rotate-div {
  animation: rotateDiv 1s infinite linear;
}
@keyframes rotateDiv {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.div-scale {
  animation: divScale 0.4s forwards;
  transform-origin: center center;
}
.div-scaleHide {
  animation: divScaleHide 0.4s forwards;
  transform-origin: center center;
}
@keyframes divScale {
  from {
    transform: translate(-50%, -50%) scale(0);
  }
  to {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes divScaleHide {
  from {
    transform: translate(-50%, -50%) scale(1);
  }
  to {
    transform: translate(-50%, -50%) scale(0);
  }
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #C3C2C2;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #C3C2C2;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #C3C2C2;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #C3C2C2;
}
.input-size {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #000000;
}

/*# sourceMappingURL=app.css.map?a=1729835313000*/