/*@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 {
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 333;
  background: white;
  width: 100%;
  box-shadow: 0px 4px 5px -2px #afafaf;
}
.header .logo img {
  max-width: 80%;
}
.header .header_menu {
  margin-top: 22px;
  display: flex;
  align-items: center;
}
.header .header_menu ul {
  display: flex;
  align-items: center;
}
.header .header_menu ul li {
  margin: 0 20px;
}
.header .header_menu ul li:hover a, .header .header_menu ul li.active a {
  color: #000000;
}
.header .header_menu ul li a {
  font-size: 18px;
  color: black;
}

.footer {
  padding: 50px 0;
}
.footer .footer_message .item p {
  line-height: 2;
}
.footer .container2 {
  display: flex;
  justify-content: space-between;
}
.footer a {
  font-size: 13px;
}
.footer .title {
  font-size: 16px;
  margin-bottom: 10px;
}
.footer ul li {
  line-height: 2;
  float: none;
}
.footer .footer_menu {
  display: flex;
  justify-content: space-around;
}

@media (max-width: 768px) {
  .footer .footer_menu {
    display: none;
  }

  .footer .erweima {
    float: none;
    width: 100%;
    text-align: center;
  }

  .footer .container2 {
    display: block;
  }

  .footer_message {
    text-align: center;
    margin-bottom: 0px;
    margin-top: 20px;
    width: 100%;
  }
}
.shipin_box {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 333;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.shipin_box.on {
  display: flex;
}
.shipin_box #iframe_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shipin_box iframe {
  width: 1000px;
  height: 600px;
  margin: 0 auto;
  display: block;
}
.shipin_box video {
  display: block;
  width: 1000px;
  height: 600px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .shipin_box video {
    width: 100%;
    height: 300px;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
