.scheme-instruction-wrap > h2 {
  padding-bottom: 19px;
}
.scheme-instruction-wrap > small {
  display: block;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #808080;
  margin-bottom: 43px;
}
.product-character-wrap .col .wrap .icon {
  margin: unset;
}
.scheme-instruction-wrap .col-lg-2 {
  width: 20%;
}
.scheme-instruction-wrap .col {
  position: relative;
}
.scheme-instruction-wrap .col + .col::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -4px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left-color: var(--main-color);
  transform: translateY(-50%);
}
.scheme-instruction-wrap .col .wrap {
  flex-direction: column;
  text-align: center;
  border: 2px solid #FFFFFF;
}
.scheme-instruction-wrap .col h3 {
  margin: 20px 0 20px;
}
@media screen and (max-width: 600px) {
  .scheme-instruction-wrap > small {
    font-size: 12px;
    line-height: 1.7;
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .scheme-instruction-wrap .col-lg-2 {
    width: 100%;
  }
  .scheme-instruction-wrap .col + .col::after {
    display: none;
  }
}






.scheme-content-wrap > h2 {
  padding-bottom: 19px;
}
.scheme-content-wrap > small {
  display: block;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #808080;
  margin-bottom: 43px;
}
.scheme-content-wrap .col {
  padding: 7.5px 15px;
}
.scheme-content-wrap img {
  max-width: 100%;
  display: block;
}
.scheme-content-wrap .row {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.scheme-content-wrap .cl {
  padding: 10px;
}
.scheme-content-wrap .cl .wrap {
  background: linear-gradient(-180deg, #F0F2F8, #FFFFFF);
  border: 2px solid #FFFFFF;
  box-shadow: 4px 7px 20px 0px rgba(55,99,170,0.2);
  border-radius: 8px;
  height: 100%;
  overflow: hidden;
}
.scheme-content-wrap .cl h3 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  background: url(../assets/image/kac1-bg.png) no-repeat center;
  background-size: cover;
  line-height: 60px;
  margin: unset;
  padding-left: 20px;
}
.scheme-content-wrap .cl ul {
  padding: 25px 20px;
}
.scheme-content-wrap .cl li {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.scheme-content-wrap .cl li + li {
  margin-top: 15px;
}
.scheme-content-wrap .f1 {
  padding: 0 7.5px;
}
@media screen and (max-width: 600px) {
  .scheme-content-wrap > small {
    font-size: 12px;
    line-height: 1.7;
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .scheme-content-wrap .cl {
    width: 100%;
  }
}




.scheme-cost-wrap {
  text-align: center;
}
.scheme-cost-wrap img {
  max-width: 100%;
}
