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

.press__grouping-group {
  flex: 1;
  padding: 0 .2rem;
  margin: .2rem 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.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-part {
  position: relative;
  width: 100%;
  bottom: 0;
  background: #fff;
  padding: .34rem 0;
  padding-bottom: calc(.34rem + env(safe-area-inset-bottom));
  height: auto;
  min-height: .72rem;
  box-sizing: border-box;

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

  .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__btn-views {
    position: absolute;
    top: .36rem;
    right: .32rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    .icon-views {
      font-size: .36rem;
      color: #212124;
    }

    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;
      }
    }
  }
}


//二级tab
.press__sub-tab {
  display: flex;
  margin: .2rem .2rem 0;
  background: #edecef;
  border-radius: .04rem;

  .press__sub-tab-item {
    flex: 1;
    height: .6rem;
    line-height: .6rem;
    text-align: center;
    font-size: .24rem;
    color: rgba(33, 33, 36, .55);
    border: .02rem solid rgba(84, 84, 87, .06);
    border-right: 0;

    &:first-child {
      border-radius: .04rem 0 0 .04rem;
    }

    &:last-child {
      border-right: .02rem solid rgba(84, 84, 87, .06);
      border-radius: 0 .04rem .04rem 0;
    }

    &.press__sub-tab-item--active {
      color: #5300c3;
      background: rgba($color: #5d28f7, $alpha: .16);
      border: .02rem solid #cac8ed;

      &+.confirm-start-tab-item {
        border-left: 0;
      }
    }
  }
}

//空状态
.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;
  }
}