@charset "UTF-8";
/**
 * 马鞍山市兴马项目咨询有限公司招标采购业务系统建设项目
 * date: 2025-3-6
 * author: wuzhou;
 */
.bid-top {
  height: 500px;
  background: url("../images/jingjia/bid_top.png") center top no-repeat;
}

.login-items {
  display: flex;
  margin-right: -24px;
  flex-wrap: wrap;
}
.login-items .login-item {
  margin-top: 30px;
  margin-right: 24px;
}

.bid-title {
  display: flex;
  margin-top: 30px;
  height: 49px;
  align-items: center;
  justify-content: center;
}
.bid-title > p {
  margin: 0 30px;
}

.category-tab {
  margin: 20px 0;
}
.category-tab .tab-hd {
  display: flex;
  background-color: #f7f7f7;
}
.category-tab .tab-hd .tab-hd-item {
  width: 200px;
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}
.category-tab .tab-hd .tab-hd-item:not(:last-child) {
  margin-right: 5px;
}
.category-tab .tab-hd .tab-hd-item.active {
  border-radius: 4px;
  font-weight: 700;
  color: #fff;
  background: url("../images/jingjia/bid_tab_active.png") center no-repeat #f97d10;
}

.category-more {
  margin-left: auto;
  line-height: 46px;
  color: #666;
  margin-right: 16px;
}

.project-boxs {
  display: flex;
  flex-wrap: wrap;
  margin-right: -24px;
}
.project-boxs .project-box {
  position: relative;
  margin-top: 20px;
  width: 25%;
  box-sizing: border-box;
  padding-right: 24px;
}
.project-boxs .project-box.ongoing .date-area {
  color: #f97d10;
}
.project-boxs .project-box.ongoing .date-area > p {
  border-color: #f97d10;
}
.project-boxs .project-box:hover .project-container:before {
  border: 2px solid #f97d10;
}

.project-container {
  position: relative;
  display: block;
  height: 349px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
}
.project-container:before {
  position: absolute;
  content: "";
  left: -2px;
  top: -2px;
  right: -2px;
  bottom: -2px;
  z-index: 10;
  pointer-events: none;
}

.project-img {
  position: relative;
  border: 2px solid #fff;
  height: 176px;
}
.project-img img {
  width: 100%;
  height: 100%;
}
.project-img .tag {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 10px;
  height: 22px;
  line-height: 22px;
  font-size: 13px;
  color: #fff;
  border-bottom-right-radius: 12px;
}
.project-img .tag.free-bid {
  background-color: #f97d10;
}
.project-img .tag.in-progress {
  background-color: #52c41a;
}
.project-img .tag.delayed-bid {
  background-color: #cf1322;
}
.project-img .tag.already-deal {
  background-color: #a8afbe;
}
.project-img .tag.no-deal {
  background-color: #df3cff;
}

.project-name {
  display: block;
  color: #222;
  margin: 12px 12px 0;
  overflow: hidden;
  /* 两行显示省略号 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 48px;
  line-height: 24px;
  font-size: 16px;
}

.date-area {
  display: flex;
  align-items: center;
  margin: 10px 0;
  height: 26px;
  font-size: 15px;
  margin-left: 12px;
  color: #999;
}
.date-area > span {
  color: #333;
}
.date-area > p {
  margin: 0 6px;
  font-size: 15px;
  font-weight: 700;
  width: 30px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.project-info {
  display: flex;
  margin: 0 12px;
}
.project-info > .project-info-item:first-child {
  width: 62%;
}
.project-info > .project-info-item:nth-child(2) {
  width: 38%;
}
.project-info > .project-info-item > p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.project-info > .project-info-item > p:first-child {
  color: #999;
  line-height: 21px;
  height: 21px;
}
.project-info > .project-info-item > p:nth-child(2) {
  height: 30px;
  line-height: 30px;
  color: #666;
}
.project-info > .project-info-item > p:nth-child(2) > span {
  font-size: 20px;
  color: #d73434;
}

.no-data {
  margin: 110px auto;
  box-sizing: border-box;
  width: 240px;
  height: 253px;
  padding-top: 228px;
  background: url("../images/jingjia/bid_no_data.png") center top no-repeat;
}
.no-data > p {
  line-height: 18px;
  height: 18px;
  text-align: center;
  color: #666;
  font-size: 16px;
}

/* 2026-1-19 */
.trade-search {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.trade-search .search-title {
  color: #333;
}
.trade-search .search-wrap {
  position: relative;
  box-sizing: border-box;
  border-radius: 4px;
  width: 472px;
  height: 36px;
  overflow: hidden;
  border: 1px solid rgba(153, 153, 153, 0.3);
}
.trade-search .search-input {
  box-sizing: border-box;
  padding: 0 39px 0 9px;
  width: 100%;
  height: 34px;
  line-height: 34px;
  border: none;
  outline: 0;
  background: #fff;
}
.trade-search .search-btn {
  position: absolute;
  top: 50%;
  right: 9px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url("../images/jingjia/icon_search.png") center center no-repeat;
}
.trade-search .advanced-search {
  position: absolute;
  top: 102px;
  right: 24px;
  display: none;
  width: 344px;
  min-height: 445px;
  padding: 14px 13px;
  border-radius: 2px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 7.1px 0px rgba(148, 148, 148, 0.26);
  box-shadow: 0px 5px 7.1px 0px rgba(148, 148, 148, 0.26);
}
.trade-search .advanced-search-btn {
  box-sizing: border-box;
  margin-left: 10px;
  padding-left: 12px;
  width: 110px;
  height: 36px;
  line-height: 36px;
  color: #f97d10;
  border-radius: 4px;
  border: 1px solid #f97d10;
  background: url("../images/jingjia/advanced_icon1.png") calc(100% - 12px) 50% no-repeat #fff;
}
.trade-search .advanced-search-btn.active {
  color: #fff;
  background-image: url("../images/jingjia/advanced_icon.png");
  background-color: #f97d10;
}

.advanced-area {
  display: none;
  padding-top: 5px;
  font-size: 16px;
}
.advanced-area .release-date {
  display: flex;
  align-items: flex-start;
}
.advanced-area .select-title {
  margin-top: 15px;
  line-height: 30px;
  min-width: 90px;
  text-align: right;
}
.advanced-area .date-selects {
  display: flex;
  flex-wrap: wrap;
}
.advanced-area .date-selects .date-select {
  margin-top: 15px;
  padding: 0 12px;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  border-radius: 4px;
  color: #666;
  cursor: pointer;
  background-color: #f7f7f7;
}
.advanced-area .date-selects .date-select.current {
  color: #fff;
  background: #f97d10;
}
.advanced-area + .category-tab {
  margin-top: 25px;
}

.info-table {
  width: 100%;
  table-layout: fixed;
  margin-top: 16px;
  font-size: 16px;
}
.info-table thead th {
  height: 46px;
  padding: 0 10px;
  color: #333;
  background-color: #f7f7f7;
}
.info-table tbody tr td {
  padding: 11px 10px;
  box-sizing: border-box;
  height: 46px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.info-table tbody tr td a {
  color: #333;
}

.inProgress {
  color: #34AB42;
}

.deadlineExceeded {
  color: #D73434;
}

.completed {
  color: #999;
}