@charset "UTF-8";
/**
* tab列表页，如今日开标/竞价、交易主体
* date:2023-06-13
* author: qianyuting
*/
/* 主体信息搜索 */
.query-head {
  padding: 22px;
  line-height: 42px;
  font-size: 16px;
  background: #F4F6F9;
  background: -webkit-gradient(linear, left top, left bottom, from(#F4F6F9), to(#fff));
  background: -webkit-linear-gradient(top, #F4F6F9, #fff);
  background: -o-linear-gradient(top, #F4F6F9, #fff);
  background: linear-gradient(to bottom, #F4F6F9, #fff);
  border: 1px solid #fff;
  border-bottom: 1px solid #EDEDED;
  text-align: center;
}

.query-box {
  display: inline-block;
  width: 540px;
  height: 42px;
  line-height: 40px;
  padding: 0 60px 0 24px;
  margin-left: 16px;
  vertical-align: middle;
}

.query-input {
  height: 40px;
  line-height: 40px;
}

.query-btn {
  width: 48px;
  background: #0570FE url("../images/query_ico_l.png") center center no-repeat;
  background: url("../images/query_ico_l.png") center center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#0570FE), to(#4092FF));
  background: url("../images/query_ico_l.png") center center no-repeat, -webkit-linear-gradient(top, #0570FE, #4092FF);
  background: url("../images/query_ico_l.png") center center no-repeat, -o-linear-gradient(top, #0570FE, #4092FF);
  background: url("../images/query_ico_l.png") center center no-repeat, linear-gradient(to bottom, #0570FE, #4092FF);
}

/* tab */
.tab {
  padding: 30px 16px 0;
}

.tab-hd {
  font-size: 0;
  text-align: center;
  margin-bottom: 16px;
}

.hdl {
  position: relative;
  display: inline-block;
  margin: 0 16px;
  font-size: 20px;
  color: #666;
  z-index: 1;
  cursor: pointer;
}

.hdl.active {
  color: #333;
  font-weight: bold;
}

.hdl.active::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background-color: #4683FF;
  z-index: -1;
}

/* 条件 */
.date-txt {
  color: #E9ECF0;
}

.condition {
  padding: 8px;
  line-height: 32px;
  font-size: 16px;
}

.condition input {
  width: 340px;
  height: 32px;
  padding: 0 12px;
  border: 1px solid #DCDFE2;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.condition input.date-input {
  width: 178px;
  height: 32px;
  padding: 0 30px 0 12px;
  background: url("../images/date_ico.png") center right 10px no-repeat;
}

.condition select {
  width: 228px;
  height: 32px;
  padding: 0 24px 0 12px;
  border: 1px solid #DCDFE2;
  border-radius: 2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("../images/sel_ico.png") no-repeat right 12px center !important;
}

.condition select::-ms-expand {
  display: none;
}

.condition select:focus-visible {
  outline: 0;
}

.condition-row {
  padding: 8px 0;
}

.condition-col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.condition-col.w50 {
  width: 50%;
}

.condition-col.w50:first-child {
  padding-right: 20px;
}

.condition-col.w50:last-child {
  padding-left: 20px;
}

.condition-label {
  width: 100px;
  color: #666;
  padding-right: 5px;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.condition-content {
  width: calc(100% - 100px);
}

.condition-content input {
  width: 100%;
}

.condition-content input.date-input {
  width: 178px;
}

.condition-content select {
  width: 100%;
}

.condition-btn {
  display: inline-block;
  height: 32px;
  line-height: 30px;
  padding: 0 16px;
  color: #fff;
  font-size: 14px;
  background-color: #4683FF;
  border: 1px solid #4683FF;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.condition-items {
  padding: 8px 0;
  text-align: center;
}

.condition-item {
  margin-right: 10px;
}

/* 表格 */
.info-table {
  margin-top: 16px;
  width: 100%;
  table-layout: fixed;
}

.info-table th,
.info-table td {
  height: 64px;
  padding: 0 16px;
  font-size: 16px;
  border-bottom: 1px solid #E9ECF0;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.info-table th.idx,
.info-table td.idx {
  padding: 0;
  text-align: center;
}

.info-table th a,
.info-table td a {
  color: #333;
}

.info-table th a:hover,
.info-table td a:hover {
  color: #4683FF;
}

.info-table th {
  height: 44px;
  background-color: rgba(237, 237, 237, 0.8);
}

.info-status {
  display: inline-block;
  padding: 0 8px;
  line-height: 22px;
  border-radius: 11px;
  font-size: 14px;
  font-weight: 600;
  color: #999;
  background-color: #eee;
}

.info-status.green {
  color: #39642F;
  background-color: #E3F8DF;
}

.info-status.red {
  color: #7E4746;
  background-color: #FCE6E8;
}

.font-blue {
  color: #4683FF;
}

.font-grey {
  color: #999;
}
