body {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.select {
  height: 3rem;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 0 2rem;
}
.select .selectType {
  color: #9b9b9b;
  margin-right: 4rem;
}
.list {
  padding-top: 0.5rem;
}
.item {
  width: 100%;
  background-color: #fff;
  display: flex;
  padding: 0.8rem 0.5rem 1.5rem;
  margin-bottom: 0.1rem;
}
.item .left {
  width: 5.4rem;
  height: 8rem;
  margin-right: 1rem;
  flex-shrink: 0;
}
.item .left img {
  display: block;
  width: 100%;
  height: 100%;
}
.item .right {
  width: 100%;
  height: 8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.item .right .title {
  font-weight: 700;
  font-size: 1.067rem;
  color: #101010;
}
.item .right .tips {
  font-weight: 400;
  font-size: 0.934rem;
  color: #101010;
  margin-top: 0.8rem;
}
.item .right .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.item .right .bottom span:nth-child(1) {
  font-weight: 700;
  font-size: 1.067rem;
  color: #101010;
}
.item .right .bottom span:nth-child(2) {
  font-weight: 400;
  font-size: 0.8rem;
  color: #a9abae;
}
