.scheme-instruction-wrap {
  background: #F2F5F8;
}
.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 .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-content-wrap strong:nth-child(2) {
  margin-top: 30px;
}
.scheme-content-wrap strong {
  font-size: 18px;
  color: #333;
}
.scheme-content-wrap p {
  font-size: 14px;
  color: #666666;
  font-family: Microsoft YaHei;
  line-height: 1.9;
  margin: 0;
  /*padding-bottom: 14px;*/
}
.scheme-content-wrap img {
  max-width: 100%;
}




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