.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: .2rem auto .5rem;
  color: #fff;
  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: -.8rem;
    width: .8rem;
    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: -.8rem;
    width: .8rem;
    height: .02rem;
  }
}

.press-card__countdown-wrap {
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  
  .press-card__countdown-box {
    width: 1.34rem;
    height: 1.38rem;
    background: rgba(29,29,33,.8);
    position: relative;

    .press-card__countdown-num {
      display: block;
      text-align: center;
      font-family: AgencyFB-Bold;
      font-size: .72rem;
      color: #fff;
      line-height: 1.38rem;
      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: -.46rem;
      left: 0;
      right: 0;
      margin: auto;
      color: rgba(255, 255, 255, .3);
      font-size: .2rem;
      text-align: center;
    }

    &--day {
      &::after {
        content: '天';
      }
    }

    &--hour {
      &::after {
        content: '时';
      }
    }

    &--minute {
      &::after {
        content: '分';
      }
    }

    &--second {
      &::after {
        content: '秒';
      }
    }
  }

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

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

    &.press-card__countdown-colon {
      color: #fff;
      font-size: .4rem;
      width: .25rem;
      height: .7rem;
      line-height: .6rem;
      font-family: 'MStiffHeiPRC';
      text-align: center;
      margin: 0;
    }
  }
}

.gp-match-team-card {
  .press-card__countdown-wrap--day {
    margin: 0 .3rem;
  }
}


.press-card__description {
  margin-top: .36rem;
  text-align: center;
  color: #fff;
  font-size: .26rem;
  line-height: .4rem;
}

.ingame-mine-horz {
  .press-card__title--ready {
    padding-top: .2rem;
  }

  .press-card__title-name {
    color: #212124;
    margin: 0 auto .32rem;
  }

  .press-card__description {
    color: rgba(33,33,36,.75);
  }

  .press-card__countdown-wrap {
    .press-card__countdown-box {
      width: .88rem;
      height: 1rem;
      background: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/card-countdown-lg.png) no-repeat;
      background-size: 100% 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .press-card__countdown-num {
      font-size: .4rem;
      line-height: .6rem;
      border-bottom: 1px solid rgba(51, 52, 56, .8);
    }

    .press-card__countdown-text {
      color: #323233;
    }

    .press-card__countdown-desc {
      color: hsla(0, 0%, 100%, .75);
      text-align: center;
      font-size: .16rem;
      line-height: .24rem;
      font-family: auto;
      padding-top: 0;
    }
  }
}