.hover_bg {
  width: 100%;
  height: calc(100vh - 72px);
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 72px;
  left: 0;
  z-index: 99;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.365s;
}
.header-product-show {
  opacity: 1;
  /* height: auto; */
  height: calc(100vh - 72px);
}
.hover_product {
  background: linear-gradient(90deg, #fff 50%, #efefef 0);
  z-index: 100;
}
.hover_product .header-product-content {
  padding-top: 20px;
  position: relative;
}
.hover_product .header-product-content .header-skip-wrap {
  width: 224px;
  position: absolute;
  right: 30px;
  bottom: 20px;
  left: auto;
}
.hover_product .header-product-content .header-skip-wrap .header-skip {
  width: 100%;
  display: block;
}
.hover_product .header-product-content .header-skip-wrap .header-skip .header-skip-img {
  width: 100%;
}
.hover_product .left_one {
  width: 264px;
  float: left;
  position: absolute;
  left: 0;
  top: 27px;
}
.hover_product .left_one > ul > li {
  padding-right: 40px;
}
.hover_product .left_one > ul > li .left_two {
  position: absolute;
  left: 264px;
  top: 0;
  display: none;
  width: 264px;
}
.hover_product .left_one > ul > li .left_two > ul > li {
  padding-right: 40px;
}
.hover_product .left_one > ul > li .left_two > ul > li .left_three {
  position: absolute;
  left: 264px;
  top: 0;
  width: 224px;
  display: none;
}
.hover_product .left_one > ul li.one_li > a:hover {
  background-color: red;
  color: #fff;
}
.hover_product .left_one > ul li.one_li > a:hover .header-product-menu-icon1 {
  display: none;
}
.hover_product .left_one > ul li.one_li > a:hover .header-product-menu-icon2 {
  display: block;
}
.hover_product .left_one > ul li.two_li > a:hover {
  background-color: red;
  color: #fff;
}
.hover_product .left_one > ul li.two_li > a:hover .header-product-menu-icon1 {
  display: none;
}
.hover_product .left_one > ul li.two_li > a:hover .header-product-menu-icon2 {
  display: block;
}
.hover_product .left_one > ul .three_li > a:hover {
  background-color: red;
  color: #fff;
}
.hover_product .left_one .show {
  display: block !important;
}
.hover_product .left_one .left_one ul li:nth-child(n+18) {
  display: none !important;
}
.hover_product .left_one .left_two ul li:nth-child(n+18) {
  display: none !important;
}
.hover_product .left_one .commonStyle {
  width: 100%;
  height: 32px;
}
.hover_product .left_one .commonStyle > a {
  display: block;
  width: 100%;
  line-height: 32px;
  padding: 0 13px;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #CCCCCC;
  color: #333;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;height: 32px; overflow:hidden;text-overflow: ellipsis;white-space: nowrap;
}
.hover_product .left_one .commonStyle > a img {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
}
.hover_product .left_one .commonStyle > a .header-product-menu-icon1 {
  display: block;
}
.hover_product .left_one .commonStyle > a .header-product-menu-icon2 {
  display: none;
}
.goods-box-img {
  display: none;
  position: absolute;
  top: 0;
  left: 810px;
  width: 310px;
  height: 550px;
  padding: 40px;
  box-sizing: border-box;
  text-align: center;
}
.goods-box-img > a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.goods-box-img > a img {
  max-width: 100%;
  display: block;
}
