@charset "UTF-8";
.main-box {
  padding: 0 0 7em;
}

@media (max-width: 991.98px) {
  .main-box {
    padding: 0 0 1.2rem;
  }
}
.pindex-news {
  padding: 5.1em 0 0;
  position: relative;
  z-index: 20;
  background-color: #fff;
}

.pindex-news-title .title {
  font-size: 3em;
  line-height: 1;
  color: #25572A;
}
.pindex-news-title .doc {
  font-size: 1.8em;
  line-height: 1;
  color: #111;
  margin-top: .28em;
}

.pindex-news-box {
  display: flex;
  margin-top: 2.2em;
}

.recommend-news {
  width: 62.5%;
}

.rule-news {
  width: 37.5%;
  padding-left: 1.5em;
}

.pindex-news-item .box {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.pindex-news-item .imgs {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.pindex-news-item .imgs img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center center;
  object-fit: cover;
  transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
}
.pindex-news-item .bd {
  padding: 1.1em 1.65em 0;
}
.pindex-news-item .tit {
  height: 2.5em;
  font-size: 1.5em;
  line-height: 1.2;
  color: #111;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-orient: inherit;
}
.pindex-news-item .time {
  font-size: .8em;
  line-height: 1;
  color: #666;
  margin-top: 2.25em;
}
.pindex-news-item .type {
  position: absolute;
  top: 1.875em;
  left: 1.875em;
  font-size: 0.8em;
  line-height: 1.18;
  color: #fff;
  padding: .75em 1.5625em;
  border-radius: 30px;
  font-family: "HarmonyOS_Sans_Bold";
  font-weight: 500;
}

.recommend-news .type {
  background: #25572A;
}

@media (min-width: 991.98px) {
  .recommend-news .pindex-news-item:hover .type {
    background: #318C4B;
    transition: .3s;
  }
}
.rule-news .pindex-news-item {
  margin-bottom: 1.5em;
}
.rule-news .pindex-news-item:last-child {
  margin-bottom: 0;
}
.rule-news .pindex-news-item.green .box {
  background: #25572A;
}
.rule-news .pindex-news-item.green .type,
.rule-news .pindex-news-item.green .tit,
.rule-news .pindex-news-item.green .time {
  color: #fff;
}
.rule-news .pindex-news-item .imgs {
  display: none;
}
.rule-news .pindex-news-item .box {
  border-radius: 16px;
  background: #F7F7F7;
}
.rule-news .pindex-news-item .bd {
  padding: 1.5em 1.5em 1.25em;
}
.rule-news .pindex-news-item .tit {
  height: 3.75em;
  font-size: 1.2em;
  line-height: 1.25em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-orient: inherit;
}
.rule-news .pindex-news-item .type {
  position: relative;
  color: #25572A;
  padding: 0;
  top: 0;
  left: 0;
  margin-bottom: 1.0625em;
}
.rule-news .pindex-news-item .time {
  margin-top: 6.25em;
}

@media (max-width: 991.98px) {
  .pindex-news {
    padding: 1.2rem 0 0;
  }

  .pindex-news-title .title {
    font-size: .56rem;
    line-height: .72rem;
    color: #25572A;
  }
  .pindex-news-title .doc {
    font-size: .3rem;
    line-height: .48rem;
    color: #111;
  }

  .pindex-news-box {
    display: block;
    margin-top: .6rem;
  }

  .recommend-news {
    width: 100%;
    margin-bottom: .5rem;
  }

  .rule-news {
    display: none;
    width: 100%;
    padding-left: 0em;
  }

  .pindex-news-item .imgs {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    border-top-left-radius: .2rem;
    border-top-right-radius: .2rem;
  }
  .pindex-news-item .bd {
    padding: .4rem .5rem;
    border-radius: 0px 0px .2rem .2rem;
    background: #F7F7F7;
  }
  .pindex-news-item .tit {
    height: 3.7em;
    font-size: .36rem;
    line-height: 1.2;
    color: #111 !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }
  .pindex-news-item .time {
    font-size: .28rem;
    line-height: 1;
    margin-top: .14rem;
    color: #111 !important;
  }
  .pindex-news-item .type {
    position: relative;
    top: 0;
    left: 0;
    font-size: .26rem;
    line-height: .32rem;
    margin-bottom: .14rem;
    color: #25572A;
    padding: 0;
    border-radius: 0;
    background: transparent;
    font-family: "HarmonyOS_Sans_Bold";
    font-weight: 500;
    color: #111 !important;
  }

  .rule-news .pindex-news-item {
    margin-bottom: .5rem;
  }
  .rule-news .pindex-news-item:last-child {
    margin-bottom: 0;
  }
  .rule-news .pindex-news-item .imgs {
    display: block;
  }
  .rule-news .pindex-news-item .box {
    border-radius: .2rem;
    background: #F7F7F7 !important;
  }
  .rule-news .pindex-news-item .bd {
    padding: .4rem .5rem;
    border-radius: 0px 0px .2rem .2rem;
    background: #F7F7F7;
  }
  .rule-news .pindex-news-item .tit {
    height: 3.75em;
    font-size: .36rem;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-orient: inherit;
  }
  .rule-news .pindex-news-item .type {
    position: relative;
    top: 0;
    left: 0;
    font-size: .26rem;
    line-height: .32rem;
    margin-bottom: .14rem;
    color: #25572A;
    padding: 0;
    border-radius: 0;
    background: transparent;
    font-family: "HarmonyOS_Sans_Bold";
    font-weight: 500;
  }
  .rule-news .pindex-news-item .time {
    font-size: .28rem;
    line-height: 1;
    margin-top: .14rem;
  }
}
.pindex-news-more-box {
  width: 100%;
  height: 100%;
  display: block;
  height: .96rem;
  margin-top: .8rem;
  border-radius: .5rem;
  background: #25572A;
}
.pindex-news-more-box .box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "HarmonyOS_Sans_Bold";
  font-weight: 500;
  font-size: .8em;
  color: #fff;
}

@keyframes scaleIn {
  0% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes scaleIn {
  0% {
    -webkit-transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
.scaleIn {
  animation: scaleIn 2s cubic-bezier(0.4, 0, 0.2, 1) both;
  -webkit-animation: scaleIn 2s cubic-bezier(0.4, 0, 0.2, 1) both;
}

body.scroll-down .header {
  transform: translateY(-110%);
  -webkit-transform: translateY(-110%);
  transition: 0.5s;
}
body.scroll-up .header {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transition: 0.5s;
}
body.head-white-c {
  overflow: hidden;
}

.home-banner-box {
  position: relative;
}

.home-banner {
  width: 100%;
  height: 43.5em;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.home-banner .bgk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.home-banner .sm-inner {
  height: 100%;
}
.home-banner .public-ban-paging {
  position: absolute;
  top: 50%;
  left: 0;
  width: 70%;
  transform: translateY(-50%);
  transition: .5s;
  -webkit-transition: .5s;
  opacity: 0;
}
.home-banner .public-ban-paging .tit {
  font-size: 2.4em;
  line-height: 1.45;
  color: #fff;
}
.home-banner .public-ban-paging .tit span {
  font-size: 1.33em;
  line-height: 1.1;
  font-family: "HarmonyOS_Sans_Bold";
  font-weight: 500;
}
.home-banner .scaleUpDown {
  transition: .5s;
  -webkit-transition: .5s;
  transform: translateY(-50%);
  opacity: 1;
}

.home-inner {
  width: 100%;
  height: 100%;
}

.home-banner-next {
  position: absolute;
  bottom: 7.5em;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3em;
  height: 3em;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  z-index: 9;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.home-banner-next img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
}
.home-banner-next .img2 {
  display: none;
}

@media (min-width: 991.98px) {
  .home-banner-next:hover {
    border: 1px solid #25572A;
  }
  .home-banner-next:hover .img1 {
    display: none;
  }
  .home-banner-next:hover .img2 {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .home-banner {
    width: 100%;
    height: 12.14rem;
    position: relative;
    overflow: hidden;
  }
  .home-banner .public-ban-paging {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 .48rem;
    transform: translateY(-50%);
  }
  .home-banner .public-ban-paging .tit {
    font-size: .96rem;
    line-height: .96rem;
    color: #fff;
  }
  .home-banner .public-ban-paging .tit span {
    font-size: .96rem;
    line-height: .96rem;
    font-family: "HarmonyOS_Sans_Bold";
    font-weight: 500;
  }
  .home-banner .public-ban-paging .doc {
    color: #fff;
    margin: 0;
    font-size: .8rem;
    line-height: 1.2em;
  }
}
/* 产品详情 - equil - 特点 */
.pteql-charact-sect {
  height: 100vh;
}
.pteql-charact-sect .sm-inner {
  height: 100%;
}

.pteql-charact-lvbox {
  width: 100%;
  position: absolute;
  left: 0;
  top: 11.875%;
  z-index: 30;
  z-index: 10;
}
.pteql-charact-lvbox .pteql-lvtit {
  width: 56.25%;
}

.pteql-charact-imgs {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(0, 0%);
  -webkit-transform: translate(0, 0%);
  z-index: 10;
}
.pteql-charact-imgs .ptimgs {
  width: 55.2%;
  max-width: 706px;
}
.pteql-charact-imgs .ptimgs img {
  width: 100%;
  display: block;
  position: relative;
}

.pteql-charact-layer1 {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 25;
}

.home-brand1 {
  opacity: 0;
}

.pteql-charact-svgbox {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
.pteql-charact-svgbox svg {
  width: 100%;
  height: 100%;
  position: relative;
  fill: none;
}
.pteql-charact-svgbox .st-left-line1 {
  animation-delay: 30s;
  -webkit-animation-delay: 30s;
}
.pteql-charact-svgbox .st-left-line2 {
  animation-delay: 10s;
  -webkit-animation-delay: 10s;
}
.pteql-charact-svgbox .st-right-fill {
  animation-delay: 20s;
  -webkit-animation-delay: 20s;
}

.pteql-charact-layer2 {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: #F7F7F7;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 25;
}
.pteql-charact-layer2 .sm-inner {
  height: 100vh;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.pteql-charact-list {
  width: 100%;
  position: absolute;
  left: 0;
  top: 12.3%;
}

.pteql-charact-item {
  width: 100%;
  display: flex;
  position: relative;
  z-index: 20;
  opacity: 0;
}
.pteql-charact-item .item-box {
  display: flex;
  flex-direction: column;
  flex: 0 1 43.75%;
  max-width: 43.75%;
  padding: 0 0 .7rem;
  position: relative;
}
.pteql-charact-item .item-title {
  font-size: 1.2rem;
  line-height: 1.45rem;
  color: #111;
  font-family: "HarmonyOS_Sans_Bold";
  font-weight: 500;
}
.pteql-charact-item .item-desc {
  width: 62%;
  font-size: 1rem;
  line-height: 1.2rem;
  color: #111;
  margin-top: .5em;
}
.pteql-charact-item .item-line {
  width: 0;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #333;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

@media (min-width: 992px) {
  .pteql-charact-item:nth-child(4n+1) {
    justify-content: flex-end;
    text-align: right;
  }
  .pteql-charact-item:nth-child(4n+1) .item-box {
    align-items: flex-end;
  }
  .pteql-charact-item:nth-child(4n+1) .item-line {
    left: unset;
    right: 0;
  }
  .pteql-charact-item:nth-child(4n+3) {
    justify-content: flex-end;
    text-align: right;
    margin-top: 1.2rem;
  }
  .pteql-charact-item:nth-child(4n+3) .item-box {
    align-items: flex-end;
  }
  .pteql-charact-item:nth-child(4n+3) .item-line {
    left: unset;
    right: 0;
  }
}
@media (max-width: 991.98px) {
  .pteql-charact-lvbox {
    top: 1.2rem;
  }
  .pteql-charact-lvbox .pteql-lvtit {
    width: 100%;
  }

  .pteql-charact-imgs {
    padding: 0 0.5rem;
    transform: none;
    -webkit-transform: none;
    bottom: 15.3%;
  }
  .pteql-charact-imgs .ptimgs {
    width: 100%;
    max-width: none;
  }

  .pteql-charact-list {
    width: 100%;
    height: 100%;
    top: 0;
  }

  .pteql-charact-item {
    width: 45%;
    height: 58.8%;
    position: absolute;
    display: block;
  }
  .pteql-charact-item .item-box {
    flex: none;
    width: 100%;
    max-width: none;
    height: 100%;
    padding: 0 0 0 .2rem;
  }
  .pteql-charact-item .item-title {
    font-size: .36rem;
    line-height: .44rem;
  }
  .pteql-charact-item .item-desc {
    width: 100%;
    font-size: .3rem;
    line-height: .32rem;
    margin-top: .14rem;
  }
  .pteql-charact-item .item-line {
    width: 1px;
    height: 0;
    position: absolute;
    left: 0;
    right: unset;
  }
  .pteql-charact-item:nth-child(odd) {
    bottom: 50%;
    left: 14.4vw;
  }
  .pteql-charact-item:nth-child(odd) .item-line {
    top: 0;
    bottom: unset;
  }
  .pteql-charact-item:nth-child(even) {
    top: 50%;
    left: 50vw;
  }
  .pteql-charact-item:nth-child(even) .item-box {
    justify-content: flex-end;
  }
  .pteql-charact-item:nth-child(even) .item-line {
    top: unset;
    bottom: 0;
  }
}
.home-product {
  position: relative;
  width: 100%;
  padding-left: 38.02%;
  padding-left: 30.72%;
  overflow: inherit;
  overflow: hidden;
  opacity: 1;
}
.home-product .bgk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.home-product .box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.home-product .iphone-box {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 57.86%;
  width: 50.45%;
  width: 77%;
  width: 56.79%;
  height: auto;
  align-items: flex-end;
}
.home-product .imgs {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 130.4%;
}
.home-product .imgs img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center center;
  object-fit: contain;
  transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
}
.home-product .desc-box {
  width: 44.14%;
  width: 43.21%;
}
.home-product .desc-box .tit {
  font-size: 2em;
  line-height: 1.1;
  color: #25572A;
  font-family: "HarmonyOS_Sans_Bold";
  font-weight: 500;
  -webkit-box-orient: inherit;
}
.home-product .desc-box .doc {
  width: 90%;
  font-size: 1em;
  line-height: 1.5em;
  margin-top: .5em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-orient: inherit;
}
.home-product .more {
  width: max-content;
  height: 2.4em;
  margin-top: 1em;
  border-radius: 24px;
  color: #fff;
  background: #25572A;
}
.home-product .more-box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .8em;
  padding: 1em 1.25em;
  line-height: 1;
}
.home-product .swiper-slide {
  transform: rotateY(-70deg) !important;
  transition: .2s;
  transform-origin: bottom center !important;
}
.home-product .swiper-slide .desc-box,
.home-product .swiper-slide .iphone-box {
  opacity: 0;
}
.home-product .swiper-slide .iphone-box {
  opacity: 1;
}
.home-product .swiper-slide:first-child .desc-box,
.home-product .swiper-slide:first-child .iphone-box {
  opacity: 1;
  transform: translateY(0%);
}
.home-product .swiper-slide-active {
  transform: rotateY(0deg) !important;
  transition: .2s;
}
.home-product .swiper-slide-active .desc-box {
  opacity: 1;
  transition: .8s;
}
.home-product .swiper-slide-prev {
  transform: rotateY(70deg) !important;
  opacity: 0;
  transition: 0s;
}
.home-product .swiper-slide-prev .iphone-box {
  opacity: 0 !important;
  transition: .3s;
}
.home-product .swiper-slide-next .iphone-box {
  opacity: 1;
}

.home-product-swiper-box {
  height: 100%;
  padding-left: 10.56%;
  overflow: hidden;
}

.home-product-swiper {
  position: relative;
  width: 83%;
  width: 77.6%;
  width: 100%;
  width: 68.25%;
  margin: 0;
  height: 100%;
  overflow: visible;
  z-index: 9;
}
.home-product-swiper .swiper-slide {
  height: auto;
  width: 100%;
  width: max-content;
  width: 68.25%;
  display: flex;
  align-items: center;
  justify-content: left;
}
.home-product-swiper .swiper-slide .box {
  width: max-content;
  height: auto;
  width: 100%;
  transition: .5s;
  justify-content: left !important;
}
.home-product-swiper .swiper-slide.swiper-slide-prev {
  opacity: 0;
  transition: 0.3s;
}
.home-product-swiper .swiper-slide.swiper-slide-next {
  transition: 0.5s cubic-bezier(0, 0, 0.59, 0.9);
}
.home-product-swiper .swiper-button-next:after,
.home-product-swiper .swiper-button-prev:after {
  content: '';
}
.home-product-swiper .swiper-button-next,
.home-product-swiper .swiper-button-prev {
  top: auto;
  bottom: 27.08%;
  bottom: 25.08%;
  width: 2.5em;
  height: 2.5em;
  border: 1px solid #25572A;
  border-radius: 50%;
}
.home-product-swiper .swiper-button-prev {
  left: 57%;
}
.home-product-swiper .swiper-button-next {
  right: auto;
  left: calc(57% + 3.5em);
}

.home-brand-title {
  width: 90%;
  margin: 0 auto 4em;
  text-align: center;
}
.home-brand-title .tit {
  font-size: 3.6em;
  line-height: 1.2;
  color: #111;
  font-family: "HarmonyOS_Sans_Bold";
  font-weight: 500;
}
.home-brand-title .tit span {
  color: #25572A;
}
.home-brand-title .tit img {
  height: 1.8em !important;
  width: auto;
  margin: 0 auto;
}
.home-brand-title .doc {
  font-size: 1.2em;
  line-height: 1.5;
  color: #111;
  margin-top: .9em;
}
.home-brand-title .doc span {
  font-family: "HarmonyOS_Sans_Bold";
  font-weight: 500;
}

.home-brand {
  position: relative;
  width: 100%;
}

.home-brand-animation-desc {
  position: absolute;
  left: 8%;
  top: 54.68%;
  top: 74.68%;
  width: 100%;
  z-index: 20;
  opacity: 0;
}
.home-brand-animation-desc .tit {
  font-size: 1.8em;
  line-height: 1.22;
  color: #25572A;
}

.home-brand1 .bgk {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  width: 70vw;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 38.67%;
  object-fit: cover;
  object-position: center center;
  z-index: 2;
  transform: translateX(-50%);
  opacity: 0;
  transform: scale(0.2);
}
.home-brand1 .prodcut {
  z-index: 30;
}
.home-brand1 .hand {
  z-index: 11;
}

.home-product-swiper-line {
  position: absolute;
  left: 50%;
  width: 200%;
  width: 168%;
  height: 700px;
  height: 72.9%;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid rgba(37, 87, 42, 0.5);
  transform: translate(-50%, 0);
  top: -10%;
}

@media (max-width: 991.98px) {
  .home-product-swiper-line {
    opacity: .8;
    position: absolute;
    bottom: 18%;
    top: auto;
    left: 50%;
    width: 200%;
    width: 319%;
    height: 100%;
    flex-shrink: 0;
    border-radius: 50%;
    border: 1px solid rgba(37, 87, 42, 0.5);
    transform: translateX(-50%);
  }
}
.home-meet {
  display: none !important;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home-meet .sm-inner {
  height: 100%;
}

.home-meet-box {
  position: relative;
  padding: 4.65em 0 16.25em;
}

.home-meet-title {
  text-align: center;
}
.home-meet-title .title {
  font-size: 2.4em;
  line-height: 1.2;
  color: #111;
}
.home-meet-title .title span {
  color: #25572A;
}

.home-meet-box {
  position: relative;
  width: 100%;
  height: 100%;
}

.home-meet-iphone {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 34.375%;
  width: 36.05%;
  margin: 0 auto;
  margin-top: 1.85em;
  border-radius: 50px 50px 0 0;
  border-bottom: 0;
  transform: translate(-50%, 20.4%) scale(0.6);
  transition-duration: .5s;
  transition-timing-function: ease-out;
}
.home-meet-iphone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .home-brand1 {
    position: relative;
    height: 100%;
  }
  .home-brand1 .pteql-charact-lvbox {
    position: relative;
  }
  .home-brand1 .home-brand-title {
    width: 100%;
    margin-bottom: 0;
  }
  .home-brand1 .home-brand-title .tit {
    font-size: .48rem;
    line-height: .68rem;
    padding: 0 .14rem;
  }
  .home-brand1 .home-brand-title .tit img {
    display: block;
    height: 1rem !important;
    width: auto;
    margin: 0 auto;
    margin-bottom: .32rem;
  }
  .home-brand1 .home-brand-title .doc {
    font-size: .3rem;
    line-height: .52rem;
    margin-top: .48rem;
  }
  .home-brand1 .pteql-charact-layer1 {
    position: relative;
    padding-bottom: 1.84rem;
  }
  .home-brand1 .pteql-charact-layer1 .sm-inner {
    padding: 0 !important;
  }
  .home-brand1 .pteql-charact-layer1 .pteql-charact-lvbox {
    padding: 1.1rem .5rem 0;
    top: 0;
  }
  .home-brand1 .pteql-charact-layer1 .pteql-charact-svgbox {
    height: auto;
    bottom: -22%;
  }
  .home-brand1 .pteql-charact-layer2 {
    position: relative;
    height: 100%;
    padding: 1.1rem 0 .9rem;
  }
  .home-brand1 .pteql-charact-layer2 .sm-inner {
    position: relative;
    left: 0;
    height: 100%;
    transform: translateX(0);
  }
  .home-brand1 .pteql-charact-layer2 .pteql-charact-imgs {
    display: block;
  }
  .home-brand1 .pteql-charact-layer2 .pteql-charact-svgbox {
    top: 0;
    height: auto;
  }
  .home-brand1 .pteql-charact-imgs {
    position: relative;
    height: auto;
  }
  .home-brand1 .home-product {
    opacity: 1;
    padding-left: 0;
    transform: translateY(0%);
    overflow: visible;
  }
  .home-brand1 .home-product-swiper {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .home-brand1 .home-product-swiper .swiper-slide {
    height: 100%;
  }
  .home-brand1 .home-product-swiper .box {
    width: 100%;
    height: 100%;
  }
  .home-brand1 .home-product-swiper .iphone-box {
    opacity: 1;
    width: 100%;
  }
  .home-brand1 .home-product-swiper .iphone-box .imgs {
    padding-top: 73%;
    padding-top: 75%;
  }
  .home-brand1 .home-product-swiper .box {
    transform: translateY(0);
  }
  .home-brand1 .home-product-swiper .desc-box {
    opacity: 1;
  }
  .home-brand1 .home-product-swiper .swiper-button-next, .home-brand1 .home-product-swiper .swiper-button-prev {
    display: none !important;
  }
  .home-brand1 .home-brand-animation-desc {
    position: absolute;
    left: 0;
    top: auto;
    bottom: -30%;
    padding: 0 .5rem;
    width: 100%;
    height: max-content;
    z-index: 99;
    opacity: 1;
    transition: .4s;
  }
  .home-brand1 .home-brand-animation-desc .tit {
    font-size: .48rem;
    line-height: .72rem;
  }
  .home-brand1 .home-product-bgk-mob {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .home-brand1 .bgk {
    width: 100%;
    opacity: 1;
    transform: scale(1);
    transform: scale(0.4);
    left: 0;
  }
  .home-brand1 .pteql-charact-layer1-box {
    position: relative;
    width: 100%;
    height: 5.4rem;
    margin-top: 1rem;
  }
  .home-brand1 .home-brand1-layer2 {
    text-align: center;
    margin-bottom: .8rem;
  }
  .home-brand1 .home-brand1-layer2.hidden-lg-up {
    display: none;
  }
  .home-brand1 .home-brand1-layer2 .doc-xl {
    width: 90%;
    margin: 0 auto;
    font-size: .44rem;
    line-height: .68rem;
    color: #25572A;
    margin-bottom: .54rem;
  }
  .home-brand1 .home-brand1-layer2 .tit {
    font-size: .56rem;
    line-height: .68rem;
    color: #25572A;
    font-family: "HarmonyOS_Sans_Bold";
    font-weight: 500;
  }
  .home-brand1 .home-brand1-layer2 .doc-sm {
    font-size: .32rem;
    line-height: .5rem;
    color: #111;
    margin-top: .22rem;
  }
  .home-brand1 .home-brand1-layer2 .more {
    width: 82.15%;
    margin: 0.6rem auto 0;
    color: #fff;
    border-radius: .48rem;
    background: #25572A;
  }
  .home-brand1 .home-brand1-layer2 .more a {
    font-size: .32rem;
    padding: .3rem 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "HarmonyOS_Sans_Bold";
    font-weight: 500;
  }
  .home-brand1 .pteql-charact-layer2 .bgk-mob {
    position: absolute;
    height: 100% !important;
  }
}
@media (max-width: 991.98px) {
  .home-meet {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .home-meet .sm-inner {
    height: 100%;
  }

  .home-meet-box {
    padding: 1.14rem 0 3.56rem;
  }

  .home-meet-title {
    text-align: center;
  }
  .home-meet-title .title {
    font-size: .56rem;
    line-height: .68rem;
  }

  .home-meet-box {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .home-meet-iphone {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 76.93%;
    padding: 1em 1.25em 0;
    border: 1px solid #25572A;
    border-radius: 50px 50px 0 0;
    border-bottom: 0;
    transform: translateX(-50%) scale(0.6);
  }
}
.home-help {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.home-help-bgk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.home-help .pteql-charact-layer2 {
  position: relative;
  height: 100%;
  background: transparent;
}
.home-help .home-help-lvbox {
  top: 43.95%;
  top: auto;
  bottom: 10.72%;
}
.home-help .home-help-lvbox .pteql-lvtit {
  font-size: 2.4em;
  line-height: 1.2;
  color: #FFF;
}
.home-help .home-help-lvbox .pteql-img {
  position: relative;
  overflow: hidden;
  padding-top: 16.405%;
  width: 32.81%;
  margin-top: 5.5em;
}
.home-help .home-help-lvbox .pteql-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center center;
  object-fit: contain;
  transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
  object-position: left;
}

.home-help-list {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding: 8em 0;
}

.home-help-list-box {
  position: relative;
  width: 100%;
  height: 100%;
}

.home-help-item {
  opacity: 0;
  transform: translate3d(0, 100%, 0px) scale(0.6, 0.6);
  position: absolute;
  height: max-content;
  transition: ease-in;
  cursor: pointer;
}
.home-help-item .box {
  max-width: 20em;
  padding: 1em 1em 2em;
  background: #fff;
  border-radius: 20px;
}
.home-help-item .logo-img {
  position: relative;
  overflow: hidden;
  padding-top: 11.7%;
  margin-bottom: .8em;
}
.home-help-item .logo-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center center;
  object-fit: contain;
  transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
  object-position: left;
}
.home-help-item .doc {
  height: 4.2em;
  font-size: 1em;
  line-height: 1.4;
  color: #111;
  font-family: "HarmonyOS_Sans_Bold";
  font-weight: 500;
  font-weight: 275;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-orient: inherit;
}
.home-help-item.item1 {
  top: 15.625%;
  right: 0;
}
.home-help-item.item2 {
  bottom: 6.25%;
  right: 11.42%;
}
.home-help-item.item3 {
  bottom: 0;
  left: 24.28%;
}
.home-help-item.item4 {
  top: 0%;
  right: 24.28%;
}
.home-help-item.item5 {
  bottom: 15.625%;
  left: 0;
}
.home-help-item.item6 {
  top: 6.25%;
  left: 11.42%;
}
.home-help-item:nth-child(1) {
  z-index: calc(1 + 1);
}
.home-help-item:nth-child(2) {
  z-index: calc(1 + 2);
}
.home-help-item:nth-child(3) {
  z-index: calc(1 + 3);
}
.home-help-item:nth-child(4) {
  z-index: calc(1 + 4);
}
.home-help-item:nth-child(5) {
  z-index: calc(1 + 5);
}
.home-help-item:nth-child(6) {
  z-index: calc(1 + 6);
}

.pteql-charact-layer2-bgk.hidden-lg-down {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.home-help-layer2 .sm-inner {
  width: 75vw;
  max-width: 1400px;
  margin: 0 -3em !important;
}

@media (max-width: 991.98px) {
  .home-help {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .home-help-bgk {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  .home-help .pteql-charact-imgs {
    bottom: 0;
  }
  .home-help .pteql-charact-layer2 {
    height: 100%;
    background: transparent;
  }
  .home-help .home-help-lvbox {
    bottom: 4.4%;
  }
  .home-help .home-help-lvbox .pteql-lvtit {
    font-size: .56rem;
    line-height: .68rem;
    color: #FFF;
    font-family: "HarmonyOS_Sans_Bold";
    font-weight: 500;
  }
  .home-help .home-help-lvbox .pteql-img {
    position: relative;
    overflow: hidden;
    padding-top: 37.33%;
    width: 74.66%;
    margin-top: 2.6rem;
  }

  .home-help-list {
    position: relative;
    width: 100%;
    height: max-content;
    top: 0%;
    transform: translateY(100%);
    padding: 0;
  }

  .home-help-list-box {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
  }

  .home-help-item {
    width: 100%;
    opacity: 1;
    margin-bottom: .5rem;
    transform: translate3d(0, 0%, 0px) scale(1);
    position: relative;
    height: max-content;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    bottom: auto !important;
  }
  .home-help-item .box {
    max-width: 100%;
    padding: .4rem;
    border-radius: .4rem;
  }
  .home-help-item .logo-img {
    position: relative;
    overflow: hidden;
    padding-top: 11.7%;
    margin-bottom: .2rem;
  }
  .home-help-item .doc {
    height: 1.38rem;
    font-size: .3rem;
    line-height: .46rem;
    color: #111;
  }

  .home-help-layer2 .sm-inner {
    width: auto;
    max-width: 100% !important;
    margin: 0 auto !important;
  }
}
.home-swiper-brnad1 {
  width: 0;
  height: 10px;
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
}

.imgUpDown .home-brand1 .prodcut {
  bottom: 20%;
}

@media (min-width: 991.98px) {
  .rule-news .pindex-news-item.grey:hover .box {
    background: #25572A;
  }
  .rule-news .pindex-news-item.grey:hover .tit,
  .rule-news .pindex-news-item.grey:hover .time {
    color: #fff;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
  }

  .rule-news .pindex-news-item.green:hover .box {
    background: #318C4B;
  }

  .rule-news .pindex-news-item.grey .type {
    background: transparent !important;
  }

  .rule-news .pindex-news-item.grey:hover .box {
    background: #25572A;
  }
  .rule-news .pindex-news-item.grey:hover .type {
    color: #fff;
    transition: all .3s linear;
  }

  .pindex-news-item:hover img {
    transform: scale(1.05);
    transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
    transition: .3s linear;
  }
  .pindex-news-item:hover .tit {
    color: #25572A;
  }

  .pindex-news-item img {
    transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
    transition: .3s linear;
  }

  .home-product .more:hover {
    background: #318C4B;
    transition: .3s;
  }

  .home-product .more {
    transition: .3s;
  }

  .pindex-news-item.grey .type:hover {
    background: #318C4B;
  }

  .pindex-news-item.grey:hover .box {
    background: #318C4B !important;
    transition: 0.3s;
    -webkit-transition: 0.3s;
  }
}
.home-brand-animation-desc1.web {
  position: absolute;
  bottom: 8.6%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 26;
}
.home-brand-animation-desc1.web .tit {
  font-size: 1.5em;
  line-height: 1.4;
  color: #25572A;
  text-align: center;
}

.after-animation1 .home-brand-animation-desc1.web .tit {
  transform: translateY(0%);
  transition: .3s;
}

.home-brand-animation-logo {
  position: absolute;
  left: 0%;
  top: 44.44%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 26;
}

.home-brand-animation-logo-list {
  position: relative;
  width: auto;
  height: 100%;
  display: block;
}

.home-brand-animation-logo-item {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  width: 8em !important;
  height: auto;
  opacity: 0;
  transform: translateY(150%);
  transition: .4s;
}
.home-brand-animation-logo-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home-brand-animation-logo-item.active {
  opacity: 1;
  transform: translateY(0%);
  transition: .4s;
}

@media (max-width: 991.98px) {
  .home-product-swiper-box {
    overflow: visible;
    padding-left: 0;
  }

  .home-product-swiper .home-product-swiper-pagination {
    bottom: -5%;
  }
  .home-product-swiper .swiper-slide-next,
  .home-product-swiper .swiper-slide-prev {
    opacity: 0;
    transition: .3s;
  }
  .home-product-swiper .box {
    flex-direction: column-reverse;
  }
  .home-product-swiper .iphone-box,
  .home-product-swiper .desc-box {
    opacity: 1;
    width: 100%;
  }
  .home-product-swiper .desc-box .tit {
    font-size: .56rem;
    line-height: .68rem;
    color: #25572A;
    font-family: "HarmonyOS_Sans_Bold";
    font-weight: 500;
    text-align: center;
  }
  .home-product-swiper .desc-box .doc {
    height: auto;
    font-size: .32rem;
    line-height: .5rem;
    color: #111;
    margin-top: 0.22rem;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }
  .home-product-swiper .desc-box .more {
    width: 82.15%;
    height: auto;
    margin: 0.6rem auto 0;
    color: #fff;
    border-radius: 0.48rem;
    padding: 0;
    background: #25572A;
  }
  .home-product-swiper .desc-box .more a {
    font-size: .32rem;
    padding: 0.3rem 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "HarmonyOS_Sans_Bold";
    font-weight: 500;
  }
  .home-product-swiper .iphone-box {
    margin-top: .8rem;
  }

  .swiper-pagination-bullet {
    opacity: .3;
    background: #25572A;
    margin: 0 .15rem !important;
  }

  .swiper-pagination-bullet-active {
    opacity: 1;
    background: #25572A;
  }
}
.home-brand1 .home-bgk-end {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 24.8em;
  height: 72.2%;
  z-index: 9;
}
.home-brand1 .home-bgk-end .bgk {
  opacity: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  padding-top: 0;
  height: 100%;
  max-width: none;
  transform: translateX(-50%) translateY(-50%) scale(0%);
  transition-timing-function: ease-out;
  transition-duration: .5s;
}

.home-brand1 .waiceng.prodcut {
  left: 50%;
  bottom: 0;
  padding-top: 0;
  height: 24.8em;
  transform: translateX(-50%);
}

.home-brand1 .home-bgk-end-before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 24.8em;
  height: 72.2%;
  z-index: 26;
}
.home-brand1 .home-bgk-end-before .bgk {
  opacity: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  padding-top: 0;
  height: 100%;
  max-width: none;
  transform: translateX(-50%) translateY(-50%) scale(0%);
  transition-timing-function: ease-out;
  transition-duration: .5s;
}

.iphoneChange .home-meet-iphone {
  transform: translate(-50%, 0) scale(1);
  transition-duration: .5s;
}

.pteql-charact-layer2-sm-inner {
  z-index: 9;
}

/* 动画 */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scaleIn {
  0% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes scaleIn {
  0% {
    -webkit-transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes rectangleLeftUp {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  25% {
    transform: translate(20px, 30px);
    opacity: 0.2;
  }
  50% {
    transform: translate(0, 10px);
    opacity: 1;
  }
  75% {
    transform: translate(40px, 0);
    opacity: 0.2;
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes rectangleLeftUp {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  25% {
    transform: translate(20px, 30px);
    opacity: 0.2;
  }
  50% {
    transform: translate(0, 10px);
    opacity: 1;
  }
  75% {
    transform: translate(40px, 0);
    opacity: 0.2;
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
@keyframes rectangleLeftDown {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  25% {
    transform: translate(20px, -20px);
    opacity: 0.5;
  }
  50% {
    transform: translate(0, 0);
    opacity: 1;
  }
  75% {
    transform: translate(30px, -20px);
    opacity: 0.1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes rectangleLeftDown {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  25% {
    transform: translate(20px, -20px);
    opacity: 0.5;
  }
  50% {
    transform: translate(0, 0);
    opacity: 1;
  }
  75% {
    transform: translate(30px, -20px);
    opacity: 0.1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
@keyframes rectangleRightDown {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  25% {
    transform: translate(-20px, -20px);
    opacity: 0.5;
  }
  50% {
    transform: translate(0, 0);
    opacity: 1;
  }
  75% {
    transform: translate(-30px, -20px);
    opacity: 0.1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes rectangleRightDown {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  25% {
    transform: translate(-20px, -20px);
    opacity: 0.5;
  }
  50% {
    transform: translate(0, 0);
    opacity: 1;
  }
  75% {
    transform: translate(-30px, -20px);
    opacity: 0.1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
@keyframes rectangleRightUp {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  25% {
    transform: translate(-20px, 20px);
    opacity: 0.5;
  }
  50% {
    transform: translate(0, 0);
    opacity: 1;
  }
  75% {
    transform: translate(-50px, 20px);
    opacity: 0.1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes rectangleRightUp {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  25% {
    transform: translate(-20px, 20px);
    opacity: 0.5;
  }
  50% {
    transform: translate(0, 0);
    opacity: 1;
  }
  75% {
    transform: translate(-50px, 20px);
    opacity: 0.1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
@keyframes rectangle {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  10% {
    transform: translate(40px, 0);
  }
  25% {
    transform: translate(40px, 40px);
    opacity: 0;
  }
  35% {
    transform: translate(0, 40px);
  }
  50% {
    transform: translate(0, 0);
    opacity: 1;
  }
  65% {
    transform: translate(-40px, 0);
  }
  75% {
    transform: translate(-40px, -40px);
    opacity: 0;
  }
  90% {
    transform: translate(0, -40px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes rectangle {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  10% {
    transform: translate(40px, 0);
  }
  25% {
    transform: translate(40px, 40px);
    opacity: 0;
  }
  35% {
    transform: translate(0, 40px);
  }
  50% {
    transform: translate(0, 0);
    opacity: 1;
  }
  65% {
    transform: translate(-40px, 0);
  }
  75% {
    transform: translate(-40px, -40px);
    opacity: 0;
  }
  90% {
    transform: translate(0, -40px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
@keyframes rectangleGrow {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  25% {
    transform: translate(20px, 46px);
  }
  50% {
    transform: translate(0, 0) scale(0.9);
    opacity: 1;
  }
  75% {
    transform: translate(-60px, -20px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes rectangleGrow {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  25% {
    transform: translate(20px, 46px);
  }
  50% {
    transform: translate(0, 0) scale(0.9);
    opacity: 1;
  }
  75% {
    transform: translate(-60px, -20px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
@keyframes funcdecora {
  0% {
    opacity: 0.5;
    transform: scale(1) translateX(0);
  }
  50% {
    opacity: 1;
    transform: scale(0.8) translateX(-50px);
  }
  100% {
    opacity: 0.5;
    transform: scale(1) translateX(0);
  }
}
@-webkit-keyframes funcdecora {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(1) translateX(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(0.8) translateX(-50px);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: scale(1) translateX(0);
  }
}
@keyframes funcdecorb {
  0% {
    opacity: 0.5;
    transform: scale(1) translateX(0);
  }
  50% {
    opacity: 1;
    transform: scale(0.8) translateY(-60px);
  }
  100% {
    opacity: 0.5;
    transform: scale(1) translateY(0);
  }
}
@-webkit-keyframes funcdecorb {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(1) translateX(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(0.8) translateY(-60px);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: scale(1) translateY(0);
  }
}
@keyframes funcdecorc {
  0% {
    opacity: 0.5;
    transform: scale(1) translateX(0) translateY(0);
  }
  25% {
    opacity: 1;
    transform: scale(0.6) translateX(60px) translateY(0);
  }
  50% {
    opacity: 1;
    transform: scale(1) translateX(0) translateY(0);
  }
  75% {
    opacity: 1;
    transform: scale(0.8) translateX(0) translateY(-80px);
  }
  100% {
    opacity: 0.5;
    transform: scale(1) translateX(0) translateY(0);
  }
}
@-webkit-keyframes funcdecorc {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(1) translateX(0) translateY(0);
  }
  25% {
    opacity: 1;
    -webkit-transform: scale(0.6) translateX(60px) translateY(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0) translateY(0);
  }
  75% {
    opacity: 1;
    -webkit-transform: scale(0.8) translateX(0) translateY(-80px);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: scale(1) translateX(0) translateY(0);
  }
}
@keyframes ball {
  0% {
    top: 80px;
    right: -7px;
  }
  25% {
    top: calc(100% - 50px);
    right: -7px;
  }
  27% {
    top: calc(100% - 22px);
    right: 0px;
  }
  30% {
    top: calc(100% - 7px);
    right: 32px;
  }
  45% {
    top: calc(100% - 7px);
    right: calc(100% - 50px);
  }
  47% {
    top: calc(100% - 25px);
    right: calc(100% - 18px);
  }
  50% {
    top: calc(100% - 50px);
    right: calc(100% - 6px);
  }
  75% {
    right: calc(100% - 6px);
    top: 32px;
  }
  77% {
    right: calc(100% - 20px);
    top: 8px;
  }
  80% {
    right: calc(100% - 50px);
    top: -8px;
  }
  94% {
    right: 30px;
    top: -7px;
  }
  97% {
    right: 0px;
    top: 4px;
  }
  99% {
    right: -7px;
    top: 30px;
  }
  100% {
    right: -7px;
    top: 80px;
  }
}
@-webkit-keyframes ball {
  0% {
    top: 80px;
    right: -7px;
  }
  25% {
    top: calc(100% - 50px);
    right: -7px;
  }
  27% {
    top: calc(100% - 22px);
    right: 0px;
  }
  30% {
    top: calc(100% - 7px);
    right: 32px;
  }
  45% {
    top: calc(100% - 7px);
    right: calc(100% - 50px);
  }
  47% {
    top: calc(100% - 25px);
    right: calc(100% - 18px);
  }
  50% {
    top: calc(100% - 50px);
    right: calc(100% - 6px);
  }
  75% {
    right: calc(100% - 6px);
    top: 32px;
  }
  77% {
    right: calc(100% - 20px);
    top: 8px;
  }
  80% {
    right: calc(100% - 50px);
    top: -8px;
  }
  94% {
    right: 30px;
    top: -7px;
  }
  97% {
    right: 0px;
    top: 4px;
  }
  99% {
    right: -7px;
    top: 30px;
  }
  100% {
    right: -7px;
    top: 80px;
  }
}
.funcdecor-a {
  transform-box: fill-box;
  transform-origin: 50% 50%;
  animation: funcdecora 10s ease-out infinite;
  -webkit-animation: funcdecora 10s ease-out infinite;
}

.funcdecor-b {
  transform-box: fill-box;
  transform-origin: 50% 50%;
  animation: funcdecorb 10s ease-out infinite;
  -webkit-animation: funcdecorb 10s ease-out infinite;
}

.funcdecor-c {
  transform-box: fill-box;
  transform-origin: 50% 50%;
  animation: funcdecorc 20s ease-out infinite;
  -webkit-animation: funcdecorc 20s ease-out infinite;
}

.scaleIn {
  animation: scaleIn 2s cubic-bezier(0.4, 0, 0.2, 1) both;
  -webkit-animation: scaleIn 2s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.antd-rectangle {
  opacity: 0;
  animation: rectangle 25s ease-out infinite;
  -webkit-animation: rectangle 25s ease-out infinite;
}

.antd-rectangle-rev {
  opacity: 0;
  animation: rectangle 25s ease-out infinite reverse;
  -webkit-animation: rectangle 25s ease-out infinite reverse;
}

.antd-rectangle-grow {
  opacity: 0;
  animation: rectangleGrow 25s ease-out infinite reverse;
  -webkit-animation: rectangleGrow 25s ease-out infinite reverse;
}

.antd-right-down {
  opacity: 0;
  animation: rectangleRightDown 15s ease-out infinite;
  -webkit-animation: rectangleRightDown 15s ease-out infinite;
}

.antd-left-up {
  opacity: 0;
  animation: rectangleLeftUp 15s ease-out infinite;
  -webkit-animation: rectangleLeftUp 15s ease-out infinite;
}

.ball {
  animation: ball 0.5s linear;
  animation-timing-function: linear;
}

@media (max-width: 991.98px) {
  .home-ant1 .home-brand1 .bgk {
    transform: scale(1);
    transition: .5s;
  }
  .home-ant1 .home-brand-animation-desc {
    bottom: -6%;
    transition: .4s;
  }
}
.home-help-pop-item {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 66.66%;
  height: 83.33%;
  max-height: 83.33%;
  align-items: flex-start;
  padding: 5em 0em 3em 5em;
  background: #fff;
  border-radius: 16px 16px 0px 0px;
  z-index: 99;
  transform: translate(-50%, 100%);
  transition: .3s;
}
.home-help-pop-item.show {
  transform: translate(-50%, 0);
  transition: .3s;
}
.home-help-pop-item .imgae {
  width: 40.67%;
}
.home-help-pop-item .desc {
  width: 54.23%;
  height: 100%;
  padding: 0 0 2em;
}
.home-help-pop-item .desc-box {
  height: 100%;
  padding: 0 5em 0 0;
}
.home-help-pop-item .tit {
  font-size: 2.3em;
  line-height: 1.2;
  color: #25572A;
  padding-bottom: .52em;
  margin-bottom: .69em;
  border-bottom: 1px solid #E9E9E9;
}
.home-help-pop-item .doc {
  font-size: .8em;
  line-height: 2;
  color: #222;
}
.home-help-pop-item .doc p {
  margin-bottom: 1.25em;
}
.home-help-pop-item .doc p:last-child {
  margin-bottom: 0;
}
.home-help-pop-item .mCSB_draggerContainer {
  background: #e9e9e9;
}
.home-help-pop-item .mCSB_outside + .mCSB_scrollTools {
  width: 4px !important;
  right: 4px;
  opacity: 1;
}
.home-help-pop-item .mCSB_dragger_bar {
  border-radius: 0 !important;
  background: #25572A !important;
}

.home-help-swiper {
  width: 100%;
  padding-bottom: 1.75em;
}
.home-help-swiper .swiper-pagination {
  bottom: 0em;
}
.home-help-swiper .swiper-pagination-bullet {
  width: .6em;
  height: .6em;
  margin: 0 6px !important;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #25572A;
}
.home-help-swiper .swiper-pagination-bullet-active {
  background: #25572A;
}

.home-help-pop-back {
  position: absolute;
  right: -3.5em;
  bottom: 0em;
  padding: 1.3em .9em 1em;
  border-radius: 0px 5px 0px 0px;
  background: #25572A;
  cursor: pointer;
}
.home-help-pop-back .icon1 {
  width: 1em;
  height: 1em;
  margin: 0 auto;
  object-fit: contain;
  margin-bottom: .7em;
}
.home-help-pop-back .tit1 {
  font-size: .8em;
  line-height: 1.25;
  color: #fff;
}

@media (max-width: 991.98px) {
  .home-help .home-help-lvbox {
    bottom: 44.9%;
  }

  .pteql-img {
    position: absolute;
    bottom: .6rem;
    left: .6rem;
    height: 2.4rem;
    width: 80%;
    z-index: 100;
  }
  .pteql-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .home-help-pop-item {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: block;
    width: 100%;
    height: 74.84%;
    align-items: flex-start;
    padding: .8rem .5rem 0;
    background: #fff;
    border-radius: 0;
    z-index: 102;
    transform: translate(-50%, calc(100% + .96rem));
    transition: .3s;
  }
  .home-help-pop-item.show {
    transform: translate(-50%, 0);
    transition: .3s;
  }
  .home-help-pop-item .imgae {
    width: 40.67%;
  }
  .home-help-pop-item .desc {
    width: 100%;
    height: 100%;
    padding: 0 0 .8rem;
  }
  .home-help-pop-item .desc-box {
    height: 35.25em;
    height: 100%;
    padding: 0 0em 0 0;
  }
  .home-help-pop-item .tit {
    font-size: .56rem;
    line-height: .64rem;
    color: #25572A;
    padding-bottom: .64rem;
    margin-bottom: .72rem;
  }
  .home-help-pop-item .doc {
    font-size: .32rem;
    line-height: 2;
    color: #222;
  }
  .home-help-pop-item .doc p {
    margin-bottom: .3rem;
  }
  .home-help-pop-item .doc p:last-child {
    margin-bottom: 0;
  }
  .home-help-pop-item .mCSB_draggerContainer {
    background: #e9e9e9;
  }
  .home-help-pop-item .mCSB_outside + .mCSB_scrollTools {
    width: 4px !important;
    right: 4px;
    opacity: 1;
  }
  .home-help-pop-item .mCSB_dragger_bar {
    border-radius: 0 !important;
    background: #25572A !important;
  }

  .home-help-swiper {
    width: 100%;
    padding-bottom: 1.75em;
  }
  .home-help-swiper .swiper-pagination {
    bottom: 0em;
  }
  .home-help-swiper .swiper-pagination-bullet {
    width: .6em;
    height: .6em;
    margin: 0 6px !important;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #25572A;
  }
  .home-help-swiper .swiper-pagination-bullet-active {
    background: #25572A;
  }

  .home-help-pop-back {
    position: absolute;
    right: auto;
    bottom: auto;
    top: -.96rem;
    left: 0;
    width: 45.14%;
    height: .96rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 0 .1rem 0 0;
    background: #25572A;
  }
  .home-help-pop-back .tit1 {
    font-size: .32rem;
    line-height: .32rem;
    color: #fff;
  }
}
.home-brand1 .pteql-charact-layer2-sm-inner .pteql-charact-svgbox {
  display: none;
}
.home-brand1 .pteql-charact-layer2-sm-inner .pteql-charact-svgbox.active {
  display: block;
}

.home-brand1 .pteql-charact-layer1 .web-line {
  display: none;
}
.home-brand1 .pteql-charact-layer1 .web-line.active {
  display: block;
}

@media (max-width: 991.98px) {
  .home-brand1 .bgk-mob .web-end.app {
    display: none;
  }
  .home-brand1 .bgk-mob .web-end.app.active {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .home-help-list-swiper .box {
    max-width: 100%;
    padding: .4rem;
    background: #fff;
    border-radius: .4rem;
  }
  .home-help-list-swiper .logo-img {
    position: relative;
    overflow: hidden;
    padding-top: 11.7%;
    margin-bottom: .2rem;
  }
  .home-help-list-swiper .logo-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center center;
    object-fit: contain;
    transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
    object-position: left;
  }
  .home-help-list-swiper .doc {
    height: 1.38rem;
    font-size: .3rem;
    line-height: .46rem;
    color: #111;
    font-family: "HarmonyOS_Sans_Bold";
    font-weight: 500;
    font-weight: 275;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-orient: inherit;
  }
  .home-help-list-swiper .home-help-list-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .2rem;
  }
  .home-help-list-swiper .swiper-pagination-bullet {
    background: #318C4B;
  }
  .home-help-list-swiper .swiper-pagination-bullet-active {
    background: #25572A;
  }
}
@media (min-width: 991.98px) {
  .home-brand1-box {
    position: relative;
  }

  .home-brand1 {
    position: relative;
    opacity: 1;
    width: 100%;
    height: 100vh;
    background: #fff;
  }

  .fixed-brand1 .home-brand1-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
  }

  .home-brand1 {
    position: relative;
  }

  .animationStart .home-brand1 .bgk {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
    transition: .5s;
    transition-delay: 0.1s;
  }
  .animationStart .home-brand1 .home-bgk-end-before .end {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
    display: block;
    height: 100% !important;
    transition: 0s;
  }
  .animationStart .home-brand1 .home-brand-animation-desc {
    opacity: 1;
    top: 54.68%;
    transition: .4s;
    transition-delay: 0.3s;
  }

  .animationStart-imgs .home-brand1 .home-bgk-end-before .bgk {
    top: -80%;
    transform: translateX(-50%) translateY(-50%) scale(1);
    transition: .8s;
    transition-delay: 0s;
  }
  .animationStart-imgs .home-product {
    transform: translateY(0);
    transition: .8s;
  }
  .animationStart-imgs .home-bgk-end-before,
  .animationStart-imgs .home-brand1 .home-bgk-end {
    z-index: -1;
    transition-delay: .8s;
  }
  .animationStart-imgs .home-product-swiper-line {
    opacity: 0.5;
    transition: .2s;
  }
  .animationStart-imgs .home-product-swiper .swiper-button-next,
  .animationStart-imgs .home-product-swiper .swiper-button-prev {
    opacity: 1;
    transform: translateY(0);
    transition: .8s;
  }
}
html {
  background: #fff;
}

@media (max-width: 991.98px) {
  .home-brand1 {
    opacity: 1;
  }
}
@media (min-width: 991.98px) {
  .home-product-swiper .swiper-button-disabled {
    border: 1px solid rgba(37, 87, 42, 0.3);
  }
  .home-product-swiper .swiper-button-disabled img {
    opacity: 0.3;
  }

  .home-product-swiper .swiper-button-next:hover,
  .home-product-swiper .swiper-button-prev:hover {
    border: 1px solid rgba(37, 87, 42, 0.7);
  }
  .home-product-swiper .swiper-button-next:hover img,
  .home-product-swiper .swiper-button-prev:hover img {
    opacity: 0.7;
  }
}
.home-help-item .box {
  min-width: 20em;
  border-radius: 1em;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
  padding: 1.2em 1em 3em 1.2em;
  box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.1);
}
.home-help-item .doc {
  font-size: 1em;
  line-height: 1.4em;
  color: #111;
  font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: inherit;
  height: auto;
  max-height: 4.2em;
}
.home-help-item .logo-img {
  position: absolute;
  padding-top: 0%;
  margin-bottom: 0;
  right: 0;
  bottom: 0;
  width: 5em;
  height: 1.8em;
  right: 1.2em;
  bottom: 0.7em;
}

.addbox-top {
  display: flex;
  align-items: center;
  margin-bottom: 0.8em;
}
.addbox-top .imgwrap {
  width: 2.2em;
  height: 2.2em;
  margin-right: 0.5em;
  border-radius: 100%;
  overflow: hidden;
}
.addbox-top .imgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.addbox-name {
  font-size: 0.9em;
  line-height: 1.1111111111em;
  color: #111;
  font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: inherit;
  font-family: inherit;
}

.home-help-item.item1 {
  right: -1em;
}
.home-help-item.item2 {
  bottom: 0.025%;
  right: 10.42%;
}
.home-help-item.item3 {
  left: 26.08%;
  bottom: -65px;
}

.home-help-layer2 .sm-inner {
  margin: 0 0 !important;
}

.home-help-list-box {
  width: calc(100% - em(20));
}

@media (max-width: 991.98px) {
  .home-help .pteql-charact-layer2 {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 30.13%, rgba(0, 0, 0, 0) 50.33%);
  }

  .home-help-list-swiper .home-help-list-pagination .swiper-pagination-bullet {
    width: 0.16rem;
    height: 0.16rem;
    margin: 0 0.1rem !important;
    background: rgba(255, 255, 255, 0.4);
    opacity: 1;
  }
  .home-help-list-swiper .home-help-list-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: white;
  }

  .pteql-img {
    left: 0;
    bottom: 50%;
    transform: translateY(50%);
  }

  .home-help-list-swiper .box {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 0.2rem;
    padding: 0.28rem 0.36rem 1.04rem 0.4rem;
    box-shadow: 0px 15px 10px 0px rgba(0, 0, 0, 0.1);
    min-height: 4rem;
  }

  .home-help-list {
    position: absolute;
    transform: translateY(0%);
    top: auto;
    bottom: 0.6rem;
    padding: 0 0.5rem;
  }

  .addbox-top {
    margin-bottom: 0.24rem;
  }
  .addbox-top .imgwrap {
    width: 0.88rem;
    height: 0.88rem;
    margin-right: 0.18rem;
  }

  .addbox-name {
    font-size: 0.36rem;
    line-height: 0.4rem;
    color: #111;
    font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: inherit;
    font-family: inherit;
  }

  .home-help-list-swiper .doc {
    font-size: 0.3rem;
    line-height: 0.52rem;
    color: rgba(17, 17, 17, 0.9);
    font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: inherit;
    height: auto;
    max-height: 1.56rem;
  }
  .home-help-list-swiper .logo-img {
    padding-top: 0;
    margin-bottom: 0;
    height: 0.48rem;
    position: absolute;
    right: 0.38rem;
    bottom: 0.48rem;
    width: 100%;
    display: flex;
    justify-content: right;
  }
  .home-help-list-swiper .logo-img img {
    position: relative;
    width: auto;
  }

  .home-help .pteql-charact-imgs {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 30.13%, rgba(0, 0, 0, 0) 50.33%);
  }
  .home-help .home-help-lvbox {
    bottom: auto;
    top: 1.44rem;
  }
  .home-help .home-help-lvbox .sm-inner {
    padding: 0rem 0.34rem !important;
  }
}
