.jumbotron.product {
  background:  no-repeat;
  background-size: 100% 100%;
}
.consult_wrap {
  background: url(/uploads/image/tmipartner/consult_bg.jpg) no-repeat;
}
.related_products_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 110px;
  row-gap: 0px;
  column-gap: 24px;
  margin-bottom: 42px;
}
.related_products_wrap .flex_just_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 0 16px;
  border-bottom: 1px solid #e4eeff;
  cursor: pointer;
}
.related_products_wrap p {
  color: #7188ad;
  padding-top: 16px;
  margin: 0;
}
.related_products_wrap .icon_arrow {
  display: inline-block;
  width: 32px;
  height: 12px;
  background: url(/uploads/image/tmimages/related_products_arrow.png);
}
.related_products_wrap .flex_just_between.active {
  background-color: #1169bb;
  color: #fff;
}
.related_products_wrap .flex_just_between.active p {
  color: #a5d5ff;
}
.related_products_wrap .flex_just_between.active .icon_arrow {
  background: url(/uploads/image/tmimages/related_products_arrow_hover.png);
}
.ai_threat_engine {
  color: #121212;
  background: #f4f7fc;
}
.ai_threat_engine .tabs {
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 1px 4px 0px;
  font-size: 16px;
}
.ai_threat_engine .nav-tabs > li > a {
  color: #121212;
  padding: 20px 0;
  margin: 0 92px 0 0;
  border-bottom-width: 2px;
  background-color: none;
}
.ai_threat_engine .nav > li > a:focus,
.ai_threat_engine .nav > li > a:hover {
  background-color: transparent;
  border-color: transparent;
  color: #006cbc;
}
.ai_threat_engine .nav-tabs > li.active > a,
.ai_threat_engine .nav-tabs > li.active > a:focus,
.ai_threat_engine .nav-tabs > li.active > a:hover {
  border-color: transparent;
  border-bottom: 2px solid #006cbc;
  color: #006cbc;
}
.ai_threat_engine .wrap h2 {
  text-align: center;
  font-size: 32px;
  margin: 52px 0 42px 0;
}
.ai_threat_engine .product_highlights {
  background: #fff;
  border-right: 1px solid #eee;
}
.ai_threat_engine .product_highlights div {
  margin-top: 12px;
  height: 190px;
  padding: 15px;
}
.ai_threat_engine .product_highlights img {
  margin: 10px 0px;
}
.ai_threat_engine .product_highlights h3 {
  font-size: 14px;
  margin-top: 0;
}
.ai_threat_engine .product_highlights p {
  font-size: 12px;
  color: #5e6f98;
}
.ai_threat_engine .product_highlights .brightspot {
  display: block;
}
.ai_threat_engine .product_highlights .brightspothover {
  display: none;
}
.ai_threat_engine .product_highlights .try_now {
  display: none;
}
.ai_threat_engine .product_highlights:last-child {
  border-right: none;
}
.ai_threat_engine .product_highlights.active {
  background: #005bac;
  margin-top: -16px;
  border-right: none;
}
.ai_threat_engine .product_highlights.active div {
  padding: 10px 8px;
  height: 230px;
  color: #fff;
  margin-top: 0px;
}
.ai_threat_engine .product_highlights.active h3 {
  margin: 20px 0 16px;
}
.ai_threat_engine .product_highlights.active .brightspot {
  display: none;
}
.ai_threat_engine .product_highlights.active .brightspothover {
  display: block;
}
.ai_threat_engine .product_highlights.active img {
  margin: 10px 0px;
}
.ai_threat_engine .product_highlights.active p {
  font-size: 12px;
  color: #a5d5ff;
  line-height: 16px;
}
.ai_threat_engine .product_highlights.active .try_now {
  display: block;
  color: #fff;
  position: absolute;
  bottom: 20px;
}
.ai_threat_engine .application_scenario_wrap {
  height: 375px;
  background: url(/uploads/image/tmistreamiterationthreat/flowtypeequipment.jpg) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.ai_threat_engine .application_scenario_wrap h3 {
  padding: 30px 24px 0;
  font-size: 14px;
}
.ai_threat_engine .application_scenario_wrap p {
  padding: 0 24px;
  font-size: 14px;
  color: #7188ad;
}
.ai_threat_engine .application_scenario_wrap button {
  margin-left: 24px;
  width: 160px;
  height: 42px;
  background-color: #fff;
  color: #006cbc;
  position: absolute;
  border: 1px solid #006cbc;
  bottom: 40px;
}
.ai_threat_engine .consult_wrap {
  margin-top: 80px;
  height: 162px;
  background: url(/uploads/image/tmipartner/consult_bg.jpg) no-repeat;
  background-size: 100% 100%;
}
.ai_threat_engine .consult_wrap .consult {
  text-align: center;
}
.ai_threat_engine .consult_wrap .consult .btn-primary {
  width: 207px;
  height: 49px;
}
.ai_threat_engine .consult_wrap h2,
.ai_threat_engine .consult_wrap .btn-primary {
  margin-top: 76px;
  margin-right: 0px;
}
