/* 新案件查询页面样式 - 现代玻璃态风格（与trocasequery一致） */
.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-newcase { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; padding: 0; margin: 0; border: none; opacity: 1; }
.particle-container-newcase 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;
  display: flex; 
  flex-direction: column;
  align-items: center; 
  width: 100%; 
  max-width: 100%;
  margin: 0;
  height: auto;
}
.processing { 
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%; 
  max-width: 1200px;
  color: #fff !important; 
  padding: 0; 
  margin: 0 auto;
}
.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 .logo-top img { width: 120px; cursor: pointer; }
.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 .title-numuser { color: #aaa; width: 100%; text-align: center; margin: 0 auto; font-size: 14px; }
.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: 12px 0 8px;
  color: #888;
  font-size: 14px;
  text-align: center;
}
.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.lianjie { 
  color: #fe9906 !important;
  font-weight: 500;
}
.processing .table-box td .lianjie { 
  color: var(--primary-color);
  cursor: pointer;
  padding: 2px 4px;
  transition: all 0.2s;
  text-decoration: underline;
}
.processing .table-box td.lianjie:hover,
.processing .table-box td .lianjie:hover { 
  color: #000 !important;
}
.processing .table-box td .lianjie.active { 
  color: #000 !important;
}
.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;
}
.options-box {
  position: absolute; z-index: 10; 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 .options-box {
  z-index: 150;
}
.options-box .option-item { padding: 8px 12px; cursor: pointer; transition: background-color 0.2s; color: #000; }
.options-box .option-item:hover { background-color: #f3f4f6; }
.options-box .option-item:not(:last-child) { border-bottom: 1px solid #e5e7eb; }
.processing .paging { 
  display: flex !important; 
  margin: 16px 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; }
#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;
}
@media (max-width: 768px) {
  .processing .logo-top { 
    flex-direction: column; 
    align-items: center;
    font-size: 24px;
  }
  .processing .search-box {
    width: calc(100% - 24px);
    max-width: none;
    margin: 0 auto 14px !important;
    position: relative;
    display: flex;
    align-items: stretch;
    box-shadow: 0 10px 24px rgba(0,0,0,0.2);
    background: rgba(22, 24, 35, 0.72);
    backdrop-filter: blur(14px);
    border-radius: 26px;
    border: 1px solid rgba(255,255,255,0.12);
    overflow: hidden;
    gap: 0;
  }
  .processing .search-box input {
    flex: 0 0 74%;
    width: 74%;
    min-width: 0;
    height: 52px;
    padding: 0 18px;
    font-size: 15px;
    color: #fff;
    border-radius: 26px 0 0 26px;
    background: transparent;
    border: none;
  }
  .processing .search-box .search-btn {
    position: static !important;
    right: auto !important;
    top: auto !important;
    width: 26%;
    min-width: 96px;
    height: 52px;
    padding: 0;
    font-size: 15px;
    color: #fff;
    border-radius: 0 26px 26px 0;
    border: none;
    background: linear-gradient(135deg, #fe9906 0%, #ffb648 100%) !important;
    box-shadow: none;
    flex: 0 0 26%;
    transform: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
  }
  .processing .search-box .search-btn::before,
  .processing .search-box .search-btn::after {
    content: none !important;
    display: none !important;
  }
  .processing .title-numuser { width: 90%; }
  .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 20px;
  }
}
