.el-tag + .el-tag[data-v-51810864] {
  margin-left: 10px;
}
.button-new-tag[data-v-51810864] {
  margin-left: 10px;
  height: 32px;
  line-height: 30px;
  padding-top: 0;
  padding-bottom: 0;
}
.input-new-tag[data-v-51810864] {
  width: 90px;
  margin-left: 10px;
  vertical-align: bottom;
}
.attribute-title[data-v-51810864] {
  display: flex;
  justify-content: center;
  font-size: 20px;
}
.tag-attribute[data-v-51810864] {
  width: 100%;
  height: 70%;
  overflow-y: auto;
}
.attribute-custom[data-v-51810864] {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.typed-element {
  display: flex;
  align-items: center;
}
.typed-element .typed-cursor {
    opacity: 1;
    animation: typedjsBlink 0.7s infinite;
}
@keyframes typedjsBlink {
50% {
    opacity: 0.0;
}
}

.chatTrain-template[data-v-52e1b209] {
  height: 100vh;
}
.chatTrain-work[data-v-52e1b209] {
  display: flex;
  height: 90%;
}
.chatTrain-footer[data-v-52e1b209] {
  height: 9.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(193, 185, 185, 0.31);
}
.leftTool-template[data-v-52e1b209] {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(193, 185, 185, 0.31);
}
.left-chatWindow[data-v-52e1b209] {
  height: 65%;
}
.left-chatEvaluate[data-v-52e1b209] {
  overflow-y: auto;
  height: 35%;
}
.left-custom[data-v-52e1b209] {
  height: 35%;
  overflow-y: auto;
}
.left-chatEvaluate-main[data-v-52e1b209] {
  height: 80%;
}
.left-chatEvaluate-footer[data-v-52e1b209] {
  text-align: center;
}
.rightTool-template[data-v-52e1b209] {
  width: 50%;
}
.chatInput[data-v-52e1b209] {
  margin-top: 5px;
}
[data-v-52e1b209] .chatInput > .el-input__suffix {
  display: flex;
  align-items: center;
}
.el-icon-s-promotion[data-v-52e1b209] {
  cursor: pointer;
  font-size: 20px;
}
.el-icon-s-promotion[data-v-52e1b209]:hover {
  color: rgba(0, 255, 255, 0.748);
}
[data-v-52e1b209] .el-rate__icon {
  font-size: 35px;
}
[data-v-52e1b209]::-webkit-scrollbar {
  width: 0 !important;
  height: 0;
}
.dot-ani[data-v-52e1b209] {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  margin-left: 50%;
  font-size: 20px;
}
.dot-ani[data-v-52e1b209]::after {
  display: inline-table;
  white-space: pre;
  content: "\a.\a..\a...";
  animation: spin-52e1b209 2s steps(4) infinite;
}
@keyframes spin-52e1b209 {
to {
    transform: translateY(-80px);
}
}
