/* 面包屑 */
.breadcrumb-bar { background: #fff; border-bottom: 1px solid #f0f0f0; }
.breadcrumb-bar .container { padding: 12px 0; font-size: 13px; color: #999; }
.breadcrumb-bar a { color: #666; }
.breadcrumb-bar a:hover { color: #f26a1b; }
.breadcrumb-bar .sep { margin: 0 6px; color: #ccc; }
.breadcrumb-bar .cur { color: #333; font-weight: 500; }

.main { padding: 18px 0; }
.main-center { float: left; width: 900px; }
.main-right { float: right; width: 280px; }

/* 筛选条 */
.filter-bar { background: #fff; border-radius: 12px; box-shadow: 0 12px 34px rgba(20,28,40,.07); padding: 16px 18px; margin-bottom: 18px; }
.filter-row { display: flex; align-items: flex-start; gap: 0; margin-bottom: 10px; font-size: 13px; }
.filter-row:last-child { margin-bottom: 0; }
.filter-label { color: #999; width: 56px; flex-shrink: 0; padding-top: 3px; }
.filter-opts { display: flex; flex-wrap: wrap; gap: 8px; flex: 1; }
.filter-opts a { padding: 3px 12px; color: #666; border-radius: 4px; border: 1px solid transparent; }
.filter-opts a:hover, .filter-opts a.on { background: #fff4ec; color: #f26a1b; border-color: #ffd4c2; }
.filter-sort { display: flex; align-items: center; gap: 0; }
.filter-sort .sort-item { padding: 5px 15px; border: 1px solid #e8e8e8; border-right: none; font-size: 13px; color: #666; cursor: pointer; background: #fff; }
.filter-sort .sort-item:last-child { border-right: 1px solid #e8e8e8; border-radius: 0 4px 4px 0; }
.filter-sort .sort-item:first-child { border-radius: 4px 0 0 4px; }
.filter-sort .sort-item.on { background: #f26a1b; color: #fff; border-color: #f26a1b; }

/* 列表 */
.list-head { display: flex; justify-content: space-between; align-items: center; padding: 12px 18px; border-bottom: 1px solid #f5f5f5; font-size: 13px; color: #999; }
.list-head .total { color: #333; font-weight: 500; }
.list-head .total em { color: #f26a1b; font-style: normal; font-weight: bold; }

.list-item { display: flex; gap: 16px; padding: 16px 18px; border-bottom: 1px dashed #f0f0f0; background: #fff; }
.list-item:last-child { border-bottom: none; }
.list-item:hover { background: #fffbf9; }
.list-item.top-item { background: #fff8f4; }
.item-img { width: 140px; height: 100px; background: #f5f5f5; border-radius: 8px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; color: #bbb; font-size: 12px; overflow: hidden; }
.item-img img { width: 100%; height: 100%; object-fit: cover; }
.item-body { flex: 1; display: flex; flex-direction: column; justify-content: space-between; min-height: 100px; }
.item-title-row { display: flex; align-items: flex-start; gap: 8px; margin-bottom: 6px; }
.item-badge { display: inline-block; padding: 1px 6px; font-size: 11px; border-radius: 4px; flex-shrink: 0; margin-top: 3px; }
.badge-top { background: #f26a1b; color: #fff; }
.badge-rec { background: #2c8b68; color: #fff; }
.badge-new { background: #e74c3c; color: #fff; }
.item-title { font-size: 15px; font-weight: bold; color: #333; line-height: 1.5; }
.item-title:hover { color: #f26a1b; }
.item-desc { font-size: 13px; color: #888; line-height: 1.7; margin-bottom: 6px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.item-meta { display: flex; justify-content: space-between; align-items: center; font-size: 12px; color: #999; }
.item-meta .cat-tag { color: #f26a1b; margin-right: 10px; }
.item-price { font-size: 16px; font-weight: bold; color: #e74c3c; }
.item-price.face { color: #999; font-size: 14px; font-weight: normal; }

/* 分页 */
.pagination { padding: 20px 18px; display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.pagination a, .pagination span { display: inline-block; padding: 6px 12px; border: 1px solid #e8e8e8; color: #666; font-size: 13px; border-radius: 4px; background: #fff; }
.pagination a:hover { background: #fff4ec; color: #f26a1b; border-color: #ffd4c2; }
.pagination .cur-page { background: #f26a1b; color: #fff; border-color: #f26a1b; }
.pagination .disabled { color: #ccc; cursor: default; }
.pagination .page-info { color: #999; border: none; background: none; }
.pagination .dots { border: none; background: none; color: #999; padding: 6px 4px; }

/* 排行 */
.rank-list li { padding: 10px 15px; border-bottom: 1px dashed #f0f0f0; font-size: 13px; color: #555; cursor: pointer; display: flex; align-items: center; gap: 8px; }
.rank-list li:last-child { border-bottom: none; }
.rank-list li:hover { color: #f26a1b; background: #fffbf9; }
.rank-num { display: inline-block; width: 18px; height: 18px; background: #f0f0f0; color: #666; font-size: 11px; text-align: center; line-height: 18px; border-radius: 4px; flex-shrink: 0; }
.rank-list li:nth-child(-n+3) .rank-num { background: #f26a1b; color: #fff; }

@media(max-width:1220px){.main-center{width:720px}}
