@charset "utf-8";
.footer-link {
  width: 100%;
  height: 156px;
  background: #e5e5e5;
  padding-top: 20px;
  box-sizing: border-box;
}
.footer-link .title h5 {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  color: #323232;
  margin-right: 20px;
}
.footer-link h3 {
  font-size: 18px;
  font-weight: 400;
  color: #323232;
}
.footer-link .links {
  margin-top: 28px;
}
.footer-link .links a {
  font-size: 14px;
  font-weight: 400;
  color: #5e5e5e;
  margin-right: 20px;
  margin-top: 20px;
  display: inline-block;
}
.footer-icp {
  width: 100%;
  height: 60px;
  background: #323232;
  padding: 17px 0 16px 0;
  margin: 0 auto;
  box-sizing: border-box;
}
.footer-icp p,
.footer-icp p * {
  line-height: 1.1;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
}
.footer-icp p span,
.footer-icp p * span {
  margin: 0 5px;
}
