﻿@charset "UTF-8";
/**!
* 搜索结果
* date:2021-09-26
* author: gyc;
*/
body {
  min-width: 1200px;
}

.banner {
  height: 240px;
  padding-top: 86px;
  background: url("../images/search_result/bg-banner.jpg") no-repeat center;
}

.banner .search {
  width: 700px;
  margin: 0 auto;
}

.banner .search-input {
  width: 580px;
  height: 68px;
  padding: 0 20px;
  font-size: 16px;
  background: #fff;
  border: 0;
  outline: none;
  border-radius: 8px 0 0 8px;

}

.banner .search-btn {
  width: 120px;
  height: 68px;
  line-height: 68px;
  font-size: 22px;
  color: #fff;
  text-align: center;
  background-color: #f5a925;
  border-radius: 0 8px 8px 0;
}
.positions{
	position: relative; 
}
.banner .search-wrapper {
  display: none; 
  position: absolute; 
  width: 580px;
  max-height: 600px;
  top:65px; 
  padding: 10px;
  background-color: #fff;
  overflow: auto;
  overflow-x:hidden;
  float: left;
  z-index:9999;
   
}
.divider {
	width:560px;
	height:1px;
	background-color:gainsboro;
	
}
.keyward {
	width:560px;
	height:30px;
}
.zjss {
	color:grey;
	float: left;
	margin-left:20px ;
}
.del {
	float: right;
	font-text:16px;
	margin-right:20px ;
	cursor: pointer;
	color:#1296db;
	background:  url("../images/search_result/delete.png") no-repeat left bottom;
}
.del img {

}
.items > li{
	height: 30px;
    padding: 0 10px;
    line-height: 30px;
	float:left;
	max-width: 110px;
   overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#itemli {
	height: 30px;
	color:#1296db;
	cursor: pointer;
	max-width: 100px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#splitLine{
	margin-right:10px;
}
.banner .search-wrapper .list > li {
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis; 
  white-space: nowrap; 
}

.banner .search-wrapper .list > li:hover {
  color: #fff;
  background-color: rgba(16, 141, 238, 0.7);
}



.main-container {
  position: relative;
  padding: 35px 0 50px;
}

.content-nav {
  position: absolute;
  left: -110px;
  width: 85px;
  height: 220px;
  border-right: 1px solid #e1e1e1;
  z-index: 999;
}

.content-nav.over {
  position: fixed;
  top: 40px;
  left: auto;
  right: calc(50% + 625px);
}

.content-nav li {
  width: 86px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  color: #666;
}

.content-nav li.active {
  color: #108dee;
  border-right: 3px solid #108dee;
}

.content-nav li + li {
  margin-top: 35px;
}

.wrapper-left {
  width: 875px;
}

.wrapper-right {
  width: 305px;
}

.wrapper-right .right-title {
  height: 34px;
  line-height: 33px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(60, 145, 241, 0.08)), to(rgba(60, 145, 241, 0)));
  background: linear-gradient(to right, rgba(60, 145, 241, 0.08), rgba(60, 145, 241, 0));
  border-bottom: 1px solid rgba(16, 141, 238, 0.3);
}

.wrapper-right .right-title .name {
  padding-left: 35px;
  font-size: 16px;
}

/* 便民服务 */
.service-list {
  margin-top: 20px;
}

.service-list > li {
  float: left;
  width: 432px;
  height: 60px;
  padding: 0 20px;
  background-color: #f7fcff;
  border: 1px solid #d7e5f1;
  border-radius: 2px;
}

.service-list > li + li {
  margin-left: 10px;
}

.service-list > li:nth-child(2n+1) {
  margin-left: 0;
}

.service-list > li:nth-child(n+3) {
  margin-top: 10px;
}

.service-list > li .service-name {
  width: 170px;
  line-height: 58px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.service-list > li .service-name .key {
  color: #f5a925;
}

.service-list > li .btn-box {
  margin-top: 14px;
  font-size: 0;
}

.service-list > li .service-btn {
  display: inline-block;
  width: 90px;
  height: 30px;
  font-size: 14px;
  color: #108dee;
  line-height: 28px;
  text-align: center;
  border: 1px solid #108dee;
  background-color: white;
  border-radius: 15px;
}

.service-list > li .service-btn:hover {
  color: #fff;
  background: #108dee;
}

.service-list > li .service-btn + .service-btn {
  margin-left: 10px;
}

.service .search-more {
  margin-top: 20px;
}

/* 相关证照 */
.license {
  margin-top: 26px;
}

.license-wrapper {
  position: relative;
  height: 260px;
  margin-top: 20px;
  padding: 0 18px;
  border: 2px solid #d7e5f1;
  background-color: #f7fcff;
}

.license-wrapper.none {
  height: 120px;
  line-height: 120px;
  text-align: center;
  font-size: 16px;
  color: #999;
}

.license-wrapper .line {
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  height: 6px;
  background-color: #83c8fe;
}

.license-img {
  padding-top: 32px;
}

.license-img .name {
  height: 24px;
  line-height: 24px;
  font-size: 24px;
}

.license-img .name::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 24px;
  margin: 1px 10px 0 0;
  border-radius: 2px;
  background-color: #108dee;
  vertical-align: top;
}

.license-img .pic-box {
  margin-top: 20px;
}

.license-pic {
  width: 234px;
  height: 152px;
}

.license-pic + .license-pic {
  margin-left: 20px;
}

.license-right {
  width: 327px;
  margin-top: 28px;
}

.license-right .hd {
  border-bottom: 1px solid #e4e6eb;
}

.license-right .hd > li {
  float: left;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  cursor: pointer;
}

.license-right .hd > li + li {
  margin-left: 20px;
}

.license-right .hd > li.active {
  color: #108dee;
}

.license-right .hd > li.active span {
  border-bottom: 2px solid #108dee;
}

.license-right .bdl {
  height: 180px;
  overflow: hidden;
  padding-top: 15px;
}

.license-info {
  line-height: 24px;
}

/* 办事服务 */
.work {
  margin-top: 26px;
}

.work-choose {
  float: left;
  font-size: 14px;
  font-weight: normal;
}

.work-choose .choose {
  width: 55px;
  border: 0;
  outline: none;
  color: #108dee;
  cursor: pointer;
}

.work-choose:nth-child(1) {
  margin-left: 50px;
}

.work-choose + .work-choose {
  margin-left: 18px;
  padding-left: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0)) no-repeat left center;
  background: linear-gradient(to bottom, #e0e0e0) no-repeat left center;
  background-size: 1px 14px;
}

.work-list {
  margin-top: 20px;
}

.work-list > li + li {
  margin-top: 20px;
}

.work-list > li .work-head {
  height: 80px;
  padding: 0 20px;
  background-color: #108dee;
}

.work-list > li .work-head .name {
  width: 465px;
  height: 60px;
  margin: 12px 0 0;
  line-height: 27px;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
}

.work-list > li .work-head .name > span {
  display: table-cell;
  vertical-align: middle;
  width: 465px;
  height: 60px;
}

.work-list > li .work-head .work-btn {
  width: 97px;
  height: 40px;
  margin: 20px 0 0 8px;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  text-align: center;
  line-height: 38px;
  color: #fff;
}

.work-list > li .work-head .consult {
  margin: 20px 10px 0 0;
  padding-top: 27px;
  color: #fff;
  background: url("../images/search_result/icon-consult.png") no-repeat center top;
}

.work-list > li .work-detail {
  table-layout: fixed;
  width: 100%;
}

.work-list > li .work-detail .area td {
  padding: 10px 0;
}

.work-list > li .work-detail .area ul {
  font-size: 0;
}

.work-list > li .work-detail .area ul > li {
  display: inline-block;
  min-width: 20%;
  line-height: 38px;
  padding-left: 12px;
  font-size: 14px;
  color: #108dee;
}

.work-list > li .work-detail td {
  height: 50px;
  border: 1px solid #d7e5f1;
}

.work-list > li .work-detail td.label {
  text-align: center;
  color: #666;
  background-color: #f7fcff;
}

.work-list > li .work-detail td:not(.label) {
  padding-left: 12px;
}

.work .search-more {
  margin-top: 20px;
}

/* 常见问题 */
.question {
  margin-top: 26px;
}

.question-list > li {
  padding: 20px 0;
  border-bottom: 1px dashed #96a3b4;
}

.question-list > li .ask {
  padding-left: 50px;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  background: url("../images/search_result/icon-ask.png") no-repeat left 5px;
}

.question-list > li .answer {
  margin-top: 15px;
  padding-left: 50px;
  font-size: 16px;
  color: #96a3b4;
  line-height: 30px;
  background: url("../images/search_result/icon-answer.png") no-repeat left 5px;
}

.question .search-more {
  margin-top: 20px;
}

.no-result {
  height: 120px;
  margin-top: 40px;
  padding-top: 30px;
  background-color: rgba(60, 145, 241, 0.08);
}

.no-result .tt {
  height: 30px;
  padding-left: 72px;
  font-size: 18px;
  font-weight: bold;
  background: url("../images/search_result/icon-noresult.png") no-repeat 20px center;
}

.no-result .subtt {
  margin-top: 6px;
  padding-left: 72px;
  font-size: 16px;
}

/* 推荐事项 */
.recommend .right-title .name {
  background: url("../images/search_result/icon-recommend.png") no-repeat 10px center;
}

.recommend-list {
  margin-top: 12px;
}

.recommend-list > li {
  height: 32px;
  line-height: 32px;
  padding-left: 25px;
  background: url("../images/search_result/icon-star.png") no-repeat 3px center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 热门服务 */
.hot-service {
  margin-top: 30px;
}

.hot-service .right-title .name {
  background: url("../images/search_result/icon-hotservice.png") no-repeat 10px center;
}

.hot-service-list {
  margin-top: 12px;
}

.hot-service-list > li {
  height: 32px;
  line-height: 32px;
  padding: 0 25px;
  background: url("../images/search_result/icon-dot.png") no-repeat 3px center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 评价搜索结果 */
.evaluate {
  margin-top: 30px;
}

.evaluate .right-title .name {
  background: url("../images/search_result/icon-evaluate.png") no-repeat 10px center;
}

.evaluate-wrapper {
  width: 306px;
  height: 440px;
  margin-top: 22px;
  padding: 19px 0 0 14px;
  border: 1px solid #e4e6eb;
  background-color: white;
  border-radius: 4px;
}

.evaluate-tt {
  height: 16px;
  line-height: 16px;
  font-size: 16px;
}

.evaluate-subtt {
  height: 14px;
  margin-top: 20px;
  line-height: 14px;
  font-size: 14px;
}

.evaluate-subtt .imp {
  color: #f33a3a;
}

.evaluate-qusetion {
  margin-top: 7px;
  font-size: 0;
}

.evaluate-qusetion > li {
  display: inline-block;
  height: 28px;
  margin: 10px 5px 0 0;
  padding: 0 10px;
  font-size: 12px;
  color: #666;
  line-height: 26px;
  border-radius: 2px;
  background-color: #f2f9ff;
  border: 1px solid #f2f9ff;
  cursor: pointer;
}

.evaluate-qusetion > li.active {
  border-color: #108dee;
  background: #f2f9ff url("../images/search_result/qusetion-active.png") no-repeat right bottom;
}

.evaluate-text {
  width: 274px;
  height: 80px;
  margin-top: 15px;
  padding: 14px 12px 0;
  line-height: 24px;
  border: 1px solid #e4e6eb;
  background-color: white;
  border-radius: 2px;
  outline: none;
  resize: none;
}

.evaluate-phone {
  width: 274px;
  height: 40px;
  margin-top: 15px;
  padding: 0 12px;
  border: 1px solid #e4e6eb;
  background-color: white;
  border-radius: 2px;
  outline: none;
}

.evaluate .btn-box {
  margin-top: 20px;
  font-size: 0;
  text-align: right;
  padding-right: 14px;
}

.evaluate .btn-box .evaluate-btn {
  display: inline-block;
  width: 58px;
  height: 32px;
  color: #999;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #e4e6eb;
  border-radius: 16px;
}

.evaluate .btn-box .evaluate-btn + .evaluate-btn {
  margin-left: 10px;
}

.evaluate .btn-box .evaluate-btn.confirm {
  color: #fff;
  border-color: #108dee;
  background-color: #108dee;
}

/* 搜索通用标题 */
.search-title {
  height: 56px;
  padding-left: 30px;
  line-height: 56px;
  font-size: 28px;
  font-weight: bold;
  border-bottom: 1px solid #e4e6eb;
  background: url("../images/search_result/icon-searchtitle.png") no-repeat left center;
}

.search-title .tips {
  font-size: 16px;
  font-weight: normal;
}

.search-title .tips .number {
  margin: 0 4px;
  font-weight: bold;
  color: #f5a925;
}

/* 搜索通用查看更多 */
.search-more {
  display: block;
  height: 32px;
  line-height: 32px;
  color: #108dee;
  text-align: center;
  background-color: #f6f7f8;
}

.search-more > span {
  padding-right: 11px;
  background: url("../images/search_result/icon-down.png") no-repeat right center;
}

.chosen-single {
  border: 0 !important;
  background: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #108dee !important;
}

.chosen-container-single .chosen-single span {
  margin-right: 10px;
}

.chosen-container .chosen-drop {
  margin-top: 4px;
  border-radius: 4px;
  border: 0;
  width: 123px;
  right: 0;
  left: auto;
}

.chosen-container .chosen-results {
  padding: 14px 10px;
}

.chosen-container .chosen-results li {
  height: 36px;
  line-height: 36px;
  padding: 0 20px 0 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container .chosen-results li:hover {
  background: #edf5ff;
  color: #108dee;
}

.chosen-container-single .chosen-single div b {
  background: url("../images/search_result/icon-chosen.png") no-repeat right center;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: left center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.chosen-container .chosen-results li.result-selected {
  background: url("../images/license-list/icon-checked.png") no-repeat right 5px center;
  color: #108dee;
}

.chosen-container .chosen-results li.result-selected:hover {
  background-color: #edf5ff;
}

/*///////////////////////////评价/////////////////////////////*/
.aside-block-warpper {
	margin-top:20px;
	background-color: #fff;
}

.aside-block-warpper .aside-block-container {
    padding: 1.5rem;
    border: 1px solid #dfe1e2;
}
.aside-Evaluation-img {
    padding-left: 34px;
    line-height: 32px;
    font-size: 16px;
    background: url(../images/search_result/search-result-hcp.png) no-repeat top left;
}

.EvaluationChoose>p.successOn {
	border: 1px solid #255bda;
	color: #255bda;
}

.EvaluationChoose>p.success {
	border-radius: 100px 0 0 100px;
}

.EvaluationChoose>p {
	float: left;
	width: 122px;
	height: 44px;
	border: 1px solid #6A707F;
	line-height: 42px;
	font-size: 16px;
	color: #6A707F;
	cursor: pointer;
}

.EvaluationChoose>p>img {
	width: 20px;
	height: 20px;
	vertical-align: -4px;
	margin: 0 8px 0 26px;
}

.EvaluationChoose>p.fail {
	border-radius: 0 100px 100px 0;
}


/*差评反馈*/
.result_feedback {
	/* width: 280px; */
	background: #ffffff;
	/* box-shadow: 0 1px 4px 0 rgba(114,138,168,0.10); */
	border: 1px solid #dfe1e2;
	/* border-radius: 8px; */
	padding: 20px;
	display: none;
	/* position: fixed; */
}
/* 问题标题 */
.result_feedback_title {
	font-family: PingFangSC-Medium;
	font-size: 16px;
	color: #6A707F;
	letter-spacing: 0;
	line-height: 24px;
}
/* 问题描述标题 */
.result_feedback_question_title {
	font-size: 14px;
	color: #6A707F;
	line-height: 22px;
	margin-top: 16px;
}
/* 问题多选项 */
.result_feedback_question_list {
	/* width: 300px; */
	/* height: 184px; */
	background: #FFFFFF;
	/* box-shadow: 0 2px 8px 0 rgba(0,0,0,0.15); */
	padding: 12px 0;
	/* display: none; */
	/* position: absolute; */
	/* z-index: 100; */
}

.result_feedback_question_list>p {
	/* width: 100%; */
	/* height: 32px; */
	/* line-height: 32px; */
	/* padding-left: 20px; */
	height: 28px;
	line-height: 28px;
	padding-left: 8px;
	padding-right: 8px;
	cursor: pointer;
	font-size: 12px;
	color: #2a3444;
	background: #f4f6f8;
	border-radius: 4px;
	float: left;
	margin-right: 5px;
	margin-top: 8px;
}

.result_feedback_question_list>p.on {
	color: #255bda;
	background: #e9eefb;
	background-image: url(../images/search-hcp-check.png);
	background-repeat: no-repeat;
	background-position: right 9px;
	background-size: 18px 18px;
}
/* 问题具体描述 */
.result_feedback_question_describe>p {
	font-family: PingFangSC-Medium;
	font-size: 14px;
	color: #6A707F;
	line-height: 22px;
	margin-top: 16px;
}

#feedback_question {
	width: 235px;
	height: 74px;
	padding: 6px 10px;
	line-height: 22px;
	resize: none;
	border: 1px solid #CCCFD7;
	margin-top: 4px;
	font-size: 14px;
}
/* 联系方式 */
.connectWays>p {
	font-family: PingFangSC-Medium;
	font-size: 14px;
	color: #6A707F;
	line-height: 22px;
	margin-top: 16px;
}

#connectWays {
	height: 28px;
	width: 235px;
	font-size: 14px;
	padding: 6px 10px;
	background: #FFFFFF;
	border: 1px solid #CCCFD7;
}

.connectWays_warnings {
	font-weight: normal;
	font-size: 12px;
	color: #FF082E;
	line-height: 20px;
	margin: 0;
	display: none;
}
/* 按钮 */
.refer {
	text-align: right;
	margin-top: 16px;
	font-size: 0;
}

#refer_btn {
	height: 24px;
	width: 50px;
	background: #255BDA;
	border: 1px solid rgba(0, 0, 0, 0.00);
	box-shadow: 0 1px 4px 0 rgba(114, 138, 168, 0.10);
	border-radius: 12px;
	color: #FFFFFF;
	font-size: 12px;
	cursor: pointer;
	margin-right: 12px;
}

#quit_btn {
	height: 24px;
	width: 50px;
	background: #FFFFFF;
	border: 1px solid #CCCFD7;
	box-shadow: 0 1px 4px 0 rgba(114, 138, 168, 0.10);
	border-radius: 12px;
	color: #384155;
	font-size: 12px;
	cursor: pointer;
}

/* 结果 */
.my_success, .bmy_fail {
	/* height: 90px; */
	background: #FFFFFF;
	border: 1px solid #dfe1e2;
	/* border-radius: 8px; */
	padding: 43px 18px;
	display: none;
	/* position: fixed; */
}

.my_success>img, .bmy_fail>img {
	width: 24px;
	margin-right: 12px;
}

.my_success p, .bmy_fail p {
	font-family: PingFangSC-Regular;
	font-size: 18px;
	color: #384155;
	letter-spacing: 0;
	line-height: 24px;
}

.my_success span, .bmy_fail span {
	font-family: Roboto-Regular;
	font-size: 14px;
	color: #6A707F;
	letter-spacing: 0;
	line-height: 14px;
}

.policy-item {
  height: 60px;
  padding: 0 10px 0 12px;
  line-height: 60px;
  border-bottom: 1px dashed #e4e6eb;
}

.policy-name {
  width: calc(100% - 170px);
  padding-left: 30px;
  color: #333;
  font-size: 18px;
  background: url("../images/list_dian.png") no-repeat left center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.search-more>span {
   
cursor:pointer;
   
}
.policy-time {
  color: #999;
  font-size: 16px;
}

/*////////////////////////////////////////////////////////////*/

