.notice-area[data-v-4174c540] {
  width: 28px;
  height: 34px;
  cursor: pointer;
  -webkit-transition: color 0.28s;
  transition: color 0.28s;
}
.notice-area .myRemind[data-v-4174c540] {
  color: #2a2a2a;
  font-size: 22px;
  position: relative;
  top: -12px;
  padding: 5px;
  background: #fff;
  border-radius: 8px;
}

.notice-area .el-badge__content {
  background-color: #e01313;
  height: 16px;
  line-height: 16px;
  padding: 0 5px;
  border-radius: 20px;
  border: none;
}
.notice-area .el-badge__content.is-fixed {
  top: 8px;
  right: 10px;
}

