.filtrate-cont{border: 1px solid #ebebeb;overflow: hidden;font-size: 14px;}
.filtrate-cont{overflow:hidden;border:1px solid #ebebeb}
.filtrate-cont .condition {padding:8px 0px;border-bottom:1px solid #ebebeb;overflow:hidden;position:relative;background-color: #fff;}
.filtrate-cont .condition:last-child{border-bottom:0;}
.filtrate-cont .count-last{display:none;}
.filtrate-cont .condition-noborder{border-bottom:0px;}
.condition {padding:3px 0px;border-bottom:1px solid #ebebeb;overflow:hidden;position:relative;}
.condition-title{float:left;text-align:right;width:8%;padding-right:1%;line-height:26px;font-weight:600;color:#666;}
.condition-cont{float:left;text-align:left;width:88%;line-height:26px;overflow:hidden;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.condition-more{position:absolute;right:0px;top:13px;width:5%;}
.condition-cont a{
    display:block;float:left;color:#268acc;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
}
.condition-cont a:hover,
.condition-cont a:active{color:#eb5e58;}
.condition .condition-name{
    float:left;color:#666;line-height:22px;margin-right:8px;margin-bottom: 5px;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -mos-transition: all 0.5s ease-in-out 0s;
    padding:2px 6px;
}
.condition-cont a.tagActive{color:#00ae66;font-weight: 700}
.shai_close{padding-left: 10px;}
.condition .condition-name:hover,
.condition .condition-name:active{color:#eb5e58;background:#00ae66;border-radius:2px;color:#fff;text-decoration:none;}
.condition-more .more-select{
    float:left;height:20px;line-height:20px;border:1px solid #ddd;padding:0px 6px;margin-left:6%;cursor:pointer;
    -webkit-transition:background-color 0.4s ease;
    -moz-transition:background-color 0.4s ease;
    -o-transition:background-color 0.4s ease;
    -ms-transition:background-color 0.4s ease;
    transition:background-color 0.4s ease;
}
.condition-more .more-select .fa{margin-right:3px;}
.condition-more .more-select:hover{background:#eb5e58;border:1px solid #eb5e58;color:#fff;text-decoration:none;}
.condition-more .more-select:hover a{color:#fff; }
.condition-more .more{float:left;line-height:22px;height:22px;cursor:pointer;}
.condition-more .more span{
    color:#555;
    transition:color 0.4s ease;
    -webkit-transition:color 0.4s ease;
    -ms-transition:color 0.4s ease;
    -o-transition:color 0.4s ease;
    -moz-transition:color 0.4s ease;
}
.condition-more .more span:hover,
.condition-more .more span:focus,
.condition-more .more span:active,
.condition-more .more span.active{color:#eb5e58;}
.condition-more .more .fa{margin:0px 3px;}
.condition-more .more .up{display:none;}
.street{background-color: #fafafa;padding:10px;clear: both;border: 1px solid #eee;line-height: 35px;overflow: hidden;}
.street a{display:block;float:left;color:#268acc;margin-right:8px;margin-bottom: 5px}
.street a.on{font-weight: 700;color: #00ae66;}
.filtrate-cont .s_input{outline: none;border: 1px solid #ddd;line-height: 20px;width: 50%;padding: 5px;}
.filtrate-cont .s_edit{background-color: #01af63;color: #fff;border: none;padding: 0 20px;line-height: 31px;outline: none;cursor: pointer}