 /* TAG标签云样式 */
    .tag-cloud {
        padding: 30px 0;
        text-align: center;
    }
    .tag-item {
        display: inline-block;
        padding: 8px 20px;
        margin: 0 10px 15px 0;
        background: #f5f9f7;
        border-radius: 30px;
        color: #333;
        text-decoration: none;
        transition: all 0.3s ease;
        border: 1px solid #e8f4f0;
    }
    .tag-item:hover {
        background: #e62022;
        color: #fff;
        transform: translateY(-2px);
    }
    .tag-item.hot {
        background: #ff7043;
        color: #fff;
    }
    .tag-item.hot:hover {
        background: #ff5722;
    }
    /* TAG分类样式 */
    .tag-category {
        margin-bottom: 40px;
    }
    .tag-category h3 {
        font-size: 18px;
        color: #212121;
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 2px solid #e0f2f1;
    }
    /* 标签统计 */
    .tag-stats {
        margin-bottom: 30px;
        padding: 15px;
        background: #f8fff9;
        border-left: 4px solid #4CAF50;
    }
    .tag-stats p {
        margin: 0;
        color: #555;
    }
    /* 移除v-main后调整布局 */
    .content-main {
        padding: 20px 0;
    }