.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;
  /* 自动创建的行高度 */
}

.main[data-v-9477ffce] {
  min-height: calc(100vh - 11.733333vw);
  padding: 3.2vw;
  box-sizing: border-box;
}
.evaluate-item[data-v-9477ffce] {
  width: 100%;
  background: #fff;
  border-radius: 2.133333vw;
  padding: 3.2vw;
  box-sizing: border-box;
  margin-bottom: 2.666667vw;
}

