/*@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";
}*/
@font-face {
  font-family: 'PlayfairDisplay';
  src: url("../fonts/sys.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.pfd {
  font-family: "PlayfairDisplay";
}

.toggle_btn {
  cursor: pointer;
}

._bg {
  position: fixed;
  height: 100vh;
  width: 100vw;
  left: 0;
  top: 0;
  display: none;
  content: '';
  z-index: 332;
  background: rgba(0, 0, 0, 0.8);
}
._bg.on {
  display: block;
}

.header {
  background: black;
  transition: .5s;
}
.header #search {
  position: absolute;
  right: 199px;
  bottom: 27px;
  display: none;
}
.header #search #keyword {
  background: #efefef;
}
.header:hover {
  background: white;
  color: black;
}
.header:hover .logo img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(10) invert(10);
}
.header:hover .caidan {
  color: black;
}
.header:hover .caidan img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(10) invert(10);
}
.header:hover .rt {
  color: black;
}
.header:hover .rt .qingdan {
  color: black;
}
.header:hover .rt .sousuo {
  cursor: pointer;
}
.header:hover .rt .sousuo img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(10) invert(10);
}
.header:hover .lf .header_menu ul li a {
  color: black;
}
.header .container2 {
  overflow: visible;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  color: white;
  position: relative;
  align-items: center;
}
.header .logo {
  flex: 1;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -47px;
  top: 28px;
}
.header .rt {
  display: flex;
  align-items: center;
}
.header .rt .sousuo {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.header .rt .sousuo img {
  margin-right: 10px;
}
.header .rt .qingdan {
  font-size: 18px;
  color: white;
}
.header .lf {
  display: flex;
  align-items: center;
}
.header .lf .caidan {
  display: flex;
  align-items: center;
}
.header .lf .caidan p {
  margin-left: 5px;
}
.header .lf .header_menu ul li {
  margin: 0 30px;
}
.header .lf .header_menu ul li a {
  display: block;
  font-size: 18px;
  color: white;
}

.celan::-webkit-scrollbar {
  width: 0 !important;
}

.celan .content .menu_list::-webkit-scrollbar {
  width: 0 !important;
}

.celan {
  position: fixed;
  left: -950px;
  top: 0;
  background: #212121;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 100px;
  width: 950px;
  height: 100vh;
  overflow-y: scroll;
  z-index: 333;
  transition: 1s;
}
.celan.on {
  left: 0;
}
.celan .owl_goods {
  margin-bottom: 120px;
}
.celan .owl_goods .item {
  color: white;
  padding-right: 15px;
}
.celan .owl_goods .item .name {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.celan .owl_goods .item .typename {
  font-size: 14px;
  opacity: .5;
}
.celan .content {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.celan .content .menu_list {
  flex: 1;
}
.celan .content .menu_list ul li {
  float: none;
}
.celan .content .menu_list ul li a {
  font-size: 16px;
  color: white;
}
.celan .content .logo {
  text-align: center;
  margin-bottom: 70px;
}
.celan .content ._close {
  position: absolute;
  left: 0;
  top: 0;
}
.celan .content ._close img {
  width: 20px;
}
.celan .menu_list {
  width: 100%;
  overflow-y: scroll;
  height: 50%;
}
.celan .menu_list > ul {
  width: 50%;
  margin-left: 0;
}
.celan .menu_list > ul > li {
  margin-bottom: 15px;
  border-bottom: 1px solid #757575;
  padding-bottom: 13px;
}
.celan .menu_list > ul > li > a {
  text-align: left;
  font-size: 16px;
  color: white;
}
.celan .menu_list > ul > li .lv2 ul {
  margin-top: 15px;
}
.celan .menu_list > ul > li .lv2 ul li {
  float: none;
  padding-bottom: 15px;
}
.celan .menu_list > ul > li .lv2 ul li a {
  font-size: 16px;
  color: white;
}
.celan .owl-theme .owl-controls .owl-page span {
  background: white;
}
.celan .owl-theme .owl-controls {
  bottom: -17%;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background: url("../images/footer_bg.jpg") no-repeat center;
  background-size: cover;
  color: white;
}
.footer .top_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #858585;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.footer .top_box .rt {
  display: flex;
  align-items: center;
}
.footer .top_box .rt .item {
  margin: 0 15px;
}
.footer .bottom_box .lf .cpn {
  font-size: 22px;
  margin-bottom: 20px;
}
.footer .bottom_box .lf .contact_messaeg ul li {
  font-size: 16px;
  float: none;
  line-height: 2;
  margin-bottom: 20px;
}
.footer .bottom_box .lf .contact_messaeg ul li .p {
  display: flex;
  align-items: center;
}
.footer .bottom_box .lf .contact_messaeg ul li .p img {
  margin-right: 10px;
}
.footer .bottom_box .rt {
  display: flex;
  justify-content: space-between;
}
.footer .bottom_box .rt .title {
  font-size: 18px;
  margin-bottom: 10px;
  color: white;
}
.footer .bottom_box .rt ul li {
  float: none;
  line-height: 2;
}
.footer .bottom_box .rt ul li a {
  font-size: 16px;
  opacity: .5;
  color: white;
}
.footer .bottom_box .rt .content2 {
  line-height: 2;
  font-size: 16px;
  opacity: .5;
  color: white;
}
.footer .bottom_box .item2 {
  display: flex;
  align-items: center;
}
.footer .bottom_box .item2 p {
  font-size: 16px;
  opacity: .5;
  color: white;
}
.footer .bottom_box .item2 img {
  margin-left: 10px;
}
.footer .beizhu {
  background: transparent;
  margin-top: 25px;
}

@media (max-width: 768px) {
  .celan {
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .celan .owl_goods {
    margin-bottom: 36px;
  }

  .celan .menu_list > ul {
    width: 100%;
  }

  .header .lf .caidan p {
    display: none;
  }

  .header .header_menu {
    display: none;
  }

  .header .rt {
    display: none;
  }

  .footer .bottom_box .lf {
    width: 100%;
    float: none;
    text-align: center;
  }

  .footer .bottom_box .lf .cpn {
    font-size: 16px;
  }

  .footer .bottom_box .lf .contact_messaeg ul li .p {
    justify-content: center;
  }

  .footer .top_box {
    margin-bottom: 0;
    flex-direction: column;
  }

  .footer .top_box .rt {
    display: none;
  }

  .header .logo {
    margin-left: -38px;
    top: 20px;
    width: 76px;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
