933 lines
42 KiB
HTML
933 lines
42 KiB
HTML
|
||
<!DOCTYPE html>
|
||
<html lang="zh-CN">
|
||
<head>
|
||
<meta charset="utf-8" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||
<link rel="apple-touch-icon" sizes="76x76" href="../../static/assets/img/apple-icon.png">
|
||
<link rel="icon" type="image/png" href="../../static/assets/img/favicon.png">
|
||
<link href="https://fonts.googleapis.com/css?family=Inter:300,400,500,600,700,800" rel="stylesheet" />
|
||
<!-- Nucleo Icons -->
|
||
<link href="../../static/assets/css/nucleo-icons.css" rel="stylesheet" />
|
||
<link href="../../static/assets/css/nucleo-svg.css" rel="stylesheet" />
|
||
<!-- Font Awesome Icons -->
|
||
<script src="https://kit.fontawesome.com/1d2b6c4f81.js" crossorigin="anonymous"></script>
|
||
<!-- CSS Files -->
|
||
<link id="pagestyle" href="../../static/assets/css/soft-design-system-pro.css?v=1.2.0" rel="stylesheet" />
|
||
<script src="../../static/assets/js/core/popper.min.js" type="text/javascript"></script>
|
||
<script src="../../static/assets/js/core/bootstrap.min.js" type="text/javascript"></script>
|
||
<script src="../../static/assets/js/plugins/perfect-scrollbar.min.js"></script>
|
||
<script src="../../static/assets/js/plugins/typedjs.js"></script>
|
||
<script src="../../static/assets/js/plugins/parallax.min.js"></script>
|
||
<script src="../../static/assets/js/plugins/smooth-scroll.min.js"></script>
|
||
<script src="../../static/assets/js/plugins/nouislider.min.js" type="text/javascript"></script>
|
||
<script src="../../static/assets/js/plugins/glidejs.min.js" type="text/javascript"></script>
|
||
<script src="../../static/assets/js/plugins/anime.min.js" type="text/javascript"></script>
|
||
<script src="../../static/assets/js/plugins/chartjs.min.js"></script>
|
||
<script src="../../static/assets/js/soft-design-system-pro.min.js?v=1.2.0" type="text/javascript"></script>
|
||
<script src="https://cdn.jsdelivr.net/npm/tsparticles@3/tsparticles.bundle.min.js"></script>
|
||
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r134/three.min.js"></script>
|
||
<script src="https://cdnjs.cloudflare.com/ajax/libs/vanta/0.5.24/vanta.waves.min.js"></script>
|
||
<script src="https://cdnjs.cloudflare.com/ajax/libs/rellax/1.12.1/rellax.min.js"></script>
|
||
<link href="https://cdn.jsdelivr.net/npm/daisyui@5" rel="stylesheet" type="text/css" />
|
||
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
|
||
<link href="https://cdn.jsdelivr.net/npm/daisyui@5/themes.css" rel="stylesheet" type="text/css" />
|
||
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
|
||
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
|
||
<style>
|
||
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700;900&display=swap');
|
||
|
||
body {
|
||
font-family: 'Noto Sans SC', 'Inter', sans-serif;
|
||
background: linear-gradient(135deg, #f5f7fa 0%, #e4e9f2 100%);
|
||
min-height: 100vh;
|
||
}
|
||
|
||
.gradient-bg {
|
||
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
||
}
|
||
|
||
.card-shadow {
|
||
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
|
||
}
|
||
|
||
.text-gradient {
|
||
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
||
-webkit-background-clip: text;
|
||
-webkit-text-fill-color: transparent;
|
||
background-clip: text;
|
||
}
|
||
|
||
.highlight-box {
|
||
background: rgba(102, 126, 234, 0.1);
|
||
border-left: 4px solid #667eea;
|
||
}
|
||
|
||
.table-responsive {
|
||
overflow-x: auto;
|
||
}
|
||
|
||
.table th {
|
||
background-color: #f8f9fa;
|
||
font-weight: 600;
|
||
color: #495057;
|
||
border-bottom: 2px solid #dee2e6;
|
||
}
|
||
|
||
.table td {
|
||
vertical-align: middle;
|
||
}
|
||
|
||
.badge-dot {
|
||
display: inline-flex;
|
||
align-items: center;
|
||
}
|
||
|
||
.badge-dot i {
|
||
width: 8px;
|
||
height: 8px;
|
||
border-radius: 50%;
|
||
margin-right: 4px;
|
||
}
|
||
|
||
.progress {
|
||
height: 6px;
|
||
border-radius: 3px;
|
||
}
|
||
|
||
.progress-bar {
|
||
border-radius: 3px;
|
||
}
|
||
|
||
#particles-js {
|
||
position: fixed;
|
||
width: 100%;
|
||
height: 100%;
|
||
top: 0;
|
||
left: 0;
|
||
z-index: -1;
|
||
}
|
||
|
||
.content-wrapper {
|
||
position: relative;
|
||
z-index: 1;
|
||
background: rgba(255, 255, 255, 0.9);
|
||
backdrop-filter: blur(10px);
|
||
border-radius: 20px;
|
||
padding: 2rem;
|
||
margin: 2rem 0;
|
||
}
|
||
|
||
@media (max-width: 768px) {
|
||
.content-wrapper {
|
||
padding: 1rem;
|
||
margin: 1rem;
|
||
}
|
||
}
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<div id="particles-js"></div>
|
||
|
||
<div class="container mx-auto px-4 py-8">
|
||
<div class="content-wrapper card-shadow">
|
||
<!-- 标题部分 -->
|
||
<div class="text-center mb-10">
|
||
<h1 class="text-4xl md:text-5xl font-bold text-gradient mb-4">谷子商城</h1>
|
||
<p class="text-lg text-gray-600">二次元IP衍生品零售业态分析报告</p>
|
||
<div class="mt-4 flex justify-center">
|
||
<span class="badge badge-info text-white px-4 py-2 rounded-full">
|
||
<i class="fas fa-chart-line mr-2"></i>2024年市场规模1689亿元 (+41% YoY)
|
||
</span>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 概念事件部分 -->
|
||
<div class="mb-10">
|
||
<h2 class="text-2xl font-bold text-gray-800 mb-4 flex items-center">
|
||
<i class="fas fa-lightbulb text-yellow-500 mr-3"></i>概念事件
|
||
</h2>
|
||
<div class="bg-white rounded-xl p-6 card-shadow">
|
||
<div class="mb-4">
|
||
<h3 class="text-xl font-semibold text-gray-700 mb-2">定义</h3>
|
||
<p class="text-gray-600">谷子商城("谷子"=Goods音译)指围绕二次元IP(动漫、游戏、小说等)衍生的轻周边商品(徽章、立牌、卡牌、毛绒玩具等)的线上线下零售业态,兼具<strong class="text-purple-600">情绪消费</strong>(悦己、社交货币)与<strong class="text-purple-600">收藏投资</strong>属性。</p>
|
||
</div>
|
||
|
||
<div>
|
||
<h3 class="text-xl font-semibold text-gray-700 mb-3">催化事件</h3>
|
||
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
|
||
<div class="highlight-box p-4 rounded-lg">
|
||
<div class="flex items-start">
|
||
<div class="bg-purple-100 rounded-full p-2 mr-3">
|
||
<i class="fas fa-store text-purple-600"></i>
|
||
</div>
|
||
<div>
|
||
<h4 class="font-semibold text-gray-800">2023Q4-2024Q1</h4>
|
||
<p class="text-sm text-gray-600">上海百联ZX创趣场开业,日均客流从6000人次暴增至<strong class="text-purple-600">3.5万人次</strong>,销售额<strong class="text-purple-600">3亿元</strong></p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="highlight-box p-4 rounded-lg">
|
||
<div class="flex items-start">
|
||
<div class="bg-purple-100 rounded-full p-2 mr-3">
|
||
<i class="fas fa-chart-bar text-purple-600"></i>
|
||
</div>
|
||
<div>
|
||
<h4 class="font-semibold text-gray-800">2024年3-4月</h4>
|
||
<p class="text-sm text-gray-600">谷子店爆发式增长,全国门店从<strong class="text-purple-600">不足500家</strong>增至<strong class="text-purple-600">超2000家</strong></p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="highlight-box p-4 rounded-lg">
|
||
<div class="flex items-start">
|
||
<div class="bg-purple-100 rounded-full p-2 mr-3">
|
||
<i class="fas fa-coins text-purple-600"></i>
|
||
</div>
|
||
<div>
|
||
<h4 class="font-semibold text-gray-800">2024年11月</h4>
|
||
<p class="text-sm text-gray-600">同花顺新增"谷子经济"概念板块,泡泡玛特、上海电影等标的纳入</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="highlight-box p-4 rounded-lg">
|
||
<div class="flex items-start">
|
||
<div class="bg-purple-100 rounded-full p-2 mr-3">
|
||
<i class="fas fa-flag text-purple-600"></i>
|
||
</div>
|
||
<div>
|
||
<h4 class="font-semibold text-gray-800">2025年1月</h4>
|
||
<p class="text-sm text-gray-600">闲鱼数据显示<strong class="text-purple-600">国谷交易额首次反超日谷</strong>(占比1.2:1),国产IP崛起</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 核心观点摘要 -->
|
||
<div class="mb-10">
|
||
<h2 class="text-2xl font-bold text-gray-800 mb-4 flex items-center">
|
||
<i class="fas fa-brain text-blue-500 mr-3"></i>核心观点摘要
|
||
</h2>
|
||
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
|
||
<div class="bg-gradient-to-br from-blue-50 to-indigo-50 rounded-xl p-6 card-shadow">
|
||
<h3 class="text-xl font-semibold text-gray-800 mb-3">阶段判断</h3>
|
||
<p class="text-gray-600 mb-3">谷子商城处于<strong class="text-blue-600">爆发初期</strong>,由"Z世代情绪消费+国产IP崛起+商业地产流量重构"三重驱动</p>
|
||
<div class="bg-white rounded-lg p-4">
|
||
<div class="flex justify-between items-center mb-2">
|
||
<span class="text-sm text-gray-600">2024年市场规模</span>
|
||
<span class="font-bold text-blue-600">1689亿元</span>
|
||
</div>
|
||
<div class="flex justify-between items-center">
|
||
<span class="text-sm text-gray-600">预计2029年市场规模</span>
|
||
<span class="font-bold text-blue-600">3089亿元</span>
|
||
</div>
|
||
<div class="mt-3 bg-blue-100 rounded-full h-2 overflow-hidden">
|
||
<div class="bg-blue-600 h-full rounded-full" style="width: 55%"></div>
|
||
</div>
|
||
<p class="text-xs text-gray-500 mt-1 text-center">年增长率41%</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="bg-gradient-to-br from-purple-50 to-pink-50 rounded-xl p-6 card-shadow">
|
||
<h3 class="text-xl font-semibold text-gray-800 mb-3">核心矛盾</h3>
|
||
<p class="text-gray-600">渠道端(谷子店)快速扩张与IP端(国产IP转化率仅17%)的结构性错配</p>
|
||
<div class="mt-4 space-y-3">
|
||
<div class="flex items-center">
|
||
<div class="bg-red-100 rounded-full p-2 mr-3">
|
||
<i class="fas fa-exclamation-triangle text-red-600 text-sm"></i>
|
||
</div>
|
||
<p class="text-sm text-gray-700"><strong class="text-red-600">短期</strong>:同质化竞争</p>
|
||
</div>
|
||
<div class="flex items-center">
|
||
<div class="bg-yellow-100 rounded-full p-2 mr-3">
|
||
<i class="fas fa-chart-line text-yellow-600 text-sm"></i>
|
||
</div>
|
||
<p class="text-sm text-gray-700"><strong class="text-yellow-600">长期</strong>:IP溢价分化</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 核心逻辑与市场认知分析 -->
|
||
<div class="mb-10">
|
||
<h2 class="text-2xl font-bold text-gray-800 mb-4 flex items-center">
|
||
<i class="fas fa-cogs text-green-500 mr-3"></i>核心逻辑与市场认知分析
|
||
</h2>
|
||
<div class="bg-white rounded-xl p-6 card-shadow">
|
||
<div class="mb-6">
|
||
<h3 class="text-xl font-semibold text-gray-700 mb-3">核心驱动力</h3>
|
||
<div class="grid grid-cols-1 md:grid-cols-3 gap-4">
|
||
<div class="bg-green-50 rounded-lg p-4">
|
||
<div class="flex items-center mb-2">
|
||
<div class="bg-green-100 rounded-full p-2 mr-3">
|
||
<i class="fas fa-users text-green-600"></i>
|
||
</div>
|
||
<h4 class="font-semibold text-gray-800">需求端</h4>
|
||
</div>
|
||
<p class="text-sm text-gray-600">Z世代(12-25岁)为绝对主力,<strong class="text-green-600">人均谷子消费超1000元/年</strong>,"悦己+社交"需求替代传统零售</p>
|
||
</div>
|
||
|
||
<div class="bg-blue-50 rounded-lg p-4">
|
||
<div class="flex items-center mb-2">
|
||
<div class="bg-blue-100 rounded-full p-2 mr-3">
|
||
<i class="fas fa-box text-blue-600"></i>
|
||
</div>
|
||
<h4 class="font-semibold text-gray-800">供给端</h4>
|
||
</div>
|
||
<p class="text-sm text-gray-600">国产IP授权加速,<strong class="text-blue-600">2024年国风谷子销量暴涨167%</strong>,降低对日谷依赖</p>
|
||
</div>
|
||
|
||
<div class="bg-purple-50 rounded-lg p-4">
|
||
<div class="flex items-center mb-2">
|
||
<div class="bg-purple-100 rounded-full p-2 mr-3">
|
||
<i class="fas fa-building text-purple-600"></i>
|
||
</div>
|
||
<h4 class="font-semibold text-gray-800">场景端</h4>
|
||
</div>
|
||
<p class="text-sm text-gray-600">老百货改造为"谷子圣地",<strong class="text-purple-600">客流增长10倍</strong>,商业地产主动拥抱二次元</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
|
||
<div>
|
||
<h3 class="text-xl font-semibold text-gray-700 mb-3">市场热度</h3>
|
||
<div class="bg-yellow-50 rounded-lg p-4">
|
||
<p class="text-gray-600 mb-3">2024年11月后,<strong class="text-yellow-600">"谷子经济"关键词搜索量同比增800%</strong></p>
|
||
<div class="bg-white rounded-lg p-3">
|
||
<div class="flex items-center justify-between mb-2">
|
||
<span class="text-sm text-gray-600">低线城市渗透率</span>
|
||
<span class="text-sm font-bold text-yellow-600"><30%</span>
|
||
</div>
|
||
<div class="bg-gray-200 rounded-full h-2 overflow-hidden">
|
||
<div class="bg-yellow-500 h-full rounded-full" style="width: 30%"></div>
|
||
</div>
|
||
<p class="text-xs text-gray-500 mt-1">潜在空间巨大</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div>
|
||
<h3 class="text-xl font-semibold text-gray-700 mb-3">预期差</h3>
|
||
<div class="bg-red-50 rounded-lg p-4">
|
||
<div class="mb-3">
|
||
<p class="text-sm text-gray-600 mb-1"><strong class="text-red-600">市场共识</strong>:谷子=二次元徽章/卡牌,低门槛快消品</p>
|
||
</div>
|
||
<div class="border-t border-gray-200 pt-3">
|
||
<p class="text-sm text-gray-600"><strong class="text-green-600">被忽略点</strong>:头部谷子店已升级为<strong class="text-green-600">IP运营平台</strong>,通过快闪活动<strong class="text-green-600">单店单日销售破百万</strong>,具备商业地产租金议价权</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 关键催化剂与未来发展路径 -->
|
||
<div class="mb-10">
|
||
<h2 class="text-2xl font-bold text-gray-800 mb-4 flex items-center">
|
||
<i class="fas fa-rocket text-orange-500 mr-3"></i>关键催化剂与未来发展路径
|
||
</h2>
|
||
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
|
||
<div class="bg-gradient-to-br from-orange-50 to-red-50 rounded-xl p-6 card-shadow">
|
||
<h3 class="text-xl font-semibold text-gray-800 mb-4 flex items-center">
|
||
<i class="fas fa-clock text-orange-500 mr-2"></i>近期催化剂(3-6个月)
|
||
</h3>
|
||
<div class="space-y-4">
|
||
<div class="bg-white rounded-lg p-4">
|
||
<div class="flex items-start">
|
||
<div class="bg-orange-100 rounded-full p-2 mr-3">
|
||
<i class="fas fa-film text-orange-600"></i>
|
||
</div>
|
||
<div>
|
||
<h4 class="font-semibold text-gray-800">2025年暑期档</h4>
|
||
<p class="text-sm text-gray-600">《哪吒之魔童闹海》《中国奇谭2》上映,<strong class="text-orange-600">衍生品SKU从22种扩至50+</strong></p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="bg-white rounded-lg p-4">
|
||
<div class="flex items-start">
|
||
<div class="bg-orange-100 rounded-full p-2 mr-3">
|
||
<i class="fas fa-landmark text-orange-600"></i>
|
||
</div>
|
||
<div>
|
||
<h4 class="font-semibold text-gray-800">政策端</h4>
|
||
<p class="text-sm text-gray-600">文旅部拟出台"二次元商业体"扶持标准,<strong class="text-orange-600">上海/成都或试点谷子主题街区</strong></p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="bg-gradient-to-br from-indigo-50 to-blue-50 rounded-xl p-6 card-shadow">
|
||
<h3 class="text-xl font-semibold text-gray-800 mb-4 flex items-center">
|
||
<i class="fas fa-road text-indigo-500 mr-2"></i>长期路径
|
||
</h3>
|
||
<div class="space-y-4">
|
||
<div class="bg-white rounded-lg p-4">
|
||
<div class="flex items-start">
|
||
<div class="bg-indigo-100 rounded-full p-2 mr-3">
|
||
<i class="fas fa-store-alt text-indigo-600"></i>
|
||
</div>
|
||
<div>
|
||
<h4 class="font-semibold text-gray-800">2025-2027年</h4>
|
||
<p class="text-sm text-gray-600">渠道下沉(三线及以下城市门店占比从25%提至50%),<strong class="text-indigo-600">单店模型优化</strong>(坪效从3000元/㎡提至5000元/㎡)</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="bg-white rounded-lg p-4">
|
||
<div class="flex items-start">
|
||
<div class="bg-indigo-100 rounded-full p-2 mr-3">
|
||
<i class="fas fa-industry text-indigo-600"></i>
|
||
</div>
|
||
<div>
|
||
<h4 class="font-semibold text-gray-800">2028年后</h4>
|
||
<p class="text-sm text-gray-600">国产IP工业化(参考日本"制作委员会"模式),<strong class="text-indigo-600">IP分成比例从5%提至15%</strong></p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 产业链与核心公司深度剖析 -->
|
||
<div class="mb-10">
|
||
<h2 class="text-2xl font-bold text-gray-800 mb-4 flex items-center">
|
||
<i class="fas fa-sitemap text-teal-500 mr-3"></i>产业链与核心公司深度剖析
|
||
</h2>
|
||
<div class="bg-white rounded-xl p-6 card-shadow">
|
||
<div class="mb-6">
|
||
<h3 class="text-xl font-semibold text-gray-700 mb-3">产业链图谱</h3>
|
||
<div class="grid grid-cols-1 md:grid-cols-3 gap-4">
|
||
<div class="bg-teal-50 rounded-lg p-4 text-center">
|
||
<div class="bg-teal-100 rounded-full w-16 h-16 flex items-center justify-center mx-auto mb-3">
|
||
<i class="fas fa-crown text-teal-600 text-2xl"></i>
|
||
</div>
|
||
<h4 class="font-semibold text-gray-800 mb-2">上游IP</h4>
|
||
<p class="text-sm text-gray-600">米哈游(《原神》)、腾讯(《王者荣耀》)、上海电影(《中国奇谭》)</p>
|
||
</div>
|
||
|
||
<div class="bg-blue-50 rounded-lg p-4 text-center">
|
||
<div class="bg-blue-100 rounded-full w-16 h-16 flex items-center justify-center mx-auto mb-3">
|
||
<i class="fas fa-cogs text-blue-600 text-2xl"></i>
|
||
</div>
|
||
<h4 class="font-semibold text-gray-800 mb-2">中游运营</h4>
|
||
<p class="text-sm text-gray-600">卡游(卡牌市占率70%)、泡泡玛特(潮玩龙头)、阿里鱼(IP代理)</p>
|
||
</div>
|
||
|
||
<div class="bg-purple-50 rounded-lg p-4 text-center">
|
||
<div class="bg-purple-100 rounded-full w-16 h-16 flex items-center justify-center mx-auto mb-3">
|
||
<i class="fas fa-store text-purple-600 text-2xl"></i>
|
||
</div>
|
||
<h4 class="font-semibold text-gray-800 mb-2">下游渠道</h4>
|
||
<p class="text-sm text-gray-600">百联股份(ZX创趣场)、大悦城(静安大悦城)、新世界(FUN肆街区)</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div>
|
||
<h3 class="text-xl font-semibold text-gray-700 mb-3">核心玩家对比</h3>
|
||
<div class="overflow-x-auto">
|
||
<table class="min-w-full bg-white rounded-lg overflow-hidden">
|
||
<thead class="bg-gray-50">
|
||
<tr>
|
||
<th class="py-3 px-4 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">公司</th>
|
||
<th class="py-3 px-4 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">角色</th>
|
||
<th class="py-3 px-4 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">优势</th>
|
||
<th class="py-3 px-4 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">风险</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody class="divide-y divide-gray-200">
|
||
<tr>
|
||
<td class="py-3 px-4 text-sm font-medium text-gray-900">百联股份</td>
|
||
<td class="py-3 px-4 text-sm text-gray-600">渠道龙头</td>
|
||
<td class="py-3 px-4 text-sm text-gray-600"><strong class="text-green-600">ZX创趣场3亿元销售额</strong>,可复制至全国</td>
|
||
<td class="py-3 px-4 text-sm text-gray-600">老百货改造成本高(单店5000万+)</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-sm font-medium text-gray-900">卡游</td>
|
||
<td class="py-3 px-4 text-sm text-gray-600">卡牌霸主</td>
|
||
<td class="py-3 px-4 text-sm text-gray-600"><strong class="text-green-600">415家门店</strong>+小马宝莉独家授权</td>
|
||
<td class="py-3 px-4 text-sm text-gray-600">依赖日漫IP,国产替代缓慢</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-sm font-medium text-gray-900">上海电影</td>
|
||
<td class="py-3 px-4 text-sm text-gray-600">IP运营商</td>
|
||
<td class="py-3 px-4 text-sm text-gray-600"><strong class="text-green-600">60个经典IP</strong>+上影元变现平台</td>
|
||
<td class="py-3 px-4 text-sm text-gray-600">影视票房波动影响IP热度</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="mt-6">
|
||
<h3 class="text-xl font-semibold text-gray-700 mb-3">验证与证伪</h3>
|
||
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
|
||
<div class="bg-yellow-50 rounded-lg p-4">
|
||
<div class="flex items-start">
|
||
<div class="bg-yellow-100 rounded-full p-2 mr-3">
|
||
<i class="fas fa-box-open text-yellow-600"></i>
|
||
</div>
|
||
<div>
|
||
<h4 class="font-semibold text-gray-800">泡泡玛特</h4>
|
||
<p class="text-sm text-gray-600">2024Q3营收+25%验证潮玩逻辑,但<strong class="text-red-600">谷子品类占比<10%</strong>,需警惕"蹭概念"</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="bg-red-50 rounded-lg p-4">
|
||
<div class="flex items-start">
|
||
<div class="bg-red-100 rounded-full p-2 mr-3">
|
||
<i class="fas fa-exclamation-circle text-red-600"></i>
|
||
</div>
|
||
<div>
|
||
<h4 class="font-semibold text-gray-800">广博股份</h4>
|
||
<p class="text-sm text-gray-600">初音未来徽章<strong class="text-green-600">月销500万件</strong>,但IP授权费占比超30%,<strong class="text-red-600">净利率仅8%</strong></p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 潜在风险与挑战 -->
|
||
<div class="mb-10">
|
||
<h2 class="text-2xl font-bold text-gray-800 mb-4 flex items-center">
|
||
<i class="fas fa-exclamation-triangle text-red-500 mr-3"></i>潜在风险与挑战
|
||
</h2>
|
||
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
|
||
<div class="bg-red-50 rounded-xl p-6 card-shadow">
|
||
<div class="flex items-center mb-4">
|
||
<div class="bg-red-100 rounded-full p-3 mr-3">
|
||
<i class="fas fa-copy text-red-600 text-xl"></i>
|
||
</div>
|
||
<h3 class="text-xl font-semibold text-gray-800">技术风险</h3>
|
||
</div>
|
||
<p class="text-gray-600">谷子产品工艺门槛低,<strong class="text-red-600">仿品泛滥</strong>(闲鱼低价仿品占比20%+)</p>
|
||
</div>
|
||
|
||
<div class="bg-orange-50 rounded-xl p-6 card-shadow">
|
||
<div class="flex items-center mb-4">
|
||
<div class="bg-orange-100 rounded-full p-3 mr-3">
|
||
<i class="fas fa-money-bill-wave text-orange-600 text-xl"></i>
|
||
</div>
|
||
<h3 class="text-xl font-semibold text-gray-800">商业化风险</h3>
|
||
</div>
|
||
<p class="text-gray-600">低线城市客单价仅为一线城市的<strong class="text-orange-600">50%</strong>,<strong class="text-orange-600">回本周期延长至4-5年</strong></p>
|
||
</div>
|
||
|
||
<div class="bg-yellow-50 rounded-xl p-6 card-shadow">
|
||
<div class="flex items-center mb-4">
|
||
<div class="bg-yellow-100 rounded-full p-3 mr-3">
|
||
<i class="fas fa-ban text-yellow-600 text-xl"></i>
|
||
</div>
|
||
<h3 class="text-xl font-semibold text-gray-800">政策风险</h3>
|
||
</div>
|
||
<p class="text-gray-600">未成年人消费限制(如"盲盒禁令")可能波及谷子随机销售</p>
|
||
</div>
|
||
|
||
<div class="bg-purple-50 rounded-xl p-6 card-shadow">
|
||
<div class="flex items-center mb-4">
|
||
<div class="bg-purple-100 rounded-full p-3 mr-3">
|
||
<i class="fas fa-chart-line text-purple-600 text-xl"></i>
|
||
</div>
|
||
<h3 class="text-xl font-semibold text-gray-800">信息矛盾</h3>
|
||
</div>
|
||
<p class="text-gray-600">部分研报称"谷子市场规模1200亿元",但艾媒咨询数据为<strong class="text-purple-600">1689亿元</strong>,差异源于<strong class="text-purple-600">是否计入二手交易</strong></p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 综合结论与投资启示 -->
|
||
<div class="mb-10">
|
||
<h2 class="text-2xl font-bold text-gray-800 mb-4 flex items-center">
|
||
<i class="fas fa-trophy text-yellow-500 mr-3"></i>综合结论与投资启示
|
||
</h2>
|
||
<div class="bg-gradient-to-br from-yellow-50 to-amber-50 rounded-xl p-6 card-shadow">
|
||
<div class="mb-6">
|
||
<h3 class="text-xl font-semibold text-gray-800 mb-3">阶段判断</h3>
|
||
<div class="bg-white rounded-lg p-4">
|
||
<p class="text-gray-600">谷子商城处于<strong class="text-yellow-600">"主题炒作→基本面验证"过渡期</strong>,短期看渠道扩张,长期看IP工业化</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="mb-6">
|
||
<h3 class="text-xl font-semibold text-gray-800 mb-3">投资方向</h3>
|
||
<div class="grid grid-cols-1 md:grid-cols-3 gap-4">
|
||
<div class="bg-white rounded-lg p-4">
|
||
<div class="flex items-center mb-2">
|
||
<div class="bg-blue-100 rounded-full p-2 mr-3">
|
||
<i class="fas fa-store text-blue-600"></i>
|
||
</div>
|
||
<h4 class="font-semibold text-gray-800">渠道龙头</h4>
|
||
</div>
|
||
<p class="text-sm text-gray-600">百联股份(ZX模式复制)、大悦城(IP快闪资源)</p>
|
||
</div>
|
||
|
||
<div class="bg-white rounded-lg p-4">
|
||
<div class="flex items-center mb-2">
|
||
<div class="bg-green-100 rounded-full p-2 mr-3">
|
||
<i class="fas fa-crown text-green-600"></i>
|
||
</div>
|
||
<h4 class="font-semibold text-gray-800">IP稀缺标的</h4>
|
||
</div>
|
||
<p class="text-sm text-gray-600">上海电影(《中国奇谭》系列)、奥飞娱乐("喜羊羊"AI玩具)</p>
|
||
</div>
|
||
|
||
<div class="bg-white rounded-lg p-4">
|
||
<div class="flex items-center mb-2">
|
||
<div class="bg-purple-100 rounded-full p-2 mr-3">
|
||
<i class="fas fa-industry text-purple-600"></i>
|
||
</div>
|
||
<h4 class="font-semibold text-gray-800">供应链隐形冠军</h4>
|
||
</div>
|
||
<p class="text-sm text-gray-600">广博股份(低成本IP代工)、创源股份(越南产能规避关税)</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div>
|
||
<h3 class="text-xl font-semibold text-gray-800 mb-3">跟踪指标</h3>
|
||
<div class="grid grid-cols-1 md:grid-cols-3 gap-4">
|
||
<div class="bg-gradient-to-br from-blue-50 to-indigo-50 rounded-lg p-4">
|
||
<h4 class="font-semibold text-gray-800 mb-2">单店模型</h4>
|
||
<p class="text-sm text-gray-600">谷子店<strong class="text-blue-600">月坪效≥5000元/㎡</strong>(验证盈利)</p>
|
||
</div>
|
||
|
||
<div class="bg-gradient-to-br from-green-50 to-teal-50 rounded-lg p-4">
|
||
<h4 class="font-semibold text-gray-800 mb-2">IP转化率</h4>
|
||
<p class="text-sm text-gray-600">国产影视IP衍生品<strong class="text-green-600">GMV/票房≥10%</strong>(对标日本40%)</p>
|
||
</div>
|
||
|
||
<div class="bg-gradient-to-br from-purple-50 to-pink-50 rounded-lg p-4">
|
||
<h4 class="font-semibold text-gray-800 mb-2">政策风向</h4>
|
||
<p class="text-sm text-gray-600">文旅部对"谷子街区"的补贴细则(预计2025Q3出台)</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 关联股票数据 -->
|
||
<div class="mb-10">
|
||
<h2 class="text-2xl font-bold text-gray-800 mb-4 flex items-center">
|
||
<i class="fas fa-chart-line text-indigo-500 mr-3"></i>关联股票数据
|
||
</h2>
|
||
<div class="card bg-white card-shadow">
|
||
<div class="table-responsive">
|
||
<table class="table align-items-center mb-0">
|
||
<thead>
|
||
<tr>
|
||
<th class="text-uppercase text-secondary text-xxs font-weight-bolder opacity-7">股票</th>
|
||
<th class="text-uppercase text-secondary text-xxs font-weight-bolder opacity-7 ps-2">项目</th>
|
||
<th class="text-uppercase text-secondary text-xxs font-weight-bolder opacity-7 ps-2">行业</th>
|
||
<th class="text-uppercase text-secondary text-xxs font-weight-bolder opacity-7 ps-2">产业链</th>
|
||
<th class="text-uppercase text-secondary text-xxs font-weight-bolder opacity-7 ps-2">原因</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td>
|
||
<div class="d-flex px-2">
|
||
<div>
|
||
<div class="avatar avatar-sm rounded-circle bg-gradient-to-br from-purple-500 to-indigo-600 text-white d-flex align-items-center justify-center me-2">
|
||
<i class="fas fa-building text-sm"></i>
|
||
</div>
|
||
</div>
|
||
<div class="my-auto">
|
||
<h6 class="mb-0 text-xs font-weight-bold">新世界(600628)</h6>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
<td>
|
||
<p class="text-xs font-weight-bold mb-0">新世界城谷子店</p>
|
||
</td>
|
||
<td>
|
||
<span class="badge badge-dot me-4">
|
||
<i class="bg-info"></i>
|
||
<span class="text-dark text-xs">二次元/泛二次元</span>
|
||
</span>
|
||
</td>
|
||
<td>
|
||
<p class="text-xs font-weight-bold mb-0">零售商业体</p>
|
||
</td>
|
||
<td>
|
||
<p class="text-xs text-muted mb-0">旗下新世界城4楼FUN街区域集中了十多家二次元、泛二次元品牌</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td>
|
||
<div class="d-flex px-2">
|
||
<div>
|
||
<div class="avatar avatar-sm rounded-circle bg-gradient-to-br from-blue-500 to-cyan-600 text-white d-flex align-items-center justify-center me-2">
|
||
<i class="fas fa-building text-sm"></i>
|
||
</div>
|
||
</div>
|
||
<div class="my-auto">
|
||
<h6 class="mb-0 text-xs font-weight-bold">大东方(600327)</h6>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
<td>
|
||
<p class="text-xs font-weight-bold mb-0">引力·次元馆</p>
|
||
</td>
|
||
<td>
|
||
<span class="badge badge-dot me-4">
|
||
<i class="bg-info"></i>
|
||
<span class="text-dark text-xs">二次元/泛二次元</span>
|
||
</span>
|
||
</td>
|
||
<td>
|
||
<p class="text-xs font-weight-bold mb-0">百货零售</p>
|
||
</td>
|
||
<td>
|
||
<p class="text-xs text-muted mb-0">旗下大东方百货于2021年7月推出引力·次元馆</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td>
|
||
<div class="d-flex px-2">
|
||
<div>
|
||
<div class="avatar avatar-sm rounded-circle bg-gradient-to-br from-green-500 to-teal-600 text-white d-flex align-items-center justify-center me-2">
|
||
<i class="fas fa-building text-sm"></i>
|
||
</div>
|
||
</div>
|
||
<div class="my-auto">
|
||
<h6 class="mb-0 text-xs font-weight-bold">广百股份(002187)</h6>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
<td>
|
||
<p class="text-xs font-weight-bold mb-0">百熊家族IP</p>
|
||
</td>
|
||
<td>
|
||
<span class="badge badge-dot me-4">
|
||
<i class="bg-success"></i>
|
||
<span class="text-dark text-xs">文创产业/潮玩</span>
|
||
</span>
|
||
</td>
|
||
<td>
|
||
<p class="text-xs font-weight-bold mb-0">IP衍生品/快闪店</p>
|
||
</td>
|
||
<td>
|
||
<p class="text-xs text-muted mb-0">推出原创IP「百熊家族」自热蛋文创产品,并引入潮玩文创快闪店及文创冰淇淋</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td>
|
||
<div class="d-flex px-2">
|
||
<div>
|
||
<div class="avatar avatar-sm rounded-circle bg-gradient-to-br from-yellow-500 to-orange-600 text-white d-flex align-items-center justify-center me-2">
|
||
<i class="fas fa-building text-sm"></i>
|
||
</div>
|
||
</div>
|
||
<div class="my-auto">
|
||
<h6 class="mb-0 text-xs font-weight-bold">大悦城(000031)</h6>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
<td>
|
||
<p class="text-xs font-weight-bold mb-0">全国商业项目</p>
|
||
</td>
|
||
<td>
|
||
<span class="badge badge-dot me-4">
|
||
<i class="bg-info"></i>
|
||
<span class="text-dark text-xs">二次元/泛二次元</span>
|
||
</span>
|
||
</td>
|
||
<td>
|
||
<p class="text-xs font-weight-bold mb-0">商业地产/IP经济</p>
|
||
</td>
|
||
<td>
|
||
<p class="text-xs text-muted mb-0">在全国40余个商业项目中引入二次元及泛二次元IP经济相关业态和活动</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td>
|
||
<div class="d-flex px-2">
|
||
<div>
|
||
<div class="avatar avatar-sm rounded-circle bg-gradient-to-br from-red-500 to-pink-600 text-white d-flex align-items-center justify-center me-2">
|
||
<i class="fas fa-building text-sm"></i>
|
||
</div>
|
||
</div>
|
||
<div class="my-auto">
|
||
<h6 class="mb-0 text-xs font-weight-bold">南宁百货(600712)</h6>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
<td>
|
||
<p class="text-xs font-weight-bold mb-0">南百·NGS</p>
|
||
</td>
|
||
<td>
|
||
<span class="badge badge-dot me-4">
|
||
<i class="bg-info"></i>
|
||
<span class="text-dark text-xs">二次元/泛二次元</span>
|
||
</span>
|
||
</td>
|
||
<td>
|
||
<p class="text-xs font-weight-bold mb-0">零售商业体</p>
|
||
</td>
|
||
<td>
|
||
<p class="text-xs text-muted mb-0">南宁百货新世界店升级为南百·NGS,新增手办谷子店、密室逃脱、电竞等业态</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td>
|
||
<div class="d-flex px-2">
|
||
<div>
|
||
<div class="avatar avatar-sm rounded-circle bg-gradient-to-br from-indigo-500 to-purple-600 text-white d-flex align-items-center justify-center me-2">
|
||
<i class="fas fa-building text-sm"></i>
|
||
</div>
|
||
</div>
|
||
<div class="my-auto">
|
||
<h6 class="mb-0 text-xs font-weight-bold">中百集团(000759)</h6>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
<td>
|
||
<p class="text-xs font-weight-bold mb-0">二次元街区项目</p>
|
||
</td>
|
||
<td>
|
||
<span class="badge badge-dot me-4">
|
||
<i class="bg-info"></i>
|
||
<span class="text-dark text-xs">二次元/IP经济</span>
|
||
</span>
|
||
</td>
|
||
<td>
|
||
<p class="text-xs font-weight-bold mb-0">零售商业体</p>
|
||
</td>
|
||
<td>
|
||
<p class="text-xs text-muted mb-0">中心百货商场启动二次元街区项目,首批入驻奥特曼、名侦探柯南等IP</p>
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<script>
|
||
// 初始化粒子背景
|
||
tsParticles.load("particles-js", {
|
||
particles: {
|
||
number: {
|
||
value: 80,
|
||
density: {
|
||
enable: true,
|
||
value_area: 800
|
||
}
|
||
},
|
||
color: {
|
||
value: ["#667eea", "#764ba2", "#f093fb", "#f5576c"]
|
||
},
|
||
shape: {
|
||
type: "circle",
|
||
stroke: {
|
||
width: 0,
|
||
color: "#000000"
|
||
}
|
||
},
|
||
opacity: {
|
||
value: 0.5,
|
||
random: false,
|
||
anim: {
|
||
enable: false,
|
||
speed: 1,
|
||
opacity_min: 0.1,
|
||
sync: false
|
||
}
|
||
},
|
||
size: {
|
||
value: 3,
|
||
random: true,
|
||
anim: {
|
||
enable: false,
|
||
speed: 40,
|
||
size_min: 0.1,
|
||
sync: false
|
||
}
|
||
},
|
||
line_linked: {
|
||
enable: true,
|
||
distance: 150,
|
||
color: "#667eea",
|
||
opacity: 0.4,
|
||
width: 1
|
||
},
|
||
move: {
|
||
enable: true,
|
||
speed: 2,
|
||
direction: "none",
|
||
random: false,
|
||
straight: false,
|
||
out_mode: "out",
|
||
bounce: false,
|
||
attract: {
|
||
enable: false,
|
||
rotateX: 600,
|
||
rotateY: 1200
|
||
}
|
||
}
|
||
},
|
||
interactivity: {
|
||
detect_on: "canvas",
|
||
events: {
|
||
onhover: {
|
||
enable: true,
|
||
mode: "grab"
|
||
},
|
||
onclick: {
|
||
enable: true,
|
||
mode: "push"
|
||
},
|
||
resize: true
|
||
},
|
||
modes: {
|
||
grab: {
|
||
distance: 140,
|
||
line_linked: {
|
||
opacity: 1
|
||
}
|
||
},
|
||
bubble: {
|
||
distance: 400,
|
||
size: 40,
|
||
duration: 2,
|
||
opacity: 8,
|
||
speed: 3
|
||
},
|
||
repulse: {
|
||
distance: 200,
|
||
duration: 0.4
|
||
},
|
||
push: {
|
||
particles_nb: 4
|
||
},
|
||
remove: {
|
||
particles_nb: 2
|
||
}
|
||
}
|
||
},
|
||
retina_detect: true
|
||
});
|
||
</script>
|
||
</body>
|
||
</html>
|
||
``` |