.fish_container{
    z-index: -1;
    width: "100%";
    height: "160px";
    margin: 0;
    padding: 0;
  }
  #footer-wrap{
    position: absolute;
    text-align: center;
    padding: 20px 20px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }

  /* 页脚半透明 */
#footer {
  background: rgba(255, 255, 255, 0);
  color: #000;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  backdrop-filter: saturate(100%) blur(5px),
} 