/*下拉框公共css*/


.xp-select {
    /*margin-left: 20px;*/
    height: 30px;
    width: 100px;
    line-height: 30px;
    position: relative;
    cursor: pointer;
    border: 1px solid #dfdfdf;
    /*background: url("img/bj1.png") no-repeat 89% 53%;*/
    background-image: url(img/bj1.png);
    background-repeat: no-repeat;
    background-position: right;
}

.xp-select p {
    width: 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    color: #3d3d3d;
    text-indent: 5px;
    cursor: pointer;
}
.xp-selectList {
    list-style: none;
    position: absolute;
    top: 30px;
    background-color: white;
    text-indent: 7px;
    border: 1px solid #b7b7b7;
    left: -1px;
    width: 200px;
    line-height: 24px;
    cursor: pointer;
    z-index: 9999;
    font-size: 14px;
    height: 200px;
    overflow: auto;
}
.xp-hide {
    display: none;
}
.xp-selectList li {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}
.xp-searchTxt {
    border: 0;
    padding: 0px 0px;
    width: 220px;
    height: 32px;
    font-size: 14px;
}
.xp-searchBtn {
    background: url(img/header_search.png);
    background-color: #8c7a61;
    width: 51px;
    height: 32px;
    cursor: pointer;
    border: 0;
    margin-left: 5px;
}


/*供应商头部搜索框*/
.xpSearch_selectList {
    list-style: none;
    position: absolute;
    top: 32px;
    background-color: white;
    text-indent: 7px;
    border: 1px solid #3d3d3d;
    border-top: 0;
    left: -2px;
    width: 205px;
    line-height: 24px;
    cursor: pointer;
    z-index: 9999;
    font-size: 14px;
}
.xpSearch_selectList li:hover
{
    color: #2065b4;
}
.xpTxt110 {
    width: 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
.xpSearch_select {
    margin: 2px;
    border-right: 1px solid #3d3d3d;
    width: 100px;
    overflow: hidden;
    height: 28px;
    line-height: 28px;
    color: #3d3d3d;
    text-indent: 4px;
    background: url(img/sj51.png) no-repeat 85px center;;
    cursor: pointer;
}
