.orderDetail[data-v-285b0a00] {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100vh;
  z-index: 100;
  background: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.orderDetail.false[data-v-285b0a00] {
  visibility: hidden;
  opacity: 0;
}
.orderDetail.false .base_modal_box[data-v-285b0a00] {
  -webkit-transform: translateY(1000px);
          transform: translateY(1000px);
}
.orderDetail .wrap[data-v-285b0a00] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.orderDetail .info[data-v-285b0a00] {
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: -250px;
  width: 500px;
  height: 500px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.orderDetail .info.true[data-v-285b0a00] {
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
}
.orderDetail .info .top[data-v-285b0a00] {
  height: 60px;
}
.orderDetail .info .top .ll[data-v-285b0a00] {
  padding: 0px 20px;
  font-weight: bold;
  color: #333;
  font-size: 18px;
  line-height: 60px;
}
.orderDetail .info .top .close1[data-v-285b0a00] {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
  cursor: pointer;
}
.orderDetail .info .top .close1 .iconfont[data-v-285b0a00] {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 12px;
}
.orderDetail .info .top .close1[data-v-285b0a00] {
  color: #fff;
  background: #414141;
}
.orderDetail .info .top .close1.true[data-v-285b0a00] {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  border-radius: 100%;
}
.orderDetail .info .top .close1.false[data-v-285b0a00] {
  z-index: 2;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.orderDetail .info .top .close1:hover .iconfont[data-v-285b0a00] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.orderDetail .info .main[data-v-285b0a00] {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -ms-flex-negative: 2;
      flex-shrink: 2;
}
.orderDetail .info .main .item[data-v-285b0a00] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  font-size: 14px;
}
.orderDetail .info .main .ll[data-v-285b0a00] {
  width: 140px;
  color: #777;
}
.orderDetail .info .main .rr[data-v-285b0a00] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  color: #333;
}
.orderDetail .info .bottom[data-v-285b0a00] {
  position: relative;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 20px;
}
.orderDetail .info .bottom .but[data-v-285b0a00] {
  position: relative;
  z-index: 1;
}
.orderDetail .list[data-v-285b0a00] {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1), 0 0 0 0.5px rgba(92, 106, 196, 0.3);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1), 0 0 0 0.5px rgba(92, 106, 196, 0.3);
  width: 660px;
  position: relative;
  overflow: scroll;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 400px;
  background: #fff;
}
.orderDetail .list.true[data-v-285b0a00] {
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
}
.orderDetail .list .box[data-v-285b0a00] {
  max-height: 95vh;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1), 0 0 0 0.5px rgba(92, 106, 196, 0.3);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1), 0 0 0 0.5px rgba(92, 106, 196, 0.3);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.orderDetail .list .top[data-v-285b0a00] {
  position: relative;
  padding: 10px 20px;
}
.orderDetail .list .top .ll[data-v-285b0a00] {
  width: 100%;
  font-family: "easyorderingFontBold";
  font-size: 16px;
  line-height: 30px;
}
.orderDetail .list .top .rr[data-v-285b0a00] {
  width: 100%;
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  color: #12AB44;
}
.orderDetail .list .top .close1[data-v-285b0a00] {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
  cursor: pointer;
}
.orderDetail .list .top .close1 .iconfont[data-v-285b0a00] {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 12px;
}
.orderDetail .list .top .close1[data-v-285b0a00] {
  color: #fff;
  background: #414141;
}
.orderDetail .list .top .close1.true[data-v-285b0a00] {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  border-radius: 100%;
}
.orderDetail .list .top .close1.false[data-v-285b0a00] {
  z-index: 2;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.orderDetail .list .top .close1:hover .iconfont[data-v-285b0a00] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.orderDetail .list .main[data-v-285b0a00] {
  min-height: 300px;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -ms-flex-negative: 2;
      flex-shrink: 2;
  padding: 0px 20px;
}
.orderDetail .list .main .ul[data-v-285b0a00] {
  max-height: 100%;
  overflow-y: auto;
}
.orderDetail .list .main .li[data-v-285b0a00] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 0px 10px 0px;
}
.orderDetail .list .main .li[data-v-285b0a00]:first-child {
  border-top-width: 0px;
}
.orderDetail .list .main .li .num[data-v-285b0a00] {
  width: 40px;
}
.orderDetail .list .main .li .num .s1[data-v-285b0a00] {
  font-family: "easyorderingFontBold";
  font-size: 14px;
  height: 100%;
  line-height: 15px;
}
.orderDetail .list .main .li .center[data-v-285b0a00] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.orderDetail .list .main .li .center .d1[data-v-285b0a00] {
  font-size: 14px;
  color: #414141;
  text-align: justify;
  line-height: 15px;
  position: relative;
  z-index: 1;
  font-weight: bold;
}
.orderDetail .list .main .li .center .d2[data-v-285b0a00] {
  padding-top: 10px;
  font-size: 12px;
  color: #999;
  line-height: 15px;
  text-align: justify;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.orderDetail .list .main .li .center .d2 .l[data-v-285b0a00] {
  width: 50%;
}
.orderDetail .list .main .li .center .d2 .c[data-v-285b0a00] {
  width: 20%;
  text-align: right;
}
.orderDetail .list .main .li .center .d2 .r[data-v-285b0a00] {
  width: 30%;
  text-align: right;
}
.orderDetail .list .main .li .price[data-v-285b0a00] {
  width: 90px;
  line-height: 15px;
  font-size: 14px;
  text-align: right;
  font-family: "easyorderingFontBold";
}
.orderDetail .list .bottom[data-v-285b0a00] {
  position: relative;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 20px;
}
.orderDetail .list .bottom .but[data-v-285b0a00] {
  position: relative;
  z-index: 1;
}
.orderDetail .list .count[data-v-285b0a00] {
  position: relative;
  padding: 10px 20px;
}
.orderDetail .list .count .li[data-v-285b0a00] {
  font-size: 12px;
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.orderDetail .list .count .li .l[data-v-285b0a00] {
  width: 50%;
  color: #777777;
}
.orderDetail .list .count .li .r[data-v-285b0a00] {
  width: 50%;
  text-align: right;
  color: #414141;
}
.orderDetail .list .count .li.all[data-v-285b0a00] {
  margin-top: 10px;
  border-top: 1px #e3e3e3 dashed;
  line-height: 30px;
  padding-top: 5px;
}
.orderDetail .list .count .li.all .l[data-v-285b0a00] {
  font-size: 14px;
}
.orderDetail .list .count .li.all .r[data-v-285b0a00] {
  font-size: 16px;
  font-family: "easyorderingFontBold";
}
.list .item[data-v-285b0a00] {
  margin-bottom: 20px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0px 0px 0px 85px;
}
.list .item .img[data-v-285b0a00] {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #fafafa;
  overflow: hidden;
  border-radius: 4px;
  cursor: pointer;
}
.list .item .hh[data-v-285b0a00] {
  top: 0px;
  left: 0px;
  width: 100%;
  position: absolute;
  height: 30px;
  background: #f8f8f8;
  line-height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
}
.list .item .mm[data-v-285b0a00] {
  position: relative;
  line-height: 20px;
}
.list .item .mm .name[data-v-285b0a00] {
  font-weight: bold;
  color: #333;
  font-size: 16px;
  padding-right: 30%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.list .item .mm .name[data-v-285b0a00]:hover {
  color: #12AB44;
}
.list .item .mm .time[data-v-285b0a00] {
  font-size: 12px;
  color: #777;
  padding-top: 5px;
  line-height: 30px;
}
.list .item .mm .type[data-v-285b0a00] {
  font-size: 14px;
  color: #777;
}
.list .item .mm .total[data-v-285b0a00] {
  position: absolute;
  top: 0px;
  right: 0px;
  font-weight: bold;
  color: #333;
  font-size: 16px;
}
.list .item .mm .status[data-v-285b0a00] {
  position: absolute;
  top: 28px;
  right: 0px;
  background: #ccc;
  color: #414141;
  height: 24px;
  line-height: 24px;
  font-weight: bold;
  font-size: 12px;
  padding: 0px 10px 0px 15px;
  border-radius: 30px 0 0 30px;
}
.list .item .mm .status.Confirmed[data-v-285b0a00] {
  background: #A3CB79;
  color: #fff;
}
.list .item .mm .status.Received[data-v-285b0a00] {
  background: #5C6AC4;
  color: #fff;
}
.list .item .mm .status.Pending[data-v-285b0a00] {
  background: #DA6E41;
  color: #fff;
}
.list .item .ul[data-v-285b0a00] {
  margin-top: 10px;
  background: #f8f8f8;
}
.list .item .ul .li[data-v-285b0a00] {
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  position: relative;
  padding: 10px 100px 10px 45px;
  line-height: 20px;
}
.list .item .ul .li .num[data-v-285b0a00] {
  position: absolute;
  top: 10px;
  left: 0px;
  width: 45px;
  text-align: right;
}
.list .item .ul .li .num .s1[data-v-285b0a00] {
  color: #333;
  font-weight: bold;
}
.list .item .ul .li .num .s2[data-v-285b0a00] {
  padding: 0px 10px 0px 5px;
}
.list .item .ul .li .price[data-v-285b0a00] {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 12px;
  color: #777;
}
.list .item .ul .li .name[data-v-285b0a00] {
  color: #333;
  font-weight: bold;
}
.list .item .ul .li .class[data-v-285b0a00] {
  color: #777;
}
.list .item .ul .li[data-v-285b0a00]:first-child {
  border-width: 0px;
}
.list .item .ul .dian[data-v-285b0a00] {
  padding: 0px 100px 10px 50px;
  margin-top: -10px;
}
.list .item .bb[data-v-285b0a00] {
  padding: 15px 0px 0px 120px;
  position: relative;
  min-height: 38px;
}
.list .item .bb .ll[data-v-285b0a00] {
  position: absolute;
  top: 15px;
  left: 0px;
  width: 100px;
}
.list .item .bb .rr[data-v-285b0a00] {
  margin-left: 90px;
  text-align: right;
}
.list .item .bb button[data-v-285b0a00] {
  margin-bottom: 10px;
}
.rateSub[data-v-285b0a00] {
  text-align: center;
}
.reviewsMain .item .hh[data-v-285b0a00] {
  margin: 0px 30px;
  padding: 25px 0 10px 0;
  line-height: 40px;
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.reviewsMain .item .hh .x[data-v-285b0a00] {
  width: 30px;
  height: 1px;
  background: #d9d9d9;
  margin: 0px auto;
  margin-top: 5px;
}
.reviewsMain .item .mm[data-v-285b0a00] {
  padding: 20px 30px 10px 30px;
}
.reviewsMain .item ._textarea[data-v-285b0a00] {
  position: relative;
  padding: 10px 15px 20px 15px;
}
.reviewsMain .item ._textarea .base_restyle_textarea[data-v-285b0a00] {
  padding-bottom: 20px;
}
.reviewsButton[data-v-285b0a00] {
  padding: 20px;
  height: 50px;
  position: relative;
  z-index: 1;
}
.reviewsButton button[data-v-285b0a00] {
  width: 100%;
  height: 100%;
  border-radius: 50px;
}
@supports (-webkit-appearance: -apple-pay-button) {
.apple-pay-button-with-text[data-v-285b0a00] {
    display: inline-block;
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: buy;
}
.apple-pay-button-with-text > *[data-v-285b0a00] {
    display: none;
}
.apple-pay-button-black-with-text[data-v-285b0a00] {
    -apple-pay-button-style: black;
}
.apple-pay-button-white-with-text[data-v-285b0a00] {
    -apple-pay-button-style: white;
}
.apple-pay-button-white-with-line-with-text[data-v-285b0a00] {
    -apple-pay-button-style: white-outline;
}
}
.apple-pay-button-with-text[data-v-285b0a00] {
  --apple-pay-scale: 1;
  /* (height / 32) */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 18px;
  border-radius: 5px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  line-height: 60px;
  height: 50px;
  width: 100%;
}
.apple-pay-button-white-with-text[data-v-285b0a00] {
  background-color: black;
  color: white;
}
.apple-pay-button-white-with-line-with-text[data-v-285b0a00] {
  background-color: black;
  color: white;
  border: 0.5px solid black;
}
.apple-pay-button-with-text.apple-pay-button-black-with-text > .logo[data-v-285b0a00] {
  background-image: -webkit-named-image(apple-pay-logo-white);
  background-color: black;
}
.apple-pay-button-with-text.apple-pay-button-white-with-text > .logo[data-v-285b0a00] {
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-color: black;
}
.apple-pay-button-with-text.apple-pay-button-white-with-line-with-text > .logo[data-v-285b0a00] {
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-color: black;
}
.apple-pay-button-with-text > .text[data-v-285b0a00] {
  font-family: -apple-system;
  font-size: calc(1em * var(--apple-pay-scale));
  font-weight: 300;
  -ms-flex-item-align: center;
      align-self: center;
  margin-right: calc(2px * var(--apple-pay-scale));
}
.apple-pay-button-with-text > .logo[data-v-285b0a00] {
  width: calc(35px * var(--scale));
  height: 100%;
  background-size: 100% 60%;
  background-repeat: no-repeat;
  background-position: 0 50%;
  margin-left: calc(2px * var(--apple-pay-scale));
  border: none;
}
.qr-modal[data-v-285b0a00] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
}
.qr-modal-content[data-v-285b0a00] {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
}
.enlarged-qr[data-v-285b0a00] {
  width: 300px;
  height: 300px;
}
.qr-code[data-v-285b0a00] {
  width: 80px;
  height: 80px;
}
.usage-record[data-v-285b0a00] {
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
}
.usage-record .item[data-v-285b0a00] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #eee;
}
.usage-record .item[data-v-285b0a00]:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.usage-record .item .label[data-v-285b0a00] {
  width: 30%;
  color: #666;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  text-align: right;
}
.usage-record .item .value[data-v-285b0a00] {
  width: 70%;
  word-break: break-all;
  color: #333;
  font-size: 14px;
}
@media screen and (max-width: 900px) {
.orderDetail .wrap[data-v-285b0a00] {
    width: 100%;
    overflow: auto;
    display: block;
    height: 100vh;
}
.orderDetail .info[data-v-285b0a00] {
    margin-top: 0px;
    width: 100%;
    position: relative;
    top: 0%;
    left: 0%;
    height: auto;
    min-height: 10px;
}
.orderDetail .info.true[data-v-285b0a00] {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
}
.orderDetail .info .top[data-v-285b0a00] {
    position: sticky;
    background: #fff;
    top: 0px;
    border-bottom: 1px solid #e3e3e3;
}
.orderDetail .info .main .item .ll[data-v-285b0a00] {
    width: 100px;
}
.orderDetail .list[data-v-285b0a00] {
    width: 100%;
    position: relative;
    top: 0%;
    left: 0%;
    -webkit-box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.1);
    border-top: 1px solid #e3e3e3;
}
.orderDetail .list.true[data-v-285b0a00] {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
}
.orderDetail .list .box .main[data-v-285b0a00] {
    min-height: 10px;
}
.list .item[data-v-285b0a00] {
    margin-bottom: 10px;
    padding: 0px 0px 0px 0px;
}
.list .item .img[data-v-285b0a00] {
    width: 20px;
    height: 20px;
    top: 30px;
}
.list .item .mm .time[data-v-285b0a00] {
    padding-left: 30px;
}
.list .item .bb[data-v-285b0a00] {
    padding: 15px 0px 0px 0px;
}
.reviewsMain .item ._textarea[data-v-285b0a00] {
    padding: 10px 0px;
}
.reviewsMain .item .mm[data-v-285b0a00] {
    padding: 20px 10px 10px 10px;
}
}

