
@media (max-width: 768px) {
  /* 手机端：左右内边距自动缩小，避免挤压 */
  div[style*="250px"] {
    padding: 20px 20px 0 20px !important;
  }
  /* 手机端：链接条内边距缩小，字体适配 */
  a[style*="f5f5f5"] {
    padding: 1rem 1.2rem !important;
  }
  /* 手机端：标题字体缩小 */
  h3[style*="Tahoma"] {
    font-size: 22px !important;
  }
}
