@charset "UTF-8";
/**
 * 采购信息详情
 * date: 2022-11-23
 * author: jyxuan;
 */
/* 投诉按钮 */
.complaint {
  display: block;
  margin: 35px auto 0;
  width: 168px;
  height: 40px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  border-radius: 4px;
  background-color: #0066ff;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.complaint:hover {
  opacity: 0.85;
}



/*.module-main-bd>table {
    margin: 0 auto !important;
}
*/

.info-con + .info-con {
  margin-top: 20px;
}
.info-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  height: 32px;
  color: #0052ac;
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
}
.info-title-text {
  position: relative;
}
.info-title-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0052ac;
}
.info-table {
  table-layout: fixed;
  width: 100%;
}
.info-table.other-table > tbody > tr {
  height: 50px;
}
.info-table.other-table > tbody > tr:first-child > td {
  font-weight: bold;
  text-align: center;
  background-color: #fafafa;
}
.info-table.other-table > tbody > tr:not(:first-child) > td {
  font-weight: normal;
  text-align: center;
  background-color: #fff;
}
.info-table > tbody > tr {
  height: 50px;
}
.info-table > tbody > tr > td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #e3e3e3;
}
.info-table > tbody > tr > td:nth-child(odd) {
  font-weight: bold;
  text-align: right;
  background-color: #fafafa;
}