.live-bg {
    width: 100%;
    position: relative;
    /* background: url(../image/video-bg.png) no-repeat;
    background-size: 100% 100%;
    flex-direction: column;
    justify-content: flex-end; */
    display: block;
}

.live-cont {
    position: absolute;
    left: 50%;
    bottom: 4px;
    transform: translateX(-50%);
    flex-direction: column;
}

.live-desc {
    width: 259px;
    font-size: 13px;
    color: #100D24;
    text-align: center;
}

.live-btn {
    width: 104px;
    margin: 32px 0 26px;
}

.title {
    font-weight: 600;
    font-size: 20px;
    color: #100D24;
    position: relative;
    margin: 32px 0 24px;
    z-index: 11;
}

.title::after {
    content: "";
    width: 67px;
    height: 20px;
    background: url(../image/title-bg.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 7px;
    z-index: -1;
}

.title2::after {
    background: url(../image/title2.png) no-repeat;
    background-size: 100% 100%;
    width: 80px;
    top: 10px;
    z-index: -1;
}

.title3::after {
    background: url(../image/title3.png) no-repeat;
    background-size: 100% 100%;
    width: 40px;
    top: 10px;
    right: -2px;
    z-index: -1;
}

.title4::after {
    background: url(../image/title3.png) no-repeat;
    background-size: 100% 100%;
    width: 60px;
    top: 9px;
    right: -1px;
    z-index: -1;
}

.row-item-title {
    width: 100%;
    height: 29px;
    padding-bottom: 6px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    border-radius: 0 0 12px 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-weight: 600;
    font-size: 12px;
    color: #FFFFFF;
}
.row-b-item>.row-item-title{
    border-radius: 0 0 8px 8px;

}

.row {
    display: flex;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
}

.row-cont {
    /* border: 1px solid red; */
    width: 100%;
}

.row-item-wrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.row-item {
    position: relative;
    border-radius: 12px;
}
.row-a{
    height: 408px;
}
.row-b{
    height: 336px;
    background: #F7F7F7;

}
.row-3{
    background: url(../image/live-row-bg.png) no-repeat;
    background-size: cover;
}
.row-4{
    background: #FFFFFF;
}
.row-5{
    background: #F7F7F7;
}
/* .row-a-item{
    margin: 0 8px 8px 0;
}
.row-b-item{
    margin: 0 7px 5px 0;
}
.row-a-item:nth-of-type(3n){
    margin: 0 0 8px 0;

}
.row-b-item:nth-of-type(4n){
    margin: 0 0 5px 0;

} */



.row-a-item,
.row-a-item>img {
    width: 106px;
    height: 142px;
}

.row-b-item,
.row-b-item>img {
    width: 78px;
    height: 108px;
}