.banner .banner-left {
  margin-right: 160px;
}
.banner .banner-img-box {
  display: flex;
  align-items: center;
  max-width: 372px;
}
.product-hint-box {
  padding: 34px 28px;
  margin-top: 128px;
  border-radius: 26px;
  background: linear-gradient(306deg, #9E9CFF -0.93%, #FBC8D4 96.91%);
}
.product-hint-box .product-des-text {
  padding-inline: 50px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.product-hint-box .product-des-title,
.product-hint-box .product-des-text {
  text-align: center;
  color: #573F72;
}
.product-hint-box .swiper-wrapper {
  display: flex;
  justify-content: space-between;
  column-gap: 50px;
  width: auto;
  padding-inline: 28px;
  background: url(../../img/unlockPasscode/hint-bj.png) no-repeat;
  background-size: 100%;
  background-position: 0 calc(100% - 55px);
}
.product-hint-box .swiper-wrapper .swiper-slide {
  flex: 1;
  width: 190.89px;
  text-align: center;
  flex-shrink: 0;
}
.product-hint-box .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.product-hint-box .swiper-wrapper .swiper-slide .product-des-text {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 8px;
  padding-top: 30px;
  margin: 0;
  box-sizing: content-box;
  border-top: 0px solid;
  border-radius: 0 0 16px 16px;
  color: #fff;
  font-size: 600;
}
.product-hint-box .hint-swiper-pagination {
  display: none;
  padding-right: 20%;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.product-hint-box .hint-swiper-pagination .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
}
.product-hint-box .hint-swiper-pagination .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.product-introduce-box {
  background: rgba(122, 51, 226, 0.05);
  padding: 90px 0;
  margin-top: 128px;
  position: relative;
  overflow: hidden;
}
.product-introduce-box::before {
  content: '';
  display: block;
  width: 542px;
  height: 542px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-70%, -50%);
  opacity: 0.07;
  background: linear-gradient(262deg, #AC6FD7 45.97%, rgba(238, 222, 243, 0) 94.18%);
}
.product-introduce-box::after {
  content: '';
  display: block;
  width: 542px;
  height: 542px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(70%, -50%);
  opacity: 0.07;
  background: linear-gradient(90deg, rgba(112, 40, 228, 0.49) 0%, rgba(229, 178, 202, 0) 100%);
}
.product-introduce-box .content-box {
  display: flex;
  justify-content: space-between;
}
.product-introduce-box .product-introduce-imgs {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 30px;
  row-gap: 40px;
}
.product-introduce-box .product-introduce-imgs .product-introduce-img {
  width: 158px;
  height: 205px;
  position: relative;
  border-radius: 7px;
  background: #FFF;
  box-shadow: 0px 5.924px 10.367px 0px rgba(192, 184, 241, 0.6);
  text-align: center;
}
.product-introduce-box .product-introduce-imgs .product-introduce-img p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  box-sizing: border-box;
  padding: 0 12px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 0 7px 7px;
  background: #7673EC;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  /* 24.32px */
}
.product-introduce-box .product-introduce-imgs .product-introduce-img img {
  width: 100%;
}
.product-introduce-box .product-introduce-content {
  width: 476px;
  margin-left: 30px;
}
.product-introduce-box .product-introduce-content .product-des-text {
  margin-top: 26px;
  margin-bottom: 20px;
}
.product-introduce-box ul {
  flex: 1;
}
.product-introduce-box ul li {
  margin-top: 8px;
  position: relative;
  padding-left: 16px;
  line-height: 200%;
  font-size: 16px;
}
.product-introduce-box ul li a {
  color: #393939;
}
.product-introduce-box ul li::before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-right: 8px;
  position: absolute;
  left: 4px;
  top: 14px;
  border-radius: 50%;
  background-color: #393939;
}
.product-introduce-box ul li:hover a {
  color: #9359F4;
}
.product-introduce-box ul li:hover::before {
  background-color: #9359F4;
}
@media (max-width: 1080px) {
  .product-hint-box {
    margin-inline: var(--page-padding-x);
  }
  .product-introduce-box .content-box {
    margin-inline: var(--page-padding-x);
    flex-direction: column-reverse;
  }
}
@media (max-width: 980px) {
  .banner .banner-left {
    margin-right: 0px;
  }
  .product-introduce-box .content-box {
    flex-direction: column-reverse;
  }
  .product-introduce-box .product-introduce-imgs {
    column-gap: 20px;
    row-gap: 30px;
    margin-top: 40px;
  }
  .product-introduce-box .product-introduce-content {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 880px) {
  .product-hint-box {
    margin-top: 70px;
  }
  .product-hint-box > .product-des-text {
    padding-inline: 0px;
    margin-bottom: 30px;
  }
  .product-hint-box .hint-swiper {
    width: 390px;
    padding-bottom: 30px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  .product-hint-box .swiper-wrapper {
    column-gap: 0px;
    padding-inline: 0px;
    background: none;
  }
  .product-hint-box .swiper-wrapper .swiper-slide {
    flex: none;
    padding-inline: 20px;
    background: url(../../img/unlockPasscode/hint-bj.png) no-repeat;
    background-size: 100%;
    background-position: 0 calc(100% - 50px);
  }
  .product-hint-box .swiper-wrapper .swiper-slide .product-des-text {
    padding-right: 8px;
  }
  .product-hint-box .hint-swiper-pagination {
    display: block;
    padding-right: 0px;
    position: absolute;
    bottom: 0px;
  }
  .product-introduce-box {
    margin-top: 70px;
    padding: 30px 0;
  }
  .product-introduce-box::before {
    display: none;
  }
  .product-introduce-box::after {
    display: none;
  }
}
@media (max-width: 680px) {
  .product-hint-box .hint-swiper {
    width: 100%;
  }
  .product-hint-box .swiper-wrapper .swiper-slide .product-des-text {
    height: 24px;
  }
}
