.header_menu {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header {
  background-color: #f7f8fa;
  position: relative;
}
.header a {
  display: inline-block;
}
.nav-menu-bar {
  flex: 1;
  height: 100%;
}
.nav_menu_bar_main {
  display: flex;
  gap: 20px;
}
.menu_header_item_header {
  font-weight: 600;
  transition: all 0.3s ease;
  padding: 15px 20px;
}
.menu_header_item:hover .menu_header_item_header {
  background-color: #ff6503;
  --color-text: 255, 255, 255, 1;
}
.menu_header_item_content {
  padding: 30px 0;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 10;
  transition: all 0.1s ease;
  background-color: #f7f8fa;
  opacity: 0;
  top: 59px;
  visibility: hidden;
  height: 0;
}
.menu_header_item_content_menu {
  opacity: 0;
  top: 59px;
  background-color: #f7f8fa;
  visibility: hidden;
  transition: all 0.1s ease;
  position: absolute;
  z-index: 10;
  height: 0;
}
.menu_header_item_content_menu > div:hover {
  background-color: #d9d9d9;
}
.menu_header_item:hover .hover_box {
  visibility: visible;
  opacity: 1;
}
.menu_header_item:hover .menu_header_item_content {
  height: 48vh;
}
.menu_header_item:hover .menu_header_item_content_menu {
  height: auto;
}
.menu_content_item {
  transition: all 0.3s ease;
}
.menu_content_item > a {
  padding: 15px 20px;
}
.menu_content_chidren1_active {
  background-color: #d9d9d9;
}
.menu_header_item_main {
  display: flex;
}
.menu_content_chidren1,
.menu_content_chidren2 {
  width: 25%;
  flex: none;
  font-size: 16px;
  overflow-y: auto;
}
.menu_content_product3 {
  overflow-y: auto;
  padding: 18px;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 30px;
}
.menu_content_product3 > a {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  font-weight: 600;
}
.menu_content_item_product_card {
  position: relative;
  width: 100%;
  padding-top: 90%;
}
.menu_content_item_product_card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header__tools-mobile {
  grid-area: tools;
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 20px;
  height: 20px;
  transition: all 0.3s;
  left: 0;
  justify-content: center;
  position: relative;
  z-index: 40;
}
.header__tools-mobile > div {
  display: block;
  width: 20px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  transition: 0.8s;
}
.header__tools-mobile .nav1 {
  margin-top: -1px;
}
.header__tools-mobile .nav2 {
  margin-top: -8px;
}
.header__tools-mobile .nav3 {
  margin-top: 6px;
}
.navh {
  left: 60%;
}
.navh .nav1 {
  margin-top: -1px;
  transform: rotate(45deg);
}
.navh .nav2 {
  transform: rotate(-45deg);
  width: 10px;
  margin-left: -1px;
  margin-top: -5px;
}
.navh .nav3 {
  transform: rotate(-45deg);
  width: 9px;
  margin-top: 3px;
  margin-left: -8px;
}
.header-layout-mobile-main {
  height: 100%;
  overflow: auto;
}
.gm-active > .mobile-click-box-main {
  display: block;
}
.gm-active[data-item="1"] > .mobile-click-box-header {
  background-color: #ff6503;
  --color-text: 255, 255, 255, 1;
}
.gm-active > .mobile-click-box-header {
  background-color: #d9d9d9;
}
.gm-active > .mobile-click-box-header .icon-shangjiantou1 {
  display: none;
}
.icon-shangjiantou1 {
  transform: rotate(180deg);
}
.icon-shangjiantou2 {
  display: none;
}
.gm-active > .mobile-click-box-header .icon-shangjiantou2 {
  display: block;
}
.mobile-click-box-header {
  font-size: 16px;
  font-weight: 600;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s ease;
}
.header-layout-mobile-childer-item .mobile-click-box-header {
  font-weight: 400;
}
.header-layout-mobile-title {
  padding: 8px 20px;
  position: absolute;
  top: 0;
}
header-layout-mobile[open] {
  display: flex;
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
header-layout-mobile > div {
  position: relative;
  padding: 40px 0px 20px;
}
header-layout-mobile .header-layout-mobile__back {
  padding: 16px;
}

header-layout-mobile .header-layout-mobile__back svg {
  width: 30px;
  height: 30px;
}
header-layout-mobile {
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background-color: white; */
  transform: translateX(-100%);
  transition: all 0.3s;
  z-index: 20;
}
.mobile-click-box-main {
  display: none;
}
.mobile-product-list-content {
  text-align: center;
  display: grid;
  padding: 20px;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.www_menu_item_icon_right {
  content: "";
  width: 8px;
  height: 8px;
  position: relative;
  right: 0;
  bottom: 2px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: currentColor;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(-45deg);
}
.www_menu_item_icon_bottom {
  content: "";
  width: 8px;
  height: 8px;
  position: relative;
  right: 0;
  bottom: 2px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: currentColor;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 959px) {
  .header_menu {
    justify-content: space-between;
  }
  .header-layout-mobile-title {
    top: 14px;
  }
  header-layout-mobile > div {
    padding: 60px 0px 20px;
  }
}
