/* Download APP module — sbhk122 /cn/download_app */
.t15-download-section.contaiBox.qipaibeijing {
  position: relative;
  overflow: hidden;
  background: transparent;
  background-color: transparent;
}

.t15-download-section .nrBox {
  width: min(100% - 2rem, 1080px);
  min-height: 780px;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 36px 0 48px;
  display: flex;
  flex-direction: column;
}

.t15-download-section .titleCell {
  margin-bottom: 20px;
}

.t15-download-section .titleCell h2 {
  color: var(--t15-title, #6a7391);
  text-shadow: none;
}

.t15-download-section .titleCell p {
  color: var(--t15-muted, #6a7391);
}

.t15-download-section .titleCell__script {
  color: rgba(114, 8, 145, 0.55);
  filter: none;
  opacity: 1;
}

.t15-download-section .titleCell__ornament--left,
.t15-download-section .titleCell__ornament--right {
  filter: brightness(0) invert(0.42) sepia(0.35) saturate(2.5) hue-rotate(260deg);
}

.zhenrenFlex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1 1 auto;
  min-height: 0;
  gap: 24px;
}

.zhenrenFlex > div:first-child {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zhenrenFlex > div:last-child {
  flex: 0 0 490px;
  width: 490px;
  padding-top: 15px;
  box-sizing: border-box;
}

.zhenrenimgChose {
  text-align: center;
}

.zhenrenimgChose img {
  display: inline-block;
  width: 92%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.gymChose__title {
  margin: 0;
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.35;
  color: var(--t15-brand, #720891);
}

.gymChose p {
  margin: 22px 0 50px;
  font-size: 15px;
  line-height: 1.85;
  color: #414755;
}

@media (max-width: 960px) {
  .t15-download-section.contaiBox.qipaibeijing {
    background-size: 100% auto;
    background-position: center top;
  }

  .t15-download-section .nrBox {
    width: min(100% - 2rem, 1080px);
    height: auto;
    padding: 48px 0 56px;
  }

  .zhenrenFlex {
    flex-direction: column;
    align-items: stretch;
    height: auto;
    gap: 28px;
  }

  .zhenrenFlex > div:last-child {
    flex: none;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    padding-top: 0;
  }

  .zhenrenimgChose img {
    width: min(92%, 480px);
  }

  .gymChose p {
    margin: 20px 0 36px;
  }
}

@media (max-width: 560px) {
  .t15-download-section .nrBox {
    width: min(100% - 1.5rem, 1080px);
    padding: 36px 0 44px;
  }

  .gymChose__title {
    font-size: 1.25rem;
  }

  .gymChose p {
    margin: 16px 0 28px;
    font-size: 14px;
    line-height: 1.75;
  }
}
