
	    #cs_audio {
	    	display: none;
	    }

	    #cs_audioplayer {

	        position: fixed;
	        bottom: 0;
	        left: 0;
	        right: 0;
	        text-align: center;

            background-color: black;
            padding: 12px;
            padding-top: 4px;
            padding-bottom: 6px;
            color: #fff;
	    }

		.cs_audio_bar {
			background-color: #000;
			width: 80%;
			float: right;
			height: 6px;
			position: relative;
			cursor: pointer;
			transition: 0.1s;
		}

		.cs_audio_bar_loaded {
			background-color: #44363d;
			width: 0%;
			height: 6px;
            position: absolute;
            transition: 0.1s;
		}
		.cs_audio_bar_now {
			background-color: white;
			width: 0%;
			height: 6px;
            position: absolute;
            z-index: 999;
            transition: 0.1s;
		}
		#cs_play_pause_btn {
			margin-left: 5px;
			margin-right: 10px;
			float: left;
		}

		#cs_play_pause_btn i{
			font-size: 1.45em;position: relative; cursor: pointer; vertical-align: middle;
			margin-bottom: 4px;
		}
