
/* 鼠标 */
.solution_div{
  position: relative;
}
/* .solution_div:hover{
  background-color: #1e90ff;
  border-radius: 4px;
} */
.solu_body {
  display: none;
  /* display: flex; */
  position: absolute;
  align-items: flex-end;
  flex-direction: row;
  top: 31px;
  z-index: 5;
  left: -700px;
}
.solution_div:hover .solu_body{
  display: flex;
}
.solu_layer {
  position: relative;
  width: 1920px;
  height: 240px;
}
.solu_tag-wrapper-1 {
  box-sizing: border-box;
  display: flex;
  position: absolute;
  top: 64px;
  left: 360px;
  align-items: center;
  flex-direction: row;
  border-radius: 4px;
  background-color: #5aa3f7;
  padding-right: 34px;
  padding-left: 30px;
  height: 36px;
  line-height: 14px;
}
.solu_tag{
  height: 36px;
  line-height: 36px;
  /* width: 90px; */
  text-align: center;
  color: #4f4f4f;
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
}
.solu_tag:hover{
  background-color: #5aa3f7;
  color: white;
  border-radius: 4px;
}
.solu-tag-click{
  background-color: #5aa3f7;
  color: white;
  border-radius: 4px;
}
.solu_info {
  position: absolute;
  top: 24px;
  left: 376px;
  text-align: left;
  color: #1e90ff;
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 400;
}
.solu_meta {
  position: absolute;
  top: 24px;
  left: 1096px;
  text-align: left;
  color: #1e90ff;
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 400;
}
.solu_tag-3 {
  position: absolute;
  top: 70px;
  left: 376px;
}
.solu_tag-4 {
  position: absolute;
  top: 116px;
  left: 376px;
}
.solu_label-2 {
  position: absolute;
  top: 156px;
  left: 376px;
}
.solu_word-2 {
  position: absolute;
  top: 156px;
  left: 520px;
}
.solu_tag-5 {
  position: absolute;
  top: 70px;
  left: 520px;
}
.solu_label-3 {
  position: absolute;
  top: 116px;
  left: 520px;
}
.solu_subtitle {
  position: absolute;
  top: 70px;
  left: 740px;
}

