*{
	box-sizing: border-box;
}
img { border:none;max-height: 100%;max-width: 100%;width: auto;height: auto}
@media (max-width:479px){
	
	.list-product{
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -15px;
		margin-left: -15px;
	}
	
	.product-item-last, .product-item{
		-ms-flex: 0 0 49%;
		flex: 0 0 49%;
		max-width: 49%;
		float: none;
		margin-right: 0;
		padding-left: 15px;
		padding-right: 15px;
		height: 210px;
	}
	
	.dis_none_360.clear{
		width: auto;
	}
	
	.list-product .img{
		text-align: center;
		overflow: visible;
		margin: initial;
		border: none;
		border-radius: 0;
	}
	
	.list-product .img img{
		height: initial;
		margin: 0px 0 0 0;
		width: auto;
		max-width: 100%;
	}
	
	.list-product .name a{
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}

@media (max-width:360px){
	.product-item-last, .product-item{
		height: 165px;
	}
}

@media (max-width:320px){
	.product-item-last, .product-item{
		height: 145px;
	}
}