body {
  background: linear-gradient(180deg, #AFD9E7 0%, #E8F7FF 100%), #FFF!important;
}
.maign_top {
  margin-top: 0!important;
}
.w980 {
  width: 1400px !important;
}

.empty-text {
  font-size: 14px;
  color: #909399;
  text-align: center;
  padding-top: 140px;
  position: absolute;
  top: 0;
  left: calc(50% - 28px);
}

.container_home {
  padding: 20px;
  background-color: #fff;
}

/* 功能卡片区域 */
.feature-cards {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.card {
  flex: 1;
  height: 100px;
  background: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
}

.card:hover {
  transform: translateY(6px);
}

.card-content {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-content h3 {
  font-size: 32px;
  font-weight: 700;
}

.project-hall h3 {
  color: #B66E03;
}

.process h3 {
  color: #E93164;
}

.evaluation h3 {
  color: #7A62C8;
}

.supervision h3 {
  color: #00A5DA;
}

.project-hall {
  background-image: url('../Images/assets/Component21.png');
  background-size: 100% 100%;
}

.process {
  background-image: url('../Images/assets/suining-cylc-bg.png');
  background-size: 100% 100%;
}

.evaluation {
  background-image: url('../Images/assets/Component41.png');
  background-size: 100% 100%;
} 

.supervision {
  background-image: url('../Images/assets/Component51.png');
  background-size: 100% 100%;
}


.project-hall-no {
  display: flex;
  margin-top: 32px;
  gap: 24px;
}

.project-hall-no-left {
  flex: 1;
}

.project-hall-no-right {
  width: 432px;
}

/* 通知公告 */
.notice-section {
  border: 1px solid #DEE0E3;
  overflow: hidden;
  height: 100%;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 0 0;
  background: #F8F9FA;
  border-bottom: 1px solid #DEE0E3;
}

.tab-group {
  display: flex;
}

.section-header .tab {
  padding: 12px 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  border-radius: 0;
  transition: all 0.3s ease;
}

.section-header .tab.active {
  background: #2D66A5;
  color: #FFFFFF;
}

.tab:not(.active) {
  background: transparent;
  color: #646A73;
}

.more-link {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  color: #646A73;
  cursor: pointer;
}

.more-link:hover {
  color: #2D66A5;
}


.notice-list {
  padding: 0 12px;
}

.notice-item {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 12px 8px;
  border-bottom: 1px dashed #DEE0E3;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 8px 0;
  background-color: #F8F9FA;
}

.notice-item:nth-child(even) {
  background: #F8F9FA;
}

.notice-item:hover {
  background: rgba(45, 102, 165, 0.1);
  transform: translateX(4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.notice-item.hover {
  background: rgba(45, 102, 165, 0.1);
}

.notice-indicator {
  width: 16px;
  height: 2px;
  background: #8F959E;
  opacity: 0.3;
  flex-shrink: 0;
}

.notice-content {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.notice-content-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.444;
  color: #1F2329;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 1px;
}

.date {
  font-size: 18px;
  color: #646A73;
  flex-shrink: 0;
}


/* 登录入口 */
.login-section {
  display: flex;
  flex-direction: column;
}

.login-row {
  display: flex;
}

.login-card {
  flex: 1;
  height: 151.5px;
  background: #FFFFFF;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}

.login-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.login-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}


.login-content h4 {
  font-size: 26px;
  font-weight: 400;
  margin-top: 4px;
  text-align: center;
}

/* 登录卡片边框颜色 */
.purple-border {
  border: 1px solid #E8C4FC;
  background-image: url('../Images/assets/bg1.png');
}

.purple-border .login-content h4 {
  color: #8043A5;
}

.blue-border {
  border: 1px solid #D3E2FF;
  background-image: url('../Images/assets/bg2.png');
}

.blue-border .login-content h4 {
  color: #3E66A0;
}

.red-border {
  border: 1px solid #FEC7C7;
  background-image: url('../Images/assets/bg3.png');
}

.red-border .login-content h4 {
  color: #A54343;
}

.green-border {
  border: 1px solid #96D7C7;
  background-image: url('../Images/assets/bg4.png');
}

.green-border .login-content h4 {
  color: #1E8068;
}


.project-hall-list {
  width: 100%;
  height: 822px;
  background-image: url('../Images/assets/bg-new.png');
  background-size: 100% 100%;
  margin-top: 32px;
  display: flex;
  flex-direction: column;
}

.project-hall-list-title {
    text-align: center;
    color: #0062CF;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 2px;
    padding-top: 12px;
}

 /* 内容区域 */
 .project-hall-list-content {
   display: flex;
   flex-direction: column;
   align-items: center;
   padding: 72px 20px 20px 20px;
   flex: 1;
   height: 1px;
 }

 .tabs-section {
   display: flex;
   align-items: center;
   gap: 12px;
   width: 100%;
 }

 .tabs {
   display: flex;
   align-items: center;
   gap: 12px;
   flex: 1;
 }

 .tab {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   gap: 10px;
   padding: 12px 24px;
   border-radius: 6px 6px 0 0;
   cursor: pointer;
   transition: all 0.3s ease;
 }

 .tab.active {
   background: linear-gradient(180deg, #F0A454 0%, #D86845 100%);
   color: white;
 }

 .tab:not(.active) {
  color: white;
  background: linear-gradient(180deg, #68B2F9 0%, #468DDB 100%);
 }

 .tab-text {
   font-weight: 700;
   font-size: 22px;
   line-height: 1.27;
 }

 .tab:not(.active) .tab-text {
   font-weight: 400;
 }

 .view-more {
   display: flex;
   align-items: center;
   gap: 4px;
   color: #FFF;
   font-size: 16px;
   line-height: 1.375;
   cursor: pointer;
 }


 .arrow-icon {
   width: 14px;
   height: 14px;
   background: #646A73;
   mask: url("data:image/svg+xml,%3Csvg width='5' height='9' viewBox='0 0 5 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L4 4.5L1 8' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
   mask-size: contain;
 }

 /* 表格区域 */
 .table-container {
   background: white;
   box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
   width: 100%;
   flex: 1;
   height: 1px;
   overflow-y: hidden;
   position: relative;
 }

 .table {
   width: 100%;
   border-collapse: collapse;
   table-layout: fixed;
 }

 .table th {
   background: #F2F3F5;
   padding: 16px;
   text-align: left;
   font-weight: 700;
   font-size: 18px;
   line-height: 1.33;
   color: #1F2329;
   border-bottom: 1px solid rgba(0, 0, 0, 0.1);
 }
 .table-container .table thead th {
  background: #BDDEF9;
 }
 .table td {
   padding: 16px;
   font-size: 18px;
   color: #1F2329;
   border-bottom: 1px solid rgba(0, 0, 0, 0.1);
 }

 .table tr:nth-child(even) {
   background: #F8F9FA;
 }

 .table tr:nth-child(odd) {
   background: white;
 }

.table-tr {
  cursor: pointer;
  transition: all 0.3s ease;
}
 .table-container .table-tr:hover {
  /* transform: translateX(-4px); */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

 .project-name {
   max-width: 100px;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
 }
/* 项目大厅 */

.project-hall-table {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.top-banner {
  width: 100%;
  height: 100px;
  background: url('../Images/assets/table_top.png') center/cover no-repeat;
  position: relative;
}
.page-title {
  position: absolute;
  left: 260px;
  top: 30px;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  z-index: 3;
}
.table-content {
  width: 100%;
  flex: 1;
  height: 1px;
  background-image: url('http://www.snsggzy.com/nccq-jj/App_Themes/Default/LocalImages/img/bj_1.jpg');
  background-size: contain;
  padding: 32px 140px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.main-title {
  width: 100%;
  height: 78px;
  position: relative;
}

.title-text {
  color: #ECF8FF;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-family: YouSheBiaoTiHei;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 8px;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 0;
}

.main-title img {
  width: 100%;
  height: 100%;
}

.content-card {
  width: 100%;
  flex: 1;
  height: 1px;
  border-radius: 12px;
  background-image: url('../Images/assets/table_banner.png');
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  padding: 20px;
  box-sizing: border-box;
}

.top-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.tab-bar-hall {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.tab-bar-hall .tab {
  min-width: 120px;
  padding: 16px 24px;
  border-radius: 12px 12px 0 0;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  background: linear-gradient(90deg, #65CCF3 0%, #55ADE0 100%);
  cursor: pointer;
}

.tab-bar-hall .tab.inactive {
  background: linear-gradient(90deg, #F0A454 0%, #D86845 100%);
  font-weight: 600;
}

.filter-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}


.filter-select {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #7BD6F1;
  border-radius: 999px;
  padding: 0 16px;
  height: 40px;
  font-size: 16px;
  color: #1F2329;
  min-width: 220px;
}

.filter-input {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #7BD6F1;
  border-radius: 50px;
  height: 40px;
  padding: 0 16px;
  font-size: 16px;
  color: #8F959E;
}

.filter-input input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-size: 16px;
  color: #1F2329;
  padding: 0;
  margin: 0;
  width: 156px;
}

.filter-input input::placeholder {
  color: #8F959E;
}

.filter-input .search-btn {
  margin-left: 8px;
  width: 32px;
  height: 32px;
  background: linear-gradient(90deg, #8EF5F7 0%, #7BD6F1 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  outline: none;
}

.table-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: transparent;
  overflow: hidden;
  min-height: 0;
}

.table-section table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: transparent;
  font-size: 18px;
  color: #fff;
  table-layout: fixed;
}

.table-section thead {
  position: sticky;
  top: 0;
  z-index: 10;
}

.table-section tbody {
  display: block;
  overflow-y: auto;
  max-height: calc(100vh - 400px);
}

.table-section thead tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.table-section tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
  transition: background-color 0.2s ease;
}

.table-section tbody tr:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}

.table-section tbody tr:hover td {
  background: rgba(255, 255, 255, 0.1) !important;
}

.table-section th,
.table-section td {
  padding: 16px 12px!important;
  text-align: left;
  background: #1794B1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}

.table-section th {
  background: #13CBED;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}

/* 序号列 */
.table-section th:first-child,
.table-section td:first-child {
  width: 6%;
}

/* 项目名称列 */
.table-section th:nth-child(2),
.table-section td:nth-child(2) {
  width: 35%;
  min-width: 200px;
}

.table-section tbody::-webkit-scrollbar {
  width: 8px;
  background: rgba(255, 255, 255, 0.1);
}

.table-section tbody::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}

.table-section tbody::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}

.dropdown-container {
  position: relative;
}

.dropdown-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 15px;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 24px;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.dropdown-header:hover {
  border-color: #999;
}

.dropdown-header .arrow {
  transition: transform 0.2s;
  margin-left: 8px;
  transform: rotate(180deg);
}

.dropdown-header.open .arrow {
  transform: rotate(360deg);
}

.dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 5px;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 10000;
}

.dropdown-list.open {
  display: block;
}

.dropdown-item {
  padding: 10px 15px;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
}

.dropdown-item:last-child {
  border-bottom: none;
}

.dropdown-item:hover {
  background: linear-gradient(270deg, #8EF5F7 0%, #7BD6F1 100%);
}

.dropdown-item.selected {
  background: linear-gradient(270deg, #8EF5F7 0%, #7BD6F1 100%);
  color: #1890ff;
}

.sort-indicator {
  margin-left: 8px;
  color: #1890ff;
}

.prefix-text {
  margin-right: 5px;
  color: #666;
}

.bottom_png {
  display: flex;
  align-items: center;
  margin-top: 12px;
  gap: 16px;
}
.bottom_png > div {
  width: 25%;
  cursor: pointer;
  transition: all 0.3s;
  border: 1px solid var(--tr-color-border-divider, #DEE0E3);
}

.bottom_png>div:hover {
  transform: translateY(-2px);
}

.bottom_png>div img {
  width: 100%;
  height: 100px;
}

.scroll-content tbody {
  width: 100%;
  display: table;
}

.scroll-box {
  height: 621px;
  overflow-y: hidden;
}