.hm-strength-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.hm-strength-wrapper .swiper-container1 .swiper-wrapper {
  display: flex;
  justify-content: center;
}
.hm-strength-wrapper .swiper-container1 .swiper-wrapper .swiper-slide {
  width: 1.63rem;
  text-align: center;
  font-size: 0.25rem;
  padding-bottom: 0.14rem;
  margin-bottom: 0.32rem;
}
.hm-strength-wrapper .swiper-container2 {
  padding: 0 0.5rem;
}
.hm-strength-wrapper .swiper-container2 .swiper-wrapper {
  width: 7rem;
}
.hm-strength-wrapper .swiper-slide .class {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 6.5rem;
  height: 8.39rem;
  background: #F7F7F7;
  border-radius: 0.28rem;
  padding: 0.53rem 0.45rem 0.56rem 0.45rem;
}
.hm-strength-wrapper .swiper-slide .class .strength-title-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.48rem;
}
.hm-strength-wrapper .swiper-slide .class .strength-title-wrapper .title {
  text-align: center;
  font-weight: bold;
  font-size: 0.38rem;
  color: #FF3434;
  margin-bottom: 0.26rem;
}
.hm-strength-wrapper .swiper-slide .class .strength-title-wrapper .desc {
  font-family: MiSans;
  font-weight: 400;
  font-size: 0.24rem;
  color: #222222;
}
.hm-strength-wrapper .swiper-slide .class .img {
  width: 5.6rem;
  height: 2.6rem;
  border-radius: 0.18rem;
}
.hm-strength-wrapper .swiper-slide .class .text-wrapper {
  display: flex;
  flex-direction: row;
  margin-top: 0.41rem;
  margin-bottom: 0.2rem;
  justify-content: space-between;
}
.hm-strength-wrapper .swiper-slide .class .text-wrapper .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 1.34rem;
  height: 1.39rem;
  background: #FFFFFF;
  border-radius: 0.12rem;
  margin-right: 0.08rem;
}
.hm-strength-wrapper .swiper-slide .class .text-wrapper .text1 {
  font-weight: 400;
  font-size: 0.25rem;
  color: #FF3434;
}
.hm-strength-wrapper .swiper-slide .class .text-wrapper .text2 {
  font-weight: 300;
  font-size: 0.24rem;
  color: #999999;
}
.hm-strength-wrapper .swiper-slide .class .text2-wrapper {
  margin-top: 0.5rem;
}
.hm-strength-wrapper .swiper-slide .class .text2-wrapper .desc {
  text-align: center;
  line-height: 0.5rem;
  font-weight: 400;
  font-size: 0.25rem;
  color: #222222;
}
.hm-strength-wrapper .swiper-slide .class .text3-wrapper {
  margin-top: 0.8rem;
}
.hm-strength-wrapper .swiper-slide .class .seek-btn {
  width: 3.43rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  background: linear-gradient(90deg, #FE6E47, #FE5A47);
  border-radius: 0.3rem;
  font-weight: 400;
  font-size: 0.24rem;
  color: #fff;
  box-shadow: inset 0 0 0.08rem rgba(255, 251, 155, 0.5);
}
.hm-strength-wrapper .swiper-slide .class .class-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.42rem;
}
.hm-strength-wrapper .swiper-slide .class .img1 {
  width: 5.6rem;
  height: 2.6rem;
  background: #2F312E;
  border-radius: 0.18rem;
  margin-bottom: 0.36rem;
}
.hm-strength-wrapper .swiper-slide .class .img2 {
  display: flex;
  flex-direction: column;
  width: 2.6rem;
  background: #F7F7F7;
  border-radius: 0.18rem;
}
.hm-strength-wrapper .swiper-slide .class .img2 span {
  font-weight: 400;
  font-size: 0.24rem;
  color: #222222;
  margin-top: 0.2rem;
}
.hm-strength-wrapper .swiper-slide .class .btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 0.3rem;
}
.hm-strength-wrapper .swiper-slide .class .btn-wrapper .seek-btn {
  position: relative;
}
.hm-strength-wrapper .swiper-slide .class .btn-wrapper .seek-btn::after {
  position: absolute;
  top: 0.21rem;
  right: 0.25rem;
  display: block;
  content: "";
  width: 0.13rem;
  height: 0.13rem;
  border: 0.03rem solid #ff7566;
  border-left: none;
  border-top: none;
  transform: rotate(-45deg);
}
