.fontsize12[data-v-fbeaa76c], .fs12[data-v-fbeaa76c] {
  font-size: 0.24rem;
}
.fontsize14[data-v-fbeaa76c] {
  font-size: 0.28rem;
}
.fontsize16[data-v-fbeaa76c] {
  font-size: 0.32rem;
}
.fontsize24[data-v-fbeaa76c], .fs24[data-v-fbeaa76c] {
  font-size: 0.48rem;
}
.flex-box[data-v-fbeaa76c] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-box .flex1[data-v-fbeaa76c] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.flex-box.flex-wrap[data-v-fbeaa76c] {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.flex-box.flex-direction-column[data-v-fbeaa76c] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
.flex-box.justify-content-start[data-v-fbeaa76c] {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.flex-box.justify-content-between[data-v-fbeaa76c] {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.flex-box.justify-content-around[data-v-fbeaa76c] {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
}
.flex-box.align-items-flex-start[data-v-fbeaa76c] {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.box-shadow[data-v-fbeaa76c] {
  -webkit-box-shadow: 0 0 0.2rem #e8d5d8;
          box-shadow: 0 0 0.2rem #e8d5d8;
  -webkit-border-radius: .1rem;
          border-radius: .1rem;
}
.shadow[data-v-fbeaa76c] {
  -webkit-box-shadow: 0 3px 5px #e8d5d8;
          box-shadow: 0 3px 5px #e8d5d8;
}
.animation[data-v-fbeaa76c] {
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.text-ellipsis[data-v-fbeaa76c] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fr[data-v-fbeaa76c] {
  float: right;
}
.color-active[data-v-fbeaa76c] {
  color: #d5a5ac;
}
.imgbg[data-v-fbeaa76c] {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.color-4a[data-v-fbeaa76c] {
  color: #4a4a4a;
}
.color-6e[data-v-fbeaa76c] {
  color: #6e6e6e;
}
.redDot-pos-r[data-v-fbeaa76c] {
  position: relative;
}
.redDot-pos-r .redDot-pos-a[data-v-fbeaa76c] {
    position: absolute;
    top: .1rem;
    right: .1rem;
}
.redDot-pos-r .redDot-pos-a.redDot-pos-aList[data-v-fbeaa76c] {
      top: -.1rem;
      right: .1rem;
}
.redDot[data-v-fbeaa76c] {
  width: .2rem;
  height: .2rem;
  background-color: transparent;
  -webkit-border-radius: 200%;
          border-radius: 200%;
  display: inline-block;
}
.redDot.active[data-v-fbeaa76c] {
    background-color: #E7482B;
}
.rate-wrap .van-rate i.van-icon[data-v-fbeaa76c]:not(:last-child) {
  margin-right: .05rem;
}
.rate-wrap.pdl .van-rate[data-v-fbeaa76c] {
  padding-left: .08rem;
}
.rate-wrap.pdl .van-rate i.van-icon[data-v-fbeaa76c]:not(:last-child) {
    margin-right: .0325rem;
}
.iconfont.rotate-180[data-v-fbeaa76c] {
  display: inline-block;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.iconfont.rotate-90[data-v-fbeaa76c] {
  display: inline-block;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #6e6e6e;
}
.wrap[data-v-fbeaa76c] {
  padding: .2rem .2rem .4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  width: 100%;
}
.wrap .box[data-v-fbeaa76c] {
    background-color: white;
    width: 100%;
    -webkit-border-radius: .2rem;
            border-radius: .2rem;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    padding: .28rem .2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
}
.title[data-v-fbeaa76c] {
  color: #c89ba2;
  margin-bottom: .8rem;
}
.recharge[data-v-fbeaa76c] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #f5eeef;
  padding-bottom: .1rem;
  margin-bottom: .1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.recharge span[data-v-fbeaa76c]:first-child {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: inline-block;
    text-align: left;
}
.recharge[data-v-fbeaa76c] .van-stepper__minus {
    width: .6rem;
    height: .6rem;
    background-color: #f2f3f5;
    -webkit-border-radius: .1rem;
            border-radius: .1rem;
}
.recharge[data-v-fbeaa76c] .van-stepper__plus {
    width: .6rem;
    height: .6rem;
    background-color: #f2f3f5;
    -webkit-border-radius: .1rem;
            border-radius: .1rem;
}
.recharge[data-v-fbeaa76c] input {
    height: .6rem;
    width: 1.4rem;
    margin: 0 .1rem;
    background-color: #f2f3f5;
    -webkit-border-radius: .1rem;
            border-radius: .1rem;
}
.recharge[data-v-fbeaa76c] input:disabled {
      color: black;
      opacity: 1;
}
.ipt[data-v-fbeaa76c] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #f5eeef;
  padding-bottom: .1rem;
  margin-bottom: .1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ipt .name[data-v-fbeaa76c] {
    font-style: .28rem;
    color: #666666;
    width: 3rem;
    display: inline-block;
    text-align: left;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}
.ipt .store[data-v-fbeaa76c] {
    position: relative;
    text-align: right;
    padding-right: .4rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: #afafaf;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.ipt .store span[data-v-fbeaa76c] {
      font-size: .24rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      display: inline-block;
      width: 3rem;
}
.ipt .store i[data-v-fbeaa76c] {
      position: absolute;
      right: 0;
      top: 40%;
      width: 0;
      height: 0;
      border-width: .14rem;
      border-style: solid;
      border-color: #c5959c transparent transparent transparent;
}
.ipt input[data-v-fbeaa76c] {
    border: none;
    text-align: right;
    color: #ff6969;
    padding-right: .2rem;
    width: auto;
    font-size: .3rem;
}
.ipt input[data-v-fbeaa76c]::-webkit-input-placeholder {
    font-size: .28rem;
    color: #666666;
}
.tip[data-v-fbeaa76c] {
  color: #9e9e9e;
  font-size: .22rem;
  text-align: right;
  padding-bottom: .23rem;
}
.order[data-v-fbeaa76c] {
  background-color: #f5eeef;
  -webkit-border-radius: .2rem;
          border-radius: .2rem;
  font-size: .24rem;
  /*padding: .06rem .1rem 0;*/
  margin-top: .2rem;
  /*padding:.35rem 0;*/
}
.order .item[data-v-fbeaa76c] {
    padding: .3rem .35rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.order .item[data-v-fbeaa76c]:last-child {
      border-top: 1px dashed #e0c6ca;
}
.order .item:last-child span[data-v-fbeaa76c]:last-child {
        color: #ff6969;
        font-size: .38rem;
}
.order .item span[data-v-fbeaa76c]:first-child {
      color: #666666;
}
.order .item span[data-v-fbeaa76c]:last-child {
      color: #444444;
}
.bat[data-v-fbeaa76c] {
  width: 5.8rem;
  height: .68rem;
  line-height: .68rem;
  -webkit-border-radius: .34rem;
          border-radius: .34rem;
  text-align: center;
  display: inline-block;
  margin: .53rem 0 0;
  background-color: #f5eeef;
  color: #666666;
}
.active[data-v-fbeaa76c] {
  color: white;
  background: -webkit-gradient(linear, left top, right top, from(#f77e7e), to(#aa2541));
  background: -webkit-linear-gradient(left, #f77e7e, #aa2541);
  background: linear-gradient(to right, #f77e7e, #aa2541);
}
.number[data-v-fbeaa76c] {
  width: 5.8rem;
  text-align: right;
  font-size: .24rem;
  color: #9e9e9e;
  margin-top: .24rem;
}

