572 lines
31 KiB
HTML
572 lines
31 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>
|
||
body {
|
||
background: linear-gradient(135deg, #f5f7fa 0%, #e4e8f0 100%);
|
||
font-family: 'Inter', sans-serif;
|
||
}
|
||
.timeline-node {
|
||
position: relative;
|
||
}
|
||
.timeline-node::before {
|
||
content: '';
|
||
position: absolute;
|
||
left: -20px;
|
||
top: 8px;
|
||
width: 16px;
|
||
height: 16px;
|
||
border-radius: 50%;
|
||
background: #4f46e5;
|
||
border: 3px solid #e0e7ff;
|
||
}
|
||
.timeline-line {
|
||
position: absolute;
|
||
left: -13px;
|
||
top: 24px;
|
||
width: 2px;
|
||
height: calc(100% - 8px);
|
||
background: #c7d2fe;
|
||
}
|
||
.card-custom {
|
||
background: rgba(255, 255, 255, 0.9);
|
||
backdrop-filter: blur(10px);
|
||
border: 1px solid rgba(255, 255, 255, 0.2);
|
||
box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1);
|
||
}
|
||
.section-title {
|
||
background: linear-gradient(90deg, #4f46e5, #7c3aed);
|
||
-webkit-background-clip: text;
|
||
-webkit-text-fill-color: transparent;
|
||
background-clip: text;
|
||
}
|
||
.highlight-box {
|
||
background: linear-gradient(135deg, #e0e7ff 0%, #ede9fe 100%);
|
||
border-left: 4px solid #4f46e5;
|
||
}
|
||
.table-container {
|
||
overflow-x: auto;
|
||
}
|
||
@media (max-width: 768px) {
|
||
.timeline-node::before {
|
||
left: -15px;
|
||
width: 12px;
|
||
height: 12px;
|
||
}
|
||
.timeline-line {
|
||
left: -10px;
|
||
top: 18px;
|
||
width: 1.5px;
|
||
}
|
||
}
|
||
</style>
|
||
</head>
|
||
<body class="min-h-screen p-4 md:p-8">
|
||
<div class="max-w-7xl mx-auto">
|
||
<!-- 标题区域 -->
|
||
<div class="text-center mb-12">
|
||
<h1 class="text-4xl md:text-5xl font-bold mb-4 section-title">微信小店官方服务微信电商空间</h1>
|
||
<p class="text-lg md:text-xl text-gray-600 max-w-3xl mx-auto">
|
||
从灰度功能到生态基建:微信小店的崛起与电商新格局
|
||
</p>
|
||
</div>
|
||
|
||
<!-- 时间轴部分 -->
|
||
<div class="card-custom rounded-xl p-6 mb-8">
|
||
<h2 class="text-2xl font-bold mb-6 section-title">概念事件时间轴</h2>
|
||
<div class="relative pl-8">
|
||
<div class="timeline-node mb-6">
|
||
<div class="timeline-line"></div>
|
||
<div class="font-bold text-indigo-600">2024-08-25</div>
|
||
<p class="mt-1 text-gray-700">腾讯公告:视频号小店正式升级为"微信小店",统一入口、降低保证金、支持公众号/视频号/小程序/搜一搜多场景流转。</p>
|
||
</div>
|
||
<div class="timeline-node mb-6">
|
||
<div class="timeline-line"></div>
|
||
<div class="font-bold text-indigo-600">2024-12-17</div>
|
||
<p class="mt-1 text-gray-700">灰度测试"送礼物"功能(蓝包),<span class="font-semibold">12-19</span> 官宣上线;<span class="font-semibold">12-30</span> 扩大至黄金、K金等类目。</p>
|
||
</div>
|
||
<div class="timeline-node mb-6">
|
||
<div class="timeline-line"></div>
|
||
<div class="font-bold text-indigo-600">2025-01-01</div>
|
||
<p class="mt-1 text-gray-700">私域激励计划升级:技术服务费减免+电商成长卡;<span class="font-semibold">01-09</span> 微信公开课Pro明确小店="微信全域交易中心",小程序做会员、服务号做私域沉淀。</p>
|
||
</div>
|
||
<div class="timeline-node mb-6">
|
||
<div class="timeline-line"></div>
|
||
<div class="font-bold text-indigo-600">2025-01-13</div>
|
||
<p class="mt-1 text-gray-700">年货节收官:微信小店GMV <span class="font-bold text-green-600">同比+192%</span>,订单量 <span class="font-bold text-green-600">+225%</span>,动销商品数 <span class="font-bold text-green-600">+400%</span>。</p>
|
||
</div>
|
||
<div class="timeline-node">
|
||
<div class="font-bold text-indigo-600">春节前夕</div>
|
||
<p class="mt-1 text-gray-700">预计全量放开"送礼物",并叠加红包裂变玩法。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 核心观点摘要 -->
|
||
<div class="card-custom rounded-xl p-6 mb-8">
|
||
<h2 class="text-2xl font-bold mb-6 section-title">核心观点摘要</h2>
|
||
<div class="highlight-box rounded-lg p-5 mb-4">
|
||
<p class="text-lg text-gray-800 leading-relaxed">
|
||
微信小店已从"灰度功能"进入"生态基建"阶段:以"送礼物"为社交裂变抓手,打通13.8亿MAU的私域与公域流量,形成"内容-交易-复购"闭环。短期看春节GMV脉冲,中期看平台货币化率提升,长期或再造一个"微信内循环电商"。
|
||
</p>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 核心逻辑与市场认知分析 -->
|
||
<div class="card-custom rounded-xl p-6 mb-8">
|
||
<h2 class="text-2xl font-bold mb-6 section-title">核心逻辑与市场认知分析</h2>
|
||
|
||
<h3 class="text-xl font-semibold mb-4 text-indigo-700">核心驱动力</h3>
|
||
<div class="grid grid-cols-1 md:grid-cols-3 gap-4 mb-6">
|
||
<div class="bg-indigo-50 rounded-lg p-4">
|
||
<div class="font-bold text-indigo-600 mb-2">流量杠杆</div>
|
||
<p class="text-sm text-gray-700">微信MAU <span class="font-bold">13.82亿</span>,视频号广告加载率仅 <span class="font-bold">3%</span>(抖音>10%),广告/佣金变现空间巨大。</p>
|
||
</div>
|
||
<div class="bg-indigo-50 rounded-lg p-4">
|
||
<div class="font-bold text-indigo-600 mb-2">社交裂变</div>
|
||
<p class="text-sm text-gray-700">蓝包复刻2014年红包绑卡逻辑,灰度一周即触达 <span class="font-bold">4000万用户</span>、单日GMV <span class="font-bold">4亿元</span>,裂变效率验证。</p>
|
||
</div>
|
||
<div class="bg-indigo-50 rounded-lg p-4">
|
||
<div class="font-bold text-indigo-600 mb-2">政策友好</div>
|
||
<p class="text-sm text-gray-700">0保证金试运营、技术服务费降至 <span class="font-bold">1%</span>,中小商家供给快速膨胀(月动销商家 <span class="font-bold">+170%</span>)。</p>
|
||
</div>
|
||
</div>
|
||
|
||
<h3 class="text-xl font-semibold mb-4 text-indigo-700">市场热度与情绪</h3>
|
||
<div class="bg-purple-50 rounded-lg p-4 mb-6">
|
||
<p class="text-gray-700">12-19 以来"微信小店"关键词在卖方路演出现 <span class="font-bold">>30次</span>,微盟、有赞、值得买等 SaaS/代运营标的 <span class="font-bold">单日涨幅15~20%</span>,情绪处于"预期兑现前夜"。</p>
|
||
</div>
|
||
|
||
<h3 class="text-xl font-semibold mb-4 text-indigo-700">预期差</h3>
|
||
<div class="bg-amber-50 rounded-lg p-4">
|
||
<p class="text-gray-700">
|
||
市场普遍把微信小店当成"视频号电商2.0",忽视其<span class="font-bold underline">货架电商属性</span>(搜一搜优先展示、小程序购物车打通),以及<span class="font-bold underline">线下扫码-线上送礼</span>的新场景(景区、餐饮券)。此外,腾讯对服务商全面开放API、取消资质限制,可能带来 <span class="font-bold">第三方服务商估值重估</span>。
|
||
</p>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 关键催化剂与未来发展路径 -->
|
||
<div class="card-custom rounded-xl p-6 mb-8">
|
||
<h2 class="text-2xl font-bold mb-6 section-title">关键催化剂与未来发展路径</h2>
|
||
|
||
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
|
||
<div>
|
||
<h3 class="text-xl font-semibold mb-4 text-indigo-700">近期(3-6个月)</h3>
|
||
<ul class="space-y-3">
|
||
<li class="flex items-start">
|
||
<div class="flex-shrink-0 h-5 w-5 text-green-500 mt-0.5">
|
||
<i class="fas fa-check-circle"></i>
|
||
</div>
|
||
<p class="ml-2 text-gray-700"><span class="font-semibold">春节全量放开蓝包</span>:参照2014年红包,7天可新增 <span class="font-bold">千万级支付绑卡</span>。</p>
|
||
</li>
|
||
<li class="flex items-start">
|
||
<div class="flex-shrink-0 h-5 w-5 text-green-500 mt-0.5">
|
||
<i class="fas fa-check-circle"></i>
|
||
</div>
|
||
<p class="ml-2 text-gray-700"><span class="font-semibold">微信公开课春季版</span>:预计披露"小店联盟"分佣比例、广告分成模式。</p>
|
||
</li>
|
||
<li class="flex items-start">
|
||
<div class="flex-shrink-0 h-5 w-5 text-green-500 mt-0.5">
|
||
<i class="fas fa-check-circle"></i>
|
||
</div>
|
||
<p class="ml-2 text-gray-700"><span class="font-semibold">Q1财报</span>:腾讯首次单列"微信电商"收入,验证货币化率提升。</p>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<div>
|
||
<h3 class="text-xl font-semibold mb-4 text-indigo-700">长期(2-3年)</h3>
|
||
<ul class="space-y-3">
|
||
<li class="flex items-start">
|
||
<div class="flex-shrink-0 h-5 w-5 text-blue-500 mt-0.5">
|
||
<i class="fas fa-chart-line"></i>
|
||
</div>
|
||
<p class="ml-2 text-gray-700"><span class="font-semibold">GMV路径</span>:2024年视频号电商 <span class="font-bold">~5000亿元</span>,中性假设微信小店贡献 <span class="font-bold">30%→50%</span>,2026年整体 <span class="font-bold">1.2-1.5万亿元</span>。</p>
|
||
</li>
|
||
<li class="flex items-start">
|
||
<div class="flex-shrink-0 h-5 w-5 text-blue-500 mt-0.5">
|
||
<i class="fas fa-chart-line"></i>
|
||
</div>
|
||
<p class="ml-2 text-gray-700"><span class="font-semibold">货币化率路径</span>:技术服务费 <span class="font-bold">0.6%→2%</span> + 广告加载率 <span class="font-bold">3%→8%</span>,电商综合take rate有望 <span class="font-bold">>3%</span>(仍低于抖音的5-6%)。</p>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 产业链与核心公司分析 -->
|
||
<div class="card-custom rounded-xl p-6 mb-8">
|
||
<h2 class="text-2xl font-bold mb-6 section-title">产业链与核心公司分析</h2>
|
||
|
||
<h3 class="text-xl font-semibold mb-4 text-indigo-700">产业链图谱</h3>
|
||
<div class="flex flex-wrap justify-center gap-4 mb-8">
|
||
<div class="bg-blue-100 rounded-lg p-4 text-center min-w-[150px]">
|
||
<div class="font-bold text-blue-700">上游</div>
|
||
<div class="text-sm text-gray-700 mt-1">品牌方<br>(食品、美妆、图书、小家电)</div>
|
||
</div>
|
||
<div class="text-center self-center">
|
||
<i class="fas fa-arrow-right text-gray-400"></i>
|
||
</div>
|
||
<div class="bg-purple-100 rounded-lg p-4 text-center min-w-[150px]">
|
||
<div class="font-bold text-purple-700">中游</div>
|
||
<div class="text-sm text-gray-700 mt-1">微信小店平台<br>(腾讯)</div>
|
||
</div>
|
||
<div class="text-center self-center">
|
||
<i class="fas fa-arrow-right text-gray-400"></i>
|
||
</div>
|
||
<div class="bg-green-100 rounded-lg p-4 text-center min-w-[150px]">
|
||
<div class="font-bold text-green-700">下游</div>
|
||
<div class="text-sm text-gray-700 mt-1">服务商<br>(SaaS、代运营、广告代理)</div>
|
||
</div>
|
||
<div class="text-center self-center">
|
||
<i class="fas fa-arrow-right text-gray-400"></i>
|
||
</div>
|
||
<div class="bg-amber-100 rounded-lg p-4 text-center min-w-[150px]">
|
||
<div class="font-bold text-amber-700">终端</div>
|
||
<div class="text-sm text-gray-700 mt-1">消费者</div>
|
||
</div>
|
||
</div>
|
||
|
||
<h3 class="text-xl font-semibold mb-4 text-indigo-700">核心玩家对比</h3>
|
||
<div class="overflow-x-auto mb-6">
|
||
<table class="min-w-full bg-white border border-gray-200 rounded-lg">
|
||
<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>
|
||
<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 font-medium text-gray-900">腾讯控股</td>
|
||
<td class="py-3 px-4 text-gray-700">平台</td>
|
||
<td class="py-3 px-4 text-gray-700">微信MAU 13.82亿;电商take rate <1%</td>
|
||
<td class="py-3 px-4">★★★★★</td>
|
||
<td class="py-3 px-4 text-gray-700">监管、内部资源分配</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 font-medium text-gray-900">微盟集团</td>
|
||
<td class="py-3 px-4 text-gray-700">SaaS+广告</td>
|
||
<td class="py-3 px-4 text-gray-700">占腾讯广告份额 <b>16%</b>;已率先打通小程序-小店</td>
|
||
<td class="py-3 px-4">★★★★☆</td>
|
||
<td class="py-3 px-4 text-gray-700">大客户流失</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 font-medium text-gray-900">有赞</td>
|
||
<td class="py-3 px-4 text-gray-700">SaaS</td>
|
||
<td class="py-3 px-4 text-gray-700">推出"加我智能"托管微信小店;付费商家 <b>~10万</b></td>
|
||
<td class="py-3 px-4">★★★☆☆</td>
|
||
<td class="py-3 px-4 text-gray-700">盈利拐点未至</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 font-medium text-gray-900">值得买</td>
|
||
<td class="py-3 px-4 text-gray-700">导购+代运营</td>
|
||
<td class="py-3 px-4 text-gray-700">旗下"万象映生"获微信生态服务商认证;GMV增速 <b>>50%</b></td>
|
||
<td class="py-3 px-4">★★★☆☆</td>
|
||
<td class="py-3 px-4 text-gray-700">流量依赖腾讯政策</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 font-medium text-gray-900">东方甄选</td>
|
||
<td class="py-3 px-4 text-gray-700">品牌方</td>
|
||
<td class="py-3 px-4 text-gray-700">微信小店日销 <b>6.5万单</b>(草莓、苹果礼盒)</td>
|
||
<td class="py-3 px-4">★★★☆☆</td>
|
||
<td class="py-3 px-4 text-gray-700">品类单一</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
|
||
<h3 class="text-xl font-semibold mb-4 text-indigo-700">验证与证伪</h3>
|
||
<div class="bg-green-50 rounded-lg p-4 mb-4">
|
||
<p class="text-green-800 font-semibold mb-2">验证点:</p>
|
||
<p class="text-gray-700">路演显示三只松鼠微信小店 <span class="font-bold text-green-600">单日成交+500%</span>,与研报"零食礼盒受益"一致。</p>
|
||
</div>
|
||
<div class="bg-red-50 rounded-lg p-4">
|
||
<p class="text-red-800 font-semibold mb-2">证伪点:</p>
|
||
<p class="text-gray-700">部分研报高估"黄金珠宝"上线速度,目前仍被排除在蓝包之外,构成短期证伪点。</p>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 潜在风险与挑战 -->
|
||
<div class="card-custom rounded-xl p-6 mb-8">
|
||
<h2 class="text-2xl font-bold mb-6 section-title">潜在风险与挑战</h2>
|
||
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
|
||
<div class="bg-red-50 rounded-lg p-4">
|
||
<div class="font-bold text-red-600 mb-2">技术风险</div>
|
||
<p class="text-sm text-gray-700">蓝包24小时未领取自动退款,可能降低高客单价商品转化率。</p>
|
||
</div>
|
||
<div class="bg-amber-50 rounded-lg p-4">
|
||
<div class="font-bold text-amber-600 mb-2">商业化风险</div>
|
||
<p class="text-sm text-gray-700">腾讯对补贴克制(年预算 <span class="font-bold">100-200亿</span>),需观察商家ROI能否持续。</p>
|
||
</div>
|
||
<div class="bg-purple-50 rounded-lg p-4">
|
||
<div class="font-bold text-purple-600 mb-2">政策风险</div>
|
||
<p class="text-sm text-gray-700">若微信小店被认定为"平台经济"加强监管,广告/佣金上限或下调。</p>
|
||
</div>
|
||
<div class="bg-blue-50 rounded-lg p-4">
|
||
<div class="font-bold text-blue-600 mb-2">信息矛盾</div>
|
||
<p class="text-sm text-gray-700">部分路演称"圣诞节全量上线",实际仍在灰度,时间预期需修正。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 综合结论与投资启示 -->
|
||
<div class="card-custom rounded-xl p-6 mb-8">
|
||
<h2 class="text-2xl font-bold mb-6 section-title">综合结论与投资启示</h2>
|
||
|
||
<div class="highlight-box rounded-lg p-5 mb-6">
|
||
<div class="font-bold text-indigo-600 mb-2">阶段判断</div>
|
||
<p class="text-gray-800">主题炒作→基本面验证过渡期。春节GMV数据将决定能否进入"业绩驱动"。</p>
|
||
</div>
|
||
|
||
<h3 class="text-xl font-semibold mb-4 text-indigo-700">最具价值方向</h3>
|
||
<div class="space-y-4 mb-6">
|
||
<div class="bg-gradient-to-r from-blue-50 to-indigo-50 rounded-lg p-4">
|
||
<div class="font-bold text-blue-700 mb-2">服务商赛道</div>
|
||
<p class="text-gray-700">低估值+高弹性,首选 <span class="font-bold">微盟、值得买</span>(PS<5x,业绩对GMV敏感)。</p>
|
||
</div>
|
||
<div class="bg-gradient-to-r from-green-50 to-emerald-50 rounded-lg p-4">
|
||
<div class="font-bold text-green-700 mb-2">礼品属性品牌</div>
|
||
<p class="text-gray-700">低基数+高周转,关注 <span class="font-bold">东方甄选、三只松鼠、荣信文化</span>。</p>
|
||
</div>
|
||
</div>
|
||
|
||
<h3 class="text-xl font-semibold mb-4 text-indigo-700">跟踪指标</h3>
|
||
<ul class="space-y-2">
|
||
<li class="flex items-start">
|
||
<div class="flex-shrink-0 h-5 w-5 text-indigo-500 mt-0.5">
|
||
<i class="fas fa-chart-bar"></i>
|
||
</div>
|
||
<p class="ml-2 text-gray-700"><span class="font-semibold">春节7天微信小店GMV</span>(预期>50亿元为超预期)</p>
|
||
</li>
|
||
<li class="flex items-start">
|
||
<div class="flex-shrink-0 h-5 w-5 text-indigo-500 mt-0.5">
|
||
<i class="fas fa-chart-line"></i>
|
||
</div>
|
||
<p class="ml-2 text-gray-700"><span class="font-semibold">微信广告加载率季度环比</span>(>+1ppt 即验证货币化提速)</p>
|
||
</li>
|
||
<li class="flex items-start">
|
||
<div class="flex-shrink-0 h-5 w-5 text-indigo-500 mt-0.5">
|
||
<i class="fas fa-users"></i>
|
||
</div>
|
||
<p class="ml-2 text-gray-700"><span class="font-semibold">服务商新增付费商家数</span>(微盟/有赞季度增速>30%)</p>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<!-- 关联股票表格 -->
|
||
<div class="card-custom rounded-xl p-6 mb-8">
|
||
<h2 class="text-2xl font-bold mb-6 section-title">关联股票数据</h2>
|
||
<div class="table-container">
|
||
<table class="min-w-full bg-white border border-gray-200 rounded-lg">
|
||
<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>
|
||
<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 font-medium text-gray-900">微盟</td>
|
||
<td class="py-3 px-4 text-gray-700">服饰家居</td>
|
||
<td class="py-3 px-4 text-gray-700">玉翠文玩</td>
|
||
<td class="py-3 px-4 text-gray-700">个护美妆</td>
|
||
<td class="py-3 px-4 text-gray-700">微信生态服务商</td>
|
||
<td class="py-3 px-4 text-gray-700">作为视频号头部服务商,拥有直播带货、培训指导、品牌代运营等资质,服务账号数914个,案例包括阿点严选真丝羊绒</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 font-medium text-gray-900">寻芒</td>
|
||
<td class="py-3 px-4 text-gray-700">服饰家居</td>
|
||
<td class="py-3 px-4 text-gray-700">玉翠文玩</td>
|
||
<td class="py-3 px-4 text-gray-700">优质账号案例</td>
|
||
<td class="py-3 px-4 text-gray-700">全国性服务商</td>
|
||
<td class="py-3 px-4 text-gray-700">全国团队规模超200人,覆盖广东、浙江等地区,服务账号数891个,案例为小葡萄轻奢女装</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 font-medium text-gray-900">和润未来</td>
|
||
<td class="py-3 px-4 text-gray-700">食品生鲜</td>
|
||
<td class="py-3 px-4 text-gray-700">服饰家居</td>
|
||
<td class="py-3 px-4 text-gray-700">家装建材</td>
|
||
<td class="py-3 px-4 text-gray-700">全系服务商</td>
|
||
<td class="py-3 px-4 text-gray-700">总部位于哈尔滨,员工200+,服务多个品牌代运营,账号数888个,案例为东方甄选-优选好物</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 font-medium text-gray-900">宜兴言外文创</td>
|
||
<td class="py-3 px-4 text-gray-700">玉翠文玩</td>
|
||
<td class="py-3 px-4 text-gray-700">宠物绿植</td>
|
||
<td class="py-3 px-4 text-gray-700">本地化服务</td>
|
||
<td class="py-3 px-4 text-gray-700">供应链展示中心</td>
|
||
<td class="py-3 px-4 text-gray-700">设有供应链展示中心和仓储服务,服务账号数883个,案例为老厂紫砂</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 font-medium text-gray-900">阿拉起航</td>
|
||
<td class="py-3 px-4 text-gray-700">服饰家居</td>
|
||
<td class="py-3 px-4 text-gray-700">-</td>
|
||
<td class="py-3 px-4 text-gray-700">私域流量转化</td>
|
||
<td class="py-3 px-4 text-gray-700">服饰类目服务商</td>
|
||
<td class="py-3 px-4 text-gray-700">专注服饰类目线上线下转型,聚焦视频号直播和私域运营,服务账号数779个,案例为拉夏贝尔</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 font-medium text-gray-900">招财牛视频号服务商</td>
|
||
<td class="py-3 px-4 text-gray-700">服饰家居</td>
|
||
<td class="py-3 px-4 text-gray-700">母婴玩具</td>
|
||
<td class="py-3 px-4 text-gray-700">线下子公司</td>
|
||
<td class="py-3 px-4 text-gray-700">北京物流之都</td>
|
||
<td class="py-3 px-4 text-gray-700">成立于2014年,团队近100人,办公面积1000+平,服务账号数781个,案例为即墨小派卫衣</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 font-medium text-gray-900">桐乡快尚</td>
|
||
<td class="py-3 px-4 text-gray-700">服饰家居</td>
|
||
<td class="py-3 px-4 text-gray-700">-</td>
|
||
<td class="py-3 px-4 text-gray-700">招商团队</td>
|
||
<td class="py-3 px-4 text-gray-700">嘉兴本地服务商</td>
|
||
<td class="py-3 px-4 text-gray-700">主体为嘉兴市禧礼传媒,核心团队包括招商、运营、投放团队,服务账号数728个,案例为大玉王工厂北方鹿羊绒</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 font-medium text-gray-900">苏州企麦</td>
|
||
<td class="py-3 px-4 text-gray-700">服饰家居</td>
|
||
<td class="py-3 px-4 text-gray-700">-</td>
|
||
<td class="py-3 px-4 text-gray-700">深度服务</td>
|
||
<td class="py-3 px-4 text-gray-700">电商培训服务商</td>
|
||
<td class="py-3 px-4 text-gray-700">成立于2018年,以电商培训为根基,服务账号数709个,案例为寰宇国际蓝氏珠宝</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 font-medium text-gray-900">福建云赢文化传媒有限公司</td>
|
||
<td class="py-3 px-4 text-gray-700">食品生鲜</td>
|
||
<td class="py-3 px-4 text-gray-700">个护美妆</td>
|
||
<td class="py-3 px-4 text-gray-700">线上线下子公司</td>
|
||
<td class="py-3 px-4 text-gray-700">云商流量服务商</td>
|
||
<td class="py-3 px-4 text-gray-700">成立于2016年,团队100+人,累计服务客户超3万家,服务账号数672个,案例为少帅1875</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 font-medium text-gray-900">福建云智茶器科技</td>
|
||
<td class="py-3 px-4 text-gray-700">家装建材</td>
|
||
<td class="py-3 px-4 text-gray-700">食品生鲜</td>
|
||
<td class="py-3 px-4 text-gray-700">玉翠文玩</td>
|
||
<td class="py-3 px-4 text-gray-700">茶器产业服务商</td>
|
||
<td class="py-3 px-4 text-gray-700">总部设在泉州、厦门,服务视频号茶器产业带,服务账号数630个,案例为方圆陶瓷馆</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 font-medium text-gray-900">微娱时代</td>
|
||
<td class="py-3 px-4 text-gray-700">服饰家居</td>
|
||
<td class="py-3 px-4 text-gray-700">个护美妆</td>
|
||
<td class="py-3 px-4 text-gray-700">线上线下子公司</td>
|
||
<td class="py-3 px-4 text-gray-700">生态服务商</td>
|
||
<td class="py-3 px-4 text-gray-700">2024年微信公开课受邀服务商,具有品牌代运营能力,服务账号数616个,案例为UUS原创设计羽绒1号</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 font-medium text-gray-900">河北太古网络科技有限公司</td>
|
||
<td class="py-3 px-4 text-gray-700">服饰家居</td>
|
||
<td class="py-3 px-4 text-gray-700">家装建材</td>
|
||
<td class="py-3 px-4 text-gray-700">天地在线子公司</td>
|
||
<td class="py-3 px-4 text-gray-700">电商服务商</td>
|
||
<td class="py-3 px-4 text-gray-700">隶属天地在线网络信息股份有限公司(股票代码002995),成立于2011年,服务账号数583个,案例为小涵家纺1号店</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 font-medium text-gray-900">武汉一盏灯</td>
|
||
<td class="py-3 px-4 text-gray-700">服饰家居</td>
|
||
<td class="py-3 px-4 text-gray-700">食品生鲜</td>
|
||
<td class="py-3 px-4 text-gray-700">母婴玩具</td>
|
||
<td class="py-3 px-4 text-gray-700">区域服务商</td>
|
||
<td class="py-3 px-4 text-gray-700">2018年创立,在武汉、杭州、深圳等地设有公司,6年运营经验,服务账号数594个,案例为美璐女装</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<script>
|
||
// 初始化粒子背景
|
||
if (typeof tsParticles !== 'undefined') {
|
||
tsParticles.load("tsparticles", {
|
||
background: {
|
||
color: {
|
||
value: "transparent",
|
||
},
|
||
},
|
||
fpsLimit: 60,
|
||
particles: {
|
||
color: {
|
||
value: "#4f46e5",
|
||
},
|
||
links: {
|
||
color: "#4f46e5",
|
||
distance: 150,
|
||
enable: true,
|
||
opacity: 0.2,
|
||
width: 1,
|
||
},
|
||
move: {
|
||
direction: "none",
|
||
enable: true,
|
||
outMode: "bounce",
|
||
random: false,
|
||
speed: 1,
|
||
straight: false,
|
||
},
|
||
number: {
|
||
density: {
|
||
enable: true,
|
||
area: 800,
|
||
},
|
||
value: 60,
|
||
},
|
||
opacity: {
|
||
value: 0.3,
|
||
},
|
||
shape: {
|
||
type: "circle",
|
||
},
|
||
size: {
|
||
random: true,
|
||
value: 3,
|
||
},
|
||
},
|
||
detectRetina: true,
|
||
});
|
||
}
|
||
</script>
|
||
</body>
|
||
</html>
|
||
``` |