.music{
	position:absolute;
	left:50%;
	top:50%;
	height:50px;
	margin-top:-9px;
	margin-left:-31px;
}
.music i{
	width:1px;
	display:block;
	height:20px;
	margin-right:5px;
	background-color:#fff;
	-webkit-animation:animate 1s infinite;
	animation:animate 1s infinite;
	float:left;
}
.music i:last-child{
	margin-right:0px;
}
.music i:nth-child(10){
	-webkit-animation-delay:0.2s;
	animation-delay:0.2s;
}
.music i:nth-child(9){
	-webkit-animation-delay:0.4s;
	animation-delay:0.4s;
}
.music i:nth-child(8){
	-webkit-animation-delay:0.6s;
	animation-delay:0.6s;
}
.music i:nth-child(7){
	-webkit-animation-delay:0.4s;
	animation-delay:0.4s;
}
.music i:nth-child(6){
	-webkit-animation-delay:1;
	animation-delay:1s;
}
.music i:nth-child(5){
	-webkit-animation-delay:0.1s;
	animation-delay:0.1s;
}
.music i:nth-child(4){
	-webkit-animation-delay:0.3s;
	animation-delay:0.3s;
}
.music i:nth-child(3){
	-webkit-animation-delay:0.5s;
	animation-delay:0.5s;
}
.music i:nth-child(2){
	-webkit-animation-delay:0.7s;
	animation-delay:0.7s;
}
.music i:nth-child(20){
	-webkit-animation-delay:0.9s;
	animation-delay:0.9s;
}
.music i:nth-child(19){
	-webkit-animation-delay:1.1s;
	animation-delay:1.1s;
}
.music i:nth-child(18){
	-webkit-animation-delay:1.3s;
	animation-delay:1.3s;
}
.music i:nth-child(17){
	-webkit-animation-delay:1.2s;
	animation-delay:1.2s;
}
.music i:nth-child(16){
	-webkit-animation-delay:1.4s;
	animation-delay:1.4s;
}
.music i:nth-child(15){
	-webkit-animation-delay:1.6s;
	animation-delay:1.6s;
}
.music i:nth-child(14){
	-webkit-animation-delay:1.7s;
	animation-delay:1.7s;
}
.music i:nth-child(13){
	-webkit-animation-delay:0.4s;
	animation-delay:0.4s;
}
.music i:nth-child(12){
	-webkit-animation-delay:0.6s;
	animation-delay:0.6s;
}
@-webkit-keyframes animate{

	50%{
		-ms-transform:scaleY(0);
		-webkit-transform:scaleY(0);
		transform:scaleY(0);
	}

}
@keyframes animate{
	50%{
		-ms-transform:scaleY(0);
		-webkit-transform:scaleY(0);
		transform:scaleY(0);
	}

}

