update pay ui
This commit is contained in:
@@ -1,436 +1,426 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<html lang="zh-CN" data-theme="night">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<title>AI成人陪伴概念分析报告</title>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet" />
|
||||
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
|
||||
<link href="https://cdn.jsdelivr.net/npm/daisyui@5/dist/full.min.css" rel="stylesheet" type="text/css" />
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
|
||||
<style>
|
||||
body {
|
||||
font-family: 'Inter', sans-serif;
|
||||
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
||||
min-height: 100vh;
|
||||
}
|
||||
.glass-effect {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
backdrop-filter: blur(10px);
|
||||
border: 1px solid rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
.timeline-dot {
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
background-color: #818cf8;
|
||||
border-radius: 50%;
|
||||
position: absolute;
|
||||
left: -6px;
|
||||
top: 6px;
|
||||
}
|
||||
.timeline-line {
|
||||
width: 2px;
|
||||
background-color: #e0e7ff;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
.highlight-text {
|
||||
background: linear-gradient(120deg, #a78bfa 0%, #ec4899 100%);
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
background-clip: text;
|
||||
}
|
||||
.card-hover {
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
.card-hover:hover {
|
||||
transform: translateY(-5px);
|
||||
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
@keyframes float {
|
||||
0% { transform: translateY(0px); }
|
||||
50% { transform: translateY(-10px); }
|
||||
100% { transform: translateY(0px); }
|
||||
}
|
||||
.float-animation {
|
||||
animation: float 4s ease-in-out infinite;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body class="text-gray-800">
|
||||
<div class="container mx-auto px-4 py-8 max-w-7xl">
|
||||
<!-- Header Section -->
|
||||
<header class="text-center mb-12">
|
||||
<h1 class="text-4xl md:text-5xl font-bold text-white mb-4 float-animation">AI成人陪伴概念分析</h1>
|
||||
<p class="text-xl text-purple-100 max-w-3xl mx-auto">技术、需求与政策三重共振的稀缺赛道</p>
|
||||
</header>
|
||||
|
||||
<!-- Key Insights Section -->
|
||||
<section class="mb-12">
|
||||
<div class="glass-effect rounded-2xl p-6 md:p-8 card-hover">
|
||||
<h2 class="text-2xl md:text-3xl font-bold text-white mb-6">核心观点摘要</h2>
|
||||
<div class="grid grid-cols-1 md:grid-cols-3 gap-6">
|
||||
<div class="bg-white bg-opacity-20 rounded-xl p-6">
|
||||
<div class="text-purple-300 text-sm mb-2">阶段判断</div>
|
||||
<p class="text-white font-medium">AI成人陪伴已从"概念验证"进入<strong class="text-yellow-300">商业化落地早期</strong></p>
|
||||
</div>
|
||||
<div class="bg-white bg-opacity-20 rounded-xl p-6">
|
||||
<div class="text-purple-300 text-sm mb-2">核心驱动力</div>
|
||||
<p class="text-white font-medium"><strong class="text-yellow-300">技术降本</strong> + <strong class="text-yellow-300">场景刚需</strong> + <strong class="text-yellow-300">IP变现</strong></p>
|
||||
</div>
|
||||
<div class="bg-white bg-opacity-20 rounded-xl p-6">
|
||||
<div class="text-purple-300 text-sm mb-2">未来潜力</div>
|
||||
<p class="text-white font-medium">2030年全球市场规模或达<strong class="text-yellow-300">1500亿美元</strong></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Timeline Section -->
|
||||
<section class="mb-12">
|
||||
<div class="glass-effect rounded-2xl p-6 md:p-8 card-hover">
|
||||
<h2 class="text-2xl md:text-3xl font-bold text-white mb-6">概念发展时间轴</h2>
|
||||
<div class="relative pl-8">
|
||||
<div class="timeline-line"></div>
|
||||
<div class="space-y-8">
|
||||
<div class="relative">
|
||||
<div class="timeline-dot"></div>
|
||||
<div class="bg-white bg-opacity-20 rounded-lg p-4 ml-4">
|
||||
<div class="text-yellow-300 font-semibold">2024年5月</div>
|
||||
<p class="text-white">Character.AI、Talkie等海外AI陪伴应用用户破千万,验证情感陪伴需求</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="relative">
|
||||
<div class="timeline-dot"></div>
|
||||
<div class="bg-white bg-opacity-20 rounded-lg p-4 ml-4">
|
||||
<div class="text-yellow-300 font-semibold">2024年8月</div>
|
||||
<p class="text-white">字节跳动推出"猫箱",国内AI陪伴应用MAU达<strong>688万</strong>,环比增长<strong>50.2%</strong></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="relative">
|
||||
<div class="timeline-dot"></div>
|
||||
<div class="bg-white bg-opacity-20 rounded-lg p-4 ml-4">
|
||||
<div class="text-yellow-300 font-semibold">2024年11月</div>
|
||||
<p class="text-white">卡西欧发布AI宠物机器人Moflin(售价<strong>398美元</strong>),成人用户占比超60%</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="relative">
|
||||
<div class="timeline-dot"></div>
|
||||
<div class="bg-white bg-opacity-20 rounded-lg p-4 ml-4">
|
||||
<div class="text-yellow-300 font-semibold">2025年2月</div>
|
||||
<p class="text-white">A股"AI成人娃娃"概念爆发,金三玩美MetaBox产品海外售价<strong>1500-2000美元</strong></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="relative">
|
||||
<div class="timeline-dot"></div>
|
||||
<div class="bg-white bg-opacity-20 rounded-lg p-4 ml-4">
|
||||
<div class="text-yellow-300 font-semibold">2025年5月</div>
|
||||
<p class="text-white">恺英网络投资的3D AI伴侣《EVE》开启内测,B站预告片播放量破百万</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Market Analysis Section -->
|
||||
<section class="mb-12">
|
||||
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
|
||||
<div class="glass-effect rounded-2xl p-6 md:p-8 card-hover">
|
||||
<h3 class="text-xl md:text-2xl font-bold text-white mb-4">核心驱动力</h3>
|
||||
<div class="space-y-4">
|
||||
<div class="flex items-start">
|
||||
<div class="bg-purple-500 rounded-full w-8 h-8 flex items-center justify-center flex-shrink-0 mr-3">
|
||||
<span class="text-white font-bold text-sm">1</span>
|
||||
</div>
|
||||
<div>
|
||||
<h4 class="text-white font-semibold mb-1">技术突破</h4>
|
||||
<p class="text-purple-100 text-sm">多模态交互延迟降至<strong>200-300毫秒</strong>,拟人化能力质变</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex items-start">
|
||||
<div class="bg-purple-500 rounded-full w-8 h-8 flex items-center justify-center flex-shrink-0 mr-3">
|
||||
<span class="text-white font-bold text-sm">2</span>
|
||||
</div>
|
||||
<div>
|
||||
<h4 class="text-white font-semibold mb-1">需求刚性</h4>
|
||||
<p class="text-purple-100 text-sm"><strong>58.7%青年</strong>体验过付费陪伴服务,AI女友搜索热度为AI男友的<strong>4倍</strong></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex items-start">
|
||||
<div class="bg-purple-500 rounded-full w-8 h-8 flex items-center justify-center flex-shrink-0 mr-3">
|
||||
<span class="text-white font-bold text-sm">3</span>
|
||||
</div>
|
||||
<div>
|
||||
<h4 class="text-white font-semibold mb-1">政策友好</h4>
|
||||
<p class="text-purple-100 text-sm">《人工智能法示范法2.0》明确情感陪伴场景合规边界</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>深度投研报告:AI成人陪伴</title>
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
<link href="https://cdn.jsdelivr.net/npm/daisyui@4.7.2/dist/full.min.css" rel="stylesheet" type="text/css" />
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/echarts@5.5.0/dist/echarts.min.js"></script>
|
||||
<style>
|
||||
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700&display=swap');
|
||||
|
||||
<div class="glass-effect rounded-2xl p-6 md:p-8 card-hover">
|
||||
<h3 class="text-xl md:text-2xl font-bold text-white mb-4">未来发展路径</h3>
|
||||
<div class="space-y-4">
|
||||
<div class="bg-white bg-opacity-20 rounded-lg p-4">
|
||||
<div class="text-yellow-300 font-semibold mb-1">阶段1(2025-2026)</div>
|
||||
<p class="text-white text-sm">硬件爆发期——AI玩具/机器人销量破<strong>100万台</strong></p>
|
||||
</div>
|
||||
<div class="bg-white bg-opacity-20 rounded-lg p-4">
|
||||
<div class="text-yellow-300 font-semibold mb-1">阶段2(2027-2028)</div>
|
||||
<p class="text-white text-sm">场景深化期——<strong>养老陪护</strong>、<strong>心理咨询</strong>规模化</p>
|
||||
</div>
|
||||
<div class="bg-white bg-opacity-20 rounded-lg p-4">
|
||||
<div class="text-yellow-300 font-semibold mb-1">阶段3(2029-2030)</div>
|
||||
<p class="text-white text-sm">生态成熟期——形成"AI伴侣OS",头部公司市占率超<strong>60%</strong></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
body {
|
||||
font-family: 'Noto Sans SC', sans-serif;
|
||||
background-color: #0c0a09;
|
||||
background-image:
|
||||
radial-gradient(circle at 10% 10%, rgba(100, 116, 139, 0.1) 0%, transparent 30%),
|
||||
radial-gradient(circle at 80% 90%, rgba(56, 189, 248, 0.1) 0%, transparent 40%),
|
||||
radial-gradient(circle at 50% 50%, rgba(139, 92, 246, 0.05) 0%, transparent 25%);
|
||||
background-attachment: fixed;
|
||||
color: #d1d5db; /* gray-300 */
|
||||
}
|
||||
|
||||
<!-- Stock Data Section -->
|
||||
<section class="mb-12">
|
||||
<div class="glass-effect rounded-2xl p-6 md:p-8 card-hover">
|
||||
<h2 class="text-2xl md:text-3xl font-bold text-white mb-6">关联股票分析</h2>
|
||||
<div class="overflow-x-auto">
|
||||
<table class="w-full text-white">
|
||||
<thead>
|
||||
<tr class="border-b border-purple-300">
|
||||
<th class="text-left py-3 px-4">股票名称</th>
|
||||
<th class="text-left py-3 px-4">行业</th>
|
||||
<th class="text-left py-3 px-4">项目/分类</th>
|
||||
<th class="text-left py-3 px-4">产业链</th>
|
||||
<th class="text-left py-3 px-4">关联原因</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr class="border-b border-purple-200 border-opacity-30 hover:bg-white hover:bg-opacity-10">
|
||||
<td class="py-3 px-4 font-semibold text-yellow-300">硅宝科技</td>
|
||||
<td class="py-3 px-4">硅胶</td>
|
||||
<td class="py-3 px-4">情趣机器人皮肤层及关节密封</td>
|
||||
<td class="py-3 px-4"><span class="bg-purple-600 px-2 py-1 rounded text-xs">上游材料</span></td>
|
||||
<td class="py-3 px-4 text-sm">硅胶龙头,产品覆盖情趣机器人皮肤层及关节密封,导电硅胶传感器可提升触觉反馈精度</td>
|
||||
</tr>
|
||||
<tr class="border-b border-purple-200 border-opacity-30 hover:bg-white hover:bg-opacity-10">
|
||||
<td class="py-3 px-4 font-semibold text-yellow-300">宏柏新材</td>
|
||||
<td class="py-3 px-4">硅胶</td>
|
||||
<td class="py-3 px-4">液态硅胶</td>
|
||||
<td class="py-3 px-4"><span class="bg-purple-600 px-2 py-1 rounded text-xs">上游材料</span></td>
|
||||
<td class="py-3 px-4 text-sm">提供液态硅胶材料</td>
|
||||
</tr>
|
||||
<tr class="border-b border-purple-200 border-opacity-30 hover:bg-white hover:bg-opacity-10">
|
||||
<td class="py-3 px-4 font-semibold text-yellow-300">浙江众成</td>
|
||||
<td class="py-3 px-4">热塑弹性体</td>
|
||||
<td class="py-3 px-4">SEPS材料</td>
|
||||
<td class="py-3 px-4"><span class="bg-purple-600 px-2 py-1 rounded text-xs">上游材料</span></td>
|
||||
<td class="py-3 px-4 text-sm">SEPS材料具备高弹性,直接替代进口TPE材料,成本降低30%</td>
|
||||
</tr>
|
||||
<tr class="border-b border-purple-200 border-opacity-30 hover:bg-white hover:bg-opacity-10">
|
||||
<td class="py-3 px-4 font-semibold text-yellow-300">道恩股份</td>
|
||||
<td class="py-3 px-4">热塑弹性体</td>
|
||||
<td class="py-3 px-4">TPV产品</td>
|
||||
<td class="py-3 px-4"><span class="bg-purple-600 px-2 py-1 rounded text-xs">上游材料</span></td>
|
||||
<td class="py-3 px-4 text-sm">热塑弹性体TPV产品可进口替代,应用于机器人手臂尼龙材料、合金材料等</td>
|
||||
</tr>
|
||||
<tr class="border-b border-purple-200 border-opacity-30 hover:bg-white hover:bg-opacity-10">
|
||||
<td class="py-3 px-4 font-semibold text-yellow-300">长鸿高科</td>
|
||||
<td class="py-3 px-4">热塑弹性体</td>
|
||||
<td class="py-3 px-4">TPE产品</td>
|
||||
<td class="py-3 px-4"><span class="bg-purple-600 px-2 py-1 rounded text-xs">上游材料</span></td>
|
||||
<td class="py-3 px-4 text-sm">主营产品TPE具有软弹肉感和温感性能,是主流仿生皮肤材料</td>
|
||||
</tr>
|
||||
<tr class="border-b border-purple-200 border-opacity-30 hover:bg-white hover:bg-opacity-10">
|
||||
<td class="py-3 px-4 font-semibold text-yellow-300">趣睡科技</td>
|
||||
<td class="py-3 px-4">中游AI</td>
|
||||
<td class="py-3 px-4">DeepSeek睡眠模型</td>
|
||||
<td class="py-3 px-4"><span class="bg-blue-600 px-2 py-1 rounded text-xs">技术迁移</span></td>
|
||||
<td class="py-3 px-4 text-sm">借力DeepSeek睡眠数据分析模型,技术迁移至情趣机器人领域</td>
|
||||
</tr>
|
||||
<tr class="border-b border-purple-200 border-opacity-30 hover:bg-white hover:bg-opacity-10">
|
||||
<td class="py-3 px-4 font-semibold text-yellow-300">爱慕股份</td>
|
||||
<td class="py-3 px-4">中游AI</td>
|
||||
<td class="py-3 px-4">健康管家型机器人</td>
|
||||
<td class="py-3 px-4"><span class="bg-blue-600 px-2 py-1 rounded text-xs">可穿戴技术</span></td>
|
||||
<td class="py-3 px-4 text-sm">将文胸压力传感、温控技术应用于机器人可穿戴层,计划2025年推出</td>
|
||||
</tr>
|
||||
<tr class="border-b border-purple-200 border-opacity-30 hover:bg-white hover:bg-opacity-10">
|
||||
<td class="py-3 px-4 font-semibold text-yellow-300">汉威科技</td>
|
||||
<td class="py-3 px-4">其他零部件</td>
|
||||
<td class="py-3 px-4">电子皮肤</td>
|
||||
<td class="py-3 px-4"><span class="bg-green-600 px-2 py-1 rounded text-xs">电子皮肤</span></td>
|
||||
<td class="py-3 px-4 text-sm">涉及电子皮肤技术</td>
|
||||
</tr>
|
||||
<tr class="border-b border-purple-200 border-opacity-30 hover:bg-white hover:bg-opacity-10">
|
||||
<td class="py-3 px-4 font-semibold text-yellow-300">歌尔股份</td>
|
||||
<td class="py-3 px-4">其他零部件</td>
|
||||
<td class="py-3 px-4">声音</td>
|
||||
<td class="py-3 px-4"><span class="bg-green-600 px-2 py-1 rounded text-xs">声音</span></td>
|
||||
<td class="py-3 px-4 text-sm">涉及声音相关技术</td>
|
||||
</tr>
|
||||
<tr class="border-b border-purple-200 border-opacity-30 hover:bg-white hover:bg-opacity-10">
|
||||
<td class="py-3 px-4 font-semibold text-yellow-300">合盛硅业</td>
|
||||
<td class="py-3 px-4">硅胶</td>
|
||||
<td class="py-3 px-4">其他上游材料</td>
|
||||
<td class="py-3 px-4"><span class="bg-purple-600 px-2 py-1 rounded text-xs">上游材料</span></td>
|
||||
<td class="py-3 px-4 text-sm">涉及硅胶产业链上游材料供应</td>
|
||||
</tr>
|
||||
<tr class="border-b border-purple-200 border-opacity-30 hover:bg-white hover:bg-opacity-10">
|
||||
<td class="py-3 px-4 font-semibold text-yellow-300">东岳硅材</td>
|
||||
<td class="py-3 px-4">硅胶</td>
|
||||
<td class="py-3 px-4">其他上游材料</td>
|
||||
<td class="py-3 px-4"><span class="bg-purple-600 px-2 py-1 rounded text-xs">上游材料</span></td>
|
||||
<td class="py-3 px-4 text-sm">涉及硅胶产业链上游材料供应</td>
|
||||
</tr>
|
||||
<tr class="border-b border-purple-200 border-opacity-30 hover:bg-white hover:bg-opacity-10">
|
||||
<td class="py-3 px-4 font-semibold text-yellow-300">新安股份</td>
|
||||
<td class="py-3 px-4">硅胶</td>
|
||||
<td class="py-3 px-4">其他上游材料</td>
|
||||
<td class="py-3 px-4"><span class="bg-purple-600 px-2 py-1 rounded text-xs">上游材料</span></td>
|
||||
<td class="py-3 px-4 text-sm">涉及硅胶产业链上游材料供应</td>
|
||||
</tr>
|
||||
<tr class="border-b border-purple-200 border-opacity-30 hover:bg-white hover:bg-opacity-10">
|
||||
<td class="py-3 px-4 font-semibold text-yellow-300">回天新材</td>
|
||||
<td class="py-3 px-4">硅胶</td>
|
||||
<td class="py-3 px-4">其他上游材料</td>
|
||||
<td class="py-3 px-4"><span class="bg-purple-600 px-2 py-1 rounded text-xs">上游材料</span></td>
|
||||
<td class="py-3 px-4 text-sm">涉及硅胶产业链上游材料供应</td>
|
||||
</tr>
|
||||
<tr class="border-b border-purple-200 border-opacity-30 hover:bg-white hover:bg-opacity-10">
|
||||
<td class="py-3 px-4 font-semibold text-yellow-300">晨光新材</td>
|
||||
<td class="py-3 px-4">硅胶</td>
|
||||
<td class="py-3 px-4">其他上游材料</td>
|
||||
<td class="py-3 px-4"><span class="bg-purple-600 px-2 py-1 rounded text-xs">上游材料</span></td>
|
||||
<td class="py-3 px-4 text-sm">涉及硅胶产业链上游材料供应</td>
|
||||
</tr>
|
||||
<tr class="border-b border-purple-200 border-opacity-30 hover:bg-white hover:bg-opacity-10">
|
||||
<td class="py-3 px-4 font-semibold text-yellow-300">瑞贝卡</td>
|
||||
<td class="py-3 px-4">其他零部件</td>
|
||||
<td class="py-3 px-4">假发</td>
|
||||
<td class="py-3 px-4"><span class="bg-green-600 px-2 py-1 rounded text-xs">假发</span></td>
|
||||
<td class="py-3 px-4 text-sm">假发相关业务</td>
|
||||
</tr>
|
||||
<tr class="border-b border-purple-200 border-opacity-30 hover:bg-white hover:bg-opacity-10">
|
||||
<td class="py-3 px-4 font-semibold text-yellow-300">申昊科技</td>
|
||||
<td class="py-3 px-4">其他零部件</td>
|
||||
<td class="py-3 px-4">电子皮肤</td>
|
||||
<td class="py-3 px-4"><span class="bg-green-600 px-2 py-1 rounded text-xs">电子皮肤</span></td>
|
||||
<td class="py-3 px-4 text-sm">涉及电子皮肤技术</td>
|
||||
</tr>
|
||||
<tr class="border-b border-purple-200 border-opacity-30 hover:bg-white hover:bg-opacity-10">
|
||||
<td class="py-3 px-4 font-semibold text-yellow-300">福莱新材</td>
|
||||
<td class="py-3 px-4">其他零部件</td>
|
||||
<td class="py-3 px-4">电子皮肤</td>
|
||||
<td class="py-3 px-4"><span class="bg-green-600 px-2 py-1 rounded text-xs">电子皮肤</span></td>
|
||||
<td class="py-3 px-4 text-sm">涉及电子皮肤技术</td>
|
||||
</tr>
|
||||
<tr class="border-b border-purple-200 border-opacity-30 hover:bg-white hover:bg-opacity-10">
|
||||
<td class="py-3 px-4 font-semibold text-yellow-300">敏芯股份</td>
|
||||
<td class="py-3 px-4">其他零部件</td>
|
||||
<td class="py-3 px-4">声音</td>
|
||||
<td class="py-3 px-4"><span class="bg-green-600 px-2 py-1 rounded text-xs">声音</span></td>
|
||||
<td class="py-3 px-4 text-sm">涉及声音相关技术</td>
|
||||
</tr>
|
||||
<tr class="border-b border-purple-200 border-opacity-30 hover:bg-white hover:bg-opacity-10">
|
||||
<td class="py-3 px-4 font-semibold text-yellow-300">共达电声</td>
|
||||
<td class="py-3 px-4">其他零部件</td>
|
||||
<td class="py-3 px-4">声音</td>
|
||||
<td class="py-3 px-4"><span class="bg-green-600 px-2 py-1 rounded text-xs">声音</span></td>
|
||||
<td class="py-3 px-4 text-sm">涉及声音相关技术</td>
|
||||
</tr>
|
||||
<tr class="hover:bg-white hover:bg-opacity-10">
|
||||
<td class="py-3 px-4 font-semibold text-yellow-300">国光电器</td>
|
||||
<td class="py-3 px-4">其他零部件</td>
|
||||
<td class="py-3 px-4">声音</td>
|
||||
<td class="py-3 px-4"><span class="bg-green-600 px-2 py-1 rounded text-xs">声音</span></td>
|
||||
<td class="py-3 px-4 text-sm">涉及声音相关技术</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
.glass-card {
|
||||
background-color: rgba(17, 24, 39, 0.6); /* gray-900 with alpha */
|
||||
backdrop-filter: blur(24px);
|
||||
-webkit-backdrop-filter: blur(24px);
|
||||
border: 1px solid rgba(255, 255, 255, 0.1);
|
||||
border-radius: 1.5rem; /* rounded-3xl */
|
||||
box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
|
||||
}
|
||||
|
||||
<!-- Conclusion Section -->
|
||||
<section class="mb-12">
|
||||
<div class="glass-effect rounded-2xl p-6 md:p-8 card-hover">
|
||||
<h2 class="text-2xl md:text-3xl font-bold text-white mb-6">投资启示</h2>
|
||||
<div class="bg-gradient-to-r from-purple-600 to-pink-600 rounded-xl p-6 mb-6">
|
||||
<blockquote class="text-white text-lg italic">
|
||||
"AI成人陪伴是技术+需求+政策三重共振的稀缺赛道,短期看硬件放量,长期看IP生态。建议超配材料龙头,标配IP硬件厂商,回避纯软件标的直至留存数据改善。"
|
||||
</blockquote>
|
||||
</div>
|
||||
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
|
||||
<div class="bg-white bg-opacity-20 rounded-xl p-6">
|
||||
<h3 class="text-xl font-bold text-white mb-4">高价值细分</h3>
|
||||
<ul class="space-y-3">
|
||||
<li class="flex items-start">
|
||||
<div class="bg-yellow-400 rounded-full w-6 h-6 flex items-center justify-center flex-shrink-0 mr-3 mt-0.5">
|
||||
<span class="text-purple-900 font-bold text-xs">1</span>
|
||||
.bento-grid {
|
||||
display: grid;
|
||||
gap: 1rem;
|
||||
grid-template-columns: repeat(1, 1fr);
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.bento-grid {
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
grid-template-rows: auto auto;
|
||||
}
|
||||
.grid-col-span-2 { grid-column: span 2; }
|
||||
.grid-row-span-2 { grid-row: span 2; }
|
||||
}
|
||||
|
||||
.glow-text {
|
||||
text-shadow: 0 0 8px rgba(56, 189, 248, 0.6), 0 0 20px rgba(139, 92, 246, 0.4);
|
||||
}
|
||||
|
||||
.section-title {
|
||||
font-size: 2rem;
|
||||
font-weight: 700;
|
||||
background: -webkit-linear-gradient(45deg, #67e8f9, #a78bfa);
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.table th, .table td {
|
||||
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
|
||||
.table th {
|
||||
background-color: rgba(255, 255, 255, 0.05);
|
||||
color: #9ca3af;
|
||||
}
|
||||
|
||||
.prose h2 {
|
||||
font-size: 1.5rem;
|
||||
font-weight: 600;
|
||||
color: #93c5fd; /* blue-300 */
|
||||
border-bottom: 1px solid rgba(147, 197, 253, 0.2);
|
||||
padding-bottom: 0.5rem;
|
||||
margin-top: 2rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.prose h3 {
|
||||
font-size: 1.25rem;
|
||||
font-weight: 500;
|
||||
color: #c4b5fd; /* violet-300 */
|
||||
margin-top: 1.5rem;
|
||||
margin-bottom: 0.75rem;
|
||||
}
|
||||
|
||||
.prose p, .prose li {
|
||||
color: #d1d5db; /* gray-300 */
|
||||
line-height: 1.75;
|
||||
}
|
||||
|
||||
.prose strong {
|
||||
color: #f9fafb; /* gray-50 */
|
||||
}
|
||||
|
||||
.prose a {
|
||||
color: #67e8f9; /* cyan-300 */
|
||||
text-decoration: none;
|
||||
transition: color 0.3s;
|
||||
}
|
||||
|
||||
.prose a:hover {
|
||||
color: #22d3ee; /* cyan-400 */
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body class="antialiased">
|
||||
|
||||
<div class="container mx-auto p-4 md:p-8">
|
||||
|
||||
<!-- Header -->
|
||||
<header class="text-center py-12">
|
||||
<h1 class="text-4xl md:text-6xl font-bold glow-text tracking-wider">AI成人陪伴</h1>
|
||||
<p class="mt-4 text-xl text-gray-400">深度投研报告</p>
|
||||
</header>
|
||||
|
||||
<!-- Bento Grid Highlights -->
|
||||
<section class="mb-12">
|
||||
<div class="bento-grid">
|
||||
<div class="glass-card p-6 grid-col-span-2 grid-row-span-2">
|
||||
<h2 class="text-sky-300 font-bold text-lg mb-2">概念引爆点</h2>
|
||||
<p class="text-gray-300 mb-4">2025年2月20日,广东金三玩美公司生产的AI智能娃娃“MetaBox”图片在网络疯传,其“硬件销售 + AI功能订阅”的SaaS商业模式引发市场强烈关注,被视为AI情感陪伴从软件走向“具身化”硬件的关键标志。</p>
|
||||
<div class="mt-4 pt-4 border-t border-white/10">
|
||||
<p class="font-semibold text-white">国外售价: <span class="text-xl text-cyan-400 font-mono">1500-2000 USD</span></p>
|
||||
<p class="font-semibold text-white mt-2">AI订阅费: <span class="text-xl text-cyan-400 font-mono">100-200 USD/年</span></p>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<h4 class="text-white font-semibold">上游材料</h4>
|
||||
<p class="text-purple-100 text-sm">硅宝科技、浙江众成——技术壁垒高+订单爆发</p>
|
||||
<div class="glass-card p-6">
|
||||
<h2 class="text-sky-300 font-bold text-lg mb-2">全球市场规模 (2029E)</h2>
|
||||
<p class="text-4xl font-bold text-violet-400">3043<span class="text-lg text-gray-400 ml-1">亿元</span></p>
|
||||
</div>
|
||||
</li>
|
||||
<li class="flex items-start">
|
||||
<div class="bg-yellow-400 rounded-full w-6 h-6 flex items-center justify-center flex-shrink-0 mr-3 mt-0.5">
|
||||
<span class="text-purple-900 font-bold text-xs">2</span>
|
||||
<div class="glass-card p-6">
|
||||
<h2 class="text-sky-300 font-bold text-lg mb-2">中国市场年复合增长率</h2>
|
||||
<p class="text-4xl font-bold text-violet-400">148.74%<span class="text-lg text-gray-400 ml-1">(25-28E)</span></p>
|
||||
</div>
|
||||
<div>
|
||||
<h4 class="text-white font-semibold">IP硬件</h4>
|
||||
<p class="text-purple-100 text-sm">奥飞娱乐——喜羊羊/超级飞侠IP+字节生态赋能</p>
|
||||
<div class="glass-card p-6 grid-col-span-2">
|
||||
<h2 class="text-sky-300 font-bold text-lg mb-2">核心用户画像</h2>
|
||||
<p class="text-gray-300">聚焦 <span class="font-bold text-white">18-24岁Z世代</span>,尤其是乙女游戏玩家和社交回避人群。需求以精神寄托和个性化娱乐为主。</p>
|
||||
</div>
|
||||
</li>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Main Insight Analysis -->
|
||||
<section class="mb-12 glass-card p-6 md:p-10 prose max-w-none">
|
||||
<h2 class="section-title !mt-0">核心观点与市场解析</h2>
|
||||
|
||||
<h3>【 核心观点摘要 】</h3>
|
||||
<p>AI成人陪伴概念正处于从<strong>主题炒作向产业化初期过渡</strong>的关键阶段。其核心驱动力源于<strong>“技术可实现性”</strong>与<strong>“社会性情感刚需”</strong>的共振。尽管市场空间(全球市场规模预计2029年达<strong>3043亿</strong>)极具想象力,但当前商业化路径仍面临<strong>盈利模式单一、内容合规风险高、硬件成本与市场接受度错配</strong>三大核心挑战,市场宏大叙事与企业实际盈利能力之间存在显著的预期差。</p>
|
||||
|
||||
<h3>【 概念的核心逻辑与市场认知分析 】</h3>
|
||||
<p><strong>1. 社会学层面 - 孤独经济的刚需释放:</strong> 这是支撑该概念最底层的逻辑。无论是Z世代的社交回避、乙女游戏玩家的情感投射,还是老龄化社会的陪伴需求,都指向一个庞大且未被充分满足的情感缺口。腾讯研究院<strong>98%</strong>的人考虑用AI陪伴缓解社交困境的数据,以及Character.AI聚焦<strong>18-24岁</strong>Z世代用户的成功,都验证了这一需求的真实性与强度。</p>
|
||||
<p><strong>2. 技术层面 - AI多模态交互的成熟:</strong> 大模型的进步,特别是从文本到语音、再到实时视频和3D形象的交互能力升级,使得AI从“工具”向“伙伴”的转变成为可能。情感陪伴被业内人士认为是“AI盈利模式中最成熟的形式”,本质上是技术找到了一个极佳的商业化场景。</p>
|
||||
<p><strong>3. 商业层面 - “具身化”带来的价值重估:</strong> 从纯软件App到物理实体机器人,是该概念近期爆发的关键。物理实体(如AI娃娃、桌面机器人)提供了软件无法比拟的<strong>“存在感”和“安全感”</strong>,研报中<strong>36%</strong>的用户偏好人形机器人形态也印证了这一点。硬件的出现,不仅创造了新的销售收入,其搭载的“订阅制”服务更是打开了持续性现金流的想象空间,商业模式从一次性买断升级为高粘性的S&aaS(Software and a Service)。</p>
|
||||
|
||||
<h3>【 预期差分析:宏大叙事 vs. 产业现实 】</h3>
|
||||
<p>市场的普遍认知与路演揭示的产业现实存在显著预期差,这正是风险与机会所在:</p>
|
||||
<ul>
|
||||
<li><strong>宏大叙事 vs. 盈利困境:</strong> 市场普遍认为这是一个即将爆发的千亿赛道。然而,路演数据冷静地指出,目前<strong>多数产品尚未盈利</strong>,整体盈利状况“低迷”。海外相对成功的Talky,其商业化成熟依赖于国内监管严格禁止的“荷尔蒙导向”或“擦边球”内容。这表明,在合规前提下,用户的付费意愿仍待验证。</li>
|
||||
<li><strong>硬件梦想 vs. 成本现实:</strong> 市场对人形机器人、AI娃娃等硬件产品充满期待。但高端产品如Lovot售价高达<strong>2万元</strong>人民币,远超大众消费水平。市场可能<strong>低估了硬件从“样品”到“商品”所需跨越的成本鸿沟和供应链挑战</strong>。</li>
|
||||
<li><strong>技术驱动 vs. 内容为王:</strong> 市场过多关注大模型的技术参数,但路演数据显示,产品的成功与否,很大程度上取决于<strong>产品设计、游戏化玩法(如抽卡)、剧情生成能力</strong>以及对特定用户群(如乙女玩家)的深刻理解。市场可能<strong>忽略了AI之外,产品、运营和内容生态构建的重要性</strong>。</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="bg-white bg-opacity-20 rounded-xl p-6">
|
||||
<h3 class="text-xl font-bold text-white mb-4">关键跟踪指标</h3>
|
||||
<div class="space-y-3">
|
||||
<div>
|
||||
<h4 class="text-white font-semibold mb-1">硬件</h4>
|
||||
<p class="text-purple-100 text-sm">2025年H1 AI玩具出货量、柔性皮肤材料价格</p>
|
||||
</div>
|
||||
<div>
|
||||
<h4 class="text-white font-semibold mb-1">软件</h4>
|
||||
<p class="text-purple-100 text-sm">星野/猫箱次月留存率能否突破50%、订阅ARPU值</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Market Landscape & Projections -->
|
||||
<section class="grid md:grid-cols-2 gap-8 mb-12">
|
||||
<div class="glass-card p-6 md:p-8 prose max-w-none">
|
||||
<h2 class="section-title !mt-0">市场动态与趋势</h2>
|
||||
<h3>从“生理工具”到“情感伴侣”</h3>
|
||||
<p>研报认为,在AI大模型、柔性材料与生理传感技术驱动下,情趣机器人正从“生理工具”向“情感伴侣”跃迁,打开千亿级市场空间。</p>
|
||||
<h3>软硬件齐头并进</h3>
|
||||
<p><strong>软件应用 (APP):</strong> 以Character.AI、Talky为代表的线上应用已验证用户需求,国内恺英网络、盛天网络等厂商纷纷跟进,探索订阅制、抽卡等游戏化商业模式。</p>
|
||||
<p><strong>硬件终端 (具身化):</strong> 以MetaBox AI娃娃、日本Lovot/Moflin机器人为代表,市场开始起步。OpenAI计划推出1亿台AI“伴侣”设备,为硬件赛道注入强心剂。成人向产品客单价高,付费能力强,但量产与成本是关键挑战。</p>
|
||||
<h3>政策支持</h3>
|
||||
<p>广东省等地方政府出台政策,明确支持AI融合机器人开辟陪伴玩具新市场,切入迷你AI机器人、仿生宠物等形态,为产业发展提供了政策背书。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<div class="glass-card p-6 md:p-8 flex flex-col">
|
||||
<h2 class="section-title !mt-0">市场规模预测</h2>
|
||||
<div id="market-size-chart" class="flex-grow w-full h-80 md:h-full"></div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<script>
|
||||
// Add some interactive elements
|
||||
document.addEventListener('DOMContentLoaded', function() {
|
||||
// Smooth scroll for any internal links
|
||||
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
|
||||
anchor.addEventListener('click', function (e) {
|
||||
e.preventDefault();
|
||||
document.querySelector(this.getAttribute('href')).scrollIntoView({
|
||||
behavior: 'smooth'
|
||||
});
|
||||
});
|
||||
});
|
||||
<!-- Future Path & Risks -->
|
||||
<section class="mb-12 glass-card p-6 md:p-10 prose max-w-none">
|
||||
<h2 class="section-title !mt-0">发展路径与潜在风险</h2>
|
||||
|
||||
<h3>【 关键催化剂与未来发展路径 】</h3>
|
||||
<p><strong>近期催化剂 (未来3-6个月):</strong></p>
|
||||
<ul>
|
||||
<li><strong>标杆产品发布与市场反馈:</strong> 恺英网络投资的“自然选择”即将开启3D AI情感陪伴类应用产品测试,其用户数据将成为赛道商业模式的关键试金石。</li>
|
||||
<li><strong>OpenAI“伴侣”设备细节披露:</strong> 作为行业风向标,其设备形态、定价、功能将对产业链产生决定性影响。</li>
|
||||
<li><strong>国内大模型的多模态能力升级:</strong> 任何重大技术突破都可能被市场解读为利好AI陪伴应用的体验升级。</li>
|
||||
</ul>
|
||||
<p><strong>长期发展路径:</strong></p>
|
||||
<ol>
|
||||
<li><strong>第一阶段 (当前-2年) - 软件应用百花齐放:</strong> 以APP形态为主,通过细分人群和创新玩法进行市场探索。<strong>关键:在合规框架内跑通盈利模式。</strong></li>
|
||||
<li><strong>第二阶段 (2-5年) - 智能硬件渗透率提升:</strong> 千元级“轻量级”硬件开始放量,实现“软硬”生态闭环。<strong>里程碑:出现百万销量级别的爆款AI硬件单品。</strong></li>
|
||||
<li><strong>第三阶段 (5年以上) - 人形机器人进入家庭:</strong> 技术和成本问题解决,人形机器人进入家庭,承担陪伴、护理、娱乐等多种角色,市场空间完全打开。</li>
|
||||
</ol>
|
||||
|
||||
// Add hover effect to cards
|
||||
const cards = document.querySelectorAll('.card-hover');
|
||||
cards.forEach(card => {
|
||||
card.addEventListener('mouseenter', function() {
|
||||
this.style.transform = 'translateY(-5px)';
|
||||
<h3>【 潜在风险与挑战 】</h3>
|
||||
<ul>
|
||||
<li><strong>内容监管风险 (最核心):</strong> 国内对涉政、色情内容的监管极其严格,安全审核会显著降低DAU。这是悬在国内所有AI陪伴应用头上的利剑,也是与海外市场最大的差异。</li>
|
||||
<li><strong>商业化风险:</strong> 在无法提供“擦边球”内容的情况下,如何让用户为纯粹的情感价值付费,是最大的商业挑战。</li>
|
||||
<li><strong>技术与成本风险:</strong> 多模态交互的高算力成本、硬件量产的良率与成本控制是商业化瓶颈。</li>
|
||||
<li><strong>伦理与数据隐私风险:</strong> 随着监管趋严,对用户数据的收集使用、AI生成内容的版权、AI对人的情感影响等问题,都可能引发政策限制。</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<!-- Investment & Stock Data -->
|
||||
<section x-data="{ tab: 'chain' }">
|
||||
<div class="glass-card p-6 md:p-10">
|
||||
<h2 class="section-title !mt-0">投资逻辑与核心标的</h2>
|
||||
|
||||
<div class="prose max-w-none mb-8">
|
||||
<h3>【 投资启示 】</h3>
|
||||
<p>AI成人陪伴正处于“故事驱动”向“业绩验证”的过渡阶段。赛道具备万亿级市场的长期潜力,但短期内高风险、高不确定性。当前的市场热度包含了相当程度的泡沫。</p>
|
||||
<ul>
|
||||
<li><strong>短期 (0-1年) 最具投资价值环节:</strong> <strong>上游核心材料供应商(“卖铲人”)</strong>。如TPE材料、有机硅等。业绩增长与赛道整体规模扩张直接挂钩,确定性最高,风险相对较低。</li>
|
||||
<li><strong>中期 (1-3年) 最具投资价值环节:</strong> <strong>具备游戏化和强运营能力的头部应用开发商</strong>。一旦其产品在合规前提下验证了商业模式,将迎来戴维斯双击。高风险高回报。</li>
|
||||
</ul>
|
||||
<h3>【 关键跟踪指标 】</h3>
|
||||
<ol>
|
||||
<li><strong>硬件端:</strong> 标杆产品的实际销量、用户激活率及AI功能订阅续费率。</li>
|
||||
<li><strong>软件端:</strong> 头部合规APP的月活(MAU)、次月留存率和ARPU值。</li>
|
||||
<li><strong>政策端:</strong> 监管部门针对AIGC内容生成、虚拟人、数据隐私等方面出台的任何新规。</li>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
<div class="tabs tabs-boxed bg-black/20 mb-6">
|
||||
<a class="tab tab-lg" :class="{ 'tab-active': tab === 'chain' }" @click="tab = 'chain'">产业链核心标的</a>
|
||||
<a class="tab tab-lg" :class="{ 'tab-active': tab === 'movers' }" @click="tab = 'movers'">近期异动分析</a>
|
||||
</div>
|
||||
|
||||
<!-- Industry Chain Stocks -->
|
||||
<div x-show="tab === 'chain'">
|
||||
<div class="overflow-x-auto">
|
||||
<h3 class="font-semibold text-lg text-violet-300 mb-4">上游:核心原材料</h3>
|
||||
<table class="table table-zebra w-full mb-8">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>分类</th>
|
||||
<th>股票名称</th>
|
||||
<th>股票代码</th>
|
||||
<th>核心逻辑</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr><td>热塑弹性体</td><td>浙江众成</td><td><a href="https://valuefrontier.cn/company?scode=002522" target="_blank" class="link link-hover text-cyan-400">002522</a></td><td>SEPS材料可替代进口TPE,成本降低30%,子公司已供货头部厂商。</td></tr>
|
||||
<tr><td>热塑弹性体</td><td>道恩股份</td><td><a href="https://valuefrontier.cn/company?scode=002838" target="_blank" class="link link-hover text-cyan-400">002838</a></td><td>TPV产品可进口替代,重点开发材料在仿生皮肤的应用。</td></tr>
|
||||
<tr><td>热塑弹性体</td><td>长鸿高科</td><td><a href="https://valuefrontier.cn/company?scode=605008" target="_blank" class="link link-hover text-cyan-400">605008</a></td><td>主营产品TPE具有独特的软弹肉感和温感性能,是主流仿生皮肤材料。</td></tr>
|
||||
<tr><td>硅胶</td><td>硅宝科技</td><td><a href="https://valuefrontier.cn/company?scode=300019" target="_blank" class="link link-hover text-cyan-400">300019</a></td><td>硅胶龙头,产品覆盖皮肤层及关节密封,导电硅胶传感器可提升触觉反馈。</td></tr>
|
||||
<tr><td>硅胶</td><td>合盛硅业</td><td><a href="https://valuefrontier.cn/company?scode=603260" target="_blank" class="link link-hover text-cyan-400">603260</a></td><td>有机硅单体产能国内市占率第一。</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<h3 class="font-semibold text-lg text-violet-300 mb-4">上游:其他零部件</h3>
|
||||
<table class="table table-zebra w-full mb-8">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>分类</th>
|
||||
<th>股票名称</th>
|
||||
<th>股票代码</th>
|
||||
<th>核心逻辑</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr><td>电子皮肤/柔性传感器</td><td>汉威科技</td><td><a href="https://valuefrontier.cn/company?scode=300007" target="_blank" class="link link-hover text-cyan-400">300007</a></td><td>柔性传感器供应商,电子皮肤核心部件。</td></tr>
|
||||
<tr><td>电子皮肤/柔性传感器</td><td>申昊科技</td><td><a href="https://valuefrontier.cn/company?scode=300853" target="_blank" class="link link-hover text-cyan-400">300853</a></td><td>提供柔性传感器解决方案。</td></tr>
|
||||
<tr><td>声音</td><td>歌尔股份</td><td><a href="https://valuefrontier.cn/company?scode=002241" target="_blank" class="link link-hover text-cyan-400">002241</a></td><td>领先的声学器件供应商。</td></tr>
|
||||
<tr><td>声音</td><td>国光电器</td><td><a href="https://valuefrontier.cn/company?scode=002045" target="_blank" class="link link-hover text-cyan-400">002045</a></td><td>扬声器、音响系统供应商。</td></tr>
|
||||
<tr><td>假发</td><td>瑞贝卡</td><td><a href="https://valuefrontier.cn/company?scode=600439" target="_blank" class="link link-hover text-cyan-400">600439</a></td><td>假发制品龙头,海外业务占比高。</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<h3 class="font-semibold text-lg text-violet-300 mb-4">中游:AI技术与方案整合</h3>
|
||||
<table class="table table-zebra w-full mb-8">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>股票名称</th>
|
||||
<th>股票代码</th>
|
||||
<th>核心逻辑</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr><td>趣睡科技</td><td><a href="https://valuefrontier.cn/company?scode=301336" target="_blank" class="link link-hover text-cyan-400">301336</a></td><td>借力DeepSeek睡眠数据模型,技术迁移至情趣机器人,开发自适应算法。</td></tr>
|
||||
<tr><td>爱慕股份</td><td><a href="https://valuefrontier.cn/company?scode=603511" target="_blank" class="link link-hover text-cyan-400">603511</a></td><td>将文胸压力传感、温控技术应用于机器人可穿戴层,实现体温模拟。</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<h3 class="font-semibold text-lg text-violet-300 mb-4">下游:应用、内容与渠道</h3>
|
||||
<table class="table table-zebra w-full">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>分类</th>
|
||||
<th>股票名称</th>
|
||||
<th>股票代码</th>
|
||||
<th>核心逻辑</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr><td>软件应用</td><td>恺英网络</td><td>(未提供)</td><td>研发AI情感陪伴应用《AI伙伴》,投资3D AI情感陪伴应用“自然选择”。</td></tr>
|
||||
<tr><td>软件应用</td><td>盛天网络</td><td><a href="https://valuefrontier.cn/company?scode=300494" target="_blank" class="link link-hover text-cyan-400">300494</a></td><td>推出AI社交应用“给聊”APP。</td></tr>
|
||||
<tr><td>软件应用</td><td>昆仑万维</td><td>(未提供)</td><td>推出AI陪伴应用“Linker”,采用订阅制+抽卡系统。</td></tr>
|
||||
<tr><td>IP内容</td><td>阅文集团</td><td>(未提供)</td><td>提供丰富的IP源泉,用于虚拟角色创造。</td></tr>
|
||||
<tr><td>IP内容</td><td>中文在线</td><td>(未提供)</td><td>拥有大量数字内容版权,可转化为AI陪伴角色。</td></tr>
|
||||
<tr><td>硬件/芯片</td><td>博通集成</td><td>(未提供)</td><td>推出融合火山引擎豆包AI大模型的AI玩具套件,提供WiFi MCU芯片。</td></tr>
|
||||
<tr><td>硬件终端</td><td>世纪瑞尔</td><td><a href="https://valuefrontier.cn/company?scode=300150" target="_blank" class="link link-hover text-cyan-400">300150</a></td><td>推出AI全息桌面个人伴侣AI Holobox,已接入ChatGPT。</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Recent Movers -->
|
||||
<div x-show="tab === 'movers'" class="space-y-6">
|
||||
<div class="glass-card !bg-gray-900/80 p-6 prose max-w-none">
|
||||
<h4>世纪瑞尔 (300150) - <span class="text-success">+6.77%</span> <span class="text-sm text-gray-500">(2025-07-16)</span></h4>
|
||||
<p><strong>核心驱动:</strong>公司AI全息桌面个人伴侣AI Holobox产品爆火,已接入ChatGPT,直接受益于OpenAI计划推出1亿台AI“伴侣”设备的重大利好。作为市面上少数已有陪伴案例的AI智能产品,市场认为其占得先机。同时公司“低价+低市值+业绩反转”的特征受资金青睐。</p>
|
||||
</div>
|
||||
<div class="glass-card !bg-gray-900/80 p-6 prose max-w-none">
|
||||
<h4>盛天网络 (300494) - <span class="text-success">+5.94%</span> <span class="text-sm text-gray-500">(2025-06-16)</span></h4>
|
||||
<p><strong>核心驱动:</strong>受“罗永浩AI数字人带货”事件催化,AI虚拟人概念走强。公司在AI虚拟人领域布局深入,推出“给麦AI”和“带带AI”陪伴虚拟人,支持多轮智能对话和声线克隆,被市场视为虚拟人赛道的核心标的。</p>
|
||||
</div>
|
||||
<div class="glass-card !bg-gray-900/80 p-6 prose max-w-none">
|
||||
<h4>巨人网络 (002558) - <span class="text-success">+10.0%</span> <span class="text-sm text-gray-500">(2025-06-30)</span></h4>
|
||||
<p><strong>核心驱动:</strong>旗下游戏《太空杀》上线原生AI玩法,联合通义千问、豆包等大模型,带动流水与话题双升。公司参股的AI绘画社区“哩布哩布”商业化进展顺利,形成“游戏+AIGC应用”的双重利好。</p>
|
||||
</div>
|
||||
<div class="glass-card !bg-gray-900/80 p-6 prose max-w-none">
|
||||
<h4>实丰文化 (002862) - <span class="text-success">+10.01%</span> <span class="text-sm text-gray-500">(2025-06-12)</span></h4>
|
||||
<p><strong>核心驱动:</strong>AI玩具新品发布预期及IP经济热点题材驱动。公司宣布将发布接入豆包和DeepSeek大模型的第三代AI玩具,现有AI魔法星产品订单良好,在“IP+AI”玩具领域具先发优势。</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Footer -->
|
||||
<footer class="text-center py-8 text-xs text-gray-500">
|
||||
<p>由 北京价值前沿科技有限公司 AI投研agent:“价小前投研” 进行投研呈现</p>
|
||||
<p class="mt-1">本报告为AI合成数据,不构成任何投资建议,投资需谨慎。</p>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
document.addEventListener('DOMContentLoaded', function () {
|
||||
var chartDom = document.getElementById('market-size-chart');
|
||||
var myChart = echarts.init(chartDom, 'dark');
|
||||
var option;
|
||||
|
||||
option = {
|
||||
backgroundColor: 'transparent',
|
||||
tooltip: {
|
||||
trigger: 'axis',
|
||||
axisPointer: {
|
||||
type: 'cross',
|
||||
label: {
|
||||
backgroundColor: '#6a7985'
|
||||
}
|
||||
}
|
||||
},
|
||||
legend: {
|
||||
data: ['全球陪伴机器人市场规模 (亿元)'],
|
||||
textStyle: {
|
||||
color: '#d1d5db'
|
||||
}
|
||||
},
|
||||
grid: {
|
||||
left: '3%',
|
||||
right: '4%',
|
||||
bottom: '3%',
|
||||
containLabel: true
|
||||
},
|
||||
xAxis: [
|
||||
{
|
||||
type: 'category',
|
||||
boundaryGap: false,
|
||||
data: ['2023', '2024', '2025', '2026', '2027', '2028', '2029'],
|
||||
axisLine: { lineStyle: { color: 'rgba(255,255,255,0.2)' } }
|
||||
}
|
||||
],
|
||||
yAxis: [
|
||||
{
|
||||
type: 'value',
|
||||
axisLabel: {
|
||||
formatter: '{value} 亿'
|
||||
},
|
||||
splitLine: { lineStyle: { color: 'rgba(255,255,255,0.1)' } },
|
||||
axisLine: { lineStyle: { color: 'rgba(255,255,255,0.2)' } }
|
||||
}
|
||||
],
|
||||
series: [
|
||||
{
|
||||
name: '全球陪伴机器人市场规模 (亿元)',
|
||||
type: 'line',
|
||||
stack: '总量',
|
||||
smooth: true,
|
||||
lineStyle: {
|
||||
width: 2,
|
||||
color: '#a78bfa'
|
||||
},
|
||||
showSymbol: false,
|
||||
areaStyle: {
|
||||
opacity: 0.8,
|
||||
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
|
||||
{ offset: 0, color: 'rgba(167, 139, 250, 0.5)' },
|
||||
{ offset: 1, color: 'rgba(167, 139, 250, 0)' }
|
||||
])
|
||||
},
|
||||
emphasis: {
|
||||
focus: 'series'
|
||||
},
|
||||
// Based on 2023 at 750亿 and 2029 at 3043亿, CAGR 25.56%
|
||||
data: [750, 942, 1182, 1484, 1863, 2419, 3043]
|
||||
}
|
||||
]
|
||||
};
|
||||
|
||||
myChart.setOption(option);
|
||||
window.addEventListener('resize', myChart.resize);
|
||||
});
|
||||
card.addEventListener('mouseleave', function() {
|
||||
this.style.transform = 'translateY(0)';
|
||||
});
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
```
|
||||
</html>
|
||||
Reference in New Issue
Block a user