.certified-banner {
  height: 10.85rem;
  background: linear-gradient(120deg, #F4F7FF 0%, #CEE1FF 100%);
}
.certified-banner .container {
  position: relative;
  height: 100%;
}
.certified-banner .banner-text {
  width: 6.625rem;
}
.certified-banner .banner-title {
  font-size: 0.825rem;
  font-weight: bold;
  color: #333333;
}
.certified-banner .banner-desc {
  font-size: 0.3rem;
  font-weight: 400;
  color: #666666;
  line-height: 1.6;
  margin: 0.2rem auto 0;
}
.certified-banner .button-group {
  margin-top: 1.575rem;
}
.certified-banner .banner-right {
  position: absolute;
  z-index: 0;
  top: 0.75rem;
  right: -0.125rem;
  width: 11.25rem;
  height: 8.85rem;
}
.certified-banner .banner-right .banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.certified-banner .decoration1 {
  position: absolute;
  z-index: 0;
  bottom: 2.5rem;
  left: 4.8rem;
  width: 3.1625rem;
  height: 0.7375rem;
}

.scene-section {
  padding: 2.125rem 0;
  background: linear-gradient(180deg, #FFFFFF 0%, #E9F2FF 100%);
}
.scene-section .section-text {
  position: relative;
  text-align: center;
}
.scene-section .section-text .title {
  font-size: 0.7rem;
  font-weight: 600;
  color: #333333;
}
.scene-section .section-text .decoration2 {
  position: absolute;
  z-index: 0;
  top: -1rem;
  left: 3rem;
  width: 0.625rem;
  height: 0.9625rem;
}
.scene-section .scene-swiper-content {
  margin-top: 0.6rem;
}
.scene-section .scene-swiper-content .swiper-image-content {
  position: relative;
}
.scene-section .scene-swiper-content .swiper-image-content::after, .scene-section .scene-swiper-content .swiper-image-content::before {
  content: "";
  position: absolute;
  width: 3.825rem;
  height: 3.825rem;
  top: -1.9125rem;
  left: -1.9125rem;
  border-radius: 50%;
  border: 0.125rem dashed #FFA024;
}
.scene-section .scene-swiper-content .swiper-image-content::after {
  left: auto;
  top: auto;
  bottom: -1.9125rem;
  right: -1.9125rem;
  border-color: #007DFF;
}
.scene-section .scene-swiper-content .swiper-image {
  width: 100%;
  height: 8.5625rem;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-top: 0.85rem;
}
.scene-section .scene-swiper-content .swiper-image .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.scene-section .scene-swiper-content .swiper-image .left-image-warp {
  width: 7.625rem;
  height: 8.5625rem;
  background: linear-gradient(180deg, #BECADE 0%, #CBD6EB 100%);
  border-radius: 0.5rem;
  border: 0.15rem solid #FFFFFF;
  overflow: hidden;
}
.scene-section .scene-swiper-content .swiper-image .right-image-warp {
  width: 8.5875rem;
  height: 8.5625rem;
  background: #FFFFFF;
  border-radius: 0.5rem;
  border: 0.15rem solid #FFFFFF;
  overflow: hidden;
}
.scene-section .scene-swiper-content .swiper-image .slide-image {
  width: 100%;
  height: 100%;
}
.scene-section .scene-swiper-content .swiper-thumbs {
  width: 100%;
  overflow: hidden;
}
.scene-section .scene-swiper-content .swiper-thumbs .swiper-wrapper {
  justify-content: center;
}
.scene-section .scene-swiper-content .swiper-thumbs .swiper-slide {
  position: relative;
  width: auto;
  min-width: 2rem;
  padding: 0 0.1625rem;
  height: 0.75rem;
  line-height: 0.75rem;
  font-size: 0.25rem;
  font-weight: 400;
  color: #333333;
  background: #F2F3F7;
  border-radius: 0.425rem;
  text-align: center;
  cursor: pointer;
  margin: 0 0.1625rem;
}
.scene-section .scene-swiper-content .swiper-thumbs .swiper-slide-thumb-active {
  color: #FFFFFF;
  background: #333333;
}

.step-section .section-text {
  text-align: center;
}
.step-section .section-text .title {
  font-size: 0.7rem;
  font-weight: 600;
  color: #333333;
}
.step-section .section-text .desc {
  font-size: 0.3rem;
  font-weight: 400;
  color: #707176;
  line-height: 1.6;
  margin-top: 0.2rem;
}
.step-section .step-process-swiper-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.step-section .step-process-swiper-content .swiper-thumbs {
  width: 7.25rem;
  height: 6.375rem;
}
.step-section .step-process-swiper-content .swiper-thumbs .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  padding: 0 0.4rem;
  cursor: pointer;
  border-radius: 0.2rem;
  overflow: hidden;
}
.step-section .step-process-swiper-content .swiper-thumbs .swiper-wrapper .swiper-slide .index {
  width: 0.95rem;
  height: 0.95rem;
  background: #007DFF;
  font-size: 0.4rem;
  font-weight: bold;
  color: #FFFFFF;
  margin-right: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.step-section .step-process-swiper-content .swiper-thumbs .swiper-wrapper .swiper-slide .title {
  font-size: 0.4rem;
  font-weight: 600;
  color: #333333;
}
.step-section .step-process-swiper-content .swiper-thumbs .swiper-wrapper .swiper-slide .desc {
  font-size: 0.25rem;
  font-weight: 400;
  color: #999999;
  line-height: 1.5;
  margin-top: 0.1rem;
}
.step-section .step-process-swiper-content .swiper-thumbs .swiper-wrapper .swiper-slide .progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #007DFF;
  display: none;
}
.step-section .step-process-swiper-content .swiper-thumbs .swiper-wrapper .swiper-slide-thumb-active {
  background: #F2F7FF;
}
.step-section .step-process-swiper-content .swiper-thumbs .swiper-wrapper .swiper-slide-thumb-active .progress {
  display: block;
}
.step-section .step-process-swiper-content .swiper-image {
  width: 9.5rem;
  height: 6.375rem;
  overflow: hidden;
}
.step-section .step-process-swiper-content .swiper-image .slide-image {
  width: 100%;
  height: 100%;
}
.step-section .step-size-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.step-section .step-size-content .size-image-warp {
  width: 10.2rem;
  height: 5.2875rem;
  background: #E9F0FF;
  border-radius: 0.2rem;
  overflow: hidden;
}
.step-section .step-size-content .size-image-warp .image {
  width: 100%;
  height: 100%;
}
.step-section .step-size-content .text {
  width: 6.7125rem;
}
.step-section .step-size-content .text .title {
  font-size: 0.525rem;
  font-weight: 600;
  color: #333333;
}
.step-section .step-size-content .text .desc {
  font-size: 0.25rem;
  font-weight: 400;
  color: #707176;
  line-height: 1.6;
  margin-top: 0.275rem;
}
.step-section .step-color-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.step-section .step-color-content .text {
  width: 6.7125rem;
}
.step-section .step-color-content .text .title {
  font-size: 0.525rem;
  font-weight: 600;
  color: #333333;
}
.step-section .step-color-content .text .desc {
  font-size: 0.25rem;
  font-weight: 400;
  color: #707176;
  line-height: 1.6;
  margin-top: 0.275rem;
}
.step-section .step-color-content .text .color-list {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0.5rem -0.1rem 0;
}
.step-section .step-color-content .text .color-list .color-item {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0.1rem;
  margin: 0.1rem;
  cursor: pointer;
  overflow: hidden;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAMElEQVQ4T2P8+vXrfwY84OPHL/ikGRhHDRgWYfDs2Uu86YCfnwd/Ohg1gIFx6IcBAPTPVKHaYv7lAAAAAElFTkSuQmCC");
  background-size: 0.2rem 0.2rem;
}
.step-section .step-color-content .text .color-list .color-item .color-item-content {
  width: 100%;
  height: 100%;
}
.step-section .step-color-content .color-preview-content {
  position: relative;
  display: flex;
  align-items: center;
}
.step-section .step-color-content .color-preview-content::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -1.9125rem;
  right: -1.9125rem;
  width: 3.825rem;
  height: 3.825rem;
  border-radius: 50%;
  border: 0.125rem dashed #007DFF;
}
.step-section .step-color-content .color-preview-content .small-preview {
  width: 1.075rem;
  height: 5.2875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.step-section .step-color-content .color-preview-content .small-preview .preview-item {
  position: relative;
  width: 100%;
  height: 1.5375rem;
  border-radius: 0.1rem;
  overflow: hidden;
  cursor: pointer;
}
.step-section .step-color-content .color-preview-content .small-preview .preview-item .preview-image {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}
.step-section .step-color-content .color-preview-content .big-preview {
  position: relative;
  width: 8.4625rem;
  height: 5.2875rem;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAMElEQVQ4T2P8+vXrfwY84OPHL/ikGRhHDRgWYfDs2Uu86YCfnwd/Ohg1gIFx6IcBAPTPVKHaYv7lAAAAAElFTkSuQmCC");
  background-size: 0.2rem 0.2rem;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-left: 0.35rem;
}
.step-section .step-color-content .color-preview-content .big-preview .preview-image-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.step-section .step-color-content .color-preview-content .big-preview .preview-image {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}

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