@charset "UTF-8";
/**
 * 马鞍山市兴马项目咨询有限公司招标采购业务系统建设项目
 * date: 2025-3-6
 * author: wuzhou;
 */
.bid-container {
  padding: 40px;
  min-height: 500px;
  border: 1px solid #c7d5e3;
}

.bid-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
}
.bid-title > p {
  margin: 0 20px;
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
}

.date-table {
  width: 100%;
  table-layout: fixed;
}
.date-table > thead th {
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  height: 42px;
  padding-left: 10px;
  background-color: #FEA632;
}
.date-table > thead th:first-child {
  padding: 0;
  text-align: center;
}
.date-table > tbody td {
  padding: 10px;
  height: 36px;
  font-size: 15px;
  word-break: break-all;
}
.date-table > tbody td:first-child {
  padding: 0;
  text-align: center;
}
.date-table > tbody tr:nth-child(even) > td {
  background-color: #F6F6F6;
}

/* 条件 */
.condition-bar {
  margin-top: 20px;
  padding: 15px 0;
  line-height: 30px;
  font-size: 15px;
  border-top: 1px solid #E6E6E6;
}
.condition-item {
  /* display: -webkit-box; */
  display: -ms-flexbox;
  display: flex;
}
.condition-label {
  color: #646464;
}

.ml40 {
  margin-left: 40px;
}

.date-box {
  position: relative;
}
.date-input {
  width: 170px;
  height: 30px;
  padding: 0 34px 0 10px;
  background: url("../images/calendar_ico.png") right 10px center no-repeat;
  border: 1px solid #E6E6E6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.date-input.trigger {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.tag-item {
  margin-right: 12px;
  padding: 0 10px;
  border-radius: 2px;
  cursor: pointer;
}
.tag-item:last-child {
  margin-right: 0;
}
.tag-item.current, .tag-item:hover {
  color: #fff;
  background: #3180A9;
  font-weight: bold;
}
.date > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
 .layui-input {
  width: 160px;
}

.layui-input {
  height: 30px;
  padding: 0 28px 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #DCDFE2;
  background: url("../images/date.png") no-repeat right 10px center;
}

.layui-form-mid {
  width: 12px;
  height: 1px;
  background: #C8C8C8;
  margin: 10px 6px;
}
