@charset "UTF-8";
/**
 * 采购信息
 * date: 2022-11-23
 * author: jyxuan;
 */
.module-tab:nth-child(1) .module-tab-text::before {
  background-image: url("../images/tab_img_3.png");
}
.module-tab:nth-child(1).current .module-tab-text::before {
  background-image: url("../images/tab_active_img_3.png");
}
.module-tab:nth-child(2) .module-tab-text::before {
  background-image: url("../images/tab_img_4.png");
}
.module-tab:nth-child(2).current .module-tab-text::before {
  background-image: url("../images/tab_active_img_4.png");
}
.module-search-contents {
  width: 840px;
}
.module-search-btns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 99px;
  height: 80px;
}
.module-search-btn {
  width: 100%;
}
.module-content {
  display: none;
}
.module-content.current {
  display: block;
}
.module-list .col-1 {
  width: 90px;
}
.module-list .col-2 {
  /*width: 452px;*/
  width: 982px;
  text-align: left;
}
.module-list .col-21 {
  /*width: 452px;*/
  width: 982px;
  text-align: center;
}
.module-list .col-3 {
  width: 100px;
}
.module-list .col-4 {
  width: 190px;
}
.module-list .col-5 {
  width: 150px;
}

/* 2025-5-29 */
.module-contents {
  width: 100%;
}

.module-tab-wrap {
  display: flex;
  justify-content: space-between;
}

.module-hd-item{
   flex:1;
   height: 56px;
   text-align: center;
    line-height: 56px;
    background-color: #fff;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}
.module-hd-item > a{
  color:#333;
}

.module-hd-item:not(:first-child) {
  margin-left: 5px;
}

.module-hd-item.active {
  font-weight: 700;
  color:#fff;
  background: url("../images/tab_active.jpg") center no-repeat;
  background-size: 100% 100%;
}
.module-hd-item.active >a {
  color:#fff;
}

.step-wrap {
  margin: 12px 0;
  display: flex;
  justify-content: space-between;
  padding: 12px 69px;
  background-color: #fff;
}

.step-wrap > a {
  display: block;
  width: 142px;
  height: 82px;
  line-height: 27px;
  font-size: 18px;
  text-align: center;
  color:#333;
  background: url("../images/announce_img.png") center no-repeat;
}

.step-wrap > a:hover,
.step-wrap > a.current {
   color:#0066FF;
   font-weight: 700;
}

.search-content {
  height: 32px;
  margin-bottom: 24px;
  display: flex;
}

.search-box {
  margin-left: auto;
  display: flex;
  height: 32px;
}

.search-input {
  width: 200px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  border-right: 0;
  padding: 0 8px;
}

.search-btn {
  width: 60px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  background-color: #385dff;
  color: #fff;
  border-radius: 0 3px 3px 0;
  transition: all 0.3s ease;
  user-select: none;
}

.search-btn:hover {
  opacity: 0.6;
}

.search-btn:active {
  opacity: 1;
}