.player-management {
  margin-bottom: 3.571429rem;
  .player-title {
    font-size: 1.428571rem;
    color: #333333;
    padding: 2.357143rem 0 1.357143rem 0;
  }

  .weui-search-bar {
    padding: .357143rem 1.071429rem;
    background-color: #fff;

    .weui-search-bar__form {
      height: 2.642857rem;
      line-height: 2.142857rem;

      &::after {
        border: none;
        background: #f8f8f8 !important;
      }

      .weui-search-bar__label {
        border: none !important;
        background: #f8f8f8 !important;
        // border-radius: 1.428571rem !important;
      }

      .weui-search-bar__box .weui-search-bar__input {
        padding: .642857rem 0;
      }
    }
  }

  .weui-tab {
    .weui-navbar {
      padding: 0 3.071429rem;
      margin-top: 1.357143rem;
      box-sizing: border-box;
      background-color: #fff;
      .weui-navbar__item {
        color: #FF8A62;
        border: 1px solid #FF8A62;
        border-radius: 1.071429rem 0 0 1.071429rem;
        &:nth-child(2){
          border-radius: 0 1.071429rem 1.071429rem 0;
        }
      }
      .weui-navbar__item.weui-bar__item--on {
        border-radius: 1.071429rem 0 0 1.071429rem;
        background-color: #FF8A62;
        color: #fff;

        &:nth-child(2) {
          border-radius: 0 1.071429rem 1.071429rem 0;
        }
      }
      .weui-navbar__item {
        padding: 8px 0;
      }
      &::after{
        border-bottom: none;
      }
    }

    .weui-navbar+.weui-tab__bd {
      padding-top: 4.285714rem;
    }

    .player-content {
      margin-top: .714286rem;
      padding: 0 1.071429rem;
      background-color: #f0eef1;
      min-height: 73vh;

      .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;
            padding-bottom: 1.071429rem;
            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;
          }
        }
      }
    }
  }
  .weui-navbar+.weui-tab__bd{
    padding-top: 0;
  }
  
}
.player-management .weui-tab .weui-navbar + .weui-tab__bd{
  padding-top: 0;
}