@media (max-width: 992px) {
	.crumbs-nav{
		margin-top: 0px;
		padding:0px;
	}
	.crumbs-nav:nth-child(1){
		margin-top: 60px;
	}
	.crumbs-nav .crumbs-nav-main:nth-child(1){
		display: none;
	}
	.w1390 {
	    width: 100%;
	}
	.filter{
		height: auto;
	}
	.filter-wrap{
		height: auto;
		float:none;
	}
	.filter-wrap .filter-sort a{
		border: 0px;
		width: 100%;
		padding: 10px;
		float: none;
	}
	.filter-wrap .filter-sort{
		width: 100%;
		float: none;
	}
	.goods-list{
		width: 100%;
	}
	.g-view{
		width: 100%;
	}
	.goods-list .gl-item{
		width: 50%;
	}
	.gl-i-wrap .p-img{
		width: 100%;
		height: auto;
	}
	.goods-list .no_records{
		padding: 0px;
		height:auto;
		padding: 10px;
		margin: 0px;
	}
	
}

.search-goods-name span{
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	font-size: 1rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	color: #333;
	font-family: "Camphor Pro",sans-serif;
}
.gl-i-wrap .p-name a{
	height: 55px;
	font-size: 16px;
}