/*覆盖一些样式*/
#content {
    margin: 50px auto;
    width: 500px;
    max-width: 1200px;
 }
/*禁用分享按钮*/
.fp-share{
display:none;
}
/*调整logo位置*/
.flowplayer .fp-logo {
left: auto; /* avoid logo being stuck on left side */
right: 3%;
}
/*调整音量的格子样式*/
.flowplayer .fp-bar-slider em{
  width: 2px; 
  margin-left: 3px; 
  height:10px;
  margin-top:-2px;
}
/*播放器控制条显示样式*/
.flowplayer .fp-controls{
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25), transparent);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), transparent);
    background-image: -moz-linear-gradient(top,rgba(0, 0, 0, 0.25),transparent);
    background-image: -o-linear-gradient(top,rgba(0, 0, 0, 0.25),transparent);
    background-image: -ms-linear-gradient(top,rgba(0, 0, 0, 0.25),transparent);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#99008000',endColorstr='#9908000');
}
/*播放器声音切换遮罩层*/
.flowplayer .changeStyle{
  position:absolute;
  width:100%;
  height:100%;
  background:#999;
  color:#fff;
  /*background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0,1)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0,1), transparent);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), transparent);
    background-image: -moz-linear-gradient(top,rgba(0, 0, 0, 1),transparent);
    background-image: -o-linear-gradient(top,rgba(0, 0, 0, 1),transparent));
    background-image: -ms-linear-gradient(top,rgba(0, 0, 0, 1),transparent));
    filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#99008000',endColorstr='#9908000'); */
}
.flowplayer .changeStyle div{
position:absolute;top:30%;text-align:center;left:5%;
}
/*播放器样式*/
.flowplayer {
 /*background-image: url(//flowplayer.org/media/img/logo-blue.png);*/
 background-size: 95%;
 background-color: #000 !important;
 -webkit-box-shadow: 0 0 20px #b8b8b8;
 -moz-box-shadow: 0 0 20px #b8b8b8;
 box-shadow: 0 0 20px #b8b8b8;
}
/*播放器控制栏 拖动条等 高度*/
.flowplayer .fp-bar, .flowplayer .fp-bar-slider{
height: 0.4em;
}


.flowplayer .fp-logo {
left: auto; /* avoid logo being stuck on left side */
right: 3%;
}
/* 半透明的遮罩层 */
#overlay {
  display: none;
  width: 80%;
  border: 20px solid #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px #000;
  -moz-box-shadow: 0 0 40px #000;
  box-shadow: 0 0 40px #000;
  position: fixed;
  z-index: 9999;
  top: 29.68px;
  left: 7%;
}
.overlay-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
#overlay .overlay-close {
  display: block;
  position: absolute;
  top: -35px;
  right: -35px;
  width: 35px;
  height: 35px;
  background-image: url(../img/video_close.png);
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  cursor: pointer;
}

#dataShowArea .imgBox {
font-family: avenir, sans-serif;
  font-size: 16px;
  position: relative;
  max-height: 100%;
  overflow: hidden;
  border-radius: .24em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  zoom: 1 !important;
  width: 100%;
  display: inline-block;
  -webkit-box-shadow: 0 0 20px #b8b8b8;
  -moz-box-shadow: 0 0 20px #b8b8b8;
  box-shadow: 0 0 20px #b8b8b8;
}
.imgBox .imgBox-img {
  position: absolute;
  bottom: 0;
  top: 0;
  width: 100%;
}
.imgBox img{
position: absolute;
  pointer-events: none;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}


/*重要时间断点样式*/


.flowplayer .fp-timepoint {
  background-color: #000;
  position: absolute;
  height: 100%;
  width: 2px;
}

.flowplayer .fp-timepoint {
display: inline-block;
cursor: pointer;
position: absolute;
width:5px;
padding-top: 0.5%;
background-color: #5a5a5a;
top: 0px;
left:-0.5%;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
}

.flowplayer .fp-timepointex  {
  z-index: 999;
  position: absolute;
  height: auto;
  width: 100px;
  color: #fff;
  background: #000;
  border: 1px solid #eee;
  border: 2px solid #333;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  cursor: pointer;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
  background: #eee;
  color: #333;
  top: -1px;
  left: 8px;
}
.flowplayer .imgcav {
outline: 4px solid #fff;
position: absolute;
display: none;
z-index: 2147483648;
}
.flowplayer .imgcavEx {
    position: absolute;
    display: none;
    z-index: 2147483648;
    background: #333;
    color:#fff;
    font-size:13px;
    padding:0  10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25), transparent);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), transparent);
    background-image: -moz-linear-gradient(top,rgba(0, 0, 0, 0.25),transparent);
    background-image: -o-linear-gradient(top,rgba(0, 0, 0, 0.25),transparent);
    background-image: -ms-linear-gradient(top,rgba(0, 0, 0, 0.25),transparent);
}