/* 导航条 */
ul {
	display: flex;
	width: 560px;
}

li {
	width: 59px;
	height: 21px;
	font-size: 14px;
	position: relative;
	padding: 20px;
	color: #FFFFFF;
	transition: 0.1s all linear;
	cursor: pointer;
}

.top-li {
	width: 76px;
	height: 28px;
	font-size: 17px;
	position: relative;
	padding: 20px;
	color: #FFFFFF;
	transition: 0.1s all linear;
}

.top-bar {
	margin-top: -57px;
}

li::before {
	content: "";
	position: absolute;
	width: 0;
	top: -16px;
	height: 100%;
	left: 50%;
	/* 下划线粗细 颜色 */
	border-bottom: 2px solid #FFFFFF;
	/* 下划线显示延迟 */
	transition: 0.2s all linear;
}

li:hover::before {
	width: 24%;
	top: -16px;
	left: 36%;
	transition-delay: 0.1s;
	border-bottom-color: #FFFFFF;
}

.li-height2::before {
	border-bottom: 0px solid #FFFFFF;
}


.choose-date:hover::before {
	width: 0%;
}

.liClass {
	margin-left: 262px;
	margin-top: 25px;
    margin-bottom:25px;
}
.liClass p{
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #5A5858;
}

.li-height {
	/* height: 490px; */
	/* height: 409px; */
    width: auto;
	height: auto;
    padding:0px;
    margin-top:50px;
}

.li-height2 {
    width: 30px;
    height: auto;
	/* height: 9px;	 */
    padding:15px 17px;
	color: #9C9C9C;
}

.border-right-div {
	border-right: 2px solid #C1C1C1;
	height: 592px;
	width: 200px;
	float: left;
	margin-left: -96px;
	margin-top: -570px;
}

.img-wh {
	height: 81.04px;
	padding-top: 10px;
}

.fixed-z {
	float: left;
	position: fixed;
	top: 0px;
	z-index: 99999;
}

/* li:focus {
	color: #0000FF;
	border-right: 2px solid #0000FF;
} */


/* li:active {
	background: #fff;
	color: #fff;
}

/* .choose-date .li-height2 ul li a.active {
	color: #0000FF;
	border-right: 2px solid #0000FF;
}

.li-height2:visited {
	border-right: 2px solid #0000FF;
	color: #0000FF;
} */
