@charset "UTF-8";
/* source: v3/companyService.vue */
/* 引入 Bootstrap 4 SCSS */
/* 背景部分 */
.bg-box {
  margin-top: 0;
  background: url("../../../../images/ipfast/solution/5-bg.webp") no-repeat center;
  background-size: cover;
  padding: 8rem 0 8rem; /* 48px = 3rem, 48px = 3rem */
  position: relative;
}
.bg-box .bgg-info {
  max-width: 85.375rem; /* 1366px / 16 = 85.375rem */
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.bg-box .bgg-info .bg-title {
  font-size: 3.4rem; /* 52px / 16 = 3.25rem */
  line-height: 3.75rem; /* 60px / 16 = 3.75rem */
  margin: 2rem 0 2rem; /* 32px = 2rem, 32px = 2rem */
  margin-left: 30px;
  font-weight: 500;
  background: linear-gradient(180deg, #141e3d 0%, #141e3d 30%, #1acda7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  display: inline-block;
}
.bg-box .bgg-info .bg-subtitle {
  margin: 1.5rem 0; /* 24px / 16 = 1.5rem */
  gap: 0.625rem; /* 10px / 16 = 0.625rem */
  color: #3c4848;
  font-size: 1.2rem; /* 16px / 16 = 1rem */
  line-height: 1.6rem; /* 24px / 16 = 1.5rem */
  display: flex;
  align-items: center;
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
  position: relative;
  padding-left: 2rem;
}
.bg-box .bgg-info .bg-subtitle:nth-child(2) {
  animation-delay: 0.2s;
}
.bg-box .bgg-info .bg-subtitle:nth-child(3) {
  animation-delay: 0.4s;
}
.bg-box .bgg-info .bg-subtitle:nth-child(4) {
  animation-delay: 0.6s;
}
.bg-box .bgg-info .bg-subtitle::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25rem;
  height: 1.25rem;
  background: linear-gradient(135deg, #1acda7, #16b394);
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: bold;
  box-shadow: 0 2px 8px rgba(26, 205, 167, 0.3);
}
.bg-box .bgg-info .bg-subtitle .bg-subtitle-img {
  display: none;
}
.bg-box .bgg-info .bg-subtitle .bg-subtitle-focus {
  color: #141e3d;
  font-size: 1.2rem; /* 16px / 16 = 1rem */
  font-weight: 600;
  line-height: 1.5rem; /* 24px / 16 = 1.5rem */
  position: relative;
}
.bg-box .bgg-info .bg-subtitle .bg-subtitle-focus::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #141e3d, transparent);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.bg-box .bgg-info .bg-subtitle .bg-subtitle-focus:hover::after {
  transform: scaleX(1);
}
.bg-box .bgg-info .bg-btn {
  background: #1acda7;
  border: none;
  border-radius: 4.5rem; /* 72px / 16 = 4.5rem */
  color: #fff;
  cursor: pointer;
  font-size: 1.5rem; /* 20px / 16 = 1.25rem */
  height: 3.5rem; /* 48px / 16 = 3rem */
  width: 12.5rem; /* 200px / 16 = 12.5rem */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.5rem; /* 40px / 16 = 2.5rem */
  margin-left: 100px;
  transition: all 0.4s ease;
  box-shadow: 0 8px 25px rgba(26, 205, 167, 0.3);
  position: relative;
  opacity: 0;
  animation: fadeInUp 0.8s ease 0.8s forwards;
}
.bg-box .bgg-info .bg-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 12px 35px rgba(26, 205, 167, 0.4);
  background: rgb(52.6623376623, 229.3376623377, 191.8311688312);
}
.bg-box {
  /* 手机端优化 */
}
@media (max-width: 576px) {
  .bg-box {
    margin-top: 2rem; /* 32px / 16 = 2rem */
    padding: 0.75rem 0 5rem; /* 12px = 0.75rem, 80px = 5rem */
  }
  .bg-box .bgg-info .bg-title {
    font-size: 1.5rem; /* 24px / 16 = 1.5rem */
    line-height: 2rem; /* 32px / 16 = 2rem */
    margin: 3rem 0 1rem; /* 48px = 3rem, 16px = 1rem */
  }
  .bg-box .bgg-info .bg-title::after {
    height: 2px;
    bottom: -5px;
  }
  .bg-box .bgg-info .bg-subtitle {
    font-size: 0.875rem; /* 14px / 16 = 0.875rem */
    line-height: 1.25rem; /* 20px / 16 = 1.25rem */
    margin: 0.75rem 0; /* 12px / 16 = 0.75rem */
    padding-left: 1.5rem;
  }
  .bg-box .bgg-info .bg-subtitle::before {
    width: 1rem;
    height: 1rem;
    font-size: 0.625rem;
  }
  .bg-box .bgg-info .bg-subtitle .bg-subtitle-focus {
    font-size: 0.875rem; /* 14px / 16 = 0.875rem */
    line-height: 1.25rem;
  }
  .bg-box .bgg-info .bg-btn {
    font-size: 0.875rem; /* 14px / 16 = 0.875rem */
    height: 2rem; /* 32px / 16 = 2rem */
    width: 8rem; /* 128px / 16 = 8rem */
  }
}

/* 动画定义 */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes shimmer {
  0% {
    transform: translateX(-100%) rotate(45deg);
  }
  100% {
    transform: translateX(100%) rotate(45deg);
  }
}
/* 滚动动画样式 */
.animate-section {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}

.animate-section.animate {
  opacity: 1;
  transform: translateY(0);
  animation: fadeInUp 0.6s ease-out;
}

/* 服务权益部分 */
.se-box {
  background-color: #fff;
  padding: 7.5rem 0; /* 120px / 16 = 7.5rem */
  max-width: 85.375rem; /* 1366px / 16 = 85.375rem */
  margin: 0 auto;
  position: relative;
}
.se-box .se-title {
  color: #000000;
  font-size: 2.75rem; /* 44px / 16 = 2.75rem */
  font-weight: 700;
  line-height: 3.25rem; /* 52px / 16 = 3.25rem */
  margin-bottom: 1.5rem; /* 24px / 16 = 1.5rem */
  text-align: center;
}
.se-box .se-subtitle {
  color: #3c4848;
  font-size: 1.25rem; /* 20px / 16 = 1.25rem */
  font-weight: 400;
  line-height: 1.75rem; /* 28px / 16 = 1.75rem */
  margin-bottom: 4.5rem; /* 72px / 16 = 4.5rem */
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.se-box .se-cards {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.se-box .se-cards .se-card {
  flex: 1;
  min-width: 400px;
  max-width: 450px;
}
.se-box .se-cards .se-card .se-card-inner {
  background: linear-gradient(135deg, #ffffff 0%, #f8faff 100%);
  border: 1px solid rgba(0, 100, 207, 0.1);
  border-radius: 1.25rem; /* 20px / 16 = 1.25rem */
  padding: 2.5rem 2rem; /* 40px = 2.5rem, 32px = 2rem */
  box-shadow: 0 10px 30px rgba(0, 100, 207, 0.1);
  transition: all 0.3s ease;
  position: relative;
  min-height: 450px;
}
.se-box .se-cards .se-card .se-card-inner:hover {
  box-shadow: 0 15px 40px rgba(0, 100, 207, 0.15);
  border-color: rgba(0, 100, 207, 0.3);
}
.se-box .se-cards .se-card .se-card-inner .se-card-img {
  margin-bottom: 1.75rem; /* 28px / 16 = 1.75rem */
  max-width: 100%;
  border-radius: 0.75rem; /* 12px / 16 = 0.75rem */
  box-shadow: 0 8px 20px rgba(0, 100, 207, 0.1);
}
.se-box .se-cards .se-card .se-card-inner .se-card-title {
  color: #042040;
  font-size: 1.625rem; /* 26px / 16 = 1.625rem */
  font-weight: 600;
  line-height: 2.125rem; /* 34px / 16 = 2.125rem */
  margin-bottom: 1.25rem; /* 20px / 16 = 1.25rem */
}
.se-box .se-cards .se-card .se-card-inner .se-card-subtitle {
  color: #3c4848;
  font-size: 1rem; /* 16px / 16 = 1rem */
  font-weight: 400;
  line-height: 1.5rem; /* 24px / 16 = 1.5rem */
  margin-bottom: 2rem; /* 32px / 16 = 2rem */
}
.se-box .se-cards .se-card .se-card-inner .se-card-items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.se-box .se-cards .se-card .se-card-inner .se-card-items .se-card-item {
  display: flex;
  align-items: center;
  gap: 0.75rem; /* 12px / 16 = 0.75rem */
}
.se-box .se-cards .se-card .se-card-inner .se-card-items .se-card-item .se-card-item-img {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}
.se-box .se-cards .se-card .se-card-inner .se-card-items .se-card-item .se-card-item-text {
  margin: 0;
  color: #556077;
  font-size: 0.9375rem; /* 15px / 16 = 0.9375rem */
  line-height: 1.4375rem; /* 23px / 16 = 1.4375rem */
}
.se-box {
  /* 手机端优化 */
}
@media (max-width: 576px) {
  .se-box {
    padding: 3rem 0; /* 48px / 16 = 3rem */
  }
  .se-box .se-title {
    font-size: 1.75rem; /* 28px / 16 = 1.75rem */
    line-height: 2.25rem; /* 36px / 16 = 2.25rem */
    margin-bottom: 1rem; /* 16px / 16 = 1rem */
  }
  .se-box .se-subtitle {
    font-size: 0.875rem; /* 14px / 16 = 0.875rem */
    line-height: 1.375rem; /* 22px / 16 = 1.375rem */
    margin-bottom: 2.5rem; /* 40px / 16 = 2.5rem */
  }
  .se-box .se-cards {
    gap: 1.5rem;
  }
  .se-box .se-cards .se-card {
    min-width: 100%;
    max-width: 100%;
  }
  .se-box .se-cards .se-card .se-card-inner {
    padding: 1.75rem 1.5rem; /* 28px = 1.75rem, 24px = 1.5rem */
    border-radius: 1rem; /* 16px / 16 = 1rem */
  }
  .se-box .se-cards .se-card .se-card-img {
    margin-bottom: 1.25rem; /* 20px / 16 = 1.25rem */
  }
  .se-box .se-cards .se-card .se-card-title {
    font-size: 1.375rem; /* 22px / 16 = 1.375rem */
    line-height: 1.875rem; /* 30px / 16 = 1.875rem */
    margin-bottom: 1rem; /* 16px / 16 = 1rem */
  }
  .se-box .se-cards .se-card .se-card-subtitle {
    font-size: 0.875rem; /* 14px / 16 = 0.875rem */
    line-height: 1.375rem; /* 22px / 16 = 1.375rem */
    margin-bottom: 1.5rem; /* 24px / 16 = 1.5rem */
  }
  .se-box .se-cards .se-card .se-card-items {
    gap: 0.75rem; /* 12px / 16 = 0.75rem */
  }
  .se-box .se-cards .se-card .se-card-items .se-card-item {
    gap: 0.5rem; /* 8px / 16 = 0.5rem */
  }
  .se-box .se-cards .se-card .se-card-items .se-card-item::before {
    width: 1rem; /* 16px / 16 = 1rem */
    height: 1rem; /* 16px / 16 = 1rem */
    font-size: 0.625rem; /* 10px / 16 = 0.625rem */
  }
  .se-box .se-cards .se-card .se-card-items .se-card-item .se-card-item-text {
    font-size: 0.8125rem; /* 13px / 16 = 0.8125rem */
    line-height: 1.25rem; /* 20px / 16 = 1.25rem */
  }
}

/* 灰色背景部分 */
.gray-back {
  background: #f7f8f9;
  width: 100%;
}
.gray-back .ho-box {
  padding: 7.5rem 0; /* 120px / 16 = 7.5rem */
  max-width: 85.375rem; /* 1366px / 16 = 85.375rem */
  margin: 0 auto;
}
.gray-back .ho-box .ho-title {
  color: #042c2e;
  font-size: 2.5rem; /* 40px / 16 = 2.5rem */
  font-weight: 600;
  line-height: 3rem; /* 48px / 16 = 3rem */
  margin-bottom: 3.75rem; /* 60px / 16 = 3.75rem */
}
.gray-back .ho-box .ho-cards .ho-card {
  background: #fff;
  border-radius: 0.5rem; /* 8px / 16 = 0.5rem */
  padding: 2rem 1.25rem; /* 32px = 2rem, 20px = 1.25rem */
}
.gray-back .ho-box .ho-cards .ho-card .ho-card-img {
  height: 2.25rem; /* 36px / 16 = 2.25rem */
  width: 2.25rem;
  margin-bottom: 1.75rem; /* 28px / 16 = 1.75rem */
}
.gray-back .ho-box .ho-cards .ho-card .ho-card-title {
  color: #042c2e;
  font-size: 1.25rem; /* 20px / 16 = 1.25rem */
  font-weight: 600;
  line-height: 1.75rem; /* 28px / 16 = 1.75rem */
  margin-bottom: 1rem; /* 16px / 16 = 1rem */
}
.gray-back .ho-box .ho-cards .ho-card .ho-card-subtitle {
  color: #3c4848;
  font-size: 0.875rem; /* 14px / 16 = 0.875rem */
  font-weight: 400;
  line-height: 1.375rem; /* 22px / 16 = 1.375rem */
}
.gray-back .fo-box {
  max-width: 85.375rem; /* 1366px / 16 = 85.375rem */
  margin: 0 auto;
  padding: 5rem 0 7.5rem; /* 80px = 5rem, 120px = 7.5rem */
}
.gray-back .fo-box .fo-title {
  color: #042c2e;
  font-size: 2.25rem; /* 36px / 16 = 2.25rem */
  font-weight: 600;
  line-height: 1.875rem; /* 30px / 16 = 1.875rem */
  margin-bottom: 2.5rem; /* 40px / 16 = 2.5rem */
}
.gray-back .fo-box .fo-subtitle {
  color: #3c4848;
  font-size: 1.25rem; /* 20px / 16 = 1.25rem */
  font-weight: 400;
  line-height: 1.5rem; /* 24px / 16 = 1.5rem */
  margin-bottom: 3.75rem; /* 60px / 16 = 3.75rem */
}
.gray-back .fo-box .fo-main {
  background-color: #fff;
  border-radius: 0.25rem; /* 4px / 16 = 0.25rem */
  overflow: hidden;
}
.gray-back .fo-box .fo-main .fo-main-img {
  height: 100%;
  width: 100%;
}
.gray-back .fo-box .fo-main .fo-form {
  padding: 2rem 3.75rem; /* 32px = 2rem, 60px = 3.75rem */
}
.gray-back .fo-box .fo-main .fo-form .el-form .el-form-item {
  margin-bottom: 1.5rem; /* 24px / 16 = 1.5rem */
}
.gray-back {
  /* 手机端优化 */
}
@media (max-width: 576px) {
  .gray-back .ho-box {
    padding: 3rem 0; /* 48px / 16 = 3rem */
  }
  .gray-back .ho-box .ho-title {
    font-size: 1.5rem; /* 24px / 16 = 1.5rem */
    line-height: 2rem; /* 32px / 16 = 2rem */
    margin-bottom: 1.5rem; /* 24px / 16 = 1.5rem */
  }
  .gray-back .ho-box .ho-cards .ho-card {
    padding: 1rem; /* 16px / 16 = 1rem */
  }
  .gray-back .ho-box .ho-cards .ho-card .ho-card-img {
    height: 1.5rem; /* 24px / 16 = 1.5rem */
    width: 1.5rem;
    margin-bottom: 1rem; /* 16px / 16 = 1rem */
  }
  .gray-back .ho-box .ho-cards .ho-card .ho-card-title {
    font-size: 1rem; /* 16px / 16 = 1rem */
    line-height: 1.5rem; /* 24px / 16 = 1.5rem */
  }
  .gray-back .ho-box .ho-cards .ho-card .ho-card-subtitle {
    font-size: 0.75rem; /* 12px / 16 = 0.75rem */
    line-height: 1.125rem; /* 18px / 16 = 1.125rem */
  }
  .gray-back .fo-box {
    padding: 0 0 3rem; /* 48px / 16 = 3rem */
  }
  .gray-back .fo-box .fo-title {
    font-size: 1.5rem; /* 24px / 16 = 1.5rem */
    line-height: 1.5rem; /* 24px / 16 = 1.5rem */
    margin-bottom: 1.5rem; /* 24px / 16 = 1.5rem */
  }
  .gray-back .fo-box .fo-subtitle {
    font-size: 0.875rem; /* 14px / 16 = 0.875rem */
    line-height: 1.25rem; /* 20px / 16 = 1.25rem */
    margin-bottom: 1.5rem; /* 24px / 16 = 1.5rem */
  }
  .gray-back .fo-box .fo-main .fo-form {
    padding: 1rem; /* 16px / 16 = 1rem */
  }
}

/* 场景应用部分 */
.sc-box {
  padding: 7.5rem 0; /* 120px / 16 = 7.5rem */
  max-width: 85.375rem; /* 1366px / 16 = 85.375rem */
  margin: 0 auto;
}
.sc-box .sc-title {
  font-size: 2.5rem; /* 40px / 16 = 2.5rem */
  color: #042c2e;
  font-weight: 600;
  line-height: 3rem; /* 48px / 16 = 3rem */
  padding-bottom: 3.75rem; /* 60px / 16 = 3.75rem */
}
.sc-box .sc-cards {
  gap: 1.75rem; /* 28px / 16 = 1.75rem */
}
.sc-box .sc-cards .sc-card {
  background: #fafbfb;
  border-radius: 0.5rem; /* 8px / 16 = 0.5rem */
  cursor: pointer;
  height: 13.625rem; /* 218px / 16 = 13.625rem */
  padding: 2rem; /* 32px / 16 = 2rem */
  transition: all 0.3s ease;
  overflow: hidden;
}
.sc-box .sc-cards .sc-card:hover {
  background: linear-gradient(94deg, #f7fcfc, #e0fafb);
  box-shadow: 0 0 15px rgba(127, 215, 219, 0.5);
}
.sc-box .sc-cards .sc-card:hover .sc-inner {
  transform: translateY(-5.5rem); /* -88px / 16 = -5.5rem */
}
.sc-box .sc-cards .sc-card:hover .sc-inner .sc-card-subtitle {
  height: auto;
  opacity: 1;
  white-space: normal;
}
.sc-box .sc-cards .sc-card .sc-inner {
  transition: transform 0.3s ease;
}
.sc-box .sc-cards .sc-card .sc-inner .sc-card-icon {
  font-size: 3rem; /* 48px / 16 = 3rem */
  margin-bottom: 2.5rem; /* 40px / 16 = 2.5rem */
  color: #2bacb2;
}
.sc-box .sc-cards .sc-card .sc-inner .sc-card-title {
  color: #042c2e;
  font-size: 1.25rem; /* 20px / 16 = 1.25rem */
  font-weight: 600;
  margin-bottom: 0.875rem; /* 14px / 16 = 0.875rem */
}
.sc-box .sc-cards .sc-card .sc-inner .sc-card-subtitle {
  color: #3c4848;
  font-size: 0.875rem; /* 14px / 16 = 0.875rem */
  font-weight: 400;
  line-height: 1.375rem; /* 22px / 16 = 1.375rem */
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.sc-box {
  /* 手机端优化 */
}
@media (max-width: 576px) {
  .sc-box {
    padding: 3rem 0; /* 48px / 16 = 3rem */
  }
  .sc-box .sc-title {
    font-size: 1.5rem; /* 24px / 16 = 1.5rem */
    line-height: 2rem; /* 32px / 16 = 2rem */
    padding-bottom: 1.5rem; /* 24px / 16 = 1.5rem */
  }
  .sc-box .sc-cards {
    gap: 1rem; /* 16px / 16 = 1rem */
  }
  .sc-box .sc-cards .sc-card {
    height: 10rem; /* 160px / 16 = 10rem */
    padding: 1rem; /* 16px / 16 = 1rem */
    border: 1px solid #333333;
    box-shadow: 0 0 10px rgba(43, 172, 178, 0.3);
  }
  .sc-box .sc-cards .sc-card:hover {
    border: 1px solid #333333;
    box-shadow: 0 0 15px rgba(43, 172, 178, 0.5);
  }
  .sc-box .sc-cards .sc-card:hover .sc-inner {
    transform: translateY(-3rem); /* -48px / 16 = -3rem */
  }
  .sc-box .sc-cards .sc-card .sc-inner .sc-card-icon {
    font-size: 2rem; /* 32px / 16 = 2rem */
    margin-bottom: 1.5rem; /* 24px / 16 = 1.5rem */
  }
  .sc-box .sc-cards .sc-card .sc-inner .sc-card-title {
    font-size: 1rem; /* 16px / 16 = 1rem */
    margin-bottom: 0.5rem; /* 8px / 16 = 0.5rem */
  }
  .sc-box .sc-cards .sc-card .sc-inner .sc-card-subtitle {
    font-size: 0.75rem; /* 12px / 16 = 0.75rem */
    line-height: 1.125rem; /* 18px / 16 = 1.125rem */
  }
}
