.banner-inner .content .title {
  color: #fff;
}
.banner-inner .content .desc {
  color: #fff;
}
.client {
  width: 100%;
  background: #f3f4f9;
  padding: 50px 0 80px 0;
  display: flex;
  flex-direction: column;
  gap: 110px;
}
.client .title {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  z-index: 1;
}
.client .title p {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}
.client .section1 {
  width: 100%;
}
.client .section1 .inner {
  width: 90%;
  max-width: 1440px;
  display: flex;
  gap: 66px;
  align-items: center;
  position: relative;
  right: -5%;
}
.client .section1 .inner .section1-left {
  width: 40%;
  height: auto !important;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 25px;
  z-index: 1;
}
.client .section1 .inner .section1-left .text1 {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
}
.client .section1 .inner .section1-left .text2 {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}
.client .section1 .inner .section1-left .text2 span {
  font-weight: 700;
}
.client .section1 .inner .section1-right {
  width: 40%;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
}
.client .section1 .inner .section1-right img {
  width: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.client .section1 .inner .section1-right:hover img {
  transform: scale(1.05);
}
.client .section1 .inner .back {
  position: absolute;
  top: -15%;
  right: 0;
  width: 607px;
  height: 542px;
  border-radius: 500px 0px 0px 500px;
  background: #ffffff;
}
.client .section2 {
  width: 100%;
}
.client .section2 .inner {
  display: flex;
  align-self: center;
  justify-content: space-between;
}
.client .section2 .inner .section2-left {
  width: 55%;
  height: auto !important;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 25px;
  z-index: 1;
}
.client .section2 .inner .section2-left .text1 {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
}
.client .section2 .inner .section2-left .text2 {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}
.client .section2 .inner .section2-left .text2 span {
  font-weight: 700;
}
.client .section2 .inner .section2-right {
  width: 40%;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
}
.client .section2 .inner .section2-right img {
  width: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.client .section2 .inner .section2-right:hover img {
  transform: scale(1.05);
}
.client .section2 .inner .back {
  position: absolute;
  top: -15%;
  right: 0;
  width: 607px;
  height: 542px;
  border-radius: 500px 0px 0px 500px;
  background: #ffffff;
}
.client .section3 {
  width: 100%;
}
.client .section3 .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 86%;
  left: -3%;
}
.client .section3 .inner .section3-left {
  border-radius: 12px 0px 0px 12px;
  background: #ffffff;
  padding: 60px 140px 60px 60px;
  width: 70%;
  height: auto !important;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 25px;
  z-index: 1;
}
.client .section3 .inner .section3-left .text1 {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
}
.client .section3 .inner .section3-left .text2 {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}
.client .section3 .inner .section3-left .text2 span {
  font-weight: 700;
}
.client .section3 .inner .section3-right {
  width: 37%;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
  position: absolute;
  right: 0;
}
.client .section3 .inner .section3-right img {
  width: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.client .section3 .inner .section3-right:hover img {
  transform: scale(1.05);
}
.feature {
  width: 100%;
  background: #f3f4f9;
  position: relative;
}
.feature .inner {
  display: flex;
  flex-direction: column;
  gap: 33px;
  padding-bottom: 80px;
  z-index: 1;
}
.feature .inner .section1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.feature .inner .section1 p {
  text-align: center;
  color: #333333;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
}
.feature .inner .section1 .line {
  width: 143px;
  height: 4px;
  background: #015caf;
}
.feature .inner .section2 {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  z-index: 1;
}
.feature .inner .section2 .item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px 20px;
  border-radius: 12px;
  background: rgba(135, 135, 135, 0.06);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  backdrop-filter: saturate(90%) blur(2.6px);
}
.feature .inner .section2 .item p {
  text-align: center;
  color: rgba(51, 51, 51, 0.75);
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 28px;
  line-height: 30px;
  transition: 0.5s;
}
.feature .inner .section2 .item:hover p {
  color: #015caf;
}
.feature .banner-back {
  width: 100%;
  height: 500px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.feature .banner-back::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -10%;
  width: 120%;
  height: 200%;
  background: #ffffff;
  border-radius: 50%;
}
@media only screen and (max-width: 1280px) {
  .client .title p {
    font-size: 25px;
  }
  .feature .inner .section2 .item p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1025px) {
  .feature .banner-back {
    width: 100%;
    height: 150px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
  }
}
@media only screen and (max-width: 900px) {
  .client {
    width: 100%;
    background: #f3f4f9;
    padding: 50px 0 50px 0;
    display: flex;
    flex-direction: column;
    gap: 70px;
  }
  .client .section1 .inner {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .client .section1 .inner .section1-left {
    width: 100%;
    position: relative;
    left: -5%;
  }
  .client .section1 .inner .section1-right {
    width: 100%;
    position: relative;
    left: -5%;
  }
  .client .section1 .inner .back {
    position: absolute;
    top: 0%;
    right: -40%;
    width: 607px;
    height: 542px;
    border-radius: 500px 0px 0px 500px;
    background: #ffffff;
  }
  .client .section2 .inner {
    display: flex;
    align-self: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
  }
  .client .section2 .inner .section2-left {
    width: 100%;
    position: relative;
    left: 0%;
  }
  .client .section2 .inner .section2-right {
    width: 100%;
    position: relative;
    left: 0%;
  }
  .client .section3 .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 90%;
    left: 0%;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .client .section3 .inner .section3-left {
    width: 100%;
    padding: 0px;
    background: transparent;
  }
  .client .section3 .inner .section3-right {
    width: 100%;
    position: relative;
  }
  .feature .inner .section2 {
    width: 100%;
  }
  .feature .inner .section2 .item p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .client {
    padding: 20px 0 30px 0;
    gap: 20px;
  }
  .client .title p {
    font-size: 20px;
  }
  .client .section1 .inner .back {
    position: absolute;
    top: 0%;
    right: -70%;
    width: 607px;
    height: 542px;
    border-radius: 500px 0px 0px 500px;
    background: #ffffff;
  }
  .client .section1 .inner .section1-left {
    gap: 5px;
  }
  .client .section1 .inner .section1-left .text1 {
    font-size: 18px;
  }
  .client .section1 .inner .section1-left .text2 {
    font-size: 14px;
  }
  .client .section2 .inner .section2-left {
    gap: 5px;
  }
  .client .section2 .inner .section2-left .text1 {
    font-size: 18px;
  }
  .client .section2 .inner .section2-left .text2 {
    font-size: 14px;
  }
  .client .section3 .inner .section3-left {
    gap: 5px;
  }
  .client .section3 .inner .section3-left .text1 {
    font-size: 18px;
  }
  .client .section3 .inner .section3-left .text2 {
    font-size: 14px;
  }
  .feature .inner {
    gap: 25px;
  }
  .feature .inner .section1 {
    gap: 0;
  }
  .feature .inner .section1 p {
    font-size: 20px;
    line-height: 30px;
  }
  .feature .inner .section2 {
    gap: 15px;
  }
  .feature .inner .section2 .item {
    padding: 10px;
  }
  .feature .inner .section2 .item p {
    font-size: 16px;
  }
  .feature .banner-back {
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
  }
}
