.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 .list {
  margin-right: 70px;
}
.scheme-instruction-wrap .list li {
  writing-mode: vertical-lr;
  width: 87px;
  height: 241px;
  background: #F2F5F8;
  border: 2px solid #FFFFFF;
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
  cursor: pointer;
}
.scheme-instruction-wrap .list li.active,
.scheme-instruction-wrap .list li:hover {
  background: #FFFFFF;
}
.scheme-instruction-wrap .list li + li {
  margin-top: 15px;
}
.scheme-instruction-wrap .container {
  display: flex;
}
.scheme-instruction-wrap img {
  max-width: 100%;
}
@media screen and (max-width: 600px) {
  .scheme-instruction-wrap .container {
    display: block;
  }
  .scheme-instruction-wrap .list {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
  }
  .scheme-instruction-wrap .list li {
    flex: 1;
    writing-mode: unset;
    width: unset;
    height: unset;
    line-height: 40px;
    background: #F2F5F8;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    display: unset;
    text-align: center;
    transition: all .3s ease;
    cursor: pointer;
  }
  .scheme-instruction-wrap .list li + li  {
    margin-top: unset;
    margin-left: 15px;
  }
}



.scheme-content-wrap img {
  max-width: 100%;
}


.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-bottom: 30px;
  line-height: 1.7;
}
.scheme-cost-wrap .col p {
  margin: unset;
}
@media screen and (max-width: 600px) {
  .scheme-cost-wrap .col h3 {
    margin-bottom: 20px;
  }
}