footer {
  width: 100%;
  background: linear-gradient(to right, #242a46 0%, #494e65 100%);
  color: #fff;
}
footer .footer-inner {
  padding-top: 90px;
  padding-bottom: 58px;
}
@media screen and (max-width: 768px) {
  footer .footer-inner {
    text-align: center;
  }
}
@media screen and (max-width: 992px) {
  footer .footer-inner {
    text-align: center;
  }
  footer .footer-inner .code-wrap {
    margin-top: 20px;
  }
  footer .footer-inner .code-wrap .code {
    width: 200px;
    height: 200px;
  }
}
footer .footer-inner .title {
  font-size: 16px;
  margin-bottom: 15px;
}
footer .footer-inner .logo img {
  width: 230px;
  height: 44px;
}
footer .footer-inner__center {
  padding-left: 30px;
  margin-right: 30px;
}
footer .footer-inner__center .product-list {
  width: 100%;
}
footer .footer-inner__center .product-list li {
  float: left;
  padding: 0 10px 10px;
  text-align: center;
}
footer .footer-inner__center .product-list li .name {
  font-size: 14px;
  margin: 5px 0 0;
}
footer .footer-inner__center .product-list li .desc {
  font-size: 14px;
}
footer .footer-inner .code-wrap .code {
  width: 200px;
  height: 200px;
}
footer .footer-inner .contact-us li {
  float: left;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 4px;
}
footer .footer-inner .contact-us li img {
  width: 32px;
  height: 32px;
}
footer .footer-inner .contact-us li:first-child {
  margin-right: 30px;
}
footer .copyright {
  font-size: 12px;
  color: #9295A2;
  text-align: center;
  padding: 25px 0;
  margin: 0 auto;
  max-width: 1200px;
  border-top: 1px solid #494E65;
}
footer .copyright .bn-icon {
  width: 15px;
  height: 15px;
}
footer .copyright a {
  color: #9295A2;
}
