.footer-container {
  width: 100%;
  height: 110px;
  display: flex;
  align-items: center;
  background-color: #0586d5;
}
.footer-content {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #0586d5;
  height: 110px;
}
.footer-left,
.footer-right {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: rgba(255, 255, 255, 1);
}

.footer-left img,
.footer-right img {
  cursor: pointer;
}

.footer-info {
  margin: 0 34px;
}
