.product .category{justify-content:center}.product .category a{padding:2px 10px;border:1px solid #0064db;border-radius:2px;color:#0064db}.product .category a:hover,.product .category a.active{background-color:#0064db;color:#fff}.product .list{gap:20px}.product .list .item{width:calc((100% - 20px * 3) / 4)}.product .list .item a{color:#333}.product .list .item a.img{width:100%;height:200px}.product .list .item a.img img{width:100%;height:100%;object-fit:cover}.detail-content .title{color:#8a8a8a}.detail-content .title h2{font-size:24px;text-align:left;margin-bottom:0px;color:#333}.detail-content .title b{font-weight:normal}.detail-content .content{line-height:1.6em}.detail-content .content img{max-width:100%}.detail-content .prev-next span{color:#999}@media (max-width:768px){.product .category{justify-content:center}.product .category a{padding:2px 5px}.product .list{gap:10px}.product .list .item{width:calc((100% - 10px * 1) / 2)}.product .list .item a.img{height:130px}}