/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.header[data-v-3be4609a] {
  width: 100%;
  height: 5.5rem;
  background: #fe6464;
  margin-top: 0.5rem;
  flex-direction: column;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
}
.header p[data-v-3be4609a] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
}
.header p i[data-v-3be4609a] {
  font-size: 1.2rem;
  margin-right: 0.25rem;
}
.header p span[data-v-3be4609a] {
  height: 0.85rem;
  line-height: 0.85rem;
  padding: 0 0.375rem;
  font-size: 0.55rem;
  background: #fad5a3;
  border-radius: 0.425rem;
  color: #333;
  margin-left: 0.25rem;
  position: relative;
  top: 0.125rem;
}
.header > span[data-v-3be4609a] {
  font-size: 0.65rem;
  margin-top: 0.125rem;
}
.title[data-v-3be4609a] {
  width: 100%;
  padding: 0.425rem 0.625rem;
  display: flex;
  justify-content: space-between;
  line-height: 1;
  font-size: 0.6rem;
  color: #999;
}
.cell[data-v-3be4609a] {
  position: relative;
  width: 100%;
  height: 2.125rem;
  background-color: #fff;
  margin-top: 0.5rem;
  padding: 0 0.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.75rem;
}
.store[data-v-3be4609a] {
  padding-right: 0.45rem;
}
.store i[data-v-3be4609a] {
  font-size: 0.65rem;
  color: #999;
}
.order_detail[data-v-3be4609a] {
  padding-bottom: 5rem;
}
.order_detail .scheme_info[data-v-3be4609a] {
  width: 100%;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 0.375rem 0;
  background-color: #fff;
}
.order_detail .scheme_info li[data-v-3be4609a] {
  width: 100%;
  display: flex;
  height: auto;
  padding: 0 0.6rem;
}
.order_detail .scheme_info li p[data-v-3be4609a] {
  color: #444;
  font-size: 0.7rem;
  line-height: 1.2rem;
}
.order_detail .scheme_info li .coupon_detail[data-v-3be4609a] {
  width: 1.125rem;
  height: 1.125rem;
  margin-left: 0.45rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.order_detail .scheme_info li .coupon_detail > i[data-v-3be4609a] {
  width: 0.725rem;
  height: 0.725rem;
  line-height: 0.725rem;
  font-size: 0.725rem;
  color: #dc3b40;
}
.order_detail .scheme_info li .label[data-v-3be4609a] {
  height: 100%;
  width: 3.875rem;
  font-size: 0.7rem;
  color: #999;
  line-height: 1.225rem;
}
.submit[data-v-3be4609a] {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 2.25rem;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.submit i[data-v-3be4609a] {
  width: 0.95rem;
  height: 100%;
  font-size: 0.95rem;
  line-height: 2.25rem;
  margin-left: 0.9rem;
  color: #ccc;
}
.submit p[data-v-3be4609a] {
  color: #999;
  flex: 1;
  text-indent: 0.4rem;
  line-height: 2.25rem;
}
.submit p span[data-v-3be4609a] {
  color: #dc3b40;
}
.submit div[data-v-3be4609a] {
  height: 100%;
  width: 5rem;
  color: #aaa;
  background-color: #ccc;
  text-align: center;
  line-height: 2.25rem;
  font-size: 0.75rem;
}
.submit .can_submit[data-v-3be4609a] {
  border-left: 1px solid #fff;
  background-color: #dc3b40;
  color: #fff;
}

