.view-btn[data-v-6f6a8c4e] {
  padding: 0 8px;
  font-size: 14px;
  line-height: 1;
  color: #858E9C;
  margin-bottom: 9px;
  cursor: pointer;
}
.view-btn span[data-v-6f6a8c4e] {
  display: inline-block;
  vertical-align: middle;
}
.view-btn span.icon[data-v-6f6a8c4e] {
  margin-left: 4px;
}
.view-btn span.ques-show .icon[data-v-6f6a8c4e] {
  transform: rotateZ(180deg);
}
.view-content[data-v-6f6a8c4e] {
  max-height: 0;
  padding: 0 8px;
  font-size: 14px;
  line-height: 21px;
  background: #FAFAFA;
  border-radius: 6px;
  color: #858E9C;
  overflow-y: scroll;
  transition: max-height 0.5s;
}
.view-content.ques-show[data-v-6f6a8c4e] {
  max-height: 200px;
}
