.select-member-search-warp{
    padding: 5px 10px;
}
.select-member-body{
    max-height: 220px;
    overflow-y: auto;
}
.select-member-item{
    position: relative;
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding: 0 15px 0 10px;
    font-size: 12px;
    color: #666;
    cursor: pointer;
}
.select-member-item:hover{
    color: #3289f2;
    background: #fbfcfc;
}
.select-member-item>img{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.select-member-item-icon{
    font-size: 14px;
    position: absolute;
    right: 5px;
    color: #3289f2;
}