/* === Inner Pages Styles === */

/* === Article List Page === */
.article-list-page {
  padding: 30px 0 0;
  background: #fff;
}

.article-body {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

.article-content {
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  padding-left: 24px;
}

.article-items {
  padding: 0;
}

.article-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  text-decoration: none;
  color: inherit;
}

.article-item:nth-child(5n):not(:last-child) {
  margin-bottom: 30px;
}

.article-item__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b8b8b8;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 12px;
}

.article-item__title {
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  font-size: 16px;
  color: #2F3030;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.article-item__title:hover {
  color: #1B54B8;
}

.article-item__title--highlight {
  color: #1B54B8;
}

.article-item__date {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 17px;
  color: #999;
  margin-left: 12px;
}

/* Special Work Section (bottom of article page) */
.special-work-section {
  margin: 20px 0 0;
  padding: 30px 0 60px;
  background: #f3f9ff;
}

.special-work-section .special-work__banner {
  height: 100px;
  background: -webkit-linear-gradient(right, rgba(59,129,218,1) 0%, rgba(134,186,253,1) 100%);
  background: linear-gradient(268deg, rgba(59,129,218,1) 0%, rgba(134,186,253,1) 100%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 24px;
  margin-bottom: 24px;
  border-radius: 4px;
}

.special-work-section .special-work__title-text {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 2px 4px rgba(18,43,79,0.8);
}

.special-cards-row {
  display: -ms-flexbox;
  display: flex;
}

.special-card-item {
  -ms-flex: 1;
  flex: 1;
  height: 120px;
  background: #1B54B8;
  border-radius: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 20px;
}

.special-card-item:last-child {
  margin-right: 0;
}

.special-card-item__label {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 2px 4px rgba(18,43,79,0.8);
}

/* === Article Detail Page === */
.article-detail-page {
  padding: 30px 0 60px;
  background: #fff;
}

.article-detail__title {
  font-size: 28px;
  font-weight: 700;
  color: #2F3030;
  line-height: 1.4;
  margin: 0 0 20px;
  text-align: center;
}

.article-detail__meta-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}

.article-detail__meta-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.article-detail__meta-item {
  font-size: 0.8125em;
  color: #999;
}

.article-detail__meta-sep {
  margin: 0 10px;
  color: #ddd;
}

.article-detail__meta-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.article-detail__font-label {
  font-size: 0.8125em;
  color: #999;
  margin-right: 8px;
}

.article-detail__font-switcher {
  display: -ms-flexbox;
  display: flex;
}

.article-detail__font-btn {
  width: 32px;
  height: 26px;
  border: 1px solid #ddd;
  background: #fff;
  color: #666;
  font-size: 13px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding: 0;
  margin: 0;
}

.article-detail__font-btn:first-child {
  border-radius: 3px 0 0 3px;
}

.article-detail__font-btn:last-child {
  border-radius: 0 3px 3px 0;
}

.article-detail__font-btn:not(:first-child) {
  border-left: none;
}

.article-detail__font-btn:hover {
  background: #f5f5f5;
}

.article-detail__font-btn--active,
.article-detail__font-btn--active:hover {
  background: #0262D6;
  color: #fff;
  border-color: #0262D6;
}

.article-detail__content {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  padding-bottom: 40px;
}

.article-detail__content p {
  margin: 0 0 16px;
  text-indent: 2em;
}

.article-detail__content h3 {
  font-size: 18px;
  font-weight: 700;
  color: #2F3030;
  margin: 24px 0 12px;
}

.article-detail__content ul,
.article-detail__content ol {
  margin: 12px 0;
  padding-left: 2em;
}

.article-detail__content li {
  margin-bottom: 8px;
}

.article-detail__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid #eee;
}

.article-detail__nav-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  max-width: 45%;
  text-decoration: none;
  color: #666;
  font-size: 14px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.article-detail__nav-link:hover {
  color: #1B54B8;
}

.article-detail__nav-link--next {
  margin-left: auto;
}

.article-detail__nav-label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.article-detail__nav-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* === Article Cover List Page === */
.article-cover-page {
  padding: 30px 0 60px;
  background: #fff;
}

.article-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.article-cover-item {
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #DEDEDE;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.article-cover-item:first-child {
  padding-top: 0;
}

.article-cover-item:hover {
  background: #f9f9f9;
}

.article-cover-item__cover {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 289px;
  height: 195px;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 24px;
}

.article-cover-item__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.article-cover-item:hover .article-cover-item__cover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.article-cover-item__body {
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.article-cover-item__title {
  font-size: 24px;
  font-weight: 700;
  color: #1B54B8;
  margin: 0 0 12px;
  line-height: 1.3;
}

.article-cover-item__desc {
  font-size: 17px;
  line-height: 1.63;
  color: #2F3030;
  margin: 0 0 auto;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article-cover-item__meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 16px;
  font-size: 15px;
  color: #999;
}

.article-cover-item__meta span {
  margin-right: 20px;
}

/* === Download Center Page === */
.download-page {
  padding: 30px 0 60px;
  background: #fff;
}

.download-body {
  display: -ms-flexbox;
  display: flex;
}

.download-content {
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  padding-left: 24px;
}

/* Download Tabs */
.dl-tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: 0;
}

.dl-tab {
  font-size: 24px;
  font-weight: 700;
  color: #888;
  padding: 8px 4px 12px;
  margin-right: 36px;
  cursor: pointer;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
}

a.dl-tab {
  color: #888;
}

a.dl-tab.dl-tab--active {
  color: #1B54B8;
}

.dl-tab:last-child {
  margin-right: 0;
}

.dl-tab::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background: #1B54B8;
  border-radius: 2px 2px 0 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
}

.dl-tab:hover {
  color: #1B54B8;
}

.dl-tab--active {
  color: #1B54B8;
}

.dl-tab--active::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Tab Panels */
.dl-tab-panel {
  display: none;
  padding-top: 24px;
}

.dl-tab-panel--active {
  display: block;
}

/* File Download List */
.file-items {
  padding: 0;
}

.file-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  text-decoration: none;
  color: inherit;
}

.file-item:nth-child(5n):not(:last-child) {
  margin-bottom: 30px;
}

.file-item__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b8b8b8;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 12px;
}

.file-item__title {
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  font-size: 16px;
  color: #2F3030;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.file-item__title:hover {
  color: #1B54B8;
}

.file-item__date {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 17px;
  color: #999;
  margin-left: 12px;
}

/* Download cards */
.dl-cards {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dl-card {
  width: 50%;
  padding: 0 12px 24px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dl-card__inner {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eee;
}

.dl-card__header {
  background: #f9f9f9;
  border-left: 4px solid #1B54B8;
  padding: 8px 20px;
}

.dl-card__title {
  font-size: 22px;
  font-weight: 700;
  color: #1B54B8;
}

.dl-card__list {
  padding: 0;
}

.dl-card__list-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 16px;
  border-bottom: 1px solid #f0f0f0;
}

.dl-card__list-item:last-child {
  border-bottom: none;
}

.dl-card__list-item-icon {
  width: 28px;
  height: 28px;
  color: #666;
  margin-right: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 20px;
  text-align: center;
  line-height: 28px;
}

.dl-card__list-item-name {
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
  color: #2F3030;
}

.dl-card__list-item-btn {
  color: #1B54B8;
  font-size: 14px;
  font-weight: 700;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  white-space: nowrap;
}

.dl-card__list-item-btn:hover {
  text-decoration: underline;
}

/* === Download Detail Page === */
.dl-detail-page {
  padding: 30px 0 60px;
  background: #fff;
}

.dl-detail-body {
  display: -ms-flexbox;
  display: flex;
}

.dl-detail-content {
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  padding-left: 24px;
}

/* Software card */
.software-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px;
  background: #fafafa;
  border-radius: 8px;
  margin-bottom: 30px;
}

.software-card__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 101px;
  height: 101px;
  background: #fff;
  border-radius: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  margin-right: 24px;
  font-size: 48px;
  color: #1B54B8;
}

.software-card__info {
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

.software-card__name {
  font-size: 25px;
  font-weight: 400;
  color: #000;
  margin: 0 0 12px;
}

.software-card__meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
  font-size: 14px;
  color: #555;
}

.software-card__meta span {
  margin-right: 12px;
}

.software-card__env {
  display: inline-block;
  padding: 2px 10px;
  background: #eee;
  border-radius: 3px;
  font-size: 13px;
  color: #555;
}

.software-card__download {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 18px;
  padding: 10px 32px;
  line-height: 25px;
  border-radius: 4px;
  background: #52c41a;
  color: #fff;
  border: none;
  cursor: pointer;
  font-family: inherit;
  -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.05);
  box-shadow: 3px 3px 3px rgba(0,0,0,0.05);
}

.software-card__download:hover {
  background: #49b018;
}

.software-card__download-icon {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 4px;
}

/* Download Carousel */
.dl-carousel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.dl-carousel__body {
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  position: relative;
}

.dl-carousel__viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
}

.dl-carousel__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.dl-carousel__slide--active {
  position: relative;
  opacity: 1;
}

.dl-carousel__slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.dl-carousel__dots {
  position: absolute;
  bottom: 12px;
  right: 16px;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}

.dl-carousel__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d0d0d0;
  margin: 0 4px;
  border: none;
  padding: 0;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.dl-carousel__dot--active {
  background: #1B54B8;
}

.dl-carousel__arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  width: 10px;
}

.dl-carousel__arrow:hover {
  opacity: 0.7;
}

.dl-carousel__arrow img {
  display: block;
}

.dl-carousel__arrow--left {
  margin-right: 12px;
}

.dl-carousel__arrow--right {
  margin-left: 12px;
}

/* Software description */
.software-desc {
  margin-bottom: 40px;
}

.software-desc__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}

.software-desc__indicator {
  width: 4px;
  height: 24px;
  background: #1B54B8;
  border-radius: 2px;
  margin-right: 10px;
}

.software-desc__title {
  font-size: 22px;
  color: #000;
}

.software-desc__content {
  font-size: 18px;
  line-height: 2;
  color: #2F3030;
}

/* === File Download Detail Page === */
.file-detail-page {
  padding: 30px 0 60px;
  background: #fff;
}

.file-detail-body {
  display: -ms-flexbox;
  display: flex;
}

.file-detail-content {
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  padding-left: 24px;
}

/* 文件详情标题 */
.file-detail__title {
  font-size: 1.75em;
  font-weight: 700;
  color: #2F3030;
  line-height: 1.4;
  margin: 20px 0 20px;
  text-align: center;
}

/* 元信息栏（复用 article-detail 结构） */

/* 文件下载信息区 */
.file-dl-info {
  margin-bottom: 30px;
}

.file-dl-info__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 1em;
  color: #3D3D3D;
}

.file-dl-info__row:last-child {
  border-bottom: none;
}

.file-dl-info__label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #666;
  margin-right: 12px;
}

.file-dl-info__link {
  color: #1B54B8;
  text-decoration: none;
  cursor: pointer;
}

.file-dl-info__link:hover {
  text-decoration: underline;
}

.file-dl-info__filename {
  color: #1B54B8;
  font-weight: 700;
}

.file-dl-info__count {
  color: #999;
  margin-left: 12px;
}

.file-dl-info__preview-btn {
  color: #1B54B8;
  text-decoration: none;
  cursor: pointer;
  margin-left: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.file-dl-info__preview-btn:hover {
  text-decoration: underline;
}

.file-dl-info__download {
  color: #1B54B8;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.file-dl-info__download:hover {
  text-decoration: underline;
}

.file-dl-info__meta {
  color: #999;
  margin-left: 24px;
}

/* 文件预览区 */
.file-preview {
  border: 1px solid #E1E7F2;
  border-radius: 4px;
  min-height: 200px;
  overflow: hidden;
}

.file-preview__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 16px;
  background: #f9f9f9;
  border-bottom: 1px solid #E1E7F2;
}

.file-preview__title {
  font-size: 15px;
  font-weight: 700;
  color: #333;
}

.file-preview__close {
  background: none;
  border: none;
  font-size: 18px;
  color: #999;
  cursor: pointer;
  padding: 0 4px;
}

.file-preview__close:hover {
  color: #333;
}

.file-preview__body {
  padding: 0;
}

.file-preview__body iframe {
  width: 100%;
  height: 500px;
  border: none;
  display: block;
}

.file-preview__placeholder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 200px;
  color: #999;
  font-size: 15px;
}

/* === Today Menu Page === */
.today-menu-page {
  padding: 20px 0 60px;
  background: #fff;
}

.content__title-area {
  margin-bottom: 24px;
}

.content__title {
  font-size: 26px;
  font-weight: 700;
  color: #1B54B8;
  letter-spacing: 1px;
  margin-bottom: 12px;
  display: inline-block;
}

.content__title::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #1B54B8;
  border-radius: 1px;
  margin-top: 8px;
}

.content__title-line {
  height: 1px;
  background: #DEDEDE;
  margin-bottom: 4px;
}

.content__title-bar {
  display: none;
}

.content__title-divider {
  display: none;
}

/* Meal Table */
.meal-table-wrapper {
  border: 1px solid #E1E7F2;
  border-radius: 4px;
  overflow: hidden;
}

.meal-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.meal-table__th {
  background: #1B54B8;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  padding: 16px 12px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.15);
}

.meal-table__th:last-child {
  border-right: none;
}

.meal-table__th--corner {
  position: relative;
  width: 18%;
  background: linear-gradient(to top right, transparent calc(50% - 0.5px), rgba(255,255,255,0.4) calc(50% - 0.5px), rgba(255,255,255,0.4) calc(50% + 0.5px), transparent calc(50% + 0.5px)), #1B54B8;
  vertical-align: bottom;
}

.meal-table__corner-top {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 22px;
  font-weight: 700;
  z-index: 1;
}

.meal-table__corner-bottom {
  position: absolute;
  bottom: 10px;
  left: 14px;
  font-size: 22px;
  font-weight: 700;
  z-index: 1;
}

.meal-table__row {
  border-bottom: 1px solid #EFEFEF;
}

.meal-table__row:last-child {
  border-bottom: none;
}

.meal-table__row--today {
  background: #ff9d09;
}

.meal-table__td {
  padding: 20px 12px;
  font-size: 18px;
  color: #3D3D3D;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #E1E7F2;
  line-height: 1.6;
}

.meal-table__td:last-child {
  border-right: none;
}

.meal-table__td--day {
  font-weight: 700;
  font-size: 20px;
}

.meal-table__td--today-text {
  color: #fffbf4;
  font-weight: 700;
}

.meal-table__td--highlight {
  color: #fffbf4;
  font-weight: 700;
}

.today-badge {
  color: #fffbf4;
  font-weight: 700;
  font-size: 18px;
}

.meal-table__footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px 24px;
  border-top: 1px solid #EFEFEF;
  background: #fafafa;
}

.meal-table__nav-link {
  font-size: 17px;
  color: #555;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.meal-table__nav-link:hover {
  color: #1B54B8;
}

/* === Golden Ideas Page === */
.golden-ideas-page {
  padding: 20px 0 60px;
  background: #fff;
}

.content__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 24px;
}

.content__title-area {
  -ms-flex: 1;
  flex: 1;
}

.content__title--ideas {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.content__title--ideas::after {
  content: "\1F4A1";
  font-size: 22px;
  margin-left: 10px;
}

.content__submit-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  font-size: 20px;
  padding: 8px 28px;
  background: #1B54B8;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-family: inherit;
  letter-spacing: 1px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.content__submit-btn-icon {
  height: 22px;
  width: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.content__submit-btn:hover {
  background: #1F74DB;
}

/* Data Table */
.data-table-wrapper {
  border: 1px solid #E1E7F2;
  border-radius: 4px;
  overflow: hidden;
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.data-table__th {
  background: #1B54B8;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 14px 10px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.15);
  white-space: nowrap;
}

.data-table__th:last-child {
  border-right: none;
}

.data-table__th--id { width: 8%; }
.data-table__th--person { width: 12%; }
.data-table__th--time { width: 22%; }
.data-table__th--title { width: 32%; }
.data-table__th--status { width: 14%; }
.data-table__th--action { width: 12%; }

/* Contacts table column widths */
.data-table__th--contact-id { width: 10%; }
.data-table__th--contact-name { width: 22%; }
.data-table__th--contact-title { width: 30%; }
.data-table__th--contact-phone { width: 38%; }

.data-table__td--phone {
  color: #0262D6 !important;
}

.data-table__row {
  border-bottom: 1px solid #E1E7F2;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}

.data-table__row:last-child {
  border-bottom: none;
}

.data-table__row--alt {
  background: #F5F9FD;
}

.data-table__row:hover {
  background: #edf4ff;
}

.data-table__td {
  padding: 14px 10px;
  font-size: 17px;
  color: #3D3D3D;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #E1E7F2;
}

.data-table__td:last-child {
  border-right: none;
}

.data-table__td--title {
  text-align: left;
  padding-left: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.data-table__action-link {
  color: #1B54B8;
  font-size: 17px;
}

.data-table__action-link:hover {
  opacity: 0.75;
  text-decoration: underline;
}

/* === Unit Ranking Page === */
.ranking-page {
  padding: 30px 0 0;
  background: #fff;
}

.ranking-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 60px;
}

.ranking-right {
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  padding-left: 24px;
}

.ranking-right .content__header {
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}

.ranking-right .content__title {
  margin-bottom: 0;
}

.ranking-right .content__title::after {
  display: none;
}

/* Time range filter buttons */
.ranking-filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.ranking-filter__btn {
  font-size: 14px;
  font-weight: 400;
  padding: 5px 16px;
  background: #fff;
  color: #3D3D3D;
  border: 1px solid #D2D2D2;
  border-radius: 3px;
  cursor: pointer;
  font-family: inherit;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.ranking-filter__btn:hover {
  color: #1B54B8;
  border-color: #1B54B8;
}

.ranking-filter__btn--active,
.ranking-filter__btn--active:hover {
  background: #1B54B8;
  color: #fff;
  border-color: #1B54B8;
  font-weight: 700;
}

/* Ranking table column widths */
.data-table__th--rank { width: 10%; }
.data-table__th--dept { width: 30%; }
.data-table__th--submit-count { width: 30%; }
.data-table__th--adopt-count { width: 30%; }

.data-table__td--rank {
  font-weight: 700;
  color: #1B54B8;
}

.data-table__td--dept {
  text-align: left;
  padding-left: 16px;
}

/* Ranking title line (spans full width: title + buttons) */
.ranking-title-line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.ranking-title-bar {
  width: 190px;
  height: 3px;
  background: #1B54B8;
  border-radius: 1px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.ranking-title-divider {
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  background: #DEDEDE;
  margin-left: 0;
}

/* === Salary Query Page === */
.salary-page {
  padding: 20px 0 60px;
  background: #fff;
}

/* Salary Form */
.salary-form {
  padding: 0;
  margin-bottom: 28px;
}

.salary-form__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 0;
}

.salary-form__group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.salary-form__label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 110px;
  font-size: 15px;
  color: #3D3D3D;
  font-weight: 700;
}

.salary-form__input,
.salary-form__select {
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  height: 44px;
  padding: 6px 12px;
  font-size: 15px;
  font-family: inherit;
  color: #3D3D3D;
  background: #fff;
  border: 1px solid #D2D2D2;
  border-radius: 3px;
  outline: none;
  -webkit-transition: border-color 0.2s, box-shadow 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.salary-form__input:focus,
.salary-form__select:focus {
  border-color: #1B54B8;
  -webkit-box-shadow: 0 0 0 2px rgba(27,84,184,0.15);
  box-shadow: 0 0 0 2px rgba(27,84,184,0.15);
}

.salary-form__input::-webkit-input-placeholder {
  color: #B8B8B8;
}

.salary-form__input::-moz-placeholder {
  color: #B8B8B8;
}

.salary-form__input:-ms-input-placeholder {
  color: #B8B8B8;
}

.salary-form__select-wrap {
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  position: relative;
}

.salary-form__select {
  padding-right: 32px;
  cursor: pointer;
}

.salary-form__select-arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #888;
  font-size: 14px;
  pointer-events: none;
}

.salary-form__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.salary-form__actions__btn {
  margin-top: 50px;
}

.salary-form__btn {
  font-size: 15px;
  font-weight: 700;
  font-family: inherit;
  padding: 9px 32px;
  background: #1B54B8;
  color: #fff;
  border: 1px solid #1B54B8;
  border-radius: 3px;
  cursor: pointer;
  letter-spacing: 1px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.salary-form__btn:hover {
  background: #1F74DB;
}

/* Salary Loading */
.salary-loading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px 0;
}

.salary-loading__spinner {
  width: 36px;
  height: 36px;
  border: 3px solid #E1E7F2;
  border-top-color: #1B54B8;
  border-radius: 50%;
  -webkit-animation: salary-spin 0.8s linear infinite;
  animation: salary-spin 0.8s linear infinite;
  margin-bottom: 16px;
}

@-webkit-keyframes salary-spin {
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes salary-spin {
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

.salary-loading__text {
  font-size: 15px;
  color: #888;
}

/* Salary Result */
.salary-result {
  margin-top: 8px;
}

.salary-result__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
  padding-left: 14px;
  border-left: 4px solid #1B54B8;
}

.salary-result__title {
  font-size: 22px;
  font-weight: 700;
  color: #2F3030;
}

/* Salary table column widths */
.salary-th--police-no { width: 12%; }
.salary-th--name { width: 12%; }
.salary-th--month { width: 14%; }
.salary-th--base { width: 14%; }
.salary-th--bonus { width: 14%; }
.salary-th--deduct { width: 14%; }
.salary-th--actual { width: 20%; }

.salary-actual {
  font-weight: 700;
  color: #1B54B8;
}

/* === Idea Submit Page === */
.idea-submit-page {
  padding: 20px 0 60px;
  background: #fff;
}

/* Radio group */
.idea-form__radio-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 28px;
}

.idea-form__radio {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  font-size: 15px;
  color: #3D3D3D;
}

.idea-form__radio input[type="radio"] {
  width: 16px;
  height: 16px;
  margin: 0 6px 0 0;
  cursor: pointer;
  accent-color: #1B54B8;
}

.idea-form__radio-text {
  cursor: pointer;
}

/* Textarea */
.salary-form__textarea {
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  padding: 10px 12px;
  font-size: 15px;
  font-family: inherit;
  color: #3D3D3D;
  background: #fff;
  border: 1px solid #D2D2D2;
  border-radius: 3px;
  outline: none;
  resize: vertical;
  -webkit-transition: border-color 0.2s, box-shadow 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 120px;
}

.salary-form__textarea:focus {
  border-color: #1B54B8;
  -webkit-box-shadow: 0 0 0 2px rgba(27,84,184,0.15);
  box-shadow: 0 0 0 2px rgba(27,84,184,0.15);
}

.salary-form__textarea::-webkit-input-placeholder {
  color: #B8B8B8;
}

.salary-form__textarea::-moz-placeholder {
  color: #B8B8B8;
}

.salary-form__textarea:-ms-input-placeholder {
  color: #B8B8B8;
}

.salary-form__row--top {
  -ms-flex-align: start;
  align-items: flex-start;
}

.salary-form__row--top .salary-form__label {
  padding-top: 10px;
}

/* File upload */
.idea-form__file-wrap {
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

.idea-form__file-btn {
  font-size: 15px;
  font-weight: 700;
  font-family: inherit;
  padding: 9px 32px;
  background: #1B54B8;
  color: #fff;
  border: 1px solid #1B54B8;
  border-radius: 3px;
  cursor: pointer;
  letter-spacing: 1px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.idea-form__file-btn:hover {
  background: #1F74DB;
}

.idea-form__file-name {
  display: inline-block;
  margin-left: 12px;
  font-size: 14px;
  color: #3D3D3D;
  vertical-align: middle;
}

.idea-form__file-hint {
  margin: 8px 0 0;
  font-size: 13px;
  color: #E53935;
  line-height: 1.6;
}

/* Button group */
.idea-form__actions {
  margin-top: 50px;
}

.idea-form__btn-group {
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.idea-form__reset-btn:disabled {
  background: #A0BFEB;
  border-color: #A0BFEB;
  cursor: not-allowed;
  opacity: 0.7;
}

/* === Law Page === */
.law-page {
  padding: 60px 0;
  text-align: center;
}

.law-page h1 {
  font-size: 32px;
  color: #1B54B8;
}

.law-page__placeholder {
  margin-top: 40px;
  font-size: 18px;
  color: #999;
}

/* === Responsive === */
/* === Search Results Page === */
.search-page {
  padding: 30px 0 0;
  background: #fff;
}

.search-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 60px;
}

/* 左侧搜索结果 */
.search-results {
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

.search-summary {
  font-size: 14px;
  color: #666;
  padding: 14px 0;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 20px;
}

.search-summary__keyword {
  font-style: normal;
  color: #1B54B8;
  font-weight: 600;
}

.search-summary__count {
  color: #1B54B8;
  font-weight: 600;
}

.search-result-list {
  padding: 0;
}

.search-result-item {
  padding: 18px 0;
  border-bottom: 1px solid #eee;
}

.search-result-item:last-child {
  border-bottom: none;
}

.search-result-item__row1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}

.search-result-item__tag {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 12px;
  color: #fff;
  background: #1B54B8;
  padding: 2px 8px;
  border-radius: 3px;
  margin-right: 10px;
  line-height: 1.5;
}

.search-result-item__title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

.search-result-item__title:hover {
  color: #1B54B8;
}

.search-result-item__title em {
  font-style: normal;
  color: #1B54B8;
}

.search-result-item__summary {
  font-size: 13px;
  color: #666;
  line-height: 1.7;
  margin: 0 0 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-result-item__summary em {
  font-style: normal;
  color: #1B54B8;
}

.search-empty {
  padding: 40px 0;
  text-align: center;
  color: #999;
  font-size: 14px;
}

.search-empty .search-summary__keyword {
  color: #1B54B8;
  font-weight: 600;
  font-style: normal;
}

.search-sidebar__empty {
  padding: 30px 0;
  text-align: center;
  color: #999;
  font-size: 13px;
}

.search-result-item__meta {
  font-size: 12px;
  color: #999;
}

.search-result-item__meta span {
  margin-right: 20px;
}

/* 右侧公安要闻 */
.search-sidebar {
  width: 300px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
  padding: 0 0 20px;
  overflow: visible;
}

.search-sidebar__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  height: 40px;
  overflow: visible;
}

/* 底部细蓝线：贯穿整个 header */
.search-sidebar__header::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #1B54B8;
  z-index: 0;
}

/* 梯形标题背景：使用设计提供的图片 */
.search-sidebar__title-wrap {
  display: inline-block;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 60px 0 16px;
  background: url(../images/search-title-bg.png) no-repeat left center / auto 100%;
  z-index: 2;
  margin-right: 8px;
}

.search-sidebar__title-wrap > span {
  position: relative;
  z-index: 1;
}

.search-sidebar__title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 1;
}

.search-sidebar__more {
  font-size: 12px;
  color: #1B54B8;
  text-decoration: none;
  position: relative;
  z-index: 1;
}

.search-sidebar__more:hover {
  color: #0d3a8a;
}

.search-sidebar__list {
  border: 1px solid #e8e8e8;
  border-top: none;
  padding: 12px 14px;
}

.search-sidebar__cover-item {
  margin-bottom: 10px;
}

.search-sidebar__cover {
  display: block;
  width: 100%;
  height: 150px;
  overflow: hidden;
  border-radius: 4px;
}

.search-sidebar__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.search-sidebar__news {
  list-style: none;
  margin: 0;
  padding: 0;
}

.search-sidebar__news-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 10px 0;
  border-bottom: 1px dashed #eee;
}

.search-sidebar__news-item:last-child {
  border-bottom: none;
}

.search-sidebar__news-title {
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 10px;
}

.search-sidebar__news-title:hover {
  color: #1B54B8;
}

.search-sidebar__news-date {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 12px;
  color: #999;
}

@media (max-width: 1200px) {
  .article-cover-item__cover {
    width: 220px;
    height: 148px;
  }
  .search-sidebar {
    width: 260px;
  }
}

@media (max-width: 900px) {
  .article-body {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .article-sidebar-wrap {
    width: 100%;
  }
  .article-sidebar__header {
    height: 60px;
  }
  .article-content {
    padding-left: 0;
    margin-top: 20px;
  }
  .ranking-body {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ranking-right {
    padding-left: 0;
    margin-top: 20px;
  }
  .download-body {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .download-content {
    padding-left: 0;
    margin-top: 20px;
  }
  .dl-detail-body {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dl-detail-content {
    padding-left: 0;
    margin-top: 20px;
  }
  .file-detail-body {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .file-detail-content {
    padding-left: 0;
    margin-top: 20px;
  }
  .software-card {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .software-card__icon {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .dl-card {
    width: 100%;
  }
  .dl-tab {
    font-size: 20px;
    margin-right: 24px;
  }
  .article-cover-item {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .article-cover-item__cover {
    width: 100%;
    height: 200px;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .special-cards-row {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .special-card-item {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .search-body {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .search-sidebar {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
}

@media (max-width: 600px) {
  .meal-table-wrapper {
    overflow-x: auto;
  }
  .meal-table {
    min-width: 600px;
  }
  .data-table-wrapper {
    overflow-x: auto;
  }
  .data-table {
    min-width: 700px;
  }
  .content__header {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content__submit-btn {
    margin-top: 16px;
  }
  .ranking-filter {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .file-dl-info__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6px 0;
  }
  .salary-result .data-table-wrapper {
    overflow-x: auto;
  }
  .salary-result .data-table {
    min-width: 720px;
  }
  .salary-form__label {
    width: 90px;
    font-size: 14px;
  }
  .idea-form__radio-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
  }
  .idea-form__btn-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/* ===== 金点子详情弹窗 ===== */
.idea-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  visibility: hidden;
  transition: visibility 0s linear 0.4s;
}
.idea-modal--open {
  visibility: visible;
  transition: visibility 0s;
}
.idea-modal__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.idea-modal--open .idea-modal__mask {
  opacity: 1;
}
.idea-modal__dialog {
  position: relative;
  width: 680px;
  max-width: 92%;
  max-height: 86%;
  margin: 60px auto 0;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
  -webkit-transition: opacity 0.3s ease-in, -webkit-transform 0.4s ease-in;
  transition: opacity 0.3s ease-in, transform 0.4s ease-in;
}
.idea-modal--open .idea-modal__dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.35s ease-out, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.idea-modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 14px 20px;
  background: #1B54B8;
  color: #fff;
}
.idea-modal__title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}
.idea-modal__close {
  background: none;
  border: none;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  padding: 0 4px;
  font-family: inherit;
}
.idea-modal__close:hover {
  opacity: 0.8;
}
.idea-modal__body {
  padding: 20px 24px;
  overflow-y: auto;
}
.idea-modal__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  border-bottom: 1px dashed #E1E7F2;
}
.idea-modal__field:last-child {
  border-bottom: none;
}
.idea-modal__field-label {
  width: 110px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #1B54B8;
  font-size: 15px;
  font-weight: 700;
}
.idea-modal__field-value {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #3D3D3D;
  font-size: 15px;
  word-break: break-all;
}
.idea-modal__pre {
  white-space: pre-wrap;
  word-break: break-all;
  line-height: 1.7;
}
.idea-modal__empty {
  color: #999;
}
.idea-modal__attach {
  color: #0262D6;
  text-decoration: none;
}
.idea-modal__attach:hover {
  text-decoration: underline;
}
.idea-modal__loading {
  text-align: center;
  color: #999;
  padding: 40px 0;
}

/* 提交按钮 loading 状态 */
.salary-form__btn.is-loading {
  position: relative;
  opacity: 0.8;
  cursor: not-allowed;
}
.salary-form__btn.is-loading::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: #fff;
  border-radius: 50%;
  vertical-align: middle;
  -webkit-animation: idea-spin 0.7s linear infinite;
  animation: idea-spin 0.7s linear infinite;
}
@-webkit-keyframes idea-spin {
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes idea-spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 640px) {
  .idea-modal__dialog {
    margin-top: 20px;
    max-height: 92%;
  }
  .idea-modal__field-label {
    width: 86px;
    font-size: 14px;
  }
  .idea-modal__field-value {
    font-size: 14px;
  }
}

/* ===== 全局提示弹窗 toast ===== */
.hgfj-toast-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0s linear 0.25s;
}
.hgfj-toast-mask--show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s ease, visibility 0s;
}
.hgfj-toast {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10001;
  min-width: 220px;
  padding: 30px 44px 26px;
  background: #fff;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%) scale(0.9);
  transform: translate(-50%, -50%) scale(0.9);
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease, transform 0.25s ease, visibility 0s linear 0.25s;
}
.hgfj-toast--show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease, transform 0.25s ease, visibility 0s;
}
.hgfj-toast__icon {
  width: 52px;
  height: 52px;
  line-height: 52px;
  margin: 0 auto 14px;
  border-radius: 50%;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.hgfj-toast--success .hgfj-toast__icon {
  background: #2bb673;
}
.hgfj-toast--error .hgfj-toast__icon {
  background: #e6553d;
}
.hgfj-toast__msg {
  font-size: 17px;
  color: #3D3D3D;
  line-height: 1.5;
}
