.kmPayIcon[data-v-663cf342] {
  height: 2rem;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
}
.kmPayIcon .yellow[data-v-663cf342] {
    color: #ff9600 !important;
}
.kmPayIcon i[data-v-663cf342] {
    font-size: .8rem;
    margin-right: .5rem;
}
.kmPayIcon i.icon-payFail[data-v-663cf342] {
      color: #939393;
}
.kmPayIcon i.fc2e73[data-v-663cf342]::before {
      color: #fc2e73 !important;
}
.kmPayIcon i.ff9600[data-v-663cf342]::before {
      color: #ff9600 !important;
}
.kmPayIcon span[data-v-663cf342] {
    font-size: .48rem;
}

.fontsize12[data-v-78c7e2f6], .fs12[data-v-78c7e2f6] {
  font-size: 0.24rem;
}
.fontsize14[data-v-78c7e2f6] {
  font-size: 0.28rem;
}
.fontsize16[data-v-78c7e2f6] {
  font-size: 0.32rem;
}
.fontsize24[data-v-78c7e2f6], .fs24[data-v-78c7e2f6] {
  font-size: 0.48rem;
}
.flex-box[data-v-78c7e2f6] {
  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-78c7e2f6] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.flex-box.flex-wrap[data-v-78c7e2f6] {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.flex-box.flex-direction-column[data-v-78c7e2f6] {
    -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-78c7e2f6] {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.flex-box.justify-content-between[data-v-78c7e2f6] {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.flex-box.justify-content-around[data-v-78c7e2f6] {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
}
.flex-box.align-items-flex-start[data-v-78c7e2f6] {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.box-shadow[data-v-78c7e2f6] {
  -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-78c7e2f6] {
  -webkit-box-shadow: 0 3px 5px #e8d5d8;
          box-shadow: 0 3px 5px #e8d5d8;
}
.animation[data-v-78c7e2f6] {
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.text-ellipsis[data-v-78c7e2f6] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fr[data-v-78c7e2f6] {
  float: right;
}
.color-active[data-v-78c7e2f6] {
  color: #d5a5ac;
}
.imgbg[data-v-78c7e2f6] {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.color-4a[data-v-78c7e2f6] {
  color: #4a4a4a;
}
.color-6e[data-v-78c7e2f6] {
  color: #6e6e6e;
}
.redDot-pos-r[data-v-78c7e2f6] {
  position: relative;
}
.redDot-pos-r .redDot-pos-a[data-v-78c7e2f6] {
    position: absolute;
    top: .1rem;
    right: .1rem;
}
.redDot-pos-r .redDot-pos-a.redDot-pos-aList[data-v-78c7e2f6] {
      top: -.1rem;
      right: .1rem;
}
.redDot[data-v-78c7e2f6] {
  width: .2rem;
  height: .2rem;
  background-color: transparent;
  -webkit-border-radius: 200%;
          border-radius: 200%;
  display: inline-block;
}
.redDot.active[data-v-78c7e2f6] {
    background-color: #E7482B;
}
.rate-wrap .van-rate i.van-icon[data-v-78c7e2f6]:not(:last-child) {
  margin-right: .05rem;
}
.rate-wrap.pdl .van-rate[data-v-78c7e2f6] {
  padding-left: .08rem;
}
.rate-wrap.pdl .van-rate i.van-icon[data-v-78c7e2f6]:not(:last-child) {
    margin-right: .0325rem;
}
.iconfont.rotate-180[data-v-78c7e2f6] {
  display: inline-block;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.iconfont.rotate-90[data-v-78c7e2f6] {
  display: inline-block;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #6e6e6e;
}
.component[data-v-78c7e2f6] {
  width: 100%;
  background-color: white;
  -webkit-box-shadow: 0 0 0.2rem #e8d5d8;
          box-shadow: 0 0 0.2rem #e8d5d8;
  margin: .1rem 0;
  padding: .3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.component .titles[data-v-78c7e2f6] {
    width: 1.38rem;
    font-size: .32rem;
    line-height: .36rem;
    color: #808080;
    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;
    text-align: center;
}
.component .titles.icon[data-v-78c7e2f6] {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
}
.component .titles.icon .square[data-v-78c7e2f6] {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: .36rem;
        height: .36rem;
        border: 1px solid #f8be4c;
        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-align-content: center;
            -ms-flex-line-pack: center;
                align-content: center;
}
.component .titles.icon .square i[data-v-78c7e2f6] {
          color: #f8be4c;
}
.component .content[data-v-78c7e2f6] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: .53rem;
}
.component .content > p[data-v-78c7e2f6] {
      margin-bottom: .2rem;
}
.component .content > p[data-v-78c7e2f6]:last-child {
        margin: 0;
}
.component .content .name[data-v-78c7e2f6] {
      color: #ff9800;
      font-size: .28rem;
      line-height: .36rem;
      white-space: nowrap;
}
.component .content .addr[data-v-78c7e2f6], .component .content .phone[data-v-78c7e2f6] {
      font-family: "PingFangSC-Regular";
      font-size: .24rem;
      line-height: .36rem;
      color: #4a4a4a;
}
.component .content.product-wrapper[data-v-78c7e2f6] {
      height: 100%;
}
.component .content.product-wrapper .product-item[data-v-78c7e2f6] {
        margin-bottom: .12rem;
        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-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
}
.component .content.product-wrapper .product-img[data-v-78c7e2f6] {
        width: 1.1rem;
        height: 1.1rem;
        -webkit-border-radius: .05rem;
                border-radius: .05rem;
        background: #D5D5D5;
        margin-right: .2rem;
}
.component .content.product-wrapper .placeholder-img[data-v-78c7e2f6] {
        width: 1.1rem;
        height: 0.01rem;
        margin-right: .2rem;
}
.component .content.product-wrapper .product-info[data-v-78c7e2f6] {
        height: 1.1rem;
        color: #6e6e6e;
        font-size: .24rem;
        white-space: normal;
        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: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
}
.component .content.product-wrapper .statistics .product-info[data-v-78c7e2f6] {
        height: auto;
        line-height: .27rem;
        margin-top: .1rem;
        font-size: .24rem;
}
.component .content.product-wrapper .statistics .product-info .price[data-v-78c7e2f6] {
          font-size: .28rem;
          color: #e44d4d;
}
.component .content.pricedesc-wrapper .pricedesc-basics .name[data-v-78c7e2f6] {
      color: #4d4d4d;
      font-size: .28rem;
      line-height: .36rem;
      vertical-align: top;
}
.component .content.pricedesc-wrapper .pricedesc-basics .oldPrice[data-v-78c7e2f6] {
      color: #6e6e6e;
      font-size: .24rem;
      line-height: .27rem;
}
.component .content.pricedesc-wrapper .pricedesc-basics .price[data-v-78c7e2f6] {
      margin-left: .17rem;
      color: #e44d4d;
      font-size: .28rem;
      line-height: .27rem;
}
.component .content.pricedesc-wrapper .desc[data-v-78c7e2f6] {
      color: #6e6e6e;
      font-size: .24rem;
      line-height: .36rem;
      margin-top: .28rem;
}
.component .personal[data-v-78c7e2f6] {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    -ms-transform: translateY(100%);
        transform: translateY(100%);
    -webkit-transform: translateY(100%);
    background: rgba(255, 238, 188, 0.9);
    z-index: 99;
    padding: 1.9rem .5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.component .personal .box[data-v-78c7e2f6] {
      width: 100%;
      height: 100%;
}
.component .personal.map[data-v-78c7e2f6] {
      background-color: #E5E5E5;
      padding: .5rem;
}
.component .personal.map .map-wrapper[data-v-78c7e2f6] {
        height: 3rem;
        margin-top: .5rem;
}
.component .active[data-v-78c7e2f6] {
    -ms-transform: translateY(0%);
        transform: translateY(0%);
    -webkit-transform: translateY(0%);
}
.kmOrderStore[data-v-78c7e2f6] {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.kmOrderStore .name[data-v-78c7e2f6] {
    font-size: 0.28rem !important;
}
.kmOrderStore .address[data-v-78c7e2f6] {
    font-size: 0.24rem !important;
}
.kmOrderStore .phone[data-v-78c7e2f6] {
    font-size: 0.28rem !important;
}

.kmQR[data-v-ac27055a] {
  padding: .3rem .7rem .3rem .9rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  background-color: #e7e7e7;
}
.kmQR img[data-v-ac27055a] {
    width: 2.6rem;
    height: 2.6rem;
    -webkit-box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.3);
    -webkit-border-radius: .1rem;
            border-radius: .1rem;
}
.kmQR p[data-v-ac27055a] {
    font-size: .28rem;
    text-align: center;
    color: #4d4d4d;
    font-weight: 600;
}

