.fg-product .header-of-page {
  top: 0px;
  z-index: 10;
  height: 80px;
}
.fg-product .top-ad-container {
  background: url('/images/banner/banner-fg.png?v=4') no-repeat top center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  height: 80px;
  cursor: pointer;
  margin: 0 auto;
}
.fg-product .fg-enterprise-conduct {
  box-sizing: border-box;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  padding: 22px 32px 22px 112px;
  background: linear-gradient(105deg, #f9fdff, #e0f3ff 100%);
  border-radius: 32px;
  max-width: 1208px;
}
.fg-product .fg-enterprise-conduct-left {
  flex: 1;
  min-width: 300px;
  max-width: 536px;
  text-align: left;
}
.fg-product .fg-enterprise-conduct-left-title {
  font-size: 32px;
  font-weight: 600;
  color: #353030;
  line-height: 40px;
}
.fg-product .fg-enterprise-conduct-left-desc {
  margin-top: 24px;
  font-size: 20px;
  font-weight: 400;
  color: rgba(53, 48, 48, 0.7);
  line-height: 28px;
}
.fg-product .fg-enterprise-conduct-left-desc .highlight {
  color: #009dff;
}
.fg-product .fg-enterprise-conduct-left-btn {
  margin-top: 48px;
  display: inline-block;
  width: 200px;
  line-height: 48px;
  background: #009dff;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-weight: 600 !important;
}
.fg-product .fg-enterprise-conduct-right {
  max-width: 448px;
  aspect-ratio: 448/300;
}
.fg-product .fg-enterprise-conduct-right img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1440px) {
  .fg-product .fg-enterprise-conduct {
    padding: 20px;
    flex-wrap: wrap;
    justify-content: center;
    width: 80vw;
  }
  .fg-product .fg-enterprise-conduct .fg-enterprise-conduct-left {
    text-align: left;
  }
}
@media (max-width: 1099px) {
  .header-of-page {
    top: 0px !important;
  }
  .top-ad-container {
    display: none !important;
  }
  .fg-enterprise-conduct .fg-enterprise-conduct-left {
    text-align: center !important;
  }
}
