#footer {
  background-image: url('/views/chinese/public/img/footer-bg.png');
  background-size: 100% 100%;
  padding: 3.6875rem 0 1.25rem;
  color: #fff;
}
#footer a {
  color: #fff;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.875rem;
  color: #FFFFFF;
  line-height: 1.75rem;
  text-decoration: none;
}
#footer ul > p:first-child {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 1.25rem;
  color: #FFFFFF;
  line-height: 3.125rem;
}
#footer ul:not(:last-child) > p:first-child {
  max-width: 9rem;
  border-bottom: 0.0625rem solid #fff;
}
#footer ul > li:first-child {
  padding-top: 1.3125rem;
}
#footer ul:last-child {
  padding-left: 6rem !important;
  border-left: 0.0625rem solid #fff;
  text-align: center;
}
@media (max-width: 768px) {
  #footer ul:last-child {
    border-left: 0;
  }
}
#footer .footer-bottom {
  margin-top: 4.3125rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.875rem;
  color: #000000;
  padding: 2.0625rem 0;
  background: #fff;
}
