/* .yinpin_lb{
	display: flex;
	width: 1200px;
	height: 80px;
	padding:0 30px;
	margin-bottom: 28px;
	border:1px solid #e8e8e8;
	background-color: #f6f6f6;
	align-items: center;
}
.yinpin_lb div{
	font-size:18px;
	color:#666;
	height:30px;
	margin-right: 50px;
	cursor:pointer;
}
.yinpin_time span{
	font-size:20px;
	color:#666;
	margin-right: 30px;
}
.yinpin_lb .actives{
	color:#ff6c00;
} */

.yinpin_lb{
	display: flex;
	width: 1200px;
	height: 80px;
	padding:0 30px;
	margin-bottom: 28px;
	border:1px solid #e8e8e8;
	background-color: #f6f6f6;
	align-items: center;
}
.yinpin_time span{
	font-size:20px;
	color:#666;
	margin-right: 30px;
}
.yinpin_lb .actives {
    color: #ff6c00;
    border-bottom: 2px solid #ff6c00;
}
.yinpin_lb div {
    font-size: 18px;
    color: #666;
    height: 40px;
    line-height: 40px;
    margin-right: 50px;
    cursor: pointer;
}
