#main{width:1192px;margin:15px auto;}
#player{width: 710px;height:568px;overflow:hidden;background:#ccc;} /*width: 580px;height:467px;*/
#playlist{width:470px;height:auto;overflow:hidden;float:right;background:#000;padding:0 0 0 12px;font-size:14px;} /*width:388px;*/
#datelist{height:36px;color:#9B9B9B;padding:10px 0;}
#item{height:474px;color:#9B9B9B;overflow:auto;line-height:30px;position:relative;} /*height:373px;*/
#channels{height:38px;overflow:hidden;color:#9B9B9B;}
#days li{float:left;width:55px;height: 36px;line-height:18px;cursor:pointer;font-size:12px;color:#fff;text-align:center;}
#days li span{display:block;}
#item li{width:340px;height: 30px;color:#fff;overflow:hidden;padding:0 30px;font-size:12px;cursor: pointer;border-bottom:1px solid #2e2e2e;} /*width:270px;*/

#item ul{padding:0 0 0 18px;position: relative;overflow: hidden;}
#chatab li{float:left;width:106px;cursor:pointer;text-align: center;font-size:12px;height:38px;line-height:38px;color:#fff;} /*width:87px;*/
#chatab li a{color:#fff;}
#days li:hover{background: #2c2c2c;}
#channels a:hover{ background: #2c2c2c;}
#channels li:hover{background: #2c2c2c;}
#channels li.on{background: #0099FF;}
#channels a span{padding:0 2px;}
#days li.on{color:#0099FF;}
#item li.gray{color:gray;cursor:auto;}
#item li.cur{color:goldenrod;background: url(../images/icon_cur.png) no-repeat 18px 12px;}
.tide_player_note{font-size:250%; text-align:center;padding:20px 0 0;}

#channels a{color:#9B9B9B;text-decoration: none;height:38px;width:10px;line-height: 38px;}
#channels a.next{float:left;height:38px;width:10px;float:right;background:url(../images/next.jpg) no-repeat;cursor:pointer;}/*float:left;margin:0 0 0 10px;*/
#channels a.prev{float:left;height:38px;width:10px;float:left;background:url(../images/prev.jpg) no-repeat;cursor:pointer;margin:0 10px 0 0;}
#jCarousel{width:430px;float:left;} /*width:348px;*/
#ajaxloading{background:#007722;height:50px;left:50%;position:absolute;top:50%;width:150px;margin:-25px 0 0 -75px;line-height:50px;text-align:center;}
#ajaxloading p{color:#fff;font-size:16px;}

/*h5播放器*/
#video{width: 710px;height: 568px;overflow: hidden;background: black;}
@media only screen and (max-width: 1200px){
    #main{
      width:100%;  
    }
    .video-box{
        width:100%;
    }
   #video{
     width:100%!important;
     height:300px;
   }
   #playlist{
      width:100%;
   }
   #jCarousel{
    /*   width:320px;*/
      width:88%!important;
   }
   #chatab li{
       min-width:80px;
       font-size:12px;
   }
   #item{
       width:100%;
       height:248px;
   }
}
