/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
header[data-v-1b1f348b] {
  background-color: #fff;
  margin-bottom: 0.375rem;
}
.total-box[data-v-1b1f348b] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.total-box > span[data-v-1b1f348b] {
  margin-top: 0.75rem;
  color: #666;
  font-size: 0.6rem;
}
.total-box > p[data-v-1b1f348b] {
  margin-top: 0.75rem;
  color: #333;
  font-weight: bold;
  font-size: 1.5rem;
}
.total-box > div[data-v-1b1f348b] {
  margin-top: 0.75rem;
  display: flex;
  align-items: center;
  background-color: #eee;
  padding: 0.375rem 0.5rem;
  min-width: 70%;
}
.total-box > div > div[data-v-1b1f348b] {
  flex: 1;
  display: flex;
  align-items: center;
}
.total-box > div > div > span[data-v-1b1f348b] {
  font-size: 0.55rem;
  color: #666;
  line-height: 0.6rem;
  white-space: nowrap;
}
.total-box > div > div > p[data-v-1b1f348b] {
  font-size: 0.6rem;
  color: #333;
  font-weight: bold;
  white-space: nowrap;
}
.total-box > em[data-v-1b1f348b] {
  margin: 0.75rem 0;
  width: 7.5rem;
  height: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.875rem;
  font-size: 0.7rem;
  color: #fff;
  background: #FF6262;
}
.list-title[data-v-1b1f348b] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  height: 2.5rem;
  padding: 0.5rem 0.75rem;
  position: relative;
}
.list-title[data-v-1b1f348b]: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;
}
.list-title > span[data-v-1b1f348b] {
  font-size: 0.7rem;
  font-weight: bold;
  color: #333;
}
.list-title > p[data-v-1b1f348b] {
  font-size: 0.55rem;
  display: flex;
  align-items: center;
}
.list li[data-v-1b1f348b] {
  position: relative;
  display: flex;
  background: #fff;
  height: 3rem;
  padding: 0.5rem 0.75rem;
}
.list li[data-v-1b1f348b]: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;
}
.list .type-wrap[data-v-1b1f348b] {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex: 1;
  height: 100%;
}
.list .type[data-v-1b1f348b] {
  word-break: break-all;
  font-size: 0.65rem;
}
.list .balance[data-v-1b1f348b] {
  color: #999;
  font-size: 0.6rem;
}
.list .detail[data-v-1b1f348b] {
  width: 5rem;
  text-align: right;
}
.list .time[data-v-1b1f348b] {
  margin-bottom: 0.375rem;
  color: #999;
  font-size: 0.525rem;
}
.list .money[data-v-1b1f348b] {
  font-size: 0.75rem;
}

