.top-bar {
  background: #a2a2a2;
}

.header {
  background: #f8f8f8;
  padding-top: 15px;
  padding-bottom: 15px;
}
.header .logo {
  margin-top: 5px;
}
.header .header_menu {
  margin-top: 23px;
}
.header .header_menu ul li {
  margin: 0 25px;
}
.header .header_menu ul li a {
  display: block;
  color: black;
  font-size: 16px;
  border-bottom: 1px solid transparent;
  padding: 8px 0px;
}
.header .header_menu ul li:hover a, .header .header_menu ul li.active a {
  color: #6d775a;
  border-bottom: 1px solid #6d775a;
}
.header .header_menu ul li:last-child a {
  background: #6d775a !important;
  padding: 8px 20px;
  color: white !important;
  border: 0 !important;
}

/*footer*/
.footer {
  background: #212121;
  font-size: 12px;
  color: #949494;
  padding: 60px 0;
}
.footer a {
  color: #949494;
}
.footer .title {
  font-size: 16px;
  color: white;
  margin-bottom: 10px;
}
.footer .footer_menu {
  display: flex;
  justify-content: space-between;
}
.footer .footer_menu .item ul li {
  float: none;
  line-height: 2;
}
.footer .contact {
  display: flex;
  justify-content: center;
}
.footer .contact ul li {
  float: none;
  line-height: 2.5;
  display: flex;
  align-items: center;
}
.footer .contact ul li img {
  width: 20px;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .footer {
    padding: 27px 0;
  }

  .footer .footer_menu {
    display: none;
  }

  .footer .contact ul {
    width: 100%;
    padding-left: 0px;
  }

  .footer .erweima {
    margin-top: 22px;
    text-align: center;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
