/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.item[data-v-25acf61b] {
  background-color: #fff;
}
.item .code[data-v-25acf61b] {
  height: 1.825rem;
  line-height: 1.825rem;
  display: flex;
  padding: 0 0.75rem;
  justify-content: space-between;
  font-size: 0.65rem;
  color: #666;
  border-bottom: 1PX solid #eee;
}
.item .code span[data-v-25acf61b] {
  color: #b30404;
}
.item .goods[data-v-25acf61b] {
  width: 100%;
  padding: 0 0.75rem;
  font-size: 0.65rem;
}
.item .goods .goods_item[data-v-25acf61b] {
  width: 100%;
  height: 3.75rem;
  border-bottom: 1PX solid #eee;
  display: flex;
  align-items: center;
}
.item .goods .goods_item .image[data-v-25acf61b] {
  width: 2.5rem;
  height: 2.5rem;
}
.item .goods .goods_item .goods_detail[data-v-25acf61b] {
  height: 2.5rem;
  padding-left: 0.75rem;
  flex: 1;
  width: 1PX;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  line-height: 1rem;
}
.item .goods .goods_item .goods_detail span[data-v-25acf61b] {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.item .goods .goods_item .goods_detail p[data-v-25acf61b] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #999;
}
.item .goods .goods_item .goods_detail p .price[data-v-25acf61b] {
  color: #b30404;
}
.item .total[data-v-25acf61b] {
  font-size: 0.65rem;
  height: 2.25rem;
  border-bottom: 1PX solid #eee;
  padding: 0 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.item .total span[data-v-25acf61b] {
  width: 2.5rem;
  height: 100%;
  line-height: 2.25rem;
  text-align: center;
}
.item .total p[data-v-25acf61b] {
  flex: 1;
  text-align: right;
}
.item .total p em[data-v-25acf61b] {
  color: #b30404;
}
.check[data-v-25acf61b] {
  padding: 0 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.check > p[data-v-25acf61b] {
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 0.65rem;
}
.check > p span[data-v-25acf61b] {
  color: #999;
}
.check > p em[data-v-25acf61b] {
  color: #b30404;
}
.check div[data-v-25acf61b] {
  height: 2.5rem;
  font-size: 0.65rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.check div > p[data-v-25acf61b] {
  line-height: 0.9rem;
}
.check div > p span[data-v-25acf61b] {
  color: #999;
}
.check button[data-v-25acf61b] {
  width: 4.05rem;
  height: 1.35rem;
  border-radius: 0.675rem;
  background: #fff;
  border: 1PX solid #b30404;
  color: #b30404;
  font-size: 0.65rem;
}

