@charset "UTF-8";
/**
* 江苏省建设工程网上招投标系统
* date:2022-11-19
* author: qguoqiang;
 */
.ewb-trade-mid {
  padding-bottom: 20px;
  height: 736px;
  background: url(../images/trade_bg.jpg) center top no-repeat #f2f2f2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.credit {
  height: 652px;
  background: url("../images/credit_bg.png") center bottom no-repeat;
  -webkit-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.08);
}
.credit-text {
  position: relative;
  padding-top: 177px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.credit-text::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -26px;
  width: 74px;
  height: 5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #4782ce;
}
.credit-search {
  position: relative;
  margin: 104px auto 0;
  width: 634px;
  height: 68px;
  line-height: 66px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #4782ce;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.credit-search-input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 118px 0 19px;
  font-size: 20px;
  color: #666;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.credit-search-input::-webkit-input-placeholder {
  color: #999;
}
.credit-search-input::-moz-placeholder {
  color: #999;
}
.credit-search-input:-ms-input-placeholder {
  color: #999;
}
.credit-search-input::-ms-input-placeholder {
  color: #999;
}
.credit-search-input::placeholder {
  color: #999;
}
.credit-search-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 118px;
  height: 100%;
  background: #4782ce;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  border-radius: 5px 0 0 5px;
  cursor: pointer;
}