/* 音频 h5Player */
.h5AudioPlayer{position:relative;width:81px;height:24px;display:block;display:block;}
	.h5PlayerBack{position:absolute;z-index:165;width:38px;height:24px;left:23px;background-color:#C0C1C2;display:none;}
	.h5PlayerProgress{position:absolute;z-index:166;left:50px;top:3px;width:0px;height:14px;background-color:#DDDDDD;line-height:14px;overflow:hidden;}
	.h5PlayerProgressLine{position:absolute;z-index:167;left:50px;top:20px;width:0px;height:2px;background-color:#3E5F7D;display:none;}
	.h5PlayerPlayTime{position:absolute;z-index:168;left:220px;line-height:20px;font-size:8px;font-family:Arial;color:#000000;display:none;}
	.h5PlayerLeftButton{position:absolute;z-index:169;width:46px;height:24px;left:0px;background-image:url("http://file.caixin.com/file/video/images/audioPlayer_volume_close.png");}
	.h5PlayerRightButton{position:absolute;z-index:170;width:42px;height:24px;left:40px;background-image:url("http://file.caixin.com/file/video/images/caixinAudioPlayer_play_play.png");cursor:pointer;}
