#music_x09 {
    position: fixed;
    top: 0;
    height: 100%;
    width: 500px;
}
#music-ku{
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
    height: 100%;

}
#music_box_bj {
    height: 300px;
    width: 300px;
    background: url(img/music1.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 200px;
    z-index: 1;
    box-sizing: border-box;
    pointer-events: none;
}
#music_volume {
    height: 136px;
    width: 33px;
    background: url(img/music_volume.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 80px;
    right: 40px;
    z-index: 2;
    box-sizing: border-box;
    padding: 18px 5px 50px 5px;
}

#music_v_box {
    width: 20px;
    height: 94px;
    position: absolute;
    top: 21px;
    left: 6px;
}

#music_volume_c {
    height: 32px;
    width: 23px;
    background: url(img/music_volume_c.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
    top: 70%;
}

#music_box {
    height: 145px;
    width: 145px;
    cursor: pointer;
    position: absolute;
    top: 78px;
    right: 78px;
    box-sizing: border-box;
    z-index: 4;
}
.music_record {
    pointer-events: none;
    width: 106px;
    height: 106px;
    background-image: url(img/music2.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    animation: infinite linear;
    animation-duration: 30s;
    transition: all 1s;
    box-sizing: border-box;
    z-index: 4;
}
.music_record_img {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 22px;
    top: 24px;
    box-sizing: border-box;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px;
    pointer-events: none;
}

.music_record_nocover {
    background-image: url(img/cover.png)!important;
}

.music-link-post {
    display:inline-block;
    width: 106px;
    height: 106px;
    box-sizing: border-box;
    padding-left: 106px;
    background-image: url(img/music2.png);
    position:relative;
    cursor: pointer;
    animation: infinite linear;
    animation-duration: 30s;
    animation-name:lds-gear;
    animation-play-state:paused;
    z-index: 4;
}

.music-link-desk {
    display: block;
    width: 106px;
    height: 106px;
    box-sizing: border-box;
    padding-left: 106px;
    background-image: url(img/music2.png);
    position: absolute;
    cursor: pointer;
    /* transition: all 1s; */
    animation: infinite linear;
    animation-duration: 30s;
    z-index: 4;
    border-radius: 50%;
    /* box-shadow: 0px 0px 8px rgba(0, 0, 0, .8); */
}



@keyframes lds-gear {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes lds-gear {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#music_rod {
    width: 210px;
    height: 210px;
    background: url(img/music3.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -6px;
    right: -5px;
    transform: rotate(-13deg);
    transition: all 0.5s;
    z-index: 5;
    pointer-events: none;
}

#music_name {
    width: 90px;
    background: #ddd9ca;
    text-align: center;
    font-size: 14px;
    color: #666;
    position: absolute;
    right: 28px;
    top: 80px;
    padding: 10px;
    box-sizing: border-box;
    transition: all 1s;
}
#lyric{
    position: absolute;
    color: rgb(0, 0, 0);
    text-align: center;
    top: 220px;
    right: 0px;
    height: 50px;
    width: 310px;
    line-height: 50px;
    overflow: hidden;
    font-size: 16px;
    z-index: 0;
    
}
#lyric-box{
    position: relative;
    top:0px;
    transition: all 0.5s;
    font-style:oblique;
    /* font-weight:bold; */
}
#lyric-box>p{
    height: 50px;
}