.home-page-shell .footer-right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-page-shell .footer-right .qr-code {
  order: 1;
  margin-top: 0;
}
.home-page-shell .footer-right .row-1 {
  order: 2;
  margin-top: 1rem;
}
.home-page-shell .footer-right .wechat-name {
  order: 3;
}

.section-1 {
  background: url('/images/web/head-bg.png') no-repeat center center/cover;
  background-position: center calc(50% + var(--parallax-scene-y, 0px));
}
.section-1 .page-container {
  padding-top: 2.4rem;
  padding-bottom: 0;
}
.section-1 .desc {
  font-size: 2rem;
  line-height: 2.8rem;
  margin-bottom: 4rem;
  color: #646566;
}
.section-1 .download.editor {
  margin-top: 3.2rem;
}
.section-1 .download .download-label {
  margin-bottom: 0.8rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
  color: #323233;
}
.section-1 .download-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 1.6rem;
}
.section-1 .download-btn + .download-btn {
  margin-left: 0;
}
.section-1 .download-btn {
  width: 15.6rem;
  max-width: 100%;
  height: 4.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2.3rem;
  font-size: 1.3rem;
  color: #fff;
  line-height: 4.6rem;
  cursor: pointer;
  font-weight: bold;
}
.section-1 .download-btn:hover {
  opacity: 0.8;
}
.section-1 .download-btn.orange {
  background-color: #FFAD0D;
  box-shadow: -0.8rem 0.8rem 3.2rem rgba(255, 173, 13, 0.2);
}
.section-1 .download-btn.green {
  background-color: #0DC8A5;
  box-shadow: -0.8rem 0.8rem 3.2rem rgba(13, 200, 165, 0.2);
}
.section-1 .download-btn img {
  height: 1.6rem;
  margin-right: 0.8rem;
}
.section-1 .right {
  width: min(100%, 48rem);
  margin-left: auto;
}
.section-1 .download-btn.drop-down {
  position: relative;
}
.section-1 .download-btn.drop-down::after {
  content: '';
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.4rem;
  background: url('/images/web/icon_24_arrow-down.png') no-repeat center/contain;
}
.section-1 .download-btn.drop-down .menu-wrapper {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding-top: 1rem;
}
.section-1 .download-btn.drop-down:hover .menu-wrapper {
  display: block;
}
.section-1 .download-btn.drop-down .menu {
  padding: 0.4rem;
  background-color: #fff;
  border-radius: 0.4rem;
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.08), 0 0.1rem 0.4rem rgba(0, 0, 0, 0.04);
}
.section-1 .download-btn.drop-down .menu li {
  height: 3.2rem;
  padding: 0 0.8rem;
  text-align: left;
  font-size: 1.4rem;
  line-height: 3.2rem;
  color: #323233;
  border-radius: 0.4rem;
}
.section-1 .download-btn.drop-down .menu li:hover{
  color: #0DC8A5;
  background-color: #F7FDFB;
}

.section-3 {
  position: relative;
  overflow: hidden;
  text-align: center;
  background-color: #0DC8A5;
}
.section-3::before,
.section-3::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.section-3::before {
  width: 34rem;
  height: 34rem;
  top: -14rem;
  left: -10rem;
  background: rgba(255, 255, 255, 0.08);
  transform: translate3d(0, var(--parallax-scene-y, 0px), 0);
}
.section-3::after {
  width: 24rem;
  height: 24rem;
  right: -7rem;
  bottom: -8rem;
  border: 4rem solid rgba(255, 255, 255, 0.06);
  transform: translate3d(0, calc(0px - var(--parallax-scene-y, 0px)), 0);
}
.section-3 .page-container {
  position: relative;
  z-index: 1;
  flex-direction: column;
}
.section-3 .title {
  color: #fff;
}
.section-3 .desc {
  color: rgba(255, 255, 255, 0.9);
}
.section-3 img {
  margin-top: 3.2rem;
  width: 100%;
  border-radius: 16px;
}

.section-4 .desc {
  margin-top: 1.2rem;
}
.section-4 .desc:first-of-type {
  margin-top: 3.2rem;
}

.section-5 .desc {
  margin-top: 1.2rem;
}
.section-5 .desc:first-of-type {
  margin-top: 3.2rem;
}

.home-page section {
  position: relative;
  overflow: hidden;
}
.home-page .page-container {
  position: relative;
  z-index: 1;
}
.home-page.is-parallax-ready [data-parallax] {
  transform: translate3d(0, var(--parallax-y, 0px), 0);
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  .home-page [data-parallax],
  .section-3::before,
  .section-3::after {
    transform: none !important;
    will-change: auto;
  }
}

@media screen and (max-width: 1199px) {
  .section-1 .page-container {
    align-items: center;
  }
  .section-1 .left,
  .section-1 .right {
    max-width: 100%;
  }
}
