* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            background: linear-gradient(145deg, #eef2f7 0%, #e2e8f0 100%);
            font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, 'Microsoft YaHei', 'PingFang SC', Roboto, sans-serif;
            line-height: 1.5;
            padding: 0;
        }
        .zhaopin_container {
            max-width: 1200px;
            margin: 20px auto;
            background: #ffffff;
            border-radius: 6px;
            overflow: hidden;
            transition: all 0.2s ease;
        }
        .zhaopin_header {
            padding: 40px 32px 32px;
            text-align: center;
            position: relative;
            background: linear-gradient(135deg, #14d388 0%, #1ca16d 100%);
            border-bottom: 1px solid rgba(16, 185, 129, 0.15);
        }

        .zhaopin_title {
            font-size: 2.6rem;
            font-weight: 700;
            color: #fff;
            letter-spacing: -0.3px;
            margin-bottom: 12px;
            display: inline-block;
        }

       .zhaopin_subtitle {
            font-size: 0.95rem;
            color: #fff;
            background: rgb(240 249 244 / 30%);
            display: inline-block;
            padding: 5px 18px;
            border-radius: 10px 0 10px 0;
            font-weight: 450;
            margin-bottom: 28px;
            box-shadow: inset 0 0 0 1px rgba(16,185,129,0.2), 0 1px 2px rgba(0,0,0,0.02);
            position: absolute;
            top: 20px;
        }

        /* 优雅搜索框 — 玻璃态 */
        .zhaopin_search_box {
            display: flex;
            justify-content: center;
            max-width: 640px;
            margin: 0 auto;
            background: white;
            border-radius: 60px;
            box-shadow: 0 8px 20px -8px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.02);
            transition: box-shadow 0.2s;
        }
        .zhaopin_search_box:focus-within {
            box-shadow: 0 10px 25px -8px rgba(16,185,129,0.3), 0 0 0 2px rgba(16,185,129,0.3);
        }

        .zhaopin_search_input {
            flex: 1;
            height: 52px;
            padding: 0 24px;
            border: none;
            background: transparent;
            border-radius: 60px 0 0 60px;
            font-size: 0.95rem;
            outline: none;
            color: #1e2f3a;
            font-weight: 450;
        }

        .zhaopin_search_input::placeholder {
            color: #9aaeb9;
            font-weight: 400;
        }

        .zhaopin_search_btn {
            width: 110px;
            background: linear-gradient(105deg, #10b981, #059669);
            color: white;
            border: none;
            border-radius: 60px;
            margin: 4px;
            margin-left: 0;
            font-size: 0.95rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.25s ease;
            letter-spacing: 0.5px;
            box-shadow: 0 1px 2px rgba(0,0,0,0.05);
        }

        .zhaopin_search_btn:hover {
            background: linear-gradient(105deg, #0f9b6e, #048a5a);
            transform: scale(0.97);
            box-shadow: 0 2px 6px rgba(16,185,129,0.3);
        }

        /* ----- 导航栏 现代简约毛玻璃微质感 ----- */
        .zhaopin_nav {
    background: rgb(27 168 113 / 10%);
    padding: 0 32px;
    border-bottom: 1px solid #edf2f7;
    position: relative;
}

        .zhaopin_nav_list {
            display: flex;
            list-style: none;
            gap: 12px;
            height: 60px;
            justify-content: center;
            align-items: center;
        }

        .zhaopin_nav_item {
            padding: 0 20px;
            line-height: 56px;
            font-size: 0.95rem;
            font-weight: 520;
            color: #33475b;
            cursor: pointer;
            position: relative;
            border-radius: 40px;
        }
        
        .zhaopin_nav_item.active {
            color: #fff;
            font-weight: 600;
            height: 45px;
            line-height: 45px;
            background: #079c6d;
        }

        .zhaopin_nav_item:hover,.zhaopin_nav_item.active a {
            color: #fff;
            font-weight: 600;
            height: 45px;
            line-height: 45px;
            background: #079c6d;
        }
        .zhaopin_nav_item:hover a{
            color: #fff;
        }
        /* 三栏主体布局 — 呼吸感 */
        .zhaopin_main {
            display: flex;
            flex-wrap: wrap;
            padding: 32px 28px 40px;
            gap: 28px;
            background: #ffffff;
        }

        /* 左侧分类卡片 — 高级磨砂 */
        .zhaopin_left {
            width: 280px;
            background: #fafdfb;
            border-radius: 6px;
            border: 1px solid #e6f0ec;
            padding: 20px 12px;
            transition: all 0.2s;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
        }

        .zhaopin_box_title {
            font-size: 1.25rem;
            font-weight: 700;
            margin-bottom: 18px;
            padding-bottom: 12px;
            border-bottom: 2px solid #10b981;
            display: inline-block;
            width: auto;
            color: #1f2f3a;
            letter-spacing: -0.2px;
            background: linear-gradient(135deg, #1f2f3a, #2c4b3e);
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
            border-image: none;
            border-bottom: 2px solid #10b981;
            color: #1f2f3a;
            background: none;
            background-clip: unset;
            -webkit-background-clip: unset;
            color: #1f3b2c;
        }

        /* 修正标题风格 */
        .zhaopin_left .zhaopin_box_title,
        .zhaopin_right_card .zhaopin_box_title {
            background: none;
            color: #1d3e30;
            border-bottom: 2px solid #c0e0d4;
            display: block;
            font-size: 1.2rem;
        }

        .zhaopin_category_list {
            list-style: none;
            margin-top: 8px;
            display: flex;
            flex-wrap: wrap;
            margin: 0;
            padding: 0;
        }

        .zhaopin_category_item {
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
    padding: 3px 5px;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 480;
    color: #2d4a3e;
    border-radius: 48px;
    cursor: pointer;
    transition: all 0.2s;
    margin-bottom: 6px;
}

        .zhaopin_category_item a{
            color: #333;
        }
        .zhaopin_category_item a:hover{
            color: #079c6d;
        }
        .zhaopin_category_item a.selected{
            color: #079c6d;
            font-weight: 700;
        }
        /* 中间主内容 — 优雅列表卡片风格 */
        .zhaopin_center {
            flex: 1;
            background: #ffffff;
            border-radius: 6px;
            padding: 8px 8px 12px 8px;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
            border: 1px solid #edf2f1;
        }

        /* 重构招聘列表样式，更有呼吸感 */
        .zhaopin_center .zhaopin_list_item {
            background: #ffffff;
            padding: 16px 20px;
            margin: 6px 0;
            border-radius: 6px;
            transition: all 0.2s;
            border: 1px solid #f0f4f2;
        }

        .zhaopin_center .zhaopin_list_item:hover {
            background: #f9fffc;
            border-color: #cfe9df;
            transform: translateY(-2px);
            box-shadow: 0 8px 18px -10px rgba(16,185,129,0.12);
        }

        .zhaopin_list_item a {
            text-decoration: none;
            font-weight: 520;
            font-size: 1rem;
            color: #1e3b30;
            display: flex;
            align-items: center;
            gap: 10px;
            transition: color 0.2s;
        }

        .zhaopin_list_item a:hover {
            color: #10b981;
        }

        /* 右侧双卡片 */
        .zhaopin_right {
            width: 300px;
            display: flex;
            flex-direction: column;
            gap: 28px;
        }

        .zhaopin_right_card {
            background: #fefefc;
            border-radius: 6px;
            border: 1px solid #eef3ef;
            padding: 20px 18px 22px;
            transition: all 0.2s;
            box-shadow: 0 6px 14px -10px rgba(0, 0, 0, 0.05);
        }

        .zhaopin_right_card:hover {
            border-color: #cbe5db;
            box-shadow: 0 12px 22px -14px rgba(16, 185, 129, 0.12);
        }

        /* 最新收录 + 热门排行内部样式 美化 */
        .zhaopin_right_card .zhaopin_list_item {
            padding: 12px 0 12px 8px;
            border-bottom: 1px dashed #e2ede6;
            font-size: 0.9rem;
        }

        .zhaopin_right_card .zhaopin_list_item:last-child {
            border-bottom: none;
        }

        .zhaopin_right_card .zhaopin_list_item a {
            font-weight: 480;
        }
        .hot-rank-item {
            display: flex;
            align-items: center;
            gap: 12px;
            font-weight: 500;
            color: #2c4b3a;
        }


        /* 响应式微调 */
        @media (max-width: 1024px) {
            .zhaopin_main {
                flex-wrap: wrap;
            }
            .zhaopin_left, .zhaopin_right {
                width: 100%;
            }
            .zhaopin_container {
                width: 96%;
            }
        }

        /* 细节点缀 */
        .zhaopin_list_item .site-badge {
            font-size: 0.7rem;
            background: #eafaf2;
            padding: 2px 8px;
            border-radius: 50px;
            margin-left: 12px;
            color: #0a7e5a;
            flex-wrap: nowrap;    /* 强制不换行 */
    white-space: nowrap;
        }

        /* 添加虚拟交互小光标 */
        button, .zhaopin_nav_item, .zhaopin_category_item {
            cursor: pointer;
        }
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
.zhaopin_list{
    flex: 1;
    min-width: 0;
}
.category-wide-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-wide-item {
    display: flex;
    gap: 12px;
    padding: 12px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    margin-bottom: 12px;
    transition: all 0.3s;
}

.category-wide-item:hover {
    border-color: #10b981;
    box-shadow: 0 2px 10px rgba(16, 185, 129, 0.15);
}
/* #4666 */
.category-wide-thumb {
    flex-shrink: 0;
    width: 110px;
    height: 110px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

.category-wide-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.category-wide-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.category-wide-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
    overflow: hidden;
}

.category-wide-favicon {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    object-fit: cover;
    flex-shrink: 0;
}

.category-wide-title-wrap {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.category-wide-title {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.category-wide-title a {
    color: #0f172a;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.category-wide-title a:hover {
    color: #059669;
    text-decoration: none;
}

.category-wide-desc {
    font-size: 13px;
    color: #64748b;
    line-height: 1.8;
    margin: 0 0 8px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}

.category-wide-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #94a3b8;
    padding-top: 6px;
    border-top: 1px solid #f1f5f9;
}

.category-wide-domain {
    color: #059669;
    font-weight: 500;
}

.category-wide-domain:hover {
    color: #047857;
}




.zhaopin_list_ph{
    flex: 1;
    min-width: 0;
}

.top-tabs {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    justify-content: center;
}

.top-tab {
    padding: 12px 30px;
    color: #555;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 500;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.top-tab:hover {
    background: #ecfdf5;
    color: #059669;
    border-color: #10b981;
}

.top-tab.active {
    background-color: #10b981;
    color: #fff;
    border-color: #10b981;
}


.nb-site-audit-container {
    width: 100%;
    margin: 0 auto;
}

        /* ========== 提交头部模块 ========== */
        .nb-site-audit-header {
    color: #333;
    padding: 35px 30px;
    border-radius: 12px 12px 0 0;
    text-align: center;
}

        .nb-site-audit-header h2 {
            margin: 0 0 12px;
            font-size: 24px;
            font-weight: 600;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
        }

        .nb-site-audit-header h2 i {
            font-size: 28px;
        }

        .nb-site-audit-header p {
            margin: 0;
            font-size: 15px;
            opacity: 0.95;
        }

        /* ========== 提交表单模块 ========== */
        .nb-site-audit-form {
    background: #e8f6f1;
    padding: 35px 30px;
    border: 1px solid #e8f5e9;
    border-top: none;
    border-radius: 12px;
}

        .nb-site-audit-form-group {
            margin-bottom: 25px;
        }

        .nb-site-audit-title {
            font-size: 18px;
            color: #263238;
            margin-bottom: 15px;
            text-align: center;
            font-weight: 600;
        }

       .nb-site-audit-input-wrapper {
    display: flex;
    align-items: center;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    width: 500px;
    justify-content: center;
    width: 100%;
}


        .nb-site-audit-input {
    height: 56px;
    padding: 0 20px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #263238;
    width: 500px;
}

        .nb-site-audit-input::placeholder {
            color: #9e9e9e;
        }

        .nb-site-audit-btn {
            height: 56px;
            padding: 0 30px;
            background: #00c853;
            color: #fff;
            border: none;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .nb-site-audit-btn:hover {
            background: #00a862;
        }

        /* ========== 提交记录模块 ========== */
        .nb-site-audit-records {
            margin-top: 35px;
            overflow: hidden;
        }

        .nb-site-audit-records h3 {
            margin: 0;
            padding: 20px 25px;
            font-size: 17px;
            color: #263238;
            border-bottom: 1px solid #f0f0f0;
        }

        .nb-site-audit-list {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .nb-site-audit-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 18px 25px;
            border-bottom: 1px solid #f9f9f9;
        }

        .nb-site-audit-item:last-child {
            border-bottom: none;
        }

        .nb-site-audit-domain {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .nb-site-audit-domain-name {
            font-size: 15px;
            color: #263238;
            font-weight: 500;
        }

        .nb-site-audit-status-yes {
            padding: 4px 10px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 600;
            background: #e8f5e9;
            color: #00a862;
        }
        
        .nb-site-audit-status-wait {
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    background: #ffeaf1;
    color: #E91E63;
}

        .nb-site-audit-time {
            font-size: 14px;
            color: #9e9e9e;
        }

        /* ========== 响应式适配 ========== */
        @media (max-width: 768px) {
            .nb-site-audit-input-wrapper {
                flex-direction: column;
                border: 1px solid #e0e0e0;
                border-radius: 8px;
            }
            .nb-site-audit-input {
                width: 100%;
                height: 48px;
                border-bottom: 1px solid #e0e0e0;
            }
            .nb-site-audit-btn {
                width: 100%;
                height: 48px;
            }
            .nb-site-audit-item {
                flex-direction: column;
                gap: 8px;
                align-items: flex-start;
            }
           
        }
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        .nb-site-detail-container {
            width: 100%;
            margin: 30px auto;
            padding: 0 20px;
        }

        /* ========== 页面头部（标题+直达按钮） ========== */
        .nb-site-detail-header {
            background: #fff;
            border-radius: 6px;
            padding: 20px 30px;
            margin-bottom: 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
                border: 1px solid #f1f5f9;
        }
        .nb-site-detail-header-title {
            font-size: 20px;
            font-weight: 600;
            color: #1a1a1a;
        }
        .nb-site-detail-header-btn {
            background: #10b981;
            color: #fff;
            border: none;
            padding: 8px 24px;
            border-radius: 6px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.2s ease;
        }
        .nb-site-detail-header-btn:hover {
            color: #fff;
            background: #059669;
        }
        .nb-site-detail-header-avatar {
            width: 50px;
            height: 50px;
            border-radius: 8px;
            overflow: hidden;
        }
        .nb-site-detail-header-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .nb-site-detail-info-card {
            background: #fff;
            border-radius: 6px;
            padding: 30px;
            margin-bottom: 20px;
            display: grid;
            grid-template-columns: 2fr 1fr;
            gap: 30px;
            border: 1px solid #f1f5f9;
        }
        .nb-site-detail-info-left {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }
        .nb-site-detail-info-item {
            display: flex;
            align-items: flex-start;
            gap: 12px;
        }
        .nb-site-detail-info-label {
            width: 90px;
            font-size: 15px;
            color: #666;
            font-weight: 500;
            flex-shrink: 0;
            padding-top: 2px;
        }
        .nb-site-detail-info-value {
            flex: 1;
            font-size: 15px;
            color: #333;
            line-height: 1.7;
        }
        .nb-site-detail-info-value a {
            color: #10b981;
        }
        .nb-site-detail-info-value a:hover {
            text-decoration: underline;
        }

        /* 顶上去首页标签 */
        .nb-site-detail-badge-top {
            background: #ff5722;
            color: #fff;
            padding: 4px 12px;
            border-radius: 4px;
            font-size: 12px;
            font-weight: 600;
            margin-left: 10px;
            cursor: pointer;
        }

        /* 标签组样式 */
        .nb-site-detail-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }
        .nb-site-detail-tag-item {
            background: #e8f5e9;
            color: #10b981;
            padding: 4px 12px;
            border-radius: 20px;
            font-size: 13px;
            font-weight: 500;
        }

        /* 右侧缩略图 */
        .nb-site-detail-info-right {
            display: flex;
            align-items: flex-start;
            justify-content: center;
        }
        .nb-site-detail-thumb {
            width: 100%;
            max-width: 320px;
            border-radius: 8px;
            border: 1px solid #f0f0f0;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        }
        .nb-site-detail-thumb img {
            width: 100%;
            height: auto;
            display: block;
        }

        /* ========== 收录/搜索/常用查询模块 ========== */
        .nb-site-detail-tool-card {
            background: #f8fafc;
            border-radius: 12px;
            padding: 25px 30px;
            margin-bottom: 20px;
            border: 1px solid #f1f5f9;
        }
        .nb-site-detail-tool-group {
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #e2e8f0;
        }
        .nb-site-detail-tool-group:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none;
        }
        .nb-site-detail-tool-label {
            font-size: 16px;
            font-weight: 600;
            color: #1a1a1a;
            margin-bottom: 12px;
            display: inline-block;
            min-width: 80px;
        }
        .nb-site-detail-tool-buttons {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
        }
        .nb-site-detail-tool-btn {
            padding: 6px 16px;
            border-radius: 6px;
            font-size: 14px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.2s ease;
            border: 1px solid #10b981;
            background: #fff;
            color: #10b981;
        }
        .nb-site-detail-tool-btn:hover {
            background: #10b981;
            color: #fff;
        }
        .nb-site-detail-tool-btn.yellow {
            border-color: #fbbf24;
            color: #f59e0b;
            background: #fef3c7;
        }
        .nb-site-detail-tool-btn.yellow:hover {
            background: #f59e0b;
            color: #fff;
            border-color: #f59e0b;
        }

        /* ========== 免责声明模块 ========== */
        .nb-site-detail-disclaimer {
            background: #fff;
            border-radius: 12px;
            padding: 25px 30px;
            margin-bottom: 30px;
            border: 1px solid #f1f5f9;
            font-size: 14px;
            color: #666;
            line-height: 1.8;
        }
        .nb-site-detail-disclaimer p {
            margin-bottom: 8px;
        }
        .nb-site-detail-disclaimer p:last-child {
            margin-bottom: 0;
        }

        /* ========== 相关网站模块 ========== */
        .nb-site-detail-related {
            background: #fff;
            border-radius: 12px;
            padding: 30px;
            border: 1px solid #f1f5f9;
        }
        .nb-site-detail-related-title {
            font-size: 20px;
            font-weight: 600;
            color: #1a1a1a;
            text-align: center;
            margin-bottom: 25px;
        }
        .nb-site-detail-related-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 12px;
        }
        .nb-site-detail-related-item {
            background: #f8fafc;
            border: 1px solid #e2e8f0;
            border-radius: 6px;
            padding: 12px;
            text-align: center;
            font-size: 14px;
            color: #333;
            transition: all 0.2s ease;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .nb-site-detail-related-item:hover {
            background: #e8f5e9;
            border-color: #10b981;
            color: #10b981;
        }
.sidebar-list-rank {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    flex-shrink: 0;
}
        /* ========== 响应式适配 ========== */
        @media (max-width: 768px) {
            .nb-site-detail-header {
                flex-direction: column;
                gap: 15px;
                text-align: center;
            }
            .nb-site-detail-info-card {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            .nb-site-detail-info-right {
                order: -1;
            }
            .nb-site-detail-related-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            .nb-site-detail-tool-buttons {
                gap: 8px;
            }
            .nb-site-detail-tool-btn {
                font-size: 13px;
                padding: 5px 12px;
            }
            .zhaopin_subtitle{
                display: none;
            }
            .zhaopin_title{
                font-size: 1.8rem;
            }
            .zhaopin_nav_item{
                padding: 0 6px;
                font-size: 1rem;
            }
            .zhaopin_nav_item.active {
                color: #fff;
                font-weight: 600;
                height: 32px;
                line-height: 32px;
                background: #079c6d;
                border-radius: 15px;
                padding: 0 12px;
            }
            .zhaopin_main{
                padding: 20px;
            }
            .top-tab{
                padding: 8px 10px;
            }
             .nb-site-detail-container{
                padding: 0!important;
            }
            .nb-site-detail-header-title{
                font-size: 16px;
            }
            .nb-site-detail-header-btn{
                display: block !important;
                margin: 10px 0 0 0 !important;
            }
            .nb-site-detail-badge-top{
                display: block !important;
                margin: 10px 0 0 0 !important;
                text-align: center;
            }
            .zhaopin_left{display: none;}
            .block{
                display: block!important;
            }
            .sidebar-list-rank {
    width: 16px;
    height: 16px;
    font-size: 14px;
}
.zhaopin_category_item{
    width: 25%!important;
}
.bfz20{
    width: 20%!important;
}
           
        }
        @media (max-width: 480px) {
            .nb-site-detail-related-grid {
                grid-template-columns: 1fr;
            }
        }
        .search-empty-state { text-align: center; padding: 60px 20px; max-width: 500px; margin: 0 auto; }
.search-empty-icon { width: 120px; height: 120px; margin: 0 auto 30px; background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 60px; color: #94a3b8; animation: float 3s ease-in-out infinite; }
@keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-10px); } }
.search-empty-title { font-size: 22px; color: #0f172a; margin: 0 0 12px 0; font-weight: 600; }
.search-empty-keyword { color: #059669; background: #ecfdf5; padding: 2px 10px; border-radius: 4px; display: inline-block; }
.search-empty-desc { color: #64748b; font-size: 15px; line-height: 1.6; margin: 0 0 30px 0; }
.search-empty-tips { background: #f8fafc; border-radius: 12px; padding: 24px; text-align: left; border: 1px solid #e2e8f0; }
.search-empty-tips-title { font-size: 14px; color: #0f172a; margin: 0 0 16px 0; font-weight: 600; display: flex; align-items: center; gap: 8px; }
.search-empty-tips-title::before { content: "💡"; font-size: 16px; }
.search-empty-tips-list { list-style: none; padding: 0; margin: 0; }
.search-empty-tips-list li { color: #475569; font-size: 14px; padding: 8px 0; padding-left: 24px; position: relative; border-bottom: 1px dashed #e2e8f0; }
.search-empty-tips-list li:last-child { border-bottom: none; }
.search-empty-tips-list li::before { content: "•"; color: #10b981; font-weight: bold; position: absolute; left: 8px; font-size: 20px; line-height: 1; }
.search-empty-action { margin-top: 30px; }
.search-empty-btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 28px; background: linear-gradient(135deg, #10b981 0%, #059669 100%); color: #fff; text-decoration: none; border-radius: 8px; font-size: 15px; font-weight: 500; transition: all 0.3s; box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3); }
.search-empty-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(16, 185, 129, 0.4); color: #fff; text-decoration: none; }
.search-similar { margin-top: 40px; padding-top: 30px; border-top: 1px solid #e2e8f0; }
.search-similar-title { font-size: 16px; color: #0f172a; margin: 0 0 20px 0; font-weight: 600; }
.search-similar-tags { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.search-similar-tag { display: inline-block; padding: 8px 16px; background: #fff; border: 1px solid #e2e8f0; border-radius: 20px; color: #475569; text-decoration: none; font-size: 14px; transition: all 0.2s; }
.search-similar-tag:hover { border-color: #10b981; color: #059669; background: #ecfdf5; text-decoration: none; }
.search-result-count { text-align: center; color: #64748b; font-size: 14px; margin-bottom: 20px; padding: 10px; background: #f8fafc; border-radius: 6px; }
.search-result-count strong { color: #059669; font-size: 18px; margin: 0 4px; }
.no-data {
    display: block;
    width: 100%;
    height: 230px;
    margin: 110px auto 210px auto;
    color: #bbc4d2;
    font-size: 16px;
    background: url(../../images/no-data.svg) no-repeat center;
    background-size: contain
}

.no-data p {
    padding-top: 210px;
    text-align: center;
    color: #bbc4d2;
    font-size: 16px;
}
