#footer {
  background: #3d3e49;
  padding: 30px 0 30px 0;
}
#footer .lay-serv {
  color: #fff !important;
  font-size: 18px;
  text-align: center;
  line-height: 20px;
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#footer .layui-container {
  overflow: hidden;
}
#footer .footer-nav-title {
  font-size: 16px;
  color: #fff;
}
#footer li.footer-nav-item {
  display: block;
  margin-top: 20px;
}
#footer li.footer-nav-item a {
  font-size: 14px;
  color: #9e9ea4;
}
#footer li.footer-nav-item a:hover {
  color: #00a4ff;
  text-decoration: underline;
}
#footer .col-split {
  position: relative;
}
#footer .col-split::after {
  height: 60%;
  position: absolute;
  content: "";
  width: 1px;
  top: 20%;
  right: 0;
  background-color: #4c4d58;
}
#footer .wx-qr-code {
  text-align: right;
}
#footer .wx-qr-code img {
  width: auto;
  height: 100px;
}
#footer .wx-qr-code p {
  font-size: 14px;
  color: #9e9ea4;
  line-height: 50px;
}
#footer .friends-area {
  padding: 10px 0;
}
#footer .friends-link-title {
  font-size: 14px;
  color: #5a5b64;
}
#footer .friends-links {
  width: 100%;
}
#footer .friends-links li {
  display: inline-block;
}
#footer .friends-links li a {
  padding: 8px 10px;
  color: #6a6a6a;
  font-size: 14px;
}
#footer .friends-links li a:hover {
  color: #00a4ff;
  text-decoration: underline;
}
#footer .copyright {
  text-align: center;
  line-height: 30px;
  color: #9e9ea4;
}
.hr-gray {
  background-color: #4c4d58 !important;
}
