.select-div{
    position    : relative ;
}

.select{
    background  : white;
    border      : 1px solid #ccc;
    overflow    : hidden;
    padding     : 3px 0px;
}
.select:hover,.select-box:hover {
    border-color      : #66afe9;
}

.select span {
    width       : 92%;
    display     : inline-block;
    line-height : 28px;
    cursor      : pointer;
    color:#888;
}
.select i {
    display     : inline-block;
    line-height : 33px;
    cursor      : pointer;
}

.select-box {
    background  : white;
    width       : 96%;
    display     : none;
    overflow    : hidden;
    position    : absolute;
    z-index     : 999;
    left        : 0;
    top         : 30px;
    border      : 1px solid #ccc;
    border-top  : none;
    padding     : 5px;
}
.select-href {
    width       : 100%;
    overflow    : auto;
}

.select-box a {
    line-height : 28px;
    display     : block;
    text-decoration:none;
    color       : #666;
    font-weight :Bold ;
    padding-left: 5px
}
.select-box a:hover {
    background  : #E0ECF8;
    color       : #000;
    text-decoration:none;
}
.select-box a:focus {
    background  : #f7f7f7;
    color       : #000;
}
.focus {
    background  : #ddd;
    color       : #000;
}

.select-search {
    width       :100% !important;
    display     :inline-block
}
.optgroup {
    width:100% !important;
    font-weight:bold;
    cursor:auto;
}


