.rank-content,
.rank-title {
  display: grid;
  grid-template-columns: 1fr 2fr 2fr 2fr;
  text-align: center;
}

.rank-title {
  font-size: 16px;
  line-height: 18px;
  margin-top: 40px;
  color: #423d34;
  background-color: #f5f5f5;
  margin-bottom: 5px;
  height: 20px;
}

.rank-content {
  font-size: 16px;
  line-height: 54px;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}

.rank-content:nth-child(1),
.rank-content:nth-child(2),
.rank-content:nth-child(3) {
  color: #a88462;
}

@media screen and (max-width: 750px) {
  .rank-title {
    background-color: #eeedeb;
  }

  .nav-list li.on{
    font-size: 0.24rem;
  }

  .rank-title{
    font-size: 0.2rem;
    line-height: 0.3rem;
    margin-bottom: 0.2rem;
    margin-top: 0.4rem;
  }

  .rank-content{
    line-height: 0.65rem;
    font-size: 0.24rem;
  }
}
