

html {
  font-size: 100%;
  font-size: 14px;
}

.jAudio--player {
  display: table;
  overflow: hidden;
  background: #fff;
  margin: .3rem auto;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.jAudio--player:after {
  content: " ";
  display: block;
  width: 100%;
  box-sizing: border-box;
  clear: both;
}
.jAudio--player .jAudio--ui {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.jAudio--player .jAudio--status-bar {
  width: 100%;
  z-index: 1;
  position: relative;
  padding: 0 15px ;
  display: table;
  box-sizing: border-box;
}
.jAudio--player .jAudio--status-bar:after {
  content: " ";
  display: block;
  width: 100%;
  clear: both;
}
.jAudio--player .jAudio--controls {
  width: 3rem; height: 3rem; position: absolute; top: .2rem; left: 50%; margin-left: -1.5rem; z-index: 9999; cursor: pointer;
}
.jAudio--player .jAudio--controls:after {
  content: " ";
  display: block;
  width: 100%;
  clear: both;
}
.jAudio--player .jAudio--controls ul {
  display: table;
  overflow: hidden;
  width: 100%;
}
.jAudio--player .jAudio--controls ul:after {
  content: " ";
  display: block;
  width: 100%;
  clear: both;
}
.jAudio--player .jAudio--controls li {
  position: relative;
  width: 100%;
  height: 3rem;
  line-height: 3rem;
}
.jAudio--player .jAudio--thumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.jAudio--player .jAudio--time {
  display: table;
  width: 100%;
}
.jAudio--player .jAudio--time:after {
  content: " ";
  display: block;
  width: 100%;
  clear: both;
}
.jAudio--player .jAudio--time * {
  width: 50%;
  display: block;
  float: left;
  color: #333;
  font-size: 0.24rem;
}
.jAudio--player .jAudio--time .jAudio--time-elapsed {
  text-align: left;
}
.jAudio--player .jAudio--time .jAudio--time-total {
  text-align: right;
}
.jAudio--player .jAudio--details * {
  color: #666;
  font-size: 1rem;
  padding-top: 2px;
}
.jAudio--player .jAudio--details *:first-of-type {
  font-weight: normal;
}
.jAudio--player .jAudio--details p {
  width: 100%;
}
.jAudio--player .jAudio--details p span {
  display: block;
}
.jAudio--player .jAudio--progress-bar {
  margin: .3rem 0;
}
.jAudio--player .jAudio--progress-bar .jAudio--progress-bar-wrapper {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
}
.jAudio--player .jAudio--progress-bar .jAudio--progress-bar-played {
  height: 10px;
  background: #3bbeda;
  position: relative;
  border-radius: 10px;
  margin: 0;
}
.jAudio--player .jAudio--progress-bar .jAudio--progress-bar-pointer {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  background: #3bbeda;
}
.jAudio--player .jAudio--playlist {
  background: #fff;
  width: 95%;
  margin-top: 10px
}
.jAudio--player .jAudio--playlist .jAudio--playlist-item {
  display: block;
  width: 25%;
  padding: 0 8px;
  display: table;
  float: left;
  box-sizing: border-box;
  text-align: center;
}
.jAudio--player .jAudio--playlist .jAudio--playlist-item h4 {
  border: #ddd 1px solid; height: 26px; line-height: 26px; border-radius: 3px; color: #666; font-size: 12px
}
.jAudio--player .jAudio--playlist .jAudio--playlist-item:after {
  content: " ";
  display: block;
  width: 100%;
  clear: both;
}
.jAudio--player .jAudio--playlist .jAudio--playlist-item.active h4 {
  background: #3bbeda;
  border-color: #3bbeda;
}
.jAudio--player .jAudio--playlist .jAudio--playlist-item.active * {
  color: #fff;
}
.jAudio--player .jAudio--playlist .jAudio--playlist-item:not(.active):hover {
  background: #fafafa;
}
.jAudio--player .jAudio--playlist .jAudio--playlist-item:last-of-type {
  border: 0;
  margin-bottom: 0;
}
.jAudio--player .jAudio--playlist .jAudio--playlist-thumb {
  float: left;
  margin-right: 0.66667rem;
  display: table;
}
.jAudio--player .jAudio--playlist .jAudio--playlist-thumb:after {
  content: " ";
  display: block;
  width: 100%;
  clear: both;
}
.jAudio--player .jAudio--playlist .jAudio--playlist-thumb img {
  height: 2.4rem;
  width: 2.4rem;
  border-radius: 50%;
  float: left;
  margin-right: 0.5rem;
}
.jAudio--player .jAudio--playlist .jAudio--playlist-meta-text h4 {
  font-size: 1rem;
  color: #000;
}
.jAudio--player .jAudio--playlist .jAudio--playlist-meta-text p {
  font-size: 0.8rem;
}

.btn {
  position: relative;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  outline: none;
}
.btn span {
  position: absolute;
  display: table;
  height: .3rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
}
.btn span:before, .btn span:after {
  display: block;
  content: " ";
  height: 0;
  float: left;
  border-color: transparent;
  border-style: solid;
}
.btn:active {
  background: #fff;
}

#btn-prev span:before, #btn-prev span:after, #btn-next span:before, #btn-next span:after, #btn-play span:before, #btn-play span:after {
  border-top: 7.5px solid transparent;
  border-bottom: 7.5px solid transparent;
}

#btn-prev span:before, #btn-prev span:after {
  border-right: 15px solid #ddd;
  border-left: 0;
}
#btn-prev:active span:before, #btn-prev:active span:after {
  border-right-color: #3bbeda !important;
}

#btn-next span:before, #btn-next span:after {
  border-left: 15px solid #ddd;
  border-right: 0;
}
#btn-next:active span:before, #btn-next:active span:after {
  border-left-color: #3bbeda !important;
}

#btn-play span:before {
  border-left: .3rem solid #333;
  border-right: 0;
}
#btn-play span:after {
  display: none;
}
#btn-play:active span:before, #btn-play.active span:before {
  border-left-color: #3bbeda !important;
}

#btn-pause span:before, #btn-pause span:after {
  width: 5px;
  height: 15px;
  background: #3bbeda;
  border: 0;
}
#btn-pause span:before {
  margin-right: 5px;
}
#btn-pause span:active:before, #btn-pause span:active:after, #btn-pause span.active:before, #btn-pause span.active:after {
  background: #fff;
  margin-right: 5px;
}

.jAudio--player .jAudio--controls li button span:before, .jAudio--player .jAudio--controls li button span:after {
  -webkit-transition: border-color 0.3s ease 0s;
          transition: border-color 0.3s ease 0s;
}
.jAudio--player .jAudio--thumb {
  -webkit-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s;
}
.jAudio--player .jAudio--progress-bar .jAudio--progress-bar-played {
  -webkit-transition: all 0.2s ease 0s;
          transition: all 0.2s ease 0s;
}
.jAudio--player .jAudio--playlist .jAudio--playlist-item {
  -webkit-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s;
}
.jAudio--player .jAudio--playlist .jAudio--playlist-item * {
  -webkit-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
}

.jAudio--pic { width: 3rem; margin: .2rem auto; background-size: 70%; background-repeat: no-repeat; background-position-x: 50% ; background-position-y: 50%; overflow: hidden; border-radius: 50%; }
.jAudio--pic img { display: block; width: 100%;}

.jAudio--status-bar div.play{
  -webkit-transform: rotate(360deg);
  animation: rotation 8s linear infinite;
  -moz-animation: rotation 8s linear infinite;
  -webkit-animation: rotation 8s linear infinite;
  -o-animation: rotation 8s linear infinite;
}
.jAudio--status-bar div.paused{
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.zansan { padding-top:40px;}
.zansan img{ max-width:100%; width:3rem ; display:block; margin:0 auto; }

@-webkit-keyframes rotation{
  from {-webkit-transform: rotate(0deg);}
  to {-webkit-transform: rotate(360deg);}
  }