.liveListIndexWrapper {
    background: linear-gradient(180deg, #E9F4FF 0%, #F5F6F7 100%);
}

.liveHeader {
    width: 100%;
    height: 560px;
    position: relative;
    overflow: hidden;
}

.liveHeader .liveHeaderImg {
    width: 96.87%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 10px auto;
    background: url('../../asserts/images/liveHeaderImg.png') top center no-repeat;
    /* background-size: 100% auto; */
}

.liveHeader .liveHeaderCon {
    width: 1200px;
    margin: 30px auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.liveHeaderCon .recommendBox {
    width: 920px;
    height: 516px;
    position: relative;
    cursor: pointer;
}

.recommendBox .recommendPoster {
    width: 920px;
    height: 516px;
    overflow: hidden;
}

.recommendBox .recommendPoster img {
    width: 100%;
}

.recommendBox .recommendBtn {
    border: 2px solid #FFF;
    opacity: 1;
    font-size: 14px;
    line-height: 50px;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    width: 64px;
    height: 64px;
    background: url(../../asserts/images/playIcon.svg) no-repeat center center;
    border-radius: 50%;
}

.recommendBox .recommendBtn:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.recommendBox .liveMask {
    width: 920px;
    height: 516px;
    background: rgba(0, 0, 0, 0.26);
    position: absolute;
    top: 0;
    left: 0;
}

.liveHeaderCon .recommendList {
    width: 280px;
    height: 516px;
    background: #0052C6;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #FFFFFF;
}

.recommendList .recommendItem {
    width: 100%;
    height: 86px;
    padding: 20px;
    border-bottom: 1px solid #065BDB;
    cursor: pointer;
}

.recommendList .recommendItem.on {
    background: #33363F;
}

.recommendList .recommendItem:hover {
    opacity: 0.8;
}

.recommendItem .liveTitle {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.recommendItem .liveTimeWrap {
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
    color: #FFFFFF;
    opacity: 0.5;
}

.liveListIndexMain {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.liveListIndexMain .liveListCon {
    margin-bottom: 10px;
}
