.recommend{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px 10px}
.recommend a{display:flex;min-width:0;flex-direction:column;gap:0;padding:0;border:0;text-align:center}
.recommend a:first-child{border:0}
.recommend img{width:100%;height:auto;aspect-ratio:1;border-radius:20%;object-fit:cover}
.recommend span{display:flex;width:100%;min-width:0;gap:4px;margin-top:7px}
.recommend b{width:100%;font-size:12px;font-weight:500;line-height:1.35}
.recommend small{font-size:10px;line-height:1.25;white-space:nowrap}
.recommend i{display:none}
@media(max-width:380px){.recommend{gap:15px 8px}.recommend b{font-size:11px}.recommend small{font-size:9px}}
