.fg-product .faq-list {
  margin: 0 auto;
  width: 92%;
  max-width: 984px;
  margin: 64px auto 0;
  text-align: left;
}
.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 .faq-list-sdk {
  margin: 0 auto;
  width: 92%;
  max-width: 984px;
  margin: 64px auto 0;
  text-align: left;
}
.fg-product .faq-list-sdk .list {
  padding: 32px 25px;
  transition: 0.3s;
  border-bottom: 1px solid #f0eeee;
}
.fg-product .faq-list-sdk .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-sdk .list .title:hover {
  color: #27acff;
}
.fg-product .faq-list-sdk .list .title::before {
  width: 22px;
  height: 22px;
  background: linear-gradient(134deg, #27acff, #35adf8 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-sdk .list .desc {
  display: none;
  padding-top: 8px;
  padding-left: 39px;
}
.fg-product .faq-list-sdk .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-sdk .list .desc p a {
  color: #FA2A73;
}
.fg-product .faq-list-sdk .list .desc p a:hover {
  text-decoration: underline;
}
.fg-product .faq-list-sdk .list.active {
  background-color: #fff;
}
