.interact-content {
  /* max-width: 1320px; */
  max-width: 726px;
  margin: 30px auto 60px;
  height: 620px;
  padding: 0 20px;
}

/* 手机端专属适配（屏幕宽度小于 768px 时生效） */
@media (max-width: 768px) {
  .interact-content {
    margin: 20px auto 40px; /* 缩小上下间距 */
    padding: 0 15px;        /* 缩小左右边距 */
    min-height: auto;       /* 手机端取消最小高度限制，完全由内容撑开 */
    height: 620px;
  }
}
