.footer-container {
  background-color: #0c2831;
  color: #fff;
  padding-top: 30px;
}
.footer-logo {
  margin-bottom: 55px;
}
.company-container {
  padding-bottom: 30px;
  border-bottom: 1px solid #1d404d;
}
.company-container .code {
  margin-right: 36px;
}
.company-content .address-item {
  margin-bottom: 10px;
}
.address-item {
  color: #a5b0b4;
}
.address-info {
  border-top: 1px solid #1d404d;
  padding-top: 22px;
  margin-top: 10px;
}
.copyright {
  padding: 26px 0 20px 0;
  text-align: center;
  color: #a5b0b4;
}

@media screen and (max-width: 992px) {
  .footer-logo {
    margin-bottom: 20px;
  }
  .footer-logo img {
    height: 60px;
  }
  .footer-logo > div {
    font-size: 16px;
  }
  .company-container {
    flex-direction: column;
    padding-bottom: 10px;
  }
  .company-content {
    position: absolute;
    right: 0;
    top: 0;
  }
  .code {
    margin-bottom: 10px;
  }
  .code img{
    width: 100px;
    height: 100px;
  }
  .address-info {
    padding-top: 10px
  }
  .copyright {
    padding: 20px;
  }
  .address-item:nth-of-type(2n) {
    margin: 6px 0;
  }
}