﻿@media all and (min-width:360px){
	#products .list .item ul .img{height:163px;}/*360×0.98÷2×0.94-2=167.344*/
}
@media all and (min-width:420px){
	#products .list .item ul .img{height:191px;}
}
@media all and (min-width:480px){
	#products .list .item ul .img{height:219px;}
}