@charset "utf-8";
/* CSS Document */
.main{
	min-height:400px;
}
.audio{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-color:rgba(0,0,0,0.3);
	display:none;
	z-index:100;
}
.audio-message{
	width:576px;
	/*background:url(../images/audio-bg_03.jpg);*/
	padding:11px;
	position:fixed;
	top:50%;
	left:50%;
	margin-left:-288px;
	margin-top:-225px;
	text-align:left;
}
.audio-message img{
	position:absolute;
	top:7px;
	right:14px;
	z-index:150;
}
.play{
	width:574px;
	height:550px;
	background-color:#fff;
}
.music{
	width:574px;
	text-align:center;
	padding-top:10px;
}
.play ul{
	height:378px;
	margin:40px 0 0 20px;
	overflow-y:auto;
	margin-left:20px;
}
.play li{
	line-height:31px;
	padding-left:30px;
	cursor:pointer;
}
.write-list .play li:hover{
	color:#88b855;
}
.play input{
	margin-right:6px;
}
.first-song{
	background:url(../images/play.png) left center no-repeat;
	color:#88b855;
}
.serch-content{
	display:none;
	text-align:center;
}
.serch-content p{
	font-size:18px;
	color:#999;
	line-height:24px;
	padding:160px 0 160px 0;
}