/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.point[data-v-3156e700] {
  width: 100%;
  height: 1.75rem;
  pointer-events: none;
  position: absolute;
  z-index: 500;
  top: -1.75rem;
  left: 0;
  display: flex;
}
.point .point-item[data-v-3156e700] {
  flex: 1;
  height: 100%;
  position: relative;
}
.point .point-item span[data-v-3156e700] {
  position: absolute;
  top: 0.125rem;
  left: 4.05rem;
  display: block;
  font-size: 0.35rem;
  height: 0.55rem;
  min-width: 0.55rem;
  width: auto;
  border-radius: 0.275rem;
  background-color: #dc3b40;
  color: #fff;
  padding: 0 0.125rem;
  line-height: 0.55rem;
  text-align: center;
}
.list[data-v-3156e700] {
  width: 100%;
  margin-top: 0.25rem;
}
.list > li[data-v-3156e700]:not(:last-child) {
  position: relative;
}
.list > li[data-v-3156e700]:not(:last-child):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 > li > .item[data-v-3156e700] {
  background-color: #fff;
  padding: 0 1.125rem 0 2.5rem;
  display: flex;
  font-size: 0.65rem;
  height: 2.75rem;
  border-bottom: 1PX solid #eee;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.list > li > .item .icon-withdraw1[data-v-3156e700],
.list > li > .item .icon-deposit1[data-v-3156e700] {
  position: absolute;
  left: 0.75rem;
  top: 0.25rem;
  font-size: 1.4rem;
  color: #f05a50;
}
.list > li > .item .icon-arrow-right[data-v-3156e700] {
  position: absolute;
  top: 1.125rem;
  font-size: 0.65rem;
  color: #ccc;
  right: 0.25rem;
}
.list > li > .item p[data-v-3156e700] {
  line-height: 1.2rem;
  display: flex;
  justify-content: space-between;
  font-weight: 500;
}
.list > li > .item p span[data-v-3156e700] {
  font-weight: normal;
  color: #999;
}
.list > li > .item p span .tel[data-v-3156e700] {
  font-size: 0.7rem;
  color: #333;
}
.list > li > .item p span .money[data-v-3156e700] {
  font-size: 0.7rem;
  color: #f05a50;
}
.list > li > .item time[data-v-3156e700] {
  color: #ccc;
  font-size: 0.55rem;
}
.list > li .date[data-v-3156e700] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1.2rem;
  width: 100%;
  font-size: 0.65rem;
  padding: 0 0.75rem;
}
.list > li .date p[data-v-3156e700] {
  color: #999;
}
.list > li .date p span[data-v-3156e700] {
  color: #f05a50;
}

