.footer {
  position: relative;
  display: flex;
  justify-content: space-between;
  /* width: 10rem; */

  height: 1.7969rem;
  border-radius: 0px 0px 0px 0px;
  padding: 0px .6771rem;
  /* background: url(../images/index/yiyuan.png) no-repeat center; */
  background-color: #008D88;
  background-size: cover;
  /* 确保背景图片覆盖整个区域 */
  /* background-blend-mode: multiply; */
  /* 使用multiply模式进行混合 */


}
/*.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/index/yiyuan.png) no-repeat center;
  background-size: cover;
  opacity: 0.05;
  !* z-index: -1; *!
}*/
.footer-content {
  /* max-width: 6.25rem; */
  /* margin: 0 auto; */
  /* background-color: rebeccapurple; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer-links {
  margin-top: .1302rem;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
}

.footer-links ul li {
  margin: 0 .0521rem;
  font-weight: 400;
  font-size: .0938rem;
  color: #FFFFFF;
}

.footer-links ul li a {
  color: white;
  text-decoration: none;
}

.footer-info {
  text-align: left;
  width: 100%;
  margin-top: .0521rem;
}

.footer-info p {
  margin-top: .0625rem;
  font-size: .0938rem;
  color: #ffffff;
}

.footer-info a{
  color: inherit; /* 继承父元素的颜色 */
  text-decoration: none; /* 移除下划线 */
}

.footer-logos {
  display: flex;
  justify-content: center;
  /* margin-top: 20px; */
}

.footer-logos img {
  width: 1.4844rem;
  height: .3646rem;
}

.footer-qrcodes {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  /* background-color: red; */
  width: 1.0938rem;
  height: 1.0938rem;
  margin-top: .5208rem;
}

.footer-qrcodes .qrcode {

  width: .5208rem;
  height: .5208rem;

}


.footer-qrcodes .qrcode img {
  width: .5208rem;
  height: .5208rem;
}
