@charset "UTF-8";
/**
* 上海市建设工程交易平台网站建设项目(临时)
* date:2025-5-19
* author: hjh;
 */
/* 右侧 */
.page-bd {
  padding: 16px 16px 20px 16px;
  min-height: 400px;
}

.condition {
  background: #fff;
  box-shadow: 0px 2px 14px 0px rgba(4, 44, 101, 0.1);
  margin-bottom: 20px;
  padding: 16px;
}
.condition-row {
  position: relative;
  display: flex;
  margin-top: 12px;
}
.condition-row:first-child {
  margin-top: 0;
}
.condition-item {
  display: flex;
  margin-left: 20px;
}
.condition-item:first-child {
  margin-left: 0;
}
.condition-label {
  color: #666;
  font-size: 14px;
  line-height: 28px;
  margin-right: 6px;
  white-space: nowrap;
}
.condition-control.select {
  width: 222px;
}
.condition-input {
  width: 222px;
  height: 28px;
  padding: 0px 10px;
  border-radius: 2px;
  border: 1px solid #d6d6d6;
  background: #fff;
  box-sizing: border-box;
}
.condition-input:focus {
  border: 1px solid #226fd8;
}
.condition-input.time {
  background: url("../images/time.png") no-repeat right 10px center;
}
.condition-search {
  padding: 0 12px;
  height: 28px;
  line-height: 28px;
  border-radius: 2px;
  background: #226fd8;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
}
.condition-search:hover {
  opacity: 0.8;
}

.type-list {
  margin-right: -6px;
  margin-top: -6px;
  display: flex;
  flex-wrap: wrap;
}
.type-item {
  color: #666;
  font-size: 14px;
  line-height: 28px;
  padding: 0 12px;
  justify-content: center;
  border-radius: 2px;
  background: #f7f7f7;
  margin-right: 6px;
  margin-top: 6px;
  cursor: pointer;
}
.type-item.active {
  color: #fff;
  background: #226fd8;
}

/* 20250609修改 */
.content-right {
  width: 100%;
}

.tab-list {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 2px #5193eb;
}
.tab-item {
  width: 232px;
  height: 56px;
  border-radius: 10px;
  border: 1px solid #fff;
  background: linear-gradient(180deg, #f3f8ff 0%, #fff 100%);
  backdrop-filter: blur(2px);
  box-sizing: border-box;
}
.tab-item.active {
  border-radius: 10px 10px 0 0;
  height: 60px;
  background: url("../images/tab_h.png") no-repeat center;
  border: 0;
  font-weight: 700;
}
.tab-item.active .tab-a {
  color: #fff;
}
.tab-a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #666;
  font-size: 16px;
  line-height: 56px;
}