.fontsize12[data-v-7c44c5b2], .fs12[data-v-7c44c5b2] {
  font-size: 0.24rem;
}
.fontsize14[data-v-7c44c5b2] {
  font-size: 0.28rem;
}
.fontsize16[data-v-7c44c5b2] {
  font-size: 0.32rem;
}
.fontsize24[data-v-7c44c5b2], .fs24[data-v-7c44c5b2] {
  font-size: 0.48rem;
}
.flex-box[data-v-7c44c5b2] {
  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-7c44c5b2] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.flex-box.flex-wrap[data-v-7c44c5b2] {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.flex-box.flex-direction-column[data-v-7c44c5b2] {
    -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-7c44c5b2] {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.flex-box.justify-content-between[data-v-7c44c5b2] {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.flex-box.justify-content-around[data-v-7c44c5b2] {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
}
.flex-box.align-items-flex-start[data-v-7c44c5b2] {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.box-shadow[data-v-7c44c5b2] {
  -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-7c44c5b2] {
  -webkit-box-shadow: 0 3px 5px #e8d5d8;
          box-shadow: 0 3px 5px #e8d5d8;
}
.animation[data-v-7c44c5b2] {
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.text-ellipsis[data-v-7c44c5b2] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fr[data-v-7c44c5b2] {
  float: right;
}
.color-active[data-v-7c44c5b2] {
  color: #d5a5ac;
}
.imgbg[data-v-7c44c5b2] {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.color-4a[data-v-7c44c5b2] {
  color: #4a4a4a;
}
.color-6e[data-v-7c44c5b2] {
  color: #6e6e6e;
}
.redDot-pos-r[data-v-7c44c5b2] {
  position: relative;
}
.redDot-pos-r .redDot-pos-a[data-v-7c44c5b2] {
    position: absolute;
    top: .1rem;
    right: .1rem;
}
.redDot-pos-r .redDot-pos-a.redDot-pos-aList[data-v-7c44c5b2] {
      top: -.1rem;
      right: .1rem;
}
.redDot[data-v-7c44c5b2] {
  width: .2rem;
  height: .2rem;
  background-color: transparent;
  -webkit-border-radius: 200%;
          border-radius: 200%;
  display: inline-block;
}
.redDot.active[data-v-7c44c5b2] {
    background-color: #E7482B;
}
.rate-wrap .van-rate i.van-icon[data-v-7c44c5b2]:not(:last-child) {
  margin-right: .05rem;
}
.rate-wrap.pdl .van-rate[data-v-7c44c5b2] {
  padding-left: .08rem;
}
.rate-wrap.pdl .van-rate i.van-icon[data-v-7c44c5b2]:not(:last-child) {
    margin-right: .0325rem;
}
.iconfont.rotate-180[data-v-7c44c5b2] {
  display: inline-block;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.iconfont.rotate-90[data-v-7c44c5b2] {
  display: inline-block;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #6e6e6e;
}
.form-wrap[data-v-7c44c5b2] {
  margin: .2rem 0 0 .06rem;
  -webkit-box-shadow: -8px 0 5px #f2dde2;
          box-shadow: -8px 0 5px #f2dde2;
  -webkit-border-radius: .05rem;
          border-radius: .05rem;
}
.form-wrap[data-v-7c44c5b2]:first-child {
    margin-top: .3rem;
}
.form-wrap.onlyShow .form-item[data-v-7c44c5b2] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
.form-wrap.onlyShow .form-item[data-v-7c44c5b2]:first-child {
      border-bottom: 0;
}
.form-wrap.onlyShow.process .form-item[data-v-7c44c5b2] {
    padding: .2rem 0;
    font-size: .24rem;
    position: relative;
    margin-bottom: 0;
}
.form-wrap.onlyShow.process .form-item .item-timeline[data-v-7c44c5b2] {
      width: 1.21rem;
}
.form-wrap.onlyShow.process .form-item .item-timeline .item-date[data-v-7c44c5b2] {
        width: 1rem;
}
.form-wrap.onlyShow.process .form-item .item-timeline .item-hour[data-v-7c44c5b2] {
        font-size: .2rem;
        color: #b1b1b1;
}
.form-wrap.onlyShow.process .form-item .item-desc[data-v-7c44c5b2] {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-left: .3rem;
}
.form-wrap.onlyShow.process .form-item .item-desc .item-log[data-v-7c44c5b2] {
        font-size: .24rem;
        color: #6e6e6e;
}
.form-wrap.onlyShow.process .form-item[data-v-7c44c5b2]:first-child:before {
      height: 80%;
}
.form-wrap.onlyShow.process .form-item[data-v-7c44c5b2]:first-child:after {
      bottom: 66%;
}
.form-wrap.onlyShow.process .form-item[data-v-7c44c5b2]:last-child:before {
      height: 20%;
      top: 0;
}
.form-wrap.onlyShow.process .form-item[data-v-7c44c5b2]:last-child:after {
      bottom: 66%;
}
.form-wrap.onlyShow.process .form-item[data-v-7c44c5b2]:before {
      position: absolute;
      content: '';
      border-left: 1px solid #CACACA;
      height: 100%;
      bottom: 0;
      left: 1.05rem;
}
.form-wrap.onlyShow.process .form-item[data-v-7c44c5b2]:after {
      position: absolute;
      content: '';
      width: .23rem;
      height: .23rem;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      font-size: 0;
      padding: .02rem;
      background: #CACACA;
      bottom: 66%;
      left: .925rem;
      background-clip: content-box;
}
.form-wrap.onlyShow.process .form-item.end[data-v-7c44c5b2]:after {
      width: .19rem;
      height: .19rem;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      border: .01rem dashed #CACACA;
      font-size: 0;
      padding: .02rem;
      background: #CACACA;
      bottom: 66%;
      left: .925rem;
      background-clip: content-box;
}
.form-wrap.onlyShow.process .form-item.yet .item-desc .item-log[data-v-7c44c5b2], .form-wrap.onlyShow.process .form-item.yet .item-desc .item-status[data-v-7c44c5b2] {
      color: #b1b1b1;
}
.form-wrap.onlyShow.process .form-item.yet[data-v-7c44c5b2]:after {
      width: .19rem;
      height: .19rem;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      border: .01rem dashed #c8a1b0;
      font-size: 0;
      padding: .02rem;
      background: #c8a1b0;
      bottom: 66%;
      left: .925rem;
      background-clip: content-box;
}
.form-wrap.onlyShow.process .form-item.now .item-desc .item-log[data-v-7c44c5b2], .form-wrap.onlyShow.process .form-item.now .item-desc .item-status[data-v-7c44c5b2] {
      color: #c8a1b0;
}
.form-wrap.onlyShow.process .form-item.now[data-v-7c44c5b2]:after {
      position: absolute;
      content: '';
      width: .23rem;
      height: .23rem;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      font-size: 0;
      padding: .02rem;
      background: #c8a1b0;
      bottom: 66%;
      left: .925rem;
      background-clip: content-box;
}
.form-wrap.onlyShow.logistics-profile[data-v-7c44c5b2] {
    padding-bottom: .2rem;
    padding-top: .4rem;
}
.form-wrap.onlyShow.logistics-profile .form-item[data-v-7c44c5b2] {
      padding: 0;
      margin: 0;
}
.form-wrap.onlyShow.logistics-profile .form-item .logistics-company[data-v-7c44c5b2] {
        width: 100%;
}
.form-wrap.onlyShow.logistics-profile .form-item .logistics-company .company-logo-wrapper .company-logo[data-v-7c44c5b2] {
          width: 1.4rem;
          height: 1.1rem;
}
.form-wrap.onlyShow.logistics-profile .form-item .logistics-company .company-profile[data-v-7c44c5b2] {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding-left: .32rem;
}
.form-wrap.onlyShow.logistics-profile .form-item .logistics-company .company-profile .company-name[data-v-7c44c5b2] {
            font-size: .32rem;
            color: #4a4a4a;
}
.form-wrap.onlyShow.logistics-profile .form-item .logistics-company .company-profile .company-name .logistics-status[data-v-7c44c5b2] {
              margin-top: -.5rem;
              color: #999;
              font-weight: 700;
}
.form-wrap.onlyShow.logistics-profile .form-item .logistics-company .company-profile .company-no[data-v-7c44c5b2], .form-wrap.onlyShow.logistics-profile .form-item .logistics-company .company-profile .company-hint[data-v-7c44c5b2] {
            font-size: .24rem;
            color: #808080;
}
.form-wrap.onlyShow.logistics-profile .form-item .logistics-company .company-profile .company-no[data-v-7c44c5b2] {
            margin: .26rem 0 .21rem 0;
}
.form-wrap.onlyShow.logistics-profile .form-item .logistics-company .company-profile .company-no .active[data-v-7c44c5b2] {
              color: #c5959c;
}
.form-wrap.onlyShow.logistics-profile .form-item .logistics-company .company-profile .company-no .active .copy[data-v-7c44c5b2] {
                text-decoration: underline;
}
.form-wrap .form-item[data-v-7c44c5b2] {
    border-bottom: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.form-wrap .form-item[data-v-7c44c5b2]:first-child {
      padding: .1rem 0;
      border-bottom: 0.01rem solid #dfdfdf;
      margin-bottom: .1rem;
}
.form-wrap .form-item:first-child .form-item-label[data-v-7c44c5b2] {
        color: #4a4a4a;
        padding: 0;
}
.form-wrap .form-item .form-item-label[data-v-7c44c5b2] {
      padding: .08rem 0;
}
.form-wrap .form-item .form-item-content[data-v-7c44c5b2] {
      padding: .08rem 0;
      text-align: right;
}
.form-wrap.order-statu .form-item-label[data-v-7c44c5b2], .form-wrap.order-statu .form-item-display[data-v-7c44c5b2] {
    color: #9b9b9b !important;
}
.orderDtl190121 .btn-wrap[data-v-7c44c5b2] {
  position: fixed;
  bottom: 0;
  right: 0.35rem;
  margin: .3rem 0;
  text-align: center;
}
.orderDtl190121 .btn-wrap button[data-v-7c44c5b2] {
    width: 1.6rem;
    height: .65rem;
    line-height: .63rem;
    text-align: center;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    cursor: pointer;
}
.orderDtl190121 .btn-wrap button.btn-active[data-v-7c44c5b2] {
      color: #fff;
      background: #d5a5ac;
      border: 1px solid #d5a5ac;
}
.orderDtl190121 .btn-wrap button.btn-cancel[data-v-7c44c5b2] {
      color: #9b9b9b;
      background: transparent;
      border: 1px solid #9b9b9b;
}
.orderDtl190121 .btn-wrap button[data-v-7c44c5b2]:not(:last-child) {
      margin-right: .15rem;
}
.orderDtl190121 .btn-wrap.content button[data-v-7c44c5b2] {
    width: 2.4rem;
}
.prd-wrap.flex-box[data-v-7c44c5b2] {
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: .18rem 0;
}
.prd-wrap.flex-box .prd-img[data-v-7c44c5b2] {
    width: 1rem;
    height: 1rem;
    margin-right: .29rem;
}
.prd-wrap.flex-box .flex-1[data-v-7c44c5b2] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.prd-wrap.flex-box .o-flex-box[data-v-7c44c5b2] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -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;
}
.prd-wrap.flex-box .prd-info[data-v-7c44c5b2] {
    font-size: .28rem;
    color: #4a4a4a;
}
.prd-wrap.flex-box .prd-info .prdctSpec[data-v-7c44c5b2] {
      color: #808080;
}
.prd-wrap.flex-box .prd-integral[data-v-7c44c5b2] {
    text-align: left;
}
.prd-wrap.flex-box .payPoints[data-v-7c44c5b2] {
    font-size: .3rem;
    color: #4a4a4a;
}
.prd-wrap.flex-box .mktPrice[data-v-7c44c5b2] {
    font-size: .24rem;
    color: #808080;
}
.form-wrap.prd-wrap .form-item .form-item-content[data-v-7c44c5b2] {
  text-align: left;
}
.serviceQQ .service-msg[data-v-7c44c5b2] {
  width: 100%;
}
.serviceQQ .service-phone[data-v-7c44c5b2] {
  width: 100%;
  margin: .14rem 0;
}
.serviceQQ .service-phone .phone-handle[data-v-7c44c5b2] {
    -webkit-border-radius: .1rem;
            border-radius: .1rem;
    border: 1px solid #acacac;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #808080;
    line-height: 1;
    padding: .09rem .13rem;
    position: relative;
}
.serviceQQ .service-phone .phone-handle a[data-v-7c44c5b2] {
      position: absolute;
      width: 2rem;
      height: .5rem;
      left: 0;
      top: 0;
}
.serviceQQ .service-times[data-v-7c44c5b2] {
  color: #979797;
  font-size: .28rem;
}
.noData[data-v-7c44c5b2] {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -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;
  color: #979797;
}
.noData img[data-v-7c44c5b2] {
    width: 2rem;
    margin-top: .3rem;
}

