/*   <!-- 直播详情 --> */
.xu-zhibo_content-left {
    width: 830px;
    /* height: 742px; */
    background-color: #fff;
    border-radius: 6px;
    margin-right: 14px;

}

.zhibo_left_time {
    width: 228px;
    margin: 16px auto;
}

.zhibo_left_icon {
    color: #702830;
}

.zhibo_left_data {
    font-size: 22px;
    color: #292929;
}

.zhibo_left_live {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.zhibo_left_live>div {
    display: flex;
    align-items: center;
}

.zhibo_left_live>div .live_guojia {
    font-size: 20px;
    color: #292929;
    width: 246px;

}

.zhibo_left_live>div>img {
    display: block;
    width: 48px;
    height: 48px;
    object-fit: cover;
    margin: 0 14px;
}

.zhibo_left_live>div>h3 {
    font-size: 40px;
    color: #000000;
}

.zhibo_left_live .live_fengexian {
    width: 20px;
    height: 8px;
    background-color: #000000;
    margin: 0 32px;
}

.zhibo_left_img {
    display: block;
    width: 830px;
    height: 478px;
    object-fit: cover;
}

.zhibo_left_url {
    width: 100%;
    /* height: 136px; */
    padding: 20px 80px 20px 90px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.zhibo_left_url_icon {
    color: #B8434E;
    margin-right: 0;
    font-size: 26px;
}

.zhibo_left_url>a {
    width: 120px;
    height: 36px;
    border: 1px solid #B8434E;
    margin: 0 10px 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #B8434E;
    overflow: hidden;
    border-radius: 6px;
}

.zhibo_left_url>a:hover {
    background: url(../images/zhibo_bg.png) no-repeat;
    background-size: cover;
    color: #fff;
}

.zhibo_left_url>a:hover .zhibo_left_url_icon {
    color: #fff;
}

/* 录像回放 */
.xu-luxiang-right {
    margin-top: 46px;
}

.xu-luxiang-right__title {
    width: 174px;
    height: 43px;
    margin: 0 auto 10px;
}

.xu-luxiang-right__cont {
    width: 338px;
    background-color: #1b2232;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 14px;
}

.luxiang-right__cont__item {
    margin-bottom: 20px;
}

.xu-luxiang_item_cont {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.xu-luxiang_item_cont:hover>span {
    color: #BD4346 !important;
}