/*@font-face {
   font-family:'jiangxi';
   src: url('../fonts/jiangxi.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
   font-display: swap;
}
.ff{
   font-family: "jiangxi";
}*/
.header {
  background: white;
}
.header .container2 {
  padding: 15px 0;
  display: flex;
  background: white;
  justify-content: space-between;
  position: relative;
}
.header .header_menu {
  display: flex;
  align-items: center;
}
.header .header_menu ul li {
  margin: 0 40px;
}
.header .header_menu ul li a {
  display: block;
  font-size: 20px;
  text-transform: capitalize;
}
.header #search {
  top: 69px;
  right: 0;
  display: none;
  position: absolute;
}

/**/
.footer {
  background: black;
  padding-top: 50px;
  padding-bottom: 50px;
  color: white;
  font-size: 16px;
}
.footer a {
  font-size: 16px;
  color: white;
}
.footer ul li {
  float: none;
}
.footer .content_box {
  line-height: 2;
  display: flex;
  justify-content: space-around;
}
.footer .title {
  font-size: 22px;
  margin-bottom: 25px;
}
.footer .erweima {
  text-align: center;
}

@media (max-width: 1450px) {
  .footer .title {
    font-size: 20px;
    margin-bottom: 7px;
  }

  .footer a {
    font-size: 14px;
  }

  .footer .content {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .footer .content_box {
    display: block;
  }

  .footer .item {
    text-align: center;
  }

  .footer .erweima {
    float: none;
    margin-top: 30px;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
