.footer {
  /* min-width: 1440px; */
  /* min-height: 198px; */
  background: #0e0e0e;
  text-align: center;
  overflow: hidden;
}

.footer-wrapper {
  width: 1440px;
  margin-top: 48px;
  padding-bottom: 20px;
  display: inline-block;
  background: #0e0e0e;
}

.footer-logo {
  width: 100px;
  height: 100px;
  float: left;
  margin-top: 10px;
}

.footer-content {
  width: 943px;
  margin-left: 72px;
  float: left;
  margin-top: 14px;
}

.footer-links {
  height: 30px;
  text-align: left;
}

.footer-links_item {
  text-decoration: none;
  font-size: 18px;
  color: #9e9e9e;
  font-weight: 600;
}

.footer-links_item {
  padding-left: 20px;
  padding-right: 18px;
  position: relative;
}

.footer-links_item > i {
  width: 2px;
  height: 14px;
  background: #9e9e9e;
  position: absolute;
  right: 0;
  top: 5px;
}

.footer-links_item:hover {
  color: white;
}

.footer-images {
  width: 100%;
  overflow: hidden;
  /* margin-top: 30px; */
  margin-left: 20px;
}

.footer-images_link {
  margin-right: 10px;
  float: left;
  text-decoration: none;
  border: none;
  object-fit: cover;
  margin-bottom: 20px;
}

.footer-contact {
  margin-left: 110px;
  width: 180px;
  height: 100%;
  float: left;
}

.footer-contact_list {
  float: left;
  width: 34px;
  height: 100%;
}

.footer-contact_qr {
  float: right;
  width: 120px;
  height: 120px;
}

.footer-contact_list-item {
  width: 34px;
  height: 34px;
  text-decoration: none;
  border: none;
  background-size: cover;
  display: block;
  margin-bottom: 12px;
  filter: grayscale(1);
}

.footer-contact_list-item_active {
  filter: grayscale(0);
}
