.page_box[data-v-7ebf36e3] {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.page_box.successtrue[data-v-7ebf36e3] {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.page_box .bg[data-v-7ebf36e3] {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  overflow: hidden;
}
.page_box .bg .bg1[data-v-7ebf36e3] {
  width: 100%;
  height: 280px;
  background: #12AB44;
}
.page_box .bg .bg2[data-v-7ebf36e3] {
  margin-left: -10%;
  width: 120%;
  height: 300px;
  background: #12AB44;
  -webkit-transform: rotate(-8deg) translateY(-180px);
          transform: rotate(-8deg) translateY(-180px);
}
.page_box .wrap[data-v-7ebf36e3] {
  position: relative;
  z-index: 2;
  width: 1200px;
  margin: 0px auto 0px auto;
  padding: 40px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page_box .main[data-v-7ebf36e3] {
  width: calc(1200px - 440px);
}
.page_box .main .alt[data-v-7ebf36e3] {
  opacity: 0.8;
  color: #fff;
}
.page_box .main .alt .t1[data-v-7ebf36e3] {
  font-size: 32px;
  line-height: 40px;
}
.page_box .main .alt .t2[data-v-7ebf36e3] {
  opacity: 0.8;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
}
.page_box .main .form[data-v-7ebf36e3] {
  background: #FFFFFF;
  border-radius: 4px;
  padding-bottom: 30px;
}
.page_box .main .titleText[data-v-7ebf36e3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 20px 10px 10px;
}
.page_box .main .titleText .x[data-v-7ebf36e3] {
  height: 14px;
  width: 3px;
  background: #12AB44;
  margin-right: 17px;
  border-radius: 3px;
}
.page_box .main .titleText .s1[data-v-7ebf36e3] {
  width: 80%;
  line-height: 20px;
  padding: 10px 0px;
  font-size: 18px;
  color: #444;
}
.page_box .main .titleText .s1 .dd[data-v-7ebf36e3] {
  font-size: 14px;
  color: #777777;
}
.page_box .main .titleText .s2[data-v-7ebf36e3] {
  width: 20%;
  line-height: 20px;
  padding: 10px 10px;
  text-align: right;
}
.page_box .main .titleText .checkbox[data-v-7ebf36e3] {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_box .main .titleText .integralNum[data-v-7ebf36e3] {
  padding-left: 10px;
  color: #12AB44;
}
.page_box .main .titleText .integralNum i[data-v-7ebf36e3] {
  padding-left: 5px;
}
.page_box .main .titleText .saveCardTip[data-v-7ebf36e3] {
  padding-left: 10px;
  color: #ff9800;
  cursor: pointer;
}
.page_box .main .titleText .saveCardTip i[data-v-7ebf36e3] {
  padding-left: 5px;
}
.page_box .main .box[data-v-7ebf36e3] {
  padding: 0px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.page_box .main .pickupTime .item[data-v-7ebf36e3],
.page_box .main .address .item[data-v-7ebf36e3] {
  border-radius: 8px;
  border: 1px solid rgba(92, 106, 196, 0.3);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.page_box .main .pickupTime .item[data-v-7ebf36e3]:first-child,
.page_box .main .address .item[data-v-7ebf36e3]:first-child {
  margin-top: 0px;
}
.page_box .main .pickupTime .item[data-v-7ebf36e3]:hover,
.page_box .main .address .item[data-v-7ebf36e3]:hover {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.page_box .main .pickupTime .item .text .t1[data-v-7ebf36e3],
.page_box .main .address .item .text .t1[data-v-7ebf36e3] {
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  line-height: 25px;
  color: #333;
}
.page_box .main .pickupTime .item .iconLeft[data-v-7ebf36e3],
.page_box .main .address .item .iconLeft[data-v-7ebf36e3] {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 80px;
  height: 100%;
  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;
}
.page_box .main .pickupTime .item .iconLeft .iconfont[data-v-7ebf36e3],
.page_box .main .address .item .iconLeft .iconfont[data-v-7ebf36e3] {
  font-size: 24px;
  color: #777;
}
.page_box .main .pickupTime .item .iconRight[data-v-7ebf36e3],
.page_box .main .address .item .iconRight[data-v-7ebf36e3] {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 100%;
  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;
}
.page_box .main .payments .item[data-v-7ebf36e3] {
  border-radius: 8px;
  border-bottom: 1px solid rgba(92, 106, 196, 0.3);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.page_box .main .payments .item[data-v-7ebf36e3]:first-child {
  margin-top: 0px;
}
.page_box .main .payments .item[data-v-7ebf36e3]:hover {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.page_box .main .payments .item .text .t1[data-v-7ebf36e3] {
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  line-height: 25px;
  color: #333;
}
.page_box .main .payments .item .iconLeft[data-v-7ebf36e3] {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 80px;
  height: 100%;
  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;
}
.page_box .main .payments .item .iconLeft .iconfont[data-v-7ebf36e3] {
  font-size: 24px;
  color: #777;
}
.page_box .main .payments .item .iconRight[data-v-7ebf36e3] {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 100%;
  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;
}
.page_box .main .pickupTime .item[data-v-7ebf36e3] {
  padding: 0px 60px 0px 80px;
  height: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page_box .main .pickupTime .item .text .t1 .s1[data-v-7ebf36e3] {
  margin-right: 20px;
  font-weight: bold;
  color: #333;
}
.page_box .main .pickupTime .item .text .t1 .s2[data-v-7ebf36e3] {
  margin-right: 10px;
  font-weight: bold;
  color: #333;
}
.page_box .main .pickupTime .item .text .t1 .s3[data-v-7ebf36e3] {
  color: #777;
}
.page_box .main .address .item[data-v-7ebf36e3] {
  padding: 20px 60px 20px 80px;
  min-height: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 20px;
}
.page_box .main .address .item .text .t1[data-v-7ebf36e3] {
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  line-height: 25px;
  color: #333;
}
.page_box .main .address .item .text .t2[data-v-7ebf36e3] {
  padding-top: 5px;
  font-size: 16px;
  width: 100%;
  line-height: 30px;
}
.page_box .main .address .item .text .t2 .s1[data-v-7ebf36e3] {
  margin-right: 5px;
  color: #777;
}
.page_box .main .address .select[data-v-7ebf36e3] {
  border: 1px solid rgba(92, 106, 196, 0.3);
}
.page_box .main .address .select .icon[data-v-7ebf36e3] {
  height: 10px;
  border: 5px solid #414141;
  border-radius: 100%;
  width: 10px;
}
.page_box .main .address .add[data-v-7ebf36e3] {
  border: 1px rgba(92, 106, 196, 0.3) dashed;
}
.page_box .main .payments .item[data-v-7ebf36e3] {
  padding: 20px 60px 20px 80px;
  min-height: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 20px;
}
.page_box .main .payments .item .text .t1[data-v-7ebf36e3] {
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  line-height: 25px;
  color: #333;
}
.page_box .main .payments .item .text .t2[data-v-7ebf36e3] {
  padding-top: 5px;
  font-size: 16px;
  width: 100%;
  line-height: 30px;
}
.page_box .main .payments .item .text .t2 .s1[data-v-7ebf36e3] {
  margin-right: 5px;
  color: #777;
}
.page_box .main .payments .select .icon[data-v-7ebf36e3] {
  height: 10px;
  border: 5px solid #414141;
  border-radius: 100%;
  width: 10px;
}
.page_box .main .payments .add[data-v-7ebf36e3] {
  border: 1px rgba(92, 106, 196, 0.3) dashed;
}
.page_box .main .payment[data-v-7ebf36e3] {
  border: 1px solid rgba(92, 106, 196, 0.3);
  border-radius: 8px;
}
.page_box .main .payment .hh[data-v-7ebf36e3] {
  padding: 5px 0px;
  border-bottom: 1px solid rgba(92, 106, 196, 0.3);
}
.page_box .main .payment .hh .ul[data-v-7ebf36e3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5px;
}
.page_box .main .payment .hh .li[data-v-7ebf36e3] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 5px;
  height: 40px;
  border-radius: 5px;
  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;
  font-size: 14px;
  cursor: pointer;
}
.page_box .main .payment .hh .li[data-v-7ebf36e3]:hover {
  background: #f0f0f0;
}
.page_box .main .payment .hh .li.true[data-v-7ebf36e3] {
  background: #333;
  color: #fff;
}
.page_box .main .payment .hh .li.true[data-v-7ebf36e3]:hover {
  opacity: 0.8;
}
.page_box .main .payment .mm[data-v-7ebf36e3] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.page_box .main .payment .mm.false[data-v-7ebf36e3] {
  visibility: hidden;
  display: none;
}
.page_box .main .payment .mm .wrrrap[data-v-7ebf36e3] {
  padding: 10px 20px 20px 10px;
}
.page_box .main .payment .mm .cod[data-v-7ebf36e3] {
  line-height: 100px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #777;
}
.page_box .main .payment .mm .card .ul[data-v-7ebf36e3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page_box .main .payment .mm .card .li[data-v-7ebf36e3] {
  padding: 10px 0px 0px 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page_box .main .payment .mm .card .border[data-v-7ebf36e3] {
  border-radius: 4px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid rgba(92, 106, 196, 0.3);
}
.page_box .main .payment .mm .card .ll[data-v-7ebf36e3] {
  width: 150px;
  height: 40px;
  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;
  font-size: 14px;
  color: #414141;
  font-weight: bold;
}
.page_box .main .payment .mm .card .rr[data-v-7ebf36e3] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page_box .main .payment .mm .card .sub[data-v-7ebf36e3] {
  width: 100%;
  position: relative;
}
.page_box .main .payment .mm .card .x[data-v-7ebf36e3] {
  height: 20px;
  width: 1px;
  background: #e3e3e3;
  position: absolute;
  top: 10px;
  left: 0px;
}
.page_box .main .payment .mm .card .input[data-v-7ebf36e3] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 20px;
  font-size: 14px;
}
.page_box .main .payment .mm .card .input1[data-v-7ebf36e3] {
  text-align: center;
}
.page_box .main .payment .mm .synopay[data-v-7ebf36e3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px 10px 10px;
}
.page_box .main .payment .mm .synopay .li[data-v-7ebf36e3] {
  padding: 10px 10px 10px 10px;
  width: 50%;
}
.page_box .main .payment .mm .synopay .border[data-v-7ebf36e3] {
  border-radius: 10px;
  overflow: hidden;
  padding: 20px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 96px;
}
.page_box .main .payment .mm .synopay .border img[data-v-7ebf36e3] {
  width: 50px;
  height: 50px;
  float: left;
  display: block;
}
.page_box .main .payment .mm .synopay .border .t1[data-v-7ebf36e3] {
  padding-left: 60px;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
}
.page_box .main .payment .mm .synopay .border .t2[data-v-7ebf36e3] {
  line-height: 20px;
  color: #777;
  padding-left: 60px;
}
.page_box .main .payment .mm .synopay .border.wx[data-v-7ebf36e3] {
  background: rgba(89, 182, 88, 0.1);
  border: 3px solid rgba(89, 182, 88, 0);
}
.page_box .main .payment .mm .synopay .border.wx[data-v-7ebf36e3]:hover {
  border: 3px solid rgba(89, 182, 88, 0.3);
}
.page_box .main .payment .mm .synopay .border.wx.true[data-v-7ebf36e3] {
  border: 3px solid #59b658;
}
.page_box .main .payment .mm .synopay .border.ali[data-v-7ebf36e3] {
  background: rgba(66, 163, 227, 0.1);
  border: 3px solid rgba(66, 163, 227, 0);
}
.page_box .main .payment .mm .synopay .border.ali[data-v-7ebf36e3]:hover {
  border: 3px solid rgba(66, 163, 227, 0.3);
}
.page_box .main .payment .mm .synopay .border.ali.true[data-v-7ebf36e3] {
  border: 3px solid #42a3e3;
}
.page_box .main .tips[data-v-7ebf36e3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
}
.page_box .main .tips .ll[data-v-7ebf36e3],
.page_box .main .tips .rr[data-v-7ebf36e3] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
}
.page_box .main .tips .ll[data-v-7ebf36e3] {
  width: 60%;
}
.page_box .main .tips .rr[data-v-7ebf36e3] {
  width: 40%;
}
.page_box .main .tips .ul[data-v-7ebf36e3] {
  border: 1px solid rgba(92, 106, 196, 0.3);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 5px 5px 0px;
}
.page_box .main .tips .li[data-v-7ebf36e3] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  margin-left: 5px;
  color: #777;
  border-radius: 5px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.page_box .main .tips .li[data-v-7ebf36e3]:hover {
  background: #f0f0f0;
}
.page_box .main .tips .li.true[data-v-7ebf36e3] {
  background: #414141;
  color: #fff;
}
.page_box .main .tips .li.true[data-v-7ebf36e3]:hover {
  opacity: 0.8;
}
.page_box .main .tips .input[data-v-7ebf36e3] {
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 5px;
  height: 50px;
  background: #f0f0f0;
}
.page_box .main .tips .input input[data-v-7ebf36e3] {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 16px;
}
.page_box .main .userInfo[data-v-7ebf36e3] {
  margin-left: -10px;
  margin-top: -10px;
}
.page_box .main .userInfo .ul[data-v-7ebf36e3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page_box .main .userInfo .li[data-v-7ebf36e3] {
  padding: 10px 0px 0px 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page_box .main .userInfo .border[data-v-7ebf36e3] {
  border-radius: 4px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid rgba(92, 106, 196, 0.3);
}
.page_box .main .userInfo .ll[data-v-7ebf36e3] {
  width: 150px;
  height: 40px;
  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;
  font-size: 14px;
  color: #414141;
  font-weight: bold;
}
.page_box .main .userInfo .rr[data-v-7ebf36e3] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page_box .main .userInfo .sub[data-v-7ebf36e3] {
  width: 100%;
  position: relative;
}
.page_box .main .userInfo .x[data-v-7ebf36e3] {
  height: 20px;
  width: 1px;
  background: #e3e3e3;
  position: absolute;
  top: 10px;
  left: 0px;
}
.page_box .main .userInfo .input[data-v-7ebf36e3] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 20px;
  font-size: 14px;
}
.page_box .main .userInfo .input1[data-v-7ebf36e3] {
  text-align: center;
}
.page_box .main .comment[data-v-7ebf36e3] {
  padding-top: 10px;
}
.page_box .main .comment .textarea[data-v-7ebf36e3] {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(92, 106, 196, 0.3);
}
.page_box .main .comment .textarea .base_restyle_textarea[data-v-7ebf36e3] {
  padding-bottom: 20px;
}
.page_box .paymentAddress[data-v-7ebf36e3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
}
.page_box .paymentAddress .item[data-v-7ebf36e3] {
  width: 100%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page_box .paymentAddress .item3[data-v-7ebf36e3] {
  width: 33.333333%;
}
.page_box .order[data-v-7ebf36e3] {
  padding-top: 50px;
  padding-left: 40px;
  width: 400px;
}
.page_box .order .box[data-v-7ebf36e3] {
  min-height: 400px;
  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);
}
.page_box .order .top[data-v-7ebf36e3] {
  position: relative;
  padding: 20px 20px;
}
.page_box .order .top .ll[data-v-7ebf36e3] {
  width: 100%;
  font-family: "easyorderingFontBold";
  font-size: 16px;
  line-height: 30px;
  position: relative;
  z-index: 1;
}
.page_box .order .top .rr[data-v-7ebf36e3] {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 10px 0px;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  color: #12AB44;
  cursor: pointer;
}
.page_box .order .main[data-v-7ebf36e3] {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  overflow-y: auto;
  padding: 0px 20px;
}
.page_box .order .main .li[data-v-7ebf36e3] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 0px 10px 0px;
}
.page_box .order .main .li[data-v-7ebf36e3]:first-child {
  border-top-width: 0px;
}
.page_box .order .main .li .num[data-v-7ebf36e3] {
  width: 40px;
}
.page_box .order .main .li .num .s1[data-v-7ebf36e3] {
  font-family: "easyorderingFontBold";
  font-size: 14px;
  height: 100%;
  line-height: 15px;
}
.page_box .order .main .li .center[data-v-7ebf36e3] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page_box .order .main .li .center .d1[data-v-7ebf36e3] {
  font-size: 14px;
  color: #414141;
  text-align: justify;
  line-height: 15px;
  position: relative;
  z-index: 1;
  font-weight: bold;
}
.page_box .order .main .li .center .d2[data-v-7ebf36e3] {
  padding-top: 10px;
  font-size: 12px;
  color: #999;
  line-height: 15px;
  text-align: justify;
  position: relative;
  z-index: 1;
}
.page_box .order .main .li .price[data-v-7ebf36e3] {
  width: 90px;
  line-height: 15px;
  font-size: 14px;
  text-align: right;
  font-family: "easyorderingFontBold";
}
.page_box .order .count[data-v-7ebf36e3] {
  position: relative;
  padding: 10px 20px;
}
.page_box .order .count .li[data-v-7ebf36e3] {
  font-size: 12px;
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page_box .order .count .li .l[data-v-7ebf36e3] {
  width: 50%;
  color: #777777;
}
.page_box .order .count .li .r[data-v-7ebf36e3] {
  width: 50%;
  text-align: right;
  color: #414141;
}
.page_box .order .count .li.all[data-v-7ebf36e3] {
  margin-top: 10px;
  border-top: 1px #e3e3e3 dashed;
  line-height: 30px;
  padding-top: 5px;
}
.page_box .order .count .li.all .l[data-v-7ebf36e3] {
  font-size: 14px;
}
.page_box .order .count .li.all .r[data-v-7ebf36e3] {
  font-size: 16px;
  font-family: "easyorderingFontBold";
}
.kong[data-v-7ebf36e3] {
  height: 400px;
  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;
  color: #777;
}
.submitBut[data-v-7ebf36e3] {
  padding-top: 30px;
}
.submitBut .but[data-v-7ebf36e3] {
  background: #51C06B;
  color: #fff;
  line-height: 60px;
  margin: 0px 30px 0px 30px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.submitBut .but[data-v-7ebf36e3]:hover {
  opacity: 0.8;
}
.submitGoogleBut[data-v-7ebf36e3] {
  padding: 30px 30px 0px 30px;
}
.submitGoogleBut .btn[data-v-7ebf36e3] {
  background: #000000;
  height: 50px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  width: 100%;
}
.submitpaypalBut[data-v-7ebf36e3] {
  margin: 20px 0 -20px 0;
}
.submitapplepayBut[data-v-7ebf36e3] {
  padding: 30px 30px 0px 30px;
}
.submitapplepayBut .apple-pay-button-white-with-text[data-v-7ebf36e3] {
  background: #000000;
  height: 50px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  width: 100%;
}
.addressSelectList[data-v-7ebf36e3] {
  min-height: 300px;
  padding: 0px 30px 30px 30px;
}
.addressSelectList .paymentEditBut[data-v-7ebf36e3] {
  margin: 10px;
}
.addressSelectList .paymentEditBut .el-button[data-v-7ebf36e3] {
  float: right;
}
.addressSelectList .noGift[data-v-7ebf36e3] {
  padding: 30px 0px 0px 0px;
  margin: 0px auto;
}
.addressSelectList .noGift .text[data-v-7ebf36e3] {
  padding: 0px 10px;
}
.addressSelectList .noGift .addtitle[data-v-7ebf36e3] {
  font-weight: bold;
  font-size: 22px;
}
.addressSelectList .item[data-v-7ebf36e3] {
  border-radius: 8px;
  border: 1px solid rgba(92, 106, 196, 0.3);
  margin-top: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 15px 80px 15px 80px;
  min-height: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.addressSelectList .item[data-v-7ebf36e3]:first-child {
  margin-top: 0px;
}
.addressSelectList .item[data-v-7ebf36e3]:hover {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.addressSelectList .item.true .icon[data-v-7ebf36e3] {
  height: 10px;
  border: 5px solid #414141;
  border-radius: 100%;
  width: 10px;
}
.addressSelectList .item.false .icon[data-v-7ebf36e3] {
  height: 14px;
  border: 3px solid #e3e3e3;
  border-radius: 100%;
  width: 14px;
}
.addressSelectList .item .text .t1[data-v-7ebf36e3] {
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  line-height: 25px;
  color: #333;
}
.addressSelectList .item .text .t2[data-v-7ebf36e3] {
  padding-top: 5px;
  font-size: 16px;
  width: 100%;
  line-height: 30px;
}
.addressSelectList .item .text .t2 .s1[data-v-7ebf36e3] {
  margin-right: 5px;
  color: #777;
}
.addressSelectList .item .iconLeft[data-v-7ebf36e3] {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 80px;
  height: 100%;
  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;
}
.addressSelectList .item .iconLeft .iconfont[data-v-7ebf36e3] {
  font-size: 24px;
  color: #777;
}
.addressSelectList .item .edit[data-v-7ebf36e3] {
  position: absolute;
  width: 60px;
  top: 50%;
  right: 15px;
  height: 30px;
  margin-top: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.addressSelectList .item .edit .d1[data-v-7ebf36e3],
.addressSelectList .item .edit .d2[data-v-7ebf36e3] {
  font-size: 16px;
  width: 50%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #12AB44;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.addressSelectList .item .edit .d1[data-v-7ebf36e3]:hover {
  color: #000;
}
.addressSelectList .item .edit .d2[data-v-7ebf36e3]:hover {
  color: #12AB44;
}
.addressSelectList .item.select[data-v-7ebf36e3] {
  border: 1px solid rgba(92, 106, 196, 0.3);
}
.addressSelectList .item.select.over[data-v-7ebf36e3] {
  opacity: 0.6;
}
.addressSelectList .item.select.over .iconfont[data-v-7ebf36e3] {
  font-size: 14px;
}
.addressSelectList .item.add[data-v-7ebf36e3] {
  border: 1px rgba(92, 106, 196, 0.3) dashed;
}
.checkoutSuccessBox[data-v-7ebf36e3] {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
  width: 100%;
  height: 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;
}
.checkoutSuccessBox.false[data-v-7ebf36e3] {
  visibility: hidden;
  opacity: 0;
}
.checkoutSuccessBox.false .wrap[data-v-7ebf36e3] {
  -webkit-transform: translateY(1000px);
          transform: translateY(1000px);
}
.checkoutSuccessBox .wrap[data-v-7ebf36e3] {
  width: 800px;
  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;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.checkoutSuccessBox .layout[data-v-7ebf36e3] {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.checkoutSuccessBox .bg1[data-v-7ebf36e3] {
  position: absolute;
  top: 10px;
  left: 0px;
  width: 100%;
  padding: 0px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.checkoutSuccessBox .bg1 div[data-v-7ebf36e3] {
  background: rgba(255, 255, 255, 0.5);
  height: 10px;
  border-radius: 10px 10px 0 0;
}
.checkoutSuccessBox .bg2[data-v-7ebf36e3] {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 0px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.checkoutSuccessBox .bg2 div[data-v-7ebf36e3] {
  background: rgba(255, 255, 255, 0.5);
  height: 20px;
  border-radius: 10px 10px 0 0;
}
.checkoutSuccessBox .face[data-v-7ebf36e3] {
  position: absolute;
  z-index: 4;
  top: -40px;
  left: 50%;
  border: 5px solid #fff;
  margin-left: -50px;
  border-radius: 100%;
  overflow: hidden;
  background: #51C06B;
}
.checkoutSuccessBox .face .img[data-v-7ebf36e3] {
  display: block;
  width: 70px;
  padding: 10px;
  height: 70px;
}
.checkoutSuccessBox .main[data-v-7ebf36e3] {
  position: relative;
  z-index: 3;
  margin-top: 20px;
  background: #fff;
  border-radius: 10px 10px 0 0;
  height: 400px;
  padding: 50px 50px 50px 50px;
}
.checkoutSuccessBox .main .img[data-v-7ebf36e3] {
  width: 100%;
  height: 100px;
}
.checkoutSuccessBox .main .text1[data-v-7ebf36e3] {
  padding-top: 50px;
  text-align: center;
  color: #333;
  font-size: 32px;
  font-weight: bold;
}
.checkoutSuccessBox .main .text2[data-v-7ebf36e3] {
  padding: 10px 0px;
  text-align: center;
  color: #777;
  font-size: 20px;
}
.checkoutSuccessBox .main .text2 .s1[data-v-7ebf36e3] {
  color: #12AB44;
}
.checkoutSuccessBox .main .text3[data-v-7ebf36e3] {
  padding-bottom: 30px;
  text-align: center;
  color: #777;
  font-size: 20px;
}
.checkoutSuccessBox .main .text3 .s1[data-v-7ebf36e3] {
  color: #12AB44;
}
.checkoutSuccessBox .main .goto[data-v-7ebf36e3] {
  padding: 30px 0px;
  text-align: center;
}
.checkoutSuccessBox .main .goto button[data-v-7ebf36e3] {
  margin: 0px 20px;
}
.checkoutSuccessBox .bg3[data-v-7ebf36e3] {
  height: 10px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAAAeCAYAAABkDeOuAAAAAXNSR0IArs4c6QAAAdlJREFUaAXtmbFKBDEQhm/FwsLWxkLRRhAUGyt9hhPuASx8CavzUXwEQX0FrWzkBMVGOQsbWwu1UL//CLLYbOYy2dsiAwNhdzL5890ku9mrfrBesSgCc1FRJWhCoMAyFEKBVWAZCBhCS2UVWAYChtBSWQWWgYAhdN4Q6x16R8IL/B5/rTnN3nLNN2n38S18pla1/AYvQKf4eVVVz5aZo3ON+AP8CJ8NOMFqwcaMcYgn75HKEXIpZ6vWyzzaJ/mP8QVLFcXEKmfIrTFasZzL8I1JD1huVzGTnzYGSvv0PcOXps0R2y8XrBEC+oAaxwpJiQPYKv31sNhOydPUNwcsgdoD1HvT4J73AbZIvms8GzBvWFp6u21V1H/YocJuuJ5lSSY/nWqCv2hrj2pl6dXG/WuGsQdckBZ384Q1RGzWzTxm9kHDSUysNcZrGb4w8AZCP6wCcsSzHPWq8oiveOb3qixVVSdACU7QMvQENcnLr5D6h4WOMDsI/PYWl5KPaakQbnG3o5FHZZ12DZQgB006h7qZx561jjDTodhNfUMiqkuH76eGsOjbqZU16iooEQja9JLsYqmwdMToul16CUyF9eAlJGMefVx0sVRY+sLZdXPTWGAZfuoCywDrF0K2MtdUWQ1aAAAAAElFTkSuQmCC);
  background-size: auto 10px;
}
.qrcodeBox[data-v-7ebf36e3] {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
  width: 100%;
  height: 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;
}
.qrcodeBox.false[data-v-7ebf36e3] {
  visibility: hidden;
  opacity: 0;
}
.qrcodeBox.false .wrap[data-v-7ebf36e3] {
  -webkit-transform: translateY(1000px);
          transform: translateY(1000px);
}
.qrcodeBox .wrap[data-v-7ebf36e3] {
  width: 500px;
  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;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.qrcodeBox .layout[data-v-7ebf36e3] {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.qrcodeBox .bg1[data-v-7ebf36e3] {
  position: absolute;
  top: 10px;
  left: 0px;
  width: 100%;
  padding: 0px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.qrcodeBox .bg1 div[data-v-7ebf36e3] {
  background: rgba(255, 255, 255, 0.5);
  height: 10px;
  border-radius: 10px 10px 0 0;
}
.qrcodeBox .bg2[data-v-7ebf36e3] {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 0px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.qrcodeBox .bg2 div[data-v-7ebf36e3] {
  background: rgba(255, 255, 255, 0.5);
  height: 20px;
  border-radius: 10px 10px 0 0;
}
.qrcodeBox .main[data-v-7ebf36e3] {
  position: relative;
  z-index: 3;
  margin-top: 20px;
  background: #fff;
  border-radius: 10px 10px 0 0;
  padding: 40px 0px 0px 0px;
}
.qrcodeBox .main .img[data-v-7ebf36e3] {
  width: 300px;
  height: 300px;
  display: block;
  margin: 0px auto;
}
.qrcodeBox .main .text[data-v-7ebf36e3] {
  padding: 0px 0px 10px 0px;
  text-align: center;
}
.qrcodeBox .main .text .t1[data-v-7ebf36e3] {
  color: #333;
  font-size: 24px;
  font-weight: bold;
}
.qrcodeBox .main .text .t2[data-v-7ebf36e3] {
  padding-top: 10px;
  color: #e6a23c;
  font-size: 14px;
}
.qrcodeBox .main .alt[data-v-7ebf36e3] {
  padding: 10px 0px;
  text-align: center;
  font-size: 12px;
  color: #777;
}
.qrcodeBox .main .goto[data-v-7ebf36e3] {
  padding: 30px 0px;
  text-align: center;
}
.qrcodeBox .main .goto button[data-v-7ebf36e3] {
  margin: 0px 10px;
}
.qrcodeBox .bg3[data-v-7ebf36e3] {
  height: 10px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAAAeCAYAAABkDeOuAAAAAXNSR0IArs4c6QAAAdlJREFUaAXtmbFKBDEQhm/FwsLWxkLRRhAUGyt9hhPuASx8CavzUXwEQX0FrWzkBMVGOQsbWwu1UL//CLLYbOYy2dsiAwNhdzL5890ku9mrfrBesSgCc1FRJWhCoMAyFEKBVWAZCBhCS2UVWAYChtBSWQWWgYAhdN4Q6x16R8IL/B5/rTnN3nLNN2n38S18pla1/AYvQKf4eVVVz5aZo3ON+AP8CJ8NOMFqwcaMcYgn75HKEXIpZ6vWyzzaJ/mP8QVLFcXEKmfIrTFasZzL8I1JD1huVzGTnzYGSvv0PcOXps0R2y8XrBEC+oAaxwpJiQPYKv31sNhOydPUNwcsgdoD1HvT4J73AbZIvms8GzBvWFp6u21V1H/YocJuuJ5lSSY/nWqCv2hrj2pl6dXG/WuGsQdckBZ384Q1RGzWzTxm9kHDSUysNcZrGb4w8AZCP6wCcsSzHPWq8oiveOb3qixVVSdACU7QMvQENcnLr5D6h4WOMDsI/PYWl5KPaakQbnG3o5FHZZ12DZQgB006h7qZx561jjDTodhNfUMiqkuH76eGsOjbqZU16iooEQja9JLsYqmwdMToul16CUyF9eAlJGMefVx0sVRY+sLZdXPTWGAZfuoCywDrF0K2MtdUWQ1aAAAAAElFTkSuQmCC);
  background-size: auto 10px;
}
.footerLink[data-v-7ebf36e3] {
  position: relative;
  line-height: 40px;
  background: #12AB44;
  color: #fff;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
.footerLink1[data-v-7ebf36e3] {
  display: none;
}
.footerLink2[data-v-7ebf36e3] {
  display: block;
}
@media screen and (max-width: 1200px) {
.page_box .wrap[data-v-7ebf36e3] {
    width: 100%;
}
.page_box .main[data-v-7ebf36e3] {
    width: 100%;
}
.page_box .main .alt[data-v-7ebf36e3] {
    margin-top: 20px;
    padding: 0px 10px 10px 10px;
}
.page_box .main .alt .t1[data-v-7ebf36e3] {
    font-size: 14px;
    line-height: 25px;
}
.page_box .main .alt .t2[data-v-7ebf36e3] {
    font-size: 12px;
    padding: 0px;
    line-height: 20px;
}
.page_box .main .titleText[data-v-7ebf36e3] {
    padding: 10px 10px 0px 10px;
}
.page_box .main .titleText .x[data-v-7ebf36e3] {
    margin-right: 10px;
    height: 10px;
}
.page_box .main .titleText .s1[data-v-7ebf36e3] {
    font-size: 14px;
    font-weight: bold;
}
.page_box .main .box[data-v-7ebf36e3] {
    padding: 0px 10px;
}
.page_box .main .pickupTime .item[data-v-7ebf36e3] {
    height: 50px;
    padding: 0px 40px 0px 60px;
}
.page_box .main .pickupTime .item .iconLeft[data-v-7ebf36e3] {
    width: 60px;
}
.page_box .main .pickupTime .item .iconRight[data-v-7ebf36e3] {
    width: 40px;
}
.page_box .main .pickupTime .item .text .t1[data-v-7ebf36e3] {
    font-size: 14px;
}
.page_box .main .address .item[data-v-7ebf36e3] {
    padding: 10px 40px 10px 60px;
}
.page_box .main .address .item .iconLeft[data-v-7ebf36e3] {
    width: 60px;
}
.page_box .main .address .item .iconRight[data-v-7ebf36e3] {
    width: 40px;
}
.page_box .main .address .item .text .t1[data-v-7ebf36e3] {
    font-size: 14px;
}
.page_box .main .address .item .text .t2[data-v-7ebf36e3] {
    padding-top: 0px;
    font-size: 12px;
}
.page_box .main .payments .item[data-v-7ebf36e3] {
    padding: 10px 40px 10px 60px;
}
.page_box .main .payments .item .iconLeft[data-v-7ebf36e3] {
    width: 60px;
}
.page_box .main .payments .item .iconRight[data-v-7ebf36e3] {
    width: 40px;
}
.page_box .main .payments .item .text .t1[data-v-7ebf36e3] {
    font-size: 14px;
}
.page_box .main .payments .item .text .t2[data-v-7ebf36e3] {
    padding-top: 0px;
    font-size: 12px;
}
.page_box .main .payment .hh .li[data-v-7ebf36e3] {
    font-size: 12px;
}
.page_box .main .payment .mm .cod[data-v-7ebf36e3] {
    padding-top: 20px;
    line-height: 50px;
    font-size: 16px;
}
.page_box .main .payment .mm .wrrrap[data-v-7ebf36e3] {
    padding: 0px 10px 10px 0px;
}
.page_box .main .payment .mm .card .border[data-v-7ebf36e3] {
    display: block;
}
.page_box .main .payment .mm .card .x1[data-v-7ebf36e3] {
    display: none;
}
.page_box .main .payment .mm .synopay[data-v-7ebf36e3] {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.page_box .main .payment .mm .synopay .li[data-v-7ebf36e3] {
    width: 100%;
    padding-bottom: 0px;
}
.page_box .main .tips[data-v-7ebf36e3] {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.page_box .main .tips .ll[data-v-7ebf36e3] {
    width: 100%;
}
.page_box .main .tips .rr[data-v-7ebf36e3] {
    margin-top: 10px;
    width: 100%;
}
.page_box .order[data-v-7ebf36e3] {
    width: 100vw;
    padding: 0 0 60px 0;
}
.page_box .base_footer[data-v-7ebf36e3] {
    display: none;
}
.submitBut[data-v-7ebf36e3] {
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px;
    background: #fff;
    border-top: 1px solid #e3e3e3;
    z-index: 100;
    padding: 10px 0px;
}
.submitBut .but[data-v-7ebf36e3] {
    margin: 0px 10px;
}
.submitpaypalBut[data-v-7ebf36e3] {
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px;
    background: #fff;
    border-top: 1px solid #e3e3e3;
    z-index: 100;
    padding: 10px 0px;
    margin: 0;
}
.submitpaypalBut .but[data-v-7ebf36e3] {
    margin: 0px 10px;
}
.submitGoogleBut[data-v-7ebf36e3] {
    position: fixed;
    width: calc(100% - 20px);
    bottom: 0px;
    left: 0px;
    background: #fff;
    border-top: 1px solid #e3e3e3;
    z-index: 100;
    padding: 10px 10px;
}
.submitApplepayBut[data-v-7ebf36e3] {
    position: fixed;
    width: calc(100% - 20px);
    bottom: 0px;
    left: 0px;
    background: #fff;
    border-top: 1px solid #e3e3e3;
    z-index: 100;
    padding: 10px 10px;
}
.addressSelectList .noGift .addtitle[data-v-7ebf36e3] {
    font-weight: bold;
    font-size: 16px;
}
.addressSelectList .item .text .t1[data-v-7ebf36e3] {
    font-size: 16px;
}
.checkoutSuccessBox .wrap[data-v-7ebf36e3] {
    margin: 0px 10px;
}
.checkoutSuccessBox .main[data-v-7ebf36e3] {
    height: auto;
    padding: 20px 20px 30px 20px;
}
.checkoutSuccessBox .main .text1[data-v-7ebf36e3] {
    font-size: 16px;
}
.checkoutSuccessBox .main .text2[data-v-7ebf36e3] {
    font-size: 14px;
}
.checkoutSuccessBox .main .goto[data-v-7ebf36e3] {
    padding: 20px 0px;
}
.checkoutSuccessBox .main .goto button[data-v-7ebf36e3] {
    margin-top: 10px;
}
.integralNum[data-v-7ebf36e3] {
    padding-left: 0px!important;
    display: block;
}
.saveCardTip[data-v-7ebf36e3] {
    padding-left: 0px!important;
    display: block;
}
.footerLink2[data-v-7ebf36e3] {
    display: none;
}
.footerLink1[data-v-7ebf36e3] {
    display: block;
}
}
.phoneCheckBox[data-v-7ebf36e3] {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.phoneCheckBox .item[data-v-7ebf36e3] {
  padding: 0px 0px 20px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.phoneCheckBox .item1[data-v-7ebf36e3] {
  width: 100%;
}
.phoneCheckBox .item2[data-v-7ebf36e3] {
  width: 50%;
}
.phoneCheckBox .item3[data-v-7ebf36e3] {
  width: 50%;
  padding-left: 20px;
}
.phoneCheckBox .item4[data-v-7ebf36e3] {
  width: 100%;
}
.nologinuserinfoBox[data-v-7ebf36e3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nologinuserinfoBox .item[data-v-7ebf36e3] {
  padding: 0px 0px 20px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.nologinuserinfoBox .item1[data-v-7ebf36e3] {
  width: 100%;
}
.nologinuserinfoBox .item2[data-v-7ebf36e3] {
  width: 50%;
}
.nologinuserinfoBox .item3[data-v-7ebf36e3] {
  width: 50%;
  padding-left: 20px;
}
.nologinuserinfoBox .item4[data-v-7ebf36e3] {
  width: 100%;
}
#apple-pay-button[data-v-7ebf36e3] {
  display: none;
  background-color: black;
  background-image: -webkit-named-image(apple-pay-logo-white);
  background-size: 100% 100%;
  background-origin: content-box;
  background-repeat: no-repeat;
  width: 100%;
  height: 44px;
  padding: 10px 0;
  border-radius: 10px;
}
@supports (-webkit-appearance: -apple-pay-button) {
.apple-pay-button-with-text[data-v-7ebf36e3] {
    display: inline-block;
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: buy;
}
.apple-pay-button-with-text > *[data-v-7ebf36e3] {
    display: none;
}
.apple-pay-button-black-with-text[data-v-7ebf36e3] {
    -apple-pay-button-style: black;
}
.apple-pay-button-white-with-text[data-v-7ebf36e3] {
    -apple-pay-button-style: white;
}
.apple-pay-button-white-with-line-with-text[data-v-7ebf36e3] {
    -apple-pay-button-style: white-outline;
}
}
.apple-pay-button-with-text[data-v-7ebf36e3] {
  --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-7ebf36e3] {
  background-color: black;
  color: white;
}
.apple-pay-button-white-with-line-with-text[data-v-7ebf36e3] {
  background-color: black;
  color: white;
  border: 0.5px solid black;
}
.apple-pay-button-with-text.apple-pay-button-black-with-text > .logo[data-v-7ebf36e3] {
  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-7ebf36e3] {
  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-7ebf36e3] {
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-color: black;
}
.apple-pay-button-with-text > .text[data-v-7ebf36e3] {
  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-7ebf36e3] {
  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;
}

