/*----------------------------颜色----------------------------*/
/*----------------------------尺寸----------------------------*/
/*----------------------------字体----------------------------*/
/*----------------------------字号----------------------------*/
/*----------------------------动画----------------------------*/
/*----------------------------圆角----------------------------*/
/*----------------------------阴影----------------------------*/
/*----------------------------透明度--------------------*/
.slide-step-bg {
  background: #f7f8fa !important;
}
.slide-step-bg .step-guide-block {
  background: transparent;
}
.step-guide-block {
  max-width: 1240px;
  margin: auto;
  padding: 112px 20px 120px;
  background: #fff;
}
.step-guide-block .guide-title {
  width: 100%;
  font-size: 40px;
  font-weight: bold;
  color: #17191D;
  line-height: 47px;
  text-align: center;
  margin-bottom: 45px;
}
.step-guide-block .guide-content {
  max-width: 1200px;
  margin: auto;
}
.step-guide-block .guide-content .video {
  float: left;
  width: 57.5%;
}
.step-guide-block .guide-content .video video {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  box-shadow: 0px 6px 18px 0px rgba(70, 77, 90, 0.3);
  border-radius: 8px;
  display: none;
}
.step-guide-block .guide-content .video video.active {
  display: block;
}
.step-guide-block .guide-content .image {
  width: 690px;
  height: 400px;
  position: relative;
  display: block;
  float: left;
}
.step-guide-block .guide-content .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 6px 24px 0 rgba(148, 168, 193, 0.24);
  border-radius: 8px;
  display: none;
}
.step-guide-block .guide-content .image img.active {
  display: block;
}
.step-guide-block .guide-content .desc-items {
  width: 39.1%;
  position: relative;
  margin-left: 3.33%;
  display: block;
  float: left;
}
.step-guide-block .guide-content .desc-items .item {
  position: relative;
}
.step-guide-block .guide-content .desc-items .item .item-icon {
  position: absolute;
  display: inline-block;
  height: 100%;
}
.step-guide-block .guide-content .desc-items .item .item-icon .icon-wrapper {
  width: 48px;
  height: 48px;
  border: 2px solid #FF822C;
  display: flex;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
}
.step-guide-block .guide-content .desc-items .item .item-icon .icon-wrapper svg {
  max-width: 26px;
  max-height: 26px;
  margin: auto;
}
.step-guide-block .guide-content .desc-items .item .item-icon .icon-wrapper:hover {
  background: #FF822C;
}
.step-guide-block .guide-content .desc-items .item .item-icon .icon-wrapper:hover svg path {
  transition: fill 1s;
  fill: #fff;
}
.step-guide-block .guide-content .desc-items .item .item-icon .icon-wrapper:hover svg polygon {
  transition: fill 1s;
  fill: #fff;
}
.step-guide-block .guide-content .desc-items .item .desc-wrapper {
  position: relative;
  display: block;
  margin-left: 72px;
}
.step-guide-block .guide-content .desc-items .item .desc-wrapper .item-title {
  font-size: 19px;
  font-weight: bold;
  color: #17191D;
  line-height: 23px;
  margin-bottom: 15px;
}
.step-guide-block .guide-content .desc-items .item .desc-wrapper .item-desc {
  padding-bottom: 60px;
  font-size: 17px;
  font-weight: 400;
  color: #4A4E57;
  line-height: 24px;
}
.step-guide-block .guide-content .desc-items .item .item-separator {
  position: relative;
  height: calc(100% - 52px);
}
.step-guide-block .guide-content .desc-items .item .item-separator .separator {
  position: absolute;
  height: calc(100% - 40px);
  width: 0px;
  margin: 20px 0;
  left: 26px;
  border-left: 1px;
  border-style: dashed;
  border-color: #FF822C;
}
.step-guide-block .guide-content .desc-items .item.active .item-icon .icon-wrapper {
  background: #FF822C;
}
.step-guide-block .guide-content .desc-items .item.active .item-icon .icon-wrapper svg path {
  transition: fill 1s;
  fill: #fff;
}
.step-guide-block .guide-content .desc-items .item.active .item-icon .icon-wrapper svg polygon {
  transition: fill 1s;
  fill: #fff;
}
.step-guide-block .guide-content .desc-items .item:last-child .desc-wrapper .item-desc {
  padding-bottom: 0;
}
.step-guide-block .guide-content .clear {
  display: block;
  content: "";
  clear: both;
}
@media screen and (max-width: 768px) {
  .step-guide-block {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .step-guide-block .guide-content .video {
    width: 100%;
  }
  .step-guide-block .guide-content .image {
    width: 96%;
    margin: auto;
    float: none;
    height: 200px;
  }
  .step-guide-block .guide-content .desc-items {
    width: 100%;
    margin-top: 32px;
  }
  .step-guide-block .guide-content .desc-items .item .desc-wrapper .item-desc {
    padding-bottom: 40px;
  }
  .step-guide-block .guide-title {
    margin-bottom: 30px;
  }
}
/*# sourceMappingURL=3-step.css.map */