@charset "UTF-8";
/**
 * 酒钢集团电子交易平台数字化转型升级建设项目软件平台建设子项目技术服务
 * date: 2025-10-13
 * author: hcong;
 */
.banner {
  position: relative;
  /* height: 452px; */
  height: 300px;
  overflow: hidden;
}
.banner .swiper-pagination {
  font-size: 0;
  bottom: 72px;
}
.banner .swiper-pagination-bullet {
  width: 393px;
  height: 2px;
  border-radius: 0;
  background: #fff;
  opacity: 0.4;
  outline: 0;
  margin: 0 5px !important;
  font-size: 16px;
  position: relative;
}
.banner .swiper-pagination-bullet label {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #fff;
  position: absolute;
  top: -28px;
  left: 0;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
}
.banner .banner-img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
}
.banner .banner-title {
  position: absolute;
  top: 32%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  height: auto;
}

.main {
  margin: -30px auto 40px;
  position: relative;
  z-index: 10;
}

/* 入口 */
.entrance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  border-radius: 4px;
  border: 1px solid #FFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(44.73%, #FFF), color-stop(95.42%, rgba(222, 237, 255, 0.58)));
  background: linear-gradient(180deg, #FFF 0%, #FFF 44.73%, rgba(222, 237, 255, 0.58) 95.42%);
  -webkit-box-shadow: 0 4px 24px 0 rgba(0, 42, 121, 0.06);
          box-shadow: 0 4px 24px 0 rgba(0, 42, 121, 0.06);
  backdrop-filter: blur(5px);
  padding: 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.entrance-item {
  width: 150px;
  min-width: 0;
  position: relative;
}
.entrance-item::before {
  position: absolute;
  content: "";
  left: -9px;
  top: 50%;
  width: 2px;
  height: 52px;
  background: url("../images/entrance_line.png") no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.entrance-item:hover .entrance-text {
  color: #1f6de8;
}
.entrance-item:first-child {
  width: 162px;
}
.entrance-item:first-child::before {
  display: none;
}
.entrance-item:first-child .entrance-text {
  font-size: 16px;
}
.entrance-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 72px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.entrance-img {
  display: block;
  margin: 0 auto;
}
.entrance-text {
  color: #333;
  font-size: 18px;
  text-align: center;
  line-height: 27px;
}

/* 通知公告 */
.notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 14px 0 rgba(4, 44, 101, 0.1);
          box-shadow: 0 2px 14px 0 rgba(4, 44, 101, 0.1);
  margin-top: 40px;
}
.notice-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
}
.notice-col-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8ecf1;
}
.notice-col-title {
  font-size: 18px;
  font-weight: bold;
  color: #1f6de8;
  padding-left: 12px;
  position: relative;
  line-height: 24px;
}
.notice-col-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 16px;
  background: #1f6de8;
  border-radius: 2px;
}
.notice-col-more {
  font-size: 14px;
  color: #666;
}
.notice-col-more:hover {
  color: #1f6de8;
}
.notice-col-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.notice-col-list .notice-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  height: 21px;
  line-height: 21px;
  background: url("../images/notice_item_icon_hNoCF7.png") no-repeat left center;
}
.notice-item:hover .notice-title,
.notice-item:hover .notice-date {
  color: #1f6de8;
}
.notice-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 10px;
  width: 0;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.notice-title .new-icon {
  display: inline-block;
  /* vertical-align: middle; */
  margin-right: 4px;
  height: 13px;
  width: auto;
    margin-top: 4px;
}
.notice-date {
  color: #999;
}

/* 交易信息 */
.info {
  padding: 40px 0;
}
.info.procurement {
  background: url("../images/info_bg1.jpg") center top no-repeat;
}
.info.bidding {
  background: url("../images/info_bg2.jpg") center top no-repeat;
}
.info-hd {
  margin-bottom: 26px;
}
.info-hd-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 52px;
}
.info-hd-title::before, .info-hd-title::after {
  content: "";
  width: 309px;
  height: 12px;
  background: no-repeat center;
  pointer-events: none;
}
.info-hd-title::before {
  margin-right: 30px;
  background-image: url("../images/hd_l.png");
}
.info-hd-title::after {
  margin-left: 30px;
  background-image: url("../images/hd_r.png");
}
.info-tab1-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
}
.info-tab1-hd-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  width: 0;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
  border-radius: 4px;
  border: 1px solid #FFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#F8FBFF), to(#FFF));
  background: linear-gradient(180deg, #F8FBFF 0%, #FFF 100%);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-shadow: 0 2px 14px 0 rgba(4, 44, 101, 0.1);
          box-shadow: 0 2px 14px 0 rgba(4, 44, 101, 0.1);
}
.info-tab1-hd-item.current {
  color: #fff;
  font-weight: bold;
  border-color: #74B4FF;
  background: url("../images/hd_tab_bg.png") no-repeat center/100% 100%;
}
.info-tab1-hd-item + .info-tab1-hd-item {
  margin-left: 16px;
}
.info-tab1-bd {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 26px;
  padding: 24px;
  height: 431px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 14px 0 rgba(4, 44, 101, 0.1);
          box-shadow: 0 2px 14px 0 rgba(4, 44, 101, 0.1);
}
.info-tab2-hd {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 121px;
}
.info-tab2-hd .swiper-container {
  height: 30px;
}
.info-tab2-hd .swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 12px;
  width: auto;
  line-height: 30px;
  border-radius: 15px;
  background-color: #f7f7f7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.info-tab2-hd .swiper-slide.current {
  color: #fff;
  font-weight: bold;
  background-color: #1f6de8;
}
.info-tab2-hd .swiper-button-prev,
.info-tab2-hd .swiper-button-next {
  top: 8px;
  margin: 0;
  width: 8px;
  height: 14px;
  background: no-repeat center;
  opacity: 1;
}
.info-tab2-hd .swiper-button-prev {
  left: auto;
  right: 105px;
  background-image: url("../images/info_prev_icon_active_VR39T0.png");
}
.info-tab2-hd .swiper-button-prev.swiper-button-disabled {
  background-image: url("../images/info_prev_icon_VR39T0.png");
}
.info-tab2-hd .swiper-button-next {
  left: auto;
  right: 85px;
  background-image: url("../images/info_next_icon_active_VR39T0.png");
}
.info-tab2-hd .swiper-button-next.swiper-button-disabled {
  background-image: url("../images/info_next_icon_VR39T0.png");
}
.info-tab2-bd {
  margin-top: 20px;
}
.info-more {
  position: absolute;
  top: 28px;
  right: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 21px;
  height: 21px;
  color: #1f6de8;
  line-height: 21px;
  background: url("../images/info_more_icon_VR39T0.png") no-repeat right center;
}
.info-more:hover {
  color: #1f6de8;
}
.info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  max-height: 393px;
  overflow: hidden;
}
.info-list-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px;
  margin: 12px 0 0 12px;
  width: calc((100% - 12px) / 2);
  height: 103px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #f7f7f7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.info-list-item:nth-child(-n+2) {
  margin-top: 0;
}
.info-list-item:nth-child(2n+1) {
  margin-left: 0;
}
.info-list-item:hover {
  border-color: #1f6de8;
  background-color: #fff;
}
.info-list-item:hover .info-list-title {
  color: #1f6de8;
}
.info-list-title {
  height: 21px;
  color: #333;
  line-height: 21px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.info-list-title .new-icon {
  display: inline-block;
  /* vertical-align: middle; */
  margin-left: 4px;
  height: 13px;
  width: auto;
  margin-top: 4px;
}
.info-list-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 21px;
  font-size: 14px;
  color: #666;
}
.info-list-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  min-width: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 8px;
}
.info-list-info:nth-child(2n) {
  width: 45%;
}
.info-list-content {
  color: #999;
}
.info-list-info:first-child {
  white-space: nowrap;
  overflow: hidden;
}
.info-list-info:first-child .info-list-content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.info-list-content > span {
  color: #C03339;
}

/* 信用信息 */
.credit {
  padding: 40px 0;
  background: #FFF;
  -webkit-box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.08);
          box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.08);
}
.credit > .container {
  position: relative;
}
.credit-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 313px;
}
.credit-name {
  position: absolute;
  left: 0;
  top: 0;
  width: 179px;
}
.credit-name > img {
  width: 100%;
  vertical-align: top;
}
.credit-hd {
  width: 179px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url("../images/credit_bg.png") left bottom no-repeat #D7E7FF;
  padding-top: 109px;
  padding-left: 13px;
}
.credit-hd-item {
  height: 43px;
  border-radius: 50px 0 0 50px;
  border: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  color: #333;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.credit-hd-item + .credit-hd-item {
  margin-top: 16px;
}
.credit-hd-item > i {
  width: 35px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 4px 0 13px;
}
.credit-hd-item.current {
  color: #187AEE;
  border-color: #fff;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(2px);
}
.credit-bd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 20px;
}
.credit-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.credit-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc((100% - 30px) / 2);
}
.credit-item:nth-child(2n) {
  margin-left: 30px;
}
.credit-item:nth-child(n+3) {
  margin-top: 16px;
}
.credit-time {
  width: 78px;
  height: 58px;
  border: 1px solid #EAEAEA;
  background: #FBFBFB;
  position: relative;
  text-align: center;
  padding-top: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.credit-time::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  background: #1F6DE8;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -1px;
}
.credit-time > h3 {
  height: 28px;
  line-height: 28px;
  color: #1F6DE8;
  font-size: 24px;
}
.credit-time > p {
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  color: #999;
  margin-top: 4px;
}
.credit-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 15px;
  padding-top: 5px;
  min-width: 0;
}
.credit-info > h3 {
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.credit-info > h3 > a {
  color: #333;
}
.credit-info > p {
  height: 18px;
  line-height: 18px;
  font-size: 14px;
  color: #999;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 400px;
}
.credit-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
}
.credit-more .info-more {
  position: static;
}

/* 页面导航 */
.step {
  position: fixed;
  left: 20px;
  top: 40%;
  z-index: 999;
  width: 125px;
}
.step-hd {
  width: 105px;
  height: 44px;
  margin: 0 auto;
  line-height: 42px;
  font-size: 14px;
  color: #1F6DE8;
  padding-left: 38px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E4F2FF));
  background: linear-gradient(180deg, #FFF 0%, #E4F2FF 100%);
  -webkit-box-shadow: 0 2px 13.6px 0 rgba(0, 52, 89, 0.16);
          box-shadow: 0 2px 13.6px 0 rgba(0, 52, 89, 0.16);
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.step-hd:hover {
  background: linear-gradient(105deg, #86BBFF 2.15%, #1F77FB 97.93%, #1F77FB 97.93%);
  color: #fff;
}
.step-hd:hover::before {
  background-image: url("../images/nav_iconh.png");
}
.step-hd::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background: url("../images/nav_icon.png") no-repeat;
  left: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.step:hover .step-bd {
  display: block;
}
.step-bd {
  padding-top: 10px;
  display: none;
}
.step-items {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E4F2FF));
  background: linear-gradient(180deg, #FFF 0%, #E4F2FF 100%);
  -webkit-box-shadow: 0 2px 13.6px 0 rgba(0, 52, 89, 0.16);
          box-shadow: 0 2px 13.6px 0 rgba(0, 52, 89, 0.16);
  padding: 10px;
}
.step-item + .step-item {
  margin-top: 10px;
}
.step-item a {
  display: block;
  height: 44px;
  border-bottom: 1px solid rgba(205, 215, 231, 0.4);
  line-height: 44px;
  font-size: 14px;
  color: #333;
  padding-left: 39px;
  background-position: 10px center;
  background-repeat: no-repeat;
}
.step-item a:hover {
  color: #187AEE;
}
.step-item:last-child a {
  border-bottom: 0;
}
.step-item:nth-child(1) a {
  background-image: url("../images/nav_icon1.png");
}
.step-item:nth-child(2) a {
  background-image: url("../images/nav_icon2.png");
}
.step-item:nth-child(3) a {
  background-image: url("../images/nav_icon3.png");
}
.step-item:nth-child(4) a {
  background-image: url("../images/nav_icon4.png");
}

.nav {
  height: 65px;
  background: #1F6DE8;
}
.nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
}
.nav-item > a {
  display: block;
  font-size: 18px;
  color: #fff;
  text-align: center;
  height: 65px;
  line-height: 65px;
}
.nav-item > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}
.nav-item.current a {
  font-weight: bold;
  border-bottom: 0;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}