.target-quick-box{min-height:258px}

.target-category-columns{display:grid;grid-template-columns:minmax(0,780px) minmax(330px,1fr);gap:36px;align-items:start}
.target-category-left,.target-category-right{display:flex;min-width:0;flex-direction:column;gap:14px}
.target-category-head{min-height:222px;padding:0 20px 18px}
.target-category-head .breadcrumbs{height:52px;display:flex;align-items:center;gap:8px;border-bottom:1px solid var(--line);color:#8b9098;font-size:12px}
.target-category-head .breadcrumbs b{color:#555}
.target-related-cats{display:grid;grid-template-columns:105px minmax(0,1fr);gap:10px;padding-top:18px}
.target-related-cats>strong{font-size:15px}
.target-related-cats>div{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:11px 8px}
.target-related-cats a{overflow:hidden;color:#707781;font-size:12px;text-overflow:ellipsis;white-space:nowrap}
.target-related-cats a:hover{color:var(--blue)}
.target-category-quick{min-height:122px;padding:17px 16px;overflow:hidden}
.target-category-quick .quick-software-grid{grid-template-columns:repeat(9,minmax(0,1fr));gap:7px}
.target-category-quick .quick-software-grid .software-icon{width:57px;height:57px;border-radius:11px}
.target-category-quick .quick-software-grid a{gap:6px}
.target-category-list{overflow:hidden}
.target-category-list .tab-title{height:58px}
.target-category-list .tab-title h1{font-size:18px}
.target-category-list .tab-title>div{display:flex;gap:18px}
.target-category-list .tab-title>div a{color:#888;font-size:12px}
.target-category-list .tab-title>div a:first-child{color:var(--blue)}
.target-category-list .category-desc{margin:0;padding:12px 18px;border-bottom:1px solid var(--line);background:#fbfcfe;color:#90969e;font-size:12px}
.target-category-recent{overflow:hidden}
.target-category-recent .box-title{height:53px}
.target-category-recent .quick-software-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:17px 8px;padding:18px 13px 20px}
.target-category-recent .quick-software-grid .software-icon{width:58px;height:58px;border-radius:11px}
.target-category-recent .quick-software-grid a{gap:6px}
.target-category-recent .quick-software-grid span:last-child{font-size:11px}
.target-hot-search{overflow:hidden}
.target-hot-search>div:last-child{display:flex;flex-wrap:wrap;gap:10px 8px;padding:16px}
.target-hot-search>div:last-child a{padding:5px 11px;border:1px solid #e7ebef;background:#fafbfd;color:#707984;font-size:12px}
.target-hot-search>div:last-child a:hover{border-color:#b9d6f7;color:var(--blue)}

@media(max-width:900px){
  .target-category-columns{grid-template-columns:1fr;gap:14px}
  .target-category-right{display:grid;grid-template-columns:1fr 1fr}
  .target-category-recent .quick-software-grid{grid-template-columns:repeat(4,1fr)}
  .target-related-cats>div{grid-template-columns:repeat(4,minmax(0,1fr))}
}

@media(max-width:560px){
  .target-quick-box{min-height:0}
  .target-category-head{min-height:0;padding:0 13px 15px}
  .target-related-cats{grid-template-columns:1fr;padding-top:14px}
  .target-related-cats>div{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}
  .target-category-quick{min-height:0;padding:13px 10px;overflow-x:auto}
  .target-category-quick .quick-software-grid{width:650px;grid-template-columns:repeat(9,66px)}
  .target-category-quick .quick-software-grid .software-icon{width:48px;height:48px}
  .target-category-right{display:block}
  .target-category-recent{margin-bottom:12px}
  .target-category-recent .quick-software-grid{grid-template-columns:repeat(4,1fr);gap:14px 5px;padding:15px 8px}
  .target-category-recent .quick-software-grid .software-icon{width:48px;height:48px}
  .target-hot-search{display:none}
}
