body {
  background-color: #f5f5f5;
}

.header .ivu-dropdown a,
.header .ivu-dropdown a:hover {
  color: #0079c5;
}

.search_wrap {
  height: 42px;
  background-color: #0079c5;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #0079c5;
}

.search_wrap input {
  border-width: 0;
  height: 40px;
  border-radius: 0;
  font-size: 16px;
}

.search_wrap .ivu-btn {
  width: 88px;
  padding-left: 0;
  padding-right: 0;
  background-color: #0079c5;
  height: 40px;
  font-size: 16px;
  border-radius: 0;
  border-color: transparent;
}

.header .logo a,
.header .logo h1,
.header .logo {
  width: 236px;
}

.header .nav {
  width: 100%;
}

.list_wrap {
  margin-top: 20px;
  background-color: #fff;
  padding: 20px;
  padding-bottom: 40px;

}

.header .nav .ivu-dropdown a {
  font-size: 16px;
}

.list_left {
  padding-right: 40px;
  box-sizing: border-box;
}

.list_filter {
  padding: 20px;
  padding-bottom: 0;
  background-color: #f5f5f5;
}

.list_filter__block {
  padding-bottom: 20px;
}

.list_filter__title h3 {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  padding-bottom: 8px;
}

.list_filter__list ul {
  /* display: inline-flex;
  flex-wrap: wrap;
  align-items: center; */

}

.list_filter__list ul li {
  display: inline-block;
  padding-bottom: 8px;
  flex: auto;
  padding-right: 20px;
  color: #333;
  font-size: 14px;
}

.list_filter__list ul li:hover,
.list_filter__list ul li.active {
  color: #0079C5;
}

.header .nav li {
  width: 100%;
}

.list_filter__list ul li:hover {
  cursor: pointer;
}

.flex1 {
  flex: 1 !important;
}

.list_right .list_item:last-child {
  padding-bottom: 0;
}

.list_item {
  padding-bottom: 38px;
}

.list_item__hd {
  display: flex;
  align-items: center;
  justify-content: center;
}

.list_item__hd__left {
  flex: 1;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 1.15;

}

.list_item__hd__left h3 {
  font-size: 18px;
}

.list_item__address {
  padding-top: 5px;
  padding-bottom: 10px;
  font-size: 14px;
  color: #666;
  text-align: justify;
}

.list_item__num span {
  display: inline-block;
  padding-left: 20px;
  margin-right: 20px;
  font-size: 14px;
  color: #666;
  background: transparent url(../img/icon_buy@2x.png) left center no-repeat;
  background-size: 16px 16px;
}

.list_item__num span.icon_commont {
  background-image: url(../img/icon_comment@2x.png);
}

.list_item__tag {
  padding-top: 8px;
}

.list_item {
  cursor: pointer;
}


.footer {
  background: transparent;
}

.footer .container {
  color: #999;
  font-size: 14px;
}

.ivu-rate-text {
  margin-left: 0;
  padding-bottom: 5px;
}

.ivu-rate-text span {
  color: #FE501A;
  font-size: 14px;
  font-weight: bold;
}

.ivu-rate-star {
  margin-right: 2px;
}

.ivu-rate-star-full:before,
.ivu-rate-star-half .ivu-rate-star-content:before,
.ivu-rate-star:hover,
.ivu-rate-star-full:hover:before,
.ivu-rate-star-half:hover .ivu-rate-star-content:before {
  color: #FE501A;
}

.ivu-rate-star-full:before,
.ivu-rate-star-half .ivu-rate-star-content:before,
.ivu-rate-star:hover {
  color: #FE501A;
}

.ivu-breadcrumb>span:last-child {
  font-weight: normal;
}

.detail_left {
  flex: 1 !important;
  padding-right: 40px;
  box-sizing: border-box;
}

.detail_block__hd {
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F5F5F5;
}

.detail_block__hd h3 {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.detail_info {
  padding: 18px 20px 25px;
  background-color: #f9f9f9;
  border: 1px solid #f5f5f5;
}

.detail_info__project {
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #EDEDED;
}

.detail_info__hd__address {
  padding-top: 20px;
}

.detail_info__hd__address p {
  font-size: 14px;
  color: #666;
  padding-bottom: 10px;
}

.detail_introduce__main {
  padding-top: 20px;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  text-align: justify;
}

.detail_right__technician {
  /* display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; */
}

.detail_right__technician dl {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.detail_right__technician dl img {
  display: block;
  border-radius: 1000px;
  overflow: hidden;
  margin: 0 auto;
}

.detail_right__technician dl dd {
  padding-top: 5px;
  font-size: 14px;
  color: #333;
  font-weight: normal;
}

.detail_comment__item__start {
  padding-top: 10px;
  padding-bottom: 10px;
}

.detail_comment__item__desc {
  font-size: 14px;
  color: #111;
  text-align: justify;
  line-height: 20px;
}

.detail_comment__item__hd {
  display: flex;
  align-items: center;
  justify-content: center;
}

.detail_comment__mobile {
  flex: 1;
  padding-left: 10px;
}

.detail_comment__item {
  padding-top: 20px;
  padding-bottom: 20px;
}

.detail_comment__list .detail_comment__item:last-child {
  padding-bottom: 0;
}

.detail_comment__img {
  width: 32px;
  height: 32px;
  border-radius: 1000px;
  overflow: hidden;
}

.detail_comment__img img {
  display: block;
  width: 100%;
  height: auto;
}

.detail_comment__date {
  font-size: 14px;
  color: #999;
}

.list_right .loading {
  padding: 10px 0;
  color: #999;
  text-align: center;
}