.cost-wrap {
  margin: 0 auto;
  margin-top: 0.7rem;
  margin-bottom: 0.8rem;
}
.cost-wrap .cost-list {
  margin-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
}
.cost-wrap .cost-list .item {
  width: 5rem;
  margin-right: 0.3rem;
  margin-bottom: 0.5rem;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0.3rem 0.01rem rgba(0, 0, 0, 0.06);
}
.cost-wrap .cost-list .item:nth-child(3n) {
  margin-right: 0;
}
.cost-wrap .cost-list .item .img {
  width: 5rem;
  height: 3.3rem;
}
.cost-wrap .cost-list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cost-wrap .cost-list .item .des {
  padding: 0.27rem 0.45rem;
}
.cost-wrap .cost-list .item .des .title {
  /* font-family: MicrosoftYaHeiLight, MicrosoftYaHeiLight; */
  font-weight: normal;
  font-size: 0.3rem;
  color: #171C61;
  position: relative;
  padding-bottom: 0.16rem;
}
.cost-wrap .cost-list .item .des .title::after {
  content: '';
  width: 0.3rem;
  height: 0.02rem;
  background: #171C61;
  position: absolute;
  bottom: 0;
  left: 0;
}
.cost-wrap .cost-list .item .des .p {
  /* font-family: MicrosoftYaHeiLight, MicrosoftYaHeiLight; */
  font-weight: normal;
  font-size: 0.18rem;
  color: #333333;
  margin-top: 0.17rem;
  margin-bottom: 0.25rem;
}
.cost-wrap .cost-list .item .des .label-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cost-wrap .cost-list .item .des .label-box .mylabel {
  width: 49%;
  /* font-family: MicrosoftYaHeiLight, MicrosoftYaHeiLight; */
  font-weight: normal;
  font-size: 0.16rem;
  color: #666666;
  padding-left: 0.16rem;
  position: relative;
  margin-bottom: 0.15rem;
}
.cost-wrap .cost-list .item .des .label-box .mylabel::after {
  content: '';
  width: 0.08rem;
  height: 0.08rem;
  background: #171C61;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.power-wrap {
  padding: 0.95rem 0;
  background: #171C61;
}
.power-wrap .power-box {
  margin: 0 auto;
}
.power-wrap .power-box .list {
  margin-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
}
.power-wrap .power-box .list .item {
  margin-bottom: 0.6rem;
  width: 18%;
  margin-right: 9.33%;
  display: flex;
  align-items: center;
}
.power-wrap .power-box .list .item:nth-child(4n) {
  margin-right: 0;
}
.power-wrap .power-box .list .item .img {
  width: 0.8rem;
  height: 0.8rem;
  flex-shrink: 0;
}
.power-wrap .power-box .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.power-wrap .power-box .list .item .des {
  flex: 1;
  margin-left: 0.15rem;
}
.power-wrap .power-box .list .item .des .text {
  /* font-family: MicrosoftYaHeiLight, MicrosoftYaHeiLight; */
  font-weight: normal;
  font-size: 0.2rem;
  color: #FFFFFF;
}
.power-wrap .power-box .list .item .des .p {
  /* font-family: MicrosoftYaHeiLight, MicrosoftYaHeiLight; */
  font-weight: normal;
  font-size: 0.14rem;
  color: #FFFFFF;
  line-height: 0.24rem;
  margin-top: 0.07rem;
}
.mountain-wrap {
  text-align: center;
  margin: 0.7rem auto 0.8rem;
}
.mountain-wrap img {
  max-width: 100%;
  width: auto;
  margin: 0.2rem auto 0;
}
.info-wrap {
  text-align: center;
  padding: 0.7rem 0 0.8rem;
  background: #F6F6F6;
}
.info-wrap .w1560 {
  margin: auto;
}
.info-wrap img {
  max-width: 100%;
  margin: auto ;
}
#wuren .cost-list .item {
  height: max-content;
  position: relative;
  color: #fff;
}
#wuren .cost-list .item::after {
  width: 100%;
  height: 80%;
  background: linear-gradient(to top, #171C61 0%, rgba(25, 93, 156, 0) 100%);
  opacity: 0.75;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
#wuren .cost-list .item .img {
  width: 5rem;
  height: 6.4rem;
}
#wuren .cost-list .item .desc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: flex-end;
}
#wuren .cost-list .item .desc > div {
  height: 1.6rem;
  padding: 0.27rem 0.45rem;
}
#wuren .cost-list .item .desc > div .title {
  font-size: 0.18rem;
  position: relative;
  padding-bottom: 0.17rem;
  margin-bottom: 0.17rem;
}
#wuren .cost-list .item .desc > div .title::after {
  content: '';
  width: 0.4rem;
  height: 0.02rem;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
#wuren .cost-list .item .desc > div .p {
  font-size: 0.16rem;
  line-height: 0.24rem;
}
@media screen and (max-width: 1024px) {
  .mountain-wrap .block_pc,
  .info-wrap .block_pc {
    display: none;
  }
  .mountain-wrap .block_sj,
  .info-wrap .block_sj {
    display: block;
  }
  .info-wrap {
    padding: 0 0 0.6rem;
  }
  .info-wrap .w1560 {
    padding: 0 0.3rem;
  }
}
@media only screen and (max-width: 900px) {
  .cost-wrap .cost-list {
    padding: 0 0.3rem;
  }
  .cost-wrap .cost-list .item {
    width: 100%;
    margin-right: 0;
  }
  .cost-wrap .cost-list .item .img {
    width: 100%;
    height: 4.16rem;
  }
  .cost-wrap .cost-list .item .des {
    padding: 0.35rem 0.5rem;
  }
  .cost-wrap .cost-list .item .des .title {
    font-size: 0.37rem;
  }
  .cost-wrap .cost-list .item .des .p {
    font-size: 0.28rem;
    margin: 0.4rem 0;
  }
  .cost-wrap .cost-list .item .des .label-box .mylabel {
    font-size: 0.28rem;
  }
  .power-wrap .power-box .list {
    justify-content: space-between;
    padding: 0 0.3rem;
  }
  .power-wrap .power-box .list .item {
    margin-bottom: 0.6rem;
    width: 50%;
    padding: 0 0.3rem;
    margin-right: 0;
    flex-direction: column;
  }
  .power-wrap .power-box .list .item .img {
    width: 1.29rem;
    height: 1.29rem;
  }
  .power-wrap .power-box .list .item .des {
    margin: 0;
    text-align: center;
  }
  .power-wrap .power-box .list .item .des .text {
    font-size: 0.34rem;
    margin: 0.22rem 0;
  }
  .power-wrap .power-box .list .item .des .p {
    font-size: 0.26rem;
    line-height: 0.37rem;
  }
  #wuren {
    background: #EFF2F7;
  }
  #wuren ::-webkit-scrollbar {
    width: 0;
    height: 0 !important;
  }
  #wuren .cost-wrap {
    margin-bottom: 0;
    padding-bottom: 0.52rem;
  }
  #wuren .class-box {
    width: 100%;
    height: 1.2rem;
    overflow-x: scroll;
    display: flex !important;
    justify-content: space-between;
    position: relative;
    border-bottom: 1px solid #DEDEDE;
    padding: 0;
  }
  #wuren .class-box .class-item {
    flex: none;
    padding: 0 0.4rem;
    height: calc(1.2rem - 1px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    /* font-family: Microsoft YaHei, Microsoft YaHei; */
    font-weight: 400;
    font-size: 0.34rem;
    color: #000000;
  }
  #wuren .class-box .class-item.active {
    color: #171C61;
  }
  #wuren .class-box .class-item.active::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #171C61;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
  #wuren .cost-list .item .img {
    width: 100%;
    height: auto;
  }
  #wuren .cost-list .item .desc > div {
    height: max-content;
  }
  #wuren .cost-list .item .desc > div .title {
    font-size: 0.35rem;
    padding-bottom: 0.25rem;
    margin-bottom: 0.25rem;
  }
  #wuren .cost-list .item .desc > div .title::after {
    width: 0.54rem;
    height: 0.03rem;
  }
  #wuren .cost-list .item .desc > div .p {
    font-size: 0.28rem;
    line-height: 0.5rem;
  }
}
