.banner {
  background: linear-gradient(180deg, #FFFFFF 0%, #D9EDFF 100%);
  text-align: center;
  padding: 124px 0 60px;
}
.banner .sup {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 24px;
}
.banner .des {
  margin: 24px 0;
}
.faq {
  background: #F5FAFF;
  padding: 40px 0 80px;
}
.faq .container {
  max-width: 852px;
}
.faq .nav-tabs {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 40px;
  border-bottom: none;
}
.faq .nav-tabs .tab {
  width: 282px;
  height: 74px;
  line-height: 74px;
  background: #FFFFFF;
  border-radius: 8px;
  font-size: 20px;
  text-align: center;
  padding: 0 10px;
  font-weight: bold;
  cursor: pointer;
}
.faq .nav-tabs .tab.active {
  color: #fff;
  background: linear-gradient(270deg, #51B7FF 0%, #3A87FA 49%, #2A6DFC 100%);
}
.faq .nav-tabs .tab.active .ic-1 {
  background: url(../../images/rs/faq/ds-zj-qa-ic-24-xt-active.svg) no-repeat center / cover;
}
.faq .nav-tabs .tab.active .ic-2 {
  background: url(../../images/rs/faq/ds-zj-qa-ic-24-drive-active.svg) no-repeat center / cover;
}
.faq .nav-tabs i {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  vertical-align: middle;
}
.faq .nav-tabs i.ic-1 {
  background: url(../../images/rs/faq/ds-zj-qa-ic-24-xt.svg) no-repeat center / cover;
}
.faq .nav-tabs i.ic-2 {
  background: url(../../images/rs/faq/ds-zj-qa-ic-24-drive.svg) no-repeat center / cover;
}
.faq .tab-cnt {
  background: #fff;
  padding: 16px 60px;
  border-radius: 8px;
}
.faq .tab-pane {
  display: none;
}
.faq .tab-pane.active {
  display: block;
}
.faq .pane-item {
  padding-bottom: 8px;
  border-bottom: 1px solid #E3E9F1;
}
.faq .pane-item.active .pane-tt::after {
  background-image: url(../../images/rs/rs-index/ds-zj-4-ic-24-arrow-2.svg);
}
.faq .pane-tt {
  padding: 25px 0 17px;
  padding-right: 30px;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}
.faq .pane-tt::after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../images/rs/rs-index/ds-zj-4-ic-24-arrow-1.svg) no-repeat center center / cover;
  position: absolute;
  top: 25px;
  right: 0;
}
.faq .pane-dody {
  font-size: 14px;
  line-height: 24px;
  display: none;
  padding-bottom: 16px;
}
@media (max-width: 476px) {
  .faq .tab-cnt {
    padding: 16px 20px;
  }
}
/*# sourceMappingURL=faq.css.map */