diff --git a/电商AI平台/team.html b/电商AI平台/team.html
index c89bba9..b2f4362 100644
--- a/电商AI平台/team.html
+++ b/电商AI平台/team.html
@@ -12,6 +12,8 @@
color: var(--accent-white);
padding: 22px 28px 24px;
margin-bottom: 24px;
+ /* 与下方 .team-grid 左列(成员表)对齐:右栏 320 + gap 24 = 344 */
+ margin-right: calc(320px + 24px);
position: relative;
border: 1px solid var(--accent-black);
border-radius: var(--r-md);