@charset "UTF-8";
/**
* 义乌市阳光招标采购平台建设服务项目
* date:2025-7-7
* author: xujiawei;
 */
.main {
  border-radius: 4px;
  background: #fff;
  padding: 30px 24px;
  margin-bottom: 24px;
  /* 首页模块投影 */
  -webkit-box-shadow: 0px 2px 14px 0px rgba(4, 44, 101, 0.1);
          box-shadow: 0px 2px 14px 0px rgba(4, 44, 101, 0.1);
}
.main-title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  height: 41px;
  line-height: 41px;
  font-size: 28px;
  font-weight: 600;
}
.main-title::before, .main-title::after {
  position: absolute;
  top: 15px;
  content: "";
  width: 309px;
  height: 11px;
}
.main-title::after {
  left: -339px;
  background: url("../images/sub_title_left.png");
}
.main-title::before {
  right: -339px;
  background: url("../images/sub_title_right.png");
}

.supplier-wrap {
  padding: 12px 24px 24px 24px;
  border-radius: 4px;
  background: #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-bottom: 24px;
}
.supplier-tt {
  height: 56px;
  border-bottom: 1px solid #e6e6e6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.supplier-tt > h2 {
  color: #091221;
  font-size: 20px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: -0.5px;
  position: relative;
  padding-left: 16px;
}
.supplier-tt > h2:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 4px;
  height: 18px;
  background: #114eaa;
}
.supplier-condition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
}
.supplier-condition-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.supplier-condition-item:first-child .label {
  width: auto;
}
.supplier-condition-item .label {
  width: 76px;
  color: #8992a9;
  font-size: 14px;
  line-height: 32px;
  text-align: right;
  margin-right: 2px;
  white-space: nowrap;
}
.supplier-condition-item .chosen-container-single .chosen-single {
  border: 1px solid #dcdfe2;
  height: 32px;
  line-height: 30px;
  padding-left: 12px;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.supplier-condition-item .chosen-container-single .chosen-single span {
  margin-right: 28px;
}
.supplier-condition-item .chosen-container-single .chosen-single div {
  width: 28px;
}
.supplier-condition-item .chosen-container-single .chosen-single div b {
  background: url("../images/bid/chosen_arrow.png") no-repeat left 5px center;
}
.supplier-condition-item .chosen-container-active.chosen-with-drop .chosen-single div b {
  background: url("../images/bid/chosen_arrow_up.png") no-repeat left 5px center;
}
.supplier-condition-item .chosen-container .chosen-results li.highlighted {
  background: #114eaa;
}
.supplier-condition-input {
  width: 280px;
  height: 32px;
  padding: 0 12px 0 38px;
  border: 1px solid #dcdfe2;
  background: url("../images/supplier_search.png") left 12px center no-repeat;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.supplier-condition-input::-webkit-input-placeholder {
  color: #bac4ce;
}
.supplier-condition-input::-moz-placeholder {
  color: #bac4ce;
}
.supplier-condition-input:-ms-input-placeholder {
  color: #bac4ce;
}
.supplier-condition-input::-ms-input-placeholder {
  color: #bac4ce;
}
.supplier-condition-input::placeholder {
  color: #bac4ce;
}
.supplier-condition-input:focus {
  border-color: #114eaa;
}
.supplier-condition-selectwrap {
  width: 296px;
}
.supplier-condition-btn {
  width: 60px;
  height: 32px;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  border-radius: 2px;
  background: #114eaa;
  text-align: center;
  margin-left: 16px;
}
.supplier-condition-btn:hover {
  opacity: 0.8;
}
.supplier-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.supplier-item {
  width: calc((100% - 40px) / 3);
  height: 312px;
  border-radius: 6px;
  border: 1px solid #ecedf2;
  -webkit-box-shadow: 0 4px 20px 0 rgba(166, 166, 166, 0.1);
          box-shadow: 0 4px 20px 0 rgba(166, 166, 166, 0.1);
  margin-right: 20px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.supplier-item:nth-child(3n) {
  margin-right: 0;
}
.supplier-item:nth-child(n-3) {
  margin-bottom: 0;
}
.supplier-tit {
  padding: 12px 16px;
  height: 72px;
  background: -webkit-gradient(linear, left bottom, left top, from(#f0f4ff), to(#fff));
  background: linear-gradient(0deg, #f0f4ff 0%, #fff 100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.supplier-tit:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 16px;
  position: absolute;
  top: 16px;
  left: 0;
  background: #114eaa;
}
.supplier-tit > h2 {
  overflow: hidden;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  font-weight: 600;
}
.supplier-info {
  padding: 12px 12px 16px;
}
.supplier-info-item {
  color: #999;
  font-size: 16px;
  line-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.supplier-info-item + .supplier-info-item {
  margin-top: 4px;
}
.supplier-detail {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  background: #114eaa;
}
.supplier-detail:hover {
  opacity: 0.8;
}
.supplier-detail-wrap {
  height: 68px;
  border-top: 1px solid #ecedf2;
  background: #fff;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.public-pager .m-pagination-page > li {
  margin-right: 6px;
}

.public-pager .m-pagination-size {
  padding-right: 6px;
}

.supplier-table {
  table-layout: fixed;
  width: 100%;
  margin-top: 24px;
}
.supplier-table .align-center {
  text-align: center;
}
.supplier-table th,
.supplier-table td {
  padding: 0 10px;
}
.supplier-table thead {
  height: 60px;
  background: #114eaa;
}
.supplier-table thead th {
  color: #fff;
  font-size: 18px;
}
.supplier-table tbody tr {
  height: 60px;
  cursor: pointer;
}
.supplier-table tbody tr:nth-child(odd) {
  background: #fff;
}
.supplier-table tbody tr:nth-child(even) {
  background: #f7f7f7;
}
.supplier-table tbody tr:hover {
  color: #114eaa;
  background: #f3f8ff;
}
.supplier-table tbody tr:hover p {
  color: #114eaa;
}
.supplier-table tbody td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}
.supplier-table tbody td:not(:nth-child(3)) {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.supplier-table tbody td > a {
  color: #333;
}
.supplier-table tbody td > a:hover {
  color: #114eaa;
  text-decoration: underline;
}
.supplier-table tbody td .service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.supplier-table tbody td .service-list > p {
  display: inline-block;
  height: 38px;
  padding: 0 12px;
  font-size: 15px;
  line-height: 36px;
  border: 1px solid #e7e7e7;
  background: #fff;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.supplier-table tbody td .service-list > p + p {
  margin-left: 10px;
}
.supplier-table tbody td .service-list > p:not(:last-child) {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.supplier-table tbody td .service-list > p.ellipsis {
  -ms-flex-negative: initial;
      flex-shrink: initial;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}