@media only screen and(min-device-height : 640px)   and (max-device-height : 900px){
	.categorysView-add .categorysList,
	.categorysView-chose .categorysList{
		min-height:100px;
		max-height:312px;
	}
}
@media only screen and(min-device-height : 900px){
	.categorysView-add .categorysList,
	.categorysView-chose .categorysList{
		min-height:120px;
		max-height:352px;
	}
}