[v-cloak] {
  display: none;
}
#app {
  min-height: calc(100vh - 175px - 282px);
}
.rank-content {
  width: 1200px;
  margin: 0 auto;
  background-color: white;
  padding: 28px 50px;
  box-sizing: border-box;
}
.rank-content .rank-head {
  height: 170px;
  padding: 36px 60px 43px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.rank-content .rank-head h3 {
  font-size: 36px;
  color: #F8EFCC;
  position: relative;
  padding-bottom: 16px;
}
.rank-content .rank-head h3::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 43px;
  height: 6px;
  background: #F8EFCC;
}
.rank-content .rank-head p {
  margin-top: 14px;
  font-size: 20px;
  color: #F8EFCC;
}
.rank-content table {
  margin-top: 24px;
  width: 100%;
  box-sizing: border-box;
}
.rank-content table tr {
  display: flex;
  width: 100%;
  color: #333;
  justify-content: center;
}
.rank-content table tr th,
.rank-content table tr td {
  min-height: 50px;
  line-height: 50px;
  flex: 1;
  font-size: 16px;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rank-content table tr th:first-of-type,
.rank-content table tr td:first-of-type {
  padding-left: 36px;
  flex: 0.5;
  justify-content: flex-start;
}
.rank-content table tr th:first-of-type span,
.rank-content table tr td:first-of-type span {
  border-radius: 50%;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #E1E1E1;
  text-align: center;
  background: #E1E1E1;
  color: #666;
}
.rank-content table tr th:nth-of-type(2),
.rank-content table tr td:nth-of-type(2) {
  flex: 2.5;
  justify-content: flex-start;
}
.rank-content table tr th + td,
.rank-content table tr td + td {
  background-color: transparent;
}
.rank-content table tr th + td .icon-img,
.rank-content table tr td + td .icon-img {
  margin-right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.rank-content table tr th + td p,
.rank-content table tr td + td p {
  padding: 5px 0px;
  max-width: 442px;
  line-height: 30px;
  box-sizing: border-box;
}
.rank-content table tr th + th:nth-of-type(2),
.rank-content table tr td + th:nth-of-type(2) {
  text-indent: 24px;
}
.rank-content table tr:first-of-type {
  color: white;
}
.rank-content table tr:nth-of-type(2) td span,
.rank-content table tr:nth-of-type(3) td span,
.rank-content table tr:nth-of-type(4) td span {
  border-radius: 0;
  width: 34px;
  height: 39px;
  color: white;
  background-size: cover;
  background: url(../../image/club/one.png) no-repeat;
  border: none;
}
.rank-content table tr:nth-of-type(2) + tr:nth-of-type(3) td span,
.rank-content table tr:nth-of-type(3) + tr:nth-of-type(3) td span,
.rank-content table tr:nth-of-type(4) + tr:nth-of-type(3) td span {
  background: url(../../image/club/two.png) no-repeat;
}
.rank-content table tr:nth-of-type(2) + tr:nth-of-type(4) td span,
.rank-content table tr:nth-of-type(3) + tr:nth-of-type(4) td span,
.rank-content table tr:nth-of-type(4) + tr:nth-of-type(4) td span {
  background: url(../../image/club/three.png) no-repeat;
}
