.product-block{float:left;width:48.5%;margin-bottom:3%;position:relative;
    margin-right:3%;
    overflow:hidden;}
.product-block .product-image{position:relative;width:100%;padding-bottom:100%;}
.product-block:nth-child(2n){margin-right:0;}

.product-block .product-image img{position:absolute;top:0;left:0;height:100%;width:100%;}
.product-block .product-text{
    padding:20px;
}
.product-block .product-name{
    height:32px;font-size:18px;line-height:32px;
    overflow: hidden;/*溢出隐藏*/
    text-overflow: ellipsis;/*文本溢出省略号*/
    white-space: nowrap;/*不换行*/
    text-align:center;
}
.product-block .product-tags{
    height:32px;line-height:32px;color:#999999;font-size:14px;
    overflow: hidden;/*溢出隐藏*/
    text-overflow: ellipsis;/*文本溢出省略号*/
    white-space: nowrap;/*不换行*/
    text-align:center;
}
.product-block .like-block{
    background-color:#F54343;
    color:#ffffff;z-index:5;
    height:32px;border-radius:16px;line-height:32px;font-size:18px;
    position:absolute;top:6px;right:6px;display:flex;justify-content: center;align-items:center;padding:0 15px;;
}
.product-block .like-block:hover{
    cursor:pointer;
}
.product-block .like-block img{height:20px;margin-right:3px;}