html,body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
p{
    margin: 0;
    padding: 0;
}
#qqMain{
    width: 100%;
    height: 100%;
    //background-image: linear-gradient(white, gray);
    background-image: -webkit-linear-gradient(top, #000, #2e2e2e);
}
.img{
    margin:0 auto;
    width:100%;
    height:auto;
    overflow:hidden;
    position: absolute;
    top: 5%;
    text-align: center;
}
.img img{
    display:block;
    width:60%;
    height:auto;
    margin:0 auto;
    border-radius:50% ;
    border: 5px solid #fff;
}
.rainbow{animation: 6s rainbow infinite linear;}    
@keyframes rainbow {
  0%{transform:rotate(0deg)}
  100%{transform:rotate(360deg)}
}
.btnpic{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 80%;
    left: 50%;
    right: 50%;
    margin-left: -30px;
    border-radius: 70px;
    background: url(../img/uiBtn.jpg);
    background-size: 300%;
}
.btn{
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: -6px;
}

.now_time{
	float:left;
	padding-left: 5px;
}
.all_time{
	float:right;
	padding-right:5px;
}
.time{
    position: absolute;
    top: 74%;
    font-size:13px;
    color: #fff;
    font-weight: 400;
    width: 100%;
}  
.time_progress{
    position: absolute;
    top: 77%;
    width: 100%;
}
.progress{
	width:100%;
	height:4px;
	background:#000;
	position:relative;
	}
.bar{
    position:absolute;
    top:0;
    left:0;
    height:4px;
    background-image: -webkit-linear-gradient(left,red, #09f);
    display:block;
    width: 0;
}
.musicName{
    width: 100%;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top:45%;
}
.musicName span{
    font-size:16px;
    font-weight: 400;
    color: #fff;
}
#musicContent{
    width: 80%;
    position: absolute;
    top: 50%;
    height: 150px;
    overflow-y:scroll;
    left: 50%;
    right: 50%;
    margin-left: -40%;
}
.whiteContent{
    font-size: 30px;
    font-weight: 400;
    color: #fff;
}
.blueContent{
    color: dodgerblue;
    font-size: 30px;
    font-weight: 400;
}
.centerCircle{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 42%;
    margin-left: -20px;
    border-radius: 50%;
    /* background: #333; */
    border: 5px solid #fff;
    /* opacity: 0.4; */
}
#musicContent span{
    width: 100%;
    height: 40px;
    line-height:40px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    display: block;
}
.musicContent01,.musicContent03{
    color: #fff;
}
.musicContent02{
    color:steelblue;
}
