.hover_show_box,
.hover_show_box_nav {
  /* display: none; */
  height: 0;
  position: absolute;
  left: 50%;
  /* height: 147px; */
  /* top: 100px; */
  top: 75px;
  overflow: hidden;
  transform: translateX(-50%);
  /* width: 100%; */
  /* background: skyblue; */
  transition: all .3s ease-in;
  /* cursor: pointer; */
  border-radius: 10px;
  background: #FFFFFF;
  text-align: left;
  padding: 0;
  width: 215px;
}

.hover_show_box_nav {
  width: 120px;
}

.hover_show_box_nav>a {
  text-align: left;
  font-weight: 400 !important;
  padding: 0 0 0 27px !important;
}

.hover_show_box_nav>a:hover {
  color: #807AF4;
}

.hover_nav {
  position: relative;
}

.flex_start {
  display: flex;
  align-items: center;
}

.product_icon_img {
  width: 32px !important;
  vertical-align: middle;
  margin-right: 10px;
}

.product_icon_img_doc {
  width: 32px !important;
  vertical-align: middle;
  margin-right: 10px;
}

.product_icon_line {
  margin: 20px 0;
  height: 1px;
  width: 155px;
}

.hover_show_box>a {
  padding: 0 !important;
  /* font-size: 0 !important; */
  line-height: 1 !important;
  display: block !important;
}

.hover_nav_tab>a,
.hover_nav>a {
  position: relative;
}

.hover_nav_tab>a::after,
.hover_nav>a::after {
  content: '';
  width: 10px;
  height: 7px;
  background-image: url('../imgs/down_icon.png');
  background-size: 100% 100%;
  position: absolute;
  right: -14px;
  top: 8px;
}

.hover_show_box_nav>a {
  font-size: 16 !important;
  line-height: 2 !important;
  display: block !important;
}

.hezuo_title {
  font-size: 15px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #303055;
  line-height: 16px;
}