.all-number {
  width: 91.5vmin;
  margin: auto;
  font-size: 3.2vmin;
  color: #666666;
}
.list-card {
  margin: 3.2vmin auto;
  background-color: #ffffff;
  width: 91.5vmin;
  height: 19.2vmin;
  border-radius: 2.1vmin;
  display: flex;
  padding: 2.1vmin 3.2vmin;
  box-sizing: border-box;
}
.list-card .img {
  width: 9.6vmin;
  height:9.6vmin;
  border-radius: 50%;
  margin-right: 2.1vmin;
  flex-shrink: 0;
}
.list-card .user-name {
  color: #333;
  line-height: 5.8vmin;
  font-size: 3.7vmin;
  font-weight: 500;
}
.list-card  .award-level {
  line-height: 4.8vmin;
  font-size: 3.2vmin;
  color: #666666;
}
.list-card  .award-name {
  line-height: 4.2vmin;
  font-size: 3.2vmin;
  color: #666666;
}
.list-card .list-text{
  width: 73.6vmin;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.loading-text{
  font-size: 3.2vmin;
  color: #969799;
  text-align: center;
}
.iphone-safe-bottom {
  /* //兼容IOS < 11.2  */
  padding-bottom: constant(safe-area-inset-bottom);
  /* //兼容IOS > 11.2 */
  padding-bottom: env(safe-area-inset-bottom);
}

.empty-tips {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -12.8vmin;
  font-size: 3.7vmin;
  color: #999;
}
.empty-tips-img {
  width: 22.6vmin;
  height: 22.6vmin;
  margin-bottom: 2vmin;
}
