.case .title {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 0.36rem;
  line-height: 0.36rem;
  color: #000000;
  margin: 0.64rem 0 0.44rem;
}
.case ul li {
  width: 12rem;
  height: 4.98rem;
  background: #FFFFFF;
  border-radius: 0.24rem;
  border: 0.01rem solid #E8E8E8;
  box-sizing: border-box;
  margin-bottom: 0.36rem;
  padding: 0.64rem 0.36rem;
  color: #333333;
  position: relative;
}
.case ul li:last-child {
  margin-bottom: 0;
}
.case ul li > h5 {
  font-weight: 500;
  font-size: 0.36rem;
  line-height: 0.54rem;
  margin-bottom: 0.12rem;
}
.case ul li > p {
  font-weight: 400;
  font-size: 0.24rem;
  line-height: 0.36rem;
}
.case ul li > div {
  margin-top: 0.4rem;
}
.case ul li > div > h6 {
  font-weight: 500;
  font-size: 0.24rem;
  line-height: 0.36rem;
  margin-bottom: 0.12rem;
}
.case ul li > div > p {
  font-weight: 400;
  font-size: 0.24rem;
  line-height: 0.36rem;
  margin-bottom: 0.24rem;
}
.case ul li > img {
  position: absolute;
  top: 0.24rem;
  right: 0.14rem;
  width: 4.5rem;
}
