/* ==================== 网站寄售列表页 ==================== */

/* 网站寄售-筛选 */
.ws-filters { background: #fff; border: 1px solid #EBEEF5; border-radius: 8px; padding: 12px 16px; margin-bottom: 16px; }
.fm-label { font-size: 13px; color: #909399; margin-right: 10px; font-weight: 500; }
.ws-filters a { display: inline-block; font-size: 13px; color: #606266; text-decoration: none; padding: 4px 12px; margin-right: 6px; margin-bottom: 3px; border-radius: 16px; transition: all 0.2s; }
.ws-filters a:hover { color: #67C23A; background: #f0f9eb; }
.ws-filters a.cur { color: #fff; background: #67C23A; }

/* 网站寄售-列表 */
.ws-grid { margin-bottom: 16px; display: flex; flex-wrap: wrap; margin-right: -8px; }
.ws-cell { width: 33.33%; box-sizing: border-box; padding: 0 8px 8px 0; }
.ws-card { display: flex; flex-direction: column; height: 100%; background: #fff; border: 1px solid #EBEEF5; border-radius: 8px; overflow: hidden; text-decoration: none; color: inherit; transition: all 0.3s; }
.ws-card:hover { box-shadow: 0 6px 24px rgba(103,194,58,0.12); transform: translateY(-3px); border-color: #c2e7b0; text-decoration: none; color: inherit; }
.ws-thumb { height: 150px; overflow: hidden; background: #f0f9eb; }
.ws-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.ws-card:hover .ws-thumb img { transform: scale(1.05); }
.ws-body { padding: 14px 16px; flex: 1; display: flex; flex-direction: column; }
.ws-title-row { display: flex; align-items: center; gap: 6px; margin-bottom: 6px; }
.ws-title { font-size: 15px; color: #303133; font-weight: 600; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; line-height: 1.4; }
.ws-card:hover .ws-title { color: #67C23A; }
.ws-type { flex-shrink: 0; font-size: 11px; color: #fff; background: #67C23A; padding: 2px 8px; border-radius: 10px; line-height: 16px; font-weight: 500; }
.ws-domain { display: block; font-size: 13px; color: #909399; margin-bottom: 8px; }
.ws-domain i { margin-right: 4px; opacity: 0.6; }
.ws-stats { display: flex; gap: 12px; font-size: 12px; color: #aaa; margin-top: auto; margin-bottom: 10px; flex-wrap: wrap; }
.ws-stat-item { color: #909399; }
.ws-stat-item i { margin-right: 2px; opacity: 0.7; }
.ws-bottom { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; padding-top: 10px; border-top: 1px solid #f5f5f5; }
.ws-price { font-size: 20px; font-weight: 700; color: #F56C6C; }
.ws-old { font-size: 13px; color: #bbb; text-decoration: line-through; }
.ws-income { font-size: 12px; color: #67C23A; margin-left: auto; font-weight: 600; }
.ws-income i { margin-right: 3px; }

/* 公用侧边卡片 */
.side-card { background: #fff; border: 1px solid #EBEEF5; border-radius: 8px; padding: 16px 20px; }
.side-card h4 { margin: 0 0 12px; font-size: 15px; color: #303133; padding-bottom: 10px; border-bottom: 1px solid #f0f0f0; }
.side-btn { display: block; text-align: center; background: #67C23A; color: #fff; font-size: 15px; padding: 10px 0; border-radius: 4px; text-decoration: none; }
.side-btn:hover { background: #5daf34; color: #fff; }
.sb-mb { margin-bottom: 16px; }

/* 排名列表 */
.rank-list { margin: 0; padding: 0; list-style: none; }
.rank-list li { display: flex; align-items: center; padding: 8px 0; border-bottom: 1px dashed #f5f5f5; }
.rank-list li:last-child { border-bottom: 0; }
.rank-list li .rn { width: 18px; height: 18px; line-height: 18px; text-align: center; font-size: 12px; color: #fff; background: #c0c4cc; border-radius: 4px; flex-shrink: 0; margin-right: 10px; }
.rank-list li:nth-child(1) .rn,
.rank-list li:nth-child(2) .rn,
.rank-list li:nth-child(3) .rn { background: #67C23A; }
.rank-list li a { flex: 1; text-decoration: none; color: #606266; font-size: 13px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.rank-list li a:hover { color: #67C23A; }
.rank-list li .rp { flex-shrink: 0; color: #F56C6C; font-weight: 500; margin-left: 8px; font-size: 13px; }

/* 空状态 */
.empty-state { padding: 60px 20px; text-align: center; color: #909399; background: #fff; border: 1px solid #EBEEF5; border-radius: 8px; }
.empty-state i { font-size: 56px; display: block; margin-bottom: 16px; color: #DCDFE6; }
.empty-state p { margin: 0; font-size: 14px; }

/* 网站-详情 */
.ws-detail { background: #fff; border: 1px solid #eee; border-radius: 4px; padding: 28px 30px; margin-bottom: 16px; }
.wsd-header { margin-bottom: 16px; }
.wsd-title { margin: 0 0 8px; font-size: 22px; font-weight: 600; color: #222; }
.wsd-tags { display: flex; gap: 6px; }
.wtg { display: inline-block; font-size: 11px; color: #888; background: #f5f5f5; padding: 1px 8px; border-radius: 2px; }

.wsd-price-box { background: #f0f9eb; border: 1px solid #c2e7b0; border-radius: 4px; padding: 16px 20px; margin-bottom: 20px; display: flex; align-items: center; gap: 12px; }
.wsd-price { font-size: 26px; font-weight: 700; color: #67C23A; }
.wsd-old { font-size: 14px; color: #bbb; text-decoration: line-through; }
.wsd-actions { margin-left: auto; display: flex; gap: 10px; }
.wsd-btn { display: inline-block; background: #67C23A; color: #fff; font-size: 14px; padding: 8px 22px; border-radius: 4px; text-decoration: none; border: none; cursor: pointer; }
.wsd-btn:hover { background: #5daf34; color: #fff; }
.wsd-btn2 { display: inline-block; border: 1px solid #ccc; color: #555; font-size: 14px; padding: 8px 22px; border-radius: 4px; text-decoration: none; }
.wsd-btn2:hover { color: #67C23A; border-color: #67C23A; }

.wsd-section { margin-bottom: 22px; }
.wsd-section h3 { margin: 0 0 12px; font-size: 16px; font-weight: 600; color: #333; padding-left: 8px; border-left: 3px solid #67C23A; }
.wsd-info-grid { display: flex; flex-wrap: wrap; }
.wsi-item { width: 50%; box-sizing: border-box; padding: 8px 12px 8px 0; }
.wsi-item label { display: block; font-size: 12px; color: #bbb; margin-bottom: 2px; }
.wsi-item span { font-size: 14px; color: #333; }
.wsd-content { font-size: 14px; color: #555; line-height: 1.8; }
.wsd-content p { margin-bottom: 12px; }

.wsd-shop-bar { background: #fff; border: 1px solid #eee; border-radius: 4px; padding: 14px 18px; display: flex; align-items: center; }
.wsb-left { display: flex; align-items: center; gap: 10px; }
.wsb-left img { width: 40px; height: 40px; border-radius: 50%; border: 1px solid #eee; }
.wsb-name { font-size: 14px; color: #333; margin-right: 8px; }
.wsb-lv { font-size: 11px; color: #d46b08; border: 1px solid #ffd591; background: #fffbe6; padding: 0 6px; border-radius: 2px; }

/* 网站-侧栏推荐 */
.side-ws-list { margin: 0; padding: 0; list-style: none; }
.side-ws-list li { padding: 8px 0; border-bottom: 1px dashed #f5f5f5; }
.side-ws-list li:last-child { border-bottom: 0; }
.side-ws-list li a { display: flex; justify-content: space-between; text-decoration: none; color: #555; font-size: 13px; }
.side-ws-list li a:hover { color: #67C23A; }
.swl-name { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.swl-price { flex-shrink: 0; color: #F56C6C; font-weight: 500; margin-left: 8px; }

@media (max-width: 992px) { .ws-cell { width: 50%; } }
@media (max-width: 768px) {
  .ws-cell { width: 100%; padding-right: 0; }
  .ws-detail { padding: 16px; }
  .wsd-title { font-size: 18px; }
}
