小智招聘 - Boss直聘AI智能招聘客户端 | 自动打招呼·简历评分·多岗位管理
<>
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI','PingFang SC','Hiragino Sans GB','Microsoft YaHei',sans-serif;color:#1e293b;line-height:1.6;background:#fff;overflow-x:hidden}
a{text-decoration:none;color:inherit}
/* Nav */
.nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:16px 40px;display:flex;align-items:center;justify-content:space-between;transition:all .3s}
.nav.scrolled{background:rgba(15,23,42,.95);backdrop-filter:blur(12px);box-shadow:0 2px 20px rgba(0,0,0,.2)}
.nav-brand{display:flex;align-items:center;gap:10px;font-size:1.2em;font-weight:700;color:#fff}
.nav-brand .icon{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden;background:none}
.nav-right{display:flex;align-items:center;gap:28px}
.nav-right a{color:rgba(255,255,255,.8);font-size:.9em;transition:color .2s}
.nav-right a:hover{color:#fff}
.nav-right .btn-dl{background:#3b82f6;color:#fff;padding:9px 22px;border-radius:8px;font-weight:600;font-size:.9em;transition:all .2s}
.nav-right .btn-dl:hover{background:#2563eb;transform:translateY(-1px)}
/* Hero */
.hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:120px 24px 80px;background:linear-gradient(160deg,#0f172a 0%,#1e293b 50%,#0f172a 100%);position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h60v60H0z' fill='none'/%3E%3Cpath d='M0 60V0h60' fill='none' stroke='rgba(255,255,255,0.03)' stroke-width='1'/%3E%3C/svg%3E");opacity:.6}
.hero::after{content:'';position:absolute;top:-200px;left:50%;transform:translateX(-50%);width:800px;height:800px;background:radial-gradient(circle,rgba(59,130,246,.12) 0%,transparent 60%);pointer-events:none}
.hero *{position:relative;z-index:1}
.hero-tag{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,rgba(16,185,129,.2),rgba(59,130,246,.2));border:1px solid rgba(16,185,129,.5);color:#fff;padding:10px 24px;border-radius:28px;font-size:1.05em;font-weight:600;margin-bottom:28px;letter-spacing:.5px;box-shadow:0 0 20px rgba(16,185,129,.15),inset 0 0 20px rgba(16,185,129,.05);animation:tagGlow 3s ease-in-out infinite}
.hero-tag .pulse{width:10px;height:10px;background:#10b981;border-radius:50%;animation:blink 1.5s infinite;box-shadow:0 0 8px rgba(16,185,129,.6)}
.hero-tag .free-hl{color:#34d399;font-weight:700}
@keyframes blink{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(.8)}}
@keyframes tagGlow{0%,100%{box-shadow:0 0 20px rgba(16,185,129,.15),inset 0 0 20px rgba(16,185,129,.05)}50%{box-shadow:0 0 30px rgba(16,185,129,.3),inset 0 0 30px rgba(16,185,129,.1)}}
.hero h1{font-size:3.6em;font-weight:800;color:#fff;line-height:1.15;margin-bottom:22px;letter-spacing:-.02em}
.hero h1 .hl{background:linear-gradient(90deg,#3b82f6,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.hero .desc{font-size:1.2em;color:rgba(255,255,255,.6);max-width:540px;margin:0 auto 40px}
.hero .dl-row{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-bottom:20px}
.btn-win,.btn-mac{display:inline-flex;align-items:center;gap:8px;padding:16px 34px;border-radius:12px;font-size:1.05em;font-weight:700;transition:all .2s;cursor:pointer;border:none}
.btn-win{background:#3b82f6;color:#fff;box-shadow:0 4px 20px rgba(59,130,246,.35)}
.btn-win:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 8px 28px rgba(59,130,246,.4)}
.btn-mac{background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.2)}
.btn-mac:hover{background:rgba(255,255,255,.15);transform:translateY(-2px)}
.hero .trust-row{display:flex;gap:24px;justify-content:center;flex-wrap:wrap;margin-top:24px;font-size:.88em;color:rgba(255,255,255,.5)}
.hero .trust-row span{display:flex;align-items:center;gap:5px}
.hero .trust-row .g{color:#10b981}
/* Section common */
.section{padding:80px 24px}
.section-title{text-align:center;margin-bottom:48px}
.section-title h2{font-size:2.4em;font-weight:800;margin-bottom:10px}
.section-title p{color:#64748b;font-size:1.05em}
.section-alt{background:#f8fafc}
/* Pain points */
.pain-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:960px;margin:0 auto}
.pain-card{background:#fff;border-radius:16px;padding:32px 28px;border:1px solid #f1f5f9;text-align:center;transition:all .25s}
.pain-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.06)}
.pain-card .pain-icon{font-size:2.4em;margin-bottom:16px}
.pain-card h3{font-size:1.1em;margin-bottom:8px;color:#0f172a}
.pain-card p{color:#64748b;font-size:.9em;line-height:1.7}
.pain-card .pain-num{font-size:2em;font-weight:800;color:#ef4444;margin-bottom:4px}
/* Features */
.feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1000px;margin:0 auto}
.feat-card{background:#fff;border-radius:16px;padding:30px 24px;border:1px solid #f1f5f9;transition:all .25s}
.feat-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(59,130,246,.08);border-color:#bfdbfe}
.feat-card .fi{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.4em;margin-bottom:16px}
.feat-card:nth-child(1) .fi{background:#eff6ff}
.feat-card:nth-child(2) .fi{background:#ecfdf5}
.feat-card:nth-child(3) .fi{background:#fef3c7}
.feat-card:nth-child(4) .fi{background:#fce7f3}
.feat-card:nth-child(5) .fi{background:#e0f2fe}
.feat-card:nth-child(6) .fi{background:#f3e8ff}
.feat-card h3{font-size:1.05em;margin-bottom:6px;color:#0f172a}
.feat-card p{color:#64748b;font-size:.88em;line-height:1.7}
/* Compare */
.compare-wrap{max-width:800px;margin:0 auto;border-radius:16px;overflow:hidden;border:1px solid #e2e8f0}
.compare-wrap table{width:100%;border-collapse:collapse}
.compare-wrap th{padding:14px 16px;text-align:left;font-size:.88em;color:#64748b;background:#f8fafc;border-bottom:1px solid #e2e8f0}
.compare-wrap th:not(:first-child){text-align:center}
.compare-wrap td{padding:13px 16px;border-bottom:1px solid #f1f5f9;font-size:.9em}
.compare-wrap td:not(:first-child){text-align:center}
.compare-wrap tr:last-child td{border-bottom:none}
.compare-wrap .y{color:#10b981;font-weight:700}
.compare-wrap .n{color:#cbd5e1}
.compare-wrap .hl-col{background:rgba(59,130,246,.03)}
/* Steps */
.steps-wrap{max-width:640px;margin:0 auto}
.step-item{display:flex;gap:20px;margin-bottom:36px;align-items:flex-start}
.step-item:last-child{margin-bottom:0}
.step-num{flex-shrink:0;width:44px;height:44px;background:linear-gradient(135deg,#3b82f6,#10b981);color:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.1em}
.step-body h3{font-size:1.1em;margin-bottom:4px;color:#0f172a}
.step-body p{color:#64748b;font-size:.92em}
.step-body .accent{color:#3b82f6;font-weight:600}
/* Testimonials */
.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:960px;margin:0 auto}
.testi-card{background:#fff;border-radius:14px;padding:28px 24px;border:1px solid #f1f5f9}
.testi-card .stars{color:#f59e0b;font-size:.9em;margin-bottom:12px}
.testi-card .quote{font-size:.95em;color:#334155;line-height:1.7;margin-bottom:16px}
.testi-card .who{display:flex;align-items:center;gap:10px}
.testi-card .av{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#10b981);display:flex;align-items:center;justify-content:center;color:#fff;font-size:.75em;font-weight:600}
.testi-card .meta .name{font-size:.85em;font-weight:600;color:#1e293b}
.testi-card .meta .role{font-size:.75em;color:#94a3b8}
/* Pricing */
.price-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:640px;margin:0 auto}
.price-card{background:#fff;border-radius:16px;padding:36px 28px;text-align:center;border:2px solid #e2e8f0;transition:all .25s}
.price-card:hover{transform:translateY(-4px)}
.price-card.hot{border-color:#3b82f6;box-shadow:0 8px 32px rgba(59,130,246,.12);position:relative}
.price-card.hot::before{content:'推荐';position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:linear-gradient(135deg,#3b82f6,#10b981);color:#fff;padding:4px 18px;border-radius:12px;font-size:.8em;font-weight:600}
.price-card h3{font-size:1.15em;margin-bottom:4px;color:#1e293b}
.price-card .amount{font-size:2.8em;font-weight:800;color:#3b82f6;margin:12px 0 4px}
.price-card .amount .unit{font-size:.4em;color:#64748b;font-weight:400}
.price-card .save-tag{display:inline-block;background:#ecfdf5;color:#059669;font-size:.8em;padding:4px 14px;border-radius:10px;margin:8px 0 18px;font-weight:500}
.price-card ul{list-:none;text-align:left;margin:0 0 24px}
.price-card li{padding:6px 0;color:#475569;font-size:.9em}
.price-card li::before{content:'✓';color:#10b981;font-weight:700;margin-right:8px}
.price-card .buy{display:block;width:100%;padding:14px;border:none;border-radius:10px;font-size:1em;font-weight:600;cursor:pointer;transition:all .2s;background:#3b82f6;color:#fff}
.price-card .buy:hover{background:#2563eb;transform:translateY(-1px)}
/* FAQ */
.faq-list{max-width:680px;margin:0 auto}
.faq-item{border-bottom:1px solid #f1f5f9;padding:18px 0}
.faq-item:last-child{border-bottom:none}
.faq-q{display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-weight:600;font-size:.98em;color:#1e293b}
.faq-q .arrow{transition:transform .2s;color:#94a3b8}
.faq-item.open .faq-q .arrow{transform:rotate(180deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease;color:#64748b;font-size:.9em;line-height:1.7}
.faq-item.open .faq-a{max-height:200px;padding-top:12px}
/* Bottom CTA */
.bottom-cta{padding:80px 24px;text-align:center;background:linear-gradient(160deg,#0f172a,#1e293b)}
.bottom-cta h2{font-size:2.2em;font-weight:800;color:#fff;margin-bottom:12px}
.bottom-cta p{color:rgba(255,255,255,.6);font-size:1.05em;margin-bottom:36px}
.bottom-cta .dl-row{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
/* Footer */
.footer{background:#0f172a;border-top:1px solid rgba(255,255,255,.06);padding:28px 24px;text-align:center;color:rgba(255,255,255,.4);font-size:.85em}
.footer a{color:rgba(255,255,255,.6);transition:color .2s}
.footer a:hover{color:#3b82f6}
/* Modal */
.modal-bg{display:none;position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:1000;align-items:center;justify-content:center;backdrop-filter:blur(4px)}
.modal-bg.show{display:flex}
.modal-box{background:#fff;border-radius:16px;padding:36px;max-width:380px;width:90%;text-align:center;box-shadow:0 20px 60px rgba(0,0,0,.2)}
.modal-box h3{margin-bottom:16px;font-size:1.1em;color:#1e293b}
.modal-box .qr{width:200px;height:200px;border-radius:8px;margin:16px auto}
.modal-box .hint{color:#64748b;font-size:.88em;margin-top:12px}
.modal-box .hint strong{color:#3b82f6}
.modal-box .close-m{margin-top:18px;padding:10px 28px;border:none;background:#f1f5f9;border-radius:8px;cursor:pointer;font-size:.9em;transition:background .2s}
.modal-box .close-m:hover{background:#e2e8f0}
/* Windows Tip Modal */
.win-tip-bg{display:none;position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:9999;align-items:center;justify-content:center;padding:20px;backdrop-filter:blur(4px)}
.win-tip-bg.show{display:flex}
.win-tip-box{background:#fff;border-radius:20px;max-width:460px;width:92%;box-shadow:0 24px 64px rgba(0,0,0,.2);overflow:hidden;animation:winTipIn .25s ease}
@keyframes winTipIn{from{opacity:0;transform:scale(.92) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}
.win-tip-header{background:linear-gradient(135deg,#3b82f6,#2563eb);padding:24px 28px 20px;color:#fff;display:flex;align-items:center;gap:14px}
.win-tip-header .tip-icon{width:44px;height:44px;background:rgba(255,255,255,.18);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5em;flex-shrink:0}
.win-tip-header .tip-text h3{font-size:1.15em;font-weight:700;margin:0;line-height:1.3}
.win-tip-header .tip-text p{font-size:.82em;opacity:.8;margin:3px 0 0;font-weight:400}
.win-tip-body{padding:24px 28px 10px}
.win-tip-item{display:flex;gap:14px;margin-bottom:22px;align-items:flex-start}
.win-tip-item .num{flex-shrink:0;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8em;font-weight:700;color:#fff;margin-top:1px}
.win-tip-item:first-child .num{background:linear-gradient(135deg,#f59e0b,#d97706)}
.win-tip-item:last-child .num{background:linear-gradient(135deg,#10b981,#059669)}
.win-tip-item .txt h4{font-size:.95em;color:#1e293b;margin:0 0 4px;font-weight:600;line-height:1.3}
.win-tip-item .txt p{font-size:.85em;color:#64748b;margin:0;line-height:1.7}
.win-tip-item .txt .hl-blue{color:#2563eb;font-weight:500}
.win-tip-footer{padding:6px 28px 24px;display:flex;gap:10px;justify-content:flex-end}
.win-tip-footer .btn-got{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;padding:12px 34px;border-radius:10px;font-size:.95em;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 14px rgba(59,130,246,.3)}
.win-tip-footer .btn-got:hover{transform:translateY(-1px);box-shadow:0 6px 20px rgba(59,130,246,.4)}
.win-tip-footer .btn-cancel{background:#f1f5f9;color:#64748b;border:none;padding:12px 24px;border-radius:10px;font-size:.9em;cursor:pointer;transition:background .2s}
.win-tip-footer .btn-cancel:hover{background:#e2e8f0}
/* Responsive */
@media(max-width:768px){
.nav-right a:not(.btn-dl){display:none}
.hero{padding:120px 20px 60px}
.hero h1{font-size:2.2em}
.pain-grid,.feat-grid,.testi-grid{grid-template-columns:1fr}
.price-grid{grid-template-columns:1fr}
.compare-wrap{overflow-x:auto}
.dl-row,.bottom-cta .dl-row{flex-direction:column;align-items:center}
}
>
新用户免费体验 30 天,无需绑卡
每天手动筛 100 份简历?
让 AI 帮你 提效 10 倍
Boss直聘智能招聘桌面客户端,自动打招呼、AI评分筛选、智能回复,一键搞定招聘全流程
✓ 数据本地存储,隐私安全
✓ 仿人类操作,深度防检测
✓ 独立浏览器,不影响日常使用
招聘人的日常,是不是你?
这些痛点,小智帮你一次解决
😩
100+
每天手动打招呼上百人
重复点击、复制粘贴,一上午就过去了,真正面试沟通的时间被严重挤压
📋
70%
七成简历不符合要求
逐个点开查看,大量时间浪费在不匹配的候选人上,效率极低
⏰
3h+
每天3小时耗在筛选上
多岗位同时招聘时更崩溃,切换岗位、调整条件,精力严重分散
小智帮你把时间花在刀刃上
把重复劳动交给AI,你专注面试和人才判断
🎯
自动触达,精准不浪费
AI先评估再打招呼,只触达符合岗位要求的候选人。不再大海捞针,每一次沟通都有价值
📊
简历秒评,告别肉眼筛选
技能、经验、学历、薪资、稳定性五维度量化打分,谁该优先聊、谁可以跳过,一目了然
💬
消息不漏,人才不流失
自动识别未读消息并分类回复,午休、开会时也不会错过优质候选人的回应窗口
🧠
AI 智能语义扩展,一词覆盖全网
输入“大客户销售”,AI 自动关联“KA销售”“战略客户经理”等同义表达,不因叫法不同而漏掉合适的人
🛡️
独立环境,账号更安全
专属浏览器运行,模拟真人操作节奏,不影响你日常用的Chrome,账号安全有保障
📁
多岗同招,互不干扰
同时管理多个岗位,每个岗位独立配置筛选条件和话术,再也不用来回切换手忙脚乱
为什么选客户端?
对比浏览器插件和手动操作,客户端全面领先
| 对比项 | 小智招聘 客户端 | 浏览器插件 | 手动操作 |
| 独立浏览器环境 | ✓ | ✗ | ✗ |
| 贝塞尔鼠标轨迹模拟 | ✓ | ✗ | ✓ |
| 中文输入法模拟 | ✓ | ✗ | ✓ |
| 不影响日常浏览器 | ✓ | ✗ | ✓ |
| AI智能评分筛选 | ✓ | ✓ | ✗ |
| 自动打招呼 | ✓ | ✓ | ✗ |
| 自动回复 | ✓ | ✓ | ✗ |
| 账号安全风险 | 极低 | 中等 | 无 |
三步开始,1 分钟上手
下载安装到开始招聘,比你想象的更简单
1
下载安装
选择 Windows 或 macOS 版本,双击安装,30 秒搞定
2
注册登录
手机号快速注册,自动获得 30 天免费试用,无需绑卡
3
配置岗位,一键开始
添加岗位、设置关键词和筛选条件,点击"开始打招呼"即可自动运行
★★★★★
"非常不错,候选人筛选比较精准,省了我大量时间。现在午休就能把一天的招呼打完。"
★★★★★
"已经很节省工作效率了。昨天研究了一堆小技巧都不行,这个就很好了,直接安利给同事。"
★★★★★
"独立浏览器这个设计太好了,不用担心影响我日常用的Chrome,而且防检测做得很到位。"
月度会员
¥19/月
- 全部核心功能
- 自动打招呼 + 自动回复
- AI智能评分筛选
- 多岗位管理
- 微信一对一支持
年度会员
¥199/年
省 ¥29 · 相当于 ¥16.6/月
- 全部核心功能
- 自动打招呼 + 自动回复
- AI智能评分筛选
- 多岗位管理
- 优先技术支持
常见问题
使用小智招聘会不会导致Boss直聘账号被封?▼
小智招聘采用独立浏览器环境,模拟真人操作(贝塞尔鼠标轨迹、中文输入法、随机间隔),安全性远超浏览器插件。建议单次打招呼不超过30人,合理使用风险极低。
免费试用期结束后不付费会怎样?▼
试用期结束后自动停止服务,不会自动扣费。你的数据仍然保留在本地,随时付费即可恢复使用。
支持哪些操作系统?▼
支持 Windows 10/11 和 macOS 12+。安装包体积约 80MB,下载安装只需 30 秒。
数据安全吗?会不会泄露我的Boss直聘账号?▼
所有数据(包括候选人信息、登录凭证)均存储在你的本地电脑,不会上传到任何服务器。密码使用操作系统级加密存储。
如何开通付费会员?▼
点击"扫码开通"添加客服微信,备注套餐类型即可快速开通。支持微信、支付宝付款,开通后即时生效。
还在手动筛简历、逐个打招呼?
让 AI 帮你干活,30 天免费体验,不满意随时卸载
1
推荐使用 Google Chrome 下载
请提前安装 Google Chrome 浏览器,并使用 Chrome 下载本软件。其他浏览器(如 Edge、360 等)可能会误报安全风险,导致下载被拦截。
2
关于浏览器顶部提示
使用过程中,浏览器顶部可能出现提示条:「您使用的是不受支持的命令行标记: --no-sandbox。稳定性和安全性会有所下降」。这是正常现象,不影响任何功能,请直接忽略即可。
扫码加微信,开通会员
扫码添加微信,备注「小智招聘」
一对一服务,快速开通激活