@charset "utf-8";
/* CSS Document */
.time-play-box{
	width:590px;
	height:46px;
	position:relative;
	float:left;
	margin-top: 150px;
}
.time-play-box *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family:"微软雅黑";
	text-align:center;
}

.contral{
	width:150px;
	height:46px;
	line-height:46px;
	background:#3498DB;
	cursor:pointer;
	color:#fff;
	position:absolute;
	left:0px;
	top:0px;background:rgba(253,251,251,.8); border-radius: 6px 0 0 6px;
	text-align:center;
}
.contral a{ display: inline-block; width: 50px; height: inherit; border-right: 1px solid rgba(99,112,121,0.23); list-style: none;}

.bar-control{
	width:440px;
	height:46px;
	padding:14px 0 0;
	margin:0px 0px 0px 150px;
	display:inline-block;background:rgba(253,251,251,.8); border-radius:0 6px 6px 0;
	}
.bar-begin-time{
	width:50px;
	height:20px;
	color:#889DA5;
	font-size:8px;
	line-height:20px;
	}
.the-bar{
	position:relative;
	width:calc(100% - 114px);
	margin-left:2px;
	height:10px;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	background:rgba(136, 157, 165,.8);
	overflow:visible;
	}
.the-color-bar{
	width:0px;
	border-radius:6px 0px 0 6px;
	-webkit-border-radius:6px 0px 0 6px;
	-moz-border-radius:6px 0px 0 6px;
	height:100%;
	background:#4989fc;
	float:left;
	}
.time-ball{
	width:24px;
	height:24px;
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	background:#FFF!important;
	position:absolute;
	left:0px;
	top:-7px;
	z-index:2;
	cursor:pointer; border:5px solid #4989fc;
	}
.bar-time-ball{
	width:10px;
	height:10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:#3498DB;
	position:absolute;
	left:0px;
	top:-3px;
	z-index:2;
	cursor:pointer;
	}
.bar-finish-time{
	width:40px;
	height:20px;
	color:#889DA5;
	font-size:8px; margin-left: 5px;
	line-height:20px; text-align: center;
	}
.bar-begin-time,.bar-finish-time,.the-bar{
	display:inline-block;
	vertical-align:middle;
	padding:0px;
	}