.scheme-instruction-wrap {
  background: #F2F5F8;
}
.scheme-instruction-wrap > h2 {
  padding-bottom: 20px;
}
.scheme-instruction-wrap  > small {
  display: block;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #808080;
  margin-bottom: 91px;
}
.scheme-instruction-wrap .row {
  display: flex;
  flex-wrap: wrap;
}
.scheme-instruction-wrap .col {
  padding: 10px;
  position: relative;
}
.scheme-instruction-wrap .wrap {
  background: linear-gradient(to bottom, #F0F2F8, #FFFFFF);
  border: 2px solid #FFFFFF;
  box-shadow: 4px 7px 20px 0px rgba(55,99,170,0.2);
  border-radius: 8px;
  height: 100%;
  padding: 34px 30px 34px;
}
.scheme-instruction-wrap .wrap:hover .icon {
  transform: scale(1.1);
}
.scheme-instruction-wrap .icon {
  text-align: center;
  transition: all .3s ease;
}
.scheme-instruction-wrap h3 {
  text-align: center;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  transition: all .3s ease;
}
.scheme-instruction-wrap .wrap:hover h3 {
  font-weight: 700;
  color: #005DD4;
}
.scheme-instruction-wrap .bi {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #005DD4;
  margin-bottom: 15px;
}
.scheme-instruction-wrap p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 2.4;
  margin: 0;
}
.scheme-instruction-wrap p::before {
  content: "◆";
  margin-right: 10px;
}
.scheme-instruction-wrap .col:first-child .wrap::before,
.scheme-instruction-wrap .col:nth-child(3) .wrap::before,
.scheme-instruction-wrap .col:nth-child(6) .wrap::before {
  content: "1、评估准备阶段";
  position: absolute;
  top: -58px;
  left: 10px;
  width: calc(200% - 20px);
  line-height: 48px;
  background: #005DD4;
  opacity: 0.5;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}
.scheme-instruction-wrap .col:nth-child(3) .wrap::before {
  content: "2、正式评估阶段";
  width: calc(300% - 20px);
  opacity: .7;
}
.scheme-instruction-wrap .col:nth-child(6) .wrap::before {
  content: "3、结果评议阶段";
  width: calc(100% - 20px);
}
.scheme-instruction-wrap .col:nth-child(2) .wrap::after {
  content: "";
  position: absolute;
  top: -58px;
  right: -38px;
  width: 0;
  height: 0;
  border: 24px solid transparent;
  border-left-color: #005DD4;
  opacity: .5;
  z-index: 1;
}
.scheme-instruction-wrap .col:nth-child(3) .wrap::after,
.scheme-instruction-wrap .col:nth-child(6) .wrap::after {
  content: "";
  position: absolute;
  top: -58px;
  left: 10px;
  width: 0;
  height: 0;
  border: 24px solid transparent;
  border-left-color: #fff;
}
.scheme-instruction-wrap .col:nth-child(5) .wrap::after {
  content: "";
  position: absolute;
  top: -58px;
  right: -38px;
  width: 0;
  height: 0;
  border: 24px solid transparent;
  border-left-color: #005DD4;
  opacity: .7;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .scheme-instruction-wrap > h2 {
    padding-bottom: 10px;
  }
  .scheme-instruction-wrap > small {
    display: block;
    font-size: 12px;
    margin-bottom: 60px;
    line-height: 1.7;
    padding: 0 15px;
  }
  .scheme-instruction-wrap .container {
    padding: 0 5px;
  }
  .scheme-instruction-wrap .row {
    display: unset;
  }
  .scheme-instruction-wrap .col:first-child .wrap::before,
  .scheme-instruction-wrap .col:nth-child(3) .wrap::before,
  .scheme-instruction-wrap .col:nth-child(6) .wrap::before {
    /*content: "1、评估准备阶段";*/
    position: absolute;
    top: -58px;
    left: 10px;
    width: calc(100% - 20px);
    line-height: 48px;
    background: #005DD4;
    opacity: 0.5;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
  }
  .scheme-instruction-wrap .col:nth-child(3) {
    margin-top: 80px;
  }
  .scheme-instruction-wrap .col:nth-child(3) .wrap::before {
    width: calc(100% - 20px);
    opacity: .7;
  }
  .scheme-instruction-wrap .col:nth-child(6) .wrap::before {
    content: "3、结果评议阶段";
    width: calc(100% - 20px);
    opacity: 1;
  }
  .scheme-instruction-wrap .col:nth-child(2) .wrap::after {
    display: none;
  }
  .scheme-instruction-wrap .col:nth-child(1) .wrap::after,
  .scheme-instruction-wrap .col:nth-child(3) .wrap::after,
  .scheme-instruction-wrap .col:nth-child(6) .wrap::after {
    content: "";
    position: absolute;
    top: -58px;
    left: 10px;
    width: 0;
    height: 0;
    border: 24px solid transparent;
    border-left-color: #F2F5F8;
  }
  .scheme-instruction-wrap .col:nth-child(5) .wrap::after {
    display: none;
  }
  .scheme-instruction-wrap .col:nth-child(6) {
    margin-top: 80px;
  }
}





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




.scheme-cost-wrap .wrap {
  border: 2px solid #FFFFFF;
}




.level-wrap .panel {
  height: 90px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  border-bottom: 1px solid #E6E6E6;
  padding-left: 30px;
  transition: background .3s ease;
  cursor: pointer;
}
.level-wrap .panel.active,
.level-wrap .panel:hover {
  background: #F0F4FA;
}
.level-wrap .panel .level {
  width: 79px;
  line-height: 48px;
  background: #A8C7EF;
  border: 2px solid #79A9E7;
  border-radius: 8px;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  margin-right: 31px;
}
.level-wrap .right {
  position: relative;
}
.level-wrap .con {
  background: #FFFFFF;
  border: 2px solid #79A9E7;
  box-shadow: 0px 4px 10px 0px rgba(0,93,212,0.3);
  border-radius: 8px;
  padding: 10px;
  transform: translateX(300px);
  opacity: 0;
  pointer-events: none;
  top: 0;
  position: absolute;
  transition: all .6s ease;
}
.level-wrap .con.active {
  transform: translateX(0);
  opacity: 1;
  pointer-events: all;
  position: unset;
}
.level-wrap .con h3 {
  /* height: 60px; */
  background: #005DD4;
  box-shadow: 0px 2px 0px 0px #E6E6E6;
  border-radius: 8px;
  margin: unset;
  line-height: 1.7;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  padding: 15px;
  text-align: center;
}
.level-wrap .wp {
  background: #F0F4FA;
  box-shadow: 0px 2px 0px 0px #E6E6E6;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 10px;
  padding: 30px 30px 20px 30px;
}
.level-wrap .wp h4 {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin: unset;
}
.level-wrap .wp .rw {
  margin: 29px -15px 0;
}
.level-wrap .wp h5 {
  margin: 0 0 18px;
  font-size: 16px;
  color: #666666;
}
.level-wrap .wp p {
  font-size: 14px;
  color: #666;
  margin: unset;
  margin-top: 10px;
  line-height: 1.8;
}
.level-wrap .wp .r {
  border-left: 1px solid #E6E6E6;
  padding-left: 60px;
}
@media screen and (max-width: 640px) {
  /* .level-wrap .row {
    display: flex;
    flex-direction: column-reverse;
  } */
  .level-wrap .wp .r {
    margin-top: 15px;
    padding: 15px;
    border: unset;
  }
  .level-wrap .panel {
    padding: 0 15px;
  }
  .level-wrap .panel .level {
    margin-right: 15px;
  }
}
