﻿@charset "utf-8";

.productItemBox{
    width:49%;
    /*padding-bottom:65%;
    height:0px;*/
    margin-bottom:7px;
    background-color:#fff;
    border-radius:5px;
    overflow:hidden;
}
.productListBox{
    padding:8px;
    padding-bottom:0px;
    box-sizing:border-box;
    background-color:#f4f4f4;
    flex-wrap:wrap;
}
.productImgBox{
    width:100%;
    height:0;
    padding-bottom: 80%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
}
.productTitleBox{
    padding:0px 6px;
    box-sizing:border-box;
}
.productTitle{
    font-size:16px;
    padding:15px 0px;
}
.productInfo{
    padding:3px 0px;
}
.productInfo span{
    font-size:12px;
    color:#999;
}
