.searchbox{
    border:1px solid #e3e3e3;
    padding-left: 20px;
    padding-right: 20px;
    overflow:hidden;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.searchbox-item{
    border-bottom:1px dashed #e3e3e3;
    padding-bottom: 19px;
    overflow: hidden;
    position: relative;
    margin-top:10px;
}
.searchbox .l{
    position: absolute;
    left:0;
    top:8px;
    width:72px;
    background: #808d8d;
    color:#fff;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding-left: 8px;
    padding-right: 6px;
    line-height: 22px;
}
.searchbox .l i{
    position: absolute;
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-left: 11px solid #808d8d;
    border-bottom: 11px solid transparent;
    right:-11px;
    top:0;
}

.searchbox .c{
    width:100%;
    padding-left: 90px;
    padding-right: 40px;
    height:30px;
    overflow: hidden;
}
.searchbox .c .control-type{
    color:#5CB85C;
    width:44px;
    height:30px;
    padding-top: 10px;
    float:left;
}
.filter_option span{
    display: inline-block;
    line-height: 22px;
    border-radius: 3px;
    padding-left: 6px;
    padding-right: 6px;
    cursor: pointer;
    margin-right: 17px;
    margin-top:8px;
}
.filter_option .selected{
    /*background: #c60000;*/
    background: #18a689;
    color:#fff;
}
.searchbox .r{
    line-height: 22px;
    position: absolute;
    right:0;
    top:8px;
    font-size:14px;
}

.searchbox .r:focus, .searchbox .r:hover{
    text-decoration:none;
}


.searchbox .r .text{
    font-size:14px;
}

.searchbox-item .filter_custom{
    width:220px;
    position:absolute;
    top:8px;
    right:80px;
    height:26px;
    line-height:26px;
}
.searchbox-item .filter_custom > span {
    float:left;
}
.searchbox-item .filter_custom > span > input {
    height:26px;
    display:block !important;
}
.filter_custom span{
    padding-left:2px;padding-right:2px;
}

.filter_custom input{
    height:100%;
}

.btn_filter_sure{margin-left:10px;background-color:#F5F5F5;border: 1px solid #DDD;display: inline-block;cursor:pointer;width:48px;height:26px;text-align:center;line-height:26px;}
.btn_filter_sure:hover{background-color:#18a689;border: 1px solid #18a689; color: #FFF;}

.filter_btn{
    text-align:center;
    cursor: pointer;
    height:26px;
}
.filter_btn span{
    width:100px;
    display:inline-block;
    margin-left:auto;
    margin-right:auto;
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
    background-color:#ebf5ff;
    height:20px;
    line-height:20px;
    color:#1AB394;
    margin-bottom: 10px;
    border:1px solid rgb(212, 227, 242);
    border-top:none;

}

.filter_btn span:hover{
    color:#fff;
    background-color:#1AB394;
}