.header-item:hover .ent_plus_dailog {
  display: block;
}
.fl.nav-item .ent_plus_dailog {
  right: 50%;
  transform: translate(50%, 100%);
}
.fl.nav-item:hover .ent_plus_dailog {
  display: block;
}
.ent_plus_dailog {
  width: 670px;
  height: 469px;
  background: #FFFFFF;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  position: absolute;
  bottom: 0;
  right: -82px;
  transform: translate(0, 100%);
  background-image: url('http://bpic.588ku.com/enterprise/components/ent_plus_dailog/ent_puls_dailog_bg.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  padding-top: 9px;
  cursor: default;
  display: none;
}
.ent_plus_dailog .content_title {
  font-size: 20px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #2C1D2C;
  line-height: 26px;
  letter-spacing: 1px;
  background: linear-gradient(180deg, #F8F0D1 0%, #F7F2EA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
.ent_plus_dailog .content_describe {
  margin-top: 36px;
  text-align: center;
  font-size: 14px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  line-height: 14px;
}
.ent_plus_dailog .content_describe span:nth-child(1) {
  color: #FF5A00;
}
.ent_plus_dailog .content_describe span:nth-child(2) {
  color: #31313C;
}
.ent_plus_dailog .content_describe span:nth-child(3) {
  color: #C3A489;
}
.ent_plus_dailog .describe_list {
  margin-top: 30px;
  padding: 0 50px;
  display: flex;
  justify-content: space-between;
}
.ent_plus_dailog .describe_list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ent_plus_dailog .describe_list .item p {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: rgba(49, 49, 60, 0.7);
  line-height: 12px;
}
.ent_plus_dailog .describe_list .item img {
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
}
.ent_plus_dailog .info_list {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
  padding: 0 20px;
}
.ent_plus_dailog .info_list .item {
  width: 196px;
  height: 182px;
  padding-top: 20px;
  padding-left: 30px;
}
.ent_plus_dailog .info_list .item .info_title {
  font-size: 14px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #343751;
  line-height: 14px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.ent_plus_dailog .info_list .item .support_list {
  display: flex;
  flex-wrap: wrap;
}
.ent_plus_dailog .info_list .item .support_list p {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #31313C;
  line-height: 12px;
  min-width: 80px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.ent_plus_dailog .info_list .item .support_list p::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  background-image: url('http://bpic.588ku.com/enterprise/components/ent_plus_dailog/ent_plus_checked.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.ent_plus_dailog .plus_btn {
  width: 248px;
  height: 48px;
  background: linear-gradient(90deg, #F5DBAA 0%, #EDBC6F 100%);
  border-radius: 31px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #2C1D2C;
  letter-spacing: 1px;
  text-align: center;
  line-height: 48px;
  margin: 20px auto;
}
