
.citySelect{
    width:158px;
    height:36px;
    position: relative;
    cursor: pointer;
    border: 1px solid #dcdfe6;;
    color: #606266;
    border-radius: 4px;
    padding-left: 5px;
}
.cityName{
    display: block;
    font-size: 14px;
    color: #9da1ab;
    width: 100%;
    height:36px;
    line-height: 36px;
    padding-left: 15px;
    overflow: hidden;
    cursor: pointer;
}
.condition .area,.condition .type {
    position: relative;
}

.condition .area .dropDown,.condition .type .dropDown {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 100;
    width: 320px;
}

.iconDown{
    width:20px;
    height:20px;
    position:absolute;
    top:8px;
    right:7px;
    background-image: url("../images/icon_arrow.svg");
    background-repeat: no-repeat;
    cursor:pointer;
    display: inline-block;
}

.iconRemove{
    width:18px;
    height:18px;
    position:absolute;
    top:10px;
    right:7px;
    background-image: url("../images/icon_delete.svg");
    background-repeat: no-repeat;
    cursor:pointer;
    display: inline-block;
}

.dropUl{
    list-style: none;
    height:200px;
    overflow: scroll;
    padding:0;
}
.dropUl::-webkit-scrollbar {/*滚动条整体样式*/
    width: 5px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 0;
}
.dropUl::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
    background: #d1d4db;
}
.dropUl::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: none;
    border-radius: 0px;
    /*background: #EDEDED;*/
}
.dropProvUl {
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    border: 1px solid #e4e7ed;
    border-radius: 4px;
    font-size: 14px;
}
.dropProvUl li{
    width: 156px;
    height:36px;
    padding-left: 20px;
    color:#9fa3b0;
    line-height: 36px;
    background-color: white;
    cursor: pointer;

}
.dropProvUl li.on, .dropCityUl li.on,.drop-prov-Ul li.on, .drop-city-Ul li.on{
    color:#d03333;
    font-weight: bold;
}
.dropProvUl li a {
    color: #9fa3b0;
    text-decoration: none;
}

.dropProvUl li a:hover{
    background-color: #f5f7fa;
    color: #d03333;
    font-weight: bold;
    text-underline: none;
}
.dropCityUl{
    margin-left: 5px;
    background-color:white;
}
.dropCityUl li{
    width: 156px;
    height:36px;
    padding-left: 20px;
    color:#9fa3b0;
    line-height: 36px;
    cursor: pointer;

}
.dropCity {
    display: block;
    position: relative;
    left: -6px;
}
.dropCityUl {
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    border: 1px solid #e4e7ed;
    border-radius: 4px;
    font-size: 14px;
}
.area li:hover{
    background-color: #f5f7fa;
    color: #d03333;
    font-weight: bold;
}

.type li:hover{
    background-color: #f5f7fa;
    color: #d03333;
    font-weight: bold;
}

.cate  li:hover{
    background-color: #f5f7fa;
    color: #d03333;
    font-weight: bold;
}

.dropDown div{
    width:158px;
    height:200px;
    float: left;
    display: none;
}


.cate-select{
    width:158px;
    height:36px;
    position: relative;
    cursor: pointer;
    border: 1px solid #dcdfe6;;
    color: #606266;
    border-radius: 4px;
    padding-left: 5px;
}
.cate-name{
    display: block;
    font-size: 14px;
    color: #9da1ab;
    max-width: 85%;
    white-space: nowrap;
    text-overflow: ellipsis;
    height:36px;
    line-height: 36px;
    padding-left: 5px;
    overflow: hidden;
    cursor: pointer;
}
.condition .cate {
    position: relative;
}

.condition .cate .dropDown {
    position: absolute;
    top: 40px;
    right: -90px;
    z-index: 100;
    width: 250px;
}

/*.iconDown{*/
    /*width:16px;*/
    /*height:16px;*/
    /*position:absolute;*/
    /*top:10px;*/
    /*right:5px;*/
    /*background-image: url("../images/icons.png");*/
    /*background-repeat: no-repeat;*/
    /*background-position: 0 -2044px;*/
    /*cursor:pointer;*/
    /*display: inline-block;*/
/*}*/
.dropUl{
    list-style: none;
    height:200px;
    overflow: scroll;
    padding:0;
}
.dropUl::-webkit-scrollbar {/*滚动条整体样式*/
    width: 5px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 0;
}
.dropUl::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
    background: #d1d4db;
}
.dropUl::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: none;
    border-radius: 0px;
    /*background: #EDEDED;*/
}
.drop-prov-Ul {
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    border: 1px solid #e4e7ed;
    border-radius: 4px;
    font-size: 14px;
}
.drop-prov-Ul li{
    width: 156px;
    height:36px;
    padding-left: 20px;
    color:#9fa3b0;
    line-height: 36px;
    background-color: white;
    cursor: pointer;
    overflow: hidden;
}
.drop-prov-Ul li:hover{
    background-color: #f5f7fa;
    color: #d03333;
    font-weight: bold;
}
.drop-city-Ul{
    margin-left: 5px;
    background-color:white;
}
.drop-city-Ul li{
    font-size: 14px;
    width: 156px;
    height:36px;
    padding-left: 20px;
    color:#9fa3b0;
    line-height: 36px;
    cursor: pointer;

}
.drop-city {
    display: block;
    position: relative;
    left: -6px;
}
.drop-city-UI {
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    border: 1px solid #e4e7ed;
    border-radius: 4px;
    font-size: 14px;
}
.drop-city-UI li:hover{
    background-color: #f5f7fa;
    color: #d03333;
    font-weight: bold;
}

.cate-down {
    position: absolute;
    /* right: 0; */
    z-index: 100;
    top: 42px;
    width: 320px;
    left: 0px;
}
.cate-down div{
    width:158px;
    height:200px;
    float: left;
    display: none;
}