._htools-select{
    display: inline-block;
    margin: 0;
    background-color: white;
    border: solid rgb(16, 101, 182) 3px;
    vertical-align: middle;    
    cursor: pointer;
    background-size: 34px;
    background-position-x: 249px;
    background-image: url(../images/select.png);
    background-repeat: no-repeat;
}
._htools-select *{
    margin: 0;
    padding: 0;
    outline: none;
}
._htools-select:hover ._select-selectbtn{
        
}

._htools-select ._select-input{
    color: #3b4249; display: inline-block; font-size: 14px;margin-left: 5px
}
._htools-select ._select-selectbtn{
 
    display: none;
}
._htools-select ._select-select-ul{
    background-color: white; outline: none;
    border: solid rgb(16, 101, 182) 3px;
    position: relative;
    z-index: 10;
    display: none;
}
._select-select-ul{
	margin-left: -3px;
}

._htools-select ._select-select-ul li{
    background-color: white;
    color: black;
    font-size: 14px;
    padding: 3px 6px;
    cursor: pointer;
    list-style-type:none;
    transition: color 0.5s, background-color 0.5s;
    -moz-transition: color 0.5s, background-color 0.5s;	/* Firefox 4 */
    -webkit-transition: color 0.5s, background-color 0.5s;	/* Safari 和 Chrome */
    -o-transition: color 0.5s, background-color 0.5s;
}
._htools-select ._select-select-ul li._select-li-selected{
    background-color: rgb(16, 101, 182);
    color:white;
}
._htools-select ._select-select-ul li:hover{
    background-color: rgb(16, 101, 182);
    color: white;
}