body.lock {
  overflow: hidden;
}
.index-banner1 {
  position: relative;
  margin-bottom: 11px;
  /* 箭头区域 */
}
.index-banner1 .video {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100vh;
  object-fit: cover;
  mix-blend-mode: multiply;
}
.index-banner1 .text1 {
  position: absolute;
  bottom: 1.4rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

/* 2025-7-23 修改 */
.index-banner1 .text1 .p-cate {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 400;
  font-size: max(0.24rem, 20px);
  color: #ffffff;
  margin-bottom: max(0.12rem, 7px);
  line-height: 1;
  /* white-space: nowrap; */
  overflow-wrap: break-word;
}
/* 2025-7-23 修改 */
.index-banner1 .text1 .p-name {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 600;
  font-size: max(0.6rem, 24px);
  color: #ffffff;
  margin-bottom: max(0.29rem, 15px);
  line-height: 1;
  /* white-space: nowrap; */

  overflow-wrap: break-word;
}
.index-banner1 .text1 .p-desc {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 500;
  font-size: max(0.6rem, 24px);
  color: #ffffff;
  margin-bottom: max(0.75rem, 20px);
  line-height: 1;
  overflow-wrap: break-word;
}
.index-banner1 .text1 .btn-list {
  display: flex;
  /* 2025-6-27 调整 */
  justify-content: center;
}
.index-banner1 .text1 .btn-list .btn {
  width: max(3rem, 200px);
  height: max(0.6rem, 50px);
  border-radius: 10px;
  font-family: HONOR Sans CN;
  font-weight: 400;
  font-size: max(0.2rem, 16px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-banner1 .text1 .btn-list .btn:nth-child(1) {
  margin-right: 15px;
}
.index-banner1 .text1 .btn-list .btn.btn1 {
  background: #ffd100;
  color: #000000;
  transition: all 0.6s ease;
}
.index-banner1 .text1 .btn-list .btn.btn1:hover {
  background-color: rgba(255, 209, 0, 0.75);
}
.index-banner1 .text1 .btn-list .btn.btn2 {
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.index-banner1 .text1 .btn-list .btn.btn2::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #ffd100;
  z-index: -1;
  transition: all 0.6s ease;
}
.index-banner1 .text1 .btn-list .btn.btn2:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.index-banner1 .index-banner-down {
  position: absolute;
  left: 50%;
  bottom: max(0.38rem, 15px);
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  align-items: flex-end;
}
.index-banner1 .index-banner-down .index-swiper1-pagination {
  width: calc(240px * 2);
  display: flex;
  margin-right: 16px;
}
.index-banner1 .index-banner-down .index-swiper1-pagination .pagination-item {
  flex: 1;
  margin-right: 10px;
  cursor: pointer;
}
.index-banner1 .index-banner-down .index-swiper1-pagination .pagination-item:hover .line-text {
  color: #fff;
}
.index-banner1 .index-banner-down .index-swiper1-pagination .pagination-item:hover .line {
  background-color: #ffffff;
}
.index-banner1 .index-banner-down .index-swiper1-pagination .pagination-item.active .line-text {
  color: #fff;
}
.index-banner1 .index-banner-down .index-swiper1-pagination .pagination-item.active .line .bar {
  animation-name: widthAnimate;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
/* 设置默认的时长，后面会通过js动态设置动画时长，这里做为回退数值存在 */
.index-banner1 .index-banner-down .index-swiper1-pagination .pagination-item.active .line .bar1 {
  animation-duration: 9s;
}
.index-banner1 .index-banner-down .index-swiper1-pagination .pagination-item.active .line .bar2 {
  animation-duration: 7s;
}
.index-banner1 .index-banner-down .index-swiper1-pagination .pagination-item.active .line .bar3 {
  animation-duration: 6s;
}
.index-banner1 .index-banner-down .index-swiper1-pagination .pagination-item .line-text {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  transition: 0.2s;
  margin-bottom: 15px;
}
.index-banner1 .index-banner-down .index-swiper1-pagination .pagination-item .line {
  background-color: #ffffff;
  display: block;
  width: 100%;
  height: 2px;
  transition: all 0.6s ease;
  position: relative;
}
.index-banner1 .index-banner-down .index-swiper1-pagination .pagination-item .line .bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #ffd100;
}
.index-banner1 .index-banner-down .index-swiper1-pagination .pagination-item:last-of-type {
  margin-right: 0;
}
.index-banner1 .index-banner-down .banner-btn {
  user-select: none;
  cursor: pointer;
}
.index-banner1 .index-banner-down .banner-btn img {
  display: none;
}
.index-banner1 .index-banner-down .banner-btn img.active {
  display: block;
}
.index-banner1 .index-banner-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  text-align: center;
  line-height: 48px;
  color: #fff;
  font-size: 20px;
  transition: 0.35s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
}
.index-banner1 .index-banner-arrow:hover {
  background-color: rgba(0, 0, 0, 0.3);
  border-color: transparent;
}
.index-banner1 .index-banner-arrow.index-arrow-l {
  left: 20px;
}
.index-banner1 .index-banner-arrow.index-arrow-r {
  right: 20px;
}
@keyframes widthAnimate {
  to {
    width: 100%;
  }
}
.index-common-section {
  position: relative;
  margin-bottom: 11px;
  overflow: hidden;
  background-color: #f8f9fd;
}
.index-common-section .section-wrap {
  display: flex;
  align-items: center;
}
.index-common-section.index-section-left .pic {
  margin-right: max(20px, 0.35rem);
}
.index-common-section.index-section-right .pic {
  margin-left: max(20px, 0.35rem);
}
.index-common-section .pic:hover img {
  transform: scale(1.03);
}
.index-common-section .pic img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.6s ease;
}
.index-common-section .section-text {
  text-align: center;
}
.index-common-section .section-text .p-cate {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 400;
  font-size: max(0.24rem, 18px);
  color: #000000;
  line-height: 1.08;
}
.index-common-section .section-text .p-name {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 600;
  font-size: max(0.4rem, 22px);
  color: #000000;
  margin-top: max(10px, 0.21rem);
  line-height: 1.08;
}
.index-common-section .section-text .p-desc {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 500;
  /* 2025-6-27 修改 */
  font-size: max(24px, 0.5rem);
  color: #000000;
  line-height: 1;
  margin-top: max(12px, 0.36rem);
}
.index-common-section .section-text .section-btn-list {
  display: flex;
  justify-content: center;
  margin-top: max(20px, 1.04rem);
}
.index-common-section .section-text .section-btn-list .btn {
  width: max(2rem, 120px);
  height: max(0.6rem, 45px);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 400;
  font-size: max(0.2rem, 16px);
  color: #000000;
  line-height: 1;
  white-space: nowrap;
  margin-right: 15px;
}
.index-common-section .section-text .section-btn-list .btn:last-of-type {
  margin-right: 0;
}
.index-common-section .section-text .section-btn-list .btn.btn1 {
  background: #ffd100;
  transition: all 0.6s ease;
}
.index-common-section .section-text .section-btn-list .btn.btn1:hover {
  background-color: rgba(255, 209, 0, 0.75);
}
.index-common-section .section-text .section-btn-list .btn.btn2 {
  border: 1px solid #000000;
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: all 0.6s ease;
}
.index-common-section .section-text .section-btn-list .btn.btn2::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #ffd100;
  z-index: -1;
  transition: all 0.6s ease;
}
.index-common-section .section-text .section-btn-list .btn.btn2:hover {
  border-color: #ffd100;
}
.index-common-section .section-text .section-btn-list .btn.btn2:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
/* 第一个 */
.index-section1 {
  padding-top: max(1.52rem, 35px);
  display: flex;
  justify-content: center;
}
.index-section1 .section-wrap {
  max-width: calc(1200px + 30px);
  width: 86%;
  justify-content: space-between;
  margin-left: -30px;
}
.index-section1 .section-wrap .pic {
  width: 41.383%;
}
/* 第二个 */
.index-section2 {
  padding-top: max(1.52rem, 35px);
  display: flex;
  justify-content: center;
}
.index-section2 .section-wrap {
  max-width: calc(1200px + 50px);
  width: 86%;
  justify-content: space-between;
  margin-left: 50px;
}
.index-section2 .section-wrap .pic {
  width: 53.12%;
}
/* 第三个 */
.index-section3 {
  padding-top: max(1.91rem, 35px);
  display: flex;
}
.index-section3 .section-wrap {
  max-width: 1560px;
  width: 86%;
  justify-content: space-between;
  margin-left: max(1.05rem, 35px);
}
.index-section3 .section-wrap .pic {
  width: 58.27%;
}
/* 第四个 */
.index-section4 {
  display: flex;
  justify-content: center;
}
.index-section4 .section-wrap {
  max-width: calc(1200px + 75px);
  width: 86%;
  justify-content: space-between;
  margin-left: max(35px, 0.75rem);
}
.index-section4 .section-wrap .pic {
  width: 38.51%;
}
.index-section4 .section-wrap .pic img {
  max-height: 9.7rem;
  object-fit: cover;
  object-position: center top;
}
@media (min-width: 1921px) {
  .index-section3 .section-wrap {
    margin-left: 10vw;
  }
}
/* 左边放图片动画 */
.index-section-left {
  margin-left: auto;
  margin-right: auto;
}
.index-section-left .pic {
  transform: translateY(50%);
  transition: all 1s linear;
}
.index-section-left .section-text .p-cate {
  transform: translateY(70%);
  opacity: 0;
  transition: 1s ease all;
  visibility: hidden;
}
.index-section-left .section-text .p-name {
  transform: translateY(70%);
  opacity: 0;
  transition: 1s ease all 0.2s;
  visibility: hidden;
}
.index-section-left .section-text .p-desc {
  transform: translateY(70%);
  opacity: 0;
  transition: 1s ease all 0.5s;
  visibility: hidden;
}
.index-section-left .section-text .section-btn-list {
  opacity: 0;
  transform: translateY(100%);
  transition: 1s ease all 0.8s;
}
.index-section-left.show .pic {
  transform: translateY(0);
}
.index-section-left.show .section-text .p-cate,
.index-section-left.show .section-text .p-name,
.index-section-left.show .section-text .p-desc {
  visibility: visible;
  transform: translateY(0%);
  opacity: 1;
}
.index-section-left.show .section-text .section-btn-list {
  opacity: 1;
  transform: translateY(0);
}
/* 右边放图片动画 */
.index-section-right {
  margin-left: auto;
  margin-right: auto;
}
.index-section-right .pic {
  transform: translateY(50%);
  transition: all 1s linear;
}
.index-section-right .section-text .p-cate {
  transform: translateY(70%);
  visibility: hidden;
  opacity: 0;
  transition: 1s ease all;
}
.index-section-right .section-text .p-name {
  transform: translateY(70%);
  visibility: hidden;
  opacity: 0;
  transition: 1s ease all 0.2s;
}
.index-section-right .section-text .p-desc {
  transform: translateY(70%);
  visibility: hidden;
  opacity: 0;
  transition: 1s ease all 0.5s;
}
.index-section-right .section-text .section-btn-list {
  opacity: 0;
  transform: translateY(-100%);
  transition: 1s ease all 0.8s;
}
.index-section-right.show .pic {
  transform: translateY(0);
}
.index-section-right.show .section-text .p-cate,
.index-section-right.show .section-text .p-name,
.index-section-right.show .section-text .p-desc {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
.index-section-right.show .section-text .section-btn-list {
  opacity: 1;
  transform: translateY(0);
}
.index-app {
  position: relative;
  background-color: #f8f9fd;
}
.index-app .pic img {
  display: block;
  width: 100%;
  height: auto;
}
.index-app .app-text {
  position: absolute;
  max-width: 1200px;
  width: 86%;
  left: 50%;
  top: 18.763%;
  transform: translateX(-50%);
  z-index: 2;
}
.index-app .app-text .app-title {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 500;
  font-size: max(24px, 0.6rem);
  color: #000000;
  /* line-height: 74px; */
  line-height: 1.233;
}
.index-app .app-text .app-desc {
  margin-top: max(0.31rem, 15px);
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 400;
  font-size: max(0.24rem, 18px);
  color: #000000;
  line-height: 1.416;
}
.index-app .app-text .app-line {
  display: flex;
  align-items: flex-end;
}
.index-app .app-text .app-line .left {
  margin-right: 16px;
}
.index-app .app-text .app-line .left .app-support {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 400;
  font-size: max(0.2rem, 16px);
  color: #000000;
  line-height: 1.7;
  margin-bottom: calc(20px - 7px);
}
.index-app .app-text .app-line .left .download-line {
  display: flex;
  align-items: center;
}
.index-app .app-text .app-line .left .download-line .download-btn {
  margin-right: 8px;
}
.index-app .app-text .app-line .left .download-line .download-btn:last-of-type {
  margin-right: 0;
}
.index-app .app-text .app-line .right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max(67px, 1.67rem);
  height: max(67px, 1.67rem);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: -5px;
}
.index-app .app-text .app-line .right .app-qrcode {
  display: block;
  object-fit: contain;
  object-position: center center;
  width: max(1.27rem, 56px);
  height: max(1.27rem, 56px);
}
.index-app .app-text .app-more-desc {
  display: flex;
  align-items: center;
  margin-top: max(1.31rem, 25px);
}
.index-app .app-text .app-more-desc .pic img {
  width: max(45px, 0.91rem);
  height: max(45px, 0.91rem);
  object-fit: contain;
  object-position: center center;
}
.index-app .app-text .app-more-desc .more-text {
  margin-left: max(0.27rem, 12px);
}
.index-app .app-text .app-more-desc .more-text p {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 500;
  font-size: max(0.2rem, 16px);
  color: #000000;
  /*  line-height: 34px; */
  line-height: 1.7;
}
/* app区域动画 */
.index-app {
  overflow: hidden;
  /* 展示动画 */
}
.index-app .pic {
  transform: translateY(50%);
  transition: all 1s linear;
}
.index-app .app-text .app-title {
  color: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transform: translateY(70%);
  visibility: hidden;
  transition: all 0.6s ease;
}
.index-app .app-text .app-desc {
  color: rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  transform: translateY(70%);
  transition: all 0.6s ease 0.3s;
}
.index-app .app-text .app-line {
  transform: translateY(30%);
  opacity: 0;
  transition: all 1s ease 0.7s;
}
.index-app .app-text .app-more-desc {
  transform: translateY(30%);
  opacity: 0;
  transition: all 1s ease 0.6s;
}
.index-app.show .pic {
  transform: translateY(0%);
}
.index-app.show .app-text .app-title {
  color: #000000;
  opacity: 1;
  transform: translateY(0%);
  visibility: visible;
}
.index-app.show .app-text .app-desc {
  color: #000000;
  opacity: 1;
  transform: translateY(0%);
  transition: all 0.6s ease 0.3s;
  visibility: visible;
}
.index-app.show .app-text .app-line {
  transform: translateY(0);
  opacity: 1;
}
.index-app.show .app-text .app-more-desc {
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 1450px) {
  .index-app .app-text {
    left: 7.75%;
    transform: translateX(0);
  }
  .index-banner1 .text1 {
    bottom: 1.8rem;
  }
}
@media (max-width: 1200px) {
  .index-common-section.index-section-right .section-text {
    left: 12.75%;
  }
  .index-common-section.index-section-left .section-text {
    right: 12.75%;
  }
  .index-app .app-text .app-line .left .download-line .download-btn img {
    width: 118px;
  }
  .index-app .app-text {
    top: 12.75%;
  }
}
@media (max-width: 992px) {
  .index-section1,
  .index-section2,
  .index-section3,
  .index-section4 {
    padding-top: max(15px, 0.45rem);
    padding-bottom: max(15px, 0.45rem);
  }
  .index-common-section {
    align-items: center;
  }
}
@media (max-width: 768px) {
  .index-banner1 .text1 {
    top: 15vh;
    bottom: auto;
  }
  .index-banner1 .index-banner-down .index-swiper1-pagination {
    width: calc(120px * 2);
  }
  .index-common-section {
    display: flex;
    flex-wrap: wrap;
  }
  .index-common-section .pic {
    width: 100%;
    order: -1;
  }
  .index-common-section.index-section-left .section-text,
  .index-common-section.index-section-right .section-text {
    position: static;
    padding-top: max(0.35rem, 20px);
    padding-bottom: max(0.35rem, 25px);
    background-color: #f8f9fd;
    width: 100%;
  }
  /* 左边的图片 */
  .index-banner1 .text1 .p-name {
    font-size: max(0.4rem, 22px);
  }
  .index-banner1 .text1 .p-desc {
    font-size: max(0.4rem, 20px);
  }
  .index-common-section .section-text .p-cate {
    font-size: max(0.22rem, 16px);
  }
  .index-common-section .section-text .p-name {
    font-size: max(18px, 0.35rem);
  }
  .index-common-section .section-text .p-desc {
    font-size: max(0.45rem, 20px);
    margin-top: max(0.26rem, 10px);
  }
  .index-common-section .section-text .p-name {
    margin-top: 5px;
  }
  .index-common-section .section-text .section-btn-list {
    margin-top: max(0.6rem, 15px);
  }
  .index-app {
    display: flex;
    flex-wrap: wrap;
    background-color: #f8f9fd;
  }
  .index-app .pic {
    width: 100%;
    order: -1;
  }
  .index-app .app-text {
    position: static;
    width: 100%;
    text-align: center;
    padding-top: max(0.35rem, 20px);
    padding-bottom: max(0.35rem, 25px);
  }
  .index-app .app-text .app-line {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: max(0.35rem, 20px);
  }
  .index-app .app-text .app-line .left {
    width: 100%;
    order: 1;
    margin-top: 15px;
    margin-right: 0;
  }
  .index-app .app-text .app-line .left .download-line {
    justify-content: center;
  }
  .index-app .app-text .app-line .right {
    margin-top: 0;
  }
  .index-app .app-text .app-title {
    font-size: max(0.45rem, 20px);
  }
  .index-app .app-text .app-more-desc {
    margin-top: max(0.2rem, 15px);
    justify-content: center;
  }
  .index-app .app-text .app-more-desc .pic {
    width: auto;
  }
}
@media (max-width: 576px) {
  /* 2025-6-12 修改 */
  .index-banner1 {
    margin-top: var(--headerHeight);
  }
  .index-banner1 .video {
    height: auto;
  }
  .index-banner1 .swiper-slide {
    padding-bottom: 15px;
  }
  .index-banner1 .text1 .btn-list {
    justify-content: center;
  }
  .index-banner1 .index-banner-arrow.index-arrow-l {
    left: 5px;
    width: 30px;
    height: 30px;
  }
  .index-banner1 .index-banner-arrow.index-arrow-r {
    width: 30px;
    height: 30px;
    right: 5px;
  }
  .index-banner1 .index-banner-down .index-swiper1-pagination .pagination-item .line-text {
    margin-bottom: 5px;
  }
  .index-banner1 .index-banner-down {
    bottom: 10%;
  }
  /* 2025-6-12 修改 */
  .index-common-section .section-wrap {
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
  }
  .index-common-section .section-wrap .pic {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
  .index-common-section .section-wrap .pic img {
    display: block;
    width: 100%;
    max-height: 35vh;
    object-fit: contain;
    object-position: center center;
  }
  .index-common-section .section-wrap .section-text {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  /* 2025-6-12 修改 */
  .index-banner1 .text1 .btn-list .btn {
    width: 110px;
    height: 35px;
    font-size: 12px;
    line-height: 1.5;
  }
  .index-banner1 .index-banner-arrow {
    width: 36px;
    height: 36px;
    top: 42%;
  }
  .index-banner1 .index-banner-arrow img {
    width: 14px;
  }
  .index-common-section .section-text .section-btn-list .btn {
    font-size: 14px;
  }
  .index-app .app-text .app-desc {
    font-size: 16px;
  }
  .index-app .app-text .app-line .right {
    width: 97px;
    height: 97px;
  }
  .index-app .app-text .app-line .right .app-qrcode {
    width: calc(97px - 10px);
    height: calc(97px - 10px);
  }
  .index-app .app-text .app-more-desc .more-text p {
    font-size: 14px;
  }
  .index-common-section .section-text .section-btn-list .btn {
    height: 40px;
  }
}
/* 2025-6-16 添加 */
/* 小于等于768的时候 */
@media (max-width: 768px) {
  .phone-hide {
    display: none !important;
  }
  .index-banner1 .swiper-slide .pic {
    display: block;
    width: 100%;
    height: auto;
  }
  .index-banner1 .swiper-slide .pic img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center center;
  }
  /* 统一设置动画时长，已经全部调整为图片了 */
  .index-banner1 .index-banner-down .index-swiper1-pagination .pagination-item .line .bar {
    animation-duration: 6s !important;
  }
}
/* 大于等于769的时候 */
@media (min-width: 769px) {
  .pc-hide {
    display: none !important;
  }
}
