.home-productcate {margin-top:30px;}
.home-productcate *{box-sizing:border-box}
.home-productcatetags {display:flex;justify-content:center;flex-wrap:wrap;}
.home-productcatetags li {min-width:25%;text-align:center;display:flex;align-items:center;justify-content:center;border:1px solid #eee;margin:10px;padding:15px 10px;font-size:18px;font-weight:bold;cursor:pointer;}
.home-productcatetags li.active,.home-productcatetags li:hover {border-color:var(--color);color:var(--color);}
.home-productcateitem {display:none;}
.home-productcateitem.active {display:block;}
@media (max-width:1080px){.home-productcatetags {justify-content:space-between;}
.home-productcatetags li{width:32%;margin:10px 0;font-size:16px}}
@media (max-width:768px){.home-productcate {margin-top:10px;}
.home-productcatetags li{width:48%;font-size:15px;line-height:1.3;padding:10px;margin:5px 0}}