.goods{width: 100%;overflow: hidden; padding: 10px 4px; border: #a5e471 1px solid; box-sizing: border-box;}
.product-item{
    float: left;
    width: 229px;
    height: 462px;
    border: 1px solid #ddd;
    margin-right: 11px;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 10px 10px 8px;
    overflow: hidden;
    cursor: pointer;
}
.product-item .img-box {
    width: 210px;
    height: 320px;
    overflow: hidden;
}
.product-item:hover .img-box img{-webkit-transform:scale(1.1) translateZ(0);transform:scale(1.1) translateZ(0);-webkit-transition:-webkit-transform .75s cubic-bezier(0,1,.75,1);transition:-webkit-transform .75s cubic-bezier(0,1,.75,1);transition:transform .75s cubic-bezier(0,1,.75,1);transition:transform .75s cubic-bezier(0,1,.75,1),-webkit-transform .75s cubic-bezier(0,1,.75,1)}
.product-item .img-box img{-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0);-webkit-transition:-webkit-transform .75s cubic-bezier(0,1,.75,1);transition:-webkit-transform .75s cubic-bezier(0,1,.75,1);transition:transform .75s cubic-bezier(0,1,.75,1);transition:transform .75s cubic-bezier(0,1,.75,1),-webkit-transform .75s cubic-bezier(0,1,.75,1);width:100%;height:100%;-o-object-fit:cover;object-fit:cover}
.product-item .name {font-style: normal;font-size: 16px;color: #333;line-height: 26px;overflow: hidden;}
.product-item .name .ellipsis {display: inline-block;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;width: 120px;}
.product-item .address {font-size: 12px;color: #666;line-height: 16px;}
.product-item .user-name {
    font-size: 12px;
    color: #333;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 17em;
    height: 20px;
    white-space: nowrap;
}
.product-item .price {
    line-height: 22px;
}
.product-item .price span {
    color: #f8801b;
    font-weight: 600;
    font-size: 18px;
}
.product-item .icon-list .range {
    height: 20px;
    color: #333;
    padding-left: 3px;
    border: 1px solid #45bf23;
    box-sizing: border-box;
    font-style: normal;
    font-size: 12px;
    line-height: 18px;
}
.product-item .icon-list img {
    float: left;
    width: 20px;
    height: 20px;
    border: 0;
}
.product-item:nth-child(4n) {
    margin-right: 0;
}
.product-item .name span {
    font-size: 12px;
    color: #666;
    line-height: 26px;
    padding-left: 6px;
}
