.mbasic {
  width: 100%;
  display: none;
  left: 0;
  bottom: -95px;
  z-index: 1;
}
@media (max-width: 768px) {
  .mbasic {
    display: none;
  }
}
.mbasic .menu {
  position: unset;
}
.mbasic .menu > ul li {
  height: 45px;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.mbasic .menu > ul li a {
  font-size: 14px;
}
.mbasic .menu > ul li a:hover {
  text-decoration: none;
  color: #f07c00;
}
.mbasic .menu > ul li:last-child {
  border: none;
}
.mbasic .menu .menu-product .level_0 {
  cursor: pointer;
  width: 30%;
  background-color: white;
  padding: 0;
  margin: 0;
}
.mbasic .menu .menu-product .level_0.active-hover {
  display: block;
}
.mbasic .menu .menu-product .level_0.active-hover .lv_0 {
  background-color: #fff;
}
.mbasic .menu .menu-product .level_0.active-hover .lv_0 span {
  color: #f07c00;
}
.mbasic .menu .menu-product .level_0.active-hover .wrapper_children_level0 {
  display: flex !important;
}
.mbasic .menu .menu-product .level_0 a {
  display: block;
  line-height: 47px;
}
.mbasic .menu .menu-product .level_0 .wrapper_children_level0 {
  display: none;
  position: absolute;
  height: 100%;
  background: #fff;
  list-style: none;
  margin: 0;
  min-width: 70%;
  font-weight: 400 !important;
  border: none;
  width: 70%;
  border-radius: 0 10px 10px 10px;
  flex-wrap: wrap;
  min-height: 400px;
  z-index: 2;
  top: 0;
  left: 30%;
  padding: 15px;
}
.mbasic .menu .menu-product .level_0 .wrapper_children_level0 .level_1 {
  line-height: 47px;
  cursor: pointer;
  display: block;
  min-width: 33.3333333333%;
}
.mbasic .menu .menu-product .level_0 .wrapper_children_level0 .level_1:hover .wrapper_children_level1 {
  display: block;
  border: none;
  box-shadow: none;
}
.mbasic .menu .menu-product .level_0 .wrapper_children_level0 .level_1:hover .wrapper_children_level1 li {
  padding: 0;
}
.mbasic .menu .menu-product .level_0 .wrapper_children_level0 .level_1:hover .wrapper_children_level1 li a:hover {
  color: #f07c00;
}
.mbasic .menu .menu-product .level_0 .wrapper_children_level0 .level_1 > a {
  color: #333;
  text-decoration: none;
  font-weight: 700;
  line-height: 25px;
  font-size: 16px;
  width: 100%;
  display: block;
}
.mbasic .menu .menu-product .level_0 .wrapper_children_level0 .level_1 .wrapper_children_level1 {
  display: block;
  position: unset;
  background: #fff;
  list-style: none;
  padding: 0;
}
.mbasic .menu .menu-product .level_0 .wrapper_children_level0 .level_1 .wrapper_children_level1 li {
  padding: 0;
  height: 30px;
}
.mbasic .menu .menu-product .level_0 .wrapper_children_level0 .level_1 .wrapper_children_level1 a {
  font-size: 14px;
  font-weight: 400;
  color: #525252;
}
.mbasic .menu .menu-product .level_0 .wrapper_children_level0 .level_1 .wrapper_children_level1 a:hover {
  color: #f07c00;
}
.mbasic .menu .menu-product .level_0 .wrapper_children_level2 {
  display: none;
}
.mbasic .menu .menu-product .level_0:hover .wrapper_children_level0 {
  display: flex;
  justify-content: left;
}
.mbasic .menu .menu-product .level_0:hover .lv_0 {
  color: #f07c00;
}
.mbasic .menu .menu-product .level_0 .lv_0 {
  background-color: #f3f3f3;
  width: 100%;
  color: #333333;
  text-decoration: none;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  padding: 0 12px;
}
.mbasic .menu .menu-product .level_0 .lv_0 span {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
}
.mbasic .menu .menu-product .level_0 .lv_0 img {
  margin-right: 5px;
  max-width: 26px;
  max-height: 26px;
}
.mbasic .menu .menu-product .level_0 .lv_0 i {
  position: unset;
  right: 15px;
}
.mbasic .menu .menu-product .level_0:hover .lv_0 {
  background: #fff;
}
.mbasic::after {
  position: absolute;
  content: "";
  background: transparent;
  width: 30%;
  height: 10px;
  top: -10px;
}

@media (max-width: 1024px) {
  .menu-product .level_0 {
    padding: 0 10px;
  }
  .menu-product .level_0 .wrapper_children_level0 {
    left: 218px;
    width: 720px;
  }
}/*# sourceMappingURL=multilevel2.css.map */