.answer-wrapper[data-v-e84a46e8] {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 34px 0 76px;
  background-color: #fff;
  border-radius: 14px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}
.answer-wrapper .answer-inner[data-v-e84a46e8] {
  position: relative;
  min-height: 0;
  max-height: 0;
  padding: 0 20px;
  transition: all ease 0.2s;
  overflow: hidden;
  overflow-y: auto;
  font-size: 16px;
}
.answer-wrapper .answer-inner .explain[data-v-e84a46e8] {
  margin-top: 30px;
  padding: 30px 0;
  border-top: 1px solid rgba(148, 110, 110, 0.1);
}
.answer-wrapper .answer-inner.ansAndExp[data-v-e84a46e8] {
  min-height: 100px;
  max-height: 60vh;
}
.answer-wrapper .answer-inner.ansRichText[data-v-e84a46e8] {
  min-height: 100px;
  max-height: 60vh;
}
.answer-wrapper .answer-inner.ansBaseText[data-v-e84a46e8] {
  min-height: 80px;
  max-height: 60vh;
}
.answer-wrapper .answer-react[data-v-e84a46e8] {
  position: absolute;
  top: -30px;
  right: 0;
  width: 150px;
  height: 60px;
  background-color: inherit;
  border-top-right-radius: 14px;
  border-top-left-radius: 10px;
  box-shadow: 0 -6px 6px rgba(0, 0, 0, 0.01);
  font-size: 16px;
}
.answer-wrapper .answer-react-square[data-v-e84a46e8] {
  position: absolute;
  top: 7px;
  left: -19px;
  transform: rotate(45deg);
  width: 30px;
  height: 48px;
  background-color: inherit;
  box-shadow: 0 -6px 6px rgba(0, 0, 0, 0.01);
}
.answer-wrapper .answer-react-icon-wrapper[data-v-e84a46e8] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  z-index: 1;
  font-family: PingFangSC-Medium, PingFang SC;
  color: #7263FF;
}
.answer-wrapper .answer-react-icon-wrapper .answer-react-icon[data-v-e84a46e8] {
  width: 24px;
}
.answer-wrapper .answer-react-icon-wrapper .answer-react-icon[data-v-e84a46e8],
.answer-wrapper .answer-react-icon-wrapper .answer-react-text[data-v-e84a46e8] {
  margin-right: 5px;
}
.answer-wrapper .answer-react-icon-wrapper .answer-react-text[data-v-e84a46e8] {
  font-size: 14px;
  font-weight: 600;
}
.answer-wrapper .answer-react-icon-wrapper .answer-react-change-react[data-v-e84a46e8] {
  cursor: pointer;
  transform: scale(0.8);
  font-weight: 900;
}
.answer-wrapper .button-wrapper[data-v-e84a46e8] {
  box-sizing: border-box;
  position: absolute;
  bottom: 18px;
  left: 0;
  width: 100%;
  padding: 0 16px;
}
.answer-wrapper .mask[data-v-e84a46e8] {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}
.answer-wrapper .answer-inner[data-v-e84a46e8]::-webkit-scrollbar {
  display: none !important;
}
.answer-wrapper[data-v-e84a46e8] img {
  max-width: 90% !important;
}
