.header {
  padding: 20px 0;
}
.header .header_menu {
  margin-top: 25px;
}
.header .header_menu ul li {
  margin: 0 30px;
}
.header .header_menu ul li:hover a, .header .header_menu ul li.active a {
  color: #1caa6f;
}
.header .header_menu ul li a {
  font-size: 16px;
  text-transform: capitalize;
  color: #333333;
}

.footer {
  background: #292a2e;
  color: white;
  padding: 40px 0;
}
.footer .container2 {
  display: flex;
  justify-content: space-between;
}
.footer .lf .ad {
  font-size: 14px;
  color: #c0c0c0;
}
.footer .lf .call {
  margin-top: 30px;
  display: flex;
  align-items: center;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 5px;
}
.footer .footer_menu .title {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #7e7f81;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.footer .footer_menu ul li {
  width: 30%;
  line-height: 2;
}
.footer .footer_menu ul li a {
  opacity: .74;
  font-size: 16px;
  color: white;
}

@media (max-width: 768px) {
  .footer .container2 {
    display: block;
    text-align: center;
  }

  .footer .lf .call {
    font-size: 20px;
    margin-top: 17px;
    justify-content: center;
  }
  .footer .lf .call img {
    margin-right: 10px;
    width: 20px;
  }

  .footer .erweima {
    margin-top: 30px;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
