.jz-category-list .layui-nav {
    background-color: #fff !important;   
}
.jz-category-list .layui-nav .layui-nav-item a {
    color: #1C2833!important;
    background-color:  #e5f4fd !important;   
    margin-bottom: 2px!important;
}
.jz-category-list  .layui-nav-more{
    color: #1C2833!important;
}
.jz-category-list .layui-nav-itemed>.layui-nav-child {
    background-color: #fff !important; 
}
.jz-category-list .layui-nav-itemed>.layui-nav-child a {
    color: #1C2833!important;
    background-color:  #f8fcff !important;   
    margin-bottom: 2px!important;
}

.jz-category-list .layui-nav .layui-this a{
    color: #fff!important;
    background-color: #3498DB !important; 
}

.jz-category-header{
    margin-bottom: 10px;
    padding: 10px 15px;
    font-size: 16px;
    text-align: center;
    border-left: 5px solid #3498DB;
    border-right: 5px solid #3498DB;
    border-radius: 0 2px 2px 0;
    background-color: #85C1E9;
} 

.layui-table, .layui-table-view {
    margin: 0px 0 !important; 
    /*height: 300px;*/
}

.jz-live-riqi{
    margin-bottom: 5px;
}
.jz-live-channel{
    font-size: 16px !important;
    font-weight: 500;
    height: 38px;
    line-height: 38px;
    text-align: center;
}
.jz-live-riqi-title{
    background-color: #ebf6ff!important;
}

.jz-channel-list{
    margin-top: 10px;
    text-align: center;
}

.jz-channel-list li{
    display: inline-block;
    width:60px;
    border: 1px solid #e4e4e4;
    margin:0 3px 10px 3px;
    padding:5px;
    text-align: center;
}

.jz-channel-ico{
    width:40px;
    padding:5px;
}
.pt{
    height:480px;
}
.jy{
    height:640px;
}

.jz-video-info-date {
  float: left;
  height: 30px;
  line-height: 30px;
  padding-left: 5px;
    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.jz-video-info-date span {
  padding-left: 10px;
  font-size: 12px;
}

.jz-video-tool li {
  float: right;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  border: 1px solid #eee;
  padding: 0px 10px;
  margin-left: 5px;
  margin-bottom: 3px;
}
.jz-video-tool{
  float: right;
  width: 100%;
  border-bottom: 1px solid #eee;
  margin-top: 20px;
  clear: both;
}
.is_play_channel{
    background-color: #f8ebbf;
}

.play-ico{
    color:#ffa742;
    text-align: right;
    padding: 9px 0px !important;
}


.is-active{
    background-color:#f8ebbf;
}