/*项目中可能用到的变量，按设计稿规范录入*/
.app-filter-select[data-v-28e78ab0] {
  position: relative;
  display: inline-block;
}
.app-filter-select .filter-trigger[data-v-28e78ab0] {
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.app-filter-select .filter-trigger .trigger-label[data-v-28e78ab0] {
  font-size: 14px;
  color: #8c8c8c;
  line-height: 22px;
  flex-shrink: 0;
}
.app-filter-select .filter-trigger .trigger-value[data-v-28e78ab0] {
  font-size: 14px;
  color: #262626;
  line-height: 22px;
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.app-filter-select .filter-trigger .arrow-icon[data-v-28e78ab0] {
  margin-left: 4px;
  font-size: 12px;
  color: #8c8c8c;
  transition: transform 0.3s;
  flex-shrink: 0;
}
.app-filter-select .filter-trigger .arrow-icon.rotate[data-v-28e78ab0] {
  transform: rotate(180deg);
}
.app-filter-select .dropdown-panel[data-v-28e78ab0] {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  width: 224px;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  box-shadow: 0 4px 28px rgba(0, 0, 0, 0.04), 0 12px 24px -4px rgba(0, 0, 0, 0.06);
  z-index: 2000;
  padding: 8px 0;
  max-height: 320px;
  overflow-y: auto;
}
.app-filter-select .dropdown-panel .option-item[data-v-28e78ab0] {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 5px 12px;
  cursor: pointer;
  transition: background-color 0.2s;
}
.app-filter-select .dropdown-panel .option-item[data-v-28e78ab0]:hover {
  background-color: #fff2f1;
}
.app-filter-select .dropdown-panel .option-item.selected .option-name[data-v-28e78ab0] {
  color: #fa2c19;
}
.app-filter-select .dropdown-panel .option-item .option-name[data-v-28e78ab0] {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  line-height: 22px;
  color: #262626;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.app-filter-select .dropdown-panel .option-item .option-type[data-v-28e78ab0] {
  flex-shrink: 0;
  font-size: 12px;
  line-height: 18px;
  color: #8c8c8c;
}
.dropdown-fade-enter-active[data-v-28e78ab0],
.dropdown-fade-leave-active[data-v-28e78ab0] {
  transition: opacity 0.2s, transform 0.2s;
}
.dropdown-fade-enter[data-v-28e78ab0],
.dropdown-fade-leave-to[data-v-28e78ab0] {
  opacity: 0;
  transform: translateY(-6px);
}

/*项目中可能用到的变量，按设计稿规范录入*/
.message-center-panel[data-v-d795d4b6] {
  min-height: 480px;
}
.category-tabs[data-v-d795d4b6] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.category-tabs .category-tab[data-v-d795d4b6] {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 32px;
  padding: 0 16px;
  border-radius: 4px;
  background: #f7f7f7;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.2s;
}
.category-tabs .category-tab .tab-label[data-v-d795d4b6],
.category-tabs .category-tab .tab-count[data-v-d795d4b6] {
  font-size: 14px;
  line-height: 22px;
  color: #595959;
}
.category-tabs .category-tab:hover .tab-label[data-v-d795d4b6],
.category-tabs .category-tab:hover .tab-count[data-v-d795d4b6] {
  color: #fa2c19;
}
.category-tabs .category-tab.active[data-v-d795d4b6] {
  background: #fff2f1;
  border-color: #fee6e3;
}
.category-tabs .category-tab.active .tab-label[data-v-d795d4b6],
.category-tabs .category-tab.active .tab-count[data-v-d795d4b6] {
  color: #fa2c19;
  font-weight: 600;
}
.filter-bar[data-v-d795d4b6] {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.filter-bar .search-input[data-v-d795d4b6] {
  width: 280px;
  flex-shrink: 0;
}
.filter-bar .filter-middle[data-v-d795d4b6] {
  flex: 1;
  min-width: 0;
}
.filter-bar .filter-divider[data-v-d795d4b6] {
  width: 1px;
  height: 20px;
  background: #e6e7eb;
  flex-shrink: 0;
}
.filter-bar .mark-all-btn[data-v-d795d4b6] {
  border: none;
  background: transparent;
  padding: 0;
  font-size: 14px;
  line-height: 22px;
  color: #262626;
  cursor: pointer;
  flex-shrink: 0;
}
.filter-bar .mark-all-btn[data-v-d795d4b6]:hover:not(:disabled) {
  color: #fa2c19;
}
.filter-bar .mark-all-btn[data-v-d795d4b6]:disabled {
  color: #bfbfbf;
  cursor: not-allowed;
}
.msg-list .msg-item[data-v-d795d4b6] {
  padding: 8px 0;
}
.msg-list .msg-item + .msg-item[data-v-d795d4b6] {
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px solid #ebebeb;
}
.msg-list .msg-item .msg-row[data-v-d795d4b6] {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  box-sizing: border-box;
}
.msg-list .msg-item .msg-main[data-v-d795d4b6] {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
.msg-list .msg-item .unread-dot[data-v-d795d4b6] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fa2c19;
  flex-shrink: 0;
}
.msg-list .msg-item .msg-title[data-v-d795d4b6] {
  flex: 1;
  min-width: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msg-list .msg-item .msg-title.unread[data-v-d795d4b6] {
  color: #262626;
}
.msg-list .msg-item .msg-title.read[data-v-d795d4b6] {
  color: #595959;
}
.msg-list .msg-item .msg-title[data-v-d795d4b6] .search-highlight {
  color: #fa2c19;
  font-style: normal;
}
.msg-list .msg-item:hover .msg-title.unread[data-v-d795d4b6],
.msg-list .msg-item:hover .msg-title.read[data-v-d795d4b6] {
  color: #fa2c19;
}
.msg-list .msg-item .msg-meta[data-v-d795d4b6] {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
}
.msg-list .msg-item .msg-tag[data-v-d795d4b6] {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 4px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  white-space: nowrap;
}
.msg-list .msg-item .msg-tag.tag-danger[data-v-d795d4b6] {
  background: #fedada;
  color: #611820;
}
.msg-list .msg-item .msg-tag.tag-warning[data-v-d795d4b6] {
  background: #fddebf;
  color: #603514;
}
.msg-list .msg-item .msg-tag.tag-info[data-v-d795d4b6] {
  background: #d6e3fd;
  color: #102d68;
}
.msg-list .msg-item .msg-tag.tag-default[data-v-d795d4b6] {
  background: rgba(136, 136, 136, 0.2);
  color: #262626;
}
.msg-list .msg-item .msg-time-wrap[data-v-d795d4b6] {
  display: flex;
  align-items: center;
  gap: 6px;
}
.msg-list .msg-item .msg-time[data-v-d795d4b6] {
  font-size: 14px;
  line-height: 22px;
  color: #8c8c8c;
  white-space: nowrap;
}
.msg-list .msg-item .expand-icon[data-v-d795d4b6] {
  font-size: 14px;
  color: #8c8c8c;
}
.msg-list .msg-item .msg-detail[data-v-d795d4b6] {
  margin-top: 8px;
}
.msg-list .msg-item .msg-detail .msg-detail-content[data-v-d795d4b6] {
  background: #f7f7f7;
  border-radius: 4px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  color: #595959;
  white-space: pre-wrap;
  word-break: break-word;
}
.msg-list .msg-item .msg-detail .msg-detail-content[data-v-d795d4b6] strong {
  font-weight: 600;
  color: #595959;
}
.msg-list .msg-item .msg-detail .msg-detail-content[data-v-d795d4b6] .search-highlight {
  color: #fa2c19;
  font-style: normal;
}
.msg-list .msg-item .msg-detail .msg-detail-content .link-go[data-v-d795d4b6] {
  color: #fa2c19;
  margin-left: 4px;
  cursor: pointer;
  text-decoration: none;
}
.msg-list .msg-item .msg-detail .msg-detail-content .link-go[data-v-d795d4b6]:hover {
  text-decoration: underline;
}
.msg-list .paging[data-v-d795d4b6] {
  display: flex;
  justify-content: flex-end;
  padding-top: 16px;
}
.empty-state[data-v-d795d4b6] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 360px;
}
.empty-state img[data-v-d795d4b6] {
  width: 160px;
  height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
}
.empty-state .empty-text[data-v-d795d4b6] {
  margin-top: 16px;
  font-size: 14px;
  line-height: 22px;
  color: #8c8c8c;
}

/*项目中可能用到的变量，按设计稿规范录入*/
.platform-notice-panel[data-v-8c024128] {
  min-height: 480px;
}
.filter-bar[data-v-8c024128] {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.filter-bar .search-input[data-v-8c024128] {
  width: 280px;
  flex-shrink: 0;
}
.filter-bar .filter-spacer[data-v-8c024128] {
  flex: 1;
  min-width: 0;
}
.filter-bar .filter-divider[data-v-8c024128] {
  width: 1px;
  height: 20px;
  background: #e6e7eb;
  flex-shrink: 0;
}
.filter-bar .mark-all-btn[data-v-8c024128] {
  border: none;
  background: transparent;
  padding: 0;
  font-size: 14px;
  line-height: 22px;
  color: #262626;
  cursor: pointer;
  flex-shrink: 0;
}
.filter-bar .mark-all-btn[data-v-8c024128]:hover:not(:disabled) {
  color: #fa2c19;
}
.filter-bar .mark-all-btn[data-v-8c024128]:disabled {
  color: #bfbfbf;
  cursor: not-allowed;
}
.notice-list .notice-item[data-v-8c024128] {
  padding: 8px 0;
  border-bottom: 1px solid #ebebeb;
  cursor: pointer;
}
.notice-list .notice-item .notice-row[data-v-8c024128] {
  display: flex;
  align-items: center;
  gap: 6px;
}
.notice-list .notice-item .notice-main[data-v-8c024128] {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
.notice-list .notice-item .unread-dot[data-v-8c024128] {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fa2c19;
  flex-shrink: 0;
}
.notice-list .notice-item .notice-title[data-v-8c024128] {
  flex: 1;
  min-width: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.notice-list .notice-item .notice-title.unread[data-v-8c024128] {
  color: #262626;
}
.notice-list .notice-item .notice-title.read[data-v-8c024128] {
  color: #595959;
}
.notice-list .notice-item .notice-title[data-v-8c024128] .search-highlight {
  color: #fa2c19;
  font-style: normal;
}
.notice-list .notice-item:hover .notice-title.unread[data-v-8c024128],
.notice-list .notice-item:hover .notice-title.read[data-v-8c024128] {
  color: #fa2c19;
}
.notice-list .notice-item .notice-time[data-v-8c024128] {
  flex-shrink: 0;
  font-size: 14px;
  line-height: 22px;
  color: #8c8c8c;
}
.notice-list .notice-item .notice-desc[data-v-8c024128] {
  margin-top: 4px;
  font-size: 14px;
  line-height: 22px;
  color: #8c8c8c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.notice-list .notice-item .notice-desc[data-v-8c024128] .search-highlight {
  color: #fa2c19;
  font-style: normal;
}
.notice-list .paging[data-v-8c024128] {
  display: flex;
  justify-content: flex-end;
  padding-top: 16px;
}
.empty-state[data-v-8c024128] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 360px;
}
.empty-state img[data-v-8c024128] {
  width: 160px;
  height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
}
.empty-state .empty-text[data-v-8c024128] {
  margin-top: 16px;
  font-size: 14px;
  line-height: 22px;
  color: #8c8c8c;
}

/*项目中可能用到的变量，按设计稿规范录入*/
.notice-center-wrapper[data-v-364f0216] {
  display: flex;
  justify-content: center;
  padding: 8px 16px 16px;
  box-sizing: border-box;
}
.notice-center-card[data-v-364f0216] {
  width: 1200px;
  max-width: 100%;
  min-height: 745px;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-sizing: border-box;
}
.page-title[data-v-364f0216] {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}
.navigation[data-v-364f0216] {
  margin: 16px 0;
}
.navigation .nav-tabs[data-v-364f0216] {
  display: flex;
  border-bottom: 1px solid #ebebeb;
}
.navigation .nav-tabs .tab-item[data-v-364f0216] {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 10px 16px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  position: relative;
  transition: color 0.3s;
  border: 1px solid transparent;
  border-top-width: 2px;
  border-bottom: none;
  background-color: #F7F7F7;
}
.navigation .nav-tabs .tab-item[data-v-364f0216]:first-child {
  border-top-left-radius: 6px;
}
.navigation .nav-tabs .tab-item[data-v-364f0216]:last-child {
  border-top-right-radius: 6px;
}
.navigation .nav-tabs .tab-item[data-v-364f0216]:hover {
  color: #333;
}
.navigation .nav-tabs .tab-item.active[data-v-364f0216] {
  color: #e4393c;
  font-weight: 600;
  background: linear-gradient(white, white) padding-box, linear-gradient(180deg, #FA2C19 0%, #FFFFFF 100%) border-box;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #fff;
}
.navigation .nav-tabs .tab-item .tab-badge[data-v-364f0216] {
  font-size: 14px;
  color: inherit;
}

