/* 移动端补充：源站 media.css + jq.js 已经把菜单交互写好了，
   这里只让无 JS / 截图场景下淡入元素可见，并补一些细节。 */
@media (max-width: 767px) {
  /* 让脚本里 opacity:0 的元素在截图场景下也可见 */
  .news dl, .news .top, .o_ban dl dt, .o_ban dl .bottom {
    opacity: 1 !important;
    transform: none !important;
    margin: 0 !important;
  }

  /* 联系页（我们自己加的版式）单列 */
  .contact-section { grid-template-columns: 1fr; padding: 30px 16px; }
  .contact-section .info-card,
  .contact-section .contact-form { padding: 24px; }
  .contact-section .contact-form .form-row { grid-template-columns: 1fr; }
  .contact-section .contact-form .form-row + input[type=text] { margin-top: 14px; }
}
