.footer {
  width: 100%;
  background: url(../images/zu4339.png);
  background-size: 100% 100%;
}
.foot{
  width: 80%;
  display: flex;
  justify-content: space-between;
  margin: auto;
  padding: 30px 0;
}
.footer-content {
  display: flex;
  justify-content: center;
  /* background-image: url(../images/footer-bgs.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 10% 70%, 90% 55%;
  background-size: 100%, 100%; */
  margin: auto;
  width: 80%;
}

.footer-content-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 20px 0 50px 0;
}
.footer-content-left a {
  display: block;
  max-height: 71px;
  font-size: 16px;
  padding-bottom: 10px;
}
.footer-content-left span,
.footer-content-left img {
  display: inline-block;
}
.footer-content-left img {
  height: 71px;
}
.footer-content-left span {
  margin-top: 18px;
  color: #ffffff;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-content-right {
  display: flex;
  gap: 14px;
}

.footer-icon {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer-icon img {
  width: 100px;
  height: 100px;
}
.footer-icon span {
  font-size: 14px;
  color: #ffffff;
}
.footer-text{
  font-size: 16px;
  color: #fff;
  width: 75%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 35px;
  text-align: left;
}
.link a{
  color: #ff9900;
  font-size: 22px;
}
.zone{
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.download{
  width: 25%;
  /* height: 80px; */
  margin-left: 40px;
}
.download img{
  width: 100%;
  height: 100%;
  border-radius: 0 0 30px 30px;
}
.download-zone{
  width: 100%;
  height: 25px;
  background-color: rgb(126, 126, 126);
  border-bottom: 1px solid #fff;
  border-radius: 10px 10px 0 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.link{
  width: 80%;
  margin: auto;
  text-align: left;
}
.link hr{
  width: 80%;
  height: 1px;
  margin: -10px 0 0 20%;
}