.people-list {
  background-image: url(https://wechatapppro-1252524126.cdn.xiaoeknow.com/appAKLWLitn7978/image/b_u_5b2225aa46488_oGKN7IvA/kyri0jo50jyo.png);
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  padding: 0.26667vmin 0 0 0;
  line-height: 5.6vmin;
  position: relative;
}

.people-list .title {
  width: 35.46667vmin;
  height: 6.66667vmin;
  margin: auto;
  margin-top: 4.8vmin;
  display: block;
}

.people-list .content {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 3.46667vmin 8.53333vmin 0 8.53333vmin;
  margin-top: 4vmin;
}

.people-list .content .receive-state .text {
  font-size: 3.2vmin;
  line-height: 4.8vmin;
  color: #999;
}

.people-list .content .list {
  text-align: center;
  width: calc(100% + vmin(200));
  box-sizing: border-box;
  height: 69.06667vmin;
  margin-top: 4.26667vmin;
  overflow-y: auto;
}

.people-list .content .list .empty {
  margin-top: 10.66667vmin;
}

.people-list .content .list .empty .empty-tips-img {
  width: 22.66667vmin;
  height: 22.66667vmin;
  margin-bottom: 4.26667vmin;
}

.people-list .content .list .empty .tips {
  font-size: 4.26667vmin;
  line-height: 6.4vmin;
  color: #999;
}

.people-list .content .list .card {
  width: 100%;
  display: flex;
  color: #333;
  align-items: center;
  justify-content: space-between;
  padding: 1.33333vmin 0;
}

.people-list .content .list .card .avatar {
  width: 8.53333vmin;
  height: 8.53333vmin;
  border-radius: 50%;
  margin-right: 1.6vmin;
}

.people-list .content .list .card .name-time {
  text-align: left;
  flex: 1;
}

.people-list .content .list .card .name-time .name {
  font-size: 3.2vmin;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 4.26667vmin;
  height: 4.26667vmin;
  max-width: 26.66667vmin;
  white-space: nowrap;
}

.people-list .content .list .card .name-time .time {
  font-size: 3.2vmin;
  line-height: 4.26667vmin;
  height: 4.26667vmin;
  color: #999;
}

.people-list .content .list .card .money {
  position: relative;
  text-align: right;
  height: 9.6vmin;
}

.people-list .content .list .card .money .number {
  font-size: 3.2vmin;
  font-weight: 500;
  line-height: 4.8vmin;
  height: 4.8vmin;
}

.people-list .content .list .card .money .best {
  white-space: nowrap;
  display: flex;
  align-items: right;
}

.people-list .content .list .card .money .best text {
  font-size: 3.2vmin;
  line-height: 4.8vmin;
  height: 4.8vmin;
  color: #E6AE5B;
  font-weight: 500;
}

.people-list .content .list .card .money .best .best-icon {
  width: 4.26667vmin;
  height: 4.26667vmin;
  margin-right: 0.26667vmin;
}

.people-list .content .list .my {
  border-bottom: 0.26667vmin solid #EFEFEF;
}

.people-list .content-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.horizontal .title {
  width: 26.13333vmin;
  height: 5.33333vmin;
  margin: auto;
  margin-top: 3.2vmin;
  display: block;
}

.horizontal .content {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 2.13333vmin 6.4vmin 0 6.4vmin;
  margin-top: 2.66667vmin;
}

.horizontal .content .receive-state .text {
  font-size: 2.66667vmin;
  line-height: 3.2vmin;
  color: #999;
}

.horizontal .content .list {
  text-align: center;
  width: calc(100% + vmin(200));
  box-sizing: border-box;
  height: 50.93333vmin;
  margin-top: 4.26667vmin;
  overflow-y: auto;
}

.horizontal .content .list .empty {
  margin-top: 9.86667vmin;
}

.horizontal .content .list .empty .empty-tips-img {
  width: 17.06667vmin;
  height: 17.06667vmin;
  margin-bottom: 4.26667vmin;
}

.horizontal .content .list .empty .tips {
  font-size: 3.2vmin;
  line-height: 4.26667vmin;
  color: #999;
}

.horizontal .content .list .card {
  width: 100%;
  display: flex;
  color: #333;
  align-items: center;
  padding: 1.33333vmin 0;
}

.horizontal .content .list .card .avatar {
  width: 6.4vmin;
  height: 6.4vmin;
  border-radius: 50%;
  margin-right: 1.06667vmin;
}

.horizontal .content .list .card .name-time {
  text-align: left;
  line-height: 3.2vmin;
  flex: 1;
}

.horizontal .content .list .card .name-time .name {
  font-size: 2.66667vmin;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 21.33333vmin;
}

.horizontal .content .list .card .name-time .time {
  font-size: 2.66667vmin;
  color: #999;
}

.horizontal .content .list .card .money {
  position: relative;
  text-align: right;
  height: 6.93333vmin;
  display: flex;
  flex-direction: column;
  align-items: right;
  justify-content: center;
}

.horizontal .content .list .card .money .number {
  font-size: 2.66667vmin;
  font-weight: 500;
  height: 3.2vmin;
  line-height: 3.2vmin;
}

.horizontal .content .list .card .money .best {
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: baseline;
}

.horizontal .content .list .card .money .best text {
  font-size: 2.66667vmin;
  color: #E6AE5B;
  font-weight: 500;
  height: 3.2vmin;
  line-height: 3.2vmin;
}

.horizontal .content .list .card .money .best .best-icon {
  width: 3.2vmin;
  height: 3.2vmin;
  margin-right: 0.26667vmin;
}

.horizontal .content .list .my {
  border-bottom: 0.26667vmin solid #EFEFEF;
}

.horizontal .content-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) and (orientation: portrait) {
  .people-list {
    background-image: url(https://wechatapppro-1252524126.cdn.xiaoeknow.com/appAKLWLitn7978/image/b_u_5b2225aa46488_oGKN7IvA/kyri0jo50jyo.png);
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    padding: 0.13021vmin 0 0 0;
    line-height: 2.73438vmin;
    position: relative;
  }
  .people-list .title {
    width: 17.31771vmin;
    height: 3.25521vmin;
    margin: auto;
    margin-top: 2.34375vmin;
    display: block;
  }
  .people-list .content {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 1.69271vmin 4.16667vmin 0 4.16667vmin;
    margin-top: 1.95312vmin;
  }
  .people-list .content .receive-state .text {
    font-size: 1.5625vmin;
    line-height: 2.34375vmin;
    color: #999;
  }
  .people-list .content .list {
    text-align: center;
    width: calc(100% + vmin(200));
    box-sizing: border-box;
    height: 33.72396vmin;
    margin-top: 2.08333vmin;
    overflow-y: auto;
  }
  .people-list .content .list .empty {
    margin-top: 5.20833vmin;
  }
  .people-list .content .list .empty .empty-tips-img {
    width: 11.06771vmin;
    height: 11.06771vmin;
    margin-bottom: 2.08333vmin;
  }
  .people-list .content .list .empty .tips {
    font-size: 2.08333vmin;
    line-height: 3.125vmin;
    color: #999;
  }
  .people-list .content .list .card {
    width: 100%;
    display: flex;
    color: #333;
    align-items: center;
    justify-content: space-between;
    padding: 0.65104vmin 0;
  }
  .people-list .content .list .card .avatar {
    width: 4.16667vmin;
    height: 4.16667vmin;
    border-radius: 50%;
    margin-right: 0.78125vmin;
  }
  .people-list .content .list .card .name-time {
    text-align: left;
    flex: 1;
  }
  .people-list .content .list .card .name-time .name {
    font-size: 1.5625vmin;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 2.08333vmin;
    height: 2.08333vmin;
    max-width: 13.02083vmin;
    white-space: nowrap;
  }
  .people-list .content .list .card .name-time .time {
    font-size: 1.5625vmin;
    line-height: 2.08333vmin;
    height: 2.08333vmin;
    color: #999;
  }
  .people-list .content .list .card .money {
    position: relative;
    text-align: right;
    height: 4.6875vmin;
  }
  .people-list .content .list .card .money .number {
    font-size: 1.5625vmin;
    font-weight: 500;
    line-height: 2.34375vmin;
    height: 2.34375vmin;
  }
  .people-list .content .list .card .money .best {
    white-space: nowrap;
    display: flex;
    align-items: right;
  }
  .people-list .content .list .card .money .best text {
    font-size: 1.5625vmin;
    line-height: 2.34375vmin;
    height: 2.34375vmin;
    color: #E6AE5B;
    font-weight: 500;
  }
  .people-list .content .list .card .money .best .best-icon {
    width: 2.08333vmin;
    height: 2.08333vmin;
    margin-right: 0.13021vmin;
  }
  .people-list .content .list .my {
    border-bottom: 0.13021vmin solid #EFEFEF;
  }
  .people-list .content-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .horizontal .title {
    width: 12.76042vmin;
    height: 2.60417vmin;
    margin: auto;
    margin-top: 1.5625vmin;
    display: block;
  }
  .horizontal .content {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 1.04167vmin 3.125vmin 0 3.125vmin;
    margin-top: 1.30208vmin;
  }
  .horizontal .content .receive-state .text {
    font-size: 1.30208vmin;
    line-height: 1.5625vmin;
    color: #999;
  }
  .horizontal .content .list {
    text-align: center;
    width: calc(100% + vmin(200));
    box-sizing: border-box;
    height: 24.86979vmin;
    margin-top: 2.08333vmin;
    overflow-y: auto;
  }
  .horizontal .content .list .empty {
    margin-top: 4.81771vmin;
  }
  .horizontal .content .list .empty .empty-tips-img {
    width: 8.33333vmin;
    height: 8.33333vmin;
    margin-bottom: 2.08333vmin;
  }
  .horizontal .content .list .empty .tips {
    font-size: 1.5625vmin;
    line-height: 2.08333vmin;
    color: #999;
  }
  .horizontal .content .list .card {
    width: 100%;
    display: flex;
    color: #333;
    align-items: center;
    padding: 0.65104vmin 0;
  }
  .horizontal .content .list .card .avatar {
    width: 3.125vmin;
    height: 3.125vmin;
    border-radius: 50%;
    margin-right: 0.52083vmin;
  }
  .horizontal .content .list .card .name-time {
    text-align: left;
    line-height: 1.5625vmin;
    flex: 1;
  }
  .horizontal .content .list .card .name-time .name {
    font-size: 1.30208vmin;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 10.41667vmin;
  }
  .horizontal .content .list .card .name-time .time {
    font-size: 1.30208vmin;
    color: #999;
  }
  .horizontal .content .list .card .money {
    position: relative;
    text-align: right;
    height: 3.38542vmin;
    display: flex;
    flex-direction: column;
    align-items: right;
    justify-content: center;
  }
  .horizontal .content .list .card .money .number {
    font-size: 1.30208vmin;
    font-weight: 500;
    height: 1.5625vmin;
    line-height: 1.5625vmin;
  }
  .horizontal .content .list .card .money .best {
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: baseline;
  }
  .horizontal .content .list .card .money .best text {
    font-size: 1.30208vmin;
    color: #E6AE5B;
    font-weight: 500;
    height: 1.5625vmin;
    line-height: 1.5625vmin;
  }
  .horizontal .content .list .card .money .best .best-icon {
    width: 1.5625vmin;
    height: 1.5625vmin;
    margin-right: 0.13021vmin;
  }
  .horizontal .content .list .my {
    border-bottom: 0.13021vmin solid #EFEFEF;
  }
  .horizontal .content-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (min-height: 630px) and (orientation: landscape) {
  .people-list {
    background-image: url(https://wechatapppro-1252524126.cdn.xiaoeknow.com/appAKLWLitn7978/image/b_u_5b2225aa46488_oGKN7IvA/kyri0jo50jyo.png);
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    padding: 0.15873vmin 0 0 0;
    line-height: 3.33333vmin;
    position: relative;
  }
  .people-list .title {
    width: 21.11111vmin;
    height: 3.96825vmin;
    margin: auto;
    margin-top: 2.85714vmin;
    display: block;
  }
  .people-list .content {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 2.06349vmin 5.07937vmin 0 5.07937vmin;
    margin-top: 2.38095vmin;
  }
  .people-list .content .receive-state .text {
    font-size: 1.90476vmin;
    line-height: 2.85714vmin;
    color: #999;
  }
  .people-list .content .list {
    text-align: center;
    width: calc(100% + vmin(200));
    box-sizing: border-box;
    height: 41.11111vmin;
    margin-top: 2.53968vmin;
    overflow-y: auto;
  }
  .people-list .content .list .empty {
    margin-top: 6.34921vmin;
  }
  .people-list .content .list .empty .empty-tips-img {
    width: 13.49206vmin;
    height: 13.49206vmin;
    margin-bottom: 2.53968vmin;
  }
  .people-list .content .list .empty .tips {
    font-size: 2.53968vmin;
    line-height: 3.80952vmin;
    color: #999;
  }
  .people-list .content .list .card {
    width: 100%;
    display: flex;
    color: #333;
    align-items: center;
    justify-content: space-between;
    padding: 0.79365vmin 0;
  }
  .people-list .content .list .card .avatar {
    width: 5.07937vmin;
    height: 5.07937vmin;
    border-radius: 50%;
    margin-right: 0.95238vmin;
  }
  .people-list .content .list .card .name-time {
    text-align: left;
    flex: 1;
  }
  .people-list .content .list .card .name-time .name {
    font-size: 1.90476vmin;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 2.53968vmin;
    height: 2.53968vmin;
    max-width: 15.87302vmin;
    white-space: nowrap;
  }
  .people-list .content .list .card .name-time .time {
    font-size: 1.90476vmin;
    line-height: 2.53968vmin;
    height: 2.53968vmin;
    color: #999;
  }
  .people-list .content .list .card .money {
    position: relative;
    text-align: right;
    height: 5.71429vmin;
  }
  .people-list .content .list .card .money .number {
    font-size: 1.90476vmin;
    font-weight: 500;
    line-height: 2.85714vmin;
    height: 2.85714vmin;
  }
  .people-list .content .list .card .money .best {
    white-space: nowrap;
    display: flex;
    align-items: right;
  }
  .people-list .content .list .card .money .best text {
    font-size: 1.90476vmin;
    line-height: 2.85714vmin;
    height: 2.85714vmin;
    color: #E6AE5B;
    font-weight: 500;
  }
  .people-list .content .list .card .money .best .best-icon {
    width: 2.53968vmin;
    height: 2.53968vmin;
    margin-right: 0.15873vmin;
  }
  .people-list .content .list .my {
    border-bottom: 0.15873vmin solid #EFEFEF;
  }
  .people-list .content-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .horizontal .title {
    width: 15.55556vmin;
    height: 3.1746vmin;
    margin: auto;
    margin-top: 1.90476vmin;
    display: block;
  }
  .horizontal .content {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 1.26984vmin 3.80952vmin 0 3.80952vmin;
    margin-top: 1.5873vmin;
  }
  .horizontal .content .receive-state .text {
    font-size: 1.5873vmin;
    line-height: 1.90476vmin;
    color: #999;
  }
  .horizontal .content .list {
    text-align: center;
    width: calc(100% + vmin(200));
    box-sizing: border-box;
    height: 30.31746vmin;
    margin-top: 2.53968vmin;
    overflow-y: auto;
  }
  .horizontal .content .list .empty {
    margin-top: 5.87302vmin;
  }
  .horizontal .content .list .empty .empty-tips-img {
    width: 10.15873vmin;
    height: 10.15873vmin;
    margin-bottom: 2.53968vmin;
  }
  .horizontal .content .list .empty .tips {
    font-size: 1.90476vmin;
    line-height: 2.53968vmin;
    color: #999;
  }
  .horizontal .content .list .card {
    width: 100%;
    display: flex;
    color: #333;
    align-items: center;
    padding: 0.79365vmin 0;
  }
  .horizontal .content .list .card .avatar {
    width: 3.80952vmin;
    height: 3.80952vmin;
    border-radius: 50%;
    margin-right: 0.63492vmin;
  }
  .horizontal .content .list .card .name-time {
    text-align: left;
    line-height: 1.90476vmin;
    flex: 1;
  }
  .horizontal .content .list .card .name-time .name {
    font-size: 1.5873vmin;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 12.69841vmin;
  }
  .horizontal .content .list .card .name-time .time {
    font-size: 1.5873vmin;
    color: #999;
  }
  .horizontal .content .list .card .money {
    position: relative;
    text-align: right;
    height: 4.12698vmin;
    display: flex;
    flex-direction: column;
    align-items: right;
    justify-content: center;
  }
  .horizontal .content .list .card .money .number {
    font-size: 1.5873vmin;
    font-weight: 500;
    height: 1.90476vmin;
    line-height: 1.90476vmin;
  }
  .horizontal .content .list .card .money .best {
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: baseline;
  }
  .horizontal .content .list .card .money .best text {
    font-size: 1.5873vmin;
    color: #E6AE5B;
    font-weight: 500;
    height: 1.90476vmin;
    line-height: 1.90476vmin;
  }
  .horizontal .content .list .card .money .best .best-icon {
    width: 1.90476vmin;
    height: 1.90476vmin;
    margin-right: 0.15873vmin;
  }
  .horizontal .content .list .my {
    border-bottom: 0.15873vmin solid #EFEFEF;
  }
  .horizontal .content-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (min-height: 768px) and (orientation: landscape) {
  .people-list {
    background-image: url(https://wechatapppro-1252524126.cdn.xiaoeknow.com/appAKLWLitn7978/image/b_u_5b2225aa46488_oGKN7IvA/kyri0jo50jyo.png);
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    padding: 0.13021vmin 0 0 0;
    line-height: 2.73438vmin;
    position: relative;
  }
  .people-list .title {
    width: 17.31771vmin;
    height: 3.25521vmin;
    margin: auto;
    margin-top: 2.34375vmin;
    display: block;
  }
  .people-list .content {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 1.69271vmin 4.16667vmin 0 4.16667vmin;
    margin-top: 1.95312vmin;
  }
  .people-list .content .receive-state .text {
    font-size: 1.5625vmin;
    line-height: 2.34375vmin;
    color: #999;
  }
  .people-list .content .list {
    text-align: center;
    width: calc(100% + vmin(200));
    box-sizing: border-box;
    height: 33.72396vmin;
    margin-top: 2.08333vmin;
    overflow-y: auto;
  }
  .people-list .content .list .empty {
    margin-top: 5.20833vmin;
  }
  .people-list .content .list .empty .empty-tips-img {
    width: 11.06771vmin;
    height: 11.06771vmin;
    margin-bottom: 2.08333vmin;
  }
  .people-list .content .list .empty .tips {
    font-size: 2.08333vmin;
    line-height: 3.125vmin;
    color: #999;
  }
  .people-list .content .list .card {
    width: 100%;
    display: flex;
    color: #333;
    align-items: center;
    justify-content: space-between;
    padding: 0.65104vmin 0;
  }
  .people-list .content .list .card .avatar {
    width: 4.16667vmin;
    height: 4.16667vmin;
    border-radius: 50%;
    margin-right: 0.78125vmin;
  }
  .people-list .content .list .card .name-time {
    text-align: left;
    flex: 1;
  }
  .people-list .content .list .card .name-time .name {
    font-size: 1.5625vmin;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 2.08333vmin;
    height: 2.08333vmin;
    max-width: 13.02083vmin;
    white-space: nowrap;
  }
  .people-list .content .list .card .name-time .time {
    font-size: 1.5625vmin;
    line-height: 2.08333vmin;
    height: 2.08333vmin;
    color: #999;
  }
  .people-list .content .list .card .money {
    position: relative;
    text-align: right;
    height: 4.6875vmin;
  }
  .people-list .content .list .card .money .number {
    font-size: 1.5625vmin;
    font-weight: 500;
    line-height: 2.34375vmin;
    height: 2.34375vmin;
  }
  .people-list .content .list .card .money .best {
    white-space: nowrap;
    display: flex;
    align-items: right;
  }
  .people-list .content .list .card .money .best text {
    font-size: 1.5625vmin;
    line-height: 2.34375vmin;
    height: 2.34375vmin;
    color: #E6AE5B;
    font-weight: 500;
  }
  .people-list .content .list .card .money .best .best-icon {
    width: 2.08333vmin;
    height: 2.08333vmin;
    margin-right: 0.13021vmin;
  }
  .people-list .content .list .my {
    border-bottom: 0.13021vmin solid #EFEFEF;
  }
  .people-list .content-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .horizontal .title {
    width: 12.76042vmin;
    height: 2.60417vmin;
    margin: auto;
    margin-top: 1.5625vmin;
    display: block;
  }
  .horizontal .content {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 1.04167vmin 3.125vmin 0 3.125vmin;
    margin-top: 1.30208vmin;
  }
  .horizontal .content .receive-state .text {
    font-size: 1.30208vmin;
    line-height: 1.5625vmin;
    color: #999;
  }
  .horizontal .content .list {
    text-align: center;
    width: calc(100% + vmin(200));
    box-sizing: border-box;
    height: 24.86979vmin;
    margin-top: 2.08333vmin;
    overflow-y: auto;
  }
  .horizontal .content .list .empty {
    margin-top: 4.81771vmin;
  }
  .horizontal .content .list .empty .empty-tips-img {
    width: 8.33333vmin;
    height: 8.33333vmin;
    margin-bottom: 2.08333vmin;
  }
  .horizontal .content .list .empty .tips {
    font-size: 1.5625vmin;
    line-height: 2.08333vmin;
    color: #999;
  }
  .horizontal .content .list .card {
    width: 100%;
    display: flex;
    color: #333;
    align-items: center;
    padding: 0.65104vmin 0;
  }
  .horizontal .content .list .card .avatar {
    width: 3.125vmin;
    height: 3.125vmin;
    border-radius: 50%;
    margin-right: 0.52083vmin;
  }
  .horizontal .content .list .card .name-time {
    text-align: left;
    line-height: 1.5625vmin;
    flex: 1;
  }
  .horizontal .content .list .card .name-time .name {
    font-size: 1.30208vmin;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 10.41667vmin;
  }
  .horizontal .content .list .card .name-time .time {
    font-size: 1.30208vmin;
    color: #999;
  }
  .horizontal .content .list .card .money {
    position: relative;
    text-align: right;
    height: 3.38542vmin;
    display: flex;
    flex-direction: column;
    align-items: right;
    justify-content: center;
  }
  .horizontal .content .list .card .money .number {
    font-size: 1.30208vmin;
    font-weight: 500;
    height: 1.5625vmin;
    line-height: 1.5625vmin;
  }
  .horizontal .content .list .card .money .best {
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: baseline;
  }
  .horizontal .content .list .card .money .best text {
    font-size: 1.30208vmin;
    color: #E6AE5B;
    font-weight: 500;
    height: 1.5625vmin;
    line-height: 1.5625vmin;
  }
  .horizontal .content .list .card .money .best .best-icon {
    width: 1.5625vmin;
    height: 1.5625vmin;
    margin-right: 0.13021vmin;
  }
  .horizontal .content .list .my {
    border-bottom: 0.13021vmin solid #EFEFEF;
  }
  .horizontal .content-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
