@charset "UTF-8";
/**
 * 湖北省成套招标股份有限公司楚天云采平台功能优化升级项目
 * date: 2025-7-1
 * author: wuzhou;
 */
body {
  background:#fff;
}
.list-table {
  padding: 30px 0 54px;
}

.list-table .align-center {
  text-align: center;
}

.list-table table {
  width: 100%;
  table-layout: fixed;
}

.list-table table th,
.list-table table td {
  height: 50px;
  padding: 0 10px;
  color: #333;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-right: 2px solid #fff;
}

.list-table table th:last-child,
.list-table table td:last-child {
  border: none;
}

.list-table table th {
  height: 50px;
  background-color: #eef3fc;
}

.list-table table tr:nth-child(even) td {
  background-color: #eef3fc;
}

.list-table table td:nth-child(2) {
  padding: 0 20px;
}

.list-tbody {
  margin-right: -10px;
  padding-right: 10px;
  max-height: 500px;
  box-sizing: border-box;
  overflow-y: overlay;
}

.list-tbody::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.list-tbody::-webkit-scrollbar-track {
  border-radius: 2px;
  border: 0;
  background-color: #fff !important;
}

.list-tbody::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #e9ecef;
}

.list-tbody::-webkit-scrollbar-thumb:hover {
  background-color: #e9ecef;
}

/*IE个性化滚动条*/
body .list-tbody {
  scrollbar-arrow-color: #e9ecef;
  scrollbar-face-color: #e9ecef;
  scrollbar-highlight-color: #e9ecef;
  scrollbar-shadow-color: #e9ecef;
  scrollbar-track-color: #e9ecef;
}
