@charset "UTF-8";
/**
* 义乌市阳光招标采购平台建设服务项目
* date:2025-6-5
* author: xujiawei;
 */
 body {
  overflow-y: auto !important;
}
.bid-wrap {
  padding: 12px 24px 24px 24px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 14px 0 rgba(4, 44, 101, 0.1);
  margin-bottom: 24px;
}
.bid-tt {
  height: 56px;
  border-bottom: 1px solid #e6e6e6;
  box-sizing: border-box;
}
.bid-tt > h2 {
  color: #091221;
  font-size: 20px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: -0.5px;
  position: relative;
  padding-left: 16px;
}
.bid-tt > h2:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 4px;
  height: 18px;
  background: #114eaa;
}
.bid-condition {
  display: flex;
  align-items: center;
  height: 64px;
}
.bid-condition-item {
  display: flex;
}
.bid-condition-item:first-child .label {
  width: auto;
}
.bid-condition-item .label {
  width: 118px;
  color: #8992a9;
  font-size: 14px;
  line-height: 32px;
  text-align: right;
  margin-right: 2px;
  white-space: nowrap;
}
.bid-condition-item .chosen-container-single .chosen-single {
  border: 1px solid #dcdfe2;
  height: 32px;
  line-height: 30px;
  padding-left: 12px;
  background: #fff;
  box-shadow: none;
}
.bid-condition-item .chosen-container-single .chosen-single span {
  margin-right: 28px;
}
.bid-condition-item .chosen-container-single .chosen-single div {
  width: 28px;
}
.bid-condition-item .chosen-container-single .chosen-single div b {
  background: url("../images/bid/chosen_arrow.png") no-repeat left 5px center;
}
.bid-condition-item .chosen-container-active.chosen-with-drop .chosen-single div b {
  background: url("../images/bid/chosen_arrow_up.png") no-repeat left 5px center;
}
.bid-condition-item .chosen-container .chosen-results li.highlighted {
  background: #114eaa;
}
.bid-condition-input {
  width: 281px;
  height: 32px;
  padding: 0 12px;
  border: 1px solid #dcdfe2;
  background: #fff;
  outline: none;
  box-sizing: border-box;
}
.bid-condition-input:focus {
  border-color: #114eaa;
}
.bid-condition-selectwrap {
  width: 176px;
}
.bid-condition-btn {
  width: 60px;
  height: 32px;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  border-radius: 2px;
  background: #114eaa;
  text-align: center;
  margin-left: 40px;
}
.bid-condition-btn:hover {
  opacity: 0.8;
}
.bid-list {
  display: flex;
  flex-wrap: wrap;
}
.bid-item {
  width: calc((100% - 40px) / 3);
  height: 312px;
  border-radius: 6px;
  border: 1px solid #ecedf2;
  box-shadow: 0 4px 20px 0 rgba(166, 166, 166, 0.1);
  margin-right: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
  overflow: hidden;
}
.bid-item:nth-child(3n) {
  margin-right: 0;
}
.bid-item:nth-child(n-3) {
  margin-bottom: 0;
}
.bid-tit {
  padding: 12px 16px;
  height: 72px;
  background: linear-gradient(0deg, #f0f4ff 0%, #fff 100%);
  box-sizing: border-box;
  position: relative;
}
.bid-tit:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 16px;
  position: absolute;
  top: 16px;
  left: 0;
  background: #114eaa;
}
.bid-tit > h2 {
  overflow: hidden;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  font-weight: 600;
}
.bid-info {
  padding: 12px 12px 16px;
}
.bid-info-item {
  color: #999;
  font-size: 16px;
  line-height: 32px;
  display: flex;
}
.bid-info-item + .bid-info-item {
  margin-top: 4px;
}
.bid-detail {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  background: #114eaa;
}
.bid-detail:hover {
  opacity: 0.8;
}
.bid-detail-wrap {
  height: 68px;
  border-top: 1px solid #ecedf2;
  background: #fff;
  padding: 16px;
  box-sizing: border-box;
}

.public-pager .m-pagination-page > li {
  margin-right: 6px;
}

.public-pager .m-pagination-size {
  padding-right: 6px;
}