.tips[data-v-9d9b5276] {
  display: flex;
  margin-left: 41px;
  width: 100%;
}
.tips p[data-v-9d9b5276] {
  padding: 2px 0;
  margin: 0;
}
.tips p[data-v-9d9b5276]:nth-of-type(1) {
  font-size: 16px;
  font-weight: bold;
}
.tips p[data-v-9d9b5276]:nth-of-type(2) {
  font-size: 12px;
  color: #999999;
}
.tips .drop[data-v-9d9b5276] {
  width: 12px;
  height: 12px;
  background: #c7000b;
  border-radius: 50%;
  margin: 0 10px;
  margin-top: 15px;
  z-index: 10;
}
.tips .drop-border[data-v-9d9b5276] {
  position: relative;
}
.tips .drop-border[data-v-9d9b5276]::before {
  content: "";
  display: block;
  height: 100%;
  border-right: 1px solid #ccc;
  position: absolute;
  left: -16px;
}
.tips .tips-content[data-v-9d9b5276] {
  margin: 10px;
  width: 98%;
  font-size: 14px;
  color: #999999;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.tips .el-icon-error[data-v-9d9b5276] {
  font-size: 16px;
  display: none;
}
.tips .tips-content[data-v-9d9b5276]:hover {
  color: #c7000b;
}
.tips .tips-content:hover .el-icon-error[data-v-9d9b5276] {
  color: #c7000b;
  display: block;
}
.red[data-v-9d9b5276] {
  width: 10px;
  height: 10px;
  background-color: #c7000b;
  border-radius: 50%;
}
.left[data-v-98adb754] {
  width: 100%;
}
.left .text[data-v-98adb754] {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px #ddd;
  margin-top: 10px;
  position: relative;
}
.left .text .arrow[data-v-98adb754] {
  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 .message-head[data-v-98adb754] {
  font-size: 18px;
  font-weight: bold;
  margin-left: 20px;
  padding: 20px;
}
.left .text .message-tabs[data-v-98adb754] {
  border-top: 1px solid #ccc;
}
.left .text .message-tabs ul[data-v-98adb754] {
  margin-left: 25px;
}
.left .text .message-content[data-v-98adb754] {
  overflow-y: scroll;
  margin-top: 20px;
  scroll-behavior: smooth;
}
.left .text .notice[data-v-98adb754] {
  display: flex;
  align-content: center;
  padding: 20px 45px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.left .text .notice img[data-v-98adb754] {
  width: 80px;
  height: 80px;
  border-radius: 10px;
}
.left .text .notice .notice-text[data-v-98adb754] {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: space-between;
  padding: 5px 30px;
}
.left .text .notice .notice-text .text-title[data-v-98adb754]:nth-child(1) {
  font-weight: bold;
  font-size: 16px;
}
.left .text .notice .notice-text .text-title[data-v-98adb754]:nth-child(2) {
  font-size: 14px;
  color: #888585;
}
.left .text .notice .notice-text .text-title[data-v-98adb754]:nth-child(3) {
  font-size: 14px;
  color: #888585;
}
.left .text .notice[data-v-98adb754]:last-child {
  border: none;
}
.color[data-v-98adb754] {
  background-color: var(--theme);
  color: #fff !important;
}
.loading[data-v-98adb754] {
  text-align: center;
  font-size: 14px;
  color: #ccc;
}
