.bodyConent{width:100%;height:auto;position:relative;margin:0;padding:0;background-size:100% 100%;-webkit-background-size:100% 100%;-ms-background-size:100% 100%;-o-background-size:100% 100%;}
 
.backgroundSize{background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-ms-background-size:cover;-o-background-size:cover;}
.backgroundSize100{background-size:100% 100%;-webkit-background-size:100% 100%;-moz-background-size:100% 100%;-ms-background-size:100% 100%;-o-background-size:cover;}
 
.boxsizing{box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;}

.warpperContent{width:100%;height:auto;position:relative;margin:0;padding:0;padding-bottom:40px;overflow:hidden;text-align:center;}

.inwarpperContent{width:100%;height:auto;position:relative;margin:0;padding:0;overflow:hidden;background:url(../app/images/fridgeFeature/bg.png) center no-repeat;}
 
.frow{width:100%;max-width:1280px;height:auto;position:relative;margin:0 auto;padding:0;overflow:hidden;}
.inFrow{width:100%;height:auto;position:relative;margin:0;overflow:hidden;padding-top:40px;padding-bottom:180px;}
@media screen and (max-width: 1600px){
	.frow{width:100%;}
}
.categoryItem{display:inline-block;padding:0 5px 0 5px;width:257px;overflow:visible;vertical-align:top;}
.categoryItem a{display:block;text-decoration:none;}
.categoryItem img{display:block;margin:0 auto;margin-bottom: 20px;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;max-width:100%;border:none;}
.categoryItem span {
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}
.categoryItem:hover span {
  text-decoration: underline;
}
.categoryItem:hover img {
  opacity: 0.75;
}