@charset "UTF-8";
/**
 * 0315马鞍山市兴马项目咨询有限公司招标采购业务系统建设项目
 * date: 2024-3-14
 * author: zhaodingqi;
 */
.trade-box {
  margin-top: 20px;
  height: 108px;
  padding-top: 21px;
  background: url("../images/trade_bg.png") center no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.trade-title {
  height: 19px;
  line-height: 19px;
  font-size: 26px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
.trade-nav {
  margin-top: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.trade-nav-li {
  padding: 0 20px;
  height: 44px;
  line-height: 44px;
}
.trade-nav-link {
  position: relative;
  display: block;
  height: 100%;
  font-size: 20px;
  color: #666;
}
.trade-nav-link:hover, .trade-nav-link.current, .trade-nav-link.active {
  font-weight: bold;
  color: #1c77ff;
}
.trade-nav-link:hover::before, .trade-nav-link.current::before, .trade-nav-link.active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 3px;
  width: 21px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #1c77ff;
}
.trade-filter {
  margin-top: 20px;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.trade-filter-row {
  position: relative;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 30px;
}
.trade-filter-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 10px;
  font-size: 15px;
  color: #7c8ba1;
}
.trade-filter-list {
  margin: -10px 0 0 -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.trade-filter-li {
  margin: 10px 0 0 12px;
  padding: 0 15px;
  height: 30px;
  color: #7c8ba1;
  background: rgba(242, 245, 254, 0.85);
  border-radius: 3px;
  cursor: pointer;
}
.trade-filter-li:hover, .trade-filter-li.current, .trade-filter-li.active {
  background-color: #1c77ff;
  color: #fff;
}
.trade-filter-date {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.trade-filter-input {
  width: 120px;
  height: 32px;
  padding: 0 30px 0 10px;
  line-height: 30px;
  font-size: 15px;
  border: 1px solid #dce3e9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../images/date_ico.png") right 7px center no-repeat;
}
.trade-filter-input::-webkit-input-placeholder {
  color: #aab5c5;
}
.trade-filter-input::-moz-placeholder {
  color: #aab5c5;
}
.trade-filter-input:-ms-input-placeholder {
  color: #aab5c5;
}
.trade-filter-input::-ms-input-placeholder {
  color: #aab5c5;
}
.trade-filter-input::placeholder {
  color: #aab5c5;
}
.trade-filter-to {
  padding: 0 10px;
  font-size: 14px;
  color: #aab5c5;
}
.trade-minor {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 16px 0 0;
  height: 48px;
  background: #eef5ff;
  border-top: 1px solid #1c77ff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.trade-minor-title {
  padding: 0 16px;
  height: 48px;
  margin-top: -1px;
  line-height: 46px;
  background: url("../images/minor_title_bg.jpg") center/100% 100% no-repeat;
  -webkit-box-shadow: 1px 1px 8px #d8e1ea;
          box-shadow: 1px 1px 8px #d8e1ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.trade-minor-search {
  width: 200px;
  height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px;
  background: #fff;
  overflow: hidden;
}
.trade-minor-input {
  width: calc(100% - 36px);
  height: 100%;
  padding-left: 16px;
  line-height: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.trade-minor-btn {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 100%;
  background: url("../images/search_ico.png") center no-repeat;
  cursor: pointer;
}
.trade-info {
  margin-top: 20px;
  padding: 0 10px;
}
.trade-info-li {
  width: 100%;
  height: 60px;
}
.trade-info-link {
  width: 100%;
  height: 100%;
  padding: 0 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 59px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dashed #dbdbdb;
  background: url("../images/line_ico.png") left 22px no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.trade-info-tag {
  height: 32px;
  padding: 0 12px;
  margin-right: 10px;
  background: #f4fff3;
  line-height: 30px;
  border: 1px solid #028f32;
  font-size: 16px;
  color: #028f32;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.trade-info-tag[data-status="1"] {
  color: #f76e00;
  background-color: rgba(247, 111, 0, 0.1);
  border-color: #f76e00;
}
.trade-info-tag[data-status="2"] {
  background: #f9fafc;
  border-color: #d7e3f3;
  color: #b8c5d7;
}
.trade-info-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333;
  font-size: 16px;
}
.trade-info-time {
  width: 113px;
  color: #aab5c5;
  text-align: right;
  font-size: 16px;
}