/* html,body{
	margin: 0;
} */
.cx-time-box ul{
	white-space:nowrap;
	margin: 0;
}
.cx-time-box ul li{
	outline: none;
	display: inline-block;
	list-style-type: none;
	margin: 0px;
}
.cx-time-main{
    width: 100%;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
}
.cx-time-main > span{
	/* width: 20px;
    height: 20px;
    line-height: 20px;
    float:left;
    color: #fff;
    cursor: pointer;
    font-family: 'å®‹ä½“';
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    background: #E3E3E3;
    margin-top: 35px; */
	width: 20px;
	height: 80px;
	line-height: 80px;
	float: left;
	font-size: 30px;
	font-weight: 600;
	color: red;
	/* 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%;
	top: 30px;
}
.cx-time-round{
	position: relative;
	width: 12px;
	height: 12px;
	top: 50%;
	/* margin-top: -6px; */
	z-index:2;
	background: #E3E3E3;
	/* background: rgba(18,175,255,0.8); */
	border-radius: 50%;
	cursor: pointer;
}
.cx-time-top{
	position: absolute;
	bottom: 50%;
	left: -15px;
	width: 120px;
	min-height: 20px;
	height: auto;
	font-size: 14px;
	margin-bottom: 12px;
}
.cx-time-bottom{
	position: absolute;
	top: 50%;
	/* left: 10px; */
	left: 0;
	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: 23px;
	background: #E3E3E3
	/* background: rgba(18,175,255,0.8) */
}
.cx-time-round:hover,.cx-time-active .cx-time-round{
    width: 16px;
    height: 16px;
    top: 49%;
    left: 0;
    background: #F1312D;
    /* background: rgba(129,71,181,0.8); */
}
.cx-time-active > div{
	color: #F1312D;
	/* color: rgb(129,71,181); */
}

/*
	内容
*/
.cx-time-content{
	width: 100%;
	margin: 0 auto;
	margin-top: 15px;
	/* border: 1px solid red; */
}
.cx-time-content>div{
	width: 100%;
	position: relative;
}
.cx-time-content .cx-img{
	width: 100%;
	/* height: 400px; */
	background-size: 100% 100%;
}
.cx-time-content .cx-content{
	width: 100%;
	position: absolute;
	top: 50px;
}
.cx-time-content .cx-content>div{
	/* display: none; */
}
.cx-time-content .cx-content>div.cur{
	display: block;
}
.cx-time-content .cx-content>div p{
	text-indent: 1rem;
}
.cx-time-content .cx-content table{
	width: 100%;
	margin: 20px 0;
}
.cx-time-content .cx-content table thead,.cx-time-content .cx-content table tbody{
	line-height: 47px;
	text-align: center;
}
.cx-time-content .cx-content table thead{
	width: 100%;
	color: #fff;
	background: #E9363C;
}
.cx-time-content .cx-content table thead tr th,.cx-time-content .cx-content table tbody tr td{
	border-right: 1px solid #fff;
}
.cx-time-content .cx-content table thead tr th:last-child,.cx-time-content .cx-content table tbody tr td{
	border-right: 0;
}
.cx-time-content .cx-content table tbody tr td a{
	text-decoration: none;
	color: #333;
}
.cx-time-content .cx-content table tbody tr:nth-child(odd){
    background: #FDF0EB;
}
.cx-time-content .cx-content table tbody tr:nth-child(even){
    background: #FBDED5;

}
@media screen and (max-width: 400px) {
	.cx-time-content .cx-img {
		width: 100%;
		/* height: 400px; */
		background-size: 100% 100%;
	}
	.cx-time-content .cx-content{
		position: absolute;
    	top: 10px;
	}
  }