
@font-face {
  /* font-properties */
  font-family: NotoSansHansRegular;
  src: url("../font/NotoSansHans-Regular.eot?#iefix") format("embedded-opentype"),
    url("../font/NotoSansHans-Regular.woff") format("woff"), url("../font/NotoSansHans-Regular.ttf") format("truetype"),
    url("../font/NotoSansHans-Regular.svg#NotoSansHans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  /* font-properties */
  font-family: "NotoSansHansDemilight";
  src: url("../font/NotoSansHans-DemiLight.eot?#iefix") format("embedded-opentype"),
    url("../font/NotoSansHans-DemiLight.woff") format("woff"),
    url("../font/NotoSansHans-DemiLight.ttf") format("truetype"),
    url("../font/NotoSansHans-DemiLight.svg#NotoSansHansDemilight") format("svg");
  font-weight: normal;
  font-style: normal;
}
html {
  font-family: NotoSansHansRegular;
}
.min-width {
  min-width: 15.4667rem;
}
.nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 0.3067rem;
  z-index: 10;
}
.nav .logo {
  margin-left: 0.4267rem;
  display: inline-block;
}
.nav .logo img {
  width: 2.0933rem;
}
.nav .menu {
  margin-right: 1.3333rem;
  padding-top: 0.2667rem;
  padding-bottom: 0.36rem;
}
.nav .menu a {
  position: relative;
  font-size: 0.24rem;
  margin: 0 0.24rem;
  float: left;
  color: #ffffff;
}
.nav .menu a:hover::after {
  content: "";
  position: absolute;
  bottom: -0.08rem;
  left: 0;
  width: 150%;
  margin-left: -25%;
  height: 0.0133rem;
  background-color: #f85306;
}
.nav .menu .menu-close-btn {
  display: none;
}
.nav .menu-ctrol {
  display: none;
  position: absolute;
  right: 0.4267rem;
  top: 0.3067rem;
  width: 0.6667rem;
}
.nav .menu-ctrol img {
  width: 100%;
}
.banner {
  position: relative;
  width: 100%;
}
.banner img {
  width: 100%;
}
.banner .content {
  position: absolute;
  top: 40%;
  left: 25%;
  transform: translate(-20%, -20%);
}
.banner p:nth-child(1) {
  color: #ffffff;
  font-size: 0.6933rem;
  line-height: 1.0667rem;
  white-space: nowrap;
  text-align: left;
}
.banner p:nth-child(2) {
  color: #ffffff;
  font-size: 0.3933rem;
  line-height: 1.0667rem;
  white-space: nowrap;
  text-align: left;
}
.banner p.desc {
  font-size: 0.2667rem;
  line-height: 1;
  margin-top: 0.4rem;
}
.banner p:nth-child(3) > a {
  position: absolute;
  top: 110%;
  left: 18%;
  transform: translate(-50%, -50%);
  width: 2.0533rem;
  height: 0.5667rem;
  line-height: 0.5667rem;
  text-align: center;
  background: linear-gradient(93.08deg, #9BFFA5 -63.38%, #95FFF9 100.36%);
  border-radius: 0.3333rem;
  font-size: 0.2667rem;
  color: #000;
  font-weight: bold;
}

.demo {
  width: 15.4667rem;
  margin: 0 auto;
  padding-bottom: 1.0667rem;
}
.demo img {
  width: 100%;
}
.demo .video1 {
  width: 15.4667rem;
  margin-top: 0.4267rem;
  margin-bottom: 0.4rem;
  cursor: pointer;
  font-size: 0;
  
}
.demo .video2 {
  margin-right: 0.5067rem;
}
.demo .video2,
.demo .video3 {
  cursor: pointer;
  width: 7.48rem;
  height: 4.2rem;
  overflow: hidden;
  border-radius: 0.2rem;
}
.do {
  background: linear-gradient(134.71deg, #C8FF54 -119%, #1CEDE0 100%);
}


.do .title {
  color: #000;
}
.do ul {
  width: 15.4667rem;
  margin: 0 auto;
  margin-top: 0.8rem;
  padding-bottom: 1.2rem;
}
.do ul li {
  width: 33.3333%;
  float: left;
  text-align: center;
  font-size: 0.2933rem;
  color: #000;
}
.do ul li img {
  margin-bottom: 0.6667rem;
  width: 70%;
}
.do ul li p {
  text-align: center;
}
.do ul li p:nth-of-type(1) {
  margin-bottom: 0.2933rem;
}
.do {
  background: linear-gradient(134.71deg, #C8FF54 -119%, #1CEDE0 100%);
}


.customers .title {
  color: #000;
}
.customers ul {
  width: 15.4667rem;
  margin: 0 auto;
  margin-top: 0.8rem;
  padding-bottom: 1.2rem;
  display: flex;
}
.customers ul li {
  width: 33.3333%;
  /* float: left; */
  text-align: center;
  font-size: 0.2933rem;
  color: #000;
}
.customers ul li img {
  margin-bottom: 0.6667rem;
  width: 60%;
}

.customers ul li .customers_3{
  margin-bottom: 0.6667rem;
  width: 40%;
}


.customers ul li p {
  text-align: center;
}
.customers ul li p:nth-of-type(1) {
  margin-bottom: 0.2933rem;
}
.superiority {
  background-color: #EDFCF9;
}
.superiority .title {
  font-family: NotoSansHansDemilight;
}

.superiority ul {
  width: 100%; /* 使用整个可用宽度 */
  margin-top: 0.8rem;
  padding-bottom: 1.2rem;
  display: flex;
  flex-wrap: wrap; /* 允许换行 */
  justify-content: space-around;
}

.superiority ul li {
  width: calc(33.33% - 1.0667rem); /* 计算每个 li 的宽度，减去间距 */
  /* margin-bottom: 0.8rem; */
  text-align: center;
  font-size: 0.2933rem;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center; /* 垂直居中 */
  align-items: center; /* 水平居中 */
}

.superiority ul li:nth-child(3n) {
  margin-right: 0;
}

.superiority ul li img {
  width: 1.8667rem;
  margin-bottom: 0.36rem;
}
.superiority ul li p {
  text-align: left;
  font-size: 0.2133rem;
  color: #97C8B5;
  line-height: 0.4533rem;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
@media(max-width: 540px) {
  .superiority ul li p {
    text-align: left;
    font-size: 0.2133rem;
    color: #97C8B5;
    line-height: 0.4533rem;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 0.5rem;
  }
}
.superiority ul li p:nth-of-type(1) {
  margin-bottom: 0.4rem;
  font-size: 0.3rem;
  line-height: 1;
  color: #242a3b;
  text-align: center;
  font-weight: bold;
}


.stars {
  background-color: #fff;
}
.stars .title {
  font-family: NotoSansHansDemilight;
}

.stars ul {
  width: 100%; /* 使用整个可用宽度 */
  margin-top: 0.8rem;
  padding-bottom: 1.2rem;
  display: flex;
  flex-wrap: wrap; /* 允许换行 */
  justify-content: space-around;
}

.stars ul li {
  width: calc(25% - 1.0667rem); /* 计算每个 li 的宽度，减去间距 */
  /* margin-bottom: 0.8rem; */
  text-align: center;
  font-size: 0.2933rem;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center; /* 垂直居中 */
  align-items: center; /* 水平居中 */
}

.stars ul li:nth-child(3n) {
  margin-right: 0;
}

.stars ul li img {
  width: 2.8667rem;
  margin-bottom: 0.36rem;
  border-radius: 20%;
}
.stars ul li p {
  text-align: left;
  font-size: 0.2133rem;
  color: #97C8B5;
  line-height: 0.4533rem;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  display: flex;
}
@media (max-width: 1000px){
  .stars ul li {
    width: calc(80% - 1.0667rem); /* 计算每个 li 的宽度，减去间距 */
    /* margin-bottom: 0.8rem; */
    text-align: center;
    font-size: 0.2933rem;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center; /* 垂直居中 */
    align-items: center; /* 水平居中 */
  }
  .stars ul li p {
    text-align: left;
    font-size: 0.2133rem;
    color: #97C8B5;
    line-height: 0.4533rem;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    margin-bottom: 0.3rem;
  }
  .stars ul li img {
    width: 2.8667rem;
    margin-bottom: 0.36rem;
  }
}


@media(max-width: 540px) {
  .superiority ul li p {
    text-align: left;
    font-size: 0.2133rem;
    color: #97C8B5;
    line-height: 0.4533rem;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 0.5rem;
  }
}
.stars ul li p:nth-of-type(1) {
  margin-bottom: 0.1rem;
  font-size: 0.3rem;
  line-height: 1;
  color: #242a3b;
  text-align: left;
  font-weight: bold;
}



.share {
  padding-bottom: 1.0667rem;
  position: relative;
}
.share .share_title {
  text-align: left;
  /* padding-left: 2rem; */
  font-weight: bolder;
  font-size: 0.5rem;
  position: absolute;
  top: 0.3rem;
  left: 0.5rem;
}
.share .text {
  width: 8.6667rem;
  margin: 0.5333rem auto 1.2rem;
  text-align: center;
  font-size: 0.2667rem;
  line-height: 0.5333rem;
  color: #242a3b;
}
.share .content {
  width: 14.9333rem;
  margin: 0 auto;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.share .content img:nth-child(2) {
  width: 40%;
}

@media (max-width: 750px) {
  .share .content img:nth-child(1) {
    width: 100vw;
  }
  .share .content img:nth-child(2) {
    width: 100vw;
  }
}


.footer {
  background: linear-gradient(134.71deg, #C8FF54 -119%, #1CEDE0 100%);
  height: 4.9333rem;
  position: relative;
}

.footer > p {
  position: absolute;
  bottom: 0.1867rem;
  width: 100%;
  text-align: center;
  font-size: 0.1867rem;
  color: #313131;
}
.footer .content {
  position: relative;
  width: 15.4667rem;
  margin: 0 auto;
  padding-top: 0.4rem;
}
.footer .content .qrcode {
  position: absolute;
  right: 0;
  top: 2.8733rem;
  width: 1.64rem;
}
.footer .content .footer-en-title {
  font-size: 0.2133rem;
  color: #9c9fa9;
}
.footer .content .footer-title {
  font-size: 0.32rem;
  color: #242a3b;
  margin-top: 0.2533rem;
  margin-bottom: 0.3867rem;
}
.footer .content p {
  margin-bottom: 0.3467rem;
  font-size: 0.2133rem;
  color: #242a3b;
  font-weight: bolder;
}
.footer .content .title {
  text-align: center;
  font-size: 0.48rem;
  color: #242a3b;
  line-height: 1;
  margin: 0;
  padding-top: 0.8rem;
  font-weight: normal;
  z-index: 1;
  position: relative;
}
.footer .content .desc-title{
  text-align: center;
  margin-top: 0.2933rem;
  font-size: 0.4133rem;
  margin-top: -0.2rem;
  font-style: italic;
  z-index: 0;
  color: #D6EBEA;
  font-weight: 700;
  position: relative;
  opacity: 0.7;
}

.play-video-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
}
.play-video-container .close {
  position: absolute;
  left: 50%;
  top: 0.8rem;
  margin-left: 7.3333rem;
}
.play-video-container .video-js {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.play-video-container .video-js source {
  display: none;
}
.play-video-container .video-js source.active {
  display: block;
}
.vjs-paused .vjs-big-play-button,
.vjs-paused.vjs-has-started .vjs-big-play-button {
  display: block;
}
.close {
  position: relative;
  display: inline-block;
  width: 0.6667rem;
  height: 0.6667rem;
  overflow: hidden;
}
.close:hover {
  cursor: pointer;
}
.close:hover::before,
.close:hover::after {
  background: #1ebcc5;
}
.close::before,
.close::after {
  content: "";
  position: absolute;
  height: 0.04rem;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -0.0133rem;
  background: #000;
}
.close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.title {
  text-align: center;
  font-size: 0.48rem;
  color: #242a3b;
  line-height: 1;
  margin: 0;
  padding-top: 0.8rem;
  font-weight: normal;
  z-index: 1;
  position: relative;
}
.desc-title {
  text-align: center;
  margin-top: 0.2933rem;
  font-size: 0.4133rem;
  margin-top: -0.2rem;
  font-style: italic;
  z-index: 0;
  color: #D6EBEA;
  font-weight: 700;
  position: relative;
  opacity: 0.7;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.clearfix {
  zoom: 1;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
}
p {
  margin: 0;
}
