body {
  font-family: 'Pl';
}

@font-face {
  font-family: 'PR';
  src: url("../fonts/ProximaNova-Regular.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pl';
  src: url("../fonts/ProximaNova-Light.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.fl {
  font-family: 'Pl';
}

.pr {
  font-family: "PR";
}

body {
  width: 100vw;
  overflow-x: hidden;
  padding-top: 90px;
}

.header {
  padding: 15px 0;
  box-shadow: 0 0 8px rgba(71, 71, 71, 0.4);
  font-family: "PR";
  position: fixed;
  width: 100%;
  z-index: 333;
  background: white;
  left: 0;
  top: 0;
}
.header .logo img {
  width: 155px;
}
.header .container2 {
  display: flex;
  align-items: center;
}
.header .btn {
  background: transparent;
  margin: 0;
  padding: 0;
  opacity: .3;
}
.header .btn img {
  width: 15px;
}
.header .header_search {
  margin-left: 15px;
}
.header .keyword {
  display: flex;
  align-items: center;
  border: 1px solid #c7c7c7;
  padding: 1px 5px;
  border-radius: 20px;
}
.header #keyword {
  border: 0;
  height: 100%;
  width: 100px;
}
.header .header_menu {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .header_menu ul {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  overflow: visible;
}
.header .header_menu ul li {
  margin: 0 2%;
}
.header .header_menu ul li a {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.5px;
  color: #232323;
  position: relative;
}
.header .header_menu ul li a:after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  left: 0;
  height: 2px;
  transition: all 0.3s ease;
}
.header .header_menu ul li a:hover:after {
  background-color: #adbe22;
  width: 100%;
}
.header .header_menu ul li:hover a, .header .header_menu ul li.active a {
  color: #adbe22;
}

.footer {
  background: #646668;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
}
.footer a {
  color: white;
  font-size: 18px;
  text-transform: uppercase;
}
.footer .content {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid white;
  display: flex;
}
.footer .content .item .title {
  font-weight: bold;
  margin-bottom: 20px;
}
.footer .content .item ul li {
  float: none;
  line-height: 2;
}
.footer .content .item ul li a {
  display: block;
  font-size: 14px;
  opacity: .5;
}
.footer .content .pingtai .mes {
  margin-bottom: 35px;
  background: #b1bf28;
  display: flex;
  align-items: center;
  width: 268px;
  justify-content: center;
  height: 51px;
}
.footer .content .pingtai .mes img {
  margin-right: 10px;
}
.footer .content .pingtai ul li {
  background: black;
  border-radius: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.footer .footer_menu {
  padding: 30px 0;
}
.footer .footer_menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer_menu ul li {
  margin: 0 10px;
}
.footer .footer_menu ul li a {
  display: block;
}

@media (max-width: 768px) {
  .footer .content {
    display: block;
  }

  .footer .footer_menu {
    display: none;
  }

  .footer .content .pingtai .mes {
    width: 230px;
  }

  .footer .content .pingtai ul li {
    width: 50px;
    height: 50px;
  }

  .footer .content .item {
    text-align: center;
  }

  .footer .content .pingtai .mes {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .footer .content .pingtai ul {
    justify-content: center;
    display: flex;
    align-items: center;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
