.chart-list[data-v-7eb2bc79] {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.my-chart[data-v-7eb2bc79] {
  height: 330px;
  width: 100%;
}
.list-item[data-v-7eb2bc79] {
  width: 49%;
  height: 367px;
  border-radius: 25px;
  background-color: #fff;
  position: relative;
  margin-top: 15px;
}
.list-item-title[data-v-7eb2bc79] {
  padding: 10px 15px 8px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  padding-left: 15px;
}
.notice-popup-wrap[data-v-7eb2bc79] {
  padding: 4px 4px 0;
}
.notice-title[data-v-7eb2bc79] {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
  color: #323233;
}
.notice-content-scroll[data-v-7eb2bc79] {
  max-height: 60vh;
  overflow-y: auto;
  font-size: 14px;
  line-height: 1.7;
  color: #323233;
  word-break: break-word;
}
.notice-btn-wrap[data-v-7eb2bc79] {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notice-progress[data-v-7eb2bc79] {
  display: flex;
  justify-content: center;
  font-size: 14px;
  color: #969799;
  line-height: 1;
  white-space: nowrap;
}
.home-notice-dialog {
  border-radius: 8px;
  overflow: hidden;
}
.home-notice-dialog .el-dialog__header {
  display: none;
  padding: 0;
}
.home-notice-dialog .el-dialog__body {
  padding: 20px 24px 20px;
}
.home-notice-dialog .notice-content-scroll img {
  max-width: 100%;
  height: auto;
}
.home-notice-dialog .notice-content-scroll p {
  margin: 0 0 8px;
}
.home-notice-dialog .notice-content-scroll table {
  max-width: 100%;
  border-collapse: collapse;
}
.home-notice-dialog .notice-content-scroll a {
  color: #1989fa;
}
