* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  width: 100%;
}
body .app {
  width: 100%;
  /* .site-nav 鏍峰紡鐢?public.css 缁熶竴绠＄悊锛屾澶勪笉鍐嶉噸澶嶅畾涔?*/
}
body .app .container {
  width: 1440px;
  height: 100%;
  margin: 0 auto;
}
body .app .banner {
  width: 100%;
  height: 660px;
  position: relative;
  overflow: hidden;
}
body .app .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
body .app .banner .container .banner-main {
  position: relative;
  z-index: 2;
  width: auto;
  max-width: 80%;
  margin-top: 217px;
  margin-left: 119px;
}
body .app .banner .container .banner-main span {
  display: block;
  height: auto;
  color: #191919;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 35px;
  line-height: 48px;
}
body .app .banner .container .banner-main .text {
  width: auto;
  max-width: 700px;
  height: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}
body .app .banner .container .banner-main .text p {
  width: auto;
  color: #191919;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
body .app .customer {
  height: 1407px;
  overflow: hidden;
  position: relative;
}
body .app .customer .title {
  width: 100%;
  max-width: 768px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
  margin: 78px auto 0;
  padding: 0 5%;
  box-sizing: border-box;
}
body .app .customer .title h1 {
  margin: 0 auto 0;
  color: #101828;
  font-family: Inter;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0.4px;
  text-align: center;
}
body .app .customer .title p {
  text-align: center;
  color: #4a5565;
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.4px;
  width: 100%;
}
body .app .customer .swiperCustomer1 {
  width: 1201px;
  height: 516px;
  width: 83.3%;
  border: 1px solid #57a6df;
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55));
  margin: 49px auto 0;
  overflow: hidden;
  border-radius: 10px;
}
body .app .customer .swiperCustomer1 .swiper-wrapper {
  height: 438px;
  bottom: -78px;
}
body .app .customer .swiperCustomer1 .swiper-wrapper .swiper-slide {
  height: 438px;
  position: relative;
}
body .app .customer .swiperCustomer1 .swiper-wrapper .swiper-slide .bg {
  color: rgba(255, 255, 255, 0.45);
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 60px;
  line-height: 82px;
  width: auto;
  max-width: 90%;
  height: auto;
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .app .customer .swiperCustomer1 .swiper-wrapper .swiper-slide img {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 438px;
  object-fit: cover;
}
body .app .customer .swiperCustomer1 .swiper-wrapper .swiper-slide p {
  width: 1052px;
  width: 90%;
  color: rgba(255, 255, 255, 0.9);
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 42px;
  letter-spacing: -0.2px;
  margin: 58px auto 0;
  position: relative;
  z-index: 3;
}
body .app .customer .swiperCustomer1 .swiper-pagination {
  position: relative;
  top: -438px;
  width: 100%;
  height: 78px;
  display: flex;
  margin: 0;
  padding: 0;
}
body .app .customer .swiperCustomer1 .swiper-pagination .swiper-pagination-bullet {
  flex: 1;
  height: 100%;
  border-radius: 0;
  background: #f0f0f0;
  color: #666;
  font-size: 18px;
  line-height: 80px;
  text-align: center;
  opacity: 1;
  margin: 0;
  border-left: 1px solid #57a6df;
  transition: all 0.3s ease-in-out;
}
body .app .customer .swiperCustomer1 .swiper-pagination .swiper-pagination-bullet:hover {
  background: #64b5f6;
  color: #fff;
}
body .app .customer .swiperCustomer1 .swiper-pagination .swiper-pagination-bullet:first-child {
  border-left: none;
}
body .app .customer .swiperCustomer1 .swiper-pagination .swiper-pagination-bullet-active {
  background: #64b5f6;
  color: #fff;
}
body .app .customer .swiperCustomer2 {
  width: 100%;
  height: 450px;
  margin: 86px auto 0;
  overflow: hidden;
}
body .app .customer .swiperCustomer2 .swiper-wrapper {
  height: 374px;
}
body .app .customer .swiperCustomer2 .swiper-wrapper .swiper-slide {
  width: clamp(250px, 16.25vw, 312px);
  height: 374px;
  border-radius: 16px;
  border: 1px solid #f3f4f6;
  box-sizing: border-box;
  background: rgba(242, 242, 242, 0.1);
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
body .app .customer .swiperCustomer2 .swiper-wrapper .swiper-slide .img {
  margin: 20px 23px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body .app .customer .swiperCustomer2 .swiper-wrapper .swiper-slide .img img {
  width: 56px;
  height: 56px;
  display: flex;
  place-content: center;
  place-items: center;
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 14px;
  border-radius: 14px;
  background: #eff6ff;
}
body .app .customer .swiperCustomer2 .swiper-wrapper .swiper-slide .img span {
  color: rgba(16, 24, 40, 0.25);
  font-family: Inter;
  font-weight: 700;
  font-size: 42px;
  line-height: 28px;
  letter-spacing: -0.4px;
}
body .app .customer .swiperCustomer2 .swiper-wrapper .swiper-slide .p1 {
  color: #101828;
  font-family: Inter;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.4px;
  margin-top: 13px;
  margin-left: 25px;
  margin-right: 25px;
}
body .app .customer .swiperCustomer2 .swiper-wrapper .swiper-slide .p2 {
  margin-top: 13px;
  margin-left: 25px;
  margin-right: 25px;
  color: #4a5565;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 22.8px;
  letter-spacing: -0.2px;
}
body .app .customer .swiperCustomer2 .swiper-wrapper .swiper-slide:hover {
  background: rgba(255, 120, 96, 0.2);
}
body .app .customer .swiperCustomer2 .swiper-wrapper .swiper-slide-active {
  background: rgba(255, 120, 96, 0.18);
  border-color: rgba(255, 120, 96, 0.26);
  box-shadow: 0px 16px 34px rgba(16, 24, 40, 0.08);
}
body .app .customer .swiperCustomer2 .swiper-pagination {
  transform: translateX(-50%);
  width: 31.805%;
  height: 42px;
  position: relative;
  top: 34px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body .app .customer .swiperCustomer2 .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #d9d9d9;
}
body .app .customer .swiperCustomer2 .swiper-pagination .swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  border: 2px solid #ff4929;
  background: #57a6df;
}
body .app .customer .swiperCustomer2-button-prev {
  position: absolute;
  top: 2010px;
  left: 330px;
  left: 25%;
  width: 43px;
  height: 42px;
  display: flex;
  place-content: center;
  place-items: center;
  flex-shrink: 0;
  border-radius: 16777200px;
  box-sizing: border-box;
  background: url('../images/cooperate/customer2Prev.png') no-repeat center center / cover;
  top: auto;
  bottom: 122px;
}
body .app .customer .swiperCustomer2-button-next {
  position: absolute;
  top: 2010px;
  right: 330px;
  right: 25%;
  width: 43px;
  height: 42px;
  display: flex;
  place-content: center;
  place-items: center;
  flex-shrink: 0;
  border-radius: 16777200px;
  box-sizing: border-box;
  background: url('../images/cooperate/customer2Next.png') no-repeat center center / cover;
  top: auto;
  bottom: 122px;
}
body .app .range {
  height: 460px;
  overflow: hidden;
}
body .app .range main {
  width: 1200px;
  height: 322px;
  width: 83.3%;
  display: flex;
  justify-content: space-between;
  padding: 57px 57px 1px 57px;
  padding: 3% 3% 1px 3%;
  border-radius: 24px;
  border: 1px solid #f3f4f6;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
  margin: 97px auto 0;
}
body .app .range main .left h1 {
  color: #101828;
  font-family: Inter;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.4px;
}
body .app .range main .left h2 {
  color: #1d218d;
  font-family: Inter;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.4px;
}
body .app .range main .left p {
  width: 100%;
  max-width: 357px;
  margin-top: 15px;
  color: #4a5565;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
}
body .app .range main .left button {
  width: 194px;
  height: 35px;
  display: flex;
  place-content: center;
  place-items: center;
  gap: 8px;
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 8px;
  border-radius: 6px;
  background: #57a6df;
  border: none;
  margin-top: 13px;
  transition: all 0.3s ease-in-out;
}
body .app .range main .left button:hover {
  transform: scale(1.05);
}
body .app .range main .left button span {
  color: #ffffff;
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
}
body .app .range main .right {
  margin-top: 29px;
  width: 681.3px;
  width: 59%;
  height: 150px;
  display: flex;
  flex-wrap: wrap;
  /* 鍏抽敭锛氳嚜鍔ㄦ崲琛?*/
  gap: 12px;
  margin-left: 47px;
}
body .app .range main .right .element {
  height: fit-content;
  border-radius: 16777200px;
  border: 1px solid #e5e7eb;
  box-sizing: border-box;
  background: #f9fafb;
  padding: 10px 20px;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
body .app .range main .right .element span {
  color: #364153;
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.2px;
  transition: color 0.25s ease;
}
body .app .range main .right .element:hover {
  background: #1d218d;
  border-color: #1d218d;
  transform: translateY(-2px);
}
body .app .range main .right .element:hover span {
  color: #ffffff;
}
body .app.cooperate .customer {
  height: auto;
  padding-bottom: 36px;
}
body .app.cooperate .customer .swiperCustomer1 {
  max-width: 1201px;
}
body .app.cooperate .customer .swiperCustomer2 {
  margin-top: 46px;
}
body .app.cooperate .customer .swiperCustomer2 .swiper-wrapper .swiper-slide .img {
  margin: 18px 20px 0;
}
body .app.cooperate .customer .swiperCustomer2 .swiper-wrapper .swiper-slide .img img {
  width: 48px;
  height: 48px;
  padding: 12px;
}
body .app.cooperate .customer .swiperCustomer2 .swiper-wrapper .swiper-slide .img span {
  font-size: 36px;
}
body .app.cooperate .customer .swiperCustomer2 .swiper-wrapper .swiper-slide .p1 {
  font-size: 18px;
  line-height: 25px;
  margin: 12px 22px 0;
}
body .app.cooperate .customer .swiperCustomer2 .swiper-wrapper .swiper-slide .p2 {
  font-size: 13px;
  line-height: 20px;
  margin: 10px 22px 0;
}
body .app.cooperate .customer .swiperCustomer2 .swiper-pagination {
  width: 260px;
  top: 22px;
}
body .app.cooperate .customer .swiperCustomer2-button-prev {
  left: calc(50% - 220px);
  bottom: 44px;
  z-index: 3;
  cursor: pointer;
}
body .app.cooperate .customer .swiperCustomer2-button-next {
  right: calc(50% - 220px);
  bottom: 44px;
  z-index: 3;
  cursor: pointer;
}
body .app.cooperate .range {
  height: auto;
  padding: 58px 0 64px;
}
body .app.cooperate .range main {
  max-width: 1200px;
  margin-top: 0;
}
body .app.cooperate .after {
  padding-bottom: 38px;
}
body .app.cooperate .after .container .bg {
  top: 0;
  font-size: 105px;
}
body .app.cooperate .after .container h1 {
  margin-top: 72px;
}
body .app.cooperate .after .container .service-inner {
  margin-top: 42px;
}
body .app.cooperate .after .container .service-inner .section2 {
  padding-bottom: 30px;
}
body .app.cooperate .after .container .service-inner .section2 .prev,
body .app.cooperate .after .container .service-inner .section2 .next {
  min-width: 50px;
  max-width: 50px;
}
body .app.cooperate .after .container .service-inner .section2 .swiper1 {
  width: calc(100% - 138px);
}
body .app.cooperate .after .container .service-inner .section2 .swiper1 .swiper-wrapper .swiper-slide .section2-left .text1 {
  margin-bottom: 36px;
}
body .app.cooperate .after .container .service-inner .section2 .swiper1 .swiper-wrapper .swiper-slide .section2-left .text2 {
  line-height: 26px;
}
body .app.cooperate .contactpage .container {
  padding: 72px 0 66px;
}
body .app.cooperate .contactpage .main {
  height: 540px;
  padding: 16px 28px 26px;
  border-radius: 28px;
}
body .app.cooperate .contactpage .main .input {
  gap: 10px;
}
body .app.cooperate .contactpage .main .input input {
  height: 52px;
  padding: 13px 18px;
  border-radius: 12px;
}
body .app.cooperate .contactpage .main .input .input4 {
  height: 92px;
  padding: 13px 18px;
  border-radius: 12px;
}
body .app.cooperate .contactpage .main button {
  height: 54px;
  border-radius: 12px;
  padding: 13px 0;
}
body .app.cooperate .contactpage .right {
  height: 540px;
}
body .app.cooperate .contactpage .right .upload {
  height: 294px;
  border-radius: 28px;
}
body .app.cooperate .contactpage .right .upload button {
  width: 68px;
  height: 68px;
  margin-top: 28px;
}
body .app.cooperate .contactpage .right .upload button img {
  width: 38px;
  height: 38px;
}
body .app.cooperate .contactpage .right .upload h2 {
  margin-top: 18px;
}
body .app.cooperate .contactpage .right .upload .security {
  margin-top: 24px;
}
body .app.cooperate .contactpage .right .download {
  margin-top: 22px;
  padding: 14px 30px;
}
body .app.cooperate .contactpage .right .qr {
  height: 160px;
}
body .app.cooperate .footer {
  height: 500px;
}
body .app.cooperate .footer .container {
  padding-top: 46px;
}
body .app.cooperate .footer .container .content .left {
  height: 230px;
}
body .app.cooperate .footer .container .content .left img {
  width: 172px;
  height: 95px;
}
body .app.cooperate .footer .container .content .left p {
  margin-top: 20px;
  top: 18px;
}
body .app.cooperate .footer .container .content .main,
body .app.cooperate .footer .container .content .right {
  margin-top: 18px;
}
body .app.cooperate .footer .container .bottom {
  margin-top: 46px;
  padding-top: 34px;
}
/* 鈹€鈹€ Responsive 鈹€鈹€ */
@media only screen and (max-width: 1700px) {
  body .cooperate .container {
    width: 92%;
    max-width: 1440px;
  }
}
/* 1470px: 涓诲竷灞€鏀剁獎 - 瑕嗙洊 1366/1440 绗旇鏈?*/
@media only screen and (max-width: 1470px) {
  body .cooperate .banner {
    height: 560px;
  }
  body .cooperate .banner .container .banner-main {
    margin-left: 5%;
    margin-top: 180px;
  }
  body .cooperate .banner .container .banner-main span {
    font-size: 32px;
    line-height: 42px;
  }
  body .cooperate .customer,
  body .cooperate .range {
    height: auto;
    padding: 0;
  }
  body .cooperate .customer {
    padding-bottom: 44px;
  }
  body .cooperate .range {
    padding: 58px 0 64px;
  }
  body .cooperate .customer .swiperCustomer2-button-prev,
  body .cooperate .customer .swiperCustomer2-button-next {
    display: flex;
  }
  body .cooperate .customer .swiperCustomer1 .swiper-slide .bg {
    font-size: 48px;
  }
  body .cooperate .customer .swiperCustomer2 .swiper-wrapper .swiper-slide {
    width: clamp(260px, 22vw, 340px);
  }
}
@media only screen and (max-width: 1280px) {
  body .cooperate .banner {
    height: 480px;
  }
  body .cooperate .banner .container .banner-main {
    margin-top: 140px;
  }
  body .cooperate .banner .container .banner-main span {
    font-size: 28px;
    line-height: 38px;
  }
  body .cooperate .customer {
    padding: 48px 0 52px;
  }
  body .cooperate .customer .title h1 {
    font-size: 28px;
    line-height: 36px;
  }
  body .cooperate .customer .swiperCustomer1 .swiper-slide .bg {
    font-size: 40px;
  }
  body .cooperate .customer .swiperCustomer1 .swiper-slide p {
    font-size: 14px;
    line-height: 28px;
  }
  body .cooperate .range {
    padding: 52px 0;
  }
  body .cooperate .range main {
    flex-direction: column;
    height: auto;
    padding: 4%;
  }
  body .cooperate .range main .left {
    width: 100%;
  }
  body .cooperate .range main .left p {
    max-width: 100%;
  }
  body .cooperate .range main .right {
    margin-top: 24px;
    margin-left: 0;
    width: 100%;
    height: auto;
  }
  body .cooperate .range h1,
  body .cooperate .range h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1024px) {
  body .cooperate .banner {
    height: 400px;
  }
  body .cooperate .banner .container .banner-main {
    margin-top: 110px;
  }
  body .cooperate .banner .container .banner-main span {
    font-size: 24px;
    line-height: 32px;
  }
  body .cooperate .banner .container .banner-main .text p {
    font-size: 14px;
  }
  body .cooperate .customer,
  body .cooperate .range {
    padding: 50px 0;
  }
  body .cooperate .customer h1,
  body .cooperate .range h1,
  body .cooperate .customer h2,
  body .cooperate .range h2 {
    font-size: 24px;
    line-height: 32px;
  }
  body .cooperate .customer p,
  body .cooperate .range p {
    font-size: 13px;
    line-height: 22px;
  }
  body .cooperate .customer .swiperCustomer1 .swiper-slide .bg {
    font-size: 32px;
    line-height: 48px;
    bottom: -12px;
  }
  body .cooperate .customer .swiperCustomer1 .swiper-slide p {
    line-height: 24px;
    margin-top: 30px;
  }
  body .cooperate .customer .swiperCustomer1 .swiper-pagination .swiper-pagination-bullet {
    font-size: 14px;
    line-height: 60px;
  }
  body .cooperate .customer .swiperCustomer2 .swiper-wrapper .swiper-slide {
    width: 42% !important;
  }
}
@media only screen and (max-width: 800px) {
  body .cooperate .banner {
    height: 320px;
  }
  body .cooperate .banner .container .banner-main {
    max-width: 90%;
    margin-top: 90px;
  }
  body .cooperate .banner .container .banner-main span {
    font-size: 22px;
    line-height: 28px;
  }
  body .cooperate .customer,
  body .cooperate .range {
    padding: 40px 0;
  }
  body .cooperate .customer h1,
  body .cooperate .range h1,
  body .cooperate .customer h2,
  body .cooperate .range h2 {
    font-size: 22px;
    line-height: 30px;
  }
  body .cooperate .customer p,
  body .cooperate .range p {
    font-size: 12px;
  }
  body .cooperate .customer .swiperCustomer1 {
    width: 92%;
    height: auto;
    overflow: visible;
  }
  body .cooperate .customer .swiperCustomer1 .swiper-wrapper {
    height: auto;
    bottom: 0;
  }
  body .cooperate .customer .swiperCustomer1 .swiper-wrapper .swiper-slide {
    height: auto;
    min-height: 280px;
  }
  body .cooperate .customer .swiperCustomer1 .swiper-wrapper .swiper-slide .bg {
    font-size: 20px;
    line-height: 28px;
    bottom: 8px;
  }
  body .cooperate .customer .swiperCustomer1 .swiper-wrapper .swiper-slide img {
    height: 100%;
    min-height: 280px;
  }
  body .cooperate .customer .swiperCustomer1 .swiper-wrapper .swiper-slide p {
    font-size: 13px;
    line-height: 22px;
    margin-top: 16px;
    padding: 0 16px;
  }
  body .cooperate .customer .swiperCustomer1 .swiper-pagination {
    position: relative;
    top: 0;
    flex-wrap: nowrap;
  }
  body .cooperate .customer .swiperCustomer1 .swiper-pagination .swiper-pagination-bullet {
    flex: 1;
    font-size: 12px;
    line-height: 1.4;
    padding: 12px 8px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body .cooperate .customer .swiperCustomer2 {
    height: auto;
    margin-top: 40px;
  }
  body .cooperate .customer .swiperCustomer2 .swiper-wrapper {
    height: auto;
  }
  body .cooperate .customer .swiperCustomer2 .swiper-slide {
    width: 100%;
    height: auto;
    min-height: 280px;
  }
  body .cooperate .range main .right .element {
    padding: 8px 14px;
  }
  body .cooperate .range main .right .element span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 640px) {
  body .cooperate .banner {
    height: 260px;
  }
  body .cooperate .banner .container .banner-main {
    margin-top: 70px;
  }
  body .cooperate .banner .container .banner-main span {
    font-size: 20px;
    line-height: 26px;
  }
  body .cooperate .customer,
  body .cooperate .range {
    padding: 30px 0;
  }
  body .cooperate .customer h1,
  body .cooperate .range h1,
  body .cooperate .customer h2,
  body .cooperate .range h2 {
    font-size: 20px;
    line-height: 28px;
  }
  body .cooperate .customer p,
  body .cooperate .range p {
    font-size: 12px;
    line-height: 20px;
  }
  body .cooperate .range main .left button {
    width: 100%;
    max-width: 200px;
  }
}
@media only screen and (max-width: 480px) {
  body .cooperate .banner .container .banner-main {
    margin-left: 5%;
  }
  body .cooperate .customer .title h1 {
    font-size: 22px;
  }
  body .cooperate .range main .right .element {
    padding: 6px 12px;
  }
  body .cooperate .range main .right .element span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 800px) {
  body .app.cooperate .customer {
    padding: 30px 0 34px;
    overflow: hidden;
  }
  body .app.cooperate .customer .title {
    width: 88%;
    margin: 0 auto;
    gap: 10px;
    padding: 0;
  }
  body .app.cooperate .customer .title h1 {
    font-size: 18px;
    line-height: 24px;
  }
  body .app.cooperate .customer .title p {
    font-size: 11px;
    line-height: 18px;
  }
  body .app.cooperate .customer .swiperCustomer1 {
    width: 92%;
    margin-top: 18px;
    border-radius: 8px;
    overflow: hidden;
  }
  body .app.cooperate .customer .swiperCustomer1 .swiper-wrapper {
    height: auto;
    bottom: 0;
  }
  body .app.cooperate .customer .swiperCustomer1 .swiper-wrapper .swiper-slide {
    height: 230px;
    min-height: 230px;
    overflow: hidden;
  }
  body .app.cooperate .customer .swiperCustomer1 .swiper-wrapper .swiper-slide .bg {
    display: none;
  }
  body .app.cooperate .customer .swiperCustomer1 .swiper-wrapper .swiper-slide img {
    height: 100%;
    min-height: 230px;
  }
  body .app.cooperate .customer .swiperCustomer1 .swiper-wrapper .swiper-slide p {
    position: absolute;
    top: 22px;
    left: 7%;
    width: 86%;
    max-height: 160px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 11px;
    line-height: 18px;
  }
  body .app.cooperate .customer .swiperCustomer1 .swiper-pagination {
    top: 0;
    height: auto;
    min-height: 44px;
    display: flex;
    align-items: stretch;
  }
  body .app.cooperate .customer .swiperCustomer1 .swiper-pagination .swiper-pagination-bullet {
    height: 44px;
    padding: 0 4px;
    font-size: 10px;
    line-height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body .app.cooperate .customer .swiperCustomer2 {
    width: 100%;
    height: auto;
    margin-top: 26px;
    padding-bottom: 42px;
  }
  body .app.cooperate .customer .swiperCustomer2 .swiper-wrapper {
    height: auto;
    align-items: stretch;
  }
  body .app.cooperate .customer .swiperCustomer2 .swiper-wrapper .swiper-slide {
    width: 84% !important;
    height: auto;
    min-height: 258px;
    border-radius: 12px;
  }
  body .app.cooperate .customer .swiperCustomer2 .swiper-wrapper .swiper-slide .img {
    margin: 14px 16px 0;
  }
  body .app.cooperate .customer .swiperCustomer2 .swiper-wrapper .swiper-slide .img img {
    width: 36px;
    height: 36px;
    padding: 9px;
    border-radius: 10px;
  }
  body .app.cooperate .customer .swiperCustomer2 .swiper-wrapper .swiper-slide .img span {
    font-size: 28px;
    line-height: 28px;
  }
  body .app.cooperate .customer .swiperCustomer2 .swiper-wrapper .swiper-slide .p1 {
    margin: 10px 16px 0;
    font-size: 14px;
    line-height: 20px;
  }
  body .app.cooperate .customer .swiperCustomer2 .swiper-wrapper .swiper-slide .p2 {
    margin: 8px 16px 0;
    font-size: 11px;
    line-height: 17px;
  }
  body .app.cooperate .customer .swiperCustomer2 .swiper-pagination {
    width: 90px;
    height: 20px;
    top: 16px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  body .app.cooperate .customer .swiperCustomer2 .swiper-pagination .swiper-pagination-bullet,
  body .app.cooperate .customer .swiperCustomer2 .swiper-pagination .swiper-pagination-bullet-active {
    width: 7px;
    min-width: 7px;
    height: 7px;
    min-height: 7px;
    display: block !important;
    flex: 0 0 7px;
    margin: 0 !important;
    border-radius: 50%;
    transform: none !important;
  }
  body .app.cooperate .customer .swiperCustomer2 .swiper-pagination .swiper-pagination-bullet {
    background: #d9d9d9 !important;
    opacity: 1 !important;
  }
  body .app.cooperate .customer .swiperCustomer2 .swiper-pagination .swiper-pagination-bullet-active {
    background: #ff4929 !important;
    border: none !important;
    opacity: 1 !important;
  }
  body .app.cooperate .customer .swiperCustomer2-button-prev,
  body .app.cooperate .customer .swiperCustomer2-button-next {
    display: none;
  }
  body .app.cooperate .after {
    padding: 30px 0 26px;
  }
  body .app.cooperate .after .container .bg {
    top: 2px;
    font-size: 42px;
    line-height: 56px;
  }
  body .app.cooperate .after .container h1 {
    width: auto;
    height: auto;
    margin-top: 32px;
    font-size: 18px;
    line-height: 26px;
  }
  body .app.cooperate .after .container .service-inner {
    width: 100%;
    margin-top: 20px;
  }
  body .app.cooperate .after .container .service-inner .section2 {
    gap: 6px;
    padding-bottom: 16px;
  }
  body .app.cooperate .after .container .service-inner .section2 .prev,
  body .app.cooperate .after .container .service-inner .section2 .next {
    min-width: 30px;
    max-width: 30px;
    width: 30px;
    height: 30px;
  }
  body .app.cooperate .after .container .service-inner .section2 .swiper1 {
    width: calc(100% - 72px);
  }
  body .app.cooperate .after .container .service-inner .section2 .swiper1 .swiper-wrapper .swiper-slide {
    flex-direction: column;
    gap: 12px;
  }
  body .app.cooperate .after .container .service-inner .section2 .swiper1 .swiper-wrapper .swiper-slide .section2-left {
    width: 100%;
  }
  body .app.cooperate .after .container .service-inner .section2 .swiper1 .swiper-wrapper .swiper-slide .section2-left .text1 {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 22px;
  }
  body .app.cooperate .after .container .service-inner .section2 .swiper1 .swiper-wrapper .swiper-slide .section2-left .text2 {
    max-height: 90px;
    overflow: hidden;
    font-size: 11px;
    line-height: 18px;
  }
  body .app.cooperate .after .container .service-inner .section2 .swiper1 .swiper-wrapper .swiper-slide .section2-right {
    width: 100%;
    aspect-ratio: 1.77777778;
    border-radius: 10px;
  }
  body .app.cooperate .after .container .service-inner .section3 {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  body .app.cooperate .after .container .service-inner .section3 .swiper-wrapper::after {
    opacity: 0.35;
  }
  body .app.cooperate .after .container .service-inner .section3 .swiper-wrapper .swiper-slide {
    gap: 8px;
  }
  body .app.cooperate .after .container .service-inner .section3 .swiper-wrapper .swiper-slide p {
    font-size: 10px;
    line-height: 14px;
  }
  body .app.cooperate .after .container .service-inner .section3 .swiper-wrapper .swiper-slide .dot {
    width: 8px;
    height: 8px;
    background: transparent;
    opacity: 0;
  }
  body .app.cooperate .after .container .service-inner .section3 .swiper-wrapper .swiper-slide-thumb-active .dot {
    width: 32px;
    height: 8px;
    background: #ff4929;
    opacity: 1;
  }
  body .app.cooperate .range {
    padding: 28px 0 32px;
  }
  body .app.cooperate .range main {
    width: 88%;
    padding: 18px;
    border-radius: 14px;
  }
  body .app.cooperate .range main .left h1,
  body .app.cooperate .range main .left h2 {
    font-size: 18px;
    line-height: 24px;
  }
  body .app.cooperate .range main .left p {
    margin-top: 10px;
    font-size: 11px;
    line-height: 18px;
  }
  body .app.cooperate .range main .left button {
    height: 32px;
    margin-top: 12px;
  }
  body .app.cooperate .range main .right {
    gap: 8px;
    margin-top: 16px;
  }
  body .app.cooperate .contactpage {
    padding: 30px 0;
  }
  body .app.cooperate .contactpage .container {
    gap: 18px;
  }
}
@media only screen and (max-width: 480px) {
  body .app.cooperate .banner {
    height: 220px;
  }
  body .app.cooperate .customer .swiperCustomer2 .swiper-wrapper .swiper-slide {
    width: 86% !important;
  }
  body .app.cooperate .footer {
    padding-bottom: 76px;
  }
}
