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

