.section .content .title{font-size:.6rem;color:#2E2E2E;font-weight:500}
.section .content .desc{font-size:.4rem;color:#2E2E2E;margin-top:22px}
.section .content .crip{font-size:.2rem;color:#696969;margin-top:.22rem}
.section .content{padding-top:.8rem}
.section .w1000{max-width:1200px}
.product-list{display:flex;justify-content:space-between;align-items:center;padding:.6rem 0}
.product-list .item{flex:1}
.product-list .item .box{border:1px solid #CECECE;width:3.45rem;margin:0 auto;transition:all .3s ease}
.product-list .item .box:hover{transform:scale(1.1);background-color:#F5F5F5}
.product-list .item .box .imgbox{padding:.28rem 0}
.product-list .item .box .imgbox img{height:2.4rem}
.product-list .item .box .bot{font-size:14px;border-top:solid 1px #CECECE;padding:.35rem 0}
.product-list .item .box .bot .name{color:#696969;font-size:.2rem}
.product-list .item .box .bot .btn-link{font-size:.16rem;border-color:#696969;color:#696969;margin-top:.28rem}
.product-list .item .box .bot .btn-link:hover{border-color:#2E2E2E;color:#2E2E2E}
@media screen and (max-width:768px){.section .content .title{font-size:1.2rem}
.section .content .desc{font-size:.8rem;margin-top:.5rem}
.section .content .crip{font-size:.6rem;margin-top:.6rem}
.product-list{margin-top:.4rem;justify-content:space-between;align-content:space-between;flex-wrap:wrap}
.product-list.column{flex-direction:column;flex-wrap:nowrap}
.product-list .item{margin-bottom:30px}
.product-list .item .box{width:8rem}
.product-list .item .box .imgbox{padding:1rem 0}
.product-list .item .box .imgbox img{height:5rem}
.product-list .item .box .bot .name{font-size:.6rem}
.product-list .item .box .bot .btn-link{font-size:.4rem;margin:.4rem 0}
}