@charset "utf-8";
#cqh-box {
	background-color:#ffffff;
	position:relative;
	border:1px solid #999;
	overflow:hidden;
	margin:0 auto;
}
#cqh-box ul {
	margin:0;
	padding:0;
}
#cqh-box li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#cqh-box img {
	border:none;
}
#cqh-num {
	width:100%;
	height:16px;
	float:right;
	position:absolute;
	right:0px;
	bottom:4px;
}
#cqh-num span {
	display:inline-block;
	float:left;
	width:12px;
	height:14px;
	border:1px solid #C66;
	background-color:#C60;
	color:#FFF;
	line-height:14px;
	text-align:center;
	cursor:pointer;
	margin:0 3px;
	font-size:11px;
}
#cqh-num span.this {
	background-color:#FC0;
	color:#F00;
}
.msg{
	width:400px;
	text-align:left;
	background:#FFFFFF url('../image/msgbg.gif') repeat-x;
	position: fixed;
	left:50%;
	top:50%;
	margin-left:-200px;
	margin-top:-70px;
	height:140px;
	z-index:1;
	backgorund:#f2f2f2;
	font-size:12px;
	box-shadow: 0 0 3px #000;
}
.msg .head{color:#fff;line-height:28px;height:28px;overflow:hidden;font-weight:bold;background:#4987C1;padding:5px 10px;}
.msgconter{padding:10px; color:#2B61BA;height:30px; text-align:center;font-size:14px;}
.msg .msglink{
	text-decoration: none;
	color:#2B61BA;
	display: block;
	padding:0px 10px;
}
.msgBtn{
	width:60px;
	text-align: center;
	height:26px;
	line-height: 26px;
	color:#fff;
	background:#4987C1;
	margin:0px auto;
	cursor: pointer;
	font-size:12px;
	margin-top:15px;
}
.musicList{
	list-style: none;
	overflow: hidden;
	font-size:12px;
}
.musicList li{
	overflow: hidden;
	height:50px;
	line-height:50px;
	border-bottom: 1px solid #eee;
}
.musicList li span{
	display: block;
	float: left;
}
.musicList li .musicList01{
	width:20px;
	text-align: center;
}
.musicList li .musicList02{
	width:200px;

}
.musicList li .musicList03{
	width:70px;
}
.musicList li .musicList04{
	width:70px;
}
.musicList li .musicList04 i{
	display: block;
	background:url(../image/icon-play.png) no-repeat -48px -24px;
	width:24px;
	height:24px;
	cursor: pointer;
	margin:13px auto;
}
.musicList li .musicList05{
	width:70px;
}
.musicList li .musicList05 i{
	display: block;
	background:url(../image/icon-play.png) no-repeat 5px 5px;
	width:24px;
	height:24px;
	cursor: pointer;
	margin:13px auto;
}
.musicList li .musicList04 .current{
	background:url(../image/icon-play.png) no-repeat -96px -24px;
}
.musicList li embed{
	display: none;
}