.footer {
  position: relative;
  width: 100%;
  background: #282f3e;
  z-index: 9;
}
.footer .footer-content {
  width: 1250px;
  background: #282f3e;
  padding: 20px 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
}
.footer .footer-content .l-logo {
  display: block;
  width: 129px;
  height: 37px;
  padding-left: 10px;
  margin-top: 24px;
}
.footer .footer-content .c-link ul {
  display: block;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.footer .footer-content .c-link ul li a {
  padding: 0 9px;
  color: #fff;
}
.footer .footer-content .c-link ul .li-01 a {
  padding-left: 0;
}
.footer .footer-content .line {
  display: block;
  width: 1px;
  height: 80px;
  margin-top: 5px;
  background: #c9cbcd;
}