<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>谷歌2026资本开支分析</title>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;700;900&family=Roboto:wght@400;700;900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<style>
:root {
--primary-color: #4285F4; /* Google Blue */
--secondary-color: #EA4335; /* Google Red */
--accent-color: #34A853; /* Google Green */
--bg-color: #0F172A; /* Dark Slate */
--card-bg: #1E293B;
--text-color: #F1F5F9;
--text-muted: #94A3B8;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: 'Roboto', 'Noto Sans SC', sans-serif;
background-color: var(--bg-color);
color: var(--text-color);
line-height: 1.5;
display: flex;
justify-content: center;
min-height: 100vh;
}
.poster-container {
width: 720px;
min-height: 960px;
background: linear-gradient(135deg, #0F172A 0%, #1e1b4b 100%);
position: relative;
overflow: hidden;
display: flex;
flex-direction: column;
padding: 40px;
box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}
/* Background Elements */
.bg-circle {
position: absolute;
border-radius: 50%;
filter: blur(80px);
opacity: 0.1;
z-index: 0;
}
.bg-1 { width: 400px; height: 400px; background: var(--primary-color); top: -100px; left: -100px; }
.bg-2 { width: 300px; height: 300px; background: var(--secondary-color); bottom: 100px; right: -50px; }
.bg-3 { width: 200px; height: 200px; background: var(--accent-color); top: 40%; left: 60%; }
/* Header */
header {
position: relative;
z-index: 1;
margin-bottom: 30px;
border-left: 8px solid var(--primary-color);
padding-left: 20px;
}
.eyebrow {
font-size: 18px;
font-weight: 700;
color: var(--secondary-color);
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 8px;
}
h1 {
font-size: 64px;
font-weight: 900;
line-height: 1;
margin-bottom: 10px;
background: linear-gradient(90deg, #fff, #94a3b8);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.subtitle {
font-size: 24px;
font-weight: 300;
color: var(--text-muted);
max-width: 90%;
}
/* Intro Box */
.intro-box {
background: rgba(255,255,255,0.05);
backdrop-filter: blur(10px);
border-radius: 16px;
padding: 20px;
margin-bottom: 30px;
border: 1px solid rgba(255,255,255,0.1);
position: relative;
z-index: 1;
}
.intro-title {
font-size: 20px;
font-weight: 700;
color: var(--primary-color);
margin-bottom: 10px;
display: flex;
align-items: center;
gap: 8px;
}
/* Main Content Grid */
.grid-container {
display: flex;
flex-direction: column;
gap: 20px;
position: relative;
z-index: 1;
flex-grow: 1;
}
.card {
background: var(--card-bg);
border-radius: 20px;
padding: 25px;
box-shadow: 0 4px 20px rgba(0,0,0,0.2);
border-left: 4px solid transparent;
transition: transform 0.3s ease;
display: flex;
flex-direction: column;
justify-content: center;
}
.card-1 { border-color: var(--primary-color); }
.card-2 { border-color: var(--secondary-color); }
.card-3 { border-color: var(--accent-color); }
.card-header {
display: flex;
align-items: center;
margin-bottom: 15px;
}
.card-num {
font-size: 36px;
font-weight: 900;
opacity: 0.2;
margin-right: 15px;
line-height: 1;
}
.card-title {
font-size: 24px;
font-weight: 700;
color: #fff;
}
.card-content {
font-size: 16px;
color: var(--text-muted);
}
.highlight {
color: #fff;
font-weight: 700;
}
.stat-row {
display: flex;
justify-content: space-between;
margin-top: 15px;
background: rgba(0,0,0,0.2);
padding: 10px;
border-radius: 8px;
}
.stat-item {
text-align: center;
}
.stat-value {
font-size: 20px;
font-weight: 700;
color: var(--primary-color);
}
.stat-label {
font-size: 12px;
color: var(--text-muted);
}
/* Image Section */
.image-block {
height: 120px;
border-radius: 12px;
overflow: hidden;
margin-top: 15px;
position: relative;
}
.image-block img {
width: 100%;
height: 100%;
object-fit: cover;
opacity: 0.8;
}
.img-caption {
position: absolute;
bottom: 10px;
right: 10px;
background: rgba(0,0,0,0.7);
padding: 4px 8px;
border-radius: 4px;
font-size: 10px;
}
/* Footer */
footer {
margin-top: 30px;
text-align: center;
font-size: 14px;
color: var(--text-muted);
border-top: 1px solid rgba(255,255,255,0.1);
padding-top: 20px;
position: relative;
z-index: 1;
}
.tag-container {
display: flex;
gap: 10px;
justify-content: center;
margin-top: 10px;
}
.tag {
background: rgba(255,255,255,0.1);
padding: 4px 12px;
border-radius: 20px;
font-size: 12px;
}
/* Utilities */
.material-icons {
font-size: 24px;
}
</style>
</head>
<body>
<div class="poster-container">
<!-- Decorative Backgrounds -->
<div class="bg-circle bg-1"></div>
<div class="bg-circle bg-2"></div>
<div class="bg-circle bg-3"></div>
<!-- Header -->
<header>
<div class="eyebrow">Google 2026 CapEx Plan</div>
<h1>1850亿美元<br><span style="font-size: 32px; font-weight: 300;">算力军费与防御战</span></h1>
<p class="subtitle">DeepSeek与马斯克双重夹击下的“自杀式防御”?</p>
</header>
<!-- Context Box -->
<div class="intro-box">
<div class="intro-title">
<i class="material-icons">warning</i>
<span>为什么年赚4000亿还要激进投入?</span>
</div>
<p style="font-size: 14px; color: #cbd5e1;">
谷歌宣布2026年资本开支将达 <strong style="color: #fff;">1750-1850亿美元</strong>,近乎翻倍。
面对中国DeepSeek的成本效率革命与马斯克xAI的算力狂奔,谷歌选择以资本筑墙,保住搜索与云服务的护城河。
</p>
</div>
<!-- Main Content -->
<div class="grid-container">
<!-- Section 1 -->
<div class="card card-1">
<div class="card-header">
<div class="card-num">01</div>
<div class="card-title">算力即权力</div>
</div>
<div class="card-content">
<p>将Gemini推成<span class="highlight">基础设施</span>。投入主要用于服务器(GPU/TPU)与数据中心建设,突破产能瓶颈。</p>
<div class="image-block">
<img src="https://sfile.chatglm.cn/image/e5/e5f2f208.jpg" alt="Data Center">
<div class="img-caption">GPU/TPU Cluster</div>
</div>
<div class="stat-row">
<div class="stat-item">
<div class="stat-value">60%</div>
<div class="stat-label">服务器投入</div>
</div>
<div class="stat-item">
<div class="stat-value">40%</div>
<div class="stat-label">数据中心/网络</div>
</div>
</div>
</div>
</div>
<!-- Section 2 -->
<div class="card card-2">
<div class="card-header">
<div class="card-num">02</div>
<div class="card-title">入口保卫战</div>
</div>
<div class="card-content">
<p>搜索广告的“生死线”。确认与苹果<strong>深度合作</strong>,成为Apple Foundation Models首选云提供商。</p>
<div style="display: flex; align-items: center; gap: 15px; margin-top: 10px;">
<i class="material-icons" style="color: #fff; font-size: 32px;">smartphone</i>
<div>
<p style="font-size: 14px; color: #fff;">守住iOS入口</p>
<p style="font-size: 12px; color: #94a3b8;">否认AI蚕食搜索,称AI Mode带来“扩张性时刻”。</p>
</div>
</div>
</div>
</div>
<!-- Section 3 -->
<div class="card card-3">
<div class="card-header">
<div class="card-num">03</div>
<div class="card-title">智能体商业 (Agentic Commerce)</div>
</div>
<div class="card-content">
<p>重写广告与电商逻辑。从“信息检索”转向<span class="highlight">“代理执行”</span>。</p>
<div style="background: rgba(0,0,0,0.3); padding: 10px; border-radius: 8px; margin-top: 10px;">
<div style="display: flex; justify-content: space-between; margin-bottom: 5px;">
<span style="font-size: 12px;">传统广告</span>
<span style="font-size: 12px; color: #34A853;">智能体交易</span>
</div>
<div style="height: 4px; background: #333; border-radius: 2px; overflow: hidden;">
<div style="width: 70%; background: linear-gradient(90deg, #34A853, #4285F4); height: 100%;"></div>
</div>
<p style="font-size: 12px; margin-top: 5px; color: #94a3b8;">推出通用商业协议,AI助手直接完成交易。</p>
</div>
</div>
</div>
</div>
<footer>
<p>数据来源:Google Q4 2025 Earnings Call</p>
<div class="tag-container">
<span class="tag">#DeepSeek冲击</span>
<span class="tag">#xAI竞争</span>
<span class="tag">#AI基础设施</span>
</div>
</footer>
</div>
</body>
</html>
登录后可参与表态
讨论回复
0 条回复还没有人回复,快来发表你的看法吧!