.serve_search_breadcrumbs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 1200px;
  margin: 15px auto;
}

.serve_search_breadcrumbs .nav {
  -ms-flex: none;
      flex: none;
  font-size: 18px;
  color: #000;
}
.serve_search_breadcrumbs .search_input {
  width: 398px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 30px;
  background: #ffffff;
}
.serve_search_breadcrumbs .search_input input {
  width: 100%;
  height: 30px;
  text-indent: 1em;
  border: none;
  outline: none;
}
.serve_search_breadcrumbs .search_input span {
  -ms-flex: none;
      flex: none;
  width: 98px;
  height: 30px;
  background: linear-gradient(0deg, rgba(79, 104, 248, 1) 0%, rgba(103, 140, 253, 1) 100%);
  text-align: center;
  line-height: 28px;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
}
.serve_search {
}
/* 搜索结果列表 */
.serve_search .serve_list_list {
  /* display: none; */
}
/* 搜索没有结果 */
.serve_search .serve_search_empty {
  display: block;
}
.isEmpty {
  display: none !important;
}
.serve_search .serve_search_empty .picture {
  /* width: 567px;
  height: 304px; */
  width: 230px;
  margin: 0 auto;
  margin-top: 43px;
}
.serve_search .serve_search_empty .picture img{
  width: 100%;
}
.serve_search .serve_search_empty .info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.serve_search .serve_search_empty .info > span {
  font-size: 16px;
  color: #999999;
  margin-top: 37px;
  margin-bottom: 15px;
}
.serve_search .serve_search_empty .info > img {
  cursor: pointer !important;
}
.serve_search .serve_search_empty .serve_search_empty_title {
  font-size: 20px;
  color: #333333;
  font-weight: 600;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 17px;
  margin-top: 100px;
}

.serve_search .serve_search_empty .serve_search_empty_title i {
  display: inline-block;
  width: 2px;
  height: 19px;
  background: rgba(21, 126, 251, 1);
  margin-right: 15px;
}

.serve_list_right {
  width: 137px;
  height: 42px;
  /* background: rgba(21, 126, 251, 1); */
  border-radius: 4px;
  line-height: 42px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
.serve_list_right .price span{
  margin: 0 5px;
}
.serve_list_right .price {
  display: -ms-flexbox;
  display: flex;
  /* align-items: flex-end; */
  font-size: 22px;
  color: #fc1f54;
  font-weight: 600;
  margin-bottom: 16px;
  background: #fff;
  line-height: 20px;
}

.serve_list_right .price i {
  font-style: normal;
  font-size: 16px;
  margin-bottom: 2px;
}
/* 分页 */
.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: rgba(21, 126, 251, 1);
}
.layui-laypage button {
  background-color: rgba(21, 126, 251, 1);
  color: #fff;
}
