/*@charset "utf-8";*/
/*音乐代码css 金思绪*/
#mus_service {
	position:absolute;
	top:10px;
	left:10px;
	width:50px;
	height:50px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	float: left;
	border-radius:25px;
	overflow:hidden;
	z-index: 99999;
}
#mus_service a {
	display:block;
	width:50px;
	height:100px;
	text-indent:-9999px;
	cursor:pointer;
	margin-bottom:1px
}
#mus_service a.mus_mscBtn {
	height:50px;
	background:#fff url(../images/mus_Btn.gif) no-repeat
}
#mus_service a.mus_pause {
	background-position:0 bottom
}

@media screen and (min-width: 1420px) {/* 执行1200px版的css*/   

}
@media screen and (min-width: 1220px) and (max-width: 1419px) { /*执行1000px版的css*/  

}
@media screen and (min-width: 750px) and (max-width: 1219px) { /*执行750px版的css*/  

}
@media screen and (max-width: 749px) { /*执行100%宽度版的css*/  
#mus_service {
	position:fixed;
	top:50px;
	left:10px;
	width:50px;
	height:50px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	float: left;
	border-radius:25px;
	overflow:hidden;
	z-index: 99999;
}
}