@charset "UTF-8";
/**
 * 马鞍山市兴马项目咨询有限公司招标采购业务系统建设项目
 * date: 2025-3-6
 * author: wuzhou;
 */
.bid-top {
  height: 500px;
  background: url("../images/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/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/bid_no_data.png") center top no-repeat;
}
.no-data > p {
  line-height: 18px;
  height: 18px;
  text-align: center;
  color: #666;
  font-size: 16px;
}