/* footer.css - 公共底部 */

.site-footer {
  width: 100%;
  background: #000;
  position: relative;
}

.footer-bg {
  width: 100%;
  height: auto;
  display: block;
}

/* 适配移动端 */
@media (max-width: 768px) {
  .site-footer {
    overflow-x: hidden;
  }
}