/*@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;
}
.header .header_menu {
  margin-top: 28px;
}
.header .header_menu ul li {
  margin: 0 50px;
}
.header .header_menu ul li:hover a, .header .header_menu ul li.active a {
  color: #ca0000;
}
.header .header_menu ul li a {
  font-size: 18px;
  color: black;
}

.footer {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #333333;
  color: white;
}
.footer .container2 {
  display: flex;
  justify-content: space-around;
}
.footer .container2 .erweima {
  text-align: center;
  width: 10%;
}
.footer .container2 .erweima p {
  margin-top: 10px;
}
.footer .container2 .footer_contact .title {
  font-size: 22px;
  margin-bottom: 10px;
}
.footer .container2 .footer_contact .content {
  font-size: 16px;
  line-height: 2;
}

@media (max-width: 768px) {
  .footer .container2 {
    text-align: center;
    display: block;
  }

  .footer .container2 .erweima {
    width: 100%;
  }

  .footer .container2 .footer_contact {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .footer .container2 .footer_contact .title {
    font-size: 18px;
  }

  .footer .container2 .footer_contact .content {
    font-size: 14px;
  }

  .footer {
    padding-top: 48px;
    padding-bottom: 39px;
  }
}
.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;
}

/*# sourceMappingURL=self_item_public.css.map */
