$font-s: 12px;

.press-card__timeline {
  position: relative;
  width: 100%;
  height: 1.08rem;
  z-index: 2;

  overflow-y: hidden;
  overflow-x: auto;
  background: url('https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/card-process--bg.png') center bottom no-repeat;
  background-size: 6.94rem 1.08rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
 
.press-card__timeline-inner {
  position: relative;
  z-index: 4;
  height: auto;
  padding: .12rem .08rem 0;
 
  &::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: .08rem;
    width: .16rem;
    height: 1.05rem;
    background: #efeafe;
    z-index: 2;
  }
}
 
.press-card__timeline-stage {
  margin: 0 auto;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
 
  & .press-card__stage-li {
    flex: 1;
    text-align: center;
    position: relative;
    flex-shrink: 0;
 
    .em {
      font-size: 12px;
      font-style: normal;
    }
 
    &:before {
      content: '';
      display: block;
      width: .6rem;
      height: .06rem;
      border-radius: .03rem;
      position: absolute;
      top: .12rem;
      left: -.29rem;
      background: #d3ceee;
    }
 
    &:first-child {
      &::before {
        content: none;
      }
    }
  }
}
 
.press-card__timeline-stage-msg--less {
  width: 1.1rem;
  height: .52rem;
  margin: 0 auto;
  text-align: center;
 
  .em {
    display: block;
    margin: 0 auto;
    line-height: .52rem;
    font-size: .28rem;
    color: rgba(33, 33, 36, .55);
  }
 
  /*高亮态*/
  &.press-card__timeline-stage-msg--active {
    background: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/process-bubble.png) center top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 1.1rem;
    height: .52rem;
 
    .em {
      font-size: 12px;
      color: #212124;
    }
  }
}
 
.press-card__timeline-stage li.press-card__stage-highlight {
  &::before {
    background: linear-gradient(269.96deg, #6930e6 -57.47%, #3a84dc 107.33%);
    box-shadow: inset 0 .04rem .04rem rgba(255, 255, 255, .25);
    border-radius: .1rem;
  }
 
  .press-card__timeline-stage-msg {
    .em {
      font-size: 12px;
      color: #212124;
    }
  }
 
  .press-card__timeline-stage-msg--less {
    .em {
      color: #212124;
    }
 
  }
}
 
.press-card__timeline-stage li:only-child:before {
  width: 0;
}
 
.press-card__timeline-stage-msg {
  font-size: 0;

  .em {
    display: block;
  }

  &.press-card__timeline-stage-msg--active {
    span {
      background-image: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/process-bubble.png);
    }
  }
  
  .press-card__stage--normal {
    background-size: cover;
    background-repeat: no-repeat;
    width: 1.1rem;
    height: .52rem;
    font-size: .2rem;
    white-space: nowrap;
    line-height: .48rem;
    margin: 0 auto;
    color: rgba(#212124, .75);
    display: block;
    letter-spacing: -.02rem;

    /* #ifdef MP-QQ */
    letter-spacing: 0;

    /* #endif */
  }
}


.press-card__stage--playing {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: .9rem;
  height: .3rem;
  margin: 0 auto;
  font-size: .18rem;
  color: #4da621;
  line-height: .3rem;
  background: rgba(0, 168, 112, .2);
  transform: translateY(.12rem);

  &::before {
    content: '';
    width: .12rem;
    height: .12rem;
    border-radius: .06rem;
    background: #4da621;
    margin: 0 .08rem 0 0;
    display: inline-block;
  }
}

