/*赛程状态*/
.gameschedule-status {
  position: relative;
  height: 3.94rem;
}

.ingame-mine-horz {
  .gameschedule-status {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
}

.ingame-schedule-horz {
  // 倒计时[[
  .gameschedule-status {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 6.48rem;
    height: 3.5rem;
    background: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/horizon/gameschedule-horz-bg.png) no-repeat;
    background-size: 100% 100%;
  
    &.max-size {
      height: 3.94rem;
      background: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/horizon/gameschedule-horz-bg-max.png) no-repeat;
      background-size: 100%;
    }
  }
}