/* 全站页脚版权区：桌面左右分布，手机纵向且技术支持最后一行左对齐 */

@media screen and (min-width: 768px) {
  #page-footer .zhsl-page-footer-copy::after {
    content: '';
    display: table;
    clear: both;
  }

  #page-footer .zhsl-page-footer-copy-main {
    float: left;
    max-width: 72%;
  }

  #page-footer .zhsl-page-footer-copy-tech {
    float: right;
    max-width: 48%;
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  #page-footer .zhsl-page-footer-copy-main,
  #page-footer .zhsl-page-footer-copy-tech,
  #page-footer .zhsl-page-footer-copy .pull-left,
  #page-footer .zhsl-page-footer-copy .pull-right {
    display: block !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    max-width: 100% !important;
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #page-footer .zhsl-page-footer-copy-tech {
    margin-top: 8px;
  }

  #page-footer .zhsl-page-footer-copy-main .push-10-l {
    display: block;
    margin-left: 0 !important;
    margin-top: 6px;
    padding-left: 0;
  }
}
