.faps-content {
  margin-top: 96px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.content-left {
  margin-right: 41px;
}
.content-left .left-text-1 {
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  color: #000000;
  margin-top: 120px;
}
.content-left .left-text-2 {
  font-size: 55px;
  font-weight: 500;
  line-height: normal;
  color: #000000;
  margin-bottom: 11px;
  margin-top: 12px;
}
.content-left .left-text-3 {
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  color: #000000;
}
.content-right {
  flex-grow: 1;
  padding-top: 60px;
}
.content-right .fap-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
  color: #000000;
  padding: 32px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.22);

}
.content-right .fap-item:hover >div {
  transform: translateY(-4px);
}
.content-right .fap-item:first-of-type {
  border-top: 1px solid rgba(0, 0, 0, 0.22);
}
.content-right .fap-item > div {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}
.content-right .fap-item .fap-item-no {
  font-size: 10px;
  font-weight: normal;
  line-height: 30px;
  color: #000000;
  padding-right: 16px;
}
.content-right .fap-item img {
  width: 32px;
  height: 32px;
}
.footer-banner {
  background-image: url('../images/faps/footer-banner-bg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 520px;
}
.footer-banner-content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 100px 0px;
}
.banner-content-left {
  padding-left: 34px;
}
.banner-content-left .left-title {
  font-size: 40px;
  font-weight: bold;
  line-height: normal;
  color: #000000;
  margin-bottom: 81px;
  position: relative;
}
.banner-content-left .left-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: -34px;
  width: 6px;
  height: 120px;
 background: #000000;
}
.banner-content-left .left-title span {
  color: #6C4BDA
}
.banner-content-left .left-tips {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #000000;
}
.banner-content-right  {
  margin-left: 131px;
  display: flex;
  align-items: center;
}
.banner-content-right .right-button {
  width: 376px;
  height: 54px;
  border-radius: 4px;
  background: #FFFFFF;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 54px;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  cursor: pointer;
}
.banner-content-right .right-button img {
  width: 40px;
  height: 40px;
  margin-left: 24px;
}


