﻿/*视频播放器*/
.jp-video { width: 495px;  margin: auto;border:none;}
.jp-video .jp-jplayer { background: #fff;}
.jp-video .jp-gui { position: relative;}
.jp-video .jp-video-info { padding: 6px 0; position: absolute; bottom: 0px;    width: 100%; background: url(../images/bg.png);}
.jp-video .jp-video-info .jp-play { width: 26px; height: 26px; margin-left: 6px; background: url(../images/jplayer.png) no-repeat; }
.jp-video .jp-video-info .jp-stop { width: 26px; height: 26px; margin:0 6px 0 0; background: url(../images/jplayer.png) -29px 0 no-repeat; }
.jp-play:focus ,.jp-state-playing .jp-play {background: url(../images/jplayer.png); }
.jp-state-playing .jp-play:focus {background: url(../images/jplayer.png) 0 -29px no-repeat;  }
.jp-stop:focus {background: url(../images/jplayer.png) -29px 0 no-repeat;  }
.jp-mute { background: url(../images/jplayer.png) -59px -6px no-repeat;}
.jp-mute:focus,.jp-state-muted .jp-mute { background: url(../images/jplayer.png) -59px -6px;}
.jp-state-muted .jp-mute:focus {background: url(../images/jplayer.png) -59px -28px no-repeat; }
.jp-video .jp-progress { float: left; width: 214px; margin-top: 8px;}
.jp-video .jp-toggles { position: inherit; float: right; width: auto; right:  0; margin: 4px 0 0; color: #B9B9B9;}
.jp-video .jp-toggles .jp-duration { float: left; margin-right: 6px;}
.jp-current-time, .jp-duration { width: auto; font-style: inherit;}
.jp-video .jp-current-time { margin-left: 6px;}
.jp-playlist { display: none;}
.jp-play-bar ,.jp-volume-bar-value { background: #0ba79c;}
.jp-video .jp-type-playlist .jp-controls { width: auto; margin-left: 0;}
.jp-video .jp-controls-holder { width: 100%; top: 0;}
.jp-volume-bar { position:inherit;float: left; left: 0; margin-right: 6px;}
.jp-full-screen { margin-left: 4px; background: url(../images/jplayer.png) -79px -6px no-repeat;}
.jp-full-screen:focus { background: url(../images/jplayer.png) -79px -6px no-repeat; }
.jp-state-full-screen .jp-full-screen ,.jp-state-full-screen .jp-full-screen:focus {background: url(../images/jplayer.png) -79px -28px no-repeat;  }
.jp-volume-max  {background: url(../images/jplayer.png) -98px -6px no-repeat; }
.jp-volume-max:focus { background: url(../images/jplayer.png) -98px -26px no-repeat; }
.jp-video-play-icon {    width: 84px; height: 84px; background: url(../images/play.png) no-repeat; }
.jp-video-play-icon:hover { background-position: -86px 0; }