.live-wapper{
    width: 1200px;
    margin: 0 auto;
    margin-top: 32px;
}
.live-cates{
    display: flex;
    flex-direction: column;
}
.live-cates a{
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
}
.live-cates a .img{
    height: 200px;
    background: #ddd;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.live-cates a p{
    display: flex;
    flex-direction: column;
}
.live-cates a p span:first-child{
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}
.live-cates a p span:last-child{
    font-size: 14px;
    line-height: 1.7;
    margin-top: 8px;
    opacity: 0.7;
}

.live-show{

}
.live-show h1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}
.live-show h1 span.t{
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
.live-show h1 span.d{
    font-size: 14px;
    color: #666;
}
.live-show h1 span.d em{
    color: #ff0028;
}
.live-show .main-video{
    height: 675px;
    background-color: #000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.live-show .live-content h4.title{
    font-size: 20px;
    font-weight: bold;
    color: #000;
    border-left: 4px #ff0028 solid;
    line-height: 1;
    padding-left: 9px;
    margin-bottom: 16px;
}
.live-show .live-content{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 32px;
}
.live-show .live-content .live-content-c{
    flex: 1;
    background-color: #fff;
    padding: 32px;
    box-sizing: border-box;
    border-radius: 6px;
}
.live-show .live-content .live-content-c p{
    margin-bottom: 16px;

}
.live-show .live-content .live-content-c .content-cc{
    line-height: 30px;
    font-size: 16px;
}
.live-show .live-content .live-content-rela{
    width: 300px;
    margin-left: 32px;
    background-color: #fff;
    padding: 32px 16px 16px 16px;
    box-sizing: border-box;
    border-radius: 6px;
}

.live-show .live-content .live-content-rela .qrcode{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 32px;
}
.live-show .live-content .live-content-rela .qrcode .qrcode-img{
    width: 260px;
    height: 260px;
    background-color: #eaeaea;
    margin-bottom: 16px;
}
.live-show .live-content .live-content-rela .qrcode .qrcode-title{
    font-size: 16px;
    opacity: 0.6;
}

.live-show .live-content .live-content-rela a{
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}
.live-show .live-content .live-content-rela a .img{
    height: 160px;
    background-color: #ccc;
    background-size: cover;
    background-position: center;
}
.live-show .live-content .live-content-rela a span{
    margin-top: 8px;
}