body{
	background: #F4F4F4;
}
.contbox{
	margin-top: 20px;
	overflow: hidden;
}
.contbox>.boxfl{
	width: 130px;
	height: 640px;
	float: left;
	background: #fff;
	border: none;
}
.contbox>.boxfr{
	width: 1050px;
	float: right;
	min-height: 710px;
	background: #fff;
	padding: 10px 20px;
	margin-bottom: 100px;
}
.espetit{
	color: #666666;
	font-size: 18px;
	border-bottom: 2px solid  #E1251B !important;
	position: relative;
	line-height: 30px;
	display: inline-block;
}
.espetit::after{
	content: "";
	width: 1010px;
	height: 1px;
	background: #eee;
	position: absolute;
	bottom: -3px;
	left: 0;
}
.collectbox{
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
    height: 530px;
}
.collectbox .box{
	width: 200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	position: relative;
	margin-right:21px;
	margin-bottom: 21px;
}
.collectbox .box .img{
	width: 200px;
	height: 200px;
}
.collectbox .box .img img{
	width: 200px;
}
.collectbox .box p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin-top: 6px;
}
.collectbox .box .tex{
	display: flex;
	align-items: baseline;
	line-height: 18px;
	color: #E1251B;
	margin-top: 7px;
}
.collectbox .box .tex span{
	line-height: 12px;
	text-decoration: line-through;
	font-size: 12px;
	color: #999999;
}
.collectbox .box .delbtn{
	width: 36px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	display: none;
	cursor: pointer;
}
.collectbox .box:hover .delbtn{
	display: block;
}
.nonecont{
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 500px;
}
.nonecont img{
	width: 141px;
	margin-top: 120px;
}
.nonecont p{
	font-size: 14px;
	color: #666;
	margin: 20px 0;
}
.nonecont a{
	width:160px;
	height:40px;
	background:#E1251B;
	border:1px solid #E1251B;
	border-radius:2px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}




















