.fg-product {
  overflow-x: hidden;
}
.fg-product .banner-con {
  padding: 272px 0;
  position: relative;
  height: 1080px;
  text-align: center;
  background: url('/images/fg/banner-bg2.svg') no-repeat center top;
  background-size: auto 1080px;
  overflow: hidden;
}
.fg-product .banner-con h1 {
  font-size: 48px;
  line-height: 56px;
  color: #353030;
}
.fg-product .banner-con p {
  font-size: 24px;
  line-height: 32px;
  color: rgba(53, 48, 48, 0.7);
  margin: 24px auto 48px;
  max-width: 648px;
  text-align: center;
  font-weight: 400;
}
.fg-product .banner-con a {
  width: 248px;
  height: 56px;
  background-color: #1cc28a;
  border-radius: 8px;
  font-weight: 600;
  color: #fff;
  line-height: 56px;
  display: inline-block;
}
.fg-product .banner-con .video-con {
  max-width: 1320px;
  margin: 96px auto 0;
  position: relative;
}
.fg-product .banner-con .video-con::before {
  content: '';
  position: absolute;
  right: -64px;
  top: -70px;
  width: 88px;
  height: 88px;
  background: url(/images/fg/pos-pic1.png) no-repeat center;
  background-size: 100% auto;
}
.fg-product .banner-con .video-con .video {
  width: 100%;
  display: block;
  box-shadow: 0 1px 0px rgba(53, 48, 48, 0.1);
}
.fg-product .fg-con h2 {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  line-height: 48px;
  width: 92%;
  margin: auto;
  margin-bottom: 16px;
}
.fg-product .fg-con p {
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  opacity: 0.7;
  text-align: center;
}
.fg-product .fg-con .con-desc {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: rgba(53, 48, 48, 0.7);
  line-height: 28px;
  width: 92%;
  margin: 16px auto 0;
}
.fg-product .con0 {
  padding: 128px 0;
  background: url(/images/fg/card_bg.png) no-repeat center top;
  max-width: 1920px;
  margin: 0 auto;
}
.fg-product .fg-section1 {
  margin: 48px 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 48px;
}
.fg-product .fg-section1-texts {
  display: flex;
  justify-content: center;
}
.fg-product .fg-section1-texts-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  border-radius: 12px;
  cursor: pointer;
  padding: 16px 0 12px 0;
  width: 128px;
}
.fg-product .fg-section1-texts-item-icon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #505252;
  border-radius: 8px;
}
.fg-product .fg-section1-texts-item-icon img {
  width: 24px;
  height: 24px;
  inset: 0;
}
.fg-product .fg-section1-texts-item-icon img:first-child {
  display: none;
}
.fg-product .fg-section1-texts-item-icon img:nth-child(2) {
  display: block;
}
.fg-product .fg-section1-texts-item.active {
  color: #1CC28A;
  background: #ffffff;
}
.fg-product .fg-section1-texts-item.active .fg-section1-texts-item-icon {
  background-color: #1CC28A;
}
.fg-product .fg-section1-texts-item.active .fg-section1-texts-item-icon img:first-child {
  display: block;
}
.fg-product .fg-section1-texts-item.active .fg-section1-texts-item-icon img:nth-child(2) {
  display: none;
}
.fg-product .fg-section1-imgs {
  width: 1032px;
  aspect-ratio: 800/400;
  position: relative;
}
.fg-product .fg-section1-imgs video {
  position: absolute;
  inset: 0;
  width: 100%;
  border-radius: 24px;
}
.fg-product .con1 {
  margin-top: 192px;
  padding-top: 0;
}
.fg-product .con1 .video-cons {
  width: 92%;
  margin: 0 auto;
  max-width: 1320px;
  position: relative;
  z-index: 2;
  height: calc(100vh - 76px);
  display: flex;
  align-items: center;
}
.fg-product .con1 .video-cons .anchor-line {
  position: absolute;
  left: 0;
  top: -76px;
  width: 100%;
  height: 1px;
}
.fg-product .con1 .video-cons .video {
  display: block;
  border-radius: 32px;
  width: 60%;
  max-width: 760px;
  box-shadow: 0px 32px 64px 0px rgba(53, 48, 48, 0.1);
}
.fg-product .con1 .right-text-contents {
  top: auto;
  width: 92%;
  max-width: 1320px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  height: calc(100vh - 76px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.fg-product .con1 .right-text-contents .right-cons {
  width: 40%;
  max-width: 424px;
}
.fg-product .con1 .right-text-contents .right-cons .index-title {
  text-align: left;
  font-size: 40px;
  line-height: 48px;
  color: #353030;
  font-weight: bold;
}
.fg-product .con1 .right-text-contents .right-cons .text-list {
  position: relative;
  margin: 64px 0 0 0;
  max-width: 368px;
  width: 100%;
}
.fg-product .con1 .right-text-contents .right-cons .text-list li {
  width: 100%;
  display: block;
  text-align: left;
  opacity: 1;
  filter: alpha(opacity=100);
  border-radius: 0;
  background: transparent;
  height: auto;
  padding-left: 28px;
  position: relative;
  margin-top: 32px;
}
.fg-product .con1 .right-text-contents .right-cons .text-list li a {
  display: block;
  cursor: pointer;
}
.fg-product .con1 .right-text-contents .right-cons .text-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 12px;
  height: 12px;
  border: 2px solid #1CC28A;
  border-radius: 50%;
  box-sizing: border-box;
}
.fg-product .con1 .right-text-contents .right-cons .text-list li h3 {
  color: rgba(53, 48, 48, 0.7);
  transition: 0.3s;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}
.fg-product .con1 .right-text-contents .right-cons .text-list li p {
  height: 0;
  overflow: hidden;
  transition: 0.3s;
  margin-top: 0;
  font-size: 16px;
  line-height: 24px;
  color: rgba(53, 48, 48, 0.7);
}
.fg-product .con1 .right-text-contents .right-cons .text-list li.active::before {
  background-color: #1CC28A;
}
.fg-product .con1 .right-text-contents .right-cons .text-list li.active h3 {
  color: #1CC28A;
}
.fg-product .con1 .right-text-contents .right-cons .text-list li.active p {
  height: auto;
  margin-top: 16px;
  text-align: left;
}
.fg-product .con1 .right-text-contents.text-fixed-top {
  position: fixed;
}
.fg-product .con1 .right-text-contents.text-absolute-bottom {
  position: absolute;
  bottom: 0;
}
.fg-product .con1-phone {
  display: none;
  text-align: center;
  padding-bottom: 32px;
}
.fg-product .con1-phone .video-con {
  position: relative;
  margin-bottom: 48px;
}
.fg-product .con1-phone .video-con .video {
  width: 92%;
  max-width: 760px;
  margin: 0 auto;
  display: block;
  border-radius: 16px;
  position: relative;
  z-index: 2;
  box-shadow: 0px 16px 32px 0px rgba(53, 48, 48, 0.1);
}
.fg-product .con1-phone .swiper-container {
  margin-top: 64px;
}
.fg-product .con1-phone .swiper-container .text-con {
  width: 92%;
  margin: auto;
}
.fg-product .con1-phone .swiper-container .text-con h3 {
  font-size: 20px;
  line-height: 28px;
  color: #353030;
  font-weight: bold;
  margin-bottom: 16px;
}
.fg-product .con1-phone .swiper-container .text-con p {
  font-size: 16px;
  line-height: 24px;
  color: rgba(53, 48, 48, 0.7);
  text-align: left;
}
.fg-product .con1-phone .swiper-pagination {
  text-align: center;
  font-size: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fg-product .con1-phone .swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
}
.fg-product .con1-phone .swiper-pagination .swiper-pagination-bullet-active {
  background: #1CC28A;
}
.fg-product .con2 {
  padding-top: 128px;
}
.fg-product .con2 .con-box {
  margin: 64px auto 0;
  width: 92%;
  max-width: 1208px;
  display: flex;
  justify-content: center;
}
.fg-product .con2 .con-box ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  flex: 1;
  max-width: 700px;
}
.fg-product .con2 .con-box ul li {
  width: 312px;
  height: 268px;
  background: #f6f8f8;
  border: 1px solid #edf0ef;
  border-radius: 24px;
}
.fg-product .con2 .con-box ul li img {
  width: 100%;
}
.fg-product .con2 .con-box ul li h4 {
  font-size: 20px;
  font-weight: 400;
  text-align: CENTER;
  color: #353030;
  line-height: 28px;
  margin-top: 16px;
}
.fg-product .con2 .con-box .img-con {
  width: 536px;
  height: 560px;
  margin-left: 24px;
  position: relative;
}
.fg-product .con2 .con-box .img-con img {
  width: 100%;
  border-radius: 24px;
}
.fg-product .con2 .con-box .img-con::before {
  content: '';
  position: absolute;
  right: -150px;
  bottom: -100px;
  width: 250px;
  height: 230px;
  background: url(/images/fg/pos-pic3.png) no-repeat center;
  background-size: 100% auto;
  z-index: -1;
}
.fg-product .con3 {
  padding: 128px 0;
}
.fg-product .con3 .con-box {
  width: 92%;
  max-width: 1320px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 48px 24px;
  margin: 64px auto 0;
}
.fg-product .con3 .con-box li {
  width: 312px;
  text-align: center;
}
.fg-product .con3 .con-box li img {
  width: 88px;
}
.fg-product .con3 .con-box li h3 {
  font-size: 20px;
  font-weight: 600;
  color: #353030;
  line-height: 28px;
  margin: 16px auto;
}
.fg-product .con3 .con-box li p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(53, 48, 48, 0.7);
  line-height: 24px;
  max-width: 248px;
  margin: auto;
}
.fg-product .con4 {
  overflow: hidden;
  max-width: 1920px;
  margin: auto;
  padding-bottom: 24px;
}
@keyframes left-effect {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes right-effect {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.fg-product .con4 .list {
  width: calc(202px * 10 + 24px * 9);
  animation: left-effect 20s linear infinite;
  display: flex !important;
  margin-top: 64px;
}
.fg-product .con4 .list:hover {
  animation-play-state: paused;
}
.fg-product .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-product .con4 .list img:hover {
  transform: scale(1.05);
}
.fg-product .con4 .list2 {
  animation: right-effect 30s linear infinite;
  margin-top: 24px;
}
.fg-product .con4 .list3 {
  animation: left-effect 40s linear infinite;
  margin-top: 24px;
}
.fg-product .fg-buy-section4 {
  max-width: 984px;
  margin: 128px auto 0;
  padding-bottom: 192px;
}
.fg-product .fg-buy-section4 .fg_b_4_title {
  font-size: 40px;
  font-weight: 600;
  text-align: CENTER;
  color: #353030;
  line-height: 48px;
}
.fg-product .fg-buy-section4 .fg_b_4-qAs {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #fa2a73;
}
.fg-product .fg-buy-section4 .fg_b_4-qAs .fg_b_4_qAs-item {
  padding: 32px 64px;
  border-bottom: 1px solid #f0eeee;
}
.fg-product .fg-buy-section4 .fg_b_4-qAs .fg_b_4_qAs_i-q {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  color: #353030;
  line-height: 28px;
}
.fg-product .fg-buy-section4 .fg_b_4-qAs .fg_b_4_qAs_i-q-icon {
  width: 22px;
  height: 22px;
  margin-right: 17px;
  margin-left: -42px;
  border-radius: 50%;
  background-color: #1cc28a;
}
.fg-product .fg-buy-section4 .fg_b_4-qAs .fg_b_4_qAs_i-a {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(53, 48, 48, 0.7);
  line-height: 24px;
}
.fg-product .fg-buy-section4 .fg_b_4-qAs .fg_b_4_qAs_i-a .fg_b_4_qAs-a-highlight {
  color: #fa2a73;
}
.fg-product .faq-list {
  width: 92%;
  max-width: 984px;
  margin: 64px auto 0;
}
.fg-product .faq-list .list {
  padding: 32px 25px;
  transition: 0.3s;
  border-bottom: 1px solid #f0eeee;
}
.fg-product .faq-list .list .title {
  padding-left: 39px;
  font-size: 20px;
  line-height: 28px;
  color: #000;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  transition: 0.2s;
}
.fg-product .faq-list .list .title:hover {
  color: #1cc28a;
}
.fg-product .faq-list .list .title::before {
  width: 22px;
  height: 22px;
  background: linear-gradient(134deg, #38e0a7, #1cc28a 100%);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 3px;
  content: "Q";
  text-align: center;
  color: #fff;
  font-size: 11px;
  line-height: 22px;
  font-weight: bold;
}
.fg-product .faq-list .list .desc {
  display: none;
  padding-top: 8px;
  padding-left: 39px;
}
.fg-product .faq-list .list .desc p {
  margin-top: 8px;
  font-size: 16px;
  color: rgba(53, 48, 48, 0.7);
  line-height: 24px;
  max-width: 856px;
}
.fg-product .faq-list .list .desc p a {
  color: #FA2A73;
}
.fg-product .faq-list .list .desc p a:hover {
  text-decoration: underline;
}
.fg-product .faq-list .list.active {
  background-color: #fff;
}
.fg-product .con5 {
  padding-bottom: 190px;
}
.fg-product .con5 .con-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 48px 24px;
  width: 92%;
  margin: 64px auto 0;
}
.fg-product .con5 .con-box li {
  width: 312px;
  background-color: #ecf2ff;
  border-radius: 24px;
  padding: 24px 32px 24px 40px;
  text-align: center;
  font-size: 0;
}
.fg-product .con5 .con-box li a {
  display: flex;
}
.fg-product .con5 .con-box li h4 {
  font-size: 24px;
  font-weight: 600;
  text-align: LEFT;
  color: #353030;
  line-height: 32px;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.fg-product .con5 .con-box li img {
  width: 88px;
  vertical-align: middle;
  margin-left: 52px;
}
.fg-product .con5 .con-box li.fg {
  background-color: #E0F9F1;
}
.fg-product .con5 .con-box li.support {
  background-color: #FFF5E2;
}
.fg-product .footer-con {
  padding: 130px 0;
  background-color: #1cc28a;
  text-align: center;
}
.fg-product .footer-con h2 {
  font-size: 48px;
  font-weight: 600;
  color: #ffffff;
  line-height: 64px;
  width: 92%;
  margin: auto;
}
.fg-product .footer-con p {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 32px;
  width: 92%;
  margin: 24px auto 64px;
}
.fg-product .footer-con .button-wrap a {
  display: inline-block;
  width: 248px;
  height: 56px;
  background-color: #ffffff;
  border-radius: 6px;
  font-size: 18px;
  text-align: center;
  color: #1cc28a;
  line-height: 56px;
  transition: 0.2s;
}
.fg-product .footer-con .button-wrap a:hover {
  opacity: 0.8;
}
@media (max-width: 1441px) {
  .fg-product .banner-con {
    height: 800px;
    padding: 214px 12px 0;
  }
  .fg-product .banner-con h1 {
    font-size: 48px;
  }
  .fg-product .banner-con p {
    font-size: 20px;
    max-width: 560px;
  }
  .fg-product .con1 {
    display: none;
  }
  .fg-product .con1-phone {
    display: block;
  }
  .fg-product .con2 .con-box ul li {
    max-width: 312px;
    width: 280px;
    height: auto;
    padding-bottom: 24px;
  }
  .fg-product .con2 .con-box .img-con::before {
    display: none;
  }
}
@media (max-width: 1281px) {
  .con2 .con-box {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .con2 .con-box ul li {
    max-width: 312px;
    width: 60vw;
    height: auto;
    padding-bottom: 24px;
  }
  .con2 .con-box .img-con {
    width: 60vw ;
    max-width: 536px;
  }
}
@media (max-width: 1250px) {
  .fg-product .banner-con {
    padding: 200px 12px 0;
  }
  .fg-product .banner-con h1 {
    font-size: 44px;
  }
  .fg-product .banner-con p {
    font-size: 18px;
  }
  .fg-product .con1 {
    display: none;
  }
  .fg-product .con1-phone {
    display: block;
  }
  .fg-product .fg-section1 {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .fg-product .fg-section1 .fg-section1-texts {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .fg-product .fg-section1 .fg-section1-texts-item {
    width: calc(1/3 * 100% - 20px);
    white-space: nowrap;
    font-size: 16px;
    max-width: 100px;
  }
  .fg-product .fg-section1 .fg-section1-imgs {
    width: 100%;
    max-width: 1032px;
  }
  .fg-product .fg-section1 .fg-section1-imgs video {
    border-radius: 8px;
  }
}
@media (max-width: 1099px) {
  .fg-product .banner-con {
    height: 500px;
    padding: 128px 12px 0;
  }
  .fg-product .banner-con h1 {
    font-size: 32px;
  }
  .fg-product .banner-con p {
    font-size: 16px;
  }
  .fg-product .con1 {
    display: none;
  }
  .fg-product .con1-phone {
    display: block;
  }
  .fg-product .fg-section1 {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .fg-product .fg-section1 .fg-section1-texts {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .fg-product .fg-section1 .fg-section1-texts-item {
    width: calc(1/3 * 100% - 20px);
    white-space: nowrap;
    font-size: 16px;
  }
  .fg-product .fg-section1 .fg-section1-imgs {
    width: 100%;
    max-width: 1032px;
  }
  .fg-product .fg-section1 .fg-section1-imgs video {
    border-radius: 8px;
  }
}
@media (max-width: 750px) {
  .fg-product .fg-con {
    padding-top: 120px;
  }
  .fg-product .fg-con h2 {
    font-size: 32px;
  }
  .fg-product .fg-con .con-desc {
    font-size: 16px;
  }
  .fg-product .con2 .con-box .img-con::before {
    display: none;
  }
  .fg-product .footer-con h2 {
    font-size: 40px;
  }
}
@media (max-width: 499px) {
  .fg-product .con4 .list {
    margin-top: 32px;
    width: calc(132px * 10 + 12px * 9);
  }
  .fg-product .con4 .list img {
    width: 132px;
    border-radius: 8px;
    margin-right: 12px;
  }
  .fg-product .con4 .list2,
  .fg-product .con4 .list3 {
    margin-top: 8px;
  }
}
