.controler{
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.controler div{
  display: inline-block;
}
.progressBar-main{
  width: 805px;
  height: 8px;
  background-color: rgb(143, 143, 143);
  vertical-align: top;
  top: 6px;
  left: 90px;
  cursor: pointer;
  position: absolute;
}
.progressBar-Under{
  height: 100%;
  background-color: #fff;
  cursor: pointer;
  position: absolute;
  top: 0;
}
.time{
  color: #cccccc;
  font-size: 16px;
  position: absolute;
  top: 4px;
  right: 10px;
  border-radius: 5px;
  padding: 3px 3px 0 3px;
}
.play{
  background: url(../../images/control/play.png) no-repeat left center;
  width: 16px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 15px;
  cursor: pointer;
}
.play:hover{
  background: url(../../images/control/playOver.png) no-repeat left center;
}
.pause{
  background: url(../../images/control/pause.png) no-repeat left center;
  width: 16px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 15px;
  cursor: pointer;
}
.pause:hover{
  background: url(../../images/control/pauseOver.png) no-repeat left center;
}
.volumeOnBtn{
  background: url(../../images/control/volume.png) no-repeat left center;
  width: 16px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 45px;
  cursor: pointer;
}
.volumeOnBtn:hover{
  background: url(../../images/control/volumeOver.png) no-repeat left center;
}
.pageNaviGroup{
  position: absolute;
  bottom: -28px;
  width: 100%;
  text-align: right;
  opacity: 0;
}
.prevBtn{
  background: rgba(0, 0, 0, 0.6) url(../../images/control/prevIcon.png) no-repeat 5px center;
  width: 40px;
  position: relative;
  top: 12px;
  cursor: pointer;
  border-radius: 10px;
  padding: 5px 10px 2px 10px;
  padding-left: 20px;
  color: #fff;
  display: inline-block;
}
.prevBtn:hover{
  background: rgba(0, 0, 0, 1) url(../../images/control/prevIcon.png) no-repeat 5px center;
}
.thisPageNum{
  position: relative;
  top: 11px;
  display: inline-block;
}
.pageInfoSlash{
  position: relative;
  top: 11px;
  display: inline-block;
}
.totalPageNum{
  position: relative;
  top: 11px;
  display: inline-block;
}
.nextBtn{
  background: rgba(0, 0, 0, 0.6) url(../../images/control/nextIcon.png) no-repeat 50px center;
  width: 40px;
  position: relative;
  top: 12px;
  cursor: pointer;
  border-radius: 10px;
  padding: 5px 10px 2px 10px;
  padding-right: 20px;
  color: #fff;
  display: inline-block;
  margin-right: 10px;
}
.nextBtn:hover{
  background: rgba(0, 0, 0, 1) url(../../images/control/nextIcon.png) no-repeat 50px center;
}
