* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #fff;
}
footer {
  padding: 0 1.25rem 1.25rem;
  background-color: #D20111;
  text-align: center;
}
footer .top-footer {
  width: 100%;
  padding: 1.25rem 3.125rem;
  display: flex;
  justify-content: space-around;
  color: #fff;
}
footer .top-footer .footer-lips {
  position: relative;
  margin: 0 auto;
  border-right: 0.0625rem solid #999;
  width: 25%;
  text-align: center;
  padding: 0 1.25rem;
}
footer .top-footer .footer-lips .footer-code {
  width: 3.75rem;
  height: 3.75rem;
}
footer .top-footer .footer-lips a {
  text-decoration: none;
  color: #fff;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  display: block;
}
footer .top-footer .footer-lips:last-child {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .top-footer .footer-lips p {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}
footer .top-footer .footer-lips ul li {
  list-style: none;
  font-size: 0.875rem;
  margin-bottom: 0.3125rem;
}
footer .top-footer .footer-lips ul li a {
  text-decoration: none;
  color: #fff;
}
footer .filing {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
footer .filing .image {
  margin-right: 0.3125rem;
}
footer .footer-link {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer-link .link-left {
  margin-right: 15px;
}
footer .footer-link ul {
  display: flex;
  flex-wrap: wrap;
}
footer .footer-link ul li {
  list-style: none;
  margin-right: 10px;
}
footer .footer-link ul li .link-herf:hover {
  color: #D20111;
}
