.overflowBox{
	overflow: hidden;
}
.titles{
	font-size: 16px;
	color: #FFFFFF;
	background-color: #EA5757;
	height: 38px;
	padding: 0 10px;
	line-height: 38px;
}
.cateBox{
	overflow: hidden;
}
.leftBox{
	width: 225px;
}
.rightBox{
	width: 950px;
}
.cateList{
	border: 1px solid #EA5757;
}
.cates ul li a{
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	display: block;
	background-color: #FFFFFF;
	color: #333333;
	padding: 0 14px;
}
.cates ul li a.active{
	color: #EA5757;
}
.cates ul li a:hover,.cates ul li a:active{
	color:#EA5757 ;
	text-decoration: none;
	background-color: #FAFAFA;
}
.recentList{
	margin-top: 10px;
	background-color: #FFFFFF;
}

.recent  li{
	overflow: hidden;
	height: 110px;
	border-bottom:1px #EFEFEF dashed ;
}
.recent  li:last-child{
	border-bottom: 0px;
}
.recent .recentImg{
	width: 110px;
}
.recent img{
	width: 100%;
}
.recent .recentTitle{
	width: 113px;
	height: 110px;
	padding: 6px;
}
.recent .recentTitle p{
	height: 55px;
}
.recent .recentTitle p a{
	color: #333333;
}
.recent .recentTitle p a:hover,.recent .recentTitle p a:active{
	color: #333333;
	text-decoration: underline;
}
span{
	color: #C90104;
}
/*今日上新*/
.today{
	width: 700px;
	border: 1px solid #EA5757;
}
.todayBox{
	height: 350px;
	background-color: #FFFFFF;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-content: space-around;
}
.todayGoods{
	height: 160px;
	width: 145px;
	transition:transform 0.2s linear ;
}
.todayGoods:hover{
	transform: scale(1.1);
}
.todayimg{
	height: 120px;
}
.todayimg img{
	width: 100%;
}
.todayTitle{
	height: 40px;
}
.todayTitle p {
	height: 20px;
	line-height: 20px;
	text-align: center;
}
.todayTitle p a{
	color: #333333;
}
.todayTitle p a:hover{
	text-decoration: underline;
}
/*今日上新*/
/*最新动态*/
.news{
	width: 240px;
	border: 1px solid #7D7D7D;
}
.newsTitle{
	background-color: #7D7D7D;
	color: #ffffff;
}
.newsBox{
	height: 350px;
	background-color: #F1F1F1;
}
.newsBox li{
	width: 100%;
	height: 35px;
	line-height: 35px;
}
.newsBox li a{
	height: 35px;
	color: #333333;
	display: block;
	padding: 0 10px;
}
.newsBox li a:hover{
	color: #f1f1f1;
	background-color: #B3B3B3;
}
/*最新动态*/
/*热销*/
.hot{
	margin-top: 10px;
	border: 1px solid #EA5757;
}
.hotBox{
	height: 200px;
	background-color: #FFFFFF;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
/*热销*/
