/*audio*/
/*.play_wrap{max-width:960px;width:100%;height:220px;border:1px solid #f8f3b6;background:#fefce7;box-sizing:border-box;padding:20px;margin:0 auto;display:table;}*/
.play_wrap{width:100%;max-width:960px;display:table;margin:0 auto;padding:30px 0 0;}
.play_img{display:table-cell;padding:20px;background:#fefce7;border-top:1px solid #f8f3b6;border-left:1px solid #f8f3b6;border-bottom:1px solid #f8f3b6;box-sizing:border-box;}
.play_img img{width:138px;}
.playlist{display:block;}

.player {
  background: #fefce7;
  position: relative;
  z-index: 2;
    overflow:hidden;
    display:table-cell;
    width:100%;
    vertical-align:middle;
    border-top:1px solid #f8f3b6;
    border-right:1px solid #f8f3b6;
    border-bottom:1px solid #f8f3b6;
}
.title,
.artist {
  font-family: verdana;
  left: 167px;
  position: absolute;

  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.title {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  top: 23px;
}
.artist {
  color: #eeeeee;
  font-size: 12px;
  top: 40px;
}
.pl {
  background: url(../../img/playlist.png) no-repeat;
  cursor: pointer;
  height: 40px;
  left: 330px;
  position: absolute;
  top: 20px;
  width: 39px;
}
.pl:hover {
  top: 21px;
}
.cover {
  border-radius: 5px 5px 5px 5px;
  height: 94px;
  left: 20px;
  position: absolute;
  top: 30px;
  width: 94px;
}
.controls {
  cursor: pointer;
  /*left: 0px;
  position: absolute;
  top: 65px;*/
  left: 122px;
    overflow:hidden;
}
.controls .play,
.controls .pause {
  width: 60px;
  height: 60px;
  margin: 5px;
}
.controls .play,
.controls .pause,
.controls .rew,
.controls .fwd,
.controls .stop {
  text-indent: -10000px;
  border: none;
  float: left;
}
.controls .rew,
.controls .fwd,
.controls .stop {
  width: 60px;
  height: 60px;
  margin: 5px;
}
.controls .play {
  background: url(../../img/play.png) no-repeat;background-size:contain;
}
.controls .pause {
  background: url(../../img/pause.png) no-repeat;background-size:contain;
  display: none;
}
.controls .rew {
  background: url(../../img/rewind.png) no-repeat;background-size:contain;
}
.controls .fwd {
  background: url(../../img/next.png) no-repeat;background-size:contain;
}
.controls .stop {
  background: url(../../img/stop.png) no-repeat;background-size:contain;
}
.hidden {
  display: none;
}
.controls .visible {
  display: block;
}
.volume {
  height: 15px;
  max-width: 170px;
    width:100%;
    float:left;
    margin-top:10px;
    margin-left:20px;
    box-sizing:border-box;
}
.mute .volume-btn {
  background: url(../../img/volume-off.png) no-repeat;
}
.volume-btn {
  background: url(../../img/volume-up.png) no-repeat;
  height: 28px;
  width: 28px;
  float: left;
  position: relative;
  top: -4px;
    margin-right:5px;
}
.volume-adjust {
  height: 15px;
  position: relative;
  width: 80%;
  background: #ccc;
  float: right;
}
.volume-adjust > div > div {
  height: 15px;
  background: #ff6060;
}
.progressbar {
  background-color: #ccc;
  cursor: pointer;
  z-index: 1;
  height: 15px;
  left: 0px;
  width: 60%;
    float:left;
    position:relative;
    margin-top:10px;

}
.novolume .progressbar {
  right: 4.375em; /* 70 */
}
.progressbar div {
  width: 0%;
  height: 15px;
  position: absolute;
  left: 0;
  top: 0;
    max-width:100%;
}
.bar-loaded {
  background-color: #ccc;
  z-index: 1;
}
.bar-played {
  background: #ff6060;
  z-index: 2;
}
.timeHolder {
  color: #402176;
  font-size: 20px;
  font-weight: 700;
  width: 90%;
    clear:both;
    padding-top:10px;
}
.time-current,
.time-duration,
.time-separator {
  color: #402176;
  font-size: 20px;
  font-weight: bold;
  float: left;
}
.volume .ui-slider-handle {
  background: url("../../img/spr.png") no-repeat scroll -201px -188px
    rgba(0, 0, 0, 0);
  height: 13px;
  width: 13px;
}

@media screen and (max-width: 768px){
    .progressbar{width:90%;}
    .play_img img{width:120px;}
}
@media screen and (max-width: 480px){
    .controls .play,
.controls .pause {
  width: 40px;
  height: 40px;
}

.controls .rew,
.controls .fwd,
.controls .stop {
  width: 40px;
  height: 40px;
}
    .play_img img{width:100px;}
}

@media screen and (max-width: 320px){
    .play_img{padding:10px;}
    .play_img img{width:80px;}
}

