|
@@ -0,0 +1,2652 @@
|
|
|
|
|
+<!DOCTYPE html>
|
|
|
|
|
+<html lang="zh-CN">
|
|
|
|
|
+
|
|
|
|
|
+<head>
|
|
|
|
|
+ <meta charset="UTF-8">
|
|
|
|
|
+ <meta name="viewport" content="width=device-width,initial-scale=1.0">
|
|
|
|
|
+ <title>快手快聘 · VOC 深度洞察报告 v8</title>
|
|
|
|
|
+ <style>
|
|
|
|
|
+ :root {
|
|
|
|
|
+ --bg-0: #0A0A0A;
|
|
|
|
|
+ --bg-1: #111111;
|
|
|
|
|
+ --bg-2: #1A1A1A;
|
|
|
|
|
+ --bg-3: #252525;
|
|
|
|
|
+ --border: rgba(255, 255, 255, 0.08);
|
|
|
|
|
+ --border-strong: rgba(255, 255, 255, 0.16);
|
|
|
|
|
+ --text-1: #F5F5F5;
|
|
|
|
|
+ --text-2: #A8A8A8;
|
|
|
|
|
+ --text-3: #6B6B6B;
|
|
|
|
|
+ --amber: #F5A623;
|
|
|
|
|
+ --amber-glow: rgba(245, 166, 35, 0.15);
|
|
|
|
|
+ --green: #00DC82;
|
|
|
|
|
+ --purple: #8B5CF6;
|
|
|
|
|
+ --rose: #FF4D8D;
|
|
|
|
|
+ --blue: #3B82F6;
|
|
|
|
|
+ --red: #EF4444;
|
|
|
|
|
+ --orange: #F97316;
|
|
|
|
|
+ --cyan: #06B6D4;
|
|
|
|
|
+ --font-head: 'Inter', 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', sans-serif;
|
|
|
|
|
+ --font-body: 'Noto Sans SC', 'Inter', 'PingFang SC', 'Microsoft YaHei', sans-serif;
|
|
|
|
|
+ --font-mono: 'JetBrains Mono', 'SF Mono', 'Fira Code', monospace;
|
|
|
|
|
+ --max-w: 1280px;
|
|
|
|
|
+ --radius-sm: 8px;
|
|
|
|
|
+ --radius-md: 12px;
|
|
|
|
|
+ --radius-lg: 20px;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ * {
|
|
|
|
|
+ margin: 0;
|
|
|
|
|
+ padding: 0;
|
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ html {
|
|
|
|
|
+ scroll-behavior: smooth;
|
|
|
|
|
+ font-size: 16px;
|
|
|
|
|
+ scroll-snap-type: y proximity;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ body {
|
|
|
|
|
+ font-family: var(--font-body);
|
|
|
|
|
+ background: var(--bg-0);
|
|
|
|
|
+ color: var(--text-1);
|
|
|
|
|
+ line-height: 1.65;
|
|
|
|
|
+ -webkit-font-smoothing: antialiased;
|
|
|
|
|
+ overflow-x: hidden;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ body::before {
|
|
|
|
|
+ content: '';
|
|
|
|
|
+ position: fixed;
|
|
|
|
|
+ inset: 0;
|
|
|
|
|
+ pointer-events: none;
|
|
|
|
|
+ z-index: 0;
|
|
|
|
|
+ background:
|
|
|
|
|
+ radial-gradient(ellipse 900px 700px at var(--amb-x, 20%) var(--amb-y, 25%), rgba(245, 166, 35, 0.10), transparent 60%),
|
|
|
|
|
+ radial-gradient(ellipse 800px 600px at calc(100% - var(--amb-x, 20%)) calc(100% - var(--amb-y, 25%)), rgba(139, 92, 246, 0.07), transparent 60%);
|
|
|
|
|
+ transition: background 1.4s cubic-bezier(.2, .7, .2, 1);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ body::after {
|
|
|
|
|
+ content: '';
|
|
|
|
|
+ position: fixed;
|
|
|
|
|
+ inset: 0;
|
|
|
|
|
+ pointer-events: none;
|
|
|
|
|
+ z-index: 0;
|
|
|
|
|
+ background-image:
|
|
|
|
|
+ linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
|
|
|
|
|
+ linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
|
|
|
|
|
+ background-size: 80px 80px;
|
|
|
|
|
+ mask-image: radial-gradient(ellipse 90% 95% at 50% 50%, black 0%, transparent 85%);
|
|
|
|
|
+ -webkit-mask-image: radial-gradient(ellipse 90% 95% at 50% 50%, black 0%, transparent 85%);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ main.deck {
|
|
|
|
|
+ position: relative;
|
|
|
|
|
+ z-index: 1;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ ::selection {
|
|
|
|
|
+ background: var(--amber);
|
|
|
|
|
+ color: #000;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .text-hero {
|
|
|
|
|
+ font-family: var(--font-head);
|
|
|
|
|
+ font-weight: 900;
|
|
|
|
|
+ letter-spacing: -0.04em;
|
|
|
|
|
+ line-height: 0.95;
|
|
|
|
|
+ font-size: clamp(4rem, 12vw, 10rem);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .text-poster {
|
|
|
|
|
+ font-family: var(--font-head);
|
|
|
|
|
+ font-weight: 800;
|
|
|
|
|
+ letter-spacing: -0.03em;
|
|
|
|
|
+ line-height: 1.05;
|
|
|
|
|
+ font-size: clamp(2.5rem, 6vw, 5rem);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .text-h1 {
|
|
|
|
|
+ font-family: var(--font-head);
|
|
|
|
|
+ font-weight: 700;
|
|
|
|
|
+ letter-spacing: -0.02em;
|
|
|
|
|
+ line-height: 1.1;
|
|
|
|
|
+ font-size: clamp(2rem, 4vw, 3.5rem);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .text-h2 {
|
|
|
|
|
+ font-family: var(--font-head);
|
|
|
|
|
+ font-weight: 700;
|
|
|
|
|
+ letter-spacing: -0.015em;
|
|
|
|
|
+ line-height: 1.2;
|
|
|
|
|
+ font-size: clamp(1.4rem, 2.5vw, 2rem);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .text-h3 {
|
|
|
|
|
+ font-weight: 600;
|
|
|
|
|
+ font-size: clamp(1.05rem, 1.6vw, 1.3rem);
|
|
|
|
|
+ letter-spacing: -0.01em;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .text-body {
|
|
|
|
|
+ font-size: clamp(0.92rem, 1.1vw, 1rem);
|
|
|
|
|
+ line-height: 1.75;
|
|
|
|
|
+ color: var(--text-2);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .text-sm {
|
|
|
|
|
+ font-size: 0.85rem;
|
|
|
|
|
+ color: var(--text-2);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .text-xs {
|
|
|
|
|
+ font-size: 0.72rem;
|
|
|
|
|
+ color: var(--text-3);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .text-mono {
|
|
|
|
|
+ font-family: var(--font-mono);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .text-amber {
|
|
|
|
|
+ color: var(--amber);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .text-green {
|
|
|
|
|
+ color: var(--green);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .text-purple {
|
|
|
|
|
+ color: var(--purple);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .text-rose {
|
|
|
|
|
+ color: var(--rose);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .text-blue {
|
|
|
|
|
+ color: var(--blue);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .text-red {
|
|
|
|
|
+ color: var(--red);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .text-orange {
|
|
|
|
|
+ color: var(--orange);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ section.report-section {
|
|
|
|
|
+ min-height: 100vh;
|
|
|
|
|
+ padding: clamp(60px, 10vh, 120px) clamp(24px, 6vw, 80px);
|
|
|
|
|
+ position: relative;
|
|
|
|
|
+ border-bottom: 1px solid var(--border);
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ flex-direction: column;
|
|
|
|
|
+ justify-content: center;
|
|
|
|
|
+ scroll-snap-align: start;
|
|
|
|
|
+ scroll-snap-stop: always;
|
|
|
|
|
+ overflow: hidden;
|
|
|
|
|
+ isolation: isolate;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ section.report-section::before {
|
|
|
|
|
+ content: attr(data-slide-num);
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ top: clamp(20px, 3vh, 36px);
|
|
|
|
|
+ right: clamp(24px, 4vw, 60px);
|
|
|
|
|
+ font-family: var(--font-mono);
|
|
|
|
|
+ font-weight: 600;
|
|
|
|
|
+ font-size: clamp(0.68rem, 0.75vw, 0.78rem);
|
|
|
|
|
+ letter-spacing: 0.25em;
|
|
|
|
|
+ color: var(--text-3);
|
|
|
|
|
+ z-index: 4;
|
|
|
|
|
+ pointer-events: none;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ section.report-section::after {
|
|
|
|
|
+ content: '';
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ inset: 0;
|
|
|
|
|
+ pointer-events: none;
|
|
|
|
|
+ z-index: -1;
|
|
|
|
|
+ background:
|
|
|
|
|
+ radial-gradient(ellipse 70% 60% at 85% 15%, var(--slide-glow-1, rgba(245, 166, 35, 0.06)), transparent 55%),
|
|
|
|
|
+ radial-gradient(ellipse 60% 50% at 15% 85%, var(--slide-glow-2, rgba(139, 92, 246, 0.04)), transparent 55%);
|
|
|
|
|
+ opacity: 0;
|
|
|
|
|
+ transition: opacity 1s cubic-bezier(.2, .7, .2, 1);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ section.report-section.in-view::after {
|
|
|
|
|
+ opacity: 1;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ section[data-tone="amber"] {
|
|
|
|
|
+ --slide-glow-1: rgba(245, 166, 35, 0.10);
|
|
|
|
|
+ --slide-glow-2: rgba(245, 166, 35, 0.04);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ section[data-tone="rose"] {
|
|
|
|
|
+ --slide-glow-1: rgba(255, 77, 141, 0.09);
|
|
|
|
|
+ --slide-glow-2: rgba(255, 77, 141, 0.04);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ section[data-tone="green"] {
|
|
|
|
|
+ --slide-glow-1: rgba(0, 220, 130, 0.08);
|
|
|
|
|
+ --slide-glow-2: rgba(0, 220, 130, 0.03);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ section[data-tone="purple"] {
|
|
|
|
|
+ --slide-glow-1: rgba(139, 92, 246, 0.10);
|
|
|
|
|
+ --slide-glow-2: rgba(139, 92, 246, 0.04);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ section[data-tone="blue"] {
|
|
|
|
|
+ --slide-glow-1: rgba(59, 130, 246, 0.08);
|
|
|
|
|
+ --slide-glow-2: rgba(59, 130, 246, 0.03);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ section[data-tone="orange"] {
|
|
|
|
|
+ --slide-glow-1: rgba(249, 115, 22, 0.10);
|
|
|
|
|
+ --slide-glow-2: rgba(249, 115, 22, 0.04);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .cover-hero {
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ inset: 0;
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ flex-direction: column;
|
|
|
|
|
+ justify-content: center;
|
|
|
|
|
+ padding: clamp(40px, 8vh, 100px) clamp(24px, 6vw, 80px);
|
|
|
|
|
+ background:
|
|
|
|
|
+ radial-gradient(ellipse 60% 80% at 30% 30%, rgba(245, 166, 35, 0.08) 0%, transparent 70%),
|
|
|
|
|
+ radial-gradient(ellipse 40% 60% at 80% 70%, rgba(139, 92, 246, 0.05) 0%, transparent 70%),
|
|
|
|
|
+ var(--bg-0);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .cover-grid-bg {
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ inset: 0;
|
|
|
|
|
+ background-image:
|
|
|
|
|
+ linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
|
|
|
|
|
+ linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
|
|
|
|
|
+ background-size: 60px 60px;
|
|
|
|
|
+ mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 0%, transparent 70%);
|
|
|
|
|
+ -webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 0%, transparent 70%);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .cover-content {
|
|
|
|
|
+ position: relative;
|
|
|
|
|
+ z-index: 2;
|
|
|
|
|
+ max-width: var(--max-w);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .cover-meta {
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ align-items: center;
|
|
|
|
|
+ gap: 16px;
|
|
|
|
|
+ font-family: var(--font-mono);
|
|
|
|
|
+ font-size: 0.78rem;
|
|
|
|
|
+ color: var(--text-3);
|
|
|
|
|
+ letter-spacing: 0.18em;
|
|
|
|
|
+ text-transform: uppercase;
|
|
|
|
|
+ margin-bottom: 32px;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .cover-meta::before {
|
|
|
|
|
+ content: '';
|
|
|
|
|
+ width: 32px;
|
|
|
|
|
+ height: 2px;
|
|
|
|
|
+ background: var(--amber);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .cover-title {
|
|
|
|
|
+ font-family: var(--font-head);
|
|
|
|
|
+ font-weight: 900;
|
|
|
|
|
+ letter-spacing: -0.04em;
|
|
|
|
|
+ line-height: 0.92;
|
|
|
|
|
+ font-size: clamp(3.5rem, 11vw, 9rem);
|
|
|
|
|
+ color: #fff;
|
|
|
|
|
+ background: linear-gradient(135deg, #fff 30%, rgba(245, 166, 35, 0.9) 100%);
|
|
|
|
|
+ -webkit-background-clip: text;
|
|
|
|
|
+ background-clip: text;
|
|
|
|
|
+ -webkit-text-fill-color: transparent;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .cover-sub {
|
|
|
|
|
+ font-size: clamp(1rem, 1.6vw, 1.4rem);
|
|
|
|
|
+ color: var(--text-2);
|
|
|
|
|
+ max-width: 780px;
|
|
|
|
|
+ margin-top: 32px;
|
|
|
|
|
+ line-height: 1.7;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .cover-stats {
|
|
|
|
|
+ display: grid;
|
|
|
|
|
+ grid-template-columns: repeat(4, 1fr);
|
|
|
|
|
+ gap: clamp(12px, 2vw, 28px);
|
|
|
|
|
+ margin-top: clamp(48px, 8vh, 96px);
|
|
|
|
|
+ padding-top: clamp(24px, 4vh, 48px);
|
|
|
|
|
+ border-top: 1px solid var(--border);
|
|
|
|
|
+ max-width: 900px;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .cover-stat .num {
|
|
|
|
|
+ font-family: var(--font-head);
|
|
|
|
|
+ font-weight: 800;
|
|
|
|
|
+ font-size: clamp(1.6rem, 2.8vw, 2.4rem);
|
|
|
|
|
+ letter-spacing: -0.02em;
|
|
|
|
|
+ color: var(--amber);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .cover-stat .lbl {
|
|
|
|
|
+ font-size: 0.78rem;
|
|
|
|
|
+ color: var(--text-3);
|
|
|
|
|
+ margin-top: 4px;
|
|
|
|
|
+ font-family: var(--font-mono);
|
|
|
|
|
+ letter-spacing: 0.05em;
|
|
|
|
|
+ text-transform: uppercase;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @media(max-width:720px) {
|
|
|
|
|
+ .cover-stats {
|
|
|
|
|
+ grid-template-columns: repeat(2, 1fr);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .nav-rail {
|
|
|
|
|
+ position: fixed;
|
|
|
|
|
+ left: clamp(16px, 2vw, 32px);
|
|
|
|
|
+ top: 50%;
|
|
|
|
|
+ transform: translateY(-50%);
|
|
|
|
|
+ z-index: 100;
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ flex-direction: column;
|
|
|
|
|
+ gap: 12px;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .nav-dot {
|
|
|
|
|
+ width: 32px;
|
|
|
|
|
+ height: 3px;
|
|
|
|
|
+ border-radius: 2px;
|
|
|
|
|
+ background: rgba(255, 255, 255, 0.14);
|
|
|
|
|
+ cursor: pointer;
|
|
|
|
|
+ transition: all 0.5s cubic-bezier(.2, .7, .2, 1);
|
|
|
|
|
+ position: relative;
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ align-items: center;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .nav-dot.active {
|
|
|
|
|
+ background: var(--amber);
|
|
|
|
|
+ width: 48px;
|
|
|
|
|
+ box-shadow: 0 0 12px rgba(245, 166, 35, 0.4);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .nav-dot:hover {
|
|
|
|
|
+ background: rgba(255, 255, 255, 0.3);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .nav-dot::after {
|
|
|
|
|
+ content: attr(data-tip);
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ left: calc(100% + 16px);
|
|
|
|
|
+ top: 50%;
|
|
|
|
|
+ transform: translateY(-50%) translateX(-6px);
|
|
|
|
|
+ background: rgba(20, 20, 20, 0.92);
|
|
|
|
|
+ backdrop-filter: blur(8px);
|
|
|
|
|
+ border: 1px solid var(--border);
|
|
|
|
|
+ padding: 6px 12px;
|
|
|
|
|
+ border-radius: 6px;
|
|
|
|
|
+ font-size: 0.72rem;
|
|
|
|
|
+ color: var(--text-1);
|
|
|
|
|
+ white-space: nowrap;
|
|
|
|
|
+ opacity: 0;
|
|
|
|
|
+ pointer-events: none;
|
|
|
|
|
+ transition: opacity 0.25s ease, transform 0.25s ease;
|
|
|
|
|
+ font-family: var(--font-mono);
|
|
|
|
|
+ letter-spacing: 0.04em;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .nav-dot:hover::after,
|
|
|
|
|
+ .nav-dot.active::after {
|
|
|
|
|
+ opacity: 1;
|
|
|
|
|
+ transform: translateY(-50%) translateX(0);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .progress-line {
|
|
|
|
|
+ position: fixed;
|
|
|
|
|
+ top: 0;
|
|
|
|
|
+ left: 0;
|
|
|
|
|
+ height: 2px;
|
|
|
|
|
+ background: linear-gradient(90deg, var(--amber), var(--rose));
|
|
|
|
|
+ z-index: 1000;
|
|
|
|
|
+ width: 0%;
|
|
|
|
|
+ transition: width 0.3s ease;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .top-bar {
|
|
|
|
|
+ position: fixed;
|
|
|
|
|
+ top: 0;
|
|
|
|
|
+ left: 0;
|
|
|
|
|
+ right: 0;
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ justify-content: space-between;
|
|
|
|
|
+ align-items: center;
|
|
|
|
|
+ padding: 18px clamp(24px, 4vw, 48px);
|
|
|
|
|
+ z-index: 99;
|
|
|
|
|
+ pointer-events: none;
|
|
|
|
|
+ background: linear-gradient(180deg, rgba(10, 10, 10, 0.85) 0%, transparent 100%);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .brand-logo {
|
|
|
|
|
+ font-family: var(--font-head);
|
|
|
|
|
+ font-weight: 900;
|
|
|
|
|
+ font-size: 0.88rem;
|
|
|
|
|
+ letter-spacing: 0.2em;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .brand-logo .dot {
|
|
|
|
|
+ color: var(--amber);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .slide-counter {
|
|
|
|
|
+ position: fixed;
|
|
|
|
|
+ left: clamp(16px, 2vw, 28px);
|
|
|
|
|
+ bottom: clamp(16px, 2vh, 28px);
|
|
|
|
|
+ z-index: 100;
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ align-items: center;
|
|
|
|
|
+ gap: 8px;
|
|
|
|
|
+ padding: 8px 14px;
|
|
|
|
|
+ border-radius: 999px;
|
|
|
|
|
+ background: rgba(20, 20, 20, 0.85);
|
|
|
|
|
+ backdrop-filter: blur(16px);
|
|
|
|
|
+ border: 1px solid var(--border-strong);
|
|
|
|
|
+ font-family: var(--font-mono);
|
|
|
|
|
+ font-size: 0.74rem;
|
|
|
|
|
+ letter-spacing: 0.1em;
|
|
|
|
|
+ color: var(--text-2);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .slide-counter .now {
|
|
|
|
|
+ color: var(--amber);
|
|
|
|
|
+ font-weight: 700;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .slide-counter .bar {
|
|
|
|
|
+ width: 60px;
|
|
|
|
|
+ height: 2px;
|
|
|
|
|
+ background: rgba(255, 255, 255, 0.1);
|
|
|
|
|
+ border-radius: 2px;
|
|
|
|
|
+ overflow: hidden;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .slide-counter .bar::after {
|
|
|
|
|
+ content: '';
|
|
|
|
|
+ display: block;
|
|
|
|
|
+ height: 100%;
|
|
|
|
|
+ width: var(--pct, 0%);
|
|
|
|
|
+ background: linear-gradient(90deg, var(--amber), var(--rose));
|
|
|
|
|
+ transition: width 0.6s cubic-bezier(.2, .7, .2, 1);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .kbd-hint {
|
|
|
|
|
+ position: fixed;
|
|
|
|
|
+ right: clamp(16px, 2vw, 28px);
|
|
|
|
|
+ bottom: clamp(16px, 2vh, 28px);
|
|
|
|
|
+ z-index: 100;
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ align-items: center;
|
|
|
|
|
+ gap: 10px;
|
|
|
|
|
+ padding: 10px 16px;
|
|
|
|
|
+ border-radius: 999px;
|
|
|
|
|
+ background: rgba(20, 20, 20, 0.85);
|
|
|
|
|
+ backdrop-filter: blur(16px);
|
|
|
|
|
+ border: 1px solid var(--border-strong);
|
|
|
|
|
+ font-family: var(--font-mono);
|
|
|
|
|
+ font-size: 0.72rem;
|
|
|
|
|
+ color: var(--text-2);
|
|
|
|
|
+ letter-spacing: 0.04em;
|
|
|
|
|
+ transition: opacity 0.6s ease, transform 0.6s ease;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .kbd-hint.fade {
|
|
|
|
|
+ opacity: 0;
|
|
|
|
|
+ transform: translateY(12px);
|
|
|
|
|
+ pointer-events: none;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .kbd-hint kbd {
|
|
|
|
|
+ display: inline-flex;
|
|
|
|
|
+ align-items: center;
|
|
|
|
|
+ justify-content: center;
|
|
|
|
|
+ min-width: 22px;
|
|
|
|
|
+ height: 22px;
|
|
|
|
|
+ padding: 0 6px;
|
|
|
|
|
+ background: var(--bg-3);
|
|
|
|
|
+ border: 1px solid var(--border-strong);
|
|
|
|
|
+ border-radius: 4px;
|
|
|
|
|
+ font-size: 0.7rem;
|
|
|
|
|
+ font-family: var(--font-mono);
|
|
|
|
|
+ color: var(--text-1);
|
|
|
|
|
+ box-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .section-inner {
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ max-width: var(--max-w);
|
|
|
|
|
+ margin: 0 auto;
|
|
|
|
|
+ position: relative;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .section-head {
|
|
|
|
|
+ margin-bottom: clamp(32px, 5vh, 64px);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .section-eyebrow {
|
|
|
|
|
+ display: inline-flex;
|
|
|
|
|
+ align-items: center;
|
|
|
|
|
+ gap: 10px;
|
|
|
|
|
+ font-family: var(--font-mono);
|
|
|
|
|
+ font-size: 0.72rem;
|
|
|
|
|
+ letter-spacing: 0.18em;
|
|
|
|
|
+ text-transform: uppercase;
|
|
|
|
|
+ color: var(--amber);
|
|
|
|
|
+ font-weight: 500;
|
|
|
|
|
+ margin-bottom: 18px;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .section-eyebrow::before {
|
|
|
|
|
+ content: '';
|
|
|
|
|
+ display: inline-block;
|
|
|
|
|
+ width: 24px;
|
|
|
|
|
+ height: 1px;
|
|
|
|
|
+ background: var(--amber);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .section-sub {
|
|
|
|
|
+ color: var(--text-2);
|
|
|
|
|
+ font-size: 1.05rem;
|
|
|
|
|
+ max-width: 720px;
|
|
|
|
|
+ margin-top: 14px;
|
|
|
|
|
+ line-height: 1.8;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .grid {
|
|
|
|
|
+ display: grid;
|
|
|
|
|
+ gap: clamp(14px, 1.6vw, 22px);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .grid-2 {
|
|
|
|
|
+ grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .grid-3 {
|
|
|
|
|
+ grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .grid-4 {
|
|
|
|
|
+ grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .card {
|
|
|
|
|
+ background: linear-gradient(180deg, rgba(255, 255, 255, 0.025) 0%, rgba(255, 255, 255, 0.008) 100%), var(--bg-1);
|
|
|
|
|
+ border: 1px solid var(--border);
|
|
|
|
|
+ border-radius: var(--radius-md);
|
|
|
|
|
+ padding: clamp(20px, 2.2vw, 32px);
|
|
|
|
|
+ position: relative;
|
|
|
|
|
+ backdrop-filter: blur(8px);
|
|
|
|
|
+ -webkit-backdrop-filter: blur(8px);
|
|
|
|
|
+ transition: transform 0.4s cubic-bezier(.2, .7, .2, 1), border-color 0.3s ease, box-shadow 0.4s ease;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .card:hover {
|
|
|
|
|
+ border-color: var(--border-strong);
|
|
|
|
|
+ transform: translateY(-3px);
|
|
|
|
|
+ box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(245, 166, 35, 0.08);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .card.card-glow {
|
|
|
|
|
+ box-shadow: 0 0 60px rgba(245, 166, 35, 0.12), 0 0 120px rgba(245, 166, 35, 0.06);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .card.card-glow-green {
|
|
|
|
|
+ box-shadow: 0 0 60px rgba(0, 220, 130, 0.12), 0 0 120px rgba(0, 220, 130, 0.06);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .card.card-glow-rose {
|
|
|
|
|
+ box-shadow: 0 0 60px rgba(255, 77, 141, 0.12), 0 0 120px rgba(255, 77, 141, 0.06);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .card-accent {
|
|
|
|
|
+ border-left: 3px solid var(--amber);
|
|
|
|
|
+ border-top: 1px solid var(--border);
|
|
|
|
|
+ border-right: 1px solid var(--border);
|
|
|
|
|
+ border-bottom: 1px solid var(--border);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .metric {
|
|
|
|
|
+ background: var(--bg-1);
|
|
|
|
|
+ border: 1px solid var(--border);
|
|
|
|
|
+ border-radius: var(--radius-md);
|
|
|
|
|
+ padding: clamp(24px, 2.5vw, 36px);
|
|
|
|
|
+ position: relative;
|
|
|
|
|
+ overflow: hidden;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .metric::before {
|
|
|
|
|
+ content: '';
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ top: 0;
|
|
|
|
|
+ left: 0;
|
|
|
|
|
+ right: 0;
|
|
|
|
|
+ height: 2px;
|
|
|
|
|
+ background: linear-gradient(90deg, var(--amber), transparent);
|
|
|
|
|
+ opacity: 0.6;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .metric .metric-label {
|
|
|
|
|
+ font-family: var(--font-mono);
|
|
|
|
|
+ font-size: 0.7rem;
|
|
|
|
|
+ letter-spacing: 0.15em;
|
|
|
|
|
+ text-transform: uppercase;
|
|
|
|
|
+ color: var(--text-3);
|
|
|
|
|
+ margin-bottom: 10px;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .metric .metric-value {
|
|
|
|
|
+ font-family: var(--font-head);
|
|
|
|
|
+ font-weight: 800;
|
|
|
|
|
+ font-size: clamp(2.2rem, 4vw, 3.5rem);
|
|
|
|
|
+ letter-spacing: -0.03em;
|
|
|
|
|
+ line-height: 1;
|
|
|
|
|
+ color: var(--text-1);
|
|
|
|
|
+ margin-bottom: 8px;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .metric .metric-unit {
|
|
|
|
|
+ font-family: var(--font-mono);
|
|
|
|
|
+ font-size: 0.85rem;
|
|
|
|
|
+ color: var(--amber);
|
|
|
|
|
+ font-weight: 500;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .metric .metric-sub {
|
|
|
|
|
+ margin-top: 14px;
|
|
|
|
|
+ font-size: 0.82rem;
|
|
|
|
|
+ color: var(--text-2);
|
|
|
|
|
+ line-height: 1.5;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .voice-card {
|
|
|
|
|
+ background: var(--bg-1);
|
|
|
|
|
+ border: 1px solid var(--border);
|
|
|
|
|
+ border-radius: var(--radius-md);
|
|
|
|
|
+ padding: 20px 24px;
|
|
|
|
|
+ margin-bottom: 14px;
|
|
|
|
|
+ transition: all 0.3s ease;
|
|
|
|
|
+ position: relative;
|
|
|
|
|
+ overflow: visible;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .voice-card::before {
|
|
|
|
|
+ content: '';
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ top: 0;
|
|
|
|
|
+ bottom: 0;
|
|
|
|
|
+ left: 0;
|
|
|
|
|
+ width: 3px;
|
|
|
|
|
+ height: auto;
|
|
|
|
|
+ background: var(--rose);
|
|
|
|
|
+ opacity: 0.6;
|
|
|
|
|
+ transition: opacity 0.3s;
|
|
|
|
|
+ border-radius: var(--radius-md) 0 0 var(--radius-md);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .voice-card.hot {
|
|
|
|
|
+ border-color: rgba(245, 166, 35, 0.3);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .voice-card.hot::before {
|
|
|
|
|
+ opacity: 1;
|
|
|
|
|
+ background: var(--amber);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .voice-card:hover {
|
|
|
|
|
+ transform: translateY(-2px);
|
|
|
|
|
+ box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
|
|
|
|
|
+ border-color: var(--border-strong);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .voice-card .voice-content {
|
|
|
|
|
+ font-size: 0.96rem;
|
|
|
|
|
+ line-height: 1.7;
|
|
|
|
|
+ color: var(--text-1);
|
|
|
|
|
+ margin: 12px 0;
|
|
|
|
|
+ font-weight: 400;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .voice-card .voice-meta {
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ gap: 8px;
|
|
|
|
|
+ flex-wrap: wrap;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .voice-tag {
|
|
|
|
|
+ display: inline-flex;
|
|
|
|
|
+ padding: 3px 10px;
|
|
|
|
|
+ background: rgba(255, 77, 141, 0.1);
|
|
|
|
|
+ color: var(--rose);
|
|
|
|
|
+ border-radius: 4px;
|
|
|
|
|
+ font-size: 0.72rem;
|
|
|
|
|
+ font-weight: 500;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .voice-card.hot .voice-tag {
|
|
|
|
|
+ background: rgba(245, 166, 35, 0.1);
|
|
|
|
|
+ color: var(--amber);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .tag {
|
|
|
|
|
+ display: inline-flex;
|
|
|
|
|
+ align-items: center;
|
|
|
|
|
+ gap: 6px;
|
|
|
|
|
+ padding: 4px 10px;
|
|
|
|
|
+ border-radius: 4px;
|
|
|
|
|
+ font-size: 0.72rem;
|
|
|
|
|
+ font-weight: 500;
|
|
|
|
|
+ letter-spacing: 0.02em;
|
|
|
|
|
+ font-family: var(--font-head);
|
|
|
|
|
+ background: rgba(245, 166, 35, 0.1);
|
|
|
|
|
+ color: var(--amber);
|
|
|
|
|
+ border: 1px solid rgba(245, 166, 35, 0.22);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .tag.green {
|
|
|
|
|
+ background: rgba(0, 220, 130, 0.08);
|
|
|
|
|
+ color: var(--green);
|
|
|
|
|
+ border-color: rgba(0, 220, 130, 0.2);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .tag.purple {
|
|
|
|
|
+ background: rgba(139, 92, 246, 0.08);
|
|
|
|
|
+ color: var(--purple);
|
|
|
|
|
+ border-color: rgba(139, 92, 246, 0.2);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .tag.rose {
|
|
|
|
|
+ background: rgba(255, 77, 141, 0.08);
|
|
|
|
|
+ color: var(--rose);
|
|
|
|
|
+ border-color: rgba(255, 77, 141, 0.2);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .tag.blue {
|
|
|
|
|
+ background: rgba(59, 130, 246, 0.08);
|
|
|
|
|
+ color: var(--blue);
|
|
|
|
|
+ border-color: rgba(59, 130, 246, 0.2);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .tag.orange {
|
|
|
|
|
+ background: rgba(249, 115, 22, 0.08);
|
|
|
|
|
+ color: var(--orange);
|
|
|
|
|
+ border-color: rgba(249, 115, 22, 0.2);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .tag.red {
|
|
|
|
|
+ background: rgba(239, 68, 68, 0.08);
|
|
|
|
|
+ color: var(--red);
|
|
|
|
|
+ border-color: rgba(239, 68, 68, 0.2);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .insight-strip {
|
|
|
|
|
+ display: grid;
|
|
|
|
|
+ grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
|
|
|
|
|
+ gap: 14px;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .insight-pill {
|
|
|
|
|
+ padding: 16px 18px;
|
|
|
|
|
+ border-radius: 12px;
|
|
|
|
|
+ background: rgba(255, 255, 255, 0.03);
|
|
|
|
|
+ border: 1px solid var(--border);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .stack-list {
|
|
|
|
|
+ display: grid;
|
|
|
|
|
+ gap: 12px;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .stack-item {
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ gap: 12px;
|
|
|
|
|
+ align-items: flex-start;
|
|
|
|
|
+ padding: 14px 16px;
|
|
|
|
|
+ border-radius: 12px;
|
|
|
|
|
+ background: rgba(255, 255, 255, 0.02);
|
|
|
|
|
+ border: 1px solid var(--border);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .stack-dot {
|
|
|
|
|
+ width: 10px;
|
|
|
|
|
+ height: 10px;
|
|
|
|
|
+ border-radius: 50%;
|
|
|
|
|
+ margin-top: 8px;
|
|
|
|
|
+ flex: 0 0 auto;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .table-card {
|
|
|
|
|
+ overflow: auto;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ table.clean {
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ border-collapse: collapse;
|
|
|
|
|
+ font-size: 0.9rem;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ table.clean th,
|
|
|
|
|
+ table.clean td {
|
|
|
|
|
+ padding: 12px 10px;
|
|
|
|
|
+ border-bottom: 1px solid var(--border);
|
|
|
|
|
+ text-align: left;
|
|
|
|
|
+ vertical-align: top;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ table.clean th {
|
|
|
|
|
+ font-family: var(--font-mono);
|
|
|
|
|
+ font-size: 0.72rem;
|
|
|
|
|
+ letter-spacing: 0.1em;
|
|
|
|
|
+ text-transform: uppercase;
|
|
|
|
|
+ color: var(--text-3);
|
|
|
|
|
+ background: var(--bg-1);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ table.clean td {
|
|
|
|
|
+ color: var(--text-1);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ table.data-tbl {
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ border-collapse: collapse;
|
|
|
|
|
+ font-size: 0.88rem;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .data-tbl thead th {
|
|
|
|
|
+ text-align: left;
|
|
|
|
|
+ padding: 14px 16px;
|
|
|
|
|
+ background: var(--bg-1);
|
|
|
|
|
+ border-bottom: 1px solid var(--border);
|
|
|
|
|
+ font-family: var(--font-mono);
|
|
|
|
|
+ font-size: 0.72rem;
|
|
|
|
|
+ letter-spacing: 0.08em;
|
|
|
|
|
+ text-transform: uppercase;
|
|
|
|
|
+ color: var(--text-3);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .data-tbl tbody td {
|
|
|
|
|
+ padding: 14px 16px;
|
|
|
|
|
+ border-bottom: 1px solid var(--border);
|
|
|
|
|
+ color: var(--text-1);
|
|
|
|
|
+ vertical-align: middle;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .data-tbl tbody tr:last-child td {
|
|
|
|
|
+ border-bottom: none;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .data-tbl tbody tr:hover {
|
|
|
|
|
+ background: rgba(255, 255, 255, 0.02);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .data-tbl .tb-num {
|
|
|
|
|
+ font-family: var(--font-mono);
|
|
|
|
|
+ font-weight: 600;
|
|
|
|
|
+ color: var(--amber);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .table-wrap {
|
|
|
|
|
+ overflow-x: auto;
|
|
|
|
|
+ border-radius: var(--radius-md);
|
|
|
|
|
+ border: 1px solid var(--border);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .quote-card {
|
|
|
|
|
+ background: var(--bg-1);
|
|
|
|
|
+ border: 1px solid var(--border);
|
|
|
|
|
+ border-radius: var(--radius-md);
|
|
|
|
|
+ padding: 20px 24px;
|
|
|
|
|
+ transition: all 0.3s ease;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .quote-card:hover {
|
|
|
|
|
+ border-color: var(--border-strong);
|
|
|
|
|
+ transform: translateY(-2px);
|
|
|
|
|
+ box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .quote-text {
|
|
|
|
|
+ font-size: 0.95rem;
|
|
|
|
|
+ line-height: 1.7;
|
|
|
|
|
+ color: var(--text-1);
|
|
|
|
|
+ font-weight: 400;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .cover-hero .aurora {
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ inset: 0;
|
|
|
|
|
+ pointer-events: none;
|
|
|
|
|
+ overflow: hidden;
|
|
|
|
|
+ z-index: 1;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .cover-hero .aurora span {
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ border-radius: 50%;
|
|
|
|
|
+ filter: blur(80px);
|
|
|
|
|
+ opacity: 0.5;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .cover-hero .aurora span:nth-child(1) {
|
|
|
|
|
+ width: 500px;
|
|
|
|
|
+ height: 500px;
|
|
|
|
|
+ background: rgba(245, 166, 35, 0.35);
|
|
|
|
|
+ top: -10%;
|
|
|
|
|
+ left: 10%;
|
|
|
|
|
+ animation: aurora-drift-1 18s ease-in-out infinite alternate;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .cover-hero .aurora span:nth-child(2) {
|
|
|
|
|
+ width: 420px;
|
|
|
|
|
+ height: 420px;
|
|
|
|
|
+ background: rgba(139, 92, 246, 0.30);
|
|
|
|
|
+ bottom: -8%;
|
|
|
|
|
+ right: 10%;
|
|
|
|
|
+ animation: aurora-drift-2 22s ease-in-out infinite alternate;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .cover-hero .aurora span:nth-child(3) {
|
|
|
|
|
+ width: 300px;
|
|
|
|
|
+ height: 300px;
|
|
|
|
|
+ background: rgba(0, 220, 130, 0.22);
|
|
|
|
|
+ top: 40%;
|
|
|
|
|
+ left: 55%;
|
|
|
|
|
+ animation: aurora-drift-3 26s ease-in-out infinite alternate;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @keyframes aurora-drift-1 {
|
|
|
|
|
+ from {
|
|
|
|
|
+ transform: translate(0, 0) scale(1);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ to {
|
|
|
|
|
+ transform: translate(60px, 80px) scale(1.2);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @keyframes aurora-drift-2 {
|
|
|
|
|
+ from {
|
|
|
|
|
+ transform: translate(0, 0) scale(1);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ to {
|
|
|
|
|
+ transform: translate(-80px, -60px) scale(1.15);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @keyframes aurora-drift-3 {
|
|
|
|
|
+ from {
|
|
|
|
|
+ transform: translate(0, 0) scale(1);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ to {
|
|
|
|
|
+ transform: translate(-100px, 40px) scale(1.3);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @media(prefers-reduced-motion:reduce) {
|
|
|
|
|
+ .cover-hero .aurora span {
|
|
|
|
|
+ animation: none;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .insight-banner {
|
|
|
|
|
+ min-height: 260px;
|
|
|
|
|
+ background: var(--bg-1);
|
|
|
|
|
+ border: 1px solid var(--border);
|
|
|
|
|
+ border-radius: var(--radius-md);
|
|
|
|
|
+ padding: clamp(32px, 4vw, 56px);
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ flex-direction: column;
|
|
|
|
|
+ justify-content: space-between;
|
|
|
|
|
+ gap: 32px;
|
|
|
|
|
+ position: relative;
|
|
|
|
|
+ overflow: hidden;
|
|
|
|
|
+ margin-bottom: 28px;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .insight-banner::before {
|
|
|
|
|
+ content: attr(data-num);
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ top: 16px;
|
|
|
|
|
+ right: 24px;
|
|
|
|
|
+ font-family: var(--font-head);
|
|
|
|
|
+ font-weight: 900;
|
|
|
|
|
+ font-size: clamp(4rem, 9vw, 7rem);
|
|
|
|
|
+ line-height: 1;
|
|
|
|
|
+ color: var(--bg-3);
|
|
|
|
|
+ letter-spacing: -0.05em;
|
|
|
|
|
+ pointer-events: none;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .insight-banner h3 {
|
|
|
|
|
+ font-family: var(--font-head);
|
|
|
|
|
+ font-weight: 800;
|
|
|
|
|
+ font-size: clamp(1.5rem, 2.8vw, 2.2rem);
|
|
|
|
|
+ letter-spacing: -0.02em;
|
|
|
|
|
+ line-height: 1.25;
|
|
|
|
|
+ color: var(--text-1);
|
|
|
|
|
+ max-width: 85%;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .insight-banner h3 strong,
|
|
|
|
|
+ .insight-banner h3 span {
|
|
|
|
|
+ color: var(--amber);
|
|
|
|
|
+ font-weight: 900;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .insight-banner .insight-body {
|
|
|
|
|
+ color: var(--text-2);
|
|
|
|
|
+ font-size: 1rem;
|
|
|
|
|
+ line-height: 1.75;
|
|
|
|
|
+ max-width: 85%;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .insight-banner .insight-data {
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ gap: 24px;
|
|
|
|
|
+ margin-top: 16px;
|
|
|
|
|
+ padding-top: 20px;
|
|
|
|
|
+ border-top: 1px solid var(--border);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .insight-banner .insight-data .dp {
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ flex-direction: column;
|
|
|
|
|
+ gap: 2px;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .insight-banner .insight-data .num {
|
|
|
|
|
+ font-family: var(--font-mono);
|
|
|
|
|
+ font-size: 1.3rem;
|
|
|
|
|
+ font-weight: 700;
|
|
|
|
|
+ color: var(--amber);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .insight-banner .insight-data .lbl {
|
|
|
|
|
+ font-size: 0.72rem;
|
|
|
|
|
+ color: var(--text-3);
|
|
|
|
|
+ text-transform: uppercase;
|
|
|
|
|
+ letter-spacing: 0.1em;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .fade-up {
|
|
|
|
|
+ opacity: 1;
|
|
|
|
|
+ transform: none;
|
|
|
|
|
+ transition: opacity 0.9s cubic-bezier(.16, .84, .33, 1), transform 0.9s cubic-bezier(.16, .84, .33, 1);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ html.js .fade-up {
|
|
|
|
|
+ opacity: 0;
|
|
|
|
|
+ transform: translateY(32px);
|
|
|
|
|
+ will-change: opacity, transform;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ html.js .fade-up.is-visible {
|
|
|
|
|
+ opacity: 1;
|
|
|
|
|
+ transform: translateY(0);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ footer {
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+ padding: 48px clamp(24px, 6vw, 80px);
|
|
|
|
|
+ border-top: 1px solid var(--border);
|
|
|
|
|
+ color: var(--text-3);
|
|
|
|
|
+ font-size: 0.8rem;
|
|
|
|
|
+ background: var(--bg-0);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ footer .meta {
|
|
|
|
|
+ font-family: var(--font-mono);
|
|
|
|
|
+ letter-spacing: 0.12em;
|
|
|
|
|
+ text-transform: uppercase;
|
|
|
|
|
+ margin-top: 8px;
|
|
|
|
|
+ font-size: 0.7rem;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @media(max-width:900px) {
|
|
|
|
|
+ .nav-rail {
|
|
|
|
|
+ display: none;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ </style>
|
|
|
|
|
+</head>
|
|
|
|
|
+
|
|
|
|
|
+<body>
|
|
|
|
|
+
|
|
|
|
|
+ <div class="progress-line" id="progressLine"></div>
|
|
|
|
|
+
|
|
|
|
|
+ <header class="top-bar">
|
|
|
|
|
+ <div class="brand-logo">快手快聘<span class="dot">·</span>VOC</div>
|
|
|
|
|
+ </header>
|
|
|
|
|
+
|
|
|
|
|
+ <nav class="nav-rail" id="navRail"></nav>
|
|
|
|
|
+
|
|
|
|
|
+ <div class="slide-counter">
|
|
|
|
|
+ <span class="now" id="slideNow">01</span>
|
|
|
|
|
+ <div class="bar">
|
|
|
|
|
+ <div id="slideBar"></div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <span id="slideTotal">13</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+
|
|
|
|
|
+ <div class="kbd-hint"><kbd>↓</kbd><kbd>↑</kbd> 滚动切换</div>
|
|
|
|
|
+
|
|
|
|
|
+ <main class="deck">
|
|
|
|
|
+
|
|
|
|
|
+ <!-- ═══ COVER ══════════════════════════════════════════════════════════════ -->
|
|
|
|
|
+ <section class="report-section" data-slide-num="COVER" data-tone="amber" style="position:relative;">
|
|
|
|
|
+ <div class="cover-grid-bg"></div>
|
|
|
|
|
+ <div class="aurora"><span></span><span></span><span></span></div>
|
|
|
|
|
+ <div class="cover-hero">
|
|
|
|
|
+ <div class="section-eyebrow" style="margin-bottom:24px;">VOC 深度洞察报告 · v8</div>
|
|
|
|
|
+ <h1 class="cover-title">快手蓝领求职</h1>
|
|
|
|
|
+ <p class="cover-sub">
|
|
|
|
|
+ 基于 <span style="color:var(--amber);font-weight:700;">380</span> 条视频、
|
|
|
|
|
+ <span style="color:var(--rose);font-weight:700;">8,173</span> 条评论、
|
|
|
|
|
+ <span style="color:var(--green);font-weight:700;">9,455万</span> 次播放的主题化分析,
|
|
|
|
|
+ 回答蓝领在快手求职时"最怕什么、最要什么、为什么会把快手和快聘当成高效率入口"。
|
|
|
|
|
+ </p>
|
|
|
|
|
+ <div class="insight-strip">
|
|
|
|
|
+ <div class="insight-pill">
|
|
|
|
|
+ <div style="font-size:1.9rem;font-weight:800;color:var(--amber);font-family:var(--font-head);">
|
|
|
|
|
+ 19</div>
|
|
|
|
|
+ <div class="text-xs" style="margin-top:6px;">主题关键词文件</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="insight-pill">
|
|
|
|
|
+ <div style="font-size:1.9rem;font-weight:800;color:var(--rose);font-family:var(--font-head);">
|
|
|
|
|
+ 4,695</div>
|
|
|
|
|
+ <div class="text-xs" style="margin-top:6px;">风险相关样本</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="insight-pill">
|
|
|
|
|
+ <div style="font-size:1.9rem;font-weight:800;color:var(--green);font-family:var(--font-head);">
|
|
|
|
|
+ 3,498</div>
|
|
|
|
|
+ <div class="text-xs" style="margin-top:6px;">需求相关样本</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="insight-pill">
|
|
|
|
|
+ <div style="font-size:1.9rem;font-weight:800;color:var(--blue);font-family:var(--font-head);">
|
|
|
|
|
+ 15.1w</div>
|
|
|
|
|
+ <div class="text-xs" style="margin-top:6px;">最高点赞单条</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="text-xs" style="color:var(--text-3);margin-top:28px;">数据截至:2026/4/24 ·
|
|
|
|
|
+ 数据目录:docs/KS-Chanel_analysis/raw/KS</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </section>
|
|
|
|
|
+
|
|
|
|
|
+ <!-- ═══ CH01 执行摘要 ═══════════════════════════════════════════════════════ -->
|
|
|
|
|
+ <section class="report-section" data-slide-num="01" data-tone="amber">
|
|
|
|
|
+ <div class="section-inner">
|
|
|
|
|
+ <div class="section-head">
|
|
|
|
|
+ <div class="section-eyebrow">Chapter 01</div>
|
|
|
|
|
+ <h2 class="text-h1">执行摘要</h2>
|
|
|
|
|
+ <p class="section-sub">先把这份报告真正想回答的业务问题说清楚,再给出可以直接汇报的结论版。</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="grid grid-2" style="margin-bottom:24px;">
|
|
|
|
|
+ <div class="card" style="border-left:3px solid var(--rose);">
|
|
|
|
|
+ <div class="text-h2" style="margin-bottom:10px;color:var(--rose);">最担心的不是低薪,而是被骗</div>
|
|
|
|
|
+ <p class="text-body">从风险样本与高赞表达看,蓝领用户最敏感的是虚假招聘、黑中介、押金不退、工资克扣与入职后货不对板。风险焦虑是比价格比较更靠前的决策变量。</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="card" style="border-left:3px solid var(--green);">
|
|
|
|
|
+ <div class="text-h2" style="margin-bottom:10px;color:var(--green);">最看重的是"确定性条件"</div>
|
|
|
|
|
+ <p class="text-body">工资真实、发薪稳定、包吃包住,当天入职、流程简单,这些词反复出现。它们本质上都是在降低求职成本、迁移成本和试错成本。</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="card" style="border-left:3px solid var(--blue);">
|
|
|
|
|
+ <div class="text-h2" style="margin-bottom:10px;color:var(--blue);">快手承接的是短链路求职决策</div>
|
|
|
|
|
+ <p class="text-body">用户通过直播和短视频看环境、看宿舍、看工资口径,再通过评论和私信做真假判断。快手承担了入口、解释、信任建立和转化承接的复合角色。</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="card" style="border-left:3px solid var(--orange);">
|
|
|
|
|
+ <div class="text-h2" style="margin-bottom:10px;color:var(--orange);">快聘的战略位势来自离转化更近</div>
|
|
|
|
|
+ <p class="text-body">如果内部判断"快聘找工作日活几十万简历,战略位势仅次于电商",那这批 VOC 可以解释原因:需求高频、风险敏感、决策短、转化意图强。</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="card">
|
|
|
|
|
+ <div class="section-eyebrow" style="margin-bottom:14px;">Business Questions</div>
|
|
|
|
|
+ <div class="stack-list">
|
|
|
|
|
+ <div class="stack-item">
|
|
|
|
|
+ <span class="stack-dot" style="background:var(--amber);"></span>
|
|
|
|
|
+ <div>蓝领劳工在求职过程中,最担心的、最看重的是什么</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="stack-item">
|
|
|
|
|
+ <span class="stack-dot" style="background:var(--amber);"></span>
|
|
|
|
|
+ <div>快手为什么能成为蓝领求职的重要渠道</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="stack-item">
|
|
|
|
|
+ <span class="stack-dot" style="background:var(--amber);"></span>
|
|
|
|
|
+ <div>用户真正需要的情绪价值是什么</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="stack-item">
|
|
|
|
|
+ <span class="stack-dot" style="background:var(--amber);"></span>
|
|
|
|
|
+ <div>最值得关注的关键词有哪些</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="stack-item">
|
|
|
|
|
+ <span class="stack-dot" style="background:var(--amber);"></span>
|
|
|
|
|
+ <div>快聘为什么有接近招聘核心转化层的战略位势</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </section>
|
|
|
|
|
+
|
|
|
|
|
+ <!-- ═══ CH02 数据范围与分析方法 ════════════════════════════════════════════ -->
|
|
|
|
|
+ <section class="report-section" data-slide-num="02" data-tone="blue">
|
|
|
|
|
+ <div class="section-inner">
|
|
|
|
|
+ <div class="section-head">
|
|
|
|
|
+ <div class="section-eyebrow" style="color:var(--blue);">Chapter 02</div>
|
|
|
|
|
+ <h2 class="text-h1">数据范围与分析方法</h2>
|
|
|
|
|
+ <p class="section-sub">这一页补足方法论说明,让整份 HTML 不只是结论页,也是一份可解释的数据汇报页。</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="grid grid-4" style="margin-bottom:24px;">
|
|
|
|
|
+ <div class="card metric">
|
|
|
|
|
+ <div class="metric-label">关键词文件</div>
|
|
|
|
|
+ <div class="metric-value" style="color:var(--amber);">19</div>
|
|
|
|
|
+ <div class="metric-sub">覆盖快聘、直播带岗、工资、被骗等主题</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="card metric">
|
|
|
|
|
+ <div class="metric-label">视频总量</div>
|
|
|
|
|
+ <div class="metric-value" style="color:var(--blue);">380</div>
|
|
|
|
|
+ <div class="metric-sub">每个主题包含 top_videos 样本</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="card metric">
|
|
|
|
|
+ <div class="metric-label">评论总量</div>
|
|
|
|
|
+ <div class="metric-value" style="color:var(--rose);">8,173</div>
|
|
|
|
|
+ <div class="metric-sub">本次用户需求判断的核心依据</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="card metric">
|
|
|
|
|
+ <div class="metric-label">播放总量</div>
|
|
|
|
|
+ <div class="metric-value" style="color:var(--green);">9,455万</div>
|
|
|
|
|
+ <div class="metric-sub">用于判断主题在快手端的触达热度</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="grid grid-2">
|
|
|
|
|
+ <div class="card">
|
|
|
|
|
+ <div class="section-eyebrow" style="color:var(--blue);margin-bottom:14px;">Analysis Logic</div>
|
|
|
|
|
+ <div class="stack-list">
|
|
|
|
|
+ <div class="stack-item">
|
|
|
|
|
+ <span class="stack-dot" style="background:var(--blue);"></span>
|
|
|
|
|
+ <div>以原始 raw/KS/*.json 为准,重新汇总视频文案、评论文本和主题热度。</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="stack-item">
|
|
|
|
|
+ <span class="stack-dot" style="background:var(--green);"></span>
|
|
|
|
|
+ <div>按"风险 / 需求 / 渠道 / 情绪 / 战略位势"做语义聚类,而不是只看单个关键词文件。</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="stack-item">
|
|
|
|
|
+ <span class="stack-dot" style="background:var(--rose);"></span>
|
|
|
|
|
+ <div>通过"词项命中 × 文本热度"识别真正有汇报价值的主题词。</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="stack-item">
|
|
|
|
|
+ <span class="stack-dot" style="background:var(--amber);"></span>
|
|
|
|
|
+ <div>保留高赞视频文案和评论样本,方便直接放进管理层汇报或研究结论里。</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="card table-card">
|
|
|
|
|
+ <div class="section-eyebrow" style="color:var(--cyan);margin-bottom:14px;">Data Snapshot</div>
|
|
|
|
|
+ <table class="clean">
|
|
|
|
|
+ <thead>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <th>指标</th>
|
|
|
|
|
+ <th>数值</th>
|
|
|
|
|
+ <th>说明</th>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ </thead>
|
|
|
|
|
+ <tbody>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td>总点赞量</td>
|
|
|
|
|
+ <td>1,088,514</td>
|
|
|
|
|
+ <td>用于估算主题互动强度</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td>最高单条热度</td>
|
|
|
|
|
+ <td>20.3w</td>
|
|
|
|
|
+ <td>高热视频与高赞评论共同构成综合热度</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td>风险样本</td>
|
|
|
|
|
+ <td>4,695</td>
|
|
|
|
|
+ <td>"骗 / 坑 / 中介 / 押金 / 克扣"相关</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td>需求样本</td>
|
|
|
|
|
+ <td>3,498</td>
|
|
|
|
|
+ <td>"工资 / 吃住 / 发薪 / 入职"相关</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td>渠道样本</td>
|
|
|
|
|
+ <td>2,454</td>
|
|
|
|
|
+ <td>"快聘 / 直播带岗 / 蓝领找工作"相关</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ </tbody>
|
|
|
|
|
+ </table>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </section>
|
|
|
|
|
+
|
|
|
|
|
+ <!-- ═══ CH03 最担心什么 ═══════════════════════════════════════════════════ -->
|
|
|
|
|
+ <section class="report-section" data-slide-num="03" data-tone="rose">
|
|
|
|
|
+ <div class="section-inner">
|
|
|
|
|
+ <div class="section-head">
|
|
|
|
|
+ <div class="section-eyebrow" style="color:var(--rose);">Chapter 03</div>
|
|
|
|
|
+ <h2 class="text-h1">蓝领求职最担心什么</h2>
|
|
|
|
|
+ <p class="section-sub">风险不是单点事件,而是从"看到岗位"到"真正入职"全链路的不确定性。这也是快手求职场里最强烈的底层情绪。</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="grid grid-3" style="margin-bottom:24px;">
|
|
|
|
|
+ <div class="card metric">
|
|
|
|
|
+ <div class="metric-label">风险样本</div>
|
|
|
|
|
+ <div class="metric-value" style="color:var(--rose);">4,695</div>
|
|
|
|
|
+ <div class="metric-sub">覆盖招聘骗局、打工陷阱、被坑、黑中介、押金不退等</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="card metric">
|
|
|
|
|
+ <div class="metric-label">首位风险词</div>
|
|
|
|
|
+ <div class="metric-value" style="color:#EF4444;">骗</div>
|
|
|
|
|
+ <div class="metric-sub">按命中条数和热度综合排序</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="card metric">
|
|
|
|
|
+ <div class="metric-label">高热风险表达</div>
|
|
|
|
|
+ <div class="metric-value" style="color:var(--orange);">20.3w</div>
|
|
|
|
|
+ <div class="metric-sub">高热内容通常直接揭露套路或踩坑经历</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="fade-up">
|
|
|
|
|
+ <div
|
|
|
|
|
+ style="background:var(--bg-1);border:1px solid var(--border);border-radius:var(--radius-md);padding:20px 24px;">
|
|
|
|
|
+ <svg viewBox="0 0 920 532" style="width:100%;height:auto;" preserveAspectRatio="xMidYMid meet">
|
|
|
|
|
+ <text x="90" y="39" text-anchor="end" font-size="13" fill="var(--text-2)">骗</text>
|
|
|
|
|
+ <rect x="100" y="16" width="660" height="36" rx="4" fill="#FF4D8D" opacity="0.88" />
|
|
|
|
|
+ <text x="770" y="39" font-size="13" font-weight="700" fill="#FF4D8D"
|
|
|
|
|
+ font-family="monospace">252条 / 514,788</text>
|
|
|
|
|
+ <text x="90" y="89" text-anchor="end" font-size="13" fill="var(--text-2)">黑中介</text>
|
|
|
|
|
+ <rect x="100" y="66" width="504.83484463507307" height="36" rx="4" fill="#FF4D8D"
|
|
|
|
|
+ opacity="0.88" />
|
|
|
|
|
+ <text x="614.8348446350731" y="89" font-size="13" font-weight="700" fill="#FF4D8D"
|
|
|
|
|
+ font-family="monospace">109条 / 393,762</text>
|
|
|
|
|
+ <text x="90" y="139" text-anchor="end" font-size="13" fill="var(--text-2)">坑</text>
|
|
|
|
|
+ <rect x="100" y="116" width="481.11890720063406" height="36" rx="4" fill="#FF4D8D"
|
|
|
|
|
+ opacity="0.88" />
|
|
|
|
|
+ <text x="591.1189072006341" y="139" font-size="13" font-weight="700" fill="#FF4D8D"
|
|
|
|
|
+ font-family="monospace">92条 / 375,264</text>
|
|
|
|
|
+ <text x="90" y="189" text-anchor="end" font-size="13" fill="var(--text-2)">套路</text>
|
|
|
|
|
+ <rect x="100" y="166" width="185.69920044756287" height="36" rx="4" fill="#F97316"
|
|
|
|
|
+ opacity="0.88" />
|
|
|
|
|
+ <text x="295.6992004475629" y="189" font-size="13" font-weight="700" fill="#F97316"
|
|
|
|
|
+ font-family="monospace">45条 / 144,842</text>
|
|
|
|
|
+ <text x="90" y="239" text-anchor="end" font-size="13" fill="var(--text-2)">黑厂</text>
|
|
|
|
|
+ <rect x="100" y="216" width="158.37676868924683" height="36" rx="4" fill="#FF4D8D"
|
|
|
|
|
+ opacity="0.88" />
|
|
|
|
|
+ <text x="268.37676868924683" y="239" font-size="13" font-weight="700" fill="#FF4D8D"
|
|
|
|
|
+ font-family="monospace">43条 / 123,531</text>
|
|
|
|
|
+ <text x="90" y="289" text-anchor="end" font-size="13" fill="var(--text-2)">押金</text>
|
|
|
|
|
+ <rect x="100" y="266" width="122.49388097624653" height="36" rx="4" fill="#F5A623"
|
|
|
|
|
+ opacity="0.88" />
|
|
|
|
|
+ <text x="232.49388097624654" y="289" font-size="13" font-weight="700" fill="#F5A623"
|
|
|
|
|
+ font-family="monospace">105条 / 95,543</text>
|
|
|
|
|
+ <text x="90" y="339" text-anchor="end" font-size="13" fill="var(--text-2)">不退</text>
|
|
|
|
|
+ <rect x="100" y="316" width="107.83071866477073" height="36" rx="4" fill="#F5A623"
|
|
|
|
|
+ opacity="0.88" />
|
|
|
|
|
+ <text x="217.83071866477073" y="339" font-size="13" font-weight="700" fill="#F5A623"
|
|
|
|
|
+ font-family="monospace">70条 / 84,106</text>
|
|
|
|
|
+ <text x="90" y="389" text-anchor="end" font-size="13" fill="var(--text-2)">陷阱</text>
|
|
|
|
|
+ <rect x="100" y="366" width="94.98939369216066" height="36" rx="4" fill="#F97316"
|
|
|
|
|
+ opacity="0.88" />
|
|
|
|
|
+ <text x="204.98939369216066" y="389" font-size="13" font-weight="700" fill="#F97316"
|
|
|
|
|
+ font-family="monospace">21条 / 74,090</text>
|
|
|
|
|
+ <text x="90" y="439" text-anchor="end" font-size="13" fill="var(--text-2)">克扣</text>
|
|
|
|
|
+ <rect x="100" y="416" width="19.426093848341452" height="36" rx="4" fill="#EF4444"
|
|
|
|
|
+ opacity="0.88" />
|
|
|
|
|
+ <text x="129.42609384834145" y="439" font-size="13" font-weight="700" fill="#EF4444"
|
|
|
|
|
+ font-family="monospace">16条 / 15,152</text>
|
|
|
|
|
+ <text x="90" y="489" text-anchor="end" font-size="13" fill="var(--text-2)">维权</text>
|
|
|
|
|
+ <rect x="100" y="466" width="15.068299960372036" height="36" rx="4" fill="#EF4444"
|
|
|
|
|
+ opacity="0.88" />
|
|
|
|
|
+ <text x="125.06829996037203" y="489" font-size="13" font-weight="700" fill="#EF4444"
|
|
|
|
|
+ font-family="monospace">12条 / 11,753</text>
|
|
|
|
|
+ </svg>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="grid grid-2" style="margin-top:22px;">
|
|
|
|
|
+ <div class="card quote-card">
|
|
|
|
|
+ <div
|
|
|
|
|
+ style="display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap;margin-bottom:10px;">
|
|
|
|
|
+ <div style="display:flex;gap:8px;align-items:center;flex-wrap:wrap;">
|
|
|
|
|
+ <span class="tag"
|
|
|
|
|
+ style="background:var(--rose)18;color:var(--rose);border-color:var(--rose)44;">黑中介</span>
|
|
|
|
|
+ <span class="text-xs">视频文案</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="text-xs">赞 15.1w · 热度 20.3w</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="quote-text">"#万恶之源 #搞笑我是认真的 #搞笑 黑中介的噩梦,只要我不努力,你就过不上你想要的生活"</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="card quote-card">
|
|
|
|
|
+ <div
|
|
|
|
|
+ style="display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap;margin-bottom:10px;">
|
|
|
|
|
+ <div style="display:flex;gap:8px;align-items:center;flex-wrap:wrap;">
|
|
|
|
|
+ <span class="tag"
|
|
|
|
|
+ style="background:var(--rose)18;color:var(--rose);border-color:var(--rose)44;">黑厂</span>
|
|
|
|
|
+ <span class="text-xs">视频文案</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="text-xs">赞 9.2w · 热度 12.3w</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="quote-text">"揭秘!广东5大黑厂有哪些?想不被坑,千万不要进#电子厂 #普工 #打工人"</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="card quote-card">
|
|
|
|
|
+ <div
|
|
|
|
|
+ style="display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap;margin-bottom:10px;">
|
|
|
|
|
+ <div style="display:flex;gap:8px;align-items:center;flex-wrap:wrap;">
|
|
|
|
|
+ <span class="tag"
|
|
|
|
|
+ style="background:var(--rose)18;color:var(--rose);border-color:var(--rose)44;">入职被坑</span>
|
|
|
|
|
+ <span class="text-xs">视频文案</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="text-xs">赞 6.6w · 热度 8.5w</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="quote-text">"再过段时间,应届毕业生们就该实习找工作了,千万要擦亮眼睛,别被这种新型招聘骗局给坑了!#诈骗 #招聘 #应届毕业生"</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="card quote-card">
|
|
|
|
|
+ <div
|
|
|
|
|
+ style="display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap;margin-bottom:10px;">
|
|
|
|
|
+ <div style="display:flex;gap:8px;align-items:center;flex-wrap:wrap;">
|
|
|
|
|
+ <span class="tag"
|
|
|
|
|
+ style="background:var(--rose)18;color:var(--rose);border-color:var(--rose)44;">黑中介</span>
|
|
|
|
|
+ <span class="text-xs">视频文案</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="text-xs">赞 3.7w · 热度 6.2w</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="quote-text">"#维护法律尊严和正义 #严厉打击黑中介 #黑中介骗了多少中国同胞,把黑中介一网打尽,广大网友们,你们支持吗?"</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="card" style="margin-top:22px;border-left:3px solid var(--rose);">
|
|
|
|
|
+ <div class="text-h2" style="margin-bottom:12px;color:var(--rose);">汇报可直接引用</div>
|
|
|
|
|
+ <p class="text-body">
|
|
|
|
|
+ 蓝领求职最强焦虑不是"工资不够高",而是"会不会被骗、会不会被中介抽走、会不会交押金、会不会干完拿不到钱"。风险感知先于薪资吸引,是快手求职内容里最值得重视的底层变量。</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </section>
|
|
|
|
|
+
|
|
|
|
|
+ <!-- ═══ CH04 最看重什么 ════════════════════════════════════════════════════ -->
|
|
|
|
|
+ <section class="report-section" data-slide-num="04" data-tone="green">
|
|
|
|
|
+ <div class="section-inner">
|
|
|
|
|
+ <div class="section-head">
|
|
|
|
|
+ <div class="section-eyebrow" style="color:var(--green);">Chapter 04</div>
|
|
|
|
|
+ <h2 class="text-h1">蓝领求职最看重什么</h2>
|
|
|
|
|
+ <p class="section-sub">对蓝领来说,最重要的不是抽象品牌,而是"值不值得去、去了会不会亏、多久能上岗"这种极度现实的问题。</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="grid grid-4" style="margin-bottom:24px;">
|
|
|
|
|
+ <div class="card">
|
|
|
|
|
+ <div class="text-h2" style="margin-bottom:10px;color:var(--green);">工资真实</div>
|
|
|
|
|
+ <p class="text-body">用户会反复对照薪资口径、到手收入和发薪规则。</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="card">
|
|
|
|
|
+ <div class="text-h2" style="margin-bottom:10px;color:var(--green);">发薪稳定</div>
|
|
|
|
|
+ <p class="text-body">"发工资""日结""加班费"都在传递更强的安全感。</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="card">
|
|
|
|
|
+ <div class="text-h2" style="margin-bottom:10px;color:var(--green);">包吃包住</div>
|
|
|
|
|
+ <p class="text-body">它直接降低异地求职的初始成本和决策门槛。</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="card">
|
|
|
|
|
+ <div class="text-h2" style="margin-bottom:10px;color:var(--green);">当天入职</div>
|
|
|
|
|
+ <p class="text-body">蓝领决策短,能不能快速落地决定转化效率。</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="fade-up">
|
|
|
|
|
+ <div
|
|
|
|
|
+ style="background:var(--bg-1);border:1px solid var(--border);border-radius:var(--radius-md);padding:20px 24px;">
|
|
|
|
|
+ <svg viewBox="0 0 920 432" style="width:100%;height:auto;" preserveAspectRatio="xMidYMid meet">
|
|
|
|
|
+ <text x="90" y="39" text-anchor="end" font-size="13" fill="var(--text-2)">工资</text>
|
|
|
|
|
+ <rect x="100" y="16" width="660" height="36" rx="4" fill="#00DC82" opacity="0.88" />
|
|
|
|
|
+ <text x="770" y="39" font-size="13" font-weight="700" fill="#00DC82"
|
|
|
|
|
+ font-family="monospace">186条 / 117,968</text>
|
|
|
|
|
+ <text x="90" y="89" text-anchor="end" font-size="13" fill="var(--text-2)">包吃包住</text>
|
|
|
|
|
+ <rect x="100" y="66" width="530.2188729146887" height="36" rx="4" fill="#00DC82"
|
|
|
|
|
+ opacity="0.88" />
|
|
|
|
|
+ <text x="640.2188729146887" y="89" font-size="13" font-weight="700" fill="#00DC82"
|
|
|
|
|
+ font-family="monospace">31条 / 94,771</text>
|
|
|
|
|
+ <text x="90" y="139" text-anchor="end" font-size="13" fill="var(--text-2)">加班费</text>
|
|
|
|
|
+ <rect x="100" y="116" width="246.1404787739048" height="36" rx="4" fill="#3B82F6"
|
|
|
|
|
+ opacity="0.88" />
|
|
|
|
|
+ <text x="356.14047877390476" y="139" font-size="13" font-weight="700" fill="#3B82F6"
|
|
|
|
|
+ font-family="monospace">20条 / 43,995</text>
|
|
|
|
|
+ <text x="90" y="189" text-anchor="end" font-size="13" fill="var(--text-2)">吃住</text>
|
|
|
|
|
+ <rect x="100" y="166" width="190.5567611555676" height="36" rx="4" fill="#00DC82"
|
|
|
|
|
+ opacity="0.88" />
|
|
|
|
|
+ <text x="300.55676115556764" y="189" font-size="13" font-weight="700" fill="#00DC82"
|
|
|
|
|
+ font-family="monospace">21条 / 34,060</text>
|
|
|
|
|
+ <text x="90" y="239" text-anchor="end" font-size="13" fill="var(--text-2)">住宿</text>
|
|
|
|
|
+ <rect x="100" y="216" width="141.1216601112166" height="36" rx="4" fill="#3B82F6"
|
|
|
|
|
+ opacity="0.88" />
|
|
|
|
|
+ <text x="251.1216601112166" y="239" font-size="13" font-weight="700" fill="#3B82F6"
|
|
|
|
|
+ font-family="monospace">15条 / 25,224</text>
|
|
|
|
|
+ <text x="90" y="289" text-anchor="end" font-size="13" fill="var(--text-2)">当天入职</text>
|
|
|
|
|
+ <rect x="100" y="266" width="107.77702427777025" height="36" rx="4" fill="#8B5CF6"
|
|
|
|
|
+ opacity="0.88" />
|
|
|
|
|
+ <text x="217.77702427777024" y="289" font-size="13" font-weight="700" fill="#8B5CF6"
|
|
|
|
|
+ font-family="monospace">7条 / 19,264</text>
|
|
|
|
|
+ <text x="90" y="339" text-anchor="end" font-size="13" fill="var(--text-2)">发工资</text>
|
|
|
|
|
+ <rect x="100" y="316" width="72.81550929065509" height="36" rx="4" fill="#F5A623"
|
|
|
|
|
+ opacity="0.88" />
|
|
|
|
|
+ <text x="182.8155092906551" y="339" font-size="13" font-weight="700" fill="#F5A623"
|
|
|
|
|
+ font-family="monospace">29条 / 13,015</text>
|
|
|
|
|
+ <text x="90" y="389" text-anchor="end" font-size="13" fill="var(--text-2)">日结</text>
|
|
|
|
|
+ <rect x="100" y="366" width="70.80699850806998" height="36" rx="4" fill="#8B5CF6"
|
|
|
|
|
+ opacity="0.88" />
|
|
|
|
|
+ <text x="180.80699850806997" y="389" font-size="13" font-weight="700" fill="#8B5CF6"
|
|
|
|
|
+ font-family="monospace">30条 / 12,656</text>
|
|
|
|
|
+ </svg>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="grid grid-2" style="margin-top:22px;">
|
|
|
|
|
+ <div class="card quote-card">
|
|
|
|
|
+ <div
|
|
|
|
|
+ style="display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap;margin-bottom:10px;">
|
|
|
|
|
+ <div style="display:flex;gap:8px;align-items:center;flex-wrap:wrap;">
|
|
|
|
|
+ <span class="tag"
|
|
|
|
|
+ style="background:var(--green)18;color:var(--green);border-color:var(--green)44;">工资日结</span>
|
|
|
|
|
+ <span class="text-xs">视频文案</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="text-xs">赞 1.2k · 热度 4.9w</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="quote-text">"..."</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="card quote-card">
|
|
|
|
|
+ <div
|
|
|
|
|
+ style="display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap;margin-bottom:10px;">
|
|
|
|
|
+ <div style="display:flex;gap:8px;align-items:center;flex-wrap:wrap;">
|
|
|
|
|
+ <span class="tag"
|
|
|
|
|
+ style="background:var(--green)18;color:var(--green);border-color:var(--green)44;">加班费</span>
|
|
|
|
|
+ <span class="text-xs">视频文案</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="text-xs">赞 3.1w · 热度 3.8w</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="quote-text">"不给加班费就不加班合理吗?#记录餐饮人生活每一天 #餐饮创业 #现场实拍"</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="card quote-card">
|
|
|
|
|
+ <div
|
|
|
|
|
+ style="display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap;margin-bottom:10px;">
|
|
|
|
|
+ <div style="display:flex;gap:8px;align-items:center;flex-wrap:wrap;">
|
|
|
|
|
+ <span class="tag"
|
|
|
|
|
+ style="background:var(--green)18;color:var(--green);border-color:var(--green)44;">加班费</span>
|
|
|
|
|
+ <span class="text-xs">视频文案</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="text-xs">赞 2w · 热度 2.3w</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="quote-text">"他这是怎么了,晚上10点钟了还去公司加班 #暗恋 #小女友 #内容启发分享计划 #遗憾"</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="card quote-card">
|
|
|
|
|
+ <div
|
|
|
|
|
+ style="display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap;margin-bottom:10px;">
|
|
|
|
|
+ <div style="display:flex;gap:8px;align-items:center;flex-wrap:wrap;">
|
|
|
|
|
+ <span class="tag"
|
|
|
|
|
+ style="background:var(--green)18;color:var(--green);border-color:var(--green)44;">发工资</span>
|
|
|
|
|
+ <span class="text-xs">视频文案</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="text-xs">赞 1.2w · 热度 2.2w</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="quote-text">"#打工妹 #工资条 #打工妹的日常生活 #电子厂"</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="card" style="margin-top:22px;border-left:3px solid var(--green);">
|
|
|
|
|
+ <div class="text-h2" style="margin-bottom:12px;color:var(--green);">汇报可直接引用</div>
|
|
|
|
|
+ <p class="text-body">蓝领最看重的不是单一"高薪",而是工资真实、发薪稳定、包吃包住,当天入职和流程简单。这些条件共同构成了他们对"确定性工作机会"的判断标准。</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </section>
|
|
|
|
|
+
|
|
|
|
|
+ <!-- ═══ CH05 情绪价值强在哪里 ════════════════════════════════════════════ -->
|
|
|
|
|
+ <section class="report-section" data-slide-num="05" data-tone="purple">
|
|
|
|
|
+ <div class="section-inner">
|
|
|
|
|
+ <div class="section-head">
|
|
|
|
|
+ <div class="section-eyebrow" style="color:var(--purple);">Chapter 05</div>
|
|
|
|
|
+ <h2 class="text-h1">情绪价值强在哪里</h2>
|
|
|
|
|
+ <p class="section-sub">真正有价值的情绪,不是空泛安慰,而是"让我少踩坑、让我看得懂、让我敢报名"的决策安全感。</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="grid grid-3" style="margin-bottom:22px;">
|
|
|
|
|
+ <div class="card" style="border-left:3px solid var(--rose);">
|
|
|
|
|
+ <div class="text-h2" style="margin-bottom:10px;color:var(--rose);">负向情绪来源</div>
|
|
|
|
|
+ <p class="text-body">被骗、被坑、黑中介、押金不退、工资克扣,会把委屈、愤怒和无力感放大。</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="card" style="border-left:3px solid var(--green);">
|
|
|
|
|
+ <div class="text-h2" style="margin-bottom:10px;color:var(--green);">正向情绪来源</div>
|
|
|
|
|
+ <p class="text-body">靠谱、真实、放心、包吃包住、当天入职,本质上都在回应"能不能放心去"。</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="card" style="border-left:3px solid var(--amber);">
|
|
|
|
|
+ <div class="text-h2" style="margin-bottom:10px;color:var(--amber);">情绪价值本质</div>
|
|
|
|
|
+ <p class="text-body">是帮用户建立确定性,而不是单纯制造高情绪张力或娱乐氛围。</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="grid grid-3" style="margin-bottom:24px;">
|
|
|
|
|
+ <div class="card" style="border-top:3px solid var(--amber);">
|
|
|
|
|
+ <div style="font-size:2rem;margin-bottom:12px;">👁️</div>
|
|
|
|
|
+ <div class="text-h3" style="color:var(--amber);margin-bottom:8px;">"眼见为实"</div>
|
|
|
|
|
+ <p class="text-sm">消解信息不对称带来的不安全感</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="card" style="border-top:3px solid var(--green);">
|
|
|
|
|
+ <div style="font-size:2rem;margin-bottom:12px;">🤝</div>
|
|
|
|
|
+ <div class="text-h3" style="color:var(--green);margin-bottom:8px;">"老铁推荐"</div>
|
|
|
|
|
+ <p class="text-sm">以熟人身份降低求职者心理防备</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="card" style="border-top:3px solid var(--purple);">
|
|
|
|
|
+ <div style="font-size:2rem;margin-bottom:12px;">🏠</div>
|
|
|
|
|
+ <div class="text-h3" style="color:var(--purple);margin-bottom:8px;">"来了就是兄弟"</div>
|
|
|
|
|
+ <p class="text-sm">强调归属感和人情味</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="card" style="border-top:3px solid var(--blue);">
|
|
|
|
|
+ <div style="font-size:2rem;margin-bottom:12px;">💪</div>
|
|
|
|
|
+ <div class="text-h3" style="color:var(--blue);margin-bottom:8px;">"有尊严地赚钱"</div>
|
|
|
|
|
+ <p class="text-sm">回应蓝领的身份焦虑与社会认同诉求</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="card" style="border-top:3px solid var(--rose);">
|
|
|
|
|
+ <div style="font-size:2rem;margin-bottom:12px;">🛡️</div>
|
|
|
|
|
+ <div class="text-h3" style="color:var(--rose);margin-bottom:8px;">"不骗人、不套路"</div>
|
|
|
|
|
+ <p class="text-sm">针对虚假宣传痛点</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="card" style="border-top:3px solid var(--orange);">
|
|
|
|
|
+ <div style="font-size:2rem;margin-bottom:12px;">⚡</div>
|
|
|
|
|
+ <div class="text-h3" style="color:var(--orange);margin-bottom:8px;">"独门绝技"</div>
|
|
|
|
|
+ <p class="text-sm">放大蓝领专业技能价值</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="insight-banner" data-num="05">
|
|
|
|
|
+ <h3>情绪价值是<strong>双刃剑</strong>——真实故事获得关注,但<strong>虚假摆拍</strong>正在侵蚀信任基础</h3>
|
|
|
|
|
+ <p class="insight-body">外卖骑手、快递小哥、网约车司机因"接地气""高共鸣"属性,成为短视频平台虚假摆拍重灾区。</p>
|
|
|
|
|
+ <div class="insight-data">
|
|
|
|
|
+ <div class="dp">
|
|
|
|
|
+ <div class="num">★★★★★</div>
|
|
|
|
|
+ <div class="lbl">情绪获得感优势</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="dp">
|
|
|
|
|
+ <div class="num">⚠️高风险</div>
|
|
|
|
|
+ <div class="lbl">虚假摆拍泛滥</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="dp">
|
|
|
|
|
+ <div class="num">五部门</div>
|
|
|
|
|
+ <div class="lbl">行政指导监管</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="card card-glow" style="border-left:3px solid var(--purple);padding:28px 32px;">
|
|
|
|
|
+ <div
|
|
|
|
|
+ style="font-family:var(--font-mono);font-size:0.72rem;letter-spacing:0.15em;color:var(--purple);margin-bottom:14px;font-weight:600;">
|
|
|
|
|
+ 标杆案例 · 快手《来活了老铁!》</div>
|
|
|
|
|
+ <div class="text-h2" style="margin-bottom:12px;">快手联合山东卫视推出的首档蓝领求职综艺IP</div>
|
|
|
|
|
+ <p class="text-body">
|
|
|
|
|
+ 25个热搜榜单(微博主榜6个),最高总榜TOP21,完成度625%。站外曝光量原定2.5亿,实际完成3.26亿,完成度130%。围绕"技能向+娱乐向+社会向"三个维度展开。</p>
|
|
|
|
|
+ <div style="margin-top:14px;display:flex;gap:10px;">
|
|
|
|
|
+ <span class="tag purple">技能向</span>
|
|
|
|
|
+ <span class="tag purple">娱乐向</span>
|
|
|
|
|
+ <span class="tag purple">社会向</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </section>
|
|
|
|
|
+
|
|
|
|
|
+ <!-- ═══ CH06 快手成为重要渠道的原因 ══════════════════════════════════════ -->
|
|
|
|
|
+ <section class="report-section" data-slide-num="06" data-tone="blue">
|
|
|
|
|
+ <div class="section-inner">
|
|
|
|
|
+ <div class="section-head">
|
|
|
|
|
+ <div class="section-eyebrow" style="color:var(--blue);">Chapter 06</div>
|
|
|
|
|
+ <h2 class="text-h1">为什么快手能成为蓝领求职的重要渠道</h2>
|
|
|
|
|
+ <p class="section-sub">这里不是泛泛说"快手流量大",而是解释为什么快手适合承接蓝领这种短链路、高时效、强风险判断的决策场景。</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="grid grid-3" style="margin-bottom:24px;">
|
|
|
|
|
+ <div class="card" style="border-top:3px solid var(--blue);">
|
|
|
|
|
+ <div class="text-h2" style="margin-bottom:10px;color:var(--blue);">内容可视化</div>
|
|
|
|
|
+ <p class="text-body">车间、宿舍、食堂、工资口径、现场环境都可以被直接展示,比纯文字招聘更有说服力。</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="card" style="border-top:3px solid var(--cyan);">
|
|
|
|
|
+ <div class="text-h2" style="margin-bottom:10px;color:var(--cyan);">评论问答密度高</div>
|
|
|
|
|
+ <p class="text-body">用户会直接追问"是不是中介、包不包住、工资怎么发、什么时候入职",帮助做真假筛选。</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="card" style="border-top:3px solid var(--amber);">
|
|
|
|
|
+ <div class="text-h2" style="margin-bottom:10px;color:var(--amber);">转化链路短</div>
|
|
|
|
|
+ <p class="text-body">从看内容到留电话、私信报名、到场面试,快手天然适配短决策和高转化意图。</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div>
|
|
|
|
|
+ <div
|
|
|
|
|
+ style="font-family:var(--font-mono);font-size:0.72rem;letter-spacing:0.15em;color:var(--blue);margin-bottom:14px;font-weight:600;">
|
|
|
|
|
+ 渠道主题词热度</div>
|
|
|
|
|
+ <div
|
|
|
|
|
+ style="background:var(--bg-1);border:1px solid var(--border);border-radius:var(--radius-md);padding:20px 24px;">
|
|
|
|
|
+ <svg viewBox="0 0 920 432" style="width:100%;height:auto;"
|
|
|
|
|
+ preserveAspectRatio="xMidYMid meet">
|
|
|
|
|
+ <text x="100" y="39" text-anchor="end" font-size="13" fill="var(--text-2)">包吃包住</text>
|
|
|
|
|
+ <rect x="110" y="16" width="650" height="36" rx="4" fill="#3B82F6" opacity="0.88" />
|
|
|
|
|
+ <text x="770" y="39" font-size="13" font-weight="700" fill="#3B82F6"
|
|
|
|
|
+ font-family="monospace">785评 / 12,600,961</text>
|
|
|
|
|
+ <text x="100" y="89" text-anchor="end" font-size="13" fill="var(--text-2)">克扣工资</text>
|
|
|
|
|
+ <rect x="110" y="66" width="230.89251684851655" height="36" rx="4" fill="#FF4D8D"
|
|
|
|
|
+ opacity="0.88" />
|
|
|
|
|
+ <text x="350.89251684851655" y="89" font-size="13" font-weight="700" fill="#FF4D8D"
|
|
|
|
|
+ font-family="monospace">776评 / 4,476,104</text>
|
|
|
|
|
+ <text x="100" y="139" text-anchor="end" font-size="13" fill="var(--text-2)">黑中介</text>
|
|
|
|
|
+ <rect x="110" y="116" width="445.57795234823755" height="36" rx="4" fill="#FF4D8D"
|
|
|
|
|
+ opacity="0.88" />
|
|
|
|
|
+ <text x="565.5779523482375" y="139" font-size="13" font-weight="700" fill="#FF4D8D"
|
|
|
|
|
+ font-family="monospace">669评 / 8,638,016</text>
|
|
|
|
|
+ <text x="100" y="189" text-anchor="end" font-size="13" fill="var(--text-2)">入职被坑</text>
|
|
|
|
|
+ <rect x="110" y="166" width="428.4039407788025" height="36" rx="4" fill="#FF4D8D"
|
|
|
|
|
+ opacity="0.88" />
|
|
|
|
|
+ <text x="548.4039407788025" y="189" font-size="13" font-weight="700" fill="#FF4D8D"
|
|
|
|
|
+ font-family="monospace">600评 / 8,305,079</text>
|
|
|
|
|
+ <text x="100" y="239" text-anchor="end" font-size="13" fill="var(--text-2)">打工陷阱</text>
|
|
|
|
|
+ <rect x="110" y="216" width="266.27138200015065" height="36" rx="4" fill="#FF4D8D"
|
|
|
|
|
+ opacity="0.88" />
|
|
|
|
|
+ <text x="386.27138200015065" y="239" font-size="13" font-weight="700" fill="#FF4D8D"
|
|
|
|
|
+ font-family="monospace">593评 / 5,161,962</text>
|
|
|
|
|
+ <text x="100" y="289" text-anchor="end" font-size="13" fill="var(--text-2)">押金不退</text>
|
|
|
|
|
+ <rect x="110" y="266" width="599.2485176329012" height="36" rx="4" fill="#F5A623"
|
|
|
|
|
+ opacity="0.88" />
|
|
|
|
|
+ <text x="719.2485176329012" y="289" font-size="13" font-weight="700" fill="#F5A623"
|
|
|
|
|
+ font-family="monospace">523评 / 11,617,088</text>
|
|
|
|
|
+ <text x="100" y="339" text-anchor="end" font-size="13" fill="var(--text-2)">被坑</text>
|
|
|
|
|
+ <rect x="110" y="316" width="393.1141601025509" height="36" rx="4" fill="#F97316"
|
|
|
|
|
+ opacity="0.88" />
|
|
|
|
|
+ <text x="513.1141601025508" y="339" font-size="13" font-weight="700" fill="#F97316"
|
|
|
|
|
+ font-family="monospace">518评 / 7,620,948</text>
|
|
|
|
|
+ <text x="100" y="389" text-anchor="end" font-size="13" fill="var(--text-2)">工资日结</text>
|
|
|
|
|
+ <rect x="110" y="366" width="44.641845173554614" height="36" rx="4" fill="#00DC82"
|
|
|
|
|
+ opacity="0.88" />
|
|
|
|
|
+ <text x="164.6418451735546" y="389" font-size="13" font-weight="700" fill="#00DC82"
|
|
|
|
|
+ font-family="monospace">439评 / 865,431</text>
|
|
|
|
|
+ </svg>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div>
|
|
|
|
|
+ <div
|
|
|
|
|
+ style="font-family:var(--font-mono);font-size:0.72rem;letter-spacing:0.15em;color:var(--rose);margin-bottom:14px;font-weight:600;">
|
|
|
|
|
+ 🔥 高赞评论 VOC TOP</div>
|
|
|
|
|
+ <div class="grid" style="grid-template-columns:1fr 1fr;gap:14px;">
|
|
|
|
|
+ <div class="voice-card hot" style="border-left:3px solid var(--amber);">
|
|
|
|
|
+ <div style="display:flex;align-items:center;gap:8px;margin-bottom:8px;">
|
|
|
|
|
+ <span
|
|
|
|
|
+ style="width:22px;height:22px;border-radius:50%;background:var(--bg-2);color:var(--text-1);font-size:0.6rem;font-weight:700;display:flex;align-items:center;justify-content:center;">快</span>
|
|
|
|
|
+ <span style="font-size:0.8rem;color:var(--text-3);">快手用户</span>
|
|
|
|
|
+ <span style="margin-left:auto;font-size:0.78rem;font-weight:600;color:var(--amber);">♥
|
|
|
|
|
+ 6.3k</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="voice-content">"22年差点被骗去当咯咯哒 说什么模特走台下面的人送花就有提成"</div>
|
|
|
|
|
+ <div class="voice-meta">
|
|
|
|
|
+ <span class="voice-tag"
|
|
|
|
|
+ style="background:rgba(245,166,35,0.1);color:var(--amber);">入职被坑</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="voice-card hot" style="border-left:3px solid var(--amber);">
|
|
|
|
|
+ <div style="display:flex;align-items:center;gap:8px;margin-bottom:8px;">
|
|
|
|
|
+ <span
|
|
|
|
|
+ style="width:22px;height:22px;border-radius:50%;background:var(--bg-2);color:var(--text-1);font-size:0.6rem;font-weight:700;display:flex;align-items:center;justify-content:center;">快</span>
|
|
|
|
|
+ <span style="font-size:0.8rem;color:var(--text-3);">快手用户</span>
|
|
|
|
|
+ <span style="margin-left:auto;font-size:0.78rem;font-weight:600;color:var(--amber);">♥
|
|
|
|
|
+ 2.2k</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="voice-content">"去买几个鸡蛋,打碎,放在沙发下面..."</div>
|
|
|
|
|
+ <div class="voice-meta">
|
|
|
|
|
+ <span class="voice-tag"
|
|
|
|
|
+ style="background:rgba(245,166,35,0.1);color:var(--amber);">押金不退</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="voice-card" style="border-left:3px solid var(--rose);">
|
|
|
|
|
+ <div style="display:flex;align-items:center;gap:8px;margin-bottom:8px;">
|
|
|
|
|
+ <span
|
|
|
|
|
+ style="width:22px;height:22px;border-radius:50%;background:var(--bg-2);color:var(--text-1);font-size:0.6rem;font-weight:700;display:flex;align-items:center;justify-content:center;">快</span>
|
|
|
|
|
+ <span style="font-size:0.8rem;color:var(--text-3);">快手用户</span>
|
|
|
|
|
+ <span style="margin-left:auto;font-size:0.78rem;font-weight:600;color:var(--rose);">♥
|
|
|
|
|
+ 808</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="voice-content">"我在广西就遇到过房东死活不退押金..."</div>
|
|
|
|
|
+ <div class="voice-meta">
|
|
|
|
|
+ <span class="voice-tag"
|
|
|
|
|
+ style="background:rgba(255,77,141,0.1);color:var(--rose);">押金不退</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="voice-card" style="border-left:3px solid var(--rose);">
|
|
|
|
|
+ <div style="display:flex;align-items:center;gap:8px;margin-bottom:8px;">
|
|
|
|
|
+ <span
|
|
|
|
|
+ style="width:22px;height:22px;border-radius:50%;background:var(--bg-2);color:var(--text-1);font-size:0.6rem;font-weight:700;display:flex;align-items:center;justify-content:center;">快</span>
|
|
|
|
|
+ <span style="font-size:0.8rem;color:var(--text-3);">快手用户</span>
|
|
|
|
|
+ <span style="margin-left:auto;font-size:0.78rem;font-weight:600;color:var(--rose);">♥
|
|
|
|
|
+ 533</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="voice-content">"做的不错,就该那样!有些房东太不像话了!押金不退,还有理由了!"</div>
|
|
|
|
|
+ <div class="voice-meta">
|
|
|
|
|
+ <span class="voice-tag"
|
|
|
|
|
+ style="background:rgba(255,77,141,0.1);color:var(--rose);">押金不退</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="voice-card" style="border-left:3px solid var(--rose);">
|
|
|
|
|
+ <div style="display:flex;align-items:center;gap:8px;margin-bottom:8px;">
|
|
|
|
|
+ <span
|
|
|
|
|
+ style="width:22px;height:22px;border-radius:50%;background:var(--bg-2);color:var(--text-1);font-size:0.6rem;font-weight:700;display:flex;align-items:center;justify-content:center;">快</span>
|
|
|
|
|
+ <span style="font-size:0.8rem;color:var(--text-3);">快手用户</span>
|
|
|
|
|
+ <span style="margin-left:auto;font-size:0.78rem;font-weight:600;color:var(--rose);">♥
|
|
|
|
|
+ 491</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="voice-content">"无论怎么样,反正黑中介是赚了"</div>
|
|
|
|
|
+ <div class="voice-meta">
|
|
|
|
|
+ <span class="voice-tag"
|
|
|
|
|
+ style="background:rgba(255,77,141,0.1);color:var(--rose);">黑中介</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="voice-card" style="border-left:3px solid var(--rose);">
|
|
|
|
|
+ <div style="display:flex;align-items:center;gap:8px;margin-bottom:8px;">
|
|
|
|
|
+ <span
|
|
|
|
|
+ style="width:22px;height:22px;border-radius:50%;background:var(--bg-2);color:var(--text-1);font-size:0.6rem;font-weight:700;display:flex;align-items:center;justify-content:center;">快</span>
|
|
|
|
|
+ <span style="font-size:0.8rem;color:var(--text-3);">快手用户</span>
|
|
|
|
|
+ <span style="margin-left:auto;font-size:0.78rem;font-weight:600;color:var(--rose);">♥
|
|
|
|
|
+ 422</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="voice-content">"那暑假工能做什么啊"</div>
|
|
|
|
|
+ <div class="voice-meta">
|
|
|
|
|
+ <span class="voice-tag"
|
|
|
|
|
+ style="background:rgba(255,77,141,0.1);color:var(--rose);">入职被坑</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="voice-card" style="border-left:3px solid var(--rose);">
|
|
|
|
|
+ <div style="display:flex;align-items:center;gap:8px;margin-bottom:8px;">
|
|
|
|
|
+ <span
|
|
|
|
|
+ style="width:22px;height:22px;border-radius:50%;background:var(--bg-2);color:var(--text-1);font-size:0.6rem;font-weight:700;display:flex;align-items:center;justify-content:center;">快</span>
|
|
|
|
|
+ <span style="font-size:0.8rem;color:var(--text-3);">快手用户</span>
|
|
|
|
|
+ <span style="margin-left:auto;font-size:0.78rem;font-weight:600;color:var(--rose);">♥
|
|
|
|
|
+ 403</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="voice-content">"干的漂亮,支持小伙子不应该判刑..."</div>
|
|
|
|
|
+ <div class="voice-meta">
|
|
|
|
|
+ <span class="voice-tag"
|
|
|
|
|
+ style="background:rgba(255,77,141,0.1);color:var(--rose);">黑中介</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </section>
|
|
|
|
|
+
|
|
|
|
|
+ <!-- ═══ CH07 快聘生态与竞争格局 ══════════════════════════════════════════ -->
|
|
|
|
|
+ <section class="report-section" data-slide-num="07" data-tone="orange">
|
|
|
|
|
+ <div class="section-inner">
|
|
|
|
|
+ <div class="section-head">
|
|
|
|
|
+ <div class="section-eyebrow" style="color:var(--orange);">Chapter 07</div>
|
|
|
|
|
+ <h2 class="text-h1">快聘生态与竞争格局</h2>
|
|
|
|
|
+ <p class="section-sub">市场规模、竞争位势与快聘的战略护城河</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="grid grid-4" style="margin-bottom:32px;">
|
|
|
|
|
+ <div class="card metric">
|
|
|
|
|
+ <div class="metric-label">月度服务求职者</div>
|
|
|
|
|
+ <div class="metric-value" style="color:var(--green);">超2.5亿人次</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="card metric">
|
|
|
|
|
+ <div class="metric-label">平台蓝领用户规模</div>
|
|
|
|
|
+ <div class="metric-value" style="color:var(--green);">约2.5亿人</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="card metric">
|
|
|
|
|
+ <div class="metric-label">全年直播带岗场次</div>
|
|
|
|
|
+ <div class="metric-value" style="color:var(--green);">超500万场</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="card metric">
|
|
|
|
|
+ <div class="metric-label">带动就业机会</div>
|
|
|
|
|
+ <div class="metric-value" style="color:var(--green);">4,320万个</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="card metric">
|
|
|
|
|
+ <div class="metric-label">日收简历峰值</div>
|
|
|
|
|
+ <div class="metric-value" style="color:var(--green);">突破5万份</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="card card-glow"
|
|
|
|
|
+ style="border-left:3px solid var(--green);margin-bottom:28px;padding:28px 32px;">
|
|
|
|
|
+ <div
|
|
|
|
|
+ style="font-family:var(--font-mono);font-size:0.72rem;letter-spacing:0.15em;color:var(--green);margin-bottom:14px;font-weight:600;">
|
|
|
|
|
+ 战略定位</div>
|
|
|
|
|
+ <div class="text-h2" style="margin-bottom:12px;">"10个蓝领9个用快手——直播带岗,眼见为实"</div>
|
|
|
|
|
+ <p class="text-body">快聘日活几十万简历,内部仅次于电商;2.5亿蓝领月活是最大壁垒;但信息审核弱是最大短板</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="grid grid-3" style="margin-bottom:24px;">
|
|
|
|
|
+ <div class="card" style="border-top:3px solid var(--green);">
|
|
|
|
|
+ <div style="font-weight:700;color:var(--green);margin-bottom:10px;">快手快聘</div>
|
|
|
|
|
+ <div style="font-size:0.82rem;color:var(--text-2);line-height:1.7;">
|
|
|
|
|
+ <div style="margin-bottom:6px;"><span style="color:var(--green);">✓</span> 用户渗透率极高</div>
|
|
|
|
|
+ <div style="margin-bottom:6px;"><span style="color:var(--green);">✓</span> 用户:2.5亿 · 直播带岗
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div><span style="color:var(--rose);">⚠</span> 信息审核薄弱</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="card" style="border-top:3px solid var(--blue);">
|
|
|
|
|
+ <div style="font-weight:700;color:var(--blue);margin-bottom:10px;">BOSS直聘</div>
|
|
|
|
|
+ <div style="font-size:0.82rem;color:var(--text-2);line-height:1.7;">
|
|
|
|
|
+ <div style="margin-bottom:6px;"><span style="color:var(--green);">✓</span> 匹配准确率高</div>
|
|
|
|
|
+ <div style="margin-bottom:6px;"><span style="color:var(--green);">✓</span> 用户:约3000万 · 算法匹配
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div><span style="color:var(--rose);">⚠</span> 情绪获得感弱</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="card" style="border-top:3px solid var(--text-3);">
|
|
|
|
|
+ <div style="font-weight:700;color:var(--text-3);margin-bottom:10px;">58同城</div>
|
|
|
|
|
+ <div style="font-size:0.82rem;color:var(--text-2);line-height:1.7;">
|
|
|
|
|
+ <div style="margin-bottom:6px;"><span style="color:var(--green);">✓</span> 传统市场份额</div>
|
|
|
|
|
+ <div style="margin-bottom:6px;"><span style="color:var(--green);">✓</span> 用户:规模下滑 · 分类信息
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div><span style="color:var(--rose);">⚠</span> 虚假信息泛滥</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </section>
|
|
|
|
|
+
|
|
|
|
|
+ <!-- ═══ CH08 信任机制 ══════════════════════════════════════════════════════ -->
|
|
|
|
|
+ <section class="report-section" data-slide-num="08" data-tone="green">
|
|
|
|
|
+ <div class="section-inner">
|
|
|
|
|
+ <div class="section-head">
|
|
|
|
|
+ <div class="section-eyebrow" style="color:var(--green);">Chapter 08</div>
|
|
|
|
|
+ <h2 class="text-h1">信任机制与平台壁垒</h2>
|
|
|
|
|
+ <p class="section-sub">老铁文化是快聘最难被竞品复制的竞争壁垒</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="grid grid-2" style="margin-bottom:28px;">
|
|
|
|
|
+ <div class="card" style="border-top:3px solid var(--green);">
|
|
|
|
|
+ <div style="font-weight:700;color:var(--green);margin-bottom:14px;">老铁信任体系</div>
|
|
|
|
|
+ <div style="font-size:0.85rem;color:var(--text-2);line-height:1.8;">
|
|
|
|
|
+ <div style="margin-bottom:8px;">• 熟人推荐式信任</div>
|
|
|
|
|
+ <div style="margin-bottom:8px;">• 主播与粉丝长期关系积累</div>
|
|
|
|
|
+ <div style="margin-bottom:8px;">• 评论区实时互动答疑</div>
|
|
|
|
|
+ <div>• "来了就是兄弟"文化</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="card" style="border-top:3px solid var(--blue);">
|
|
|
|
|
+ <div style="font-weight:700;color:var(--blue);margin-bottom:14px;">直播带岗信任机制</div>
|
|
|
|
|
+ <div style="font-size:0.85rem;color:var(--text-2);line-height:1.8;">
|
|
|
|
|
+ <div style="margin-bottom:8px;">• 车间直播展示</div>
|
|
|
|
|
+ <div style="margin-bottom:8px;">• 宿舍直播展示</div>
|
|
|
|
|
+ <div style="margin-bottom:8px;">• 食堂直播展示</div>
|
|
|
|
|
+ <div>• 眼见为实消除信息不对称</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="insight-banner" data-num="08">
|
|
|
|
|
+ <h3>快手的核心壁垒是<strong>"信任基础设施"</strong>而非流量本身——2.5亿蓝领月活的背后是"老铁"信任关系,但这种信任是脆弱的</h3>
|
|
|
|
|
+ <p class="insight-body">一旦受虚假招聘事件冲击,修复成本极高。</p>
|
|
|
|
|
+ <div class="insight-data">
|
|
|
|
|
+ <div class="dp">
|
|
|
|
|
+ <div class="num">2.5亿</div>
|
|
|
|
|
+ <div class="lbl">蓝领月活用户</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="dp">
|
|
|
|
|
+ <div class="num">40万+</div>
|
|
|
|
|
+ <div class="lbl">专职带岗主播</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="dp">
|
|
|
|
|
+ <div class="num">4320万</div>
|
|
|
|
|
+ <div class="lbl">带动就业机会</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="grid grid-4" style="margin-top:24px;">
|
|
|
|
|
+ <div class="card metric">
|
|
|
|
|
+ <div class="metric-label">快手快聘</div>
|
|
|
|
|
+ <div class="metric-value" style="color:var(--green);font-size:clamp(1.6rem,2.5vw,2.2rem);">2.5亿
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="metric-sub">直播带岗 · 快速增长</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="card metric">
|
|
|
|
|
+ <div class="metric-label">BOSS直聘</div>
|
|
|
|
|
+ <div class="metric-value" style="color:var(--blue);font-size:clamp(1.6rem,2.5vw,2.2rem);">约3000万
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="metric-sub">算法匹配 · 稳步增长</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="card metric">
|
|
|
|
|
+ <div class="metric-label">58同城</div>
|
|
|
|
|
+ <div class="metric-value" style="color:var(--text-3);font-size:clamp(1.6rem,2.5vw,2.2rem);">规模下滑
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="metric-sub">分类信息 · 持续萎缩</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </section>
|
|
|
|
|
+
|
|
|
|
|
+ <!-- ═══ CH09 机会与建议 ════════════════════════════════════════════════════ -->
|
|
|
|
|
+ <section class="report-section" data-slide-num="09" data-tone="amber">
|
|
|
|
|
+ <div class="section-inner">
|
|
|
|
|
+ <div class="section-head">
|
|
|
|
|
+ <div class="section-eyebrow">Chapter 09</div>
|
|
|
|
|
+ <h2 class="text-h1">机会与建议</h2>
|
|
|
|
|
+ <p class="section-sub">快聘优势强化、风险应对、战略方向</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="grid grid-2" style="margin-bottom:28px;">
|
|
|
|
|
+ <div class="card" style="border-top:3px solid var(--amber);">
|
|
|
|
|
+ <div style="display:flex;align-items:center;gap:12px;margin-bottom:14px;">
|
|
|
|
|
+ <div
|
|
|
|
|
+ style="width:32px;height:32px;border-radius:50%;background:var(--amber);color:#000;font-weight:800;display:flex;align-items:center;justify-content:center;font-size:0.9rem;">
|
|
|
|
|
+ 1</div>
|
|
|
|
|
+ <div class="text-h3">建立分级审核体系</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <p class="text-sm">对招聘主播实行分级管理,对粉丝量级大的头部主播实行更审慎的审核标准</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="card" style="border-top:3px solid var(--green);">
|
|
|
|
|
+ <div style="display:flex;align-items:center;gap:12px;margin-bottom:14px;">
|
|
|
|
|
+ <div
|
|
|
|
|
+ style="width:32px;height:32px;border-radius:50%;background:var(--green);color:#000;font-weight:800;display:flex;align-items:center;justify-content:center;font-size:0.9rem;">
|
|
|
|
|
+ 2</div>
|
|
|
|
|
+ <div class="text-h3">强化"信任基建"投入</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <p class="text-sm">将信息审核能力作为快聘业务的核心基建来建设,建立招聘方信用评级和黑名单机制</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="card" style="border-top:3px solid var(--blue);">
|
|
|
|
|
+ <div style="display:flex;align-items:center;gap:12px;margin-bottom:14px;">
|
|
|
|
|
+ <div
|
|
|
|
|
+ style="width:32px;height:32px;border-radius:50%;background:var(--blue);color:#000;font-weight:800;display:flex;align-items:center;justify-content:center;font-size:0.9rem;">
|
|
|
|
|
+ 3</div>
|
|
|
|
|
+ <div class="text-h3">深化企业直招占比</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <p class="text-sm">减少对中介端的依赖,提高B端企业直招占比,从根本上降低信息失真风险</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="card" style="border-top:3px solid var(--purple);">
|
|
|
|
|
+ <div style="display:flex;align-items:center;gap:12px;margin-bottom:14px;">
|
|
|
|
|
+ <div
|
|
|
|
|
+ style="width:32px;height:32px;border-radius:50%;background:var(--purple);color:#000;font-weight:800;display:flex;align-items:center;justify-content:center;font-size:0.9rem;">
|
|
|
|
|
+ 4</div>
|
|
|
|
|
+ <div class="text-h3">放大"眼见为实"差异化</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <p class="text-sm">继续强化直播展示真实工作环境的核心卖点,将车间、宿舍、食堂直播打造为标准化招聘流程</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="card" style="border-top:3px solid var(--rose);margin-bottom:28px;">
|
|
|
|
|
+ <div
|
|
|
|
|
+ style="font-family:var(--font-mono);font-size:0.72rem;letter-spacing:0.15em;color:var(--rose);margin-bottom:14px;font-weight:600;">
|
|
|
|
|
+ ⚠️ 风险矩阵</div>
|
|
|
|
|
+ <div class="table-wrap">
|
|
|
|
|
+ <table class="data-tbl">
|
|
|
|
|
+ <thead>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <th>风险类型</th>
|
|
|
|
|
+ <th>描述</th>
|
|
|
|
|
+ <th>概率</th>
|
|
|
|
|
+ <th>影响</th>
|
|
|
|
|
+ <th>应对策略</th>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ </thead>
|
|
|
|
|
+ <tbody>
|
|
|
|
|
+ <tr style="background:var(--rose)11;">
|
|
|
|
|
+ <td><strong style="color:var(--rose);">信任透支</strong></td>
|
|
|
|
|
+ <td style="color:var(--text-2);font-size:0.85rem;">虚假招聘信息泛滥,透支"老铁信任"</td>
|
|
|
|
|
+ <td style="color:var(--rose);font-weight:600;">高</td>
|
|
|
|
|
+ <td style="color:var(--rose);font-weight:600;">高</td>
|
|
|
|
|
+ <td style="color:var(--text-2);font-size:0.82rem;">审核体系升级+信用评级</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr style="background:var(--rose)11;">
|
|
|
|
|
+ <td><strong style="color:var(--rose);">监管压力</strong></td>
|
|
|
|
|
+ <td style="color:var(--text-2);font-size:0.85rem;">五部门行政指导要求强化审核</td>
|
|
|
|
|
+ <td style="color:var(--rose);font-weight:600;">高</td>
|
|
|
|
|
+ <td style="color:var(--rose);font-weight:600;">高</td>
|
|
|
|
|
+ <td style="color:var(--text-2);font-size:0.82rem;">主动对标"五个到位"</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr style="background:var(--amber)11;">
|
|
|
|
|
+ <td><strong style="color:var(--amber);">竞争跟进</strong></td>
|
|
|
|
|
+ <td style="color:var(--text-2);font-size:0.85rem;">BOSS直聘加码蓝领,58同城转型</td>
|
|
|
|
|
+ <td style="color:var(--amber);font-weight:600;">中</td>
|
|
|
|
|
+ <td style="color:var(--amber);font-weight:600;">中</td>
|
|
|
|
|
+ <td style="color:var(--text-2);font-size:0.82rem;">差异化壁垒+效率提升</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr style="background:var(--amber)11;">
|
|
|
|
|
+ <td><strong style="color:var(--amber);">匹配效率低</strong></td>
|
|
|
|
|
+ <td style="color:var(--text-2);font-size:0.85rem;">流量大但精准度不如算法平台</td>
|
|
|
|
|
+ <td style="color:var(--amber);font-weight:600;">中</td>
|
|
|
|
|
+ <td style="color:var(--amber);font-weight:600;">中</td>
|
|
|
|
|
+ <td style="color:var(--text-2);font-size:0.82rem;">引入精准匹配算法</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ </tbody>
|
|
|
|
|
+ </table>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="card" style="border-top:3px solid var(--blue);padding:28px 32px;">
|
|
|
|
|
+ <div
|
|
|
|
|
+ style="font-family:var(--font-mono);font-size:0.72rem;letter-spacing:0.15em;color:var(--blue);margin-bottom:14px;font-weight:600;">
|
|
|
|
|
+ 📋 五部门行政指导要求</div>
|
|
|
|
|
+ <div class="grid grid-2">
|
|
|
|
|
+ <div style="font-size:0.85rem;color:var(--text-2);line-height:1.8;">
|
|
|
|
|
+ <div style="margin-bottom:8px;">① <strong style="color:var(--text-1);">资质审核到位</strong> —
|
|
|
|
|
+ 对招聘方资质进行核验</div>
|
|
|
|
|
+ <div style="margin-bottom:8px;">② <strong style="color:var(--text-1);">信息明示到位</strong> —
|
|
|
|
|
+ 招聘信息完整透明</div>
|
|
|
|
|
+ <div>③ <strong style="color:var(--text-1);">内容审核到位</strong> — 虚假信息严格过滤</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div style="font-size:0.85rem;color:var(--text-2);line-height:1.8;">
|
|
|
|
|
+ <div style="margin-bottom:8px;">④ <strong style="color:var(--text-1);">风险防范到位</strong> —
|
|
|
|
|
+ 建立风险预警机制</div>
|
|
|
|
|
+ <div>⑤ <strong style="color:var(--text-1);">处置管控到位</strong> — 违规内容快速处置</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </section>
|
|
|
|
|
+
|
|
|
|
|
+ <!-- ═══ CH10 4P营销策略 ════════════════════════════════════════════════════ -->
|
|
|
|
|
+ <section class="report-section" data-slide-num="10" data-tone="blue">
|
|
|
|
|
+ <div class="section-inner">
|
|
|
|
|
+ <div class="section-head">
|
|
|
|
|
+ <div class="section-eyebrow" style="color:var(--blue);">Chapter 10</div>
|
|
|
|
|
+ <h2 class="text-h1">快聘 4P 营销策略</h2>
|
|
|
|
|
+ <p class="section-sub">产品 / 价格 / 渠道 / 促销</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="grid grid-2">
|
|
|
|
|
+ <div class="card" style="border-top:3px solid var(--blue);">
|
|
|
|
|
+ <div class="text-h3" style="color:var(--blue);margin-bottom:14px;">产品策略:直播带岗 × 信任基建</div>
|
|
|
|
|
+ <div style="font-size:0.85rem;color:var(--text-2);line-height:1.8;margin-bottom:14px;">
|
|
|
|
|
+ <div style="margin-bottom:6px;">• 核心产品:快手快聘直播带岗服务</div>
|
|
|
|
|
+ <div style="margin-bottom:6px;">• 差异化卖点:眼见为实 / 老铁信任 / 零门槛求职</div>
|
|
|
|
|
+ <div style="margin-bottom:6px;">• 产品升级:标准化直播带岗流程(车间+宿舍+食堂三景展示)</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div style="display:flex;gap:8px;flex-wrap:wrap;">
|
|
|
|
|
+ <span class="tag"
|
|
|
|
|
+ style="background:var(--blue)22;color:var(--blue);border-color:var(--blue)44;">直播带岗</span>
|
|
|
|
|
+ <span class="tag"
|
|
|
|
|
+ style="background:var(--blue)22;color:var(--blue);border-color:var(--blue)44;">老铁信任</span>
|
|
|
|
|
+ <span class="tag"
|
|
|
|
|
+ style="background:var(--blue)22;color:var(--blue);border-color:var(--blue)44;">零门槛求职</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="card" style="border-top:3px solid var(--green);">
|
|
|
|
|
+ <div class="text-h3" style="color:var(--green);margin-bottom:14px;">价格策略:求职者免费 × 企业端付费</div>
|
|
|
|
|
+ <div style="font-size:0.85rem;color:var(--text-2);line-height:1.8;margin-bottom:14px;">
|
|
|
|
|
+ <div style="margin-bottom:6px;">• 求职者端:完全免费(零门槛核心优势)</div>
|
|
|
|
|
+ <div style="margin-bottom:6px;">• 企业端:按效果付费(CPM/CPC/简历投递量)</div>
|
|
|
|
|
+ <div style="margin-bottom:6px;">• 主播端:带岗主播抽佣机制</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div style="display:flex;gap:8px;flex-wrap:wrap;">
|
|
|
|
|
+ <span class="tag"
|
|
|
|
|
+ style="background:var(--green)22;color:var(--green);border-color:var(--green)44;">零门槛</span>
|
|
|
|
|
+ <span class="tag"
|
|
|
|
|
+ style="background:var(--green)22;color:var(--green);border-color:var(--green)44;">效果付费</span>
|
|
|
|
|
+ <span class="tag"
|
|
|
|
|
+ style="background:var(--green)22;color:var(--green);border-color:var(--green)44;">C端免费</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="card" style="border-top:3px solid var(--amber);">
|
|
|
|
|
+ <div class="text-h3" style="color:var(--amber);margin-bottom:14px;">渠道策略:B端入驻 + C端自然渗透</div>
|
|
|
|
|
+ <div style="font-size:0.85rem;color:var(--text-2);line-height:1.8;margin-bottom:14px;">
|
|
|
|
|
+ <div style="margin-bottom:6px;">• B端:24万家入驻用人单位,提高企业直招占比</div>
|
|
|
|
|
+ <div style="margin-bottom:6px;">• 知名企业合作(创维/顺丰/伯恩光学)</div>
|
|
|
|
|
+ <div style="margin-bottom:6px;">• C端:2.5亿蓝领月活用户自然覆盖</div>
|
|
|
|
|
+ <div style="margin-bottom:6px;">• 40万+专职带岗主播</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div style="display:flex;gap:8px;flex-wrap:wrap;">
|
|
|
|
|
+ <span class="tag"
|
|
|
|
|
+ style="background:var(--amber)22;color:var(--amber);border-color:var(--amber)44;">24万企业</span>
|
|
|
|
|
+ <span class="tag"
|
|
|
|
|
+ style="background:var(--amber)22;color:var(--amber);border-color:var(--amber)44;">2.5亿用户</span>
|
|
|
|
|
+ <span class="tag"
|
|
|
|
|
+ style="background:var(--amber)22;color:var(--amber);border-color:var(--amber)44;">40万主播</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="card" style="border-top:3px solid var(--purple);">
|
|
|
|
|
+ <div class="text-h3" style="color:var(--purple);margin-bottom:14px;">促销策略:情绪价值 × 信任传播</div>
|
|
|
|
|
+ <div style="font-size:0.85rem;color:var(--text-2);line-height:1.8;margin-bottom:14px;">
|
|
|
|
|
+ <div style="margin-bottom:6px;">• 品牌传播:"10个蓝领9个用快手" / "直播带岗,眼见为实"</div>
|
|
|
|
|
+ <div style="margin-bottom:6px;">• 内容营销:《来活了老铁!》综艺IP+短剧营销</div>
|
|
|
|
|
+ <div style="margin-bottom:6px;">• 政策背书:直播招聘师认证+人社部认可</div>
|
|
|
|
|
+ <div style="margin-bottom:6px;">• 老铁文化:"来了就是兄弟"+"有尊严地赚钱"</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div style="display:flex;gap:8px;flex-wrap:wrap;">
|
|
|
|
|
+ <span class="tag"
|
|
|
|
|
+ style="background:var(--purple)22;color:var(--purple);border-color:var(--purple)44;">综艺IP</span>
|
|
|
|
|
+ <span class="tag"
|
|
|
|
|
+ style="background:var(--purple)22;color:var(--purple);border-color:var(--purple)44;">老铁文化</span>
|
|
|
|
|
+ <span class="tag"
|
|
|
|
|
+ style="background:var(--purple)22;color:var(--purple);border-color:var(--purple)44;">政策背书</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="insight-banner" data-num="10">
|
|
|
|
|
+ <h3>基于VOC的内容策略:围绕<strong>"确定性"</strong>构建传播矩阵</h3>
|
|
|
|
|
+ <p class="insight-body">最强购买点:工资真实、发薪稳定、包吃包住,当天入职。最强焦虑:被骗、被坑、黑中介、押金不退。</p>
|
|
|
|
|
+ <div class="insight-data">
|
|
|
|
|
+ <div class="dp">
|
|
|
|
|
+ <div class="num">20+</div>
|
|
|
|
|
+ <div class="lbl">情绪关键词体系</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="dp">
|
|
|
|
|
+ <div class="num">3</div>
|
|
|
|
|
+ <div class="lbl">核心传播维度</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="dp">
|
|
|
|
|
+ <div class="num">1个</div>
|
|
|
|
|
+ <div class="lbl">综艺IP标杆</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div
|
|
|
|
|
+ style="font-family:var(--font-mono);font-size:0.72rem;letter-spacing:0.15em;color:var(--blue);margin-bottom:14px;margin-top:24px;font-weight:600;">
|
|
|
|
|
+ 📊 H1-H8 假设验证</div>
|
|
|
|
|
+ <div
|
|
|
|
|
+ style="background:var(--bg-1);border:1px solid var(--border);border-radius:var(--radius-md);padding:20px 24px;">
|
|
|
|
|
+ <div style="min-width:520px;">
|
|
|
|
|
+ <svg viewBox="0 0 800 352" style="width:100%;height:auto;" preserveAspectRatio="xMidYMid meet">
|
|
|
|
|
+ <text x="90" y="35" text-anchor="end" font-size="11" fill="var(--text-2)">H1</text>
|
|
|
|
|
+ <rect x="100" y="16" width="80.63134160090192" height="28" rx="4" fill="#F5A623"
|
|
|
|
|
+ opacity="0.85" />
|
|
|
|
|
+ <text x="188.63134160090192" y="35" font-size="11" font-weight="700"
|
|
|
|
|
+ fill="#F5A623">596</text>
|
|
|
|
|
+ <text x="90" y="75" text-anchor="end" font-size="11" fill="var(--text-2)">H2</text>
|
|
|
|
|
+ <rect x="100" y="56" width="261.10484780157833" height="28" rx="4" fill="#00DC82"
|
|
|
|
|
+ opacity="0.85" />
|
|
|
|
|
+ <text x="369.10484780157833" y="75" font-size="11" font-weight="700"
|
|
|
|
|
+ fill="#00DC82">1,930</text>
|
|
|
|
|
+ <text x="90" y="115" text-anchor="end" font-size="11" fill="var(--text-2)">H3</text>
|
|
|
|
|
+ <rect x="100" y="96" width="249.19954904171365" height="28" rx="4" fill="#8B5CF6"
|
|
|
|
|
+ opacity="0.85" />
|
|
|
|
|
+ <text x="357.1995490417137" y="115" font-size="11" font-weight="700"
|
|
|
|
|
+ fill="#8B5CF6">1,842</text>
|
|
|
|
|
+ <text x="90" y="155" text-anchor="end" font-size="11" fill="var(--text-2)">H4</text>
|
|
|
|
|
+ <rect x="100" y="136" width="296.8207440811725" height="28" rx="4" fill="#FF4D8D"
|
|
|
|
|
+ opacity="0.85" />
|
|
|
|
|
+ <text x="404.8207440811725" y="155" font-size="11" font-weight="700"
|
|
|
|
|
+ fill="#FF4D8D">2,194</text>
|
|
|
|
|
+ <text x="90" y="195" text-anchor="end" font-size="11" fill="var(--text-2)">H5</text>
|
|
|
|
|
+ <rect x="100" y="176" width="80.49605411499437" height="28" rx="4" fill="#3B82F6"
|
|
|
|
|
+ opacity="0.85" />
|
|
|
|
|
+ <text x="188.49605411499437" y="195" font-size="11" font-weight="700"
|
|
|
|
|
+ fill="#3B82F6">595</text>
|
|
|
|
|
+ <text x="90" y="235" text-anchor="end" font-size="11" fill="var(--text-2)">H6</text>
|
|
|
|
|
+ <rect x="100" y="216" width="600" height="28" rx="4" fill="#EF4444" opacity="0.85" />
|
|
|
|
|
+ <text x="708" y="235" font-size="11" font-weight="700" fill="#EF4444">4,435</text>
|
|
|
|
|
+ <text x="90" y="275" text-anchor="end" font-size="11" fill="var(--text-2)">H7</text>
|
|
|
|
|
+ <rect x="100" y="256" width="501.2401352874859" height="28" rx="4" fill="#F97316"
|
|
|
|
|
+ opacity="0.85" />
|
|
|
|
|
+ <text x="609.2401352874858" y="275" font-size="11" font-weight="700"
|
|
|
|
|
+ fill="#F97316">3,705</text>
|
|
|
|
|
+ <text x="90" y="315" text-anchor="end" font-size="11" fill="var(--text-2)">H8</text>
|
|
|
|
|
+ <rect x="100" y="296" width="326.9898534385569" height="28" rx="4" fill="#6B6B6B"
|
|
|
|
|
+ opacity="0.85" />
|
|
|
|
|
+ <text x="434.9898534385569" y="315" font-size="11" font-weight="700"
|
|
|
|
|
+ fill="#6B6B6B">2,417</text>
|
|
|
|
|
+ </svg>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </section>
|
|
|
|
|
+
|
|
|
|
|
+ <!-- ═══ CH11 快聘优劣势与监管 ════════════════════════════════════════════ -->
|
|
|
|
|
+ <section class="report-section" data-slide-num="11" data-tone="orange">
|
|
|
|
|
+ <div class="section-inner">
|
|
|
|
|
+ <div class="section-head">
|
|
|
|
|
+ <div class="section-eyebrow" style="color:var(--orange);">Chapter 11</div>
|
|
|
|
|
+ <h2 class="text-h1">快聘优劣势与监管环境</h2>
|
|
|
|
|
+ <p class="section-sub">知己知彼:快聘的结构性优势与必须补足的短板</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="grid grid-2" style="margin-bottom:28px;">
|
|
|
|
|
+ <div>
|
|
|
|
|
+ <div style="font-weight:700;color:var(--green);margin-bottom:14px;font-size:1.1rem;">✅ 快聘四大核心优势
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="stack-list">
|
|
|
|
|
+ <div class="stack-item">
|
|
|
|
|
+ <span class="stack-dot" style="background:var(--green);"></span>
|
|
|
|
|
+ <div>不可替代的用户渗透率——"10个蓝领,9个都用快手",2.5亿蓝领月活是任何竞品短期内难以复制的规模化优势</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="stack-item">
|
|
|
|
|
+ <span class="stack-dot" style="background:var(--green);"></span>
|
|
|
|
|
+ <div>信任场景的天然构建能力——"老铁"文化基因天然适配蓝领群体的社交习惯,熟人推荐式信任关系</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="stack-item">
|
|
|
|
|
+ <span class="stack-dot" style="background:var(--green);"></span>
|
|
|
|
|
+ <div>求职门槛极低——蓝领求职者无需撰写简历、无需注册新App,只需在直播间留下联系方式即可完成职位投递</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="stack-item">
|
|
|
|
|
+ <span class="stack-dot" style="background:var(--green);"></span>
|
|
|
|
|
+ <div>政策先发优势——"直播带岗"首创平台,"直播招聘师"入编国家职业分类大典,人社部报告认定20%纯新增用户</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div>
|
|
|
|
|
+ <div style="font-weight:700;color:var(--rose);margin-bottom:14px;font-size:1.1rem;">⚠️ 快聘四大劣势与风险
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="stack-list">
|
|
|
|
|
+ <div class="stack-item">
|
|
|
|
|
+ <span class="stack-dot" style="background:var(--rose);"></span>
|
|
|
|
|
+ <div>信息审核能力不足——对中介主播宣传的招聘信息零审核,职位真实性存疑,这是当前快聘业务最突出的短板</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="stack-item">
|
|
|
|
|
+ <span class="stack-dot" style="background:var(--rose);"></span>
|
|
|
|
|
+ <div>B端直招占比低,中介依赖度高——直播间以劳务中介为主,企业自招较少,对求职者的直接吸引力有限</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="stack-item">
|
|
|
|
|
+ <span class="stack-dot" style="background:var(--rose);"></span>
|
|
|
|
|
+ <div>匹配准确率不如算法平台——流量模式虽然来量快,但在人岗精准匹配层面仍不及BOSS直聘等算法驱动型平台</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="stack-item">
|
|
|
|
|
+ <span class="stack-dot" style="background:var(--rose);"></span>
|
|
|
|
|
+ <div>虚假信息监管风险加剧——2026年4月五部门行政指导将快手纳入重点监管范围,若不能有效提升审核能力可能面临更大合规压力</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="card" style="border-left:3px solid var(--orange);padding:28px 32px;">
|
|
|
|
|
+ <div
|
|
|
|
|
+ style="font-family:var(--font-mono);font-size:0.72rem;letter-spacing:0.15em;color:var(--orange);margin-bottom:14px;font-weight:600;">
|
|
|
|
|
+ 🎯 里斯品类战略视角</div>
|
|
|
|
|
+ <p class="text-body">
|
|
|
|
|
+ 快手快聘通过"直播带岗+短视频展示+私域信任"的组合,开创"流量型直播带岗"新品类。以"10个蓝领9个用快手"为核心诉求,与传统招聘网站和分类信息平台形成本质差异。快聘不需要在"匹配精准度"上与BOSS直聘正面竞争,而是在"流量触达+信任建立+求职门槛+情绪获得感"四个维度上建立综合壁垒。
|
|
|
|
|
+ </p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </section>
|
|
|
|
|
+
|
|
|
|
|
+ <!-- ═══ CH12 关键发现 ══════════════════════════════════════════════════════ -->
|
|
|
|
|
+ <section class="report-section" data-slide-num="12" data-tone="purple">
|
|
|
|
|
+ <div class="section-inner">
|
|
|
|
|
+ <div class="section-head">
|
|
|
|
|
+ <div class="section-eyebrow" style="color:var(--purple);">Chapter 12</div>
|
|
|
|
|
+ <h2 class="text-h1">关键发现与风险提示</h2>
|
|
|
|
|
+ <p class="section-sub">提炼可向管理层直接汇报的核心结论</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="grid grid-2" style="margin-bottom:28px;">
|
|
|
|
|
+ <div class="card" style="border-left:3px solid var(--green);">
|
|
|
|
|
+ <div style="font-weight:700;color:var(--green);margin-bottom:14px;">✅ 关键发现</div>
|
|
|
|
|
+ <div style="display:grid;gap:16px;">
|
|
|
|
|
+ <div style="padding-bottom:16px;border-bottom:1px solid var(--border);">
|
|
|
|
|
+ <div style="font-weight:600;color:var(--text-1);margin-bottom:6px;">1.
|
|
|
|
|
+ 快手的核心壁垒是"信任基础设施"而非流量本身</div>
|
|
|
|
|
+ <p class="text-sm">2.5亿蓝领月活的背后是"老铁"信任关系,但这种信任是脆弱的,一旦受虚假招聘事件冲击,修复成本极高。</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div style="padding-bottom:16px;border-bottom:1px solid var(--border);">
|
|
|
|
|
+ <div style="font-weight:600;color:var(--text-1);margin-bottom:6px;">2.
|
|
|
|
|
+ "10个蓝领9个用快手"既是优势也是责任</div>
|
|
|
|
|
+ <p class="text-sm">如此高的渗透率意味着,任何发生在快聘平台上的招聘诈骗,其社会影响都将远超传统招聘平台。</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div style="padding-bottom:16px;border-bottom:1px solid var(--border);">
|
|
|
|
|
+ <div style="font-weight:600;color:var(--text-1);margin-bottom:6px;">3. 情绪价值的"双刃剑"效应
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <p class="text-sm">快手借助蓝领群体"高共鸣"属性进行情绪化传播,已形成独特的差异化竞争优势;但虚假摆拍内容的泛滥正在侵蚀这种情绪传播的正当性。</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div>
|
|
|
|
|
+ <div style="font-weight:600;color:var(--text-1);margin-bottom:6px;">4.
|
|
|
|
|
+ 政策监管已从"鼓励创新"转向"规范治理"</div>
|
|
|
|
|
+ <p class="text-sm">2026年五部门行政指导标志着直播带岗进入强监管时期,快手需要从"零审核"向制度化审核体系转型。</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div>
|
|
|
|
|
+ <div class="card" style="border-left:3px solid var(--rose);margin-bottom:20px;">
|
|
|
|
|
+ <div style="font-weight:700;color:var(--rose);margin-bottom:14px;">⚠️ 风险提示</div>
|
|
|
|
|
+ <div class="stack-list">
|
|
|
|
|
+ <div class="stack-item">
|
|
|
|
|
+ <span class="stack-dot" style="background:var(--rose);"></span>
|
|
|
|
|
+ <div>平台监管风险:五部门行政指导要求快聘业务全面提升审核能力,若整改不到位可能面临更严厉的监管措施</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="stack-item">
|
|
|
|
|
+ <span class="stack-dot" style="background:var(--rose);"></span>
|
|
|
|
|
+ <div>信任透支风险:信息审核不足可能导致恶性诈骗事件,严重损害平台公信力。有前科主播借"官方合作"名义招聘已暴露审核漏洞</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="stack-item">
|
|
|
|
|
+ <span class="stack-dot" style="background:var(--rose);"></span>
|
|
|
|
|
+ <div>竞争加剧风险:BOSS直聘持续加码蓝领招聘治理,58同城积累深厚,蓝领赛道竞争持续白热化</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="card" style="border-left:3px solid var(--blue);">
|
|
|
|
|
+ <div style="font-weight:700;color:var(--blue);margin-bottom:14px;">📋 五部门"五个到位"</div>
|
|
|
|
|
+ <div style="font-size:0.85rem;color:var(--text-2);line-height:2;">
|
|
|
|
|
+ <div>① 资质审核到位</div>
|
|
|
|
|
+ <div>② 信息明示到位</div>
|
|
|
|
|
+ <div>③ 内容审核到位</div>
|
|
|
|
|
+ <div>④ 风险防范到位</div>
|
|
|
|
|
+ <div>⑤ 处置管控到位</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </section>
|
|
|
|
|
+
|
|
|
|
|
+ <!-- ═══ CH13 VOC证据锚点 ═════════════════════════════════════════════════ -->
|
|
|
|
|
+ <section class="report-section" data-slide-num="13" data-tone="amber">
|
|
|
|
|
+ <div class="section-inner">
|
|
|
|
|
+ <div class="section-head">
|
|
|
|
|
+ <div class="section-eyebrow">Chapter 13</div>
|
|
|
|
|
+ <h2 class="text-h1">VOC 证据锚点</h2>
|
|
|
|
|
+ <p class="section-sub">可直接引用的用户原声与高赞内容</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="grid grid-2" style="margin-bottom:28px;">
|
|
|
|
|
+ <div>
|
|
|
|
|
+ <div
|
|
|
|
|
+ style="font-family:var(--font-mono);font-size:0.72rem;letter-spacing:0.15em;color:var(--rose);margin-bottom:14px;font-weight:600;">
|
|
|
|
|
+ 🔥 最担心什么——高赞视频文案</div>
|
|
|
|
|
+ <div class="card quote-card">
|
|
|
|
|
+ <div
|
|
|
|
|
+ style="display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap;margin-bottom:10px;">
|
|
|
|
|
+ <div style="display:flex;gap:8px;align-items:center;flex-wrap:wrap;">
|
|
|
|
|
+ <span class="tag"
|
|
|
|
|
+ style="background:var(--rose)18;color:var(--rose);border-color:var(--rose)44;">黑中介</span>
|
|
|
|
|
+ <span class="text-xs">视频文案</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="text-xs">赞 15.1w · 热度 20.3w</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="quote-text">"#万恶之源 #搞笑我是认真的 #搞笑 黑中介的噩梦,只要我不努力,你就过不上你想要的生活"</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="card quote-card">
|
|
|
|
|
+ <div
|
|
|
|
|
+ style="display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap;margin-bottom:10px;">
|
|
|
|
|
+ <div style="display:flex;gap:8px;align-items:center;flex-wrap:wrap;">
|
|
|
|
|
+ <span class="tag"
|
|
|
|
|
+ style="background:var(--rose)18;color:var(--rose);border-color:var(--rose)44;">黑厂</span>
|
|
|
|
|
+ <span class="text-xs">视频文案</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="text-xs">赞 9.2w · 热度 12.3w</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="quote-text">"揭秘!广东5大黑厂有哪些?想不被坑,千万不要进#电子厂 #普工 #打工人"</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="card quote-card">
|
|
|
|
|
+ <div
|
|
|
|
|
+ style="display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap;margin-bottom:10px;">
|
|
|
|
|
+ <div style="display:flex;gap:8px;align-items:center;flex-wrap:wrap;">
|
|
|
|
|
+ <span class="tag"
|
|
|
|
|
+ style="background:var(--rose)18;color:var(--rose);border-color:var(--rose)44;">入职被坑</span>
|
|
|
|
|
+ <span class="text-xs">视频文案</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="text-xs">赞 6.6w · 热度 8.5w</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="quote-text">"再过段时间,应届毕业生们就该实习找工作了,千万要擦亮眼睛,别被这种新型招聘骗局给坑了!#诈骗 #招聘 #应届毕业生"</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="card quote-card">
|
|
|
|
|
+ <div
|
|
|
|
|
+ style="display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap;margin-bottom:10px;">
|
|
|
|
|
+ <div style="display:flex;gap:8px;align-items:center;flex-wrap:wrap;">
|
|
|
|
|
+ <span class="tag"
|
|
|
|
|
+ style="background:var(--rose)18;color:var(--rose);border-color:var(--rose)44;">黑中介</span>
|
|
|
|
|
+ <span class="text-xs">视频文案</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="text-xs">赞 3.7w · 热度 6.2w</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="quote-text">"#维护法律尊严和正义 #严厉打击黑中介 #黑中介骗了多少中国同胞,把黑中介一网打尽,广大网友们,你们支持吗?"</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div>
|
|
|
|
|
+ <div
|
|
|
|
|
+ style="font-family:var(--font-mono);font-size:0.72rem;letter-spacing:0.15em;color:var(--rose);margin-bottom:14px;font-weight:600;">
|
|
|
|
|
+ 🔥 高赞评论 VOC TOP</div>
|
|
|
|
|
+ <div class="voice-card hot" style="border-left:3px solid var(--amber);">
|
|
|
|
|
+ <div style="display:flex;align-items:center;gap:8px;margin-bottom:8px;">
|
|
|
|
|
+ <span
|
|
|
|
|
+ style="width:22px;height:22px;border-radius:50%;background:var(--bg-2);color:var(--text-1);font-size:0.6rem;font-weight:700;display:flex;align-items:center;justify-content:center;">快</span>
|
|
|
|
|
+ <span style="font-size:0.8rem;color:var(--text-3);">快手用户</span>
|
|
|
|
|
+ <span style="margin-left:auto;font-size:0.78rem;font-weight:600;color:var(--amber);">♥
|
|
|
|
|
+ 6.3k</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="voice-content">"22年差点被骗去当咯咯哒 说什么模特走台下面的人送花就有提成"</div>
|
|
|
|
|
+ <div class="voice-meta">
|
|
|
|
|
+ <span class="voice-tag"
|
|
|
|
|
+ style="background:rgba(245,166,35,0.1);color:var(--amber);">入职被坑</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="voice-card hot" style="border-left:3px solid var(--amber);">
|
|
|
|
|
+ <div style="display:flex;align-items:center;gap:8px;margin-bottom:8px;">
|
|
|
|
|
+ <span
|
|
|
|
|
+ style="width:22px;height:22px;border-radius:50%;background:var(--bg-2);color:var(--text-1);font-size:0.6rem;font-weight:700;display:flex;align-items:center;justify-content:center;">快</span>
|
|
|
|
|
+ <span style="font-size:0.8rem;color:var(--text-3);">快手用户</span>
|
|
|
|
|
+ <span style="margin-left:auto;font-size:0.78rem;font-weight:600;color:var(--amber);">♥
|
|
|
|
|
+ 2.2k</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="voice-content">"去买几个鸡蛋,打碎,放在沙发下面..."</div>
|
|
|
|
|
+ <div class="voice-meta">
|
|
|
|
|
+ <span class="voice-tag"
|
|
|
|
|
+ style="background:rgba(245,166,35,0.1);color:var(--amber);">押金不退</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="voice-card" style="border-left:3px solid var(--rose);">
|
|
|
|
|
+ <div style="display:flex;align-items:center;gap:8px;margin-bottom:8px;">
|
|
|
|
|
+ <span
|
|
|
|
|
+ style="width:22px;height:22px;border-radius:50%;background:var(--bg-2);color:var(--text-1);font-size:0.6rem;font-weight:700;display:flex;align-items:center;justify-content:center;">快</span>
|
|
|
|
|
+ <span style="font-size:0.8rem;color:var(--text-3);">快手用户</span>
|
|
|
|
|
+ <span style="margin-left:auto;font-size:0.78rem;font-weight:600;color:var(--rose);">♥
|
|
|
|
|
+ 808</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="voice-content">"我在广西就遇到过房东死活不退押金..."</div>
|
|
|
|
|
+ <div class="voice-meta">
|
|
|
|
|
+ <span class="voice-tag"
|
|
|
|
|
+ style="background:rgba(255,77,141,0.1);color:var(--rose);">押金不退</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="voice-card" style="border-left:3px solid var(--rose);">
|
|
|
|
|
+ <div style="display:flex;align-items:center;gap:8px;margin-bottom:8px;">
|
|
|
|
|
+ <span
|
|
|
|
|
+ style="width:22px;height:22px;border-radius:50%;background:var(--bg-2);color:var(--text-1);font-size:0.6rem;font-weight:700;display:flex;align-items:center;justify-content:center;">快</span>
|
|
|
|
|
+ <span style="font-size:0.8rem;color:var(--text-3);">快手用户</span>
|
|
|
|
|
+ <span style="margin-left:auto;font-size:0.78rem;font-weight:600;color:var(--rose);">♥
|
|
|
|
|
+ 533</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="voice-content">"做的不错,就该那样!有些房东太不像话了!押金不退,还有理由了!"</div>
|
|
|
|
|
+ <div class="voice-meta">
|
|
|
|
|
+ <span class="voice-tag"
|
|
|
|
|
+ style="background:rgba(255,77,141,0.1);color:var(--rose);">押金不退</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="voice-card" style="border-left:3px solid var(--rose);">
|
|
|
|
|
+ <div style="display:flex;align-items:center;gap:8px;margin-bottom:8px;">
|
|
|
|
|
+ <span
|
|
|
|
|
+ style="width:22px;height:22px;border-radius:50%;background:var(--bg-2);color:var(--text-1);font-size:0.6rem;font-weight:700;display:flex;align-items:center;justify-content:center;">快</span>
|
|
|
|
|
+ <span style="font-size:0.8rem;color:var(--text-3);">快手用户</span>
|
|
|
|
|
+ <span style="margin-left:auto;font-size:0.78rem;font-weight:600;color:var(--rose);">♥
|
|
|
|
|
+ 491</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="voice-content">"无论怎么样,反正黑中介是赚了"</div>
|
|
|
|
|
+ <div class="voice-meta">
|
|
|
|
|
+ <span class="voice-tag"
|
|
|
|
|
+ style="background:rgba(255,77,141,0.1);color:var(--rose);">黑中介</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="voice-card" style="border-left:3px solid var(--rose);">
|
|
|
|
|
+ <div style="display:flex;align-items:center;gap:8px;margin-bottom:8px;">
|
|
|
|
|
+ <span
|
|
|
|
|
+ style="width:22px;height:22px;border-radius:50%;background:var(--bg-2);color:var(--text-1);font-size:0.6rem;font-weight:700;display:flex;align-items:center;justify-content:center;">快</span>
|
|
|
|
|
+ <span style="font-size:0.8rem;color:var(--text-3);">快手用户</span>
|
|
|
|
|
+ <span style="margin-left:auto;font-size:0.78rem;font-weight:600;color:var(--rose);">♥
|
|
|
|
|
+ 422</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="voice-content">"那暑假工能做什么啊"</div>
|
|
|
|
|
+ <div class="voice-meta">
|
|
|
|
|
+ <span class="voice-tag"
|
|
|
|
|
+ style="background:rgba(255,77,141,0.1);color:var(--rose);">入职被坑</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="card card-glow" style="border-left:3px solid var(--green);padding:28px 32px;">
|
|
|
|
|
+ <div
|
|
|
|
|
+ style="font-family:var(--font-mono);font-size:0.72rem;letter-spacing:0.15em;color:var(--green);margin-bottom:14px;font-weight:600;">
|
|
|
|
|
+ 💡 核心洞察</div>
|
|
|
|
|
+ <div class="text-h2" style="margin-bottom:12px;">情绪价值的核心不是娱乐,而是"确定性"</div>
|
|
|
|
|
+ <p class="text-body">
|
|
|
|
|
+ 快手在蓝领求职场景中的优势,来自内容触达、直播解释、即时互动和高频决策场景的天然匹配。需求高频、风险敏感、决策链短、转化诉求强。最强购买点不是抽象品牌心智,而是"工资真实、发薪稳定、包吃包住、当天入职、流程简单"。
|
|
|
|
|
+ </p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </section>
|
|
|
|
|
+
|
|
|
|
|
+ </main>
|
|
|
|
|
+
|
|
|
|
|
+ <footer>
|
|
|
|
|
+ <div>快手快聘 · VOC 深度洞察报告</div>
|
|
|
|
|
+ <div class="meta">数据来源:TikHub API 快手评论采集 | VOC 8,173条 | 视频380条 | 19个关键词 | 播放量9,455万</div>
|
|
|
|
|
+ <div class="meta">数据截至:2026年4月 | 报告版本:v8 | 结合 v6内容丰富度 + v7组件优化</div>
|
|
|
|
|
+ </footer>
|
|
|
|
|
+
|
|
|
|
|
+ <script>
|
|
|
|
|
+ (function () {
|
|
|
|
|
+ const slides = document.querySelectorAll('.report-section');
|
|
|
|
|
+ const nav = document.getElementById('navRail');
|
|
|
|
|
+ const now = document.getElementById('slideNow');
|
|
|
|
|
+ const bar = document.getElementById('slideBar');
|
|
|
|
|
+ const total = document.getElementById('slideTotal');
|
|
|
|
|
+ const progress = document.getElementById('progressLine');
|
|
|
|
|
+ const tips = ['封面', '执行摘要', '数据方法', '最担心什么', '最看重什么', '情绪价值', '渠道原因', '竞争格局', '信任机制', '机会建议', '4P策略', '优劣势', '关键发现', 'VOC锚点'];
|
|
|
|
|
+ let current = 0;
|
|
|
|
|
+
|
|
|
|
|
+ tips.forEach((t, i) => {
|
|
|
|
|
+ const d = document.createElement('div');
|
|
|
|
|
+ d.className = 'nav-dot';
|
|
|
|
|
+ d.setAttribute('data-tip', t);
|
|
|
|
|
+ d.addEventListener('click', () => slides[i] && slides[i].scrollIntoView({ behavior: 'smooth' }));
|
|
|
|
|
+ nav.appendChild(d);
|
|
|
|
|
+ });
|
|
|
|
|
+
|
|
|
|
|
+ const update = () => {
|
|
|
|
|
+ const idx = Math.round(window.scrollY / window.innerHeight);
|
|
|
|
|
+ current = Math.max(0, Math.min(idx, slides.length - 1));
|
|
|
|
|
+ now.textContent = String(current + 1).padStart(2, '0');
|
|
|
|
|
+ bar.style.setProperty('--pct', ((current + 1) / slides.length * 100) + '%');
|
|
|
|
|
+ progress.style.width = ((current + 1) / slides.length * 100) + '%';
|
|
|
|
|
+ document.querySelectorAll('.nav-dot').forEach((d, i) => {
|
|
|
|
|
+ d.classList.toggle('active', i === current);
|
|
|
|
|
+ });
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ window.addEventListener('scroll', update, { passive: true });
|
|
|
|
|
+
|
|
|
|
|
+ document.addEventListener('keydown', e => {
|
|
|
|
|
+ if (e.key === 'ArrowDown' || e.key === 'PageDown') {
|
|
|
|
|
+ e.preventDefault();
|
|
|
|
|
+ slides[current + 1] && slides[current + 1].scrollIntoView({ behavior: 'smooth' });
|
|
|
|
|
+ } else if (e.key === 'ArrowUp' || e.key === 'PageUp') {
|
|
|
|
|
+ e.preventDefault();
|
|
|
|
|
+ slides[current - 1] && slides[current - 1].scrollIntoView({ behavior: 'smooth' });
|
|
|
|
|
+ }
|
|
|
|
|
+ });
|
|
|
|
|
+
|
|
|
|
|
+ document.querySelectorAll('.kbd-hint')[0] && document.querySelectorAll('.kbd-hint')[0].classList.add('fade');
|
|
|
|
|
+ total.textContent = String(slides.length).padStart(2, '0');
|
|
|
|
|
+ update();
|
|
|
|
|
+
|
|
|
|
|
+ document.documentElement.classList.add('js');
|
|
|
|
|
+
|
|
|
|
|
+ const observer = new IntersectionObserver(entries => {
|
|
|
|
|
+ entries.forEach(e => {
|
|
|
|
|
+ if (e.isIntersecting) {
|
|
|
|
|
+ e.target.classList.add('in-view');
|
|
|
|
|
+ const fadeups = e.target.querySelectorAll('.fade-up');
|
|
|
|
|
+ fadeups.forEach((el, i) => setTimeout(() => el.classList.add('is-visible'), i * 100));
|
|
|
|
|
+ }
|
|
|
|
|
+ });
|
|
|
|
|
+ });
|
|
|
|
|
+
|
|
|
|
|
+ slides.forEach(s => observer.observe(s));
|
|
|
|
|
+ })();
|
|
|
|
|
+ </script>
|
|
|
|
|
+
|
|
|
|
|
+</body>
|
|
|
|
|
+
|
|
|
|
|
+</html>
|