.banner {
  background: linear-gradient(180deg, #FFFFFF 0%, #D9EDFF 100%);
  text-align: center;
  padding: 124px 0;
}
.banner .sup {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 24px;
}
.banner .des {
  margin: 24px 0 0;
}
.help {
  padding: 100px 0;
  background: #F5FAFF;
  text-align: center;
}
.help .cnt {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  text-align: left;
}
.help .it {
  width: 368px;
  padding: 16px 24px 24px;
  border-radius: 8px;
  background: #fff;
}
.help .it h6 {
  margin-bottom: 16px;
}
.help .it .ic-tt {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../images/rs/rs-help/ds-zj-4-ic-24-title.svg) no-repeat center center / cover;
  vertical-align: middle;
  transform: translateY(-2px);
}
.help-ul {
  margin-top: 16px;
}
.help-ul li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
}
.help-ul li::before {
  content: "";
  top: 2px;
  left: 0;
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../../images/rs/rs-help/ds-zj-qa-ic-16-title.svg) no-repeat center center / cover;
}
.help-ul li a {
  color: #000;
}
.help-ul li a:hover {
  color: #2B6EFC;
}
.help .btn-blue {
  margin-top: 40px;
  width: 200px;
  font-size: 14px;
  height: 60px;
  line-height: 60px;
}
@media (max-width: 991px) {
  .help .it {
    width: 47%;
  }
}
@media (max-width: 767px) {
  .help .it {
    width: 100%;
    max-width: 600px;
  }
}
/*# sourceMappingURL=rs-help-index.css.map */