@charset "UTF-8";
/**
* 交易主体详情
* date:2023-06-14
* author: qianyuting
*/
.top-info {
  padding: 15px 30px;
  line-height: 40px;
  margin-bottom: 15px;
  border-bottom: 1px solid #EDEDED;
}

.top-info-name {
  width: 60%;
  font-size: 20px;
  font-weight: 600;
}

.top-info-code {
  max-width: 40%;
  color: #999;
}

/* 锚点 */
.tab {
  padding: 15px;
}

.tab-hd {
  font-size: 0;
  text-align: center;
}

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

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

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

/* 基础信息、资质、许可、人员、业绩、获奖 */
.content {
  padding: 15px 30px 30px;
}

.mod {
  margin-bottom: 30px;
}

.mod:last-child {
  margin-bottom: 0;
}

.mod-tit {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.base-table {
  width: 100%;
  table-layout: fixed;
}

.base-table th,
.base-table td {
  height: 48px;
  padding: 10px 16px;
  line-height: 22px;
  font-size: 16px;
  border: 1px solid #E9ECF0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.base-table th.base-label,
.base-table td.base-label {
  background-color: #FBFBFB;
}

.qualification-table {
  margin-top: 16px;
  width: 100%;
  table-layout: fixed;
}

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

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

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

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

.qualification-table th.align-c,
.qualification-table td.align-c {
  text-align: center;
}

.qualification-table th {
  height: 44px;
  color: #fff;
  background-color: #4683FF;
}

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

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

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

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

.font-grey {
  color: #999;
}
