.cutout-image-banner .container {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cutout-image-banner .banner-left .image {
  width: 6.85rem;
  height: 4.3125rem;
  border-radius: 0.5rem;
}
.cutout-image-banner .banner-left .title {
  font-size: 0.825rem;
  font-weight: bold;
  color: #333333;
  margin-top: 0.325rem;
}
.cutout-image-banner .banner-left .desc {
  font-size: 0.3rem;
  font-weight: 400;
  color: #666666;
  line-height: 1.6;
  margin-top: 0.3rem;
}
.cutout-image-banner .banner-left .desc .desc-ai {
  width: 0.95rem;
  height: 0.6rem;
  vertical-align: middle;
}
.cutout-image-banner .banner-right {
  padding-top: 1.125rem;
}
.cutout-image-banner .banner-right .choose-file {
  width: 9.4625rem;
  height: 6.6125rem;
}
.cutout-image-banner .try-again {
  margin-top: 0.625rem;
}
.cutout-image-banner .try-again .try-again-tips {
  font-size: 0.25rem;
  font-weight: 400;
  color: #999999;
  text-align: center;
}
.cutout-image-banner .try-again .try-again-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0.125rem;
}
.cutout-image-banner .try-again .try-again-list .try-again-item {
  width: 1rem;
  height: 1rem;
  background: #D8D8D8;
  border-radius: 0.1rem;
  overflow: hidden;
  cursor: pointer;
  margin: 0.1rem;
}
.cutout-image-banner .try-again .try-again-list .try-again-item img {
  width: 100%;
  height: 100%;
}
.cutout-image-banner .decoration-1 {
  position: absolute;
  right: -2.25rem;
  top: 0.75rem;
  width: 3.1875rem;
  height: 3.2875rem;
}
.cutout-image-banner .decoration-2 {
  position: absolute;
  right: -0.625rem;
  top: 5rem;
  width: 0.5625rem;
  height: 0.4375rem;
}

.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 .decoration-3 {
  position: absolute;
  left: 0.125rem;
  top: -2rem;
  width: 1.6875rem;
  height: 2.2875rem;
}
.scene-section .section-text .decoration-4 {
  position: absolute;
  right: -0.25rem;
  top: 1.25rem;
  width: 0.7625rem;
  height: 1.1625rem;
}
.scene-section .section-text .decoration-5 {
  position: absolute;
  left: 0rem;
  top: 12.5rem;
  width: 43px;
  height: 43px;
}
.scene-section .scene-swiper-content {
  margin-top: 0.6rem;
}
.scene-section .scene-swiper-content .swiper-image {
  width: 16.375rem;
  height: 9.55rem;
  border-radius: 0.5rem;
  overflow: hidden;
  margin: 0.5rem auto 0;
  color: rgba(0, 125, 255, 0.6);
}
.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;
}

.details-section {
  position: relative;
}
.details-section .section-text {
  position: relative;
  text-align: center;
}
.details-section .section-text .title {
  font-size: 0.525rem;
  font-weight: 600;
  color: #000000;
}
.details-section .section-text .desc {
  font-size: 0.25rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.6;
  margin-top: 0.2rem;
}
.details-section .section-text .decoration-6 {
  position: absolute;
  right: -0.5rem;
  top: 1rem;
  width: 1.2875rem;
  height: 1.1rem;
}
.details-section .swiper-details {
  width: 100%;
  height: 7.5rem;
  overflow: hidden;
  margin-top: 1rem;
}
.details-section .swiper-details .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.details-section .swiper-details .swiper-slide .left-image,
.details-section .swiper-details .swiper-slide .right-image {
  width: 8.625rem;
  height: 100%;
  background: linear-gradient(180deg, #E4E7E9 0%, #E8E9EA 100%);
  border-radius: 0.5rem;
  overflow: hidden;
}
.details-section .swiper-details .swiper-slide .left-image img,
.details-section .swiper-details .swiper-slide .right-image img {
  width: 100%;
  height: 100%;
}
.details-section .details-pagination {
  position: relative;
  margin-top: 0.8125rem;
}
.details-section .details-pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 0.1rem;
}
.details-section .details-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.25rem;
}

.creative-section .section-text {
  position: relative;
  text-align: center;
}
.creative-section .section-text .title {
  font-size: 0.525rem;
  font-weight: 600;
  color: #000000;
}
.creative-section .section-text .desc {
  font-size: 0.25rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.6;
  margin-top: 0.2rem;
}
.creative-section .section-text .decoration-7 {
  position: absolute;
  left: -0.875rem;
  top: 0.125rem;
  width: 1.1375rem;
  height: 0.825rem;
}
.creative-section .creative-list {
  margin-top: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.creative-section .creative-list .creative-item .image {
  width: 5.625rem;
  height: 7.5rem;
  border-radius: 0.5rem;
  overflow: hidden;
  margin: 0 auto;
}
.creative-section .creative-list .creative-item .title {
  font-size: 0.25rem;
  font-weight: 400;
  color: #999999;
  text-align: center;
  margin-top: 0.2rem;
}

/*# sourceMappingURL=cutout-image.css.map */
