.statictis-management{
  margin-bottom: 3.571429rem;
}
.statictis-title {
  font-size: 1.428571rem;
  color: #333333;
  padding: 2.357143rem 0 1rem 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;
  span{
    font-size: 1.142857rem;
    color: #333333;
  }
  i{
    display: inline-block;
    width: .571429rem;
    height: .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;

  .player-ul {
    padding: 1px 0 .714286rem 0;

    li {
      background-color: #fff;
      margin-top: .714286rem;
      padding: 1.142857rem;
      border-radius: .714286rem;
      padding-bottom: 0;

      .vote-userinfo {
        font-size: 1.142857rem;
        justify-content: space-between;

        .status {
          color: #FF8A62;
        }

        .username {
          padding-left: .571429rem;
        }
      }

      .operating-box {
        display: none;
      }

      .bottom-operating {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        height: 4.428571rem;
        border-top: 1px solid #e5e5e5;

        li {
          flex: 1;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          padding: 0;
          margin: 0;

          img {
            width: 1.571429rem;
            height: 1.571429rem;
            padding-bottom: .428571rem;
          }

          span {
            font-size: .857143rem;
          }
        }
      }

      .vote-number {
        font-size: 1rem;
        padding-bottom: 1.071429rem;
        color: #FF8A62;
      }
      .vote-time{
        padding: .642857rem 0 1.142857rem 0;
        color: #999999;
        font-size: 1rem;
      }
    }
  }
}

#commontabbar {
  z-index: 99;
  background-color: #fff;
  .tabbar-statistics{
    p{
      background: url('../images/common/statistics-sel.png') !important;
      background-size: 100% 100% !important;
    }
    span{
      color: #FF8A62;
    }
  }
}