.replay_item[data-v-f87232e4] {
  margin-top: 20px;
}
.agent[data-v-f87232e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.agent > div[data-v-f87232e4]:first-of-type {
  font-size: 16px;
  margin-top: 5px;
}
.info_left[data-v-f87232e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.info_left .agent[data-v-f87232e4] {
  margin-right: 5px;
}
.info_left .reply_content[data-v-f87232e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px;
  background-color: white;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  min-width: 200px;
}
.info_left .reply_content > span[data-v-f87232e4] {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 25px;
}
.sentence-active .reply_content[data-v-f87232e4] {
  -webkit-box-shadow: 0 0 0 2px #409EFF;
          box-shadow: 0 0 0 2px #409EFF;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.sentence-active .agent[data-v-f87232e4] {
  font-weight: 700;
}
.info_right[data-v-f87232e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.info_right .agent[data-v-f87232e4] {
  margin-left: 5px;
}
.info_right .reply_content[data-v-f87232e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 10px;
  background-color: #a0e75a;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
}
.info_right .reply_content > span[data-v-f87232e4] {
  margin-bottom: 10px;
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 25px;
}

