.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 {
  text-align: center;
  background: url('/images/web/book.png') no-repeat right top/68% auto,
    url('/images/web/note.png') no-repeat left 16rem/55% auto,
    url('/images/web/award.png') no-repeat right 35rem/80% auto;
  background-position-y: var(--parallax-scene-y, 0px),
    calc(16rem + var(--parallax-scene-y, 0px)),
    calc(35rem + var(--parallax-scene-y, 0px));
}
.section-1 .left {
  order: 1;
  margin-top: 4rem;
}
.section-1 .desc {
  font-size: 2rem;
  line-height: 2.8rem;
  margin-bottom: 4rem;
  color: #646566;
}
.section-1 .download.editor {
  margin-top: 4rem;
}
.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-direction: column;
  align-items: center;
}
.section-1 .download-btn + .download-btn {
  margin-top: 1.6rem;
}
.section-1 .download-btn {
  width: min(100%, 28rem);
  height: 4.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2.3rem;
  font-size: 1.6rem;
  color: #fff;
  line-height: 4.6rem;
  cursor: pointer;
}
.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 .download-btn.drop-down {
  position: relative;
  opacity: 1;
}
.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-1 .right {
  margin-top: 0;
}

@media screen and (max-width: 480px) {
  .section-1 {
    background-size: 82% auto, 62% auto, 90% auto;
  }
}

.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: 20rem;
  height: 20rem;
  top: -8rem;
  left: -8rem;
  background: rgba(255, 255, 255, 0.08);
  transform: translate3d(0, var(--parallax-scene-y, 0px), 0);
}
.section-3::after {
  width: 15rem;
  height: 15rem;
  right: -6rem;
  bottom: -5rem;
  border: 2.5rem 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%;
  height: 57vw;
  object-fit: cover;
  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;
  }
}
