#footer-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 25, 25, 0.384); /* 黑色半透明蒙版，可调整颜色和透明度 */
  z-index: -1; /* 将蒙版置于页脚内容下方 */
}