.banner {
  background: linear-gradient(93deg, #7028e4 -20.39%, #e5b2ca 117.59%);
}
.banner .banner-left {
  margin-right: 160px;
}
.banner .banner-img-box {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  max-width: 390px;
}
.product-hint-box {
  margin-top: 128px;
}
.product-hint-box .product-des-title {
  text-align: center;
  color: #1c1c1c;
}
.product-hint-box .product-des-text {
  padding-inline: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #515050;
  text-align: center;
}
.product-hint-box .swiper-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  column-gap: 78px;
  row-gap: 45px;
  width: 100%;
  border-radius: 16px;
  background: #fbf8ff;
  padding: 45px 35px;
}
.product-hint-box .swiper-wrapper .swiper-slide {
  width: 198px;
  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 .new-content-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.product-introduce-box .product-des-title {
  text-align: center;
  color: #1c1c1c;
}
.product-introduce-box .product-des-text {
  padding-inline: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #515050;
  text-align: center;
}
.product-introduce-box .product-introduce-imgs {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1150px;
}
.product-course-box .product-course-basics {
  padding: 35px;
}
.product-course-box .product-course-basics .course-basics-text {
  margin-bottom: 10px;
}
.product-course-box .product-step-box .product-step-des {
  box-shadow: none;
  border-radius: 10px;
  border: 1px solid #e2e2e2;
  background: #FFF;
  padding: 20px;
}
.product-course-box .product-step-box .product-step-des .product-des-text {
  margin-bottom: 28px;
}
.product-course-box .product-step-box .product-step-des .hint-swiper {
  overflow: hidden;
  margin-top: 30px;
}
.product-course-box .product-step-box .product-step-des .hint-swiper .swiper-wrapper {
  justify-content: center;
  gap: 60px;
}
.product-course-box .product-step-box .product-step-des .hint-swiper .swiper-slide {
  width: auto;
}
.product-course-box .moreAbout .swiper-wrapper .swiper-slide {
  width: 166px;
  height: 200px;
}
.product-course-box .moreAbout .swiper-wrapper .swiper-slide strong {
  display: block;
  height: 40px;
  line-height: 1.5;
  padding: 0 10px;
  margin-top: 10px;
  font-size: 13px;
}
.product-course-box > .product-des-text {
  text-align: left;
}

.product-course-box .product-step-des .gallery-image img {
  width: auto;
}
.product-footer-box {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.product-footer-box::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 466px;
  height: 435px;
  background-image: url(../../img/unlockRestrictions/footer-box-before.png);
  background-size: 100% 100%;
}
.product-footer-box::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 635px;
  height: 435px;
  background-image: url(../../img/unlockRestrictions/footer-box-after.png);
  background-size: 100% 100%;
}
.product-footer-box .product-des-text {
  width: 760px;
  margin: 30px auto;
}
@media (max-width: 1080px) {
  .product-hint-box {
    margin-inline: var(--page-padding-x);
  }
}
@media (max-width: 980px) {
  .banner {
    background: linear-gradient(181deg, #9351dd 0.54%, #e5b2ca 102.28%);
  }
  .banner .banner-left {
    margin-right: 0px;
  }
}
@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;
  }
  .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 {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .product-hint-box .swiper-wrapper .swiper-slide {
    padding: 0 50px;
  }
  .product-introduce-box .new-content-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .product-introduce-box .product-introduce-imgs {
    padding: 0 15px;
    width: 100%;
  }
  .product-introduce-box .product-introduce-imgs img {
    width: 62px;
  }
  .product-course-box .product-course-basics {
    padding: 35px 15px;
  }
  .product-course-box .product-course-basics .course-basics-text {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .product-course-box .product-step-box .product-step-des {
    padding: 0;
    border-radius: 10px;
    border: none;
    background: transparent;
  }
  .product-course-box .product-step-box .product-step-des .hint-swiper {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    border-radius: 10px;
    border: 1px solid #e2e2e2;
    background: #f6f6f6;
    padding: 20px;
  }
  .product-course-box .product-step-box .product-step-des .hint-swiper .swiper-wrapper {
    justify-content: flex-start;
    align-items: center;
    gap: 0;
  }
  .product-course-box .product-step-box .product-step-des .hint-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    margin: 0 auto;
  }
  .product-course-box .product-step-box .product-step-des .hint-swiper .hint-swiper-pagination {
    width: fit-content;
    margin: 20px auto;
  }
  .product-course-box .moreAbout .swiper-wrapper .swiper-slide {
    width: 166px;
    height: auto;
    padding-bottom: 10px;
  }
  .product-course-box .moreAbout .swiper-wrapper .swiper-slide strong {
    display: block;
    height: 40px;
    line-height: 1.5;
    padding: 0 10px;
    margin-top: 10px;
    font-size: 13px;
  }
  .product-footer-box::before {
    width: 274px;
    height: 175px;
  }
  .product-footer-box::after {
    display: none;
  }
  .product-footer-box .product-des-text {
    width: 100%;
    margin: 30px auto;
  }
}
@media (max-width: 580px) {
  .banner .banner-left .de-page-title {
    font-size: 28px;
  }
}