/* TRO案件查询页面样式 - 深色清新风格 */
.particle-page { 
  position: fixed; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden; 
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  z-index: 0;
}
.particle-container-tro { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; padding: 0; margin: 0; border: none; opacity: 1; }
.particle-container-tro canvas { position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important; object-fit: cover; }
.processing-container { position: relative; min-height: 100vh; }
.processing-inner {
  position: relative; 
  z-index: 1;
  padding: 100px 2% 12px; /* 调整左右内边距为2% */
  display: flex; 
  flex-direction: column;
  align-items: center; 
  width: 100%; 
  max-width: 100%;
  margin: 0;
  height: auto;
}
.processing { width: 100%; max-width: none !important; color: #fff !important; padding: 0; margin: 0; }
.processing {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.processing .title-group .title2 { color: #fff !important; }
.processing .logo-top {
  display: flex; 
  gap: 15px; 
  font-size: 32px;
  font-weight: 600;
  margin: 20px 0 20px;
  color: #fff;
  align-items: center;
  justify-content: center;
  letter-spacing: 1px;
}
.processing .search-box { 
  margin-bottom: 15px !important;
  width: 100%;
  max-width: 700px;
  display: flex;
  box-shadow: 0 8px 30px rgba(0,0,0,0.2);
  border-radius: 30px;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
}
.processing .table-wrapper { 
  padding: 0; 
  margin: 0 auto 20px;
  width: 100vw;
  max-width: 1200px !important;
  overflow-x: auto;
  overflow-y: visible;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  border: none;
}
.processing .font-bot { 
  margin: 14px 0 10px;
  color: #888;
  font-size: 14px;
  text-align: center;
}
.processing .table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1px;
}
.processing .table-box {
  width: 100%;
  min-width: 860px;
  margin: 0 auto;
  background: transparent;
  border-collapse: collapse;
  border: 1px solid #eee;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.processing .table-box,
.processing .table-box tbody,
.processing .table-box tr,
.processing .table-box .td {
  overflow: visible;
}
.processing .title-group {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: center; /* 改为居中对齐 */
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  padding: 8px 0; /* 减少内边距 */
  margin-bottom: 15px; /* 减少外边距 */
  border-bottom: 1px solid rgba(255,255,255,0.1);
  font-size: 14px;
  color: #aaa;
}
.processing .table-box tbody tr:nth-child(even) { 
  background-color: rgba(255,255,255,0.08) !important;
}
.processing .table-box tbody tr.row-options-open {
  z-index: 120;
}
.processing .table-box tbody tr:hover { 
  background-color: rgba(255,255,255,0.12) !important;
}
.processing .table-box td {
  padding: 12px 15px;
  font-size: 12px;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,0.08);
  white-space: nowrap;
  line-height: 1.4;
  text-align: center;
  position: relative;
  min-width: 85px !important;
  max-width: 260px;
}
.processing .table-box td p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
}
.processing .table-box td.td-join.option-open {
  z-index: 130;
}
.processing .table-box td:nth-child(4),
.processing .table-box td:nth-child(5) {
  text-align: left;
}
.processing .table-box td:nth-child(2),
.processing .table-box td:nth-child(3),
.processing .table-box td:nth-child(6),
.processing .table-box td:nth-child(7),
.processing .table-box td:nth-child(8) {
  text-align: center;
}
.processing .table-box td.lianjie { 
  color: #fe9906 !important;
  font-weight: 500;
}
.processing .table-box td .lianjie { 
  color: #fe9906;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s;
  padding: 6px 12px;
  border-radius: 4px;
  background: rgba(254,153,6,0.12);
}
.processing .table-box td.td-join .lianjie {
  color: var(--primary-color);
  cursor: pointer;
  padding: 2px 4px;
  transition: all 0.2s;
  text-decoration: underline;
  background: transparent;
  border-radius: 0;
}
.processing .table-box td.lianjie:hover,
.processing .table-box td .lianjie:hover { 
  color: #fff !important;
  background: #fe9906;
  cursor: pointer;
}
.processing .table-box td .lianjie.active { 
  color: #fff !important;
  background: #fe9906;
}
.processing .table-box td.td-join .lianjie:hover,
.processing .table-box td.td-join .lianjie.active {
  color: #000 !important;
  background: transparent;
}
.processing .table-box th { 
  color: #fff !important;
  font-weight: 600;
  font-size: 13px;
}
.processing .table-box .table-head th {
  background: #f59a00 !important;
  color: #fff !important;
  padding: 12px 5px;
  text-align: center;
  font-weight: 600;
  border: 1px solid rgba(255,255,255,0.12);
  white-space: nowrap;
  min-width: 105px !important;
}
.processing .table-box .table-head th:nth-child(4),
.processing .table-box .table-head th:nth-child(5) {
  text-align: center;
}
.processing .search-box input {
  height: 56px;
  border-radius: 28px 0 0 28px;
  border: 1px solid rgba(255,255,255,0.2);
  border-right: none;
  padding: 0 30px;
  font-size: 16px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: transparent;
  color: #fff;
  flex: 1;
}
.processing .search-box input::placeholder {
  color: rgba(255,255,255,0.5);
}
.processing .search-box input:focus {
  border-color: #fe9906;
  background: rgba(0,0,0,0.2);
  outline: none;
}
.processing .search-box button {
  height: 56px;
  padding: 0 40px;
  border-radius: 0 28px 28px 0;
  background: #fe9906;
  border: 1px solid #fe9906;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.processing .search-box button:hover {
  background: #ffab2e;
  border-color: #ffab2e;
}
.processing .table-box td.td-join .options-box {
  position: absolute;
  z-index: 150;
  min-width: 120px;
  margin-top: 5px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(107,105,105,0.5);
  overflow: hidden;
}
.processing .table-box td.td-join .option-item {
  padding: 8px 12px;
  cursor: pointer;
  transition: background-color 0.2s;
  color: #000;
}
.processing .table-box td.td-join .option-item:hover {
  background-color: #f3f4f6;
}
.processing .table-box td.td-join .option-item:not(:last-child) {
  border-bottom: 1px solid #e5e7eb;
}
/* 确保底部不被固定背景遮挡，并强制样式 */
#app-footer {
  position: relative;
  z-index: 100;
  width: 100%;
  background-color: #000;
}
.bottomnn {
  background-color: #000 !important;
  color: #fff !important;
}
.bottomnn .viewNav li dt,
.bottomnn .viewNav li dd,
.bottomnn .viewNav-tow .span-t,
.bottomnn .viewNav-tow .bot-tt span, 
.bottomnn .viewNav-tow .bot-t span,
.bottomnn .bottom-tow p,
.bottomnn .bottom-tow span {
  color: #fff !important;
}
.processing .paging { 
  display: flex !important; 
  margin: 12px 0 8px !important; 
  flex-direction: column !important;
  align-items: center;
}
.processing .paging .pagination-controls button {
  padding: 8px 16px;
  font-size: 15px;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.1);
  color: #fff;
  margin: 0 4px;
  transition: all 0.2s;
}
.processing .paging .pagination-controls button:hover:not([disabled]) {
  border-color: #fe9906;
  background: rgba(254,153,6,0.2);
  color: #fff;
}
.processing .paging .pagination-controls button.active {
  background: #fe9906;
  border-color: #fe9906;
  color: #fff;
}
.shensu-box { width: 100vw; height: 100vh; background-color: rgba(0,0,0,0.4); position: fixed; top: 30px; left: 0; z-index: 999; display: none; }
.shensu-box.active { display: block; }
@media (max-width: 768px) {
  .processing .logo-top { 
    flex-direction: column; 
    align-items: center;
    font-size: 24px;
  }
  .processing .table-box td {
    padding: 16px 12px;
    font-size: 14px;
  }
  .processing .table-box .table-head th {
    padding: 16px 12px;
    font-size: 14px;
  }
  .processing-inner {
    padding: 100px 10px 12px;
  }
}
