.sports-plate .plate-head {
    position: relative;
    padding-right: 25px;
}
.sports-plate .remove-block {
    position: absolute;
    top: 4px;
    right: 6px;
    display: block;
    width: 14px;
    height: 14px;
    background: url('../images/sports-close.png') center/14px 14px no-repeat;
}
.recommend-live {
    height: 96px;
    padding: 0 13px;
    overflow: hidden;
}
.match {
    display: flex;
    justify-content: center;
    height: 48px;
    color: #121212;
}
.match .info {
    width: 100%;
    height: 24px;
    margin: 12px 0;
    overflow: hidden;
}
.match-info {
    display: flex;
    align-items: center;
    height: 24px;
}
.league-name {
    flex: 0 0 auto;
    color: #666;
    font-size: 16px;
    line-height: 22px;
}
.team-info {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
    margin: 0 12px;
    overflow: hidden;
    color: #111;
    font-size: 16px;
    line-height: 22px;
    white-space: nowrap;
}
.team1,
.team2 {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.team1 { flex: 0 1 auto; }
.team2 { flex: 1 1 0%; }
.versus {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    margin: 0 4px;
    background: url('../images/sports-vs.png') center/16px 16px no-repeat;
}
.match-state {
    display: flex;
    flex: 0 0 auto;
    height: 24px;
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
}
.status-end,
.score,
.time-info {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
}
.status-end {
    width: 56px;
    color: #666;
    background: #f2f2f2;
}
.score {
    width: 56px;
    color: #fff;
    background: rgba(18,18,18,0.8);
}
.time-info {
    padding: 4px 5px;
    color: #666;
    background: #f2f2f2;
}
.divide { margin: 0 2px; }
