.playerinformation-management {
  margin-bottom: 5.714286rem;
}
    .playerinformation-management .playerinformation-title {
        font-size: 1.428571rem;
        padding: 1.357143rem 0 0.357143rem 0;
        text-align: center;
        color: #333;

    }
.playerinformation-management .playerinformation-content {
  margin-top: 0.714286rem;
  padding: 0 1.071429rem;
  background-color: #f0eef1;
  min-height: 88vh;
}
.playerinformation-management .playerinformation-content .playerinformation-ul {
  padding-top: 1px;
  padding-bottom: 1.071429rem;
}
.playerinformation-management .playerinformation-content .playerinformation-ul li {
  background-color: #fff;
  padding: 1.142857rem;
  margin-top: 0.714286rem;
}
.playerinformation-management .playerinformation-content .playerinformation-ul li .player-information {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.142857rem;
}
.playerinformation-management .playerinformation-content .playerinformation-ul li .player-information .left img {
  width: 6.642857rem;
  height: 6.714286rem;
  vertical-align: top;
}
.playerinformation-management .playerinformation-content .playerinformation-ul li .player-information .left .center {
  display: inline-block;
  padding-left: 0.714286rem;
}
.playerinformation-management .playerinformation-content .playerinformation-ul li .player-information .left .center .username {
  font-size: 1.142857rem;
  padding-bottom: 1.071429rem;
  font-weight: 700;
}
.playerinformation-management .playerinformation-content .playerinformation-ul li .player-information .left .center .vote-number {
  font-size: 1rem;
  color: #FF8A62;
}
.playerinformation-management .playerinformation-content .playerinformation-ul li .player-information .right {
  font-size: 1.142857rem;
  color: #FF8A62;
}
.playerinformation-management .playerinformation-content .playerinformation-ul li .player-introduction {
  line-height: 1.428571rem;
  color: #999999;
  font-size: 1rem;
}
