.box2{background: #eee}
.box2 .product{justify-content: flex-start;}
.box2 .product .list{width: 32%;padding: 10px;background: white;margin-bottom: 20px;margin-right:2%}
.box2 .product .list:nth-child(3n){margin-right:0;}
.box2 .product .link{display: block;padding-bottom: 20px;}
.box2 .product .link .pic{box-sizing: border-box;background: white;overflow: hidden;height:270px;text-align:center;}
.box2 .product .link .pic img{max-height:100%;}
.box2 .product .link p{color: black}
.box2 .product .link .p1{font-size: 18px;padding: 15px 0}
.box2 .product .link .p2{font-size: 14px;opacity: 0.8;margin-bottom: 10px}
.box2 .product .link .p3{text-align: left;font-size: 14px;}
.box2 .list:hover{background: rgb(253,201,0);transition: 0.5s}
.box2 .list:hover p{color: white;opacity: 1}
.box2 .list:hover .pic{background: rgb(253,201,0);transition: 0.5s}
.box2 .list:hover .pic img{transform: scale(1.1);transition: 0.5s}
.box2 .list .p3:hover{color: darkred;transition: 0.5s}