/* 数据加密保护模块 - 与 part3 优势展现同宽布局 */
.intro-encryption-section {
  padding: 0 0 128px;
  background: #fff;
  text-align: center;
}

.intro-encryption-section h4 {
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  color: #181818;
}

.intro-encryption-section .encryption-subtitle {
  font-size: 16px;
  line-height: 26px;
  color: #808080;
}

.intro-encryption-section .encryption-feature-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #181818;
}

.intro-encryption-section .encryption-features p {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 26px;
  color: #808080;
}

.intro-encryption-section .encryption-feature-item + .encryption-feature-item {
  margin-top: 16px;
}

.intro-encryption-section .encryption-img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  line-height: 0;
  
  margin-right: 40px;
}

.intro-encryption-section .encryption-img-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(214, 226, 255, 0) 0%,
    rgba(241, 235, 255, 1) 100%
  );
  pointer-events: none;
}

.intro-encryption-section .encryption-img-wrap img {
  width: 100%;
  border-radius: 24px;
}

.intro-encryption-section .btn-try-free {
  padding: 21px 70px;
  font-size: 20px;
}

@media (max-width: 576px) {
  .intro-encryption-section {
    padding-bottom: 48px;
  }

  .intro-encryption-section h4 {
    font-size: 20px;
    line-height: 28px;
  }

  .intro-encryption-section .encryption-subtitle,
  .intro-encryption-section .encryption-features p {
    font-size: 14px;
  }

  .intro-encryption-section .btn-try-free {
    font-size: 16px;
    padding: 12px 30px;
  }
}
