.evaluate-text[data-v-71238fcd] {
  font-size: 4vw;
  color: #333;
  line-height: 6.933333vw;
  word-break: break-all;
}
.text-over-2[data-v-71238fcd] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.toggle-all-text[data-v-71238fcd] {
  font-size: 4vw;
  color: #2994ff;
  line-height: 6.933333vw;
  cursor: pointer;
}
.pic[data-v-71238fcd] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 每行3列 */
  grid-gap: 2.666667vw;
  /* 图片之间的间距 */
  grid-auto-rows: 26.666667vw;
  /* 自动创建的行高度 */
}

.section[data-v-2fcb5e8c] {
  width: 100%;
  background: #ffffff;
  border-radius: 2.666667vw;
  padding: 4vw 3.2vw;
  box-sizing: border-box;
}
.arrow-icon[data-v-2fcb5e8c] {
  width: 2.933333vw;
  height: 2.933333vw;
}
.evaluate-item[data-v-2fcb5e8c] {
  margin-bottom: 2.666667vw;
}
.evaluate-item[data-v-2fcb5e8c]:last-of-type {
  margin-bottom: 0;
}

