/* 页面容器宽度 */
.content-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* 分类筛选区域宽度限制 */
.category-filter {
    max-width: 1200px;
    margin: 0 auto;
}


.content-title {
    color: #333;
    font-size: 20px;
    font-weight: 400;
    font-family: '微软雅黑';
    line-height: 1.4;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    height: auto;
    overflow: visible;
    text-overflow: unset;
    display: block;
}

/* 移动端适配 */
@media (max-width: 768px) {
    .content-container {
        width: 690px;
        margin: 0 auto;
        padding: 0;
    }
    
    .content-title {
        font-size: 35px;
      
        line-height: 1.4;
        height: auto;
        overflow: visible;
        text-overflow: unset;
        display: block;
        letter-spacing: 3px;
        font-weight: 450;
        font-family: "微软雅黑";
    }
    
    /* 移动端分类筛选适配 */
    .category-filter {
        width: 690px;
        margin: 0 auto 20px auto;
        padding: 20px;
    }
    
    .category-title {
        font-size: 35px;
        margin-bottom: 15px;
        letter-spacing: 3px;
    }
    
    .category-subtitle {
        font-size: 25px;
        margin-bottom: 20px;
    }
    
    .filter-buttons {
        gap: 15px;
    }
    
    .filter-btn {
        padding: 8px 20px !important;
        font-size: 22px !important;
        border-radius: 20px !important;
    }
    
    .filter-btn.sub-category {
        margin-left: 20px;
        font-size: 25px !important;
        padding: 8px 20px !important;
        border-radius: 18px !important;
    }
    
    /* 移动端分页适配 */
    .pagination-container {
        width: 690px;
        margin: 30px auto;
        text-align: center;
    }
    
    .pagination {
        display: inline-flex;
        gap: 10px;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .page-link {
        padding: 15px 20px;
        border: 2px solid #e9ecef;
        background: white;
        color: #495057;
        border-radius: 10px;
        text-decoration: none;
        font-weight: 500;
        transition: all 0.3s ease;
        min-width: 50px;
        text-align: center;
        font-size: 25px;
    }
    
    .page-link:hover {
        border-color: #667eea;
        color: #667eea;
        transform: translateY(-2px);
    }
    
    .page-link.active {
        background: #667eea;
        border-color: #667eea;
        color: white;
    }
    
    .page-link.prev,
    .page-link.next {
        background: #f8f9fa;
        border-color: #dee2e6;
        font-size: 25px;
        padding: 15px 25px;
    }
    
    .page-link.prev:hover,
    .page-link.next:hover {
        background: #667eea;
        border-color: #667eea;
        color: white;
    }
}

/* 分类筛选样式优化 */
.category-filter {
    background: white;
    padding: 20px;
    margin: 0 auto 30px auto;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    width: 1200px;
    box-sizing: border-box;
}

.category-title {
    color: #2c3e50;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.category-subtitle {
    color: #6c757d;
    font-size: 13px;
    margin: 0 0 15px 0;
}

.filter-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.filter-btn {
    padding: 6px 12px;
    border: 1px solid #dee2e6;
    background: white;
    color: #495057;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-block;
}

.filter-btn:hover {
    border-color: #667eea;
    color: #667eea;
}

.filter-btn.active {
    background: #667eea;
    border-color: #667eea;
    color: white;
}

/* 子分类样式 */
.filter-btn.sub-category {
    margin-left: 10px;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 12px;
}

/* 分页样式优化 */
.pagination-container {
    width: 1200px;
    margin: 30px auto;
    text-align: center;
}

.pagination {
    display: inline-flex;
    gap: 8px;
    align-items: center;
}

.page-link {
    padding: 10px 16px;
    border: 2px solid #e9ecef;
    background: white;
    color: #495057;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    min-width: 44px;
    text-align: center;
}

.page-link:hover {
    border-color: #667eea;
    color: #667eea;
    transform: translateY(-2px);
}

.page-link.active {
    background: #667eea;
    border-color: #667eea;
    color: white;
}

.page-link.prev,
.page-link.next {
    background: #f8f9fa;
    border-color: #dee2e6;
}

.page-link.prev:hover,
.page-link.next:hover {
    background: #667eea;
    border-color: #667eea;
    color: white;
}

/* 空状态样式 */
.empty-state {
    text-align: center;
    padding: 60px 20px;
    color: #6c757d;
}

.empty-state i {
    font-size: 48px;
    margin-bottom: 20px;
    display: block;
}

.empty-state p {
    font-size: 16px;
    margin: 0;
}

/* 加载更多样式 */
.loading-more {
    text-align: center;
    padding: 30px 20px;
}

.loading-spinner {
    color: #667eea;
    font-size: 14px;
    font-weight: 500;
}
