
.navi_control div, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
}

.navi_wrap {
	width: 100%;
	height: 80px;
	position: position;
	margin-top: 80px;
}

.navi_control {
	width: 1200px;
	height: 80px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}


.navi_control > li a {
	display: block;
	color: #222 !important;
	padding-bottom: 5px;
	text-decoration: none;
}

.navi_control > li {
	/* line-height: 0px; */
	width: 100px;
	height: 80px;
	text-align: center;
}

.product-navi-img {
    width: 70%;
    object-fit: contain;
}

.navi_control > li span {
	/* position: absolute;
	top: 26px;
	left: 18px; */
	font-size: 11px;
	height: 34px;
	color: #222;
}

.navi_control > li a {
	color: #222 !important;
}

.menu__top {
	position: relative;
}

.menu__top:hover{
	background: #f2feee;
	position: relative;
}

.menu__top a div {
	text-align: center;
	height: 60px;
}

.menu__second {
	position: absolute;
	top: 110px;
	box-sizing: border-box;
	padding: 0;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	z-index: 9999;
	width: 1200px;
	text-align: left;
	transition-delay: .4s;
	transition-duration: .4s;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);

}

.menu__second > li {
	float: left;
	/* width: 25%; */
    /* width: 100px; */
	border: none;
	/* padding: 0 10px 10px 20px; */
	box-sizing: border-box;
	/* line-height: 2; */
	/* border-right: solid 1px #ddd; */
}

.list_height {
	height: 288px;
}
.other_item {
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    cursor: default;
    margin-right: 2px;
}
.cate_text {
  display: block;
  float: none !important;
  background: #fff;
  width: auto !important;
  font-weight: bold;
  padding: 7px 10px 2px 20px !important;
  color: #319b03;
  font-size: 16px;
  border-bottom: solid 2px #319b03 !important;
}

.other_cate {
  display: flex;
  flex-flow: wrap;
}
.other_cate > li {
  width: 100px;
  text-align: center;
}
.menu__top:hover .menu__second {
	visibility: visible;
	text-align: left;
	top: 110px;
	opacity: 1;
}

.indent_menu {
	font-size: 14px;
}

.indent_menu li {
   margin-left: 10px;
}

.navi_control .indent_menu li a::before {
  content: url(ico_arr.png);
  position: relative;
  left: -5px;
  top: 2px;
}

.list_height_full_block {
    width: 100%;
    padding: 16px 0px 19px;
}
.other_link {
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-70%);
}
@media (max-width: 890px) {
    .cate_text {
        font-size: 14px;
    }

    .navi_control > li span{
        font-size: 10px;
    }
}

@media (max-width: 428px) {
    .cate_text {
        font-size: 12px;
    }

    .navi_control > li span{
        font-size: 10px;
    }
}
@media (max-aspect-ratio: 10/9) {
    .navi_control {
        width: 100%;
    }
    .menu__second {
        width: 100vw;
    }

    .other_cate > li {
        width: 14%;
    }
}
