.footer {
  text-align: center;
}
.footer .other {
  margin: 16px 0 16px 0;
  font-size: 18px;
}
@media screen and (max-width: 1366px) {
  .footer .other {
    font-size: 16px;
  }
}
.footer .other a {
  padding: 0 33px;
  color: #333333;
}
.footer .other a:hover {
  color: #e60012;
}
.footer .line {
  width: 100%;
  height: 4px;
  background-color: #e60012;
}
.footer .footer-bg {
  background-color: #e60012;
}
