.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;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #808080;
  margin-bottom: 40px;
}
@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 img {
  max-width: 100%;
}


.scheme-content-wrap .col {
  padding: 5px 10px;
}
.scheme-content-wrap .col .wrap {
  display: block;
  padding: 30px 19px;
  border: 2px solid #FFFFFF;
  position: relative;
  min-height: 400px;
}
.scheme-content-wrap .col .wrap .icon {
  margin: 0 0 26px;
  text-align: center;
}
.scheme-content-wrap .col .wrap .rtc {
  opacity: 0;
  transition: all .3s ease;
}
.scheme-content-wrap .col .wrap:hover .rtc {
  opacity: 1;
}
.scheme-content-wrap .col .wrap:hover .hover-icon{
  transform: translateY(300);
  opacity: 0;
  pointer-events: none;
}
.scheme-content-wrap .col .wrap .hover-icon {
  transition: all .3s ease;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}
.scheme-content-wrap .col .wrap .hover-icon img {
  max-width: 100%;
}
.scheme-content-wrap .col h3 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  text-align: center;
}
.scheme-content-wrap .col p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  margin: 10px 0 0;
}
.scheme-content-wrap .col p::before {
  content: "◆";
  margin-right: 10px;
}
@media screen and (max-width: 600px) {
  .scheme-content-wrap .col {
    padding: 15px;
  }
}


.scheme-cost-wrap .wrap {
  border: 2px solid #FFFFFF;
}
.scheme-cost-wrap .desc {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-top: 14px;
  line-height: 1.4;
  text-align: center;
}
.scheme-cost-wrap .col h3 {
  margin: 19px 0 15px;
  text-align: center;
}
.scheme-cost-wrap .col p {
  text-align: center;
}
.scheme-cost-wrap .col .wrap .icon {
  text-align: center;
  margin: unset;
}
.scheme-cost-wrap .col .wrap {
  display: block;
}
