.people-list{
  background-image: url(https://wechatapppro-1252524126.file.myqcloud.com/appAKLWLitn7978/image/b_u_5b2225aa46488_oGKN7IvA/kyri0jo50jyo.png);
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  padding: 1px 0 0 0;
  line-height: 4.2em;
}
.people-list .title{
  width: 26.6em;
  height: 5em;
  margin: auto;
  margin-top: 3.3em;
  display: block;
}
.people-list .content {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding:2.6em 6.4em 0 6.4em;
  margin-top: 3em;
}
.receive-state .text {
  font-size: 2.6em;
  color: #999;
}
.list {
  text-align: center;
  width: calc(100% + 100px);
  padding-right: 100px;
  box-sizing: border-box;
  height: 51.8em;
  margin-top: 3.2em;
  overflow-y: auto;
}
.list .empty {
  margin-top: 10.6em;
}
.list .empty .empty-tips-img {
  width: 17em;
  height: 17em;
  margin-bottom: 3.2em;
}
.list .empty .tips {
  font-size: 3.7em;
  color: #999;
}
.list .card {
  width: 100%;
  display: flex;
  color: #333;
  align-items: center;
  justify-content: space-between;
  padding: 1em 0;
}
.list .card .avatar{
  width: 6.4em;
  height: 6.4em;
  border-radius: 50%;
  margin-right: 1.2em;
}
.list .card .name-time {
  width: 26.1em;
  text-align: left;
}
.list .card .name {
  font-size: 2.6em;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.list .card .time {
  font-size: 2.6em;
  color: #999;
}
.card .money {
  flex: 1;
  position: relative;
  text-align: right;
  height: 8.4em;
}
.card.my{
  border-bottom: 1px solid #EFEFEF;
}
.card .money .number {
  font-size: 2.6em;
  font-weight: 400;
}
.card .money .best {
  white-space: nowrap;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
}
.card .money .best text{
  font-size: 2.6em;
  color: #E6AE5B;
}
.card .money .best-icon {
  width: 2.6em;
  height: 2.6em;
  margin-right: 1px;
}

.content-loading{
  width: 100%;
  height: calc(100% - 8em);
  display: flex;
  align-items: center;
  justify-content: center;
}