.press__confirm-member {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.press-list__layout {

}

.press__schedule-module {
  padding-bottom: calc(1.6rem + env(safe-area-inset-bottom));
}

.press__main {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin: .2rem;
  overflow: hidden;
  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__table-name {
    flex: 1;
  }

  .press__table-num {
    margin-left: auto;
    flex-shrink: 0;
    width: 2.76rem;
    text-align: center;
  }

  .press__table-full {
    flex-shrink: 0;
    width: 1.52rem;
    text-align: center;
  }

  .press__table-status {
    flex-shrink: 0;
    width: 1.32rem;
    text-align: center;
  }

  .press__table-head {
    display: flex;
    align-items: center;
    width: 100%;
    height: .64rem;
    box-sizing: border-box;
    padding-left: .16rem;
    background: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/horizon/table-header.png) center center no-repeat;
    background-size: 100% 100%;

    .press__table-name {
      font-size: .2rem;
      color: #fff;
    }

    .press__table-num {
      font-size: .2rem;
      color: #fff;
    }

    .press__table-full {
      font-size: .2rem;
      color: #fff;
    }

    .press__table-status {
      font-size: .2rem;
      color: #fff;
    }
  }

  .press__table-main {
    flex: 1;
    overflow-y: auto;
  }

  .press__table-item {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: .8rem;
    padding-left: .16rem;
    box-shadow: 0 -.02rem 0 0 #dddfe1 inset;
    box-sizing: border-box;
    background: #fff;

    .press__icon-guide {
      display: none;
    }

    &.press__table-item--disabled {
      .press__table-name .press__table-team-name,
      .press__table-num,
      .press__table-full {
        color: rgba($color: #212124, $alpha: .4);
      }

      img {
        filter: grayscale(100%);
      }
    }

    .press__table-name {
      display: flex;
      align-items: center;

      img {
        width: .4rem;
        height: .4rem;
        object-fit: contain;
      }

      .press__table-team-name {
        margin-left: .16rem;
        width: 2.08rem;
        font-size: .28rem;
        color: #212124;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-break: break-all;
      }
    }

    .press__table-num {
      font-size: .28rem;
      color: #212124;
      font-family: 'AgencyFB-Bold';
    }

    .press__table-full {
      font-size: .24rem;
      color: #212124;
    }

    .press__checkbox {
      position: relative;
      width: .4rem;
      height: .4rem;
      margin: 0 auto;
      background-image: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/horizon/checkbox.png);
      background-size: 100%;
      background-repeat: no-repeat;

      &.press__checkbox--checked {
        &::after {
          content: '';
          position: absolute;
          top: .1rem;
          left: .06rem;
          width: .32rem;
          height: .22rem;
          background-image: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/horizon/success.png);
          background-size: 100%;
          background-repeat: no-repeat;
        }
      }

      &.press__checkbox--disabled {
        background-image: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/horizon/checkbox-gray.png);
      }

      &.press__icon-close {
        background-image: none;
        color: #212124;
        font-size: .22rem;
      }
    }
  }
}

.press__table-item:last-child {
  .press__team-popover {}
}

.press__team-popover {
  position: absolute;
  top: -.2rem;
  left: .16rem;
  width: 6.68rem;
  height: 2.14rem;
  background-image: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/horizon/confirm-member-info-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 9;

  .press__team-popover-name {
    background: linear-gradient(to bottom, #fff, #868686);
    -webkit-background-clip: text;
    color: transparent;
    font-size: .24rem;
    padding: .2rem .2rem 0 .2rem;
  }

  .press__team-popover-list {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: .24rem;
    overflow-x: auto;
    overflow-y: hidden;
  }

  ::v-deep {
    .personal-rank-name {
      color: rgba(255, 255, 255, .75);
    }
  }
}

.press__button-part {
  position: relative;
  width: 100%;
  bottom: 0;
  background: #fff;
  padding: .34rem 0;
  height: auto;
  min-height: .72rem;
  padding-bottom: calc(.34rem + env(safe-area-inset-bottom));

  .press__button--primary-l,
  .press__button--disable-l {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }

  .press__button--disable-l {
    .press__member-num {
      color: #fff;
    }
  }

  .press__button--primary-l {
    text-align: center;
    font-family: 'PEACE';
    width: 3.96rem;
    height: .72rem;
    line-height: .72rem;
    font-size: .4rem;
    color: #212124;
    background: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/bg-btn-l.png) no-repeat;
    background-size: 100%;
  }
  
  .press__button--disable-l {
    width: 3.96rem;
    height: .72rem;
    line-height: .72rem;
    font-size: .4rem;
    display: block;
    font-size: .4rem;
    font-family: 'PEACE';
    color: #fff;
    text-align: center;
    background: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/bg-btn-l-disable.png) no-repeat;
    background-size: 100% 100%;
  }

  .press__member-num {
    margin-left: .08rem;
    font-size: .28rem;
    color: #212124;
    font-family: 'AgencyFB-Bold';
  }

  .press__btn-more {
    position: absolute;
    top: .3rem;
    right: .32rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    .icon-more {
      font-size: .36rem;
      color: #212124;
      height: .54rem;
    }

    p {
      margin-top: -.08rem;
      line-height: .28rem;
      font-size: .2rem;
      color: #212124;
    }
  }
}

// 搜索
.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;
    }
    
    .press_input,
    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-empty-gp {
  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;
}

//自动开赛部分
.press__automatic-part {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.4rem;
  background: #f7f7f7;
  box-shadow: 0 -.06rem .12rem 0 rgba(131, 131, 131, .25);

  .press__time-box {
    width: .42rem;
    height: .42rem;
    line-height: .42rem;
    text-align: center;
    font-family: 'AgencyFB-Bold';
    font-size: .24rem;
    color: #fff;
    background: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/schedule-manage/time-box-bg.png) no-repeat;
    background-size: 100%;
  }

  .press__text-day {
    margin: 0 .06rem;
    line-height: .42rem;
    font-size: .28rem;
    color: #212124;
    font-family: 'PEACE';
  }

  .press__text-colon {
    position: relative;
    top: -.02rem;
    margin: 0 .06rem;
    line-height: .42rem;
    font-size: .32rem;
    color: #212124;
    font-family: 'AgencyFB-Bold';
  }

  .press__text-right {
    margin-left: .2rem;
    color: #212124;
    font-size: .24rem;
  }
}