/* music */
@-webkit-keyframes reverseRotataZ {
  0% {
    -webkit-transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(-360deg);
  }
}
@-webkit-keyframes rotataZ {
  0% {
    -webkit-transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
  }
}
#musicControl {
  position: absolute;
  right: 3.2rem;
  top: -0.1rem;
  margin-top: 0;
  display: inline-block;
  z-index: 2;
}
#musicControl.tv {
  top: 1rem;
}
#musicControl a {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  overflow: hidden;
  background: url("https://qn.mktzr.com/qzxbn/images/open.png") no-repeat;
  background-size: 100%;
}
#musicControl a audio {
  width: 100%;
  height: 56px;
}
#musicControl a.stop {
  background-position: left bottom;
}
#musicControl a.on {
  background-position: 0 0;
  -webkit-animation: reverseRotataZ 1.2s linear infinite;
}
#music_play_filter {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
