@charset "UTF-8";
/**
 * 采购需求
 * date:2024-01-04
 * author: xujaiwei;
 */
.main {
  padding-top: 19px;
  padding-bottom: 30px;
}

.mod-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 62px;
  padding-right: 20px;
  background: #fff;
  margin-bottom: 16px;
}
.mod-top h2 {
  width: 134px;
  line-height: 62px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(180deg, #197aff 0%, #529bff 100%);
}
.mod-content {
  background: #fff;
  padding: 20px;
}

.search {
  position: relative;
  width: 278px;
  height: 34px;
}
.search-ipt {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 70px 0 10px;
  border-radius: 2px;
  border: 1px solid #d6d6d6;
  background: #fff;
}
.search-btn {
  position: absolute;
  width: 60px;
  height: 34px;
  line-height: 34px;
  right: 0;
  top: 0;
  border-radius: 2px;
  background: #197aff;
  text-align: center;
  color: #fff;
}

table th {
  box-sizing: border-box;
  background: #fafafa;
  height: 48px;
  text-align: center;
}
table td {
  box-sizing: border-box;
  height: 50px;
    font-size: 14px;
}
table tbody tr {
  border-bottom: 1px dashed #d3d3d3;
}

.center {
  text-align: center;
}

table th {
  text-align: left;
}

td[data-state="1"] {
  color: #ff7816;
}
td[data-state="2"] {
  color: #197aff;
}

/* searchno */
.searchno {
	min-height: 200px;
	margin-top: 100px;
}

.searchno .serh-ns {
	text-align: center;
	height: 32px;
	line-height: 32px;
	width: 280px;
	margin: 25px auto;
}

.searchno .ns-icon {
	float: left;
	height: 32px;
	margin-right: 10px;
}

.searchno .ns-content {
	float: left;
	font-size: 16px;
	font-weight: 700;
	color: #f60;
}

/* 20250331 调整优化 */

table tbody tr:hover {
  color: #197aff;
  cursor: pointer;
}