/*header*/
.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 333;
  color: white;
  border-bottom: 1px solid #747273;
  padding: 15px 0px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  justify-content: space-between;
}
.header #search_toggle {
  cursor: pointer;
}
.header #search {
  position: absolute;
  right: 88px;
  top: 59px;
  display: none;
}
.header a {
  color: white;
}
.header .header_menu {
  flex: 1;
}
.header .header_menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.header .header_menu ul li {
  margin: 0 40px;
}
.header .header_menu ul li a {
  display: block;
  font-size: 16px;
}
.header .logo {
  display: flex;
  align-items: center;
}
.header .logo .message {
  margin-left: 10px;
  text-align: center;
}
.header .logo .message p {
  font-size: 20px;
  letter-spacing: 3px;
}
.header .logo .message span {
  font-size: 12px;
  text-transform: uppercase;
}
.header .yuyan {
  display: flex;
  align-items: center;
}
.header .yuyan img {
  border-right: 1px solid white;
  padding-right: 10px;
  margin-right: 10px;
}

/*footer*/
.footer {
  background: #212121;
  font-size: 12px;
  color: #949494;
  padding: 60px 0;
}
.footer .erweima {
  text-align: center;
}
.footer .erweima img {
  margin-bottom: 5px;
}
.footer .youqing {
  margin-top: 30px;
}
.footer .youqing ul li {
  font-size: 16px;
  color: white;
  margin-right: 10px;
}
.footer .youqing ul li a {
  font-size: 16px;
  color: white;
}
.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;
  padding: 0 50px;
}
.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: 1600px) {
  .header .header_menu ul li {
    margin: 0px 25px;
  }
}
@media (max-width: 1450px) {
  .header .logo img {
    width: 63px;
  }

  .header .header_menu ul li {
    margin: 0px 17px;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 27px 0;
  }

  .footer .footer_menu {
    display: none;
  }

  .footer .contact ul {
    width: 100%;
    padding-left: 15px;
  }

  .footer .erweima {
    margin-top: 22px;
    text-align: center;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
