/*@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: 25px;
  padding-bottom: 25px;
}
.header .container2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .container2 .header_menu {
  flex: 1;
}
.header .container2 .header_menu ul {
  display: flex;
  justify-content: center;
}
.header .container2 .header_menu ul li {
  margin: 0 5%;
}
.header .container2 .header_menu ul li a {
  display: block;
  font-size: 16px;
}
.header #search #keyword {
  background: #ededed;
}
.header #search .submitsearch {
  background: none;
}
.header #search .keyword {
  border-radius: 20px;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background: black;
  color: #c5c5c5;
}
.footer a {
  color: #c5c5c5;
}
.footer .rt {
  display: flex;
  justify-content: space-between;
}
.footer .rt ul li {
  line-height: 2;
  float: none;
}
.footer .rt ul li a {
  display: block;
  font-size: 16px;
}
.footer .rt .item {
  width: 30%;
}
.footer .rt .item .title {
  font-size: 18px;
  color: white;
}
.footer .rt .item .line {
  width: 50px;
  height: 1px;
  background: #ca0000;
  margin-top: 20px;
  margin-bottom: 20px;
}
.footer .lf .name {
  font-size: 18px;
  color: white;
  margin-top: 20px;
  margin-bottom: 20px;
}
.footer .lf .message {
  line-height: 2;
  font-size: 14px;
}

@media (max-width: 768px) {
  .footer .lf .name {
    font-size: 16px;
  }

  .footer .logo {
    text-align: center;
  }

  .footer .lf .message {
    text-align: center;
  }
}
.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 */
