@charset "UTF-8";
/**
 * 马鞍山市兴马项目咨询有限公司招标采购业务系统建设项目
 * date: 2025-3-6
 * author: wuzhou;
 */
 
 #incontent{
	position: relative;
    z-index: 10000;
}
.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;
}

.details-box #xq1> 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: #f97d10;
}

.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;
}

.info-swiper {
  height: 90px;
}
.info-record {
  margin-bottom: 30px;
  position: relative;
      margin-top: 30px;
}
.info-record .swiper-wrapper.jc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.info-record .swiper-button-prev,
.info-record .swiper-container-rtl .swiper-button-next {
  left: -31px;
  width: 20px;
  height: 20px;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../images/arrow_left.png") center center;
}
.info-record .swiper-button-next,
.info-record .swiper-container-rtl .swiper-button-prev {
  right: -31px;
  width: 20px;
  height: 20px;
  margin-top: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  background: url("../images/arrow_left.png") center center;
}
.info-record .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background: url("../images/arrow_right_v.png") center no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.info-record .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background: url("../images/arrow_right_v.png") center no-repeat;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.info-record .swiper-slide {
  -webkit-box-shadow: 0px 4px 12px rgba(129, 163, 249, 0.15);
          box-shadow: 0px 4px 12px rgba(129, 163, 249, 0.15);
}
.info-record .swiper-slide.current .info-record-box, .info-record .swiper-slide.active .info-record-box, .info-record .swiper-slide:hover .info-record-box {
  border-color: #1c77ff;
}
.info-record .swiper-slide.current .info-record-text, .info-record .swiper-slide.active .info-record-text, .info-record .swiper-slide:hover .info-record-text {
  color: #1c77ff;
}
.info-record-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px;
  display: block;
  width: 227px;
  height: 90px;
  background: linear-gradient(179deg, #e9f3ff 0%, #ffffff 98.3%);
  border: 1px solid #c3e0fb;
  border-radius: 2px;
}
.info-record-text {
  height: 42px;
  line-height: 21px;
  font-size: 14px;
  color: #333;
}
.info-record-time {
  margin-top: 6px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #7c8ba1;
}


/* 附件 */
.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;
}