/* public  */
.ml-px-100 {
  padding: 0 100px;
}

.ml-public-tit {
  color: #000000;
  font-size: 62px;
  font-weight: 500;
  line-height: 80px;
}

.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;
}

.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 */
}

@media (max-width: 1281px) {
  .ml-px-100 {
    padding: 0 60px;
  }

  .ml-public-tit {
    font-size: 44px;
    line-height: 60px;
  }
}

@media (max-width: 769px) {
  .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-public-tit {
    font-size: 24px;
    line-height: 36px;
  }
}
