/*西柚洋街分类列表*/
body{
	background: #f5f5f5;
}
a:hover{
	color: #db3d1a;
}
.wrap-goods{
	width: 1200px;
}

.goods-list li{
	margin: 0;
	width: 218px;
	border: 1px solid #eceaea;
	margin-right: 25px;
	margin-bottom: 25px;
	padding: 0;
	background: #fff;
}

.goods-list li:nth-child(5n){
	margin-right: 0;
}

.goods-list li .p-img{
	margin-left: 9px;
	margin-top: 9px;
}

.goods-list li .p-name{
	width: 200px;
	margin: 0 auto;
	margin-top: 20px;
}

.goods-list li .p-name a{
	width: 200px;
	height: 36px;
	line-height: 18px;
	overflow: hidden;
	text-align: left;
	overflow-wrap: break-word;
	white-space: normal;
	word-break: break-all;
	
	display: -webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}

.goods-list li .p-price{
	width: 200px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
}

.sj-pd-price-box{
	color: #db3d1a;
	text-align: left !important;
}

.wrap-select .hd{
	background: #fff;
	padding: 0;
}

.wrap-select .hd strong{
	color: #db3d1a;
	text-indent: 30px;
}

.wrap-select .bd{	/*20180110*/
	background: #fff;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.goods-attrs{	/*20180110*/
	font-size: 14px;
	padding-bottom:16px ;
	border-bottom: 1px solid #e5e5e5 !important; 	
	width: 1160px;
	margin: 0 auto;
	border-left:0;
	border-right:0 ;
}

.goods-attrs:last-child{	/*20180110*/
	border-bottom: 0 !important; 	
}

.goods-attrs .ckey{
	font-weight: normal;
	line-height: 32px;
	text-align: left;
	text-indent: 30px;
	color: #666;
}


.goods-attrs span.more{
	color: #333;
	width: auto;
}

.goods-attrs .s-more{
	font-size: 12px;
	width: 950px;	/*20180110*/
}

.goods-attrs .cvalue a{
	padding: 0 15px;
	line-height: 32px;
	color: #666;
}

.goods-attrs .cvalue a:hover, 
.goods-attrs .cvalue a.curr {
    background: #db3d1a;
    color: #fff !important;
}

.wrap-filter{
	padding: 0;
	height: 54px;
	background: #fff;
}

.wrap-filter .cvalue a{
	width: 72px;
	height: 32px;
	line-height: 32px;
	padding: 0;
	text-align: center;
	background: #F2F2F2;
	margin-right: 10px;
	padding: 0 5px; 	/* 20170929 */
}


.wrap-filter .cvalue a.curr{
	background: #db3d1a;
	border: 1px solid #db3d1a;
}

.wrap-filter .cvalue a:hover {
	color: #db3d1a;
	border: 1px solid #db3d1a;
}

.wrap-filter .ckey{
	color: #666;
	font-size: 14px;
	line-height: 54px;
	text-indent: 30px;
	width: 88px;
}

.wrap-filter .cvalue{
	margin-top: 10px;
}

.wrap-filter .ch-checkbox{
	padding-top: 0;
	height:54px;
	line-height: 54px;
	margin-left: 40px;
	color: #666;
}

.wrap-filter .ch-checkbox .ch-checkbox-gp{
	margin-left: 20px;
}

.wrap-filter .ch-checkbox .ch-checkbox-gp span{
	line-height: 54px;
	display: inline-block;
}

.wrap-filter .ch-checkbox .ch-checkbox-gp .ck-box{
	width: 13px;
	height: 13px;
	overflow: hidden;
	margin-top: 21px;
	margin-right: 5px;
	float: left;
}

.wrap-filter .pronum{
	line-height: 28px;
	margin-top: 13px;
	margin-right: 30px;
}
.wrap-filter .pronum span{
	color:#db3d1a;
}

.c-pagination .active{
	background: #db3d1a;
	border: 1px solid #db3d1a;
}

.c-pagination a:hover{
	border: 1px solid #db3d1a;
	color: #db3d1a;
}

a.btn-orange{
	background: #db3d1a;
}

.c-pagination a.c-btn:hover{
	background: #db3d1a;
}

.c-pagination a, .c-pagination span{
	background: #fff;
}

.c-pagination a.c-btn{
	background: #db3d1a;
}

.c-pagination{
	margin-bottom: 20px;
}

.goods-attrs span.more{
	color: #666;
	border: 0;
	background: #fff;
	margin-top: 22px;
}

.goods-attrs span.more .plus{
	height: 18px;
	width: 20px;
	display: block;
	float: right;
	margin-top: 2px;
}

.goods-list li .p-name span{
	color:#db3d1a;
}

/* 20170920 */
.goods-list li .p-price .p-price-c{
	color:#db3d1a;
	font-size:14px; /* 20170929 */
	line-height: 30px;
	/* margin-bottom: 9px; */
	display: block;
}