.filterContainer ul li .filterBar {
    width: 1097px;
}
/* .filterContainer ul li .filterTitle{
    width: 98px;
} */
.tabBox{
    background: #f4f7fc;
    width: 1200px;
    height: 36px;
    margin: 20px auto 10px;
}
.tabBox p{
    width: 230px;
    background: #fff;
    height: 36px;
}
.tabBox a{
    padding: 0 20px;
    border: 1px solid #ededed;
    height: 34px;
    line-height: 34px;
    margin-right: 10px;
    border-radius: 4px;
    color: #8b94a1;
}
.tabBox a.on{
    background: #1371e6;
    border: 1px solid #1371e6;
    color: #fff;
}
.tabBox a.on em{
    width: 10px;
    height: 5px;
    background: url(../../public/images/icons/fileArr.png) no-repeat center;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
}
.mainUl li{
    background: url(../../public/images/icons/iconPlay.png) no-repeat left 24px;
    padding: 20px 0 20px 30px;
    border-bottom: 1px solid #eeeeee;
}
.mainUl li .on{
    color: #1371e6;
}
.mainUl li a{
    width: 900px;
    display: block;
    font-size: 16px;
    margin-bottom: 14px;
}
.mainUl li a:hover{
    color: #1371e6;
}
.mainUl li .infoBox{
    line-height: 24px;
    /* height: 48px; */
    color: #8b94a1;
    margin-bottom: 20px;
}
.mainUl li .icon01{
    background: url(../../public/images/icons/time.png) no-repeat left center;
    color: #8b94a1;
    padding-left: 20px;
    /* margin-right: 30px; */
}
.mainUl li .icon02{
    background: url(../../public/images/icons/view.png) no-repeat left center;
    color: #8b94a1;
    padding-left: 20px;
    margin-right: 30px;
}
.mainUl li .icon03{
    background: url(../../public/images/icons/item.png) no-repeat left center;
    color: #8b94a1;
    padding-left: 20px;
}
.mainUl li .icon04{
    width: 58px;
    height: 22px;
    line-height: 22px;
    background: #fff6e9;
    border: 1px solid #ffd191;
    text-align: center;
    color: #ff9548;
    border-radius: 2px;
}
.tabBox a#addBtn{
    width: 80px;
    height: 26px;
    line-height: 26px;
    background: #ff9548;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    margin: 5px 10px 0 0;
    padding: 0;
    border: none;
}
/* 关注 */
.followList {
    width: 1220px;
}
.followList li{
    width: 510px;
    height: 40px;
    background: #f4f7fc url(../../public/images/icons/right.png) no-repeat 30px center;
    margin:0 20px 20px 0;
    border-radius: 5px;
    padding:30px 0 30px 80px;
}
.followList li .mainInfo{
    width: 425px;
}
.followList li .mainInfo a{
    display: block;
    width: 400px;
    color: #303946;
    margin-bottom: 5px;
}
.followList li.on .mainInfo a,.followList li .mainInfo a:hover{
    color: #1371e6;
}
.followList li .mainInfo p{
    color: #8b94a1;
}
.followList li .closeBtns{
    height: 40px;
    border-left: 1px solid #d8e1ee;
    width: 84px;
}
.followList li .closeBtns a{
    display: block;
    width: 24px;
    height: 24px;
    background: url(../../public/images/icons/close.png) no-repeat center;
    margin: 8px 0 0 30px;
}
/* 弹窗 */
.maintainPop_box{
    width: 910px;
    height: 533px;
    border-radius: 5px;
    padding: 25px;
    
}
.maintainPop_box h2{
    font-size: 24px;
    text-align: center;
}
.unitBox {
    overflow-y: scroll;
    height: 400px;
}
.unitBox li{
    margin-bottom: 10px;
}
.unitBox .filterTitle{
    width: 106px;
    color: #8b94a1;
    line-height: 32px;
    text-align: right;
}
.unitBox .filterBar{
    width: 796px;
}
.unitBox .filterBar a{
    padding: 0 8px;
    height: 30px;
    line-height: 30px;
    color: #8b94a1;
    border: 1px solid #eee;
    border-radius: 4px;
    margin: 0 10px 10px 0;
}
.unitBox .filterBar a.on{
    border: 1px solid #1569e6;
    background: #1569e6;
    color: #fff;
}
#addOrder{
    display: block;
    width: 160px;
    height: 36px;
    line-height: 36px;
    background: #1569e6;
    margin: 20px auto 0;
    color: #fff;
    text-align: center;
    border-radius: 50px;
}
.typeBoxs li{
    width: 60px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    border-bottom: 2px solid #f4f7fc;
    line-height: 30px;
    margin-right: 10px;
}
.typeBoxs li.on{
    color: #1371e6;
    font-weight: bold;
    border-bottom: 2px solid #1371e6;
}
.tipBox{
    text-align: center;
    line-height: 80px;
}
.playStatus{
    width: 158px;
    height: 158px;
    position: fixed;
    bottom: 100px;
    right: 100px;
    display: none;
}
.playStatus:hover{
    cursor: pointer;
}
.playStatus img{
    width: 100%;
}
.visibleNo{
    visibility: hidden;
}