.footer {
  margin-top: 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 243px;
  /* border-radius: 0px 0px 10% 10%; */
  padding: 0px .6771rem;
  /* background: url(../images/index/yiyuan.png) no-repeat center; */
  background-color: #008D88;
  background-size: cover;
}
.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 {

  height: 86%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer-links {
  margin-top: 22px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  display: flex;
}

.footer-links ul li {
  margin-right: 7px;
  font-weight: 400;
  font-size: 12px;
  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 {
  letter-spacing: 0.7px;
  margin-top: 5px;
  font-size: 12px;
  color: #FFFFFF;
}

.footer-logos {
  display: flex;
  justify-content: center;
  width: 140px;
    height: 35px;
  /* margin-top: 20px; */
}

.footer-logos img {
width: 100%;
height: 100%;
}

.footer-qrcodes {
  position: absolute;
  right: 34px;
    bottom: 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    /* background-color: red; */
    height: 100px;
      width: 94px;
}

.footer-qrcodes .qrcode {
height: 40px;
width: 40px;

}


.footer-qrcodes .qrcode img {
  height: 40px;
  width: 40px;
}
