.yq-tree-con{
    position: relative;
}
.yq-tree-con .yq-tree-box{
    display: none;
    position: absolute;
    left: 0;
    right: auto!important;
    bottom: initial;
    width: 100%;
    min-height: 200px;
    max-width: 375px;
    min-width: 300px;
    padding: 10px 10px 20px;
    font-size: 14px;
    color: #444;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.4);
    box-sizing: border-box;
    z-index: 10;
}
.yq-tree-con .yq-tree-box .search-tree-input{
    text-align: left;
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
    line-height: 28px;
    font-size: 16px;
    padding: 0 10px;
    color: #444!important;
    border: 1px solid #e7eaec;
    box-sizing: border-box;
    background-color: #fff!important;
}
.yq-tree-con .yq-tree-box .jstree{
    background-image: none!important;
    width: 100%!important;
    overflow: auto;
}
.yq-tree-con .yq-tree-box .jstree-default .jstree-node{
    line-height: 28px;
    padding-top: 2px;
}
.search-form .search-input-box{
    width: 70%;
    float: left;
}
.search-form .search-input-box .selected-text{
    width: 100%;
    min-height: 30px;
    padding: 4px 5px 0;
    color: #333;
    border: 1px solid #e5e6e7;
    box-sizing: border-box;
    cursor: pointer;
}
.search-form .search-input-box .selected-text>span{
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 0 5px;
    line-height: 20px;
    white-space: nowrap;
    word-break: keep-all;
    background-color: #efefef;
}
.search-form .search-input-box .selected-text .placeholder-style{
    margin-right: 0;
    color: #777777;
    background-color: #fff;
}
.search-form .search-input-box input[readonly],.yq-tree-con>input[readonly]{
    background-color: #fff;
}