.km-code[data-v-74e9e1fe] {
  display: inline-block;
  -webkit-box-flex: 0;
  -webkit-flex: 0;
      -ms-flex: 0;
          flex: 0;
  text-align: left;
  white-space: nowrap;
}
.km-code .btn-text[data-v-74e9e1fe] {
    color: #ffb142;
}

#liveOrder[data-v-ef69d0c0] {
  background-color: #F4F6F8;
  min-height: 100vh;
  height: 100vh;
  /*overflow-y: scroll;*/
}
.flex[data-v-ef69d0c0] {
  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;
}
.flex .flex1[data-v-ef69d0c0] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.address[data-v-ef69d0c0] {
  width: 100%;
  padding: .27rem .32rem .24rem;
  margin-bottom: .32rem;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: white;
}
.address .addName[data-v-ef69d0c0] {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.address .addName .select[data-v-ef69d0c0] {
      font-size: .34rem;
      font-weight: bold;
      color: #111111;
}
.address .addName .select .iconfont[data-v-ef69d0c0] {
        color: #BFC2CC;
        font-size: .30rem;
        margin-left: .16rem;
}
.address .addName .prov[data-v-ef69d0c0] {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
}
.address .addName .prov span[data-v-ef69d0c0]:first-child {
        font-size: .20rem;
        width: .96rem;
        height: .32rem;
        line-height: .32rem;
        -webkit-border-radius: .04rem;
                border-radius: .04rem;
        display: inline-block;
        background: #00C1C1;
        text-align: center;
        color: white;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        margin-right: .16rem;
}
.address .addName .prov span[data-v-ef69d0c0]:last-child {
        margin-right: .50rem;
        font-size: .26rem;
}
.address .toggle[data-v-ef69d0c0] {
    width: 1.24rem;
    height: .48rem;
    background: -webkit-gradient(linear, left top, right top, from(#FF6C0A), to(#FF9F18));
    background: -webkit-linear-gradient(left, #FF6C0A 0%, #FF9F18 100%);
    background: linear-gradient(90deg, #FF6C0A 0%, #FF9F18 100%);
    -webkit-border-radius: .24rem;
            border-radius: .24rem;
    display: inline-block;
    font-size: .20rem;
    position: relative;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}
.address .toggle[data-v-ef69d0c0]:after {
      content: '';
      display: inline-block;
      width: .62rem;
      height: .44rem;
      background-color: white;
      position: absolute;
      left: .02rem;
      top: .02rem;
      -webkit-border-radius: .24rem;
              border-radius: .24rem;
      z-index: 10;
      -webkit-transition: all .3s;
      transition: all .3s;
}
.address .toggle span[data-v-ef69d0c0] {
      display: inline-block;
      width: 50%;
      height: .48rem;
      line-height: .48rem;
      text-align: center;
      position: absolute;
      top: 0;
      z-index: 20;
      -webkit-transition: all .3s;
      transition: all .3s;
}
.address .toggle span[data-v-ef69d0c0]:first-child {
        left: 0;
        color: #FF6C0A;
}
.address .toggle span[data-v-ef69d0c0]:nth-child(2) {
        right: 0;
        color: white;
}
.address .toggle.right[data-v-ef69d0c0]:after {
      left: .60rem;
}
.address .toggle.right span[data-v-ef69d0c0]:first-child {
      color: white;
}
.address .toggle.right span[data-v-ef69d0c0]:last-child {
      color: #FF6C0A;
}
.address .detail[data-v-ef69d0c0] {
    margin-top: .10rem;
    font-size: .34rem;
    font-weight: bold;
    color: #111111;
    padding-right: 1.70rem;
}
.address .phone[data-v-ef69d0c0] {
    margin-top: .16rem;
}
.address .phone span[data-v-ef69d0c0] {
      font-size: .26rem;
      color: #111111;
}
.address .phone span[data-v-ef69d0c0]:last-child {
        color: #909399;
        margin-left: .24rem;
}
.address .store[data-v-ef69d0c0] {
    padding-top: .2rem;
    font-size: .26rem;
}
.address .store .disabled[data-v-ef69d0c0] {
      color: #909399;
}
.address .store .light[data-v-ef69d0c0] {
      color: #FF6D0A;
}
.address .store .iconfont[data-v-ef69d0c0] {
      font-size: .22rem;
      margin-left: .1rem;
}
.address .border[data-v-ef69d0c0] {
    width: 100%;
    height: .08rem;
    position: absolute;
    bottom: 0;
    left: 0;
}
.light[data-v-ef69d0c0] {
  color: #FF6C0A !important;
}
.order[data-v-ef69d0c0] {
  padding: .32rem .32rem .56rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: white;
}
.order > div[data-v-ef69d0c0]:first-child {
    font-size: .26rem;
    margin-bottom: .32rem;
}
.prodList .item[data-v-ef69d0c0] {
  height: 1.92rem;
  margin-bottom: .32rem;
}
.prodList .item img[data-v-ef69d0c0] {
    width: 1.92rem;
    height: 1.92rem;
    margin-right: .32rem;
    -webkit-border-radius: .04rem;
            border-radius: .04rem;
}
.prodList .item > div[data-v-ef69d0c0] {
    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;
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.prodList .item > div .name[data-v-ef69d0c0] {
      line-height: .44rem;
      font-size: .28rem;
}
.prodList .item > div .price .flex1[data-v-ef69d0c0] {
      color: #FE0040;
      font-weight: bold;
      font-size: .32rem;
      display: inline-block;
}
.prodList .item > div .price .val[data-v-ef69d0c0] {
      width: .72rem;
      height: .48rem;
      line-height: .48rem;
      -webkit-border-radius: .04rem;
              border-radius: .04rem;
      background: #F4F6F8;
      text-align: center;
      display: inline-block;
      margin: 0 .12rem;
      font-weight: bold;
}
.prodList .item > div .price .iconfont[data-v-ef69d0c0] {
      font-size: .36rem;
      color: #909399;
      position: relative;
      padding: .20rem .20rem 0;
      margin-top: -.20rem;
}
.prodList .item > div .price .icon-add[data-v-ef69d0c0] {
      margin-right: -.20rem;
}
.line[data-v-ef69d0c0] {
  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;
  margin: .40rem 0;
  font-size: .26rem;
  color: #909399;
}
.line[data-v-ef69d0c0]:last-child {
    margin-bottom: 0;
}
.line .label[data-v-ef69d0c0] {
    width: 2.24rem;
    color: #111111;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}
.line > input[data-v-ef69d0c0]:nth-child(2), .line > textarea[data-v-ef69d0c0]:nth-child(2), .line > span[data-v-ef69d0c0]:nth-child(2) {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border: none;
    padding: 0;
    color: #909399;
}
.line > input[data-v-ef69d0c0]:nth-child(2)::-webkit-input-placeholder, .line > textarea[data-v-ef69d0c0]:nth-child(2)::-webkit-input-placeholder, .line > span[data-v-ef69d0c0]:nth-child(2)::-webkit-input-placeholder {
      color: #909399;
}
.line > input[data-v-ef69d0c0]:nth-child(2)::-moz-placeholder, .line > textarea[data-v-ef69d0c0]:nth-child(2)::-moz-placeholder, .line > span[data-v-ef69d0c0]:nth-child(2)::-moz-placeholder {
      color: #909399;
}
.line > input[data-v-ef69d0c0]:nth-child(2):-ms-input-placeholder, .line > textarea[data-v-ef69d0c0]:nth-child(2):-ms-input-placeholder, .line > span[data-v-ef69d0c0]:nth-child(2):-ms-input-placeholder {
      color: #909399;
}
.line > input[data-v-ef69d0c0]:nth-child(2)::-ms-input-placeholder, .line > textarea[data-v-ef69d0c0]:nth-child(2)::-ms-input-placeholder, .line > span[data-v-ef69d0c0]:nth-child(2)::-ms-input-placeholder {
      color: #909399;
}
.line > input[data-v-ef69d0c0]:nth-child(2)::placeholder, .line > textarea[data-v-ef69d0c0]:nth-child(2)::placeholder, .line > span[data-v-ef69d0c0]:nth-child(2)::placeholder {
      color: #909399;
}
.line > input[data-v-ef69d0c0]:nth-child(2):disabled, .line > textarea[data-v-ef69d0c0]:nth-child(2):disabled, .line > span[data-v-ef69d0c0]:nth-child(2):disabled {
      background-color: transparent;
}
.line .kmCode[data-v-ef69d0c0] {
    position: absolute;
    right: .32rem;
}
.prodTotal[data-v-ef69d0c0] {
  text-align: right;
  color: #111111;
  background-color: white;
  padding: 0 .32rem .32rem;
  font-size: .28rem;
}
.exchange[data-v-ef69d0c0] {
  margin-top: .32rem;
  background-color: white;
  /*padding-bottom: .24rem;*/
}
.exchange .exchangeHead[data-v-ef69d0c0] {
    padding: .32rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    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;
    font-size: .24rem;
}
.exchange .exchangeHead span[data-v-ef69d0c0]:first-child {
      display: inline-block;
      width: 1.28rem;
      height: .42rem;
      line-height: .42rem;
      text-align: center;
      background: #EA712B;
      -webkit-border-radius: .04rem;
              border-radius: .04rem;
      color: white;
      margin-right: .15rem;
}
.exchange .exchangeHead span[data-v-ef69d0c0]:nth-child(2) {
      color: #111111;
}
.exchange .exchangeList[data-v-ef69d0c0] {
    overflow-x: scroll;
    white-space: nowrap;
}
.exchange .exchangeList[data-v-ef69d0c0]::-webkit-scrollbar {
      display: none;
}
.exchange .exchangeItem[data-v-ef69d0c0] {
    padding: .28rem .32rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 5.69rem;
    height: 1.84rem;
    background: #F6F7FA;
    margin-right: .08rem;
}
.exchange .exchangeItem img[data-v-ef69d0c0] {
      width: 1.28rem;
      height: 1.28rem;
      -webkit-border-radius: .04rem;
              border-radius: .04rem;
      margin-right: .32rem;
}
.exchange .exchangeItem .exchangeInfo[data-v-ef69d0c0] {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.exchange .exchangeItem .exchangeInfo > div[data-v-ef69d0c0]:nth-child(1) {
        font-size: .28rem;
        color: #111111;
        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;
}
.exchange .exchangeItem .exchangeInfo > div:nth-child(1) .light[data-v-ef69d0c0] {
          color: #EA712B;
}
.exchange .exchangeItem .exchangeInfo > div:nth-child(1) .ellipsis[data-v-ef69d0c0] {
          width: 2.5rem;
}
.exchange .exchangeItem .exchangeInfo > div:nth-child(1) .checkbox[data-v-ef69d0c0] {
          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;
          font-size: .24rem;
          color: #909399;
}
.exchange .exchangeItem .exchangeInfo > div:nth-child(1) .checkbox span[data-v-ef69d0c0] {
            margin-right: .12rem;
}
.exchange .exchangeItem .exchangeInfo > div:nth-child(1) .checkbox i[data-v-ef69d0c0] {
            color: #DBDBDB;
}
.exchange .exchangeItem .exchangeInfo > div[data-v-ef69d0c0]:nth-child(2) {
        font-size: .24rem;
        color: #909399;
        text-decoration: line-through;
        opacity: 0;
}
.exchange .exchangeItem .exchangeInfo > div[data-v-ef69d0c0]:nth-child(3) {
        color: #FE0040;
}
.exchange .exchangeItem .exchangeInfo > div:nth-child(3) span[data-v-ef69d0c0]:nth-child(1) {
          font-size: .32rem;
          margin-right: .16rem;
          font-weight: bold;
}
.exchange .exchangeItem .exchangeInfo > div:nth-child(3) span[data-v-ef69d0c0]:nth-child(2) {
          font-size: .24rem;
}
.exchangeSelect[data-v-ef69d0c0] {
  background-color: white;
}
.exchangeSelect .exchangeSelectHead[data-v-ef69d0c0] {
    padding: .32rem;
    color: #111111;
    font-size: .26rem;
}
.exchangeSelect .exchangeSelectList[data-v-ef69d0c0] {
    padding: 0 .32rem;
}
.exchangeSelect .exchangeSelectList .item[data-v-ef69d0c0] {
      margin-bottom: .56rem;
}
.exchangeSelect .prodTotal[data-v-ef69d0c0] {
    margin-top: .9rem;
}
.bats[data-v-ef69d0c0] {
  width: -webkit-calc(100% - .64rem);
  width: calc(100% - .64rem);
  height: .98rem;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0 .32rem 0;
  background-color: white;
  -webkit-box-shadow: 0 -1rpx 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 -1rpx 0 0 rgba(0, 0, 0, 0.1);
}
.bats span[data-v-ef69d0c0]:first-child {
    color: #909399;
    font-size: .26rem;
}
.bats span[data-v-ef69d0c0]:nth-child(3) {
    color: #111111;
    font-size: .28rem;
}
.bats > div[data-v-ef69d0c0]:nth-child(4) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.bats > div:nth-child(4) span[data-v-ef69d0c0]:nth-child(1) {
      color: #FF6C0A;
      font-size: .34rem;
}
.bats > div:nth-child(4) span[data-v-ef69d0c0]:nth-child(2) {
      color: #FF6C0A;
      font-size: .34rem;
}
.bats > div:nth-child(4) span[data-v-ef69d0c0]:nth-child(3) {
      color: #FF6C0A;
      font-size: .24rem;
}
.bats .bat[data-v-ef69d0c0] {
    margin-left: .32rem;
    font-size: .32rem;
    width: 2.48rem;
    height: .80rem;
    line-height: .80rem;
    -webkit-border-radius: .40rem;
            border-radius: .40rem;
    color: white;
    text-align: center;
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, from(#ff6c0a), to(#ff9f18));
    background: -webkit-linear-gradient(left, #ff6c0a 0%, #ff9f18 100%);
    background: linear-gradient(90deg, #ff6c0a 0%, #ff9f18 100%);
}
.recomde[data-v-ef69d0c0] {
  margin-left: .1rem;
}

