.header_search_pc {
  top: inherit;
}

.pc_header .TwoNav {
  border-top: solid 5px #015fa9;
}
.pc_header .top_header {
  background: #e4e4e4;
  padding-top: 5px;
  padding-bottom: 5px;
}
.pc_header .top_header .header_pc_lg {
  color: black;
}
.pc_header .top_header .content {
  display: flex;
  justify-content: space-between;
  overflow: visible;
  position: relative;
}
.pc_header .top_header .lf {
  display: flex;
  align-items: center;
  color: black;
}
.pc_header .top_header .lf a {
  display: block;
  margin-right: 10px;
}
.pc_header .header {
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: visible;
}
.pc_header .header .logo {
  width: 90px;
}
.pc_header .header .header_menu {
  flex: 1;
}
.pc_header .header .header_menu > ul {
  display: flex;
  justify-content: center;
}
.pc_header .header .header_menu > ul > li {
  margin: 0 30px;
}
.pc_header .header .header_menu > ul > li > a {
  display: block;
  font-size: 16px;
  color: black;
}

.pc_header .list_link .header_pc_lg b {
  color: black;
  border-color: black transparent transparent;
}

.header_search_pc_sub {
  line-height: 53px;
}

.footer {
  padding-top: 70px;
  padding-bottom: 50px;
  background: #f1f1f1;
  color: black;
}
.footer .rt {
  display: flex;
  justify-content: space-between;
}
.footer .rt .title {
  color: black;
  font-size: 26px;
  font-weight: bold;
}
.footer .rt .item {
  line-height: 2;
}
.footer .rt .item2 {
  width: 18%;
}
.footer .rt ul {
  font-size: 15px;
}
.footer .rt ul li {
  float: none;
}
.footer .rt ul li a {
  display: block;
  font-size: 15px;
  color: black;
  text-transform: uppercase;
}
.footer .lf .logo img {
  width: 171px;
}
.footer .lf .name {
  font-size: 20px;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

@media (max-width: 1450px) {
  .footer .lf .name {
    font-size: 20px;
  }

  /*.header2 .top_header .logo {
     width: 120px;
  }
  .header2 .top_header .rt{
     margin-top: 34px;
  }
  .header2 .top_header .rt p{
     font-size: 20px;
  }*/
  .m {
    max-width: 1170px;
  }

  /*.header_top_l .logo img {
     max-width: 300px;
  }*/
}
.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 */
