.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.pt-100 {
  padding-top: 100px;
}
.solution-public-tit {
  color: #020a1a;
  font-size: 40px;
  font-weight: 400;
  line-height: 56px;
  text-align: center;
  margin-bottom: 60px;
}
/* public  */
.ml-px-100 {
  width: 100%;
  max-width: 1420px;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 70px;
}

.ml-public-tit {
  color: #000000;
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
}

.ml-public-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 60px;
  cursor: pointer;
}

.ml-public-link h2 {
  font-weight: 500;
  font-size: 18px;
  color: #0fcc7a;
  margin-right: 14px;
  transition: margin-right 0.3s ease;
  /* 添加过渡效果 */
}

.ml-public-link img {
  margin: 0;
  transition: transform 0.3s ease;
  /* 添加过渡效果 */
}

.ml-public-link:hover h2 {
  margin-right: 14px;
  /* 保持文字位置不变 */
}

.ml-public-link:hover img {
  transform: translateX(4px);
  /* 箭头向右移动4px */
}

/* public end */

/* 公共按钮 */
.ml-public-a {
  display: flex;
  align-items: center;
  height: 60px;
  background: #0fcc7a;
  border-radius: 30px;
  padding: 0 14px 0 40px;
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  flex-shrink: 0;
  width: fit-content;
  cursor: pointer;
}

.ml-public-a:hover {
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(15, 204, 122, 0.4);
  color: #333333;
}

.ml-public-a:hover .circle {
  background-color: #0fcc7a;
}

.ml-public-a:hover .circle i svg path {
  fill: #fff;
}

.ml-public-a span {
  margin-left: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 30px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

@media (hover: hover) {
  .ml-public-a:hover svg[data-v-ce66dce1] {
    transform: translate(11.04px);
    /* 0.69rem → 11.04px */
    transition: transform 0.4s;
  }
}

.circle[data-v-ce66dce1] {
  align-items: center;
  background-color: #fff;
  border-radius: 15px;
  color: #000;
  display: flex;
  height: 30px;
  justify-content: center;
  margin-left: 5px;
  position: relative;
  width: 46px;
}

svg[data-v-ce66dce1] {
  display: flex;
  flex: none;
  height: 15.52px;
  /* 0.97rem → 15.52px */
  transform: translate(-11.04px);
  /* -0.69rem → -11.04px */
  transition: transform 0s;
  width: 15.52px;
  /* 0.97rem → 15.52px */
}

.circle i[data-v-ce66dce1] {
  align-items: center;
  display: flex;
  gap: 6.72px;
  /* 0.42rem → 6.72px */
  height: 28.96px;
  /* 1.81rem → 28.96px */
  justify-content: center;
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 28.96px;
  /* 1.81rem → 28.96px */
}

/* 公共swiper  */
.solution-public-swiper {
  background: linear-gradient(718deg, #f0fdf1 640px, #ffffff 0);
  height: 640px;
  padding-top: 80px;
  box-sizing: border-box;
}

.solution-public-swiper .case-swiper .swiper-pagination-bullets {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  text-align: center;
}

.solution-public-swiper .case-swiper .swiper-pagination-bullet:before {
  display: none;
}

.solution-public-swiper .case-swiper .swiper-pagination-bullet {
  background-color: #333333;
  width: 12px;
  height: 12px;
  margin: 0 8px !important;
}

.solution-public-swiper .case-swiper .swiper-pagination-bullet-active {
  background-color: #0fcc7a;
  width: 30px;
  height: 12px;
  border-radius: 60px;
  border: none;
  box-sizing: border-box;
}

.overf-three {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.new-case-each {
  padding: 80px 0 80px 0;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
}

.new-case-each > div {
  position: relative;
}

.new-case-each > div > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.new-case-each img:first-child {
  position: relative;
  z-index: 2;
}

.new-case-each img {
  width: 150px;
  margin: 0;
}

.new-case-each .case-each-bg1 {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 1;
}

.new-case-each h2 {
  max-width: 1160px;
  color: #333333;
  font-size: 26px;
  font-weight: 400;
  line-height: 52px;
  margin: 32px 0 16px 60px;
}

.new-case-each p {
  color: #333333;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  margin-left: 60px;
}
/* 公共swiper  end */
@media (max-width: 1420px) {
  .ml-public-tit {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (max-width: 1281px) {
  .ml-public-tit {
    font-size: 36px;
    line-height: 44px;
  }
  .py-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pt-100 {
    padding-top: 60px;
  }
}

@media (max-width: 769px) {
  /* 公共swiper */
  .solution-public-swiper .case-swiper .swiper-pagination-bullets {
    bottom: 20px;
  }

  .solution-public-swiper {
    background: #f0fdf1;
    height: auto;
    padding-top: 40px;
    box-sizing: border-box;
  }

  .new-case-each {
    background: #f0fdf1;
    height: auto;
    padding: 30px 0 60px 0;
  }

  .new-case-each > div {
    position: relative;
  }

  .new-case-each > div > div {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  .new-case-each img:first-child {
    position: relative;
    z-index: 2;
  }

  .new-case-each img {
    margin: 0;
  }

  .new-case-each .case-each-bg1 {
    top: -60px;
    width: 80px;
  }

  .new-case-each .case-each-bg2 {
    width: 80px;
  }

  .new-case-each h2 {
    max-width: 100%;
    font-size: 18px;
    line-height: 30px;
    margin: 24px 0 24px 24px;
    -webkit-line-clamp: 5;
  }

  .new-case-each p {
    font-size: 14px;
    line-height: 24px;
    margin-left: 24px;
  }
  /* 公共swiper  end */

  .solution-public-tit {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 40px;
  }

  .ml-public-tit {
    font-size: 32px;
    line-height: 44px;
  }
  .ml-px-100 {
    padding: 0 24px;
  }
  .ml-public-link {
    margin-top: 40px;
  }
  .ml-public-a {
    height: 40px;
    border-radius: 20px;
    padding: 0 14px 0 24px;
    font-size: 12px;
  }

  .ml-public-a span {
    margin-left: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 24px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
  }
  .circle[data-v-ce66dce1] {
    width: 30px;
    height: 24px;
    border-radius: 12px;
  }
}
@media (max-width: 441px) {
  .ml-px-100 {
    padding: 0 16px;
  }
  .solution-public-tit {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .py-100 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pt-100 {
    padding-top: 40px;
  }
  .ml-public-tit {
    font-size: 24px;
    line-height: 36px;
  }
}
