.hot-position-wrapper {
  padding: 0.8rem 0;
  background: #f7f7f7;
  font-family: Microsoft YaHei;
  font-weight: 400;
}
.hot-position-wrapper .section-title {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.4rem;
  color: #222222;
  text-align: center;
  margin-bottom: 0.4rem;
}
.hot-position-wrapper .section-title .hot {
  color: #f8303a;
}
.hot-position-wrapper .section-content {
  padding: 0.4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
  row-gap: 0.6rem;
}
.hot-position-wrapper .section-content > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 0.12rem;
  padding: 0.2rem 0;
}
.hot-position-wrapper .section-content > div img {
  width: 0.5rem;
  margin: -0.6rem auto 0.18rem;
}
.hot-position-wrapper .section-content > div h4 {
  font-weight: 400;
  font-size: 0.24rem;
  color: #222222;
}
.hot-position-wrapper .section-content > div p {
  font-weight: 300;
  font-size: 0.22rem;
  color: #999999;
}
.hot-position-wrapper .section-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hot-position-wrapper .section-link a {
  font-weight: 400;
  font-size: 0.24rem;
  color: #333333;
}
