
body{min-width:1200px;margin:0px;background:#ededed;} 

.tv_player_main_div
{
float:left;width:30%;height:auto;margin-left:2%;margin-bottom:50px;max-heightk:0%;background:green;
}
.playing_video
{
float:left;width:100%;height:auto;background:#000;positionk:absolute;	
}
.tv_tips_div
{
float:left;width:100%;height:40px;line-height:40px;background:purple;text-align:center;	
}
.control_div
{
float:left;width:100%;height:35px;margin-top:-36px;background:#000;position:relative;	
}
.play_pause
{
float:left;width:30px;height:30px;margin-top:6px;cursor:pointer;	
}
.unmute_mute
{
float:left;width:30px;height:30px;margin-top:6px;cursor:pointer;		
}
.full_screen_exit_btn
{
float:left;width:30px;height:30px;margin-top:6px;cursor:pointer;		
}

.seekbar_out
{
float:left;width:45%;height:6px;margin-left:1%;margin-top:20px;background:#ededed;	
}
.seekbar_in
{
float:left;width:0%;height:4px;margin-top:1px;background:#CD69E1;displayk:none;	
}
.seek_value_div
{
float:left;width:100%;height:6px;margin-top:-10px;backgroundk:green;displayk:none;	
}
.seekbar_value
{
float:left;width:1%;height:10px;backgroundk:red;cursor:pointer;	
}

.volume_seekbar_out
{
float:left;width:20%;height:6px;margin-top:20px;background:#ededed;	
}
.volume_seekbar_in
{
float:left;width:100%;height:4px;margin-top:1px;background:#CD69E1;	
}
.volume_seek_value
{
float:left;width:100%;height:6px;margin-top:-8px;backgroundk:purple;	
}
.seek_volume_value
{
float:left;width:10%;height:6px;margin-top:2px;backgroundk:orange;cursor:pointer;opacityk:0.5;
}
.digital_label
{
float:left;height:25px;line-height:25px;margin-left:8px;margin-top:10px;margin-right:8px;font-size:1.1em;color:#fff;	
}
::-webkit-media-controls {
  display:none !important;
}



@media screen and (max-width: 700px)
{
body{min-width:100%;width:100%;margin:0px;background:red;} 

.player_main_div
{
float:left;width:100%;margin-left:0%;margin-top:0px;	
}	

.seekbar_out
{
float:left;width:50%;height:6px;margin-left:1%;margin-top:20px;background:#ededed;
}

.volume_seekbar_out{display:none;}

.unmute_mute
{
float:left;width:30px;height:30px;margin-top:6px;cursor:pointer;display:none;		
}

.full_screen_exit_btn
{
float:right;width:30px;height:30px;margin-top:6px;margin-right:1%;cursor:pointer;		
}


	
}	
