/*筛选*/
.sort-tab{
    padding: 0 0.453rem;
}
.sort-tab li{
    font-size: 0.347rem;
    color: #626262;
    line-height: 1.493rem;
    margin-right: 0.747rem;
}
.sort-tab li:last-child{
    margin-right: 0;
}
.sort-tab li.active{
    font-size: 0.4rem;
    color: #282828;
    font-weight: bold;
}
/*列表*/
.live_list{
    padding: 0 0.427rem;
}
.live_list .item{
    width: 100%;
    border-radius: 0.2rem;
    overflow: hidden;
    box-shadow: 0px 0.093rem 0.467rem 0px rgba(165, 160, 161, 0.2);
    margin-bottom: 0.373rem;
}
.live_list .item a{
    display: block;
    width: 100%;
    height: 100%;
}
/*直播预告&直播中*/
.live_list .item_qt .item_top{
    width: 100%;
    height: 4.48rem;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size:cover;
}
.live_list .item_qt .item_top .tit{
    font-size: 0.4rem;
    color: #FFFFFF;
    height: 1.333rem;
    background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 1.333rem;
    padding: 0 0.36rem;
}
.live_list .item_qt .item_bot{
    width: 100%;
    height: 1.2rem;
    background: #fff;
    padding: 0 0.36rem;
}
.live_list .item_qt .item_bot .venue_name{
    font-size: 0.32rem;
    color: rgba(0, 0, 0, 0.55);
    line-height: 1.2rem;
    width: 70%;
}
.live_list .item_qt .item_bot .view{
    font-size: 0.32rem;
    color: rgba(0, 0, 0, 0.55);
    line-height: 1.2rem;
    padding-left: 0.6rem;
    background: url(../images/live/view_icon.png) no-repeat left center;
    background-size: 0.427rem;
}
.live_list .item_qt .item_top .status{
    width: 1.867rem;
    height: 0.667rem;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0.32rem;
    font-size: 0.293rem;
    color: #fff;
    text-align: center;
    line-height: 0.667rem;
    position: absolute;
    top: 0.253rem;
    right: 0.16rem;
    /*padding: 0 0.533rem;*/
}
/*直播结束*/
.live_list .item_tw{
    padding: 0 0.36rem;
    border-radius: 0.2rem;
    background: #fff;
}
.live_list .item_tw .item_top{
    line-height: 1.213rem;
    border-bottom: 1px solid #E5E5E5;
}
.live_list .item_tw .time{
    font-size: 0.373rem;
    color: #393939;
}
.live_list .item_tw .status{
    font-size: 0.373rem;
    color: #393939;
}
.live_list .item_tw .item_bot{
    margin-top: 0.627rem;
}
.live_list .item_tw .item_bot .info{
    width: 6.053rem;
}
.live_list .item_tw .item_bot .info .tit{
    font-size: 0.4rem;
    color: #191919;
    line-height: 0.533rem;
    height: 1.067rem;
    margin-bottom: 0.133rem;
}
.live_list .item_tw .item_bot .info .tit span{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.live_list .item_tw .item_bot .info .venue_name{
    font-size: 0.32rem;
    color: #A3A3A3;
    display: block;
    margin-bottom: 0.053rem;
}
.live_list .item_tw .item_bot .info .view{
    font-size: 0.32rem;
    color: #A3A3A3;
    padding-left: 0.6rem;
    background: url(../images/live/view_icon.png) no-repeat left center;
    background-size: 0.427rem;
    display: block;
}
.live_list .item_tw .item_bot .thumb{
    width: 1.947rem;
    height: 1.947rem;
    border-radius: 0.2rem;
    overflow: hidden;
    margin-bottom: 0.627rem;
}