.banner {
  background: url(../images/index/banner_bg.jpg) no-repeat center;
  background-size: cover;
  height: 7.48rem;
  position: relative;
}

.banner-img-left {
  position: absolute;
  top: -0.4rem;
  left: 0;
}

.banner-img-right {
  position: absolute;
  bottom: -1.4rem;
  right: 0;
}

.banner-content {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  padding-left: 0.4rem;
  position: relative;
  z-index: 2;
}

.banner-left {
  margin-right: -2rem;
  padding-top: 2.9rem;
}

.banner-left h1 {
  font-weight: 600;
  font-size: 60px;
  margin-bottom: 0.25rem;
}

.banner-left h3 {
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 0.5rem;
}

.banner-left h3 span {
  font-weight: 700;
}
.banner-right {
  flex-shrink: 0;
  position: relative;
  left: 1.72rem;
}

.br-mobile {
  display: none;
}

@media (max-width: 1850px) {
  .banner-img-left {
    left: -2rem;
  }
}

@media (max-width: 1400px) {
  .banner-img-left {
    left: -3.5rem;
  }
}
@media (max-width: 1140px) {
  .br-pc {
    display: none;
  }
  .br-mobile {
    display: block;
  }
  .banner {
    background: url(../images/index/banner_bg_mobile.jpg) no-repeat center;
    background-size: cover;
    height: 15.26rem;
  }
  .banner-content {
    padding-left: 0;
    text-align: center;
    justify-content: center;
    flex-direction: column;
  }
  .banner-left {
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.2rem;
  }
  .banner-left h1 {
    font-size: 0.6rem;
    margin-bottom: 0.32rem;
  }
  .banner-left h3 {
    font-size: 0.4rem;
    margin-bottom: 0.76rem;
  }
  .download-now-button {
    margin-left: auto;
    margin-right: auto;
    width: 4.42rem;
    height: 1rem;
    font-weight: 500;
    font-size: 0.32rem;
    line-height: 1rem;
  }
  .banner-right {
    left: 0;
    margin-top: -0.3rem;
  }
  .banner-right img {
    margin-left: auto;
    margin-right: auto;
    width: 5.22rem;
  }
  .banner-img-left {
    top: 5.4rem;
    left: -3.5rem;
    width: 6.2rem;
  }
  .banner-img-right {
    bottom: -0.95rem;
    right: -1.6rem;
    width: 7.2rem;
  }
}
.part-one {
  padding-top: 0.9rem;
  padding-bottom: 0.95rem;
}
.pc-title {
  font-weight: 600;
  font-size: 40px;
  text-align: center;
  color: #284348;
}

.part-one-line {
  display: flex;
  max-width: 9.3rem;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  text-align: center;
  margin-top: 0.44rem;
}

.part-one-line > div h2 {
  font-weight: 600;
  font-size: 40px;
  color: #26b094;
  margin-bottom: 0.1rem;
}

.part-one-line > div p {
  font-weight: 400;
  font-size: 20px;
  color: #284348;
}

.part-one-right h2 {
  font-weight: 600;
  font-size: 40px;
}

.part-one-right h3 {
  font-weight: 600;
  font-size: 28px;
  color: #26b094;
  margin-top: 0.24rem;
  margin-bottom: 0.52rem;
}

.part-one-right-line {
  font-size: 20px;
  font-weight: 400;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 0.24rem;
  line-height: 0.3rem;
}

.part-one-bottom {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  margin-top: 0.86rem;

  max-width: 11.7rem;
  justify-content: space-between;
  display: grid;
  grid-template-columns: 640px 424px;
}

.part-one-left {
  display: flex;
  align-items: flex-start;
  grid-row: 1/3;
}

.part-one-right {
  margin-top: 0.05rem;
  margin-left: -0.5rem;
}

.part-one-right-line-container {
  margin-left: -0.5rem;
}

.part1_phone {
  margin-left: -0.85rem;
  margin-top: 1.05rem;
}

@media (max-width: 1140px) {
  .pc-title {
    font-size: 0.52rem;
  }
  .part-one-line {
    flex-direction: column;
    gap: 0.8rem;
  }
  .part-one-line > div h2 {
    font-size: 0.8rem;
  }
  .part-one-line > div p {
    font-size: 0.4rem;
  }
  .part-one-bottom {
    grid-template-columns: 1fr;
    margin-top: 1.1rem;
  }
  .part-one-right {
    grid-row: 1/2;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.5rem;
  }
  .part-one-left {
    grid-row: 2/3;
    margin-left: auto;
    margin-right: auto;
  }
  .part-one-right-line-container {
    margin-left: auto;
    margin-right: auto;
    margin-top: -0.2rem;
  }
  .part-one {
    padding-top: 1.24rem;
  }
  .part-one-right h2 {
    font-size: 0.52rem;
  }
  .part-one-right h3 {
    font-size: 0.4rem;
    font-weight: 400;
  }
  .part1_screen {
    width: 5.9rem;
  }
  .part1_phone {
    width: 1.8rem;
  }
  .tick-icon {
    width: 0.6rem;
    height: 0.6rem;
  }
  .part-one-right-line {
    font-size: 0.32rem;
    gap: 0.48rem;
    width: 6rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.52rem;
    line-height: 0.6rem;
  }
}

.part-two {
  background: url(../images/index/part_two_bg.jpg) no-repeat center;
  background-size: cover;
  height: 6.8rem;
  padding-top: 0.88rem;
  position: relative;
}

.part-two-download-button-container {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 0.8rem;
}

.marquee {
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 0.5rem;
  gap: 0.68rem;
  -webkit-mask-image: linear-gradient(
    var(--mask-direction, to right),
    hsl(0 0% 0% / 0),
    hsl(0 0% 0% / 1) 20%,
    hsl(0 0% 0% / 1) 80%,
    hsl(0 0% 0% / 0)
  );
  mask-image: linear-gradient(
    var(--mask-direction, to right),
    hsl(0 0% 0% / 0),
    hsl(0 0% 0% / 1) 20%,
    hsl(0 0% 0% / 1) 80%,
    hsl(0 0% 0% / 0)
  );
}

.marquee-group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 0.68rem;
  min-width: 100%;
  -webkit-animation: scroll 45s linear infinite;
  animation: scroll 45s linear infinite;
  animation-direction: reverse;
  will-change: transform;
}
.marquee-outer-container {
  margin-top: 0.4rem;
}
.marquee-outer-container:hover .marquee-group {
  animation-play-state: paused;
}

.marquee-item {
  padding: 0.12rem 0.33rem;
  background: white;
  border-radius: 30px;
  font-weight: 700;
  font-size: 22px;
  display: flex;
  gap: 0.1rem;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #284348;
}

.marquee-row1 .marquee-group {
  animation-duration: 52s;
}

.marquee-row2 .marquee-group {
  animation-duration: 48s;
}
.marquee-row3 .marquee-group {
  animation-duration: 50s;
}
.marquee-row4 .marquee-group {
  animation-duration: 51s;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-100% - 0.68rem));
  }
}

@keyframes scroll-mobile {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-100% - 1.62rem));
  }
}
@media (max-width: 1140px) {
  .part-two {
    background: url(../images/index/part_two_bg_mobile.jpg) no-repeat center;
    background-size: cover;
    height: auto;
    padding-bottom: 0.6rem;
  }
  .part-two-download-button-container {
    bottom: 1.3rem;
  }
  .marquee-item {
    font-size: 0.54rem;
    padding: 0.2rem 0.8rem;
    border-radius: 0.6rem;
  }
  .marquee {
    margin-bottom: 0.75rem;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .marquee-group {
    /* -webkit-animation: scroll-mobile 45s linear infinite;
    animation: scroll-mobile 45s linear infinite;
    animation-direction: reverse; */
  }
  .marquee-logo-img {
    width: 0.9rem;
    height: 0.9rem;
  }
  .marquee-outer-container {
    margin-top: 1rem;
  }
}
.part-three-container {
  display: grid;
  grid-template-columns: 555px 725px;
  justify-content: center;
}

.part-three-right h2 {
  font-weight: 600;
  font-size: 40px;
}
.part-three-right h3 {
  font-weight: 600;
  font-size: 28px;
  margin-top: 0.24rem;
  margin-bottom: 0.5rem;
}

.part-three-right-line {
  display: flex;
  align-items: flex-start;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 0.28rem;
  line-height: 0.3rem;
}

.qr-outer-container {
  font-weight: 600;
  font-size: 28px;
  width: 500px;
  height: 140px;
  background: #26b094;
  border-radius: 15px;
  color: white;
  display: flex;
  align-items: center;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  margin-top: 0.4rem;
}

.qr-left {
  padding-left: 0.18rem;
  padding-right: 0.18rem;
}
.qr-right {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 0.2rem;
}

.part-three-left {
  margin-top: -0.24rem;
  position: relative;
  left: 0.45rem;
  grid-row: 1/3;
}
.part-three-right {
  margin-top: 1.14rem;
  margin-left: 1rem;
}
.part-three-right h3 {
  margin-bottom: -0.8rem;
}
.part-three-right-line p {
  margin-left: 0.24rem;
  width: 70%;
}
.part-three-right-bottom {
  margin-left: 1rem;
}

.part-three-download-buttons-container {
  display: none;
}
.part-three-download-button {
  width: 2.82rem;
  height: 1rem;
  display: none;
}
@media (max-width: 1140px) {
  .part-three-download-buttons-container {
    display: flex;
    gap: 0.32rem;
    justify-content: center;
    margin-top: 0.72rem;
  }
  .part-three-container {
    grid-template-columns: 1fr;
  }
  .part-three-left {
    grid-row: 2/3;
    left: 0;
  }
  .part-three-right {
    grid-row: 1/2;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .part-three-right h2 {
    font-size: 0.52rem;
  }
  .part-three-right h3 {
    font-weight: 400;
    font-size: 0.4rem;
  }
  .part-three-left img {
    margin-left: auto;
    margin-right: auto;
    width: 6.5rem;
    position: relative;
    left: 0.3rem;
    margin-top: 0.3rem;
  }
  .part-three-right-line {
    font-size: 0.32rem;
    width: 6rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.32rem;
    line-height: 0.6rem;
  }
  .star-icon {
    width: 0.6rem;
    height: 0.6rem;
  }
  .part-three-right-line p {
    margin-left: 0.48rem;
    width: 100%;
    line-height: 1.74;
  }
  .part-three-right-bottom {
    margin-left: 0;
    margin-top: -1rem;
  }
  .qr-outer-container {
    display: none;
  }
  .part-three {
    padding-bottom: 1.24rem;
  }
}

.part-four {
  background: #fbfbfb;
  padding-top: 0.82rem;
  padding-bottom: 1rem;
}

.subtitle-pc {
  font-weight: 400;
  font-size: 20px;
}

.part-four-subtitle-container {
  margin-top: 16px;
  text-align: center;
}

.part-four-card-container {
  display: flex;
  gap: 32px;
  justify-content: space-between;
  max-width: 1175px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.54rem;
}

.part-four-card {
  flex: 1;
  background: white;
  border-radius: 20px;
  padding-top: 18px;
  height: 4.72rem;
}
.part-four-card-title {
  color: #26b094;
  font-weight: 600;
  font-size: 28px;
  text-align: center;
}

.part-four-card-text {
  color: #284348;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  margin-top: 8px;
  line-height: 1.7;
  width: 88%;
  margin-left: auto;
  margin-right: auto;
}

.part-four-card-img-mobile {
  display: none;
  margin-left: auto;
  margin-right: auto;
}

.part-four-card-img1 {
  width: 5.42rem;
}

.part-four-card-img2 {
  width: 4.49rem;
}

.part-four-card-img3 {
  width: 5.82rem;
}

@media (max-width: 1140px) {
  .part-four-card-img-pc {
    display: none;
  }
  .part-four-card-img-mobile {
    display: block;
  }
  .subtitle-pc {
    font-size: 0.4rem;
  }
  .part-four {
    padding-top: 1.3rem;
    padding-bottom: 1.4rem;
  }
  .part-four-subtitle-container {
    margin-top: 0.32rem;
  }
  .part-four-card-container {
    flex-direction: column;
    margin-top: 0.66rem;
    gap: 0.4rem;
  }
  .part-four-card {
    height: 9.66rem;
    width: 91.5%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0.36rem;
    padding-top: 0.4rem;
    flex: none;
  }
  .part-four-card-title {
    font-size: 0.44rem;
    margin-top: 0.52rem;
  }
  .part-four-card-text {
    font-size: 0.32rem;
    font-weight: 400;
    width: 85%;
    margin-top: 0.24rem;
  }
}
.part-five {
  background: url(../images/index/part5_bg.jpg) no-repeat center;
  background-size: cover;
  height: 10.85rem;
  padding-top: 0.84rem;
}

.part-five .pc-title {
  color: white;
}

.part-five-screen {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.52rem;
}

.part-five-container {
  display: flex;
  justify-content: center;
  color: white;
  gap: 182px;
  margin-top: -1rem;
}

.part-five-container h4 {
  font-weight: 600;
  font-size: 28px;
  margin-top: 0.12rem;
  margin-bottom: 0.06rem;
}

.part-five-container p {
  font-weight: 400;
  font-size: 16px;
}

.part-five-container > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.part-five-download-button-container {
  display: flex;
  justify-content: center;
  margin-top: 0.6rem;
}

.part-five-inner-container {
  text-align: center;
}

@media (max-width: 1140px) {
  .part-five {
    padding-top: 1.3rem;
    background: url(../images/index/part5_bg_mobile.jpg) no-repeat center;
    background-size: cover;
    height: 13.88rem;
  }
  .part-five-screen {
    width: 6.86rem;
    margin-top: 0.78rem;
  }
  .part-five-container > div {
    flex-direction: row;
  }
  .part-five-container h4 {
    font-size: 0.56rem;
  }
  .part-five-container p {
    font-size: 0.32rem;
  }
  .part-five-icon1 {
    width: 0.98rem;
  }
  .part-five-icon2 {
    width: 0.95rem;
  }
  .part-five-icon3 {
    width: 0.6rem;
  }
  .part-five-container {
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-start;
    width: 3.86rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: -0.66rem;
  }
  .part-five-inner-container {
    text-align: left;
    margin-left: 0.32rem;
  }
  .part-five-icon-container {
    width: 1rem;
    display: flex;
    justify-content: center;
  }
  .part-five-download-button-container {
    display: none;
  }
}
.part-six {
}
.part-six-container {
  color: #284348;
  display: flex;
  justify-content: center;
  padding-left: 2rem;
  padding-top: 0.4rem;
  display: grid;
  grid-template-columns: 50.6fr 49.4fr;
  max-width: 1564px;
  margin-left: auto;
  margin-right: auto;
  min-height: 7.3rem;
}
.part-six-left h2 {
  font-weight: 600;
  font-size: 60px;
}

.part-six-left h3 {
  font-weight: 600;
  font-size: 28px;
  margin-top: 0.24rem;
  margin-bottom: 0.56rem;
}

.part-six-left h3 span {
  color: #26b094;
}

.download-now-button-long {
  width: 2.9rem;
  height: 0.5rem;
  padding-top: 0;
}

.part-six-left {
  margin-top: 1.76rem;
}

.part-six-right {
  grid-row: 1/3;
  grid-column: 2/3;
  display: flex;
  align-items: flex-end;
}
.part-six-download-button-container {
  margin-top: -1.2rem;
}

.part-six-img-mobile {
  display: none;
}
@media (max-width: 1140px) {
  .part-six {
    padding-bottom: 1rem;
  }
  .part-six-container {
    grid-template-columns: 1fr;
    padding-left: 0;
  }
  .part-six-right {
    grid-column: 1/2;
    grid-row: 2/3;
    justify-content: center;
    margin-top: -0.68rem;
  }
  .part-six-left {
    grid-row: 1/2;
    text-align: center;
    margin-top: 0.9rem;
  }
  .part-six-img-pc {
    display: none;
  }
  .part-six-img-mobile {
    display: block;
    width: 6.8rem;
  }
  .part-six-download-button-container {
    margin-top: 0.6rem;
  }
  .part-six-left h2 {
    font-size: 0.52rem;
  }
  .part-six-left h3 {
    width: 6.86rem;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
    font-size: 0.4rem;
  }
  .download-now-button-long {
    width: 5.8rem;
    height: 1rem;
  }
}
