/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.nav[data-v-0a094e0c] {
  width: 100%;
  position: relative;
}
.nav .statistics[data-v-0a094e0c] {
  width: 100%;
  height: 1.625rem;
  display: flex;
  align-items: center;
  padding: 0 0.75rem;
  justify-content: space-between;
  font-size: 0.65rem;
}
.nav .statistics span[data-v-0a094e0c] {
  color: #dc3b40;
}
.nav .statistics i[data-v-0a094e0c] {
  font-size: 0.75rem;
}
.nav .search[data-v-0a094e0c] {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2.5rem;
  padding: 0.5rem;
  background-color: #eee;
}
.nav .search[data-v-0a094e0c]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 200%;
  height: calc(200% - 1PX);
  transform: scale(0.5, 0.5);
  transform-origin: 0 0;
  pointer-events: none;
  border-radius: 0;
  border-bottom: 1PX solid #e5e5e5;
}
.nav .search > input[data-v-0a094e0c] {
  display: block;
  width: 15rem;
  height: 100%;
  padding: 0 0.5rem 0 1.75rem;
  border-radius: 0.25rem;
  background-color: #fff;
  font-size: 0.65rem;
}
.nav .search > i[data-v-0a094e0c] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  width: 1.75rem;
  height: 1.5rem;
  font-size: 0.75rem;
  color: #ccc;
}
.nav .search > span[data-v-0a094e0c] {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  font-size: 0.65rem;
  width: 1.75rem;
  height: 1.5rem;
  text-align: center;
  line-height: 1.5rem;
}
.list[data-v-0a094e0c] {
  width: 100%;
  background-color: #fff;
}
.list > li[data-v-0a094e0c] {
  width: 100%;
  height: 2.5rem;
  font-size: 0.65rem;
  display: flex;
  align-items: center;
  padding: 0 0.75rem;
  border-bottom: 1PX solid #eee;
}
.list > li .icon-store_member[data-v-0a094e0c] {
  font-size: 1.3rem;
  margin-right: 0.5rem;
  color: #2faaf1;
}
.list > li .icon-arrow-right[data-v-0a094e0c] {
  font-size: 0.65rem;
  color: #ccc;
  position: relative;
  right: -0.25rem;
}
.list > li p[data-v-0a094e0c] {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.list > li p span[data-v-0a094e0c]:first-child {
  line-height: 1.2rem;
  display: flex;
  justify-content: space-between;
}
.list > li p span:first-child em[data-v-0a094e0c] {
  color: #f05a50;
}
.list > li p span[data-v-0a094e0c]:last-of-type {
  color: #aaa;
  font-size: 0.55rem;
  text-indent: 0.05rem;
}
.list > li .balance[data-v-0a094e0c] {
  color: #f05a50;
}
.empty[data-v-0a094e0c] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.empty > img[data-v-0a094e0c] {
  display: block;
  width: 7rem;
}
.empty > p[data-v-0a094e0c] {
  margin-top: 1.125rem;
  line-height: 1;
  font-size: 0.8rem;
  color: #333752;
}

