/* V20: varied blue/green section backdrops and localized footer actions. */
.features-v1,
.case-study,
.faq-section {
  background-color: #fbfdff !important;
  background-image: url('/jinghong-section-bg-1.png') !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

.feature-v2,
.feature-v5 {
  background-color: #fbfdff !important;
  background-image: url('/jinghong-section-bg-2.png') !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

.features-v3,
.feature-v4,
.pricing {
  background-color: #fbfdff !important;
  background-image: url('/jinghong-section-bg-3.png') !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

.w-webflow-badge,
a[href*='webflow.io'] .w-webflow-badge,
a[href*='webflow.com'].w-webflow-badge {
  display: none !important;
  visibility: hidden !important;
}

.social-icon-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-icon-wrapper .social-icons {
  position: relative;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  overflow: hidden;
  border-radius: 50%;
  background: #111 !important;
  color: #fff !important;
  transition: transform .22s ease, background-color .22s ease;
}

.social-icon-wrapper .social-icons:hover {
  background: #242424 !important;
  transform: translateY(-2px);
}

.social-icon-wrapper .social-icon {
  display: none !important;
}

.jh-social-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  color: #fff;
  font-family: Inter, "Microsoft YaHei", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
}

.jh-social-bilibili {
  width: 20px;
  height: 15px;
  border: 1.7px solid #fff;
  border-radius: 4px;
  font-size: 8px;
}
.jh-social-bilibili::before,
.jh-social-bilibili::after {
  content: "";
  position: absolute;
  top: -5px;
  width: 7px;
  height: 1.7px;
  border-radius: 2px;
  background: #fff;
}
.jh-social-bilibili::before { left: 2px; transform: rotate(35deg); }
.jh-social-bilibili::after { right: 2px; transform: rotate(-35deg); }

.jh-social-wechat::before,
.jh-social-wechat::after {
  content: "";
  position: absolute;
  border: 1.7px solid #fff;
  border-radius: 50%;
}
.jh-social-wechat::before { left: 1px; top: 3px; width: 13px; height: 10px; }
.jh-social-wechat::after { right: 0; bottom: 2px; width: 12px; height: 9px; background: #111; }

.jh-social-phone { font-family: "Segoe UI Symbol", sans-serif; font-size: 19px; font-weight: 400; }
.jh-social-red { font-size: 7px; letter-spacing: -.04em; }

@media (max-width: 767px) {
  .features-v1,
  .feature-v2,
  .features-v3,
  .feature-v4,
  .feature-v5,
  .case-study,
  .pricing,
  .faq-section { background-position: center top !important; }
}
