.strength {
  padding-top: 1.4rem;
  position: relative;
}
.strength .strength_info {
  width: 8.1rem;
}
.strength .strength_info .font43 {
  color: #111;
  margin-bottom: 0.4rem;
}
.strength .strength_info .strength_text {
  line-height: 0.35rem;
  color: #313131;
  font-size: 0.18rem;
}
.strength .strength_info .strength_text * {
  font-size: 0.18rem;
  line-height: 0.35rem;
}
.strength .strength_img {
  width: 7.5rem;
}
.strength .z_about_num {
  margin-top: 0.4rem;
  padding: 1.3rem 1.2rem 1rem;
  display: flex;
  justify-content: space-between;
}
.strength .z_about_num li {
  position: relative;
  z-index: 1;
  min-width: 2rem;
}
.strength .z_about_num div .timer {
  font-size: 0.66rem;
  font-family: Impact, Impact;
  color: #004B9B;
}
.strength .z_about_num div span:nth-child(2) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.26rem;
  height: 0.26rem;
  background: #004B9B;
  border-radius: 50%;
  color: #fff;
  font-size: 0.14rem;
  position: relative;
  bottom: 0.45rem;
}
.strength .z_about_num h4 {
  font-size: 0.18rem;
  margin-top: 0.2rem;
  font-weight: bold;
}
.strength .z_about_num .pu_link {
  margin-top: 0.46rem;
}
.strength .yx_NTC_Left {
  position: relative;
  overflow: hidden;
}
.strength #can_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.strength #can_bg div {
  width: 100%;
}
.strength #can_bg canvas {
  z-index: 0!important;
  margin-bottom: -25%;
}
@media (max-width: 1024px) {
  .strength {
    padding-top: 0.8rem;
  }
  .strength .d-flex {
    flex-direction: column;
  }
  .strength .strength_info {
    width: 100%;
  }
  .strength .strength_info .strength_text {
    font-size: 0.28rem;
    line-height: 0.55rem;
    margin-bottom: 0.7rem;
  }
  .strength .strength_info .strength_text * {
    font-size: 0.28rem;
    line-height: 0.55rem;
  }
  .strength .z_about_num {
    padding: 0.4rem 0 1.4rem;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.7rem;
  }
  .strength .z_about_num li:nth-child(1) {
    padding-left: 0.3rem;
  }
  .strength .z_about_num li:nth-child(3) {
    padding-left: 0.1rem;
  }
  .strength .z_about_num div .timer {
    font-size: 1rem;
  }
  .strength .z_about_num div span:nth-child(2) {
    width: 0.4rem;
    height: 0.4rem;
    font-size: 0.23rem;
  }
  .strength .z_about_num h4 {
    margin-top: 0;
    font-size: 0.28rem;
  }
  .strength #can_bg canvas {
    width: 100% !important;
    height: auto !important;
    margin-bottom: -20% !important;
    max-height: 100%;
  }
}
