.left[data-v-75b8ac00] {
  width: 100%;
}
.left .text[data-v-75b8ac00] {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px #ddd;
  margin-top: 10px;
  position: relative;
}
.left .text .arrow[data-v-75b8ac00] {
  position: absolute;
  width: 10px;
  height: 40px;
  background: #dad5d5;
  text-align: center;
  line-height: 40px;
  border-radius: 2px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.left .text .message[data-v-75b8ac00] {
  border-bottom: 1px solid #ccc;
}
.left .text .message .message-head[data-v-75b8ac00] {
  font-size: 18px;
  font-weight: bold;
  margin-left: 20px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.left .text .message .message-head .el-icon-close[data-v-75b8ac00] {
  cursor: pointer;
}
.left .text .message .message-head .el-icon-close[data-v-75b8ac00]:hover {
  color: red;
}
.color[data-v-75b8ac00] {
  background-color: var(--theme);
  color: #fff;
}
.cont[data-v-75b8ac00] {
  padding: 40px;
  height: calc(100vh - 200px);
  overflow: auto;
}
.cont img[data-v-75b8ac00] {
  width: 100%;
  height: 100%;
}
