.home-product{display: flex;flex-wrap: wrap;padding:3% 2%}
.home-product-grid{width:33.33%;position: relative;margin-bottom:2%;padding:0 1%;}
.home-product-grid > div{position: relative;padding-bottom: 140.232558%;}
.home-product-con{position:absolute;left:0;top:0;width:100%;height:100%;padding:10px 10px 0 10px;border: 1px solid #FFEB98;border-radius: 15px;overflow: hidden;}
.home-product-img{width:100%;padding-bottom: 100%;position: relative;}
.home-product-img > div{position: absolute;width:100%;height:100%;left:0;top:0;overflow: hidden;background:#fafafa;border-radius: 10px;}
.home-product-img > div img{width:100%;}
.home-product-title{margin-top:3%;color:#454545;font-size: 32px;}
.home-product-desc{margin-top:1%;color:#7A7A7A;font-size: 24px;}
.home-product-more{margin-top:3%;color:#9A5F42;font-size: 24px;text-decoration: none;}
.home-product-more:hover{text-decoration: none;color:#9A5F42;}