.footer {
  background-color: #181818;
  color: #fff;
}

.footer .foo-t {
  padding: 75px 0 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .foo-t .page-w {
  display: flex;
  justify-content: space-between;
}

.footer .foo-t .page-w .item {
  padding-left: 60px;
}

.footer .foo-t .page-w .item .title {
  position: relative;
}

.footer .foo-t .page-w .item .title .img {
  position: absolute;
  left: -60px;
  top: -8px;
}

.footer .foo-t .page-w .item .title h4 {
  position: relative;
  padding-bottom: 45px;
  font-size: 20px;
  font-weight: bold;
}

.footer .foo-t .page-w .item .title h4::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 30px;
  height: 1px;
  background: #007fff;
}

.footer .foo-t .page-w .item .txt {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 1440px) {
  .footer .foo-t .page-w .item .txt {
    font-size: 14px;
  }
}

.footer .foo-t .page-w .con4 p {
  margin-top: 14px;
  font-size: 12px;
  text-align: center;
  color: #666;
}

.footer .foo-b {
  padding: 20px 0 30px;
  font-size: 14px;
  color: #666;
}

@media screen and (max-width: 1440px) {
  .footer .foo-b {
    font-size: 14px;
  }
}

.footer .foo-b a {
  color: #666;
}

.footer .foo-b a:hover {
  color: #fff;
}
