/*产品列表*/
.vr-store{width:100%; margin:0% 0;padding-top:1%;}
.vr-store li{ float:left; width:32%;background:#f5f5f5;margin: 0 0.5% 1% 0.5%;}
.vr-store li .thumb{ position:relative; max-height:363px; overflow:hidden;}
.vr-store li .thumb .pic{ display:block; width:100%;}
.vr-store li .item{ padding:5%;}
.vr-store li .item h3{font-size:15px; color:#55504f;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}

/*以下代码是自适应样式*/

@media screen and (max-width:1320px){}
@media screen and (max-width:1178px){
.vr-store li{width:49.5%;margin: 0 0.25% 1% 0.25%;}
}
@media screen and (max-width:800px){
.vr-store li{width:48%;margin:1%}
.vr-store li .item h3{font-size:14px;}
}



