.liveIndex {
    width:1200px;
    min-height: calc(100vh - 187px);
    margin:0 auto;
}
.clear{
    clear: both;
}
.todayLive,.historyLive{
    font-size:16px;
    margin-bottom:30px;
}
.historyLive > p{
    margin-bottom:20px;
}
.todayLive>p::before,.historyLive>p::before {
    content: '';
    display:inline-block;
    width:5px;
    height:25px;
    background-color:#2EAFB3; 
    position:absolute;
    border-radius:2.5px;
}
.todayLive>p span,.historyLive>p span{
    margin-left:20px;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
}
.liveList{
    border: 1px solid #cccccc;
    padding: 20px;
    overflow: hidden;
    margin-top: 20px;
    position: relative;
    cursor: pointer;
}
.lookDetail{
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #57B9BD;
}
.list_left{
   position: relative; 
}
.list_left>.status{
    width:70px;
    position:absolute;
    z-index:11;
}
.list_left>.status img{
    width:70px;
}
.list_left>img{
    width:70px;
    position:absolute;
    z-index:11;
}
.subscribe{
    position:absolute;
    /* position:absolute;
    background-color:#2EAFB3;
    width:80px;
    height:80px;
    z-index:111;
    top: -20px;
    left:-20px;
    line-height: 40px;
    color:#ffffff;
    transform: rotate(-90deg); */
}
.thumnail{
    position:relative;
    width:390px;
    float:left;
}
.thumnail p {
    position:absolute;
    left:0px;
    bottom:0px;
    background-color:rgba(0,0,0,0.5);
    color:#ffffff;
    width:390px;
    box-sizing:border-box;
    padding:5px 10px;
}
.thumnail p span:last-child{
    float:right;
}
.thumnail img{
    width:390px;
    height:200px;
}
.list_right {
    margin-left:10px;
    float:left;
}
.list_right > div{
    display:-ms-flexbox;
    display:flex;
    margin-left: 30px;
    margin-bottom:10px;
}
.list_right > div > p {
    margin-top:3px;
}
.list_right > div img{
    width:30px;
    /* height:30px; */
    margin-right:20px;
}
.liveTitle{
    font-size:22px;
    font-weight:bold;
}
.liveType {
    background-color:#ececec;
    overflow:hidden;
    /* display:flex; */
    cursor:pointer;
    padding:10px;
}
.typeList,.showTypeList{
    font-size:14px;
    padding:0px 20px;
    -ms-flex:8;
    flex:8;
    text-align: center;
    line-height: 35px;
    /* font-weight:600; */
    cursor: pointer;
}
.list_right{
    width:750px;
}
.list_right > div p{
    width:750px;
    white-space:nowrap;
    text-overflow: ellipsis;
    
}
.liveType > div{
    white-space: nowrap;
    width: fit-content;
}
.typeList{
    display:inline-block;
}
.noneData{
    text-align: center;
    padding-top:30px;
}
.noneData p {
    margin-top:20px;
    font-size:16px;
}
.historyLiveType{
    position:relative;
}
.showLiveTypeAll{
    position:absolute;
    top:0px;
    left:0px;
    padding:10px;
    padding-bottom:0px;
    font-size:14px;
    background-color:#ffffff;
    border:1px solid #cccccc;
    border-radius: 5px;
    z-index:111;
    display:none;
    background-color:#ececec;
}
.showLiveTypeAll span{
    display:inline-block;
}
.liveActive{
    background-color: rgba(46,175,179,0.7);
    color: #ffffff;
    border-radius: 10px; 
}
.showTypeList{
    margin-bottom:10px;
}
[v-cloak] {
    display:none;
}