.live-banner{
    width: 1920px;
    height: 400px;
    margin: 0 auto;
}
.live-banner img{
    width: 100%;
    height: 100%;
}
.layui-breadcrumb{
    margin-top: 25px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}
.layui-breadcrumb a{
    color: #84868C;
}
.layui-breadcrumb a:hover{
    color: #151B26!important;
}
.layui-breadcrumb a.active{
    color: #151B26!important;
}

.live-list{
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 24px;
}
.live-item{
    background: #FFFFFF;
    border-radius: 12px;
    border: 2px solid #EFF4FF;
    overflow: hidden;
    box-sizing: border-box;
    padding-bottom: 16px;
}
.item-photo{
    width: 100%;
    height: 262px;
    object-fit: cover;
}
.item-title{
    font-weight: 500;
    font-size: 24px;
    color: #151B26;
    line-height: 33px;
    box-sizing: border-box;
    padding: 16px 8px 0 16px;
}
.item-subtitle{
    padding: 0 16px;
    font-weight: 400;
    color: #84868C;
    line-height: 25px;
}
.item-link{
    width: 47px;
    height: 28px;
}

/* 旗帜 */
.live-qizhi{
    position: absolute;
    top: -1px;
    right:-1px;
    border-radius: 6px 12px 0 6px;
    height: 43px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}
.live-qizhi::after{
    content: '';
    position: absolute;
    bottom: -8px;
    right: 0px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    
    border-radius: 2px;
}

.live-qizhi.wei{
    background: linear-gradient( 180deg, #8AC1FF 0%, #528EFF 100%);
}
.live-qizhi.wei::after{
    border-top: 10px solid #528EFF;
}

.live-qizhi.jingxing{
    background: linear-gradient( 180deg, #FFA8A8 0%, #F33E3E 100%);
}
.live-qizhi.jingxing::after{
    border-top: 10px solid #F33E3E;
}

.live-qizhi.jiesu{
    background: linear-gradient( 180deg, #ECECEC 0%, #A6A6A6 100%);
}
.live-qizhi.jiesu::after{
    border-top: 10px solid #A6A6A6;
}