.statictis-management {
  margin-bottom: 3.571429rem;
}
.statictis-title {
    font-size: 1.428571rem;
    color: #333333;
    padding: 1.357143rem 0 0.357143rem 0;
}
.statictis-select-activity {
  height: 3.214286rem;
  border-top: 1px solid #E5E5E5;
  line-height: 3.214286rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.357143rem 0 1.071429rem;
}
.statictis-select-activity span {
  font-size: 1.142857rem;
  color: #333333;
}
.statictis-select-activity i {
  display: inline-block;
  width: 0.571429rem;
  height: 0.857143rem;
  background: url('../images/statictis/path.png') no-repeat;
  background-size: 100% 100%;
}
.statictis-content {
  padding: 0 1.071429rem;
  background-color: #f0eef1;
  min-height: 75vh;
}
.statictis-content .player-ul {
  padding: 1px 0 0.714286rem 0;
}
.statictis-content .player-ul li {
  background-color: #fff;
  margin-top: 0.714286rem;
  padding: 1.142857rem;
  border-radius: 0.714286rem;
  padding-bottom: 0;
}
.statictis-content .player-ul li .vote-userinfo {
  font-size: 1.142857rem;
  justify-content: space-between;
}
.statictis-content .player-ul li .vote-userinfo .status {
  color: #FF8A62;
}
.statictis-content .player-ul li .vote-userinfo .username {
  padding-left: 0.571429rem;
}
.statictis-content .player-ul li .operating-box {
  display: none;
}
.statictis-content .player-ul li .bottom-operating {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 4.428571rem;
  border-top: 1px solid #e5e5e5;
}
.statictis-content .player-ul li .bottom-operating li {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
.statictis-content .player-ul li .bottom-operating li img {
  width: 1.571429rem;
  height: 1.571429rem;
  padding-bottom: 0.428571rem;
}
.statictis-content .player-ul li .bottom-operating li span {
  font-size: 0.857143rem;
}
.statictis-content .player-ul li .vote-number {
  font-size: 1rem;
  padding-bottom: 1.071429rem;
  color: #FF8A62;
}
.statictis-content .player-ul li .vote-time {
  padding: 0.642857rem 0 1.142857rem 0;
  color: #999999;
  font-size: 1rem;
}
#commontabbar {
  z-index: 99;
  background-color: #fff;
}
#commontabbar .tabbar-statistics p {
  background: url('../images/common/statistics-sel.png') !important;
  background-size: 100% 100% !important;
}
#commontabbar .tabbar-statistics span {
  color: #FF8A62;
}
