.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 */

/* ========== 从 1.html 复刻的样式 ========== */

/* 基础布局 */
.public-py100 {
  padding: 100px 0;
}
.public-pt100 {
  padding-top: 100px;
}
.public-pb100 {
  padding-bottom: 100px;
}
.index-public-tit {
  font-weight: 300;
  font-size: 46px;
  line-height: 58px;
  color: #fff;
}

/* index-video-rt */
.index-video-rt {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: #000;
  margin-top: 60px;
}
.index-video-rt iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* index-num */
.index-num {
  background: #fff;
}
.index-num-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  padding: 60px;
  border-radius: 20px;
  background-color: #F8F8F8;
}
.index-num-flex .index-num-lf {
  width: 46%;
}
.index-num-flex .index-num-lf img {
  width: 100%;
  margin-top: 40px;
}
.index-num-flex .index-num-rt {
  width: 48%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-num-flex .index-num-rt li {
  width: 40%;
}
.index-num-flex .index-num-rt li h2 {
  color: #0FCC7A;
  font-size: 70px;
  font-weight: 400;
  line-height: 92px;
  white-space: nowrap;
}
.index-num-flex .index-num-rt li p {
  color: #000;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}
.index-num-flex .index-num-rt li:nth-child(n+3) {
  margin-top: 60px;
}

/* market-module */
.market-module {
  background: linear-gradient(180deg, #D6F0ED 0%, #FFFFFF 100%);
}
.market-module > div {
  display: flex;
  justify-content: space-between;
}
.market-module .market-lf {
  width: 360px;
  flex-shrink: 0;
  margin-right: 40px;
}
.market-module .market-lf h2 {
  color: #020A1A;
  font-size: 46px;
  font-weight: 300;
  line-height: 58px;
}
.market-module .market-lf p {
  color: #000000;
  font-size: 32px;
  font-weight: 300;
  line-height: 42px;
  margin-top: 40px;
}
.market-module .market-rt {
  width: 67%;
}
.market-module .market-rt img {
  width: 100%;
}

/* index-line-ul */
.index-line-ul {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.index-line-ul > img {
  position: absolute;
  width: calc(100% - 80px);
  top: 40px;
  left: 40px;
  z-index: 1;
  pointer-events: none;
}
.index-line-ul li {
  position: relative;
  width: 24%;
  box-sizing: border-box;
  background-color: #fff;
  min-height: 350px;
  border-radius: 20px;
  padding: 40px;
  cursor: pointer;
}
.index-line-ul li h2 {
  color: #000000;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}
.index-line-ul li:nth-child(2) h2 {
  margin-top: 50px;
}
.index-line-ul li:nth-child(3) h2 {
  margin-top: 0;
}
.index-line-ul li:nth-child(4) h2 {
  margin-top: 150px;
}
.index-line-ul li:nth-child(5) h2 {
  margin-top: 90px;
}
.index-line-ul li p {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  margin-top: 10px;
  display: flex;
}
.index-line-ul li p span {
  display: block;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 2px 2px;
  flex-shrink: 0;
  margin: 9px 6px 0 0;
}
.index-line-ul .line-icon {
  position: absolute;
  z-index: 2;
  width: 60px;
  height: 60px;
  border-radius: 50% 50%;
  background-color: #0FCC7A;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.index-line-ul .icon1 {
  top: 70%;
  left: 10%;
}
.index-line-ul .icon2 {
  top: 54%;
  left: 35%;
}
.index-line-ul .icon3 {
  top: 27%;
  left: 60%;
}
.index-line-ul .icon4 {
  top: 30px;
  left: 85%;
}
.index-line-ul li:hover {
  background-color: #0FCC7A;
}
.index-line-ul li:hover h2 {
  color: #fff;
}
.index-line-ul li:hover p {
  color: #fff;
}
.index-line-ul li:hover p span {
  background-color: #fff;
}
/* 第一个li对应第一个图标 */
.index-line-ul > li:nth-child(2):hover ~ .icon1,
.icon1:hover {
  background-color: #fff !important;
}
.index-line-ul > li:nth-child(2):hover ~ .icon1 svg path,
.icon1:hover svg path {
  fill: #0A3DFF !important;
}
/* 第二个li对应第二个图标 */
.index-line-ul > li:nth-child(3):hover ~ .icon2,
.icon2:hover {
  background-color: #fff !important;
}
.index-line-ul > li:nth-child(3):hover ~ .icon2 svg path,
.icon2:hover svg path {
  fill: #0A3DFF !important;
}
/* 第三个li对应第三个图标 */
.index-line-ul > li:nth-child(4):hover ~ .icon3,
.icon3:hover {
  background-color: #fff !important;
}
.index-line-ul > li:nth-child(4):hover ~ .icon3 svg path,
.icon3:hover svg path {
  fill: #0A3DFF !important;
}
/* 第四个li对应第四个图标 */
.index-line-ul > li:nth-child(5):hover ~ .icon4,
.icon4:hover {
  background-color: #fff !important;
}
.index-line-ul > li:nth-child(5):hover ~ .icon4 svg path,
.icon4:hover svg path {
  fill: #0A3DFF !important;
}
/* ========== 从 1.html 复刻的样式 end ========== */

/* 1280~1440 屏幕适配 */
@media (max-width: 1440px) and (min-width: 1201px) {
  .public-py100 .w1280 {
    padding: 0 50px !important;
  }
  .index-line-ul > img {
    width: calc(100% - 220px) !important;
    top: 35px !important;
    left: 108px !important;
  }
  .index-line-ul {
    justify-content: center !important;
    gap: 20px !important;
  }
  .index-line-ul li {
    padding: 15px !important;
    min-height: 260px !important;
    width: 20% !important;
  }
  .index-line-ul li h2 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .index-line-ul li p {
    font-size: 13px !important;
  }
  .index-line-ul li:nth-child(2) h2 {
    margin-top: 35px !important;
  }
  .index-line-ul li:nth-child(4) h2 {
    margin-top: 120px !important;
  }
  .index-line-ul li:nth-child(5) h2 {
    margin-top: 65px !important;
  }
  .index-line-ul .line-icon {
    width: 50px !important;
    height: 50px !important;
  }
  .index-line-ul .line-icon svg {
    width: 24px !important;
    height: 24px !important;
  }
  .index-line-ul .icon1 {
    top: 72% !important;
    left: 13% !important;
  }
  .index-line-ul .icon2 {
    top: 54% !important;
    left: 36% !important;
  }
  .index-line-ul .icon3 {
    top: 24% !important;
    left: 61% !important;
  }
  .index-line-ul .icon4 {
    top: 20px !important;
    left: 83% !important;
  }
}

@media (max-width: 1200px) {
  .index-public-tit br {
    display: none;
  }
  .index-line-ul {
    display: none !important;
  }
  .index-line-ul > img {
    display: none !important;
  }
  .line-phone-img {
    display: block !important;
    width: 100%;
    margin-top: 40px;
  }
}

@media (max-width: 1025px) {
  .public-py100 {
    padding: 60px 0;
  }
  .public-pb100 {
    padding-bottom: 60px;
  }
  .public-pt100 {
    padding-top: 60px;
  }
}

@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;
  }

  /* index-num 响应式 */
  .index-num-flex {
    flex-direction: column;
    padding: 24px;
  }
  .index-num-flex .index-num-lf {
    width: 100%;
  }
  .index-num-flex .index-num-lf img {
    width: 80%;
    margin-top: 24px;
  }
  .index-num-flex .index-num-rt {
    width: 100%;
    margin-top: 40px;
  }
  .index-num-flex .index-num-rt li h2 {
    font-size: 36px;
    line-height: 54px;
  }
  .index-num-flex .index-num-rt li p {
    font-size: 14px;
    line-height: 20px;
  }
  .index-num-flex .index-num-rt li:nth-child(n+3) {
    margin-top: 40px;
  }

  /* market-module 响应式 */
  .market-module > div {
    flex-direction: column;
  }
  .market-module .market-lf {
    width: 100%;
    margin-right: 0;
  }
  .market-module .market-lf h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .market-module .market-lf p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 24px;
  }
  .market-module .market-lf p br {
    display: none;
  }
  .market-module .market-rt {
    width: 80%;
    margin-top: 24px;
  }
  .market-module .market-rt img {
    width: 100%;
  }

  /* index-public-tit 响应式 */
  .index-public-tit {
    font-size: 28px;
    line-height: 36px;
  }
  .index-public-tit br {
    display: none;
  }

  .public-py100 {
    padding: 40px 0;
  }
  .public-pb100 {
    padding-bottom: 40px;
  }
  .public-pt100 {
    padding-top: 40px;
  }
  .w1280 {
    padding: 0 16px;
  }
}
@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;
  }
  .index-public-tit {
    font-size: 20px;
    line-height: 24px;
  }
}

/* 修复手机端"从概念到商业化"区域被遮盖的问题 */
@media (max-width: 1200px) {
  .public-py100[style*="margin-top: -40px"] {
    margin-top: 0 !important;
    padding-top: 60px !important;
  }
}
