/* 有进度条 */
/*--背景图片设置---*/
.content{
	width: 1280px;
	height: 720px;
/* 	margin:0 auto;
	position: relative;
	background-image: url("../img/background.png");
	background-size: 100% 100%; */
}
/*--背景图片设置---*/

/*----底部展示开始-----*/
.content_bottom{
	opacity: 0.95;
	position: absolute;
	bottom: 0px;
	width: 1279px;
	height: 80px;
	-webkit-border-radius: 40px 40px 0 0;
	background-color: #242930;
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.2);
	background-image: -webkit-linear-gradient(bottom, #0c0d10, #13151a 48%, #101317 50%, #1b1e24);
	overflow: hidden;
}

.content_bottom_main{
	position:absolute;
	left:93px;
	top:41px;
	width: 1018px;
	height: 8px;
	background-image: url("../img/player_bander.png");
}
.content_bottom_main li{
	display:inline-block;
}

.play_pause-bg{
/*	width:50px;
	height:50px;*/
	position:relative;
	left:-44px;
	top:-8px;
}

.play_finish-bg{
	position:absolute;
	left:0px;
	top:0px;
	width: 280px;
	height: 8px;
	-webkit-border-radius: 4px 0 0 4px;
	background-color: #016cbc;
}

/*.play_unfinish-bg{
	width:1068px;
	height:15px;
	position:absolute;
	left:95px;
	top:22px;
}*/

.blue-word{
	width:100px;
	height:43px;
	position:relative;
	left:1074px;
	top:-19px;
	display:block;
	line-height:42px;
	/*background:blue;*/
	color:#20a0f0;
	font-size:16px;
	font-weight: 900;
	opacity:0.95;
	position:absolute;
}

