@font-face {
  font-family: 'MSYI';
  src: url("../fonts/MSYI.TTF");
  font-display: swap;
}
.main_content {
  padding-left: 8vw;
  padding-right: 8vw;
  position: relative;
}

.header_logo {
  position: absolute;
  top: 80px;
  left: 120px;
  z-index: 33;
  display: flex;
  align-items: center;
}
.header_logo .logo {
  margin-right: 17px;
}
.header_logo .menu {
  cursor: pointer;
  position: relative;
  top: 4px;
}

.headr_menu {
  position: fixed;
  left: -320px;
  top: 0;
  height: 100vh;
  width: 320px;
  z-index: 33;
  background: white;
  transition: .5s;
}
.headr_menu.on {
  left: 0;
}
.headr_menu .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12vh 45px;
  height: 100%;
}
.headr_menu .content .back {
  position: absolute;
  right: 19px;
  top: 11vh;
  cursor: pointer;
}
.headr_menu .content #keyword {
  border: 0;
  padding: 0;
  flex: 1;
}
.headr_menu .content .keyword {
  border-bottom: 1px solid black;
  display: flex;
  align-items: center;
  padding: 5px;
}
.headr_menu .content .search-btn {
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  width: 21px;
}
.headr_menu .content .menu {
  flex: 1;
  margin: 4vh 0;
}
.headr_menu .content .menu ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.headr_menu .content .menu ul li {
  margin-bottom: 2vh;
  float: none;
}
.headr_menu .content .menu ul li a {
  display: block;
  font-size: 24px;
  color: black;
  font-family: MSYI;
}
.headr_menu .content .menu ul li:hover a, .headr_menu .content .menu ul li:active a {
  font-weight: bold;
}
.headr_menu .content .menu ul li:last-child {
  margin-bottom: 0;
}

.footer {
  padding: 75px 0;
}
.footer .logo {
  text-align: center;
}
.footer .logo img {
  width: 225px;
}
.footer .main_content {
  display: flex;
  align-items: center;
}
.footer .main_content .rt {
  padding-left: 50px;
}
.footer .top_title {
  font-size: 37px;
  color: black;
  font-family: MSYI;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.footer .contact .title {
  min-height: 38px;
  font-size: 24px;
  font-family: MSYI;
  text-transform: uppercase;
}
.footer .contact .message {
  font-family: MSYI;
  font-size: 21px;
  color: #9a9a9a;
  line-height: 21px;
}
.footer .footer_menu ul li {
  width: 50%;
}
.footer .footer_menu ul li a {
  display: block;
  font-size: 18px;
  font-family: MSYI;
}

.footer_cn .contact .message {
  line-height: 32px;
  font-family: inherit;
  font-size: 18px;
}

.footer_cn .contact .title {
  font-size: 22px;
  font-family: inherit;
}

.footer_cn .top_title {
  margin-bottom: 10px;
  font-family: inherit;
  font-size: 30px;
}

.footer_cn .footer_menu ul li {
  line-height: 2;
}

.footer_cn .footer_menu ul li a {
  font-size: 16px;
  font-family: inherit;
}

.headr_menu_cn.headr_menu .content .menu ul li {
  margin-bottom: 3vh;
}
.headr_menu_cn.headr_menu .content .menu ul li a {
  font-size: 18px;
  font-family: inherit;
}

@media (max-width: 1450px) {
  .headr_menu .content .menu ul li {
    margin-bottom: 2vh;
  }

  .footer .contact .title {
    font-size: 20px;
  }

  .footer .contact .message {
    font-size: 20px;
  }

  .footer_cn .contact .message {
    font-size: 14px;
  }
}
@media (max-width: 1366px) {
  .footer .contact .title {
    font-size: 16px;
    min-height: 44px;
  }

  .footer .contact .message {
    font-size: 19px;
  }

  .footer_cn .contact .message {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .main_content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header_logo {
    position: static;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom: 11px;
    background: #292929;
  }
  .header_logo .logo img {
    max-width: 75%;
  }

  .footer .logo {
    display: none;
  }
  .footer .contact {
    text-align: center;
  }
  .footer .xinxi .lf {
    margin-bottom: 20px;
  }

  .footer_menu {
    display: none;
  }

  .footer {
    padding: 0px 0;
  }

  .footer .main_content {
    display: block;
  }

  .footer .main_content .rt {
    padding-left: 0;
  }

  .footer .top_title {
    margin-bottom: 8px;
  }

  .footer .contact .title {
    min-height: auto;
  }

  .headr_menu .content .back {
    top: 14vh;
  }

  .headr_menu.on {
    box-shadow: 1px 0px 6px -3px black;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
