.footer-content {
  position: relative;
  padding-top: 40px;
  box-sizing: border-box;
}

.copyright-text {
  position: absolute;
  bottom: 30px;
  left: 0;
}

.link-list {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.gywm {
  position: absolute;
  bottom: 30px;
  right: 0;
}

.ewm {
  background-image: url("https://www.chisan.cc/uploads/20250529/b63af1fd018f30bd44f84e380673cc0f.png?v0818");
  background-size: 100% 100%;
  background-position: center;
  width: 55px;
  height: 55px;
  position: absolute;
  right: 0;
}