.team-page {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/schedule-manage/schedule-manage-bg.jpg) no-repeat;
  background-size: 7.5rem 14.26rem;
  overflow: hidden;
}

.press__search-part {
  flex-shrink: 0;
  padding: .16rem .24rem;
  border-bottom: .02rem solid rgba(252, 252, 252, .60);
  background: linear-gradient(101deg, rgba(238, 239, 241, .80) 15.46%, rgba(252, 252, 252, .80) 86.92%);
  backdrop-filter: blur(.02rem);

  .press__search-input {
    display: flex;
    align-items: center;
    width: 100%;
    height: .44rem;
    padding: 0 .16rem;
    background: #fff;
    border: .5px solid rgba(33, 33, 36, .10);
    box-sizing: border-box;

    .icon-search {
      margin-right: .08rem;
      flex-shrink: 0;
      font-size: .32rem;
      color: #212124;
    }

    input {
      flex: 1;
      font-size: .2rem;
      color: #212124;

      &::placeholder {
        font-size: .2rem;
        color: rgba(33, 33, 36, .40);
      }
    }

    .press__search-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: .32rem;
      height: .32rem;
      background: #d9d9d9;
      border-radius: 50%;

      .icon-close {
        font-size: .16rem;
        color: #fcfcfc;
      }
    }
  }
}

.press__grouping-item-list {
  flex: 1;
  padding: .2rem;
  overflow-y: auto;
  overflow-x: hidden;

  .press__grouping-item-team {
    margin-bottom: .24rem;
  }
}

.press-empty-gp::v-deep {
  flex: 1;
  width: auto;
  margin: .2rem;
  border: .02rem solid rgba(252, 252, 252, .60);
  background: linear-gradient(101deg, rgba(238, 239, 241, .50) 15.46%, rgba(252, 252, 252, .50) 86.92%);
  box-shadow: 0 0 .2rem 0 rgba(83, 71, 134, .38);

  .press-empty-gp__img {
    margin-top: -2rem;
  }

  .press-empty-gp__text {
    margin-top: .3rem;
  }
}

.empty-container {
  flex: 1;
}