.unlock-page {
  min-width: 1200px;
  overflow: hidden;
  font-family: "Microsoft YaHei", Arial, sans-serif;
  color: #303133;
  margin-top: 132px;
}
.unlock-page * {
  box-sizing: border-box;
}
.unlock-page a {
  text-decoration: none;
}
.unlock-page .page-container {
  position: relative;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.unlock-page .asset-slot {
  position: absolute;
  overflow: hidden;
}
.unlock-page .asset-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
  object-position: center;
  border: 0;
}
.unlock-page .viwoo-main-btn-download {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.unlock-page .viwoo-main-btn-download span,
.unlock-page .viwoo-main-btn-download .download-btn-icon {
  position: relative;
  z-index: 1;
}
.unlock-page .download-slider {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  width: 45%;
  object-fit: fill;
  pointer-events: none;
  transform: translateX(-120%);
  animation: downloadSlider 2.4s linear infinite;
}

@keyframes downloadSlider {
  0% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(340%);
  }
}
.hero-section,
.problem-section,
.feature-section,
.cta-section {
  width: 100%;
}

.hero-section {
  position: relative;
  height: 650px;
  overflow: hidden;
}
.hero-section .hero-bg {
  top: -68px;
  left: 0;
  right: 0;
  z-index: 0;
  width: auto;
  height: 718px;
}
.hero-section .hero-container {
  z-index: 1;
}
.hero-section .hero-copy {
  position: absolute;
  top: 139px;
  left: 0;
  z-index: 2;
  width: 560px;
}
.hero-section h1 {
  width: 448px;
  height: 56px;
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 56px;
  color: #303133;
  letter-spacing: 0;
  white-space: nowrap;
}
.hero-section .hero-desc {
  width: 560px;
  height: 140px;
  margin: 28px 0 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 35.2px;
  color: #606266;
  letter-spacing: 0;
}
.hero-section .download-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 308px;
  height: 72px;
  margin-top: 40px;
  border: 1px solid #fff;
  border-radius: 12px;
  background: linear-gradient(90deg, #0da4f6 0%, #4dc1ff 100%);
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0;
}
.hero-section .download-btn-icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  margin-right: 12px;
}
.hero-section .hero-support {
  width: 395px;
  height: 16px;
  margin: 20px 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #0da4f6;
  letter-spacing: 0;
  white-space: nowrap;
}
.hero-section .hero-product {
  top: 113px;
  left: 569px;
  z-index: 1;
  width: 664px;
  height: 425px;
}

.problem-section {
  position: relative;
  height: 840px;
  background: #fff;
}
.problem-section h2 {
  position: absolute;
  top: 100px;
  left: 260px;
  width: 680px;
  height: 40px;
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  color: #303133;
  text-align: center;
  letter-spacing: 0;
  white-space: nowrap;
}

.problem-card {
  position: absolute;
  width: 580px;
  height: 500px;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 12px rgba(13, 164, 246, 0.25);
  transition: transform 0.3s ease;
}
.problem-card:hover {
  transform: translateY(-12px);
}
.problem-card:hover .problem-picture .asset-img {
  transform: scale(1.15);
}
.problem-card.problem-card-left {
  top: 220px;
  left: 0;
}
.problem-card.problem-card-right {
  top: 220px;
  left: 620px;
  box-shadow: 0 0 12px 0 rgba(157, 13, 246, 0.25) !important;
}
.problem-card .problem-picture {
  top: 0;
  left: 0;
  width: 580px;
  height: 300px;
  border-radius: 20px 20px 0 0;
}
.problem-card .problem-picture .asset-img {
  transition: transform 0.3s ease;
}
.problem-card .problem-body {
  position: absolute;
  top: 325px;
  left: 20px;
  width: 540px;
  height: 150px;
}
.problem-card .problem-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
}
.problem-card h3 {
  position: absolute;
  top: 6px;
  left: 60px;
  height: 28px;
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  color: #303133;
  letter-spacing: 0;
  white-space: nowrap;
}
.problem-card p {
  position: absolute;
  top: 60px;
  left: 0;
  width: 540px;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #606266;
  letter-spacing: 0;
}

.feature-section {
  position: relative;
  height: 962px;
  overflow: hidden;
}
.feature-section .feature-bg {
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  width: auto;
  height: 962px;
}
.feature-section .feature-container {
  z-index: 1;
}
.feature-section h2 {
  position: absolute;
  top: 100px;
  left: 194px;
  width: 813px;
  height: 40px;
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  color: #303133;
  text-align: center;
  letter-spacing: 0;
  white-space: nowrap;
}

.feature-card {
  position: absolute;
  top: 238px;
  width: 587px;
  height: 466px;
  overflow: hidden;
  border-radius: 20px;
  transition: transform 0.3s ease;
}
.feature-card:hover {
  transform: translateY(-12px);
}
.feature-card.feature-card-password {
  left: 0;
  background: linear-gradient(135.272deg, rgb(225, 244, 255) 0%, rgb(181, 228, 255) 100%);
}
.feature-card.feature-card-password .feature-title-row span {
  background: #dff4ff;
  color: #0088d2;
}
.feature-card.feature-card-id {
  left: 613px;
  background: linear-gradient(135.272deg, rgb(236, 233, 255) 0%, rgb(218, 213, 255) 100%);
}
.feature-card.feature-card-id .feature-title-row span {
  background: #ede9ff;
  color: #7e65fa;
}
.feature-card .feature-icon {
  position: absolute;
  top: 48px;
  left: 36px;
  width: 78px;
  height: 78px;
}
.feature-card .feature-title-row {
  position: absolute;
  top: 146px;
  left: 36px;
  display: flex;
  align-items: center;
  height: 32px;
}
.feature-card h3 {
  height: 28px;
  margin: 0 12px 0 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  color: #303133;
  letter-spacing: 0;
  white-space: nowrap;
}
.feature-card .feature-title-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 114px;
  height: 32px;
  border-radius: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 20.87px;
  letter-spacing: 0;
  white-space: nowrap;
}
.feature-card ul {
  position: absolute;
  top: 218px;
  left: 36px;
  width: 518px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.feature-card li {
  position: relative;
  height: 24px;
  margin-bottom: 24px;
  padding-left: 34px;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
  color: #606266;
  letter-spacing: 0;
  white-space: nowrap;
}
.feature-card .check-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
}
.feature-card .feature-note {
  position: absolute;
  top: 378px;
  left: 36px;
  width: 515px;
  height: 48px;
  margin: 0;
  padding: 0 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0;
  white-space: nowrap;
}
.feature-card .note-red {
  background: #fff2f2;
  color: #d94c4c;
}
.feature-card .note-blue {
  background: #eef4ff;
  color: #4767b2;
}

.notice-box {
  position: absolute;
  top: 730px;
  left: 0;
  width: 1200px;
  height: 132px;
  border: 1px solid #dde8f4;
  border-radius: 12px;
  background: #fff;
}
.notice-box .notice-icon {
  position: absolute;
  top: 46px;
  left: 41px;
  width: 40px;
  height: 40px;
}
.notice-box strong {
  position: absolute;
  top: 54px;
  left: 104px;
  width: 80px;
  height: 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #303133;
  letter-spacing: 0;
  white-space: nowrap;
}
.notice-box p {
  position: absolute;
  top: 24px;
  left: 224px;
  width: 943px;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #53627a;
  letter-spacing: 0;
}

.cta-section {
  position: relative;
  height: 412px;
  overflow: hidden;
  text-align: center;
}
.cta-section .cta-bg {
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  width: auto;
  height: 412px;
}
.cta-section h2 {
  position: absolute;
  top: 80px;
  left: 50%;
  z-index: 1;
  width: 963px;
  height: 40px;
  margin: 0 0 0 -481.5px;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  letter-spacing: 0;
  white-space: nowrap;
}
.cta-section .cta-desc {
  position: absolute;
  top: 144px;
  left: 50%;
  z-index: 1;
  width: 744px;
  height: 24px;
  margin: 0 0 0 -372px;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  color: #d9f1ff;
  letter-spacing: 0;
  white-space: nowrap;
}
.cta-section .cta-download {
  position: absolute;
  top: 216px;
  left: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 72px;
  margin: 0 0 0 -200px;
  border-radius: 12px;
  background: #fff;
  color: #0da4f6;
  font-size: 28px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0;
  white-space: nowrap;
}
.cta-section .cta-download:hover {
  border-radius: 12px;
  background: linear-gradient(0deg, rgba(13, 164, 246, 0.2) 0%, rgba(13, 164, 246, 0.2) 100%), #FFF;
}
.cta-section .cta-support {
  position: absolute;
  top: 308px;
  left: 50%;
  z-index: 1;
  width: 190px;
  height: 24px;
  margin: 0 0 0 -95px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  letter-spacing: 0;
  white-space: nowrap;
}

/*# sourceMappingURL=style.css.map */
