html, body {
  overflow-x: hidden;
}
body {
  margin: 0;
  font-family: 'Microsoft YaHei', Arial, sans-serif;
  color: #222;
}

.footer {
  background: #006633;
  padding: 0 0 40px 0;
  color: #fff;
  font-size: 14px;
  overflow-x: hidden;
}
.footer-links {
  padding: 10px 24px;
  margin-top: 0;
  line-height: 2.5;
  text-align: center;
}
.footer-links::before {
  content: '友情链接 ｜ ';
  color: #fff;
  font-weight: normal;
  margin-right: 5px;
}
.footer-links a {
  color: #fff;
  text-decoration: none;
  margin: 0 8px;
}
.footer-links a:hover {
  text-decoration: none;
}
.footer-main {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  gap: 20px;
  padding-bottom: 20px;
  padding: 50px 0px;
  box-sizing: border-box;
  overflow-x: auto;
}
.footer-info-block {
  flex: 1;
  font-size: 13px;
  line-height: 2.1;
  text-align: left;
  min-width: 300px;
  color: rgba(255,255,255,0.8);
}
.footer-qrs-block {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex: 1;
  min-width: 280px;
}
.footer-qr-item {
  text-align: center;
}
.footer-qr-item img {
  width: 80px;
  height: 80px;
  border-radius: 4px;
  background: #fff;
  margin-bottom: 8px;
}
.footer-qr-label {
  font-size: 13px;
  color: #fff;
}
.footer-copyright {
  background: #004d26;
  padding: 10px 0;
  font-size: 13px;
  color: #fff;
  text-align: center;
  width: 100%;
} 