
.select-option {
    z-index: 999;
}
.select-option {
    display: none;
    position: absolute;
    left: 0;
    top: 23px;
    padding: 0;
    white-space: nowrap;
    background: #fff;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: 2px 2px 8px -2px rgb(204 204 204 / 50%);
    box-shadow: 2px 2px 8px -2px rgb(204 204 204 / 50%);
    overflow: hidden;
    width: 300px;
    font-size: 12px;
}

.select-option {
    left: 15px;
}

.select-option .select-box-title {
    padding: 5px 10px;
    height: 22px;
    line-height: 22px;
    border-bottom: solid 1px #e6e6e6;
}
.select-option * {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    color: #222;
}

.select-option .select-box-title li {
    float: left;
}
.select-option .select-box-title li.on a, .select-box-title li.on a {
    background: #198ef6;
    color: #fff;
}
.select-option .select-box-title li a {
    display: inline-block;
    height: 20x;
    line-height: 20px;
    border: 1px solid #198ef6;
    color: #198ef6;
    background: #f2f9ff;
    padding: 0 5px;
    font-size: 12px;
}
.select-box-title li.on a, .select-box-title li.on a {
    background: #198ef6;
    color: #fff;
}
.select-option .box-content-brand {
    position: relative;
    border: 0;
}
.select-option .brand-index {
    width: 28px;
    line-height: 0;
    float: left;
    background: #fafafa;
    border-right: 1px solid #e6e6e6;
}
.select-option .brand-index a {
    display: block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    margin: 5px auto;
    font: 13px/16px Arial;
    overflow: hidden;
}

.select-option .select-dl {
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
}
.select-option .select-dl {
    max-height: 560px;
}

.select-option .town-con-dl dt {
    line-height: 30px;
    height: 30px;
    border-bottom: 1px solid #e6e6e6;
    background: #f2f9ff;
    font-size: 14px;
    color: #198ef6;
}
.select-option .town-con-dl dt, .town-btn a {
    line-height: 30px;
    height: 30px;
    border-bottom: 1px solid #e6e6e6;
    display: block;
    text-align: left;
    padding: 0 10px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.select-option .town-hd .price {
    float: right;
    font-weight: 400;
    font-size: 14px;
    color: #ff4750;
    height: 30px;
    line-height: 30px;
}
.select-option .town-con-dl a {
    text-align: left;
}
.select-option .town-con-dl a {
    font-size: 12px;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}
.select-option .town-con-dl a:hover{
    color: #cd181c;
}































