.text-primary {
  color: #1cc28a;
}
.fg-text-20 {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}
.fg-text-16 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.fg-text-16-xs {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.fg-text-primary {
  color: #1cc28a;
}
.fg-enterprise {
  overflow: hidden;
}
.fg-enterprise .text-primary {
  color: #1cc28a;
}
.fg-enterprise img {
  width: 100%;
  height: 100%;
}
.fg-enterprise .fg_e-title {
  font-size: 44px;
  font-weight: 600;
  text-align: center;
  line-height: 64px;
}
.fg-enterprise .fg_e-title-highlight {
  color: #1cc28a;
}
.fg-enterprise .fg_e-desc {
  opacity: 0.8;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #2e2f30;
  line-height: 32px;
}
.fg-enterprise form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.fg-enterprise .fg_e-form input,
.fg-enterprise .fg_e-form select {
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  font-size: 16px;
  color: #333;
  outline: none;
  transition: border-color 0.3s;
}
.fg-enterprise .fg_e-form input:focus,
.fg-enterprise .fg_e-form select:focus {
  border-color: #1cc28a;
}
.fg-enterprise .fg_e-form input::placeholder,
.fg-enterprise .fg_e-form select::placeholder {
  color: #999;
}
.fg-enterprise .fg_e-form select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='8' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 1l6 6 6-6' stroke='%23999' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}
.fg-enterprise .fg_e-form-submit {
  margin-top: 8px;
  height: 56px;
  border: none;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
}
.fg-enterprise .fg_e-s1 {
  padding: 120px 0 96px;
  background: url('/images/enterprise/ent-banner-bg.png') no-repeat center / cover;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  color: #fff;
}
.fg-enterprise .fg_e-s1 .fg_e_s1-left {
  max-width: 600px;
}
.fg-enterprise .fg_e-s1 .fg_e_s1-left .fg_e_s1-title {
  font-size: 48px;
  font-weight: 600;
  line-height: 64px;
}
.fg-enterprise .fg_e-s1 .fg_e_s1-left .fg_e_s1-desc {
  margin-top: 16px;
  font-size: 20px;
  line-height: 32px;
  opacity: 0.8;
}
.fg-enterprise .fg_e-s1 .fg_e_s1-left .fg_e_s1-btn {
  margin-top: 48px;
  background: #1cc28a;
  border-radius: 21px;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.16);
  line-height: 42px;
  display: flex;
  width: fit-content;
  align-items: center;
  padding: 0 24px;
  cursor: pointer;
}
.fg-enterprise .fg_e-s1 .fg_e_s1-left .fg_e_s1-btn-prefix {
  margin-right: 10px;
  width: 12px;
  height: 12px;
  background: url('/images/icon/i-phone.png') no-repeat center / cover;
  border-radius: 50%;
}
.fg-enterprise .fg_e-s1 .fg_e_s1-right {
  padding: 32px;
  width: 400px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.fg-enterprise .fg_e-s1 .fg_e_s1-right .fg_e_s1-form-submit {
  background-color: #1cc28a;
}
.fg-enterprise .fg_e-s3 {
  padding-top: 80px;
  margin: 0 auto;
  background: #f4f8fc;
  padding-bottom: 80px;
}
.fg-enterprise .fg_e-s3 .fg_e_s3-title {
  font-size: 44px;
  font-weight: 600;
  text-align: center;
  color: #1c2c44;
  line-height: 64px;
}
.fg-enterprise .fg_e-s3 .fg_e_s3-title-highlight {
  color: #1cc28a;
}
.fg-enterprise .fg_e-s3 .fg_e_s3-desc {
  opacity: 0.8;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #2e2f30;
  line-height: 32px;
}
.fg-enterprise .fg_e-s3 .fg_e_s3-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1328px;
  margin: 0 auto;
}
.fg-enterprise .fg_e-s3 .fg_e_s3-cards .fg_e_s3-card {
  position: relative;
  margin-top: 71px;
  padding: 120px 60px 60px;
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 16px;
  box-shadow: 0px 2px 24px 0px rgba(5, 19, 115, 0.08);
  max-width: 400px;
  text-align: center;
}
.fg-enterprise .fg_e-s3 .fg_e_s3-cards .fg_e_s3-card .fg_e_s3-card-title {
  font-size: 22px;
  font-weight: 600;
  color: #2e2f30;
  line-height: 32px;
}
.fg-enterprise .fg_e-s3 .fg_e_s3-cards .fg_e_s3-card .fg_e_s3-card-desc {
  margin-top: 24px;
  width: 280px;
  opacity: 0.8;
  font-size: 15px;
  font-weight: 400;
  color: #2e2f30;
  line-height: 28px;
}
.fg-enterprise .fg_e-s3 .fg_e_s3-cards .fg_e_s3-card .fg_e_s3-card-icon {
  position: absolute;
  left: 50%;
  top: -69px;
  width: 200px;
  height: 200px;
  transform: translateX(-50%);
}
.fg-enterprise .fg_e-s3 .fg_e_s3-cards .fg_e_s3-card .fg_e_s3-card-icon img {
  width: 100%;
  height: 100%;
}
.fg-enterprise .fg_e-s3 .fg_e_s3-btn {
  display: block;
  margin: 80px auto 0;
  width: 240px;
  line-height: 56px;
  background: #3171f2;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
.fg-enterprise .fg_e-s4 {
  padding-top: 128px;
  text-align: center;
}
.fg-enterprise .fg_e-s4 .fg_e_s4-title {
  font-size: 44px;
  line-height: 64px;
  font-weight: 600;
  color: #1C2C44;
}
.fg-enterprise .fg_e-s4 .fg_e_s4-subtitle {
  margin-top: 16px;
  line-height: 32px;
  opacity: 0.8;
  font-size: 18px;
  text-align: center;
  color: #2e2f30;
}
.fg-enterprise .fg_e-s4 .fg_e_s4-items {
  margin-top: 64px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 48px;
}
.fg-enterprise .fg_e-s4 .fg_e_s4-items .fg_e_s4-item {
  width: 248px;
}
.fg-enterprise .fg_e-s4 .fg_e_s4-items .fg_e_s4-item-icon {
  margin: 0 auto;
  width: 88px;
  height: 88px;
}
.fg-enterprise .fg_e-s4 .fg_e_s4-items .fg_e_s4-item-title {
  margin-top: 30px;
  font-size: 22px;
  font-weight: 600;
  color: #2e2f30;
  line-height: 32px;
}
.fg-enterprise .fg_e-s4 .fg_e_s4-items .fg_e_s4-item-title-highlight {
  color: #1cc28a;
}
.fg-enterprise .fg_e-s4 .fg_e_s4-items .fg_e_s4-item-desc {
  margin-top: 24px;
  width: 248px;
  opacity: 0.8;
  font-size: 15px;
  font-weight: 400;
  color: #2e2f30;
  line-height: 28px;
}
.fg-enterprise .fg_e-s5 {
  text-align: center;
  padding-bottom: 128px;
}
.fg-enterprise .fg_e-s5 .fg_e_s5-title {
  margin-top: 128px;
}
.fg-enterprise .fg_e-s5 .fg_e_s5-title-highlight {
  color: #1cc28a;
}
.fg-enterprise .fg_e-s5 .fg_e_s5-desc {
  margin-top: 16px;
}
.fg-enterprise .fg_e-s5 .fg_e_s5-items {
  margin-top: 64px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
.fg-enterprise .fg_e-s5 .fg_e_s5-items .fg_e_s5-item {
  width: 424px;
}
.fg-enterprise .fg_e-s5 .fg_e_s5-items .fg_e_s5-item-icon {
  margin: 0 auto;
  width: 100%;
  height: 320px;
  background: #f4f8fc;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fg-enterprise .fg_e-s5 .fg_e_s5-items .fg_e_s5-item-icon img {
  width: 190px;
  height: 272px;
  border-radius: 8px;
}
.fg-enterprise .fg_e-s5 .fg_e_s5-items .fg_e_s5-item-title {
  margin-top: 32px;
  font-size: 22px;
  font-weight: 600;
  color: #2e2f30;
  line-height: 32px;
}
.fg-enterprise .fg_e-s5 .fg_e_s5-items .fg_e_s5-item-title-highlight {
  color: #1cc28a;
}
.fg-enterprise .fg_e-s5 .fg_e_s5-items .fg_e_s5-item-desc {
  margin-top: 8px;
  opacity: 0.8;
  font-size: 15px;
  font-weight: 400;
  color: #2e2f30;
  line-height: 28px;
  text-align: center;
}
.fg-enterprise .fg_e-s6 {
  text-align: center;
  padding: 80px 0 128px;
  background: url('/images/fg/enterprise/adapt-bg.png');
}
.fg-enterprise .fg_e-s6 .fg_e_s6-title {
  color: #fff;
}
.fg-enterprise .fg_e-s6 .fg_e_s6-title-highlight {
  color: #1cc28a;
}
.fg-enterprise .fg_e-s6 .fg_e_s6-items {
  margin-top: 95px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 64px;
}
.fg-enterprise .fg_e-s6 .fg_e_s6-items .fg_e_s6-item {
  box-sizing: border-box;
  position: relative;
  max-width: 400px;
  min-width: 240px;
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 16px;
  box-shadow: 0px 2px 24px 0px rgba(5, 19, 115, 0.08);
  text-align: center;
  padding: 120px 60px 56px;
}
.fg-enterprise .fg_e-s6 .fg_e_s6-items .fg_e_s6-item-icon {
  position: absolute;
  width: 200px;
  height: 200px;
  left: 50%;
  transform: translateX(-50%);
  top: -69px;
}
.fg-enterprise .fg_e-s6 .fg_e_s6-items .fg_e_s6-item-title {
  font-size: 22px;
  font-weight: 600;
  color: #2e2f30;
  line-height: 32px;
}
.fg-enterprise .fg_e-s6 .fg_e_s6-items .fg_e_s6-item-desc {
  margin-top: 24px;
  opacity: 0.8;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  color: #2e2f30;
}
.fg-enterprise .fg_e-s7 {
  padding: 128px 0;
}
.fg-enterprise .fg_e-s7 .fg_e_s7-items {
  margin-top: 64px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.fg-enterprise .fg_e-s7 .fg_e_s7-items .fg_e_s7-item {
  width: 424px;
  height: 468px;
  background: linear-gradient(137deg, #f9fdff, #e0f3ff 100%);
  border-radius: 24px;
  overflow: hidden;
}
.fg-enterprise .fg_e-s7 .fg_e_s7-items .fg_e_s7-item-img {
  width: 100%;
  height: 260px;
}
.fg-enterprise .fg_e-s7 .fg_e_s7-items .fg_e_s7-item-img img {
  width: 100%;
  height: 100%;
}
.fg-enterprise .fg_e-s7 .fg_e_s7-items .fg_e_s7-item-title {
  margin: 32px 56px 0;
  font-size: 32px;
  font-weight: 600;
  color: #2e2f30;
  line-height: 40px;
}
.fg-enterprise .fg_e-s7 .fg_e_s7-items .fg_e_s7-item-desc {
  margin: 24px 56px 0;
  font-size: 20px;
  font-weight: 400;
  color: rgba(46, 47, 48, 0.8);
  line-height: 28px;
}
.fg-enterprise .fg_e-s7 .fg_e_s7-items .fg_e_s7-arrow {
  width: 56px;
  height: 56px;
  margin: 0 40px;
}
.fg-enterprise .fg_e-s8 {
  padding: 0 20px;
}
.fg-enterprise .fg_e-s8 .fg_e_s8-img {
  margin: 32px auto 0;
  aspect-ratio: 1.70754717;
  max-width: 1448px;
}
.fg-enterprise .fg_e-s8 .fg_e_s8-img img {
  width: 100%;
  height: 100%;
}
.fg-enterprise .fg_e-s9 {
  padding-bottom: 128px;
}
.fg-enterprise .fg_e-s9 .fg_e_s9-title {
  margin-top: 32px;
}
.fg-enterprise .fg_e-s9 .fg_e_s9-content {
  margin: 0 auto;
  max-width: 984px;
}
.fg-enterprise .fg_e-s9 .fg_e_s9-content .fg_e_s9-content-item {
  padding: 32px 0 32px 64px;
  border-bottom: 1px solid #F0EEEE;
  line-height: 28px;
}
.fg-enterprise .fg_e-s9 .fg_e_s9-content .fg_e_s9-content-item .fg_e_s9-content-item-question {
  margin-top: 30px;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #353030;
  font-size: 20px;
}
.fg-enterprise .fg_e-s9 .fg_e_s9-content .fg_e_s9-content-item .fg_e_s9-content-item-question::before {
  content: "";
  display: block;
  margin-right: 17px;
  width: 24px;
  height: 24px;
  background-color: blue;
}
.fg-enterprise .fg_e-s9 .fg_e_s9-content .fg_e_s9-content-item .fg_e_s9-content-item-answer {
  font-size: 16px;
  font-weight: 400;
  color: rgba(53, 48, 48, 0.7);
  line-height: 24px;
}
.fg-enterprise .fg_e-s10 {
  padding: 56px 0 80px;
  background-color: black;
  color: #fff;
}
.fg-enterprise .fg_e-s10 .fg_e_s10-contact {
  margin: 24px auto 0;
  padding: 11px 26px 11px 24px;
  display: flex;
  width: fit-content;
  align-items: center;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 22px;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.16);
}
.fg-enterprise .fg_e-s10 .fg_e_s10-contact img {
  margin-right: 8px;
  width: 12px;
  height: 12.5px;
}
.fg-enterprise .fg_e-s10 .fg_e_s10-form {
  margin: 38px auto 0;
  padding: 32px 32px 24px;
  max-width: 400px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.4);
}
.fg-enterprise .fg_e-s10 .fg_e_s10-form .fg_e_s10-form-submit {
  background: linear-gradient(262deg, #1c406c 0%, #0c1e3b 100%), linear-gradient(90deg, #3e7eff, #3171f2 100%);
}
.fg-enterprise .con4 {
  padding-top: 76px;
  overflow: hidden;
  max-width: 1920px;
  margin: auto;
  padding-bottom: 24px;
}
.fg-enterprise .con4 h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
}
@keyframes left-effect {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes right-effect {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.fg-enterprise .con4 .list {
  width: calc(202px * 10 + 24px * 9);
  animation: left-effect 20s linear infinite;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-top: 64px;
}
.fg-enterprise .con4 .list:hover {
  animation-play-state: paused;
}
.fg-enterprise .con4 .list img {
  display: block;
  width: 202px;
  margin-right: 24px;
  border-radius: 16px;
  transition: transform 400ms ease-out;
  border: 1px solid #f2f2f2;
  box-shadow: 0px 4px 16px 0px rgba(53, 48, 48, 0.08);
}
.fg-enterprise .con4 .list img:hover {
  transform: scale(1.05);
}
.fg-enterprise .con4 .list2 {
  animation: right-effect 30s linear infinite;
  margin-top: 24px;
}
.fg-enterprise .con4 .list3 {
  animation: left-effect 40s linear infinite;
  margin-top: 24px;
}
@media (max-width: 750px) {
  .fg-product .fg-enterprise .fg_e-s3 .fg_e_s3-title {
    font-size: 32px;
  }
  .fg-product .fg-enterprise .fg_e-s3 .fg_e_s3-desc {
    font-size: 16px;
    padding: 0 24px;
  }
  .fg-product .fg-enterprise .fg_e-s3 .fg_e_s3-cards {
    justify-content: center;
  }
  .fg-product .fg-enterprise .fg_e-s7 .fg_e_s7-items {
    flex-direction: column;
  }
  .fg-product .fg-enterprise .fg_e-s7 .fg_e_s7-items .fg_e_s7-arrow {
    margin: 12px 0;
    transform: rotate(90deg);
  }
}
