#cwxBg {
	position: absolute;
	display: none;
	background: #000;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 10000;
}

#cwxWd {
	position: absolute;
	display: none;
	padding: 10px;
	z-index: 15000;
}

#cwxCn {
	background: #FFF;
	display: block;
}

#close_pic {
	position: absolute;
	display: none;
	width: 21px;
	height: 22px;
	cursor: pointer;
	z-index: 16000;
	background: url("../image/close.png") no-repeat;
}

.voice_player {
	margin: 0;
	padding: 7px 0;
	color: #666;
	line-height: 18px
}

.voice_player .voice_time {
	text-align: right;
}

.voice_player span {
	cursor: pointer;
	display: inline-block;
	height: 30px;
	line-height: 30px;
}

.voice_player a.voice_player_inner {
	color: #303133;
	font-family: Arial;
	font-size: 14px;
}

.voice_player .voice_speaker {
	background: url("../image/voice.png") no-repeat scroll -58px -202px rgba(0, 0, 0, 0);
	display: block;
	float: left;
	width: 20px;
}

.voice_player span {
	cursor: pointer;
	display: inline-block;
	height: 30px;
	line-height: 30px;
}

a.voice_player_inner {
	font-family: Arial;
	color: #303133;
	display: inline-block;
	overflow: hidden;
	font-size: 14px
}

.voice_player a.voice_player_inner,.voice_player a.voice_player_inner:link,.voice_player a.voice_player_inner:visited {
	text-decoration: none
}

.voice_player a.voice_player_inner .voice_before {
	display: block;
	float: left;
	width: 7px;
	background: url("../image/voice.png") no-repeat 0 -30px;
	_background: url("../image/voice.gif") no-repeat 0 -30px
}

.voice_player a.voice_player_inner .voice_after {
	width: 7px;
	float: left;
	background: url("../image/voice.png") no-repeat -150px -30px;
	_background: url("../image/voice.gif") no-repeat -150px -30px
}

.voice_player a.voice_player_inner .voice_middle {
	float: left;
	background: url("../image/voice.png") no-repeat -7px -30px;
	_background: url("../image/voice.gif") no-repeat -7px -30px
}

.voice_player a.voice_player_inner:active .voice_before {
	background-position: 0 -60px
}

.voice_player a.voice_player_inner:active .voice_middle {
	background-position: -7px -60px
}

.voice_player a.voice_player_inner:active .voice_after {
	background-position: -150px -60px
}

.voice_player a.voice_player_inner.playing .voice_before {
	background-position: 0 -60px
}

.voice_player a.voice_player_inner.playing .voice_middle {
	background-position: -7px -60px
}

.voice_player a.voice_player_inner.playing .voice_after {
	background-position: -150px -60px
}

.voice_player .voice_speaker {
	display: block;
	float: left;
	width: 20px;
	background: url("../image/voice.png") -58px -202px no-repeat;
	_background-image: url("../image/voice.gif") -58px -202px no-repeat;
}

.voice_player a.playing .voice_speaker {
	background: url("../image/voice.png") -58px -202px no-repeat;
	_background-image: url("../image/voice.gif")
}

.voice_player a.loading .speaker {
	background: url("../image/voice.png") -1px -167px no-repeat;
	_background-image: url("../image/voice.gif") -1px -167px no-repeat;
}

.voice_player .voice_time {
	text-align: right
}

.voice_player_mini {
	display: inline-block;
	width: 100px;
	padding: 0;
	*display: inline;
	zoom: 1
}

.voice_player_mini span {
	display: inline-block;
	height: 24px;
	line-height: 24px
}

.voice_round {
	width: 16px;
	height: 16px;
	text-align: center;
	text-decoration: none;
	color: red;
}