.rank-box {
  padding: 15px 0 10vh;
}

.nav .nav-link {
  line-height: 30px;
  min-width: 100px;
  text-align: center;
}

.rank-list {
  overflow: auto;
  width: 100%;
}

.table {
  border-bottom: 1px solid #e5e5e5;
}

.table thead th {
  border-top: none;
}

.table th,
.table td {
  text-align: center;
  vertical-align: middle;
  color: #333;
  font-size: 14px;
}

.team-name {
  min-width: 100px;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  margin: 0 auto;
  color: #333;
}

.team-score {
  background-color: #d1235b;
  color: #ffffff;
  width: 50rpx;
  height: 50rpx;
  line-height: 50rpx;
  border-radius: 100%;
}

.rank-win {
  color: #d1235b;
}