* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #000;
}

ul li {
	list-style: none;
}

body {
	background: #fff;
}

.counts {
	width: 1200px;
	margin: 0 auto;
}

.toad {
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	margin-top: 15px;
}

.toad span a {
	color: #333;
	font-family: .PingFang SC-Regular, PingFang SC;
}

.toad span:nth-child(1) a {
	color: #999;
}
.countsBox{
	margin-top: 11px;
	width: 1200px;
}
.sxBox{
	/*height: 112px;*/
}
.sxBox .diquBox,.sxBox .fenleiBox{
	/*height: 56px;*/
	display: flex;
	/*align-items: center;*/
    background: #f8f8f8;
}
.sxBox .diquBox .names,.sxBox .fenleiBox .names{
	width: 141px;
	/*height: 56px;*/
	line-height: 45px;
	text-indent: 20px;
	background: #F8F8F8;
	border: 1px solid #D7D7D7;
	font-size: 15px;    font-weight: 600;
}
.sxBox .diquBox ul,.sxBox .fenleiBox ul{
	width: 1059px;
	/*height: 56px;*/
	/*line-height: 35px;*/
	display: flex;
	text-indent: 17px;
	border: 1px solid #D7D7D7;
	border-left: 0;
	flex-wrap: wrap;
	background: #fff;
}
.sxBox .diquBox ul{
	/*border-bottom: 1px solid transparent;*/
}
.sxBox ul li:hover, .sxBox ul li.on {
    color: #EF1F1F;
}
.sxBox .diquBox ul li,.sxBox .fenleiBox ul li{
	margin-right: 10px;
	font-size: 15px;margin-top: 12px;
}
.shopBox{
	margin-top: 22px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.shopBox::after{
	content:"";
	width: 225px;
	
}


.goodsBox{
	display: block;
	width: 225px;
	height: 345px;
	border: 1px solid #E8E8E8;
	margin-bottom: 22px;
}
.goodsBox a .imgBox,.goodsBox a .imgBox img{
	width: 225px;
	height: 225px;
}
.goodsBox a .one{
	margin-top: 11px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-indent: 6px;
}
.goodsBox a .one .money{
	font-size: 12px;
	font-family: Helvetica-Semi Bold, Helvetica;
	font-weight: normal;
	color: #EF1F1F;
	
}
.goodsBox a .one .money .monNum{
	font-size: 18px;
}
.goodsBox a .one  .address{
	font-size: 12px;
	font-family: Helvetica-Regular, Helvetica;
	font-weight: 400;
	color: #999999;
	margin-right: 6px;
}

.titles{
	margin-top: 11px;
	font-size: 14px;
	font-family: Helvetica-Regular, Helvetica;
	font-weight: 400;
	color: #333333;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;  
	line-height: 20px;    height: 40px;
	padding: 0 6px;
}
.comBox{
	margin-top: 11px;
	font-size: 12px;
	font-family: Helvetica-Regular, Helvetica;
	font-weight: 400;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 6px;
}


.titles:hover{
	    color: #EF1F1F;
}
.goodsBox:hover{
    border-color: #e9e9e9;
    box-shadow: 0 0 2px 2px #f8f8f8;
}

.pagination li a, .pagination span {
    float: left;
    height: 36px;
    line-height: 36px;
    padding: 0 14px;
    margin-right: 5px;
    font-size: 14px;
}
.pagination li a:hover {
    text-decoration: none;
    box-shadow: 0 1px 1px rgb(0 1 1 / 8%);
}
.pagination li a, .pagination span  {
    color: #333;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
}

.pagination .disabled, .pagination .active, .pagination span {
    background: #fff;
    cursor: default;
    float: left;
}
.pages{ text-align: center;}
.pages ul{ display: -webkit-inline-box;}