.hero {
            background: linear-gradient(145deg, #fefaf5 0%, #fdf6ed 100%);
            padding: 48px 0 56px;
            margin-bottom: 32px;
            position: relative;
            overflow: hidden;
        }
        /* 装饰光晕 */
        .hero::before {
            content: '';
            position: absolute;
            top: -60%;
            right: -10%;
            width: 500px;
            height: 500px;
            background: radial-gradient(circle, rgba(249, 115, 22, 0.06) 0%, transparent 70%);
            border-radius: 50%;
            pointer-events: none;
        }
        .hero::after {
            content: '';
            position: absolute;
            bottom: -40%;
            left: -10%;
            width: 400px;
            height: 400px;
            background: radial-gradient(circle, rgba(249, 115, 22, 0.04) 0%, transparent 70%);
            border-radius: 50%;
            pointer-events: none;
        }
        .hero .container {
            position: relative;
            z-index: 1;
        }
        .hero h1 {
            font-size: 32px;
            font-weight: 700;
            text-align: center;
            margin-bottom: 6px;
            color: #0f2b3d;
            letter-spacing: -0.5px;
        }
        .hero h1 span {
            color: #f97316;
        }
        .hero .subtitle {
            text-align: center;
            color: #78716c;
            font-size: 16px;
            margin-bottom: 32px;
            letter-spacing: 0.3px;
        }
        .hero .subtitle strong {
            color: #c2410c;
            font-weight: 600;
        }

        /* —— 搜索框全新设计 —— */
        .search-wrapper {
            max-width: 720px;
            margin: 0 auto;
            position: relative;
        }
        .search-box {
            display: flex;
            align-items: center;
            background: #ffffff;
            border-radius: 60px;
            padding: 4px;
            box-shadow: 0 8px 40px rgba(249, 115, 22, 0.12), 0 2px 8px rgba(0, 0, 0, 0.04);
            transition: box-shadow 0.3s ease, transform 0.2s ease;
            border: 1px solid rgba(249, 115, 22, 0.10);
        }
        .search-box:focus-within {
            box-shadow: 0 12px 48px rgba(249, 115, 22, 0.18), 0 2px 8px rgba(0, 0, 0, 0.04);
            border-color: #f97316;
            transform: scale(1.005);
        }
        .search-box .icon-left {
            padding: 0 8px 0 20px;
            color: #a8a29e;
            font-size: 18px;
            display: flex;
            align-items: center;
        }
        .search-box input {
            flex: 1;
            border: none;
            padding: 16px 8px 16px 4px;
            font-size: 16px;
            outline: none;
            color: #1e293b;
            background: transparent;
            min-width: 0;
        }
        .search-box input::placeholder {
            color: #b0aba4;
            font-weight: 400;
        }
        .search-box button {
            background: #f97316;
            border: none;
            padding: 12px 32px;
            border-radius: 40px;
            font-size: 15px;
            font-weight: 600;
            color: #fff;
            cursor: pointer;
            transition: background 0.2s ease, transform 0.15s ease;
            display: flex;
            align-items: center;
            gap: 6px;
            letter-spacing: 0.3px;
            flex-shrink: 0;
        }
        .search-box button:hover {
            background: #ea580c;
            transform: scale(1.02);
        }
        .search-box button:active {
            transform: scale(0.97);
        }

        /* —— 热门标签 —— */
        .hot-tags {
            display: flex;
            justify-content: center;
            gap: 8px;
            flex-wrap: wrap;
            margin-top: 20px;
        }
        .hot-tags a {
            background: rgba(249, 115, 22, 0.07);
            padding: 4px 15px;
            border-radius: 20px;
            font-size: 13px;
            color: #9a6a4a;
            transition: 0.2s;
            border: 1px solid rgba(249, 115, 22, 0.06);
            font-weight: 450;
        }
        .hot-tags a:hover {
            background: #f97316;
            color: #fff;
            border-color: #f97316;
            transform: translateY(-1px);
        }

        /* ========== 微简报 ========== */
        .brief {
            background: #fff;
            border-radius: 12px;
            padding: 14px 20px;
            margin-bottom: 32px;
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
            display: flex;
            align-items: center;
            gap: 16px;
            flex-wrap: wrap;
            border-left: 4px solid #f97316;
        }
        .brief .label {
            font-size: 13px;
            font-weight: 600;
            color: #64748b;
            white-space: nowrap;
        }
        .brief .label span {
            color: #ef4444;
            animation: pulse-dot 1.5s infinite;
        }
        @keyframes pulse-dot {
            0%,
            100% {
                opacity: 1;
            }
            50% {
                opacity: 0.3;
            }
        }
        .brief .items {
            display: flex;
            flex-wrap: wrap;
            gap: 8px 20px;
            font-size: 14px;
        }
        .brief .items a {
            color: #1e293b;
            transition: 0.2s;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 300px;
        }
        .brief .items a:hover {
            color: #f97316;
            font-weight: 500;
        }
        .brief .items .date {
            color: #94a3b8;
            font-size: 12px;
            padding-left: 4px;
        }

        /* ========== 企业推荐 ========== */
        .section-title {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 18px;
            display: flex;
            align-items: center;
            gap: 10px;
            color: #0f2b3d;
        }
        .section-title .more {
            font-size: 14px;
            font-weight: 400;
            color: #64748b;
            margin-left: auto;
        }
        .section-title .more:hover {
            color: #f97316;
        }
        .company-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
            gap: 16px;
            margin-bottom: 40px;
        }
        .company-card {
            background: #fff;
            border-radius: 12px;
            padding: 18px 16px;
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
            transition: 0.25s;
            border: 1px solid #f1f5f9;
            text-align: center;
        }
        .company-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 24px rgba(249, 115, 22, 0.08);
            border-color: #fed7aa;
        }
        .company-card .avatar {
            width: 66px;
            height: 66px;
            border-radius: 50%;
            margin: 0 auto 10px;
            overflow: hidden;           /* 超出部分裁切，保证图片始终是圆形 */
            border: 2px solid #f1f5f9;  /* 浅灰色边框，可调整颜色 */
            background: #ffffff;        /* 纯白背景，若图片透明时显示白色 */
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }
        .company-card .avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;          /* 图片裁剪填充，保证不变形填满圆 */
            display: block;
        }
        .company-card .name {
            font-weight: 600;
            font-size: 15px;
            margin-bottom: 4px;
            color: #0f2b3d;
        }
        .company-card .tags {
            font-size: 12px;
            color: #64748b;
            display: flex;
            justify-content: center;
            gap: 6px;
            flex-wrap: wrap;
        }
        .company-card .tags .tag {
            background: #f1f5f9;
            padding: 1px 10px;
            border-radius: 12px;
        }
        .company-card .tags .tag span {
            padding-left: 3px;
            color:#ff6600;
        }
        .company-card .city {
            font-size: 12px;
            color: #94a3b8;
            margin-top: 6px;
        }

        /* ========== 底部入口 ========== */
        .entry-bar {
            background: #fff;
            border-radius: 16px;
            padding: 24px 20px;
            margin-bottom: 32px;
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
        }
        .entry-bar .grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
            gap: 12px;
        }
        .entry-bar .item {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 12px 6px;
            border-radius: 12px;
            transition: 0.2s;
            background: #f8fafc;
            text-align: center;
        }
        .entry-bar .item:hover {
            background: #ffedd5;
        }
        .entry-bar .item .icon {
            font-size: 28px;
            margin-bottom: 4px;
        }
        .entry-bar .item .label {
            font-size: 12px;
            color: #475569;
            font-weight: 500;
        }
        .entry-bar .item .sub {
            font-size: 10px;
            color: #94a3b8;
        }
        
@media (max-width: 640px) {
            .hero {
                padding: 32px 0 40px;
            }
            .hero h1 {
                font-size: 22px;
            }
            .hero .subtitle {
                font-size: 14px;
                margin-bottom: 24px;
            }
            .search-box {
                flex-direction: column;
                border-radius: 32px;
                padding: 4px;
                background: #fff;
                box-shadow: 0 8px 32px rgba(249, 115, 22, 0.10);
            }
            .search-box .icon-left {
                display: none;
            }
            .search-box input {
                padding: 14px 18px;
                width: 100%;
                text-align: center;
            }
            .search-box button {
                width: 100%;
                justify-content: center;
                border-radius: 28px;
                padding: 14px;
                font-size: 15px;
            }
            .search-box:focus-within {
                transform: none;
            }
            .company-grid {
                grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
            }
            .brief .items a {
                max-width: 180px;
            }
            .entry-bar .grid {
                grid-template-columns: repeat(4, 1fr);
            }
            .hot-tags a {
                font-size: 12px;
                padding: 3px 14px;
            }
        }
        @media (max-width: 400px) {
            .hero h1 {
                font-size: 19px;
            }
            .company-grid {
                grid-template-columns: 1fr 1fr;
            }
        }