#animate-board{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size:0 ;
}
#animate-board>li{
	display: inline-block;
	width: 8.333%;
	height: 100%;
	position: relative;
}
#animate-board>li:before{
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	background: #fff;
	height: 100%;
	width: 1px;
	opacity: 0.2;
}
#animate-board>li>.line{
	content: "";
	position: absolute;
	left: calc(50% - 5px);
	top: 0;
	background: transparent;
	height: 100%;
	width: 11px;
	
}
#animate-board>li>.dot{
	position: absolute;
	left: calc(50% - 3px);
	top:500px;
	width: 7px;
	height: 7px;
	border-radius: 7px;
	background-color:#EBEBEB ;
	opacity: 0.8;
}
