
.clearfix:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfix{zoom:1}
ul,li{
    list-style:none;
}
.qrm-input{
    outline: none;
    border:none;
    width: 110px;
    padding: 5px 0 5px 10px;
    background: #fff;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    float: left;
}
.qrm-pinming{
    height: 28px;
    position: relative;
    width: 160px;
    background-image: url("../images/common/qrm_arrow_down.png");
    background-repeat: no-repeat;
    background-position: 143px;
    border: 1px solid #dedede;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    border-radius: 2px;
}
.qrm-pinming:hover{
    cursor: pointer;
}
.qrm-pinming input:hover{
    cursor: pointer;
}
.qrm-pinming-panel{
    position: absolute;
    top: 28px;
    left: -1px;
    z-index: 99999;
    width: 604px;
    height: 252px;
    /*border: 1px solid #dedede;*/
    background: #ffffff;
    overflow: hidden;
    border-radius: 2px;
}
.qrm-border{
    float: left;
    width: 200px;
    height: 250px;
    overflow-y: scroll;
    background: #f8f8f8;
    border: 1px solid #dedede;
    margin-right: -1px;
    display: none;
}
.qrm-lev{
    float: left;
    width: 95%;
    margin:0;
    padding:0;
    font-size: 12px;
}
.qrm-lev>li{
    width: 150px;
    position: relative;
    display: block;
    padding-left: 10px;
    line-height: 34px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-right: 20px;
    text-align: left;
}
.qrm-lev>li>span{
	text-align: left;
}
.qrm-lev>li:hover{
    background: #f2f2f2;
    color: #333;
}

.qrm-arrow-right{
    display: inline-block;
    width: 4px;
    height: 7px;
    background: url("../images/common/qrm_arrow_right01.png") no-repeat;
    position: absolute;
    right: 10px;
    top: 12px;
}
.qrm-lev-1>li.active{
    background: #34a1fe;
    color: #ffffff;
}
.qrm-lev-2>li.active{
    background: #09f;
    color: #ffffff;
}
.qrm-lev-3>li.active{
    background: #09f;
    color: #ffffff;
}
.qrm-lev-4>li.active{
    background: #09f;
    color: #ffffff;
}
.qrm-lev-1>li.active .qrm-arrow-right{
	background: url("../images/common/qrm_arrow_right02.png") no-repeat;
}
.qrm-lev-2>li.active .qrm-arrow-right{
	background: url("../images/common/qrm_arrow_right02.png") no-repeat;
}
.qrm-lev-3>li.active .qrm-arrow-right{
	background: url("../images/common/qrm_arrow_right02.png") no-repeat;
}
.qrm-lev-4>li.active .qrm-arrow-right{
	background: url("../images/common/qrm_arrow_right02.png") no-repeat;
}
.qrm_Category {
    height: 30px;
    line-height: 30px;
    padding-left: 22px;
    overflow: hidden;
    color: #999;
    border-bottom: 1px solid #dedede;
    background: #fff;
}

/*城区选择样式--start*/
.qrm_pinming_two{
	width: 310px;
	height: 40px;
	background-position: 286px;
}
.qrm_pinming_panel_two{
	width: 400px;
	top: 40px;
}
.qrm_input_two{
	width: 270px;
	padding: 11px 0 11px 10px;	
}
.qrm_pinming_bg{
	background-image: url("../images/common/qrm_arrow_top.png");
}
/*城区选择样式--end*/
.qrm_empty{
	width: 10px;
	height: 10px;
	background: url("../images/common/input_del01.png") no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 25px;
	top: 10px;
	display: none;
}
.qrm_empty:hover{
	background: url("../images/common/input_del02.png") no-repeat;
	background-size: 100% 100%;
}
