html,body{
	margin: 0;
}
ul{
	white-space:nowrap;
	margin: 0;
	height: 80px;
}
ul li{
	outline: none;
	display: inline-block;
	list-style-type: none;
	margin: 0px;
}
.cx-time-main{
	width: 80%;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 32px;
}
.cx-time-main > span{
	width: 20px;
	height: 80px;
	line-height: 80px;
	float: left;
	font-size: 30px;
	font-weight: 600;
	color: rgb(18,175,255);
	cursor: pointer;
	font-family: '宋体'
}

.cx-time-box{
	float: left;
	width: calc(100% - 42px);
	height: 80px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.cx-round-box{
	position: relative;
	width: 12px;
	height: 100%;
}
.cx-time-round{
	position: relative;
	width: 12px;
	height: 12px;
	top: 50%;
	margin-top: -6px;
	/* background: rgba(18,175,255,0.8); */
	border-radius:0;
	cursor: pointer;
}
.cx-time-top{
	display: none;
	position: absolute;
	bottom: 50%;
	left: -15px;
	width: 120px;
	min-height: 20px;
	height: auto;
	font-size: 14px;
	margin-bottom: 12px;
}
.cx-time-bottom{
	color: white;
	position: absolute;
	top: 62%;
	left: -54px;
	width: 120px;
	min-height: 20px;
	height: auto;
	font-size: 14px;
	margin-top: 12px;
}
.cx-time-line{
	position: relative;
	width: 150px;
	height: 100%
}
.cx-time-line:after{
	position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	top: 50%;
	 
}
.cx-time-round:hover,.cx-time-active .cx-time-round{
	width: 53px;
    height: 22px;
    top: 43%;
    left: -20px;
    background: url('/assets/img/banner.png') no-repeat;
	background-size: 100%;
}
.cx-time-active > div{
	color: rgb(0,255,253);
}
.cx-time-main > span:nth-child(1){
	position: relative;
    right: 18px;
}

.cx-time-main > span:nth-child(2){
	position: relative;
    left: 18px;
}