.jp-controls{
  width:100%;
  display: flex;
}
/* 播放鍵 */
.jp-play {
     display: inline-block;
    background: url(../images/btn_music_ON.png) no-repeat;
    width: 100px;
    height: 120px;
    border: none;
    z-index: 999;
    /* position: absolute;
    left: 52%;
    top: 7%; */
    /* filter: drop-shadow(2px 4px 6px white); */
}

.jp-state-playing .jp-play {
  background: url(../images/btn_music_off.png)no-repeat;
}

/* 音量控制 */
.jp-state-no-volume .jp-volume-controls {
  display: block;
}

.jp-volume-controls {
  /* position: absolute; */
  display: inline-block;
  left: 50%;
  /* width: 110px; */
  height: 18px;
  margin: auto;
  transform: translateX(-50%);
}

.jp-audio-stream .jp-volume-controls {
  left: 70px; }

.jp-video .jp-volume-controls {
  top: 12px;
  left: 50px; }

.jp-volume-controls button {
  display: block;
  position: absolute;
  overflow: hidden;
  text-indent: -9999px;
  border: none;
  cursor: pointer; }

.jp-mute,
.jp-volume-max {
  width: 18px;
  height: 15px; }

.jp-volume-max {
  right: 0; }

.jp-mute {
  background: url(../images/muice/jplayer.blue.monday.jpg) 0 -170px no-repeat; }

.jp-mute:focus {
  background: url(../images/muice//jplayer.blue.monday.jpg) -19px -170px no-repeat; }

.jp-state-muted .jp-mute {
  background: url(../images/muice//jplayer.blue.monday.jpg) -60px -170px no-repeat; }

.jp-state-muted .jp-mute:focus {
  background: url(../images/muice//jplayer.blue.monday.jpg) -79px -170px no-repeat; }

.jp-volume-max {
  background: url(../images/muice//jplayer.blue.monday.jpg) 0 -186px no-repeat; }

.jp-volume-max:focus {
  background: url(../images/muice//jplayer.blue.monday.jpg) -19px -186px no-repeat; }

  .jp-volume-bar {
    display: none;
    position: absolute;
    overflow: hidden;
    background: url(../images/muice//jplayer.blue.monday.jpg) 0 -250px repeat-x;
    top: 5px;
    left: 22px;
    width: 80px;
    height: 5px;
    cursor: pointer;
}
.jp-volume-bar-value {
  display:none;
  background: url("../images/muice//jplayer.blue.monday.jpg") 0 -256px repeat-x;
  width: 0px;
  height: 5px; }

  
  @media (max-width: 480px) {
    .jp-play,.jp-state-playing .jp-play  {
      width: 39px;
      height: 39px;
      background-size: cover;
      left: -20px;
      top: -9px;
  }
  }