/* 恢复手机首页底部联系、留言与微信二维码；预留固定底栏和安全区。 */
@media (max-width:720px), (orientation: landscape) and (max-height: 540px) and (pointer: coarse){
  .page-home>.site-footer{
    display:grid!important;
    margin-bottom:calc(54px + max(env(safe-area-inset-bottom,0px),22px))!important;
  }
}
