/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.tips[data-v-5a252c94] {
  width: 100%;
  height: 1.5rem;
  line-height: 1.5rem;
  color: #f76310;
  font-size: 0.65rem;
}
.tips[data-v-5a252c94]::before {
  margin-right: 0.15rem;
}
.pay-way[data-v-5a252c94] {
  width: 100%;
  background-color: #fff;
}
.pay-way li[data-v-5a252c94] {
  position: relative;
  width: 100%;
  height: 2.15rem;
  background-color: #fff;
  padding: 0 0.8rem 0 0.9rem;
  display: flex;
  align-items: center;
  border-bottom: 1PX solid #e5e5e5;
}
.pay-way li .yue-money[data-v-5a252c94] {
  position: absolute;
  right: 2.25rem;
  line-height: 2.15rem;
  color: #dc3b40;
}
.pay-way li p[data-v-5a252c94] {
  margin-left: 0.9rem;
  line-height: 2.125rem;
  font-size: 0.75rem;
  color: #666;
}
.pay-way li p span[data-v-5a252c94] {
  font-size: 0.5rem;
  color: #999;
  margin-left: 0.45rem;
}
.pay-way li .pay_type_icon[data-v-5a252c94] {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  font-size: 1.2rem;
  background-size: cover;
}
.pay-way li .checkbox[data-v-5a252c94] {
  display: flex;
  align-items: center;
  width: 0.6rem;
  height: 100%;
  position: absolute;
  right: 0.9rem;
  color: #dc3b40;
  font-size: 0.65rem;
}
.qrcode[data-v-5a252c94] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eee;
  text-align: center;
  z-index: 100300;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.qrcode .qrcode_header[data-v-5a252c94] {
  width: 100%;
  height: 2.25rem;
  background-color: #ffd32d;
  color: #fff;
  font-size: 0.85rem;
  text-align: center;
  line-height: 2.25rem;
  position: relative;
}
.qrcode .qrcode_header span[data-v-5a252c94] {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.8rem;
  height: 2.25rem;
  display: block;
}
.qrcode .code_container[data-v-5a252c94] {
  flex: 1;
  width: 15.6rem;
  background-color: #fff;
  border-radius: 0.375rem;
  margin: 0 auto;
  overflow: auto;
}
.qrcode .code_container h3[data-v-5a252c94] {
  background: #fff;
  font-size: 0.65rem;
  line-height: 2.25rem;
  text-align: center;
  font-weight: normal;
}
.qrcode .code_container .code-wrap[data-v-5a252c94] {
  background: #fff;
}
.qrcode .code_container .code[data-v-5a252c94] {
  width: 8.75rem;
  height: 8.75rem;
  border: 1PX solid #e5e5e5;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.qrcode .code_container .code img[data-v-5a252c94] {
  width: 100%;
}
.qrcode .code_container .qrcode_money[data-v-5a252c94] {
  line-height: 1.95rem;
  font-size: 1.175rem;
  text-align: center;
}
.qrcode .code_container .long_touch[data-v-5a252c94] {
  width: 100%;
  height: 2.05rem;
  display: flex;
  padding: 0 0.25rem;
  align-items: center;
  justify-content: space-around;
}
.qrcode .code_container .long_touch span[data-v-5a252c94] {
  width: 1.65rem;
  height: 1.65rem;
  background-color: #dc3b40;
  border-radius: 50%;
  color: #fff;
  font-size: 0.7rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.65rem;
  display: block;
}
.qrcode .code_container .order_detail[data-v-5a252c94] {
  height: 2.55rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0.125rem;
  margin-bottom: 0.75rem;
}
.qrcode .code_container .order_detail span[data-v-5a252c94] {
  width: 15rem;
  padding-left: 0.75rem;
  font-size: 0.65rem;
  background-color: #f6f6f6;
  color: #999;
  margin: 0 auto;
  text-align: left;
  line-height: 1rem;
}
.qrcode .code_container .order_detail span[data-v-5a252c94]:nth-child(1) {
  padding-top: 0.25rem;
}
.qrcode .code_container .order_detail span[data-v-5a252c94]:nth-child(2) {
  padding-bottom: 0.25rem;
}
.qrcode .code_container .wx_scan_info[data-v-5a252c94] {
  width: 100%;
  height: 5.3rem;
  border-top: 1PX solid #e5e5e5;
  padding: 0.25rem 0.6rem;
}
.qrcode .code_container .wx_scan_info h3[data-v-5a252c94] {
  text-align: left;
  line-height: 1.2rem;
}
.qrcode .code_container .wx_scan_info p[data-v-5a252c94] {
  font-size: 0.6rem;
  color: #999;
  text-align: left;
  position: relative;
  text-indent: 0.9rem;
  line-height: 0.9rem;
  margin-bottom: 0.2rem;
}
.qrcode .code_container .wx_scan_info p span[data-v-5a252c94] {
  color: #dc3b40;
}
.qrcode .code_container .wx_scan_info p i[data-v-5a252c94] {
  display: inline-block;
  width: 0.925rem;
  height: 0.925rem;
  margin: 0 0 0 0.275rem;
  line-height: 0.9rem;
  position: relative;
  top: 0.225rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAV1BMVEUAAAA8sDQ8sDQ8sDQ8sDQ8sDQ8sDQ8sDQ8sDQ8sDQ8sDQ8sDQ8sDQ8sDQ8sDQ8sDQ8sDQ8sDQ8sDQ8sDQ8sDQ8sDQ8sDQ8sDQ8sDQ8sDQ8sDQ8sDQ8sDR+RZy5AAAAHHRSTlMA4iOcFy8J8PjQroJeaTvApJOLVU3WuHkQyHJGwrZrFwAAAYJJREFUSMfNlemupCAQRr+STXFvt154/+ccRxLQpryjfyb3JKZI9KSoQgCA7nN3CdNrrGTkLkMZoI27AQHC3aKHu8n/FqhbqmGoFlFcEkSDgCrpX0KX4YBefhYqJGTFuZArcMynQgOe14nwxkZVKng+5egLyVmBsNGvQ7mN6pC0SoVYsFmHPoWNWYkRcng+5GzoTyGxMTBCG1qfxZb+fd7CdpYRenCMLypsWQ+fWtCXUCJFvoyIa/OxB+GBhMa18piPdoLFNyrNql9RMMlLdpZFEJIfYy7A8MyD0OJA5p5bFPQ4xDoIbsQeMXvP/ykhAiYIucSOqQKbASIIjnaGnjLw1FFwpHYbTYNnDMKhVXKS4BkOQpwHNeApo+Bb++4rJYFiAc+0FxRq2hpGlLdgadxOMHXhIgoctBfy72sgRfx0GM98xefC93bAs3dnQigqWYIgnDAtSvulHzWeicBCre1mWmOFRxCuYYXz/MZL0bpbdP4suIzRgDI3vldYkd3l+UjgD0o1m9AVcwCgAAAAAElFTkSuQmCC);
  background-size: cover;
}
.qrcode .code_container .wx_scan_info p[data-v-5a252c94]:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0.675rem;
  height: 0.675rem;
  line-height: 0.675rem;
  text-align: center;
  font-size: 0.5rem;
  background-color: #dc3b40;
  color: #fff;
  border-radius: 50%;
  text-indent: 0;
}
.qrcode .code_container .wx_scan_info p[data-v-5a252c94]:nth-child(2):before {
  content: '1';
}
.qrcode .code_container .wx_scan_info p[data-v-5a252c94]:nth-child(3):before {
  content: '2';
}
.qrcode .btn[data-v-5a252c94] {
  width: 100%;
  height: 2.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qrcode .btn button[data-v-5a252c94] {
  width: 16.05rem;
  height: 2.125rem;
  border-radius: 0.275rem;
  background-color: #dc3b40;
  color: #fff;
  font-size: 0.75rem;
}
.qrcode .tip-buzou[data-v-5a252c94] {
  padding: 0.35rem 0.75rem 1.125rem;
  margin: 0 auto;
  border-top: 1PX solid #e5e5e5;
  background: #fff;
  text-align: left;
}
.qrcode .tip-buzou h3[data-v-5a252c94] {
  font-size: 0.65rem;
  color: #333;
  line-height: 1.5rem;
  text-align: left;
}
.qrcode .tip-buzou h3 em[data-v-5a252c94] {
  font-size: 0.6rem;
  color: #ccc;
}
.qrcode .tip-buzou p[data-v-5a252c94] {
  color: #999;
  font-size: 0.6rem;
  line-height: 0.9rem;
}
.qrcode .tip-buzou p span[data-v-5a252c94] {
  display: inline-block;
  width: 0.65rem;
  height: 0.65rem;
  margin-right: 0.25rem;
  color: #fff;
  text-align: center;
  background-color: #dc3b40;
  line-height: 0.65rem;
  border-radius: 100%;
  font-size: 0.55rem;
}
.qrcode .tip-buzou p b[data-v-5a252c94] {
  display: inline-block;
  width: 1.9rem;
  height: 0.75rem;
  margin: 0 0.25rem;
  background: #434343;
  color: #fff;
  font-weight: normal;
  text-align: center;
  line-height: 0.75rem;
  border-radius: 0.125rem;
}
.qrcode .tip-buzou p img[data-v-5a252c94] {
  width: 0.825rem;
  height: 0.825rem;
  margin: 0 0.25rem;
  vertical-align: -0.15rem;
}
.alipay-box[data-v-5a252c94] {
  padding: 1.35rem 0.9rem;
  text-align: center;
  background-color: #fff;
  border-radius: 0.275rem;
  font-size: 0.65rem;
}
.alipay-box .close[data-v-5a252c94] {
  position: absolute;
  top: -1.25rem;
  right: -1.25rem;
  width: 1.1rem;
  height: 1.1rem;
  line-height: 1.1rem;
  font-size: 1.1rem;
  color: #ccc;
}
.alipay-box .tip[data-v-5a252c94] {
  width: 2.775rem;
  height: 2.775rem;
  margin-bottom: 0.9rem;
  line-height: 2.775rem;
  font-size: 2.775rem;
  color: #dc3b40;
}
.alipay-box .pay_suc_msg[data-v-5a252c94] {
  display: inline-block;
  margin-top: 0.45rem;
  color: #999;
  font-size: 0.475rem;
}
.alipay-box .pay_unsuc[data-v-5a252c94],
.alipay-box .pay_count_time[data-v-5a252c94] {
  margin-top: 0.9rem;
  color: #dc3b40;
}
.alipay-box ul[data-v-5a252c94] {
  display: flex;
  justify-content: center;
  margin-top: 0.9rem;
}
.alipay-box ul li[data-v-5a252c94] {
  width: 5.4rem;
  text-align: center;
  line-height: 1.6rem;
  border: 1PX solid #e5e5e5;
  border-radius: 0.15rem;
}
.alipay-box ul li[data-v-5a252c94]:first-child {
  margin-right: 1.35rem;
}
.alipay-box ul li.btn_suc[data-v-5a252c94] {
  color: #fff;
  background-color: #dc3b40;
  border: none;
}
.alipay-iframe[data-v-5a252c94] {
  display: none;
}

