.detail_wrap .detail_top[data-v-ef28a1fe] {
  font-size: 14px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detail_wrap .detail_top_select_label[data-v-ef28a1fe] {
  margin-right: 10px;
}
.detail_wrap .detail_content[data-v-ef28a1fe] {
  display: flex;
  justify-content: space-between;
  min-width: 980px;
}
.detail_wrap .detail_content_left[data-v-ef28a1fe] {
  width: 45%;
}
.detail_wrap .detail_content_right[data-v-ef28a1fe] {
  width: 50%;
  height: 550px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.detail_wrap .detail_content_right_card[data-v-ef28a1fe] {
  height: 50%;
  width: 100%;
}
.detail_wrap .detail_content_right_card_header[data-v-ef28a1fe] {
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
}
.detail_wrap .detail_content_right_card_detail[data-v-ef28a1fe] {
  height: 100%;
  overflow-y: scroll;
}
.detail_wrap .detail_content_right_card_lable[data-v-ef28a1fe] {
  margin-bottom: 4px;
}
.detail_wrap .detail_content_right_card_text[data-v-ef28a1fe] {
  padding: 8px;
  margin-bottom: 4px;
  height: 100px;
  max-height: 100px;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.2);
}
.detail_wrap .detail_action[data-v-ef28a1fe] {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail_wrap .detail_action_btn[data-v-ef28a1fe] {
  margin-left: 20px;
  width: 80px;
}
.htmlSty[data-v-ef28a1fe] {
  padding: 10px;
  max-height: 300px;
  overflow-y: scroll;
  border: 1px solid #eee;
}
.header[data-v-ef28a1fe] {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.leftTitle span[data-v-ef28a1fe] {
  margin-right: 15px;
  font-weight: bold;
  font-size: 18px;
}
.rightIcon i[data-v-ef28a1fe] {
  margin-left: 15px;
  font-size: 25px;
  cursor: pointer;
}
.emoItem[data-v-ef28a1fe] {
  display: flex;
  width: 200px;
  height: 30px;
  line-height: center;
  margin-bottom: 18px;
}
.allContent[data-v-ef28a1fe] .el-input__inner {
  border: none;
  line-height: normal;
}
.borSty[data-v-ef28a1fe] {
  border: 1px solid #ebeef5;
  padding: 0 5px;
  margin-right: 5px;
  border-radius: 5px;
}
.allContent[data-v-ef28a1fe] {
  display: flex;
}
.allList[data-v-ef28a1fe] {
  width: 270px;
}
.box[data-v-ef28a1fe] {
  height: 84%;
  padding: 0 20px;
  overflow-y: scroll;
}
.saveBot[data-v-ef28a1fe] {
  height: 43px;
  border-radius: 5px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkBox[data-v-ef28a1fe] {
  display: flex;
  align-items: flex-start;
}
.checkBox1[data-v-ef28a1fe] {
  width: 448px;
  background: #eee;
  border-radius: 8px;
  padding: 8px;
  display: flex;
  flex-wrap: wrap;
  margin-right: 10px;
}

.detail_content_right .el-card__header {
  padding: 8px 10px;
  min-height: 40px;
}
.detail_content_right .el-card__body {
  padding: 8px 10px;
  height: 225px;
}

