```
Wait, "页面背景透明" (page background transparent), so the container itself has no solid background, but cards have a white background with a subtle shadow.
```css
.product-detail-container {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
max-width: 1200px;
margin: 0 auto;
padding: 16px;
box-sizing: border-box;
}
.product-detail-container * {
box-sizing: border-box;
}
.product-detail-container .pd-card {
background-color: #ffffff;
border-radius: 16px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
padding: 24px;
margin-bottom: 24px;
border: 1px solid #f3f4f6;
}
.product-detail-container .pd-card-title {
font-size: 20px;
font-weight: 700;
color: #1f2937;
margin-top: 0;
margin-bottom: 16px;
border-left: 4px solid #