/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.search[data-v-0eeba9e3] {
  width: 100%;
  height: 2.625rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search i[data-v-0eeba9e3] {
  font-size: 0.8rem;
  color: #ccc;
  line-height: 1.5rem;
  position: absolute;
  left: 1rem;
  top: 0.625rem;
}
.search .icon-close[data-v-0eeba9e3] {
  left: auto;
  right: 1rem;
  top: 0.5rem;
}
.search input[data-v-0eeba9e3] {
  width: 17rem;
  height: 1.5rem;
  border-radius: 0.75rem;
  background: #fff;
  font-size: 0.65rem;
  padding-left: 1.5rem;
}
.nav_list[data-v-0eeba9e3] {
  width: 100%;
  height: 2rem;
  display: flex;
  align-items: center;
  overflow: auto;
  background: #fff;
}
.nav_list li[data-v-0eeba9e3] {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.65rem;
  height: 2rem;
  overflow: hidden;
  position: relative;
  color: #999;
}
.nav_list li.active[data-v-0eeba9e3] {
  color: #fbd131;
}
.nav_list li.active[data-v-0eeba9e3]::after {
  content: "";
  width: 70%;
  height: 0.1rem;
  background-color: #fbd131;
  position: absolute;
  bottom: 0.125rem;
  left: 15%;
}
.total[data-v-0eeba9e3] {
  height: 1.8rem;
  display: flex;
  justify-content: space-between;
  font-size: 0.65rem;
  line-height: 1.8rem;
  padding: 0 0.75rem;
  color: #999;
}
.total i[data-v-0eeba9e3] {
  margin-left: 0.25rem;
}
.br[data-v-0eeba9e3] {
  width: 100%;
  height: 0.5rem;
}
.list[data-v-0eeba9e3] {
  width: 100%;
}
.list li[data-v-0eeba9e3] {
  margin-bottom: 0.5rem;
  background-color: #fff;
  font-size: 0.65rem;
}
.list li > *[data-v-0eeba9e3] {
  padding: 0 0.625rem;
  display: flex;
  align-items: center;
}
.list li > p[data-v-0eeba9e3] {
  height: 1.825rem;
  line-height: 1.825rem;
  color: #666;
  justify-content: space-between;
  border-bottom: 1PX solid #eee;
}
.list li > p span[data-v-0eeba9e3] {
  color: #dc3b40;
}
.list li .goods_item[data-v-0eeba9e3] {
  height: 3.775rem;
}
.list li .goods_item .img[data-v-0eeba9e3] {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #ccc;
  border-radius: 0.25rem;
  flex-shrink: 0;
}
.list li .goods_item .detail[data-v-0eeba9e3] {
  flex: 1;
  height: 2.5rem;
  padding: 0 0 0 0.5rem;
  width: 1PX;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.list li .goods_item .detail p[data-v-0eeba9e3] {
  display: flex;
  justify-content: space-between;
}
.list li .goods_item .detail p em[data-v-0eeba9e3] {
  color: #999;
}
.list li .goods_item .detail p span[data-v-0eeba9e3] {
  color: #dc3b40;
}
.list li .btn[data-v-0eeba9e3] {
  height: 2.25rem;
  display: flex;
  justify-content: flex-end;
  border-top: 1PX solid #eee;
}
.list li .btn button[data-v-0eeba9e3] {
  width: 4.05rem;
  height: 1.35rem;
  border: 1PX solid #dc3b40;
  color: #dc3b40;
  border-radius: 0.675rem;
  background-color: #fff;
}

