/**!
 * 达州市中介超市-中介机构
 * author: wangkai;
 * date:2019-2-28
 */

 .ewb-box {
    min-height: 516px;
    padding-bottom: 42px;
}

/* 机构选择 */

.ewb-agency-sel {
    padding: 25px 0 27px 0;
    text-align: center;  
}

.ewb-agency-sel ul {
    font-size: 0;
    -webkit-text-size-adjust:none;
}

.ewb-agency-sel ul li {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin: 0 29px;
    width: 198px;
    height: 46px;
    line-height: 46px;
    border: 1px solid #207ee5;
    border-radius: 24px;
}

.ewb-agency-sel ul li a {
    display: block;
    height: 46px;
    line-height: 44px;
    font-size: 18px;
    color: #333333;
}

.ewb-agency-sel ul li i {
    position: absolute;
    bottom: 5px;
    left: 50%;
    display: none;
    margin-left: -6px;
    width: 12px;
    height: 4px;
    background: url('../images/tab_icon.png') no-repeat;
}

.ewb-agency-sel ul li.current {
    background-color: #207ee5;
}

.ewb-agency-sel ul li.current a {
    color: #ffffff;
}

.ewb-agency-sel ul li.current i {
    display: block;
}

/* 筛选 */

.ewb-screen {
    position: relative;
    padding: 16px 0 12px 0;
    background-color: #f6f6f6;
}

.ewb-screen-item {
    margin-top: 6px;
    height: 34px;
    line-height: 34px;
    vertical-align: top;
    overflow: hidden;
}

.ewb-screen-item:first-child {
    margin-top: 0;
}

.ewb-screen-type {
    float: left;
    margin-right: 21px;
    width: 128px;
    text-align: right;
    color: #3a86e8;
}

.ewb-query {
    position: relative;
	z-index: 1;
    float: left;
    padding: 0 41px 0 11px;
    width: 984px;
    height: 34px;
    background-color: #ffffff;
    box-shadow:0px 0px 4px 0px rgba(6,6,6,0.12);
}

.ewb-query .input-placeholder {
	position: absolute;
	top: 0;
	left: 11px;
	height: 34px;
	line-height: 34px;
	color: #aaa;
	z-index: -1;
	cursor: text;
}

.ewb-query-txt {
	width: 100%;
	height: 34px;
	line-height: 34px;
	border: 0;
	background: 0 0;
}

.ewb-query-btn {
    position: absolute;
    top: 0;
    right: 7px;
    width: 34px;
    height: 34px;
    background: url('../images/query_ico.png') center center no-repeat;
    cursor: pointer;
}

.ewb-sub-screen {
    /*display: none;*/
    padding-top: 6px;
}

.ewb-screen-list {
    float: left;
    width: 960px;
}

.ewb-screen-list ul {
    font-size: 0;
    -webkit-text-size-adjust:none;
}

.ewb-screen-list ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    padding: 6px 0;
    margin-right: 30px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ewb-screen-list ul li span {
    display: block;
    padding: 0 12px;
    height: 22px;
    line-height: 21px;
    font-size: 14px;
    color: #666666;
    cursor: pointer;
}

.ewb-screen-list ul li.cur span {
    color: #fff;
    background-color: #3a86e8;
}

.ewb-screen-more {
    float: right;
    margin-right: 30px;
    padding-right: 15px;
    color: #3a86e8;
    background: url('../images/arrow_ico1.png') right center no-repeat;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ewb-screen-more.active {
    background-image: url('../images/arrow_ico1_cur.png');
}

.ewb-more-option {
    position: absolute;
    right: 0;
    bottom: -20px;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #f6f6f6;
}

.ewb-more-option i {
    position: absolute;
    top: 0;
    left: -12px;
    display: block;
    width: 12px;
    height: 20px;
    background: url('../images/corner.png') no-repeat;
    cursor: pointer;
}

.ewb-more-option span {
    float: right;
    padding-right: 15px;
    font-size: 12px;
    color: #999;
    background: url('../images/arrow_ico2.png') right center no-repeat;
    cursor: pointer;
}

.ewb-more-option.active span {
    background-image: url('../images/arrow_ico2_cur.png');
}

/* 已选条件 */

.ewb-condition {
    padding: 35px 0 15px 0;
    line-height: 32px;
}

.ewb-condition-tt {
    float: left;
    margin-right: 4px;
    width: 80px;
    text-align: right;
}

.ewb-condition-list {
    float: left;
    padding-right: 10px;
    max-width: 870px;
    font-size: 0;
    -webkit-text-size-adjust:none;
}

.ewb-empty-condition {
    display: none;
    float: left;
    color: #3a86e8;
    cursor: pointer;
}

.ewb-condition-list li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    padding: 5px 0;
    margin-right: 10px;
}

.ewb-condition-item {
    position: relative;
    display: block;
    padding: 0 31px 0 7px;
    height: 20px;
    border: 1px dashed #d3d3d3;
}

.ewb-condition-name {
    display: block;
    height: 20px;
    line-height: 19px;
    font-size: 14px;
    color: #666666;
}

.ewb-condition-close {
    position: absolute;
    top: 0;
    right: 3px;
    display: block;
    width: 20px;
    height: 20px;
    background: url('../images/close_ico.png') center center no-repeat;
    cursor: pointer;
    transition: all .4s ease;
}

.ewb-condition-close:hover {
    transform: rotate(90deg);
}

.ewb-sort {
    float: right;
    margin: 5px 20px 0 0;
    height: 22px;
    line-height: 22px;
}

.ewb-sort label {
    float: left;
    color: #999;
}

.ewb-sort-sel {
    float: left;
    padding-left: 5px;
    width: 100px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #eeeeee;
    color: #666;
}

.chosen-container {
    width: 100px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}

.chosen-container-single .chosen-single {
    padding: 0 0 0 7px;
    height: 22px;
    border: 1px solid #eeeeee;
    box-shadow: none;
    font-size: 14px;
    color: #666;
}

.chosen-container-single .chosen-single.cur {
    color: #666;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #eeeeee;
}

.chosen-container-single .chosen-single span {
    margin-right: 15px;
    height: 20px;
    line-height: 20px;
}

.chosen-container-single .chosen-single div {
    width: 15px;
    padding: 0;
}

.chosen-container-single .chosen-single div b {
    width: 15px;
    height: 20px;
    background: url('../images/sel_ico.png') left center no-repeat;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url('../images/sel_ico_cur.png') left center no-repeat;
}

.chosen-container-single .chosen-drop {
    top: 23px;
    border: 1px solid #eee;
    border-top: 0;
    border-radius: 0;
}

.chosen-container .chosen-results {
    margin: 0;
    padding: 0;
    color: #666;
}

.chosen-container .chosen-results li {
    padding: 0 7px;
    line-height: 20px;
}

.chosen-container .chosen-results li.highlighted {
    color: #fff;
    background-color: #3a86e8;
}

/* 机构列表 */

.ewb-agency {
    padding-bottom: 10px;
}

.ewb-agency-node {
    padding: 17px 0 0 29px;
    height: 120px;
    border: 1px solid #fff;
}

.ewb-agency-node.odd {
    border-color: #f6f6f6;
    background-color: #f6f6f6;
}

.ewb-agency-node:hover {
    border-color: #5fa2eb;
    background-color: #fff;
    box-shadow:0px 1px 8px 0px rgba(0,0,0,0.08);
}

.ewb-agency-item {
    float: left;
    width: 940px;
}

.ewb-agency-hd {
    height: 38px;
    line-height: 38px;
}

.ewb-agency-name {
    float: left;
    max-width: 860px;
    font-size: 18px;
    font-weight: bold;
    color: #207ee5;
}

.ewb-contrast {
    float: left;
    margin: 10px 0 0 20px;
    padding: 0 4px 0 16px;
    height: 18px;
    line-height: 17px;
    color: #ffffff;
    background: url('../images/contrast_ico.png') 4px center no-repeat #35adec;
}

.ewb-agency-info {
    float: left;
    width: 468px;
    line-height: 32px;
    vertical-align: top;
}

.ewb-agency-info.wd1 {
    width: 268px;
}

.ewb-agency-info.wd2 {
    width: 200px;
}

.ewb-info-type {
    float: left;
    color: #666;
}

.ewb-info-content {
    float: left;
    max-width: 330px;
}

.ewb-agency-info.wd1 .ewb-info-content {
    max-width: 180px;
}

.ewb-agency-info.wd2 .ewb-info-content {
    max-width: 110px;
}

.ewb-star {
    float: left;
    margin-right: 2px;
    margin-top: 4px;
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
}

.ewb-star.full {
    background-image: url('../images/star_full.png');
}

.ewb-star.half {
    background-image: url('../images/star_half.png');
}

.ewb-star.empty {
    background-image: url('../images/star_empty.png');
}

.ewb-score {
    float: left;
    padding-left: 7px;
}

.ewb-agency-img {
    position: relative;
    float: right;
    margin: 2px 29px 0 0;
    padding: 3px 3px;
    width: 120px;
    height: 93px;
    box-shadow:0px 1px 5px 0px rgba(0,0,0,0.1);
}

.ewb-agency-img img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.ewb-agency-img span {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 22px;
    line-height: 21px;
    text-align: center;
    color: #fff;
    background: url('../images/img_mask.png') repeat;
}