.video-converter-banner {
  height: 10.85rem;
  background: linear-gradient(118deg, #FFEFE7 0%, #EBE8FF 51%, #D4FDFD 100%);
}
.video-converter-banner .container {
  position: relative;
  height: 100%;
}
.video-converter-banner .banner-text {
  width: 7.5rem;
}
.video-converter-banner .banner-title {
  font-size: 0.7rem;
  font-weight: bold;
  color: #333333;
}
.video-converter-banner .banner-desc {
  font-size: 0.3rem;
  font-weight: 400;
  color: #666666;
  line-height: 1.8;
  margin: 0.6rem auto 0;
}
.video-converter-banner .button-group {
  margin-top: 1.575rem;
}
.video-converter-banner .banner-image {
  position: absolute;
  z-index: 0;
  top: 1.625rem;
  right: 0;
  width: 10.775rem;
  height: 7.1625rem;
}

.scene-section {
  padding: 2.125rem 0;
}
.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-1 {
  position: absolute;
  left: 2.25rem;
  top: -0.1rem;
  width: 2.1125rem;
  height: 2.1375rem;
}
.scene-section .section-content {
  margin-top: 1.375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.scene-section .section-content .image-warp {
  width: 9.375rem;
  height: 4.25rem;
}
.scene-section .section-content .image-warp img {
  max-width: 100%;
  max-height: 100%;
}
.scene-section .section-content .text-warp {
  width: 7.625rem;
}
.scene-section .section-content .text-warp .desc {
  font-size: 0.3rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.6;
}
.scene-section .section-content .text-warp .tips-list {
  margin-top: 0.625rem;
}
.scene-section .section-content .text-warp .tips-list .tips-item {
  font-size: 0.25rem;
  font-weight: 400;
  color: #999999;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
}
.scene-section .section-content .text-warp .tips-list .tips-item:first-child {
  margin-top: 0;
}
.scene-section .section-content .text-warp .tips-list .tips-item .iconfont {
  width: 0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  background: #E9F0FF;
  border-radius: 50%;
  font-size: 0.375rem;
  color: #007DFF;
  margin-right: 0.2rem;
}

.step-section .section-text {
  position: relative;
  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 .section-text .decoration-2 {
  position: absolute;
  left: 4rem;
  top: -0.375rem;
  width: 1rem;
  height: 0.725rem;
}
.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;
  flex-shrink: 0;
  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;
  border-radius: 0.2rem;
  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;
}

.solutions-section {
  padding: 2.125rem 0 0.975rem;
  background: #F8F9FF;
}
.solutions-section .section-text {
  text-align: center;
}
.solutions-section .section-text .title {
  font-size: 0.7rem;
  font-weight: 600;
  color: #333333;
}
.solutions-section .section-content {
  position: relative;
  margin-top: 0.95rem;
}
.solutions-section .section-content .solutions-swiper {
  position: relative;
  width: 100%;
  height: 6.25rem;
  overflow: hidden;
}
.solutions-section .section-content .solutions-swiper .swiper-slide {
  width: 4.65rem;
  height: 6.25rem;
  background: #FFFFFF;
  box-shadow: 0 0.375rem 0.25rem 0 rgba(0, 125, 255, 0.02);
  border-radius: 0.3rem;
  padding: 0.35rem 0.275rem;
  cursor: pointer;
}
.solutions-section .section-content .solutions-swiper .swiper-slide .image-warp {
  width: 100%;
  height: 2.75rem;
  border-radius: 0.3rem;
  overflow: hidden;
}
.solutions-section .section-content .solutions-swiper .swiper-slide .image-warp .image {
  width: 100%;
  height: 100%;
}
.solutions-section .section-content .solutions-swiper .swiper-slide .text-warp {
  padding: 0 0.125rem;
  text-align: center;
  margin-top: 0.4rem;
}
.solutions-section .section-content .solutions-swiper .swiper-slide .text-warp .title {
  font-size: 0.4rem;
  font-weight: 600;
  color: #333333;
}
.solutions-section .section-content .solutions-swiper .swiper-slide .text-warp .desc {
  font-size: 0.25rem;
  font-weight: 400;
  color: #999999;
  line-height: 1.5;
  margin-top: 0.15rem;
}
.solutions-section .section-content .solutions-pagination {
  top: 6.65rem;
}
.solutions-section .section-content .solutions-pagination .swiper-pagination-bullet {
  width: 0.125rem;
  height: 0.125rem;
}
.solutions-section .section-content .solutions-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.325rem;
  border-radius: 0.125rem;
  background: #007DFF;
}
.solutions-section .section-content .more {
  font-size: 0.225rem;
  font-weight: 600;
  color: #007DFF;
  margin-top: 1.3375rem;
}

/*# sourceMappingURL=video-converter.css.map */
