/* 赛事直播 */
.xu-saishizhibo {
    padding: 16px 0 26px 12px;
}

.xu-saishizhibo-title {
    display: flex;
    align-items: center;
}

.xu-saishizhibo-title>img {
    display: block;
    width: 20px;
    height: 24px;
    object-fit: cover;
    margin-right: 8px;
}

.xu-saishizhibo-title>span {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.xu-saishizhibo-cont {
    display: flex;
    margin-top: 8px;
}

.xu-saishizhibo-cont__item {
    width: 148px;
    height: 130px;
    background: #FFFFFF;
    border-radius: 4px;
    margin-right: 6px;
}

.cont_item_title {
    width: 102px;
    height: 22px;
    margin: auto;
    line-height: 22px;
    background: url(../images/live_bg.png) no-repeat;
    background-size: 100% 100%;
    font-size: 14px;
    font-weight: bold;
    color: #7B2B2D;
    text-align: center;
    margin-bottom: 4px;
    padding: 0 20px 0 24px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.cont_item_time {
    text-align: center;
    font-size: 12px;
    color: #73738D;
    margin-bottom: 6px;
}

.cont_item_live {
    padding: 0 8px;
    display: flex;
}

.cont_item_live>div {
    width: 48px;
    font-size: 12px;
    color: #333333;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.item_live_guoqi {
    display: block;
    width: 25px;
    height: 25px;
    object-fit: cover;
    margin-bottom: 2px;
}

.item_live_text {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cont_item_live .item_live_vs {
    width: 30px;
    height: 30px;
    font-size: 30px;
    font-weight: bold;
    color: #792A2C;
    margin: 0 2px;
}

.cont_item_play {
    width: 126px;
    height: 30px;
    margin: 9px auto 0;
    background-color: #F25458;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cont_item_play>img {
    display: block;
    width: 20px;
    height: 20px;
    object-fit: cover;
    margin-right: 6px;
}

