
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; }
li { list-style: none; }
@-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:fixed;
right:10px;
top:18px;
margin-top:0;
display:inline-block;
z-index:99999999
}
#musicControl a {
display:inline-block;
width: 35px;
height: 35px;
overflow:hidden;
background:url('music.svg') no-repeat;
background-size:100%;
}
#musicControl a audio{
width:100%;
height:56px;
}
#musicControl a.stop {
background-position:left bottom;
}
#musicControl a.on {
background-position:0px 1px;
-webkit-animation: reverseRotataZ 1.2s linear infinite;
}
#music_play_filter{
width:100%;
height:100%;
overflow:hidden;
position:fixed;
top:0;
left:0;
z-index:99999998;
}
