

/******** zd video style ********/

.zd-video-container { position: relative; /*width: 1.59375rem; height: 1.322917rem;*/display: inline-block; vertical-align: top;}

.zd-video {
  overflow: hidden;
}
.zd-video video{
  overflow: hidden;
  width: 148%;
  height: 100%;
}
.zd-video-controls {
  height: 0.229167rem;
  position: absolute;
  bottom: 0.104167rem;
  background-color: #242426;
  
  left: 0px;
  box-shadow: 1px 1px 0.010417rem rgba(0,0,0,0.75);
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transtion: all 0.3s ease;
}

.zd-video-controls.show {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  opacity: 1;
  visibility: visible;
  width: 100%!important;
}

.zd-video-progress {
  position: relative;
  width: 100%;
  height: 0.010417rem;
  background-color: #666666;
}

.zd-video-progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 0.010417rem;
  background-color: #FFFFFF;
}

.zd-video-control {
  display: inline-block;
  vertical-align: top;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

.zd-video-control.hide { display: none; }

.zd-video-big-play {
  width: 0.364583rem;
  height: 0.364583rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.182292rem;
  margin-top: -0.182292rem;
  background-image: url("../img/play.png");
  z-index: 1000;
  display: none;
}

.zd-video-container.zd-video-ispause .zd-video-big-play { display: inline-block !important; }

.zd-video-container.zd-video-ispause .zd-video-play { display: inline-block; }

.zd-video-container.zd-video-ispause .zd-video-pause { display: none; }

.zd-video-play {
  width: 0.057292rem;
  height: 0.072917rem;
  background-image: url("../img/play.svg");
}

.zd-video-pause {
  width: 0.0625rem;
  height: 0.072917rem;
  background-image: url("../img/pause.svg");
}

.zd-video-fullscreen {
  width: 0.072917rem;
  height: 0.072917rem;
  background-image: url("../img/fullscreen.svg");
}

.zd-video-unfullscreen {
  width: 0.072917rem;
  height: 0.072917rem;
  background-image: url("../img/unfullscreen.svg");
}

.zd-video-mute {
  width: 0.0625rem;
  height: 0.072917rem;
  background-image: url("../img/volume.svg");
}

.zd-controls-body {
  padding: 0.078125rem 0.104167rem;
  line-height: 0.072917rem;
 
}

.zd-controls-left { float: left; }

.zd-controls-right { float: right; }

.zd-video-time {
  font-size: 0.0625rem;
  font-weight: 400;
  color: rgba(255,255,255,0.8);
  padding-left: 0.15625rem;
}

.zd-video-volume {
  width: 0.364583rem;
  height: 0.010417rem;
  background-color: #666666;
  display: inline-block;
  position: relative;
  margin-right: 0.15625rem;
  margin-left: 0.03125rem;
  top: -0.026042rem;
  cursor: pointer;
}

.zd-video-volume-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 0.010417rem;
  background-color: #fff;
  width: 50%;
}
