.press-card__title--ready,
.press-card__title--playing {
  height: 2.28rem;
  padding-top: .4rem;
  box-sizing: border-box;
}


.press-card__title--ready,
.press-card__title--playing {
  padding-top: .32rem;
  box-sizing: border-box;
}

.press-card__title--ready {
  text-align: center;
  box-sizing: border-box;

  .press-count-down {
    color: #3c3c3c;
  }
}

.press-card__title-name {
  width: 2.6rem;
  margin: 0 auto .32rem;
  color: #212124;
  font-size: .32rem;
  text-align: center;
  font-family: 'PEACE';
  height: .42rem;
  line-height: .42rem;
  position: relative;

  &::after {
    content: '';
    position: absolute;
    background: linear-gradient(90deg, rgba(211, 205, 238, .75) 4.55%, rgba(211, 205, 238, 0) 86.93%);
    top: .22rem;
    right: -2rem;
    width: 1.76rem;
    height: .02rem;
  }

  &::before {
    content: '';
    position: absolute;
    background: linear-gradient(-90deg, rgba(211, 205, 238, .75) 4.55%, rgba(211, 205, 238, 0) 86.93%);
    top: .22rem;
    left: -2rem;
    width: 1.76rem;
    height: .02rem;
  }
}

.press-card__countdown-wrap {
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  
  .press-card__countdown-box {
    width: 1.2rem;
    height: 1rem;
    background: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/countdown.png) 50% no-repeat;
    background-size: 100% auto;

    .press-card__countdown-num {
      display: block;
      text-align: center;
      font-family: AgencyFB-Bold;
      font-size: .72rem;
      color: #fff;
      line-height: 1rem;
      letter-spacing: .06rem;
      text-indent: .06rem;
    }

    &::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 1.26rem;
      height: .02rem;
      background: linear-gradient(90deg,
      rgba(217, 217, 217, 0) 5.88%,
      rgba(217, 217, 217, .503784) 47.77%,
      rgba(217, 217, 217, 0) 95.59%);
    }

    &::after {
      content: '';
      position: absolute;
      bottom: -.36rem;
      left: 0;
      right: 0;
      margin: auto;
      color: rgba(255, 255, 255, .3);
      font-size: .2rem;
      text-align: center;
    }
  }

  .press-card__countdown-text {
    color: #212124;
    margin: 0 .1rem;
    font-size: .36rem;
    font-style: normal;

    &.day {
      font-family: PEACE;
      font-size: .45rem;
      line-height: 1rem;
      font-weight: 500;
    }

    &.press-card__countdown-colon {
      width: .14rem;
      height: .5rem;
      background: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/colon-black.png) no-repeat;
      background-size: 100%;
      font-size: 0;
    }
  }
}

.press-card__description {
  margin-top: .36rem;
  text-align: center;
  color: rgba(33, 33, 36, .75);
  font-size: .26rem;
  line-height: .4rem;
}