.scheme-instruction-wrap > h2,
.scheme-content-wrap > h2,
.scheme-cost-wrap > h2 {
  padding-bottom: 20px;
}
.scheme-instruction-wrap > small,
.scheme-content-wrap > small,
.scheme-cost-wrap > small {
  display: block;
  max-width: 1600px;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #808080;
  margin: 0 auto 40px;
  line-height: 1.7;
  padding: 0 15px;
}
@media screen and (max-width: 600px) {
  .scheme-instruction-wrap > h2,
  .scheme-content-wrap > h2,
  .scheme-cost-wrap > h2 {
    padding-bottom: 10px;
  }
  .scheme-instruction-wrap > small,
  .scheme-content-wrap > small,
  .scheme-cost-wrap > small {
    display: block;
    font-size: 12px;
    margin-bottom: 20px;
    line-height: 1.7;
    padding: 0 15px;
  }
}



.scheme-instruction-wrap .target {
  width: 84%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}
.scheme-instruction-wrap .target .wrap .icon {
  transition: all .3s ease;
}
.scheme-instruction-wrap .target .wrap:hover .icon {
  transform: scale(1.1);
}
.scheme-instruction-wrap .target p {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #005DD4;
}
.scheme-instruction-wrap .col {
  padding: 5px 10px;
}
.scheme-instruction-wrap .col .wrap {
  display: block;
  border: 2px solid #FFFFFF;
}
.scheme-instruction-wrap .col .wrap .icon {
  margin: 0 0 26px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
}
.scheme-instruction-wrap .col .wrap:hover .icon {
  color: var(--main-color);
}
.scheme-instruction-wrap .col .wrap .icon img {
  display: block;
  margin-right: 15px;
}
.scheme-instruction-wrap .col h3 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  text-align: center;
}
.scheme-instruction-wrap .col p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  margin: 10px 0 0;
}
@media screen and (max-width: 600px) {
  .scheme-instruction-wrap .col {
    padding: 15px;
  }
  .scheme-instruction-wrap .target {
    width: unset;
    margin: 0 -15px;
  }
  .scheme-instruction-wrap .target .col {
    padding: 0 7.5px;
  }
  .scheme-instruction-wrap .target img {
    max-width: 100%
  }
  .scheme-instruction-wrap .target p {
    font-size: 14px;
  }
}





.scheme-content-wrap {
  background: #F2F5F8;
}
.scheme-content-wrap p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: #333333;
  line-height: 1.7;
  margin: 0;
  padding-bottom: 14px;
}
.scheme-content-wrap .cover {
  text-align: center;
  margin-top: 30px;
}
.scheme-content-wrap .cover img {
  max-width: 100%;
}




.scheme-cost-wrap {
  /* background: #F2F5F8; */
}