@charset "utf-8";
/*-------------------------*/
/* 名企采购前台页面公共css */
/*-------------------------*/
.styled-select,
.styled-input{
  display: inline-block;
  position: relative;
}
.styled-select select::-ms-expand {
  display: none;
}
.styled-select select{
  border-color: #1AC0B2;
  padding-right: 40px;
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  -ms-appearance:none;
  background-color: transparent;
  z-index: 1;
  position: relative;
}
.styled-select select:focus{
  border-color: #1AC0B2;
}
.styled-select::before{
  content: "";
  display: inline-block;
  width: 30px;
  height: 100%;
  background-color: #1AC0B2;
  position: absolute;
  right: 0;
  top: 0;
}
.styled-select::after{
  content: "";
  display: inline-block;
  border-top: 5px solid #fff;
  border-bottom: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  right: 10px;
  top: 15px;
}
.styled-input input,
.styled-input input:focus{
  border-color: #1AC0B2;
}

.cg-title {
  border-bottom: 1px solid #c5f3f0;
  height: 15px;
  margin-bottom: 35px;
  margin-top: 85px;
  text-align: center;
  font-size: 22px;
}

.cg-title span {
  color: #1AC0B2;
  background-color: #fff;
  font-weight: bold;
  padding: 0 20px;
}

.page-min-height {
  min-height: 973px;
  _height:973px;
}

.blk-status {
  display: block;
  margin-top: 20px;
}
.bg-white {
  background-color: white;
}

.nav-path {
  margin-top: 0px;
  background-color: white;
  border-bottom: 1px solid #E6E6E6;
}

.nav-path .breadcrumb {
  margin-bottom: 0;
  line-height: 40px;
}
.filter {
  background-color: white;
  margin-bottom: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .filter {
    padding: 40px 0;
    text-align: center;
  }
  .filter .form-inline .form-group+.form-group {
    margin-left: 30px;
  }
}
.no-result {
  font-size: 16px;
  width: 526px;
  height: 370px;
  padding: 80px 0;
  background-color: white;
  margin: auto;
  color: #777;
}

.no-result img {
  float: left;
}