@charset "UTF-8";
/**
 * 马鞍山市兴马项目咨询有限公司招标采购业务系统建设项目
 * date: 2025-3-6
 * author: wuzhou;
 */
.trade-details {
  padding: 32px 0;
  background-color: #fff;
}
.trade-details + #footer {
  margin-top: -10px;
}

.details-title {
  font-weight: 500;
  font-size: 28px;
  text-align: center;
  line-height: 42px;
}

.state-items {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.state-items > .state-item {
  position: relative;
  padding-left: 28px;
  line-height: 22px;
}
.state-items > .state-item:not(:first-child) {
  margin-left: 30px;
}
.state-items > .state-item:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 12px;
  background-color: #e5e9ee;
}
.state-items > .state-item:first-child:before {
  background-color: #43b67e;
}
.state-items > .state-item:nth-child(2):before {
  background-color: #02a7f0;
}

.step-items {
  display: flex;
}
.step-items > .step-item {
  position: relative;
  margin-top: 15px;
  flex: 1;
  border-radius: 24px;
  background-color: #e5e9ee;
}
.step-items > .step-item:not(:first-child) {
  margin-left: 10px;
}
.step-items > .step-item > a {
  display: block;
  text-align: center;
  line-height: 48px;
  font-weight: 700;
  font-size: 18px;
  color: #666;
}
.step-items > .step-item:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 11px 0 11px;
  border-color: transparent transparent transparent transparent;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
}
.step-items > .step-item.active:before {
  border-color: #e5e9ee transparent transparent transparent;
}
.step-items > .step-item.completed {
  background-color: #43b67e;
}
.step-items > .step-item.completed > a {
  color: #fff;
}
.step-items > .step-item.completed.active:before {
  border-color: #43b67e transparent transparent transparent;
}
.step-items > .step-item.current-state {
  background-color: #02a7f0;
}
.step-items > .step-item.current-state > a {
  color: #fff;
}
.step-items > .step-item.current-state.active:before {
  border-color: #02a7f0 transparent transparent transparent;
}

.details-box {
  margin-top: 30px;
  padding: 30px 40px;
  min-height: 382px;
  border: 1px solid #c7d5e3;
}

.no-data {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 442px;
}
.no-data > p {
  width: 100%;
  padding-top: 156px;
  font-size: 16px;
  color: #7c8ba1;
  text-align: center;
  background: url("../images/no_info.png") center top no-repeat;
}

/* 详情 */
.details-box > h3 {
  text-align: center;
  font-size: 26px;
  line-height: 40px;
}

.article-sources {
  margin-top: 16px;
  line-height: 36px;
  text-align: center;
  color: #7c8ba1;
  background-color: #f6f8fc;
}

.article-sources > p {
  display: inline-block;
  vertical-align: top;
}
.article-sources > p:not(:first-child) {
  margin-left: 30px;
}

.share,
.print {
  padding-left: 20px;
  color: #02A7F0;
}

.share {
  position: relative;
  margin-right: 20px;
  margin-left: 12px;
  background: url("../images/share_ico.png") left center no-repeat;
}
.share-component {
  position: absolute;
  top: 100%;
  right: -10px;
  display: none;
  white-space: nowrap;
}
.share:hover .share-component {
  display: block;
}

.print {
  background: url("../images/print_ico.png") left center no-repeat;
}

/* 附件 */
.attachment-title {
  position: relative;
  padding-left: 13px;
  height: 30px;
  line-height: 30px;
  color: #353B4B;
  font-size: 20px;
}
.attachment-title:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 16px;
  background-color: #02A7F0;
}

.attachment-items {
  display: flex;
  flex-wrap: wrap;
}
.attachment-items .attachment-item {
  box-sizing: border-box;
  width: calc((100% - 20px) / 2);
  margin-top: 10px;
  border: 1px solid #E6E6E6;
}
.attachment-items .attachment-item:not(:nth-child(2n)) {
  margin-right: 20px;
}
.attachment-items .attachment-item > a {
  display: flex;
  align-items: center;
  height: 64px;
}
.file-ico {
  margin-left: 19px;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}
.file-ico img {
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.file-info {
  flex: 1;
  margin-left: 10px;
  font-size: 16px;
  overflow: hidden;
}
.file-info > p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.file-info > p:first-child {
  color: #333;
}
.file-info > p:nth-child(2) {
  margin-top: 3px;
  color: #999;
}

.download-ico {
  flex-shrink: 0;
  margin-top: 39px;
  margin-right: 19px;
}

.article-info {
  margin-top: 30px;
}

.article-info img{
  max-width:1000px;
}