.qrm-input{
    outline: none;
    border:none;
    height: 44px;    
    position: absolute;
    left: 4px;
    top: 0;
    padding: 0 10px;
	font-size: 16px;
}
.qrm-input-border{
	height: 100%;
	position: relative;
}
.qrm-pinming{
	width: 340px;
	height: 46px;
	background: #FFFFFF;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.11);
	border-radius: 3px;
    line-height: 46px;
    border:1px solid #dddddd;
    border-radius: 5px;
    position: relative;
    background-image: url("../images/qrm-arrow-down.png");
    background-repeat: no-repeat;
    background-position: 315px;
}
.qrm-pinming:hover{
    cursor: pointer;
}
.qrm-pinming input:hover{
    cursor: pointer;
}
.qrm-pinming-panel{
    position: absolute;
    top: 52px;
    left: -1px;
    z-index: 99999;
    width: 350px;
    height: 210px;
    /*border: 1px solid #009E95;*/
    background: #ffffff;
}
.qrm-border1{
    float: left;
    width: 50%;
    height: 316px;
    overflow-y: scroll;
    border-right: 1px solid #f1f1f1;
    box-shadow: 0 0px 5px #f1f1f1;
    position: absolute;
    top: 1px;
    /*margin-left: 5px;*/
}
.qrm-border2{
    float: left;
    width: 50%;
    height: 316px;
    overflow-y: scroll;
    border-right: 1px solid #f1f1f1;
    box-shadow: 0 0px 5px #f1f1f1;
 	position: absolute;
    top: 1px;
    left: 172px;
    /*margin-left: 5px;*/
}

.qrm-lev{
    float: left;
    width: 100%;
    margin:0;
    padding:0;
    font-size: 12px;
}
.qrm-lev>li{
    width: 100%;
    position: relative;
    display: block;
    padding-left: 0;
    height: 35px;
    line-height: 35px;
}
.qrm-lev>li:hover{
    background: #F5F7FA;
    /*color: #009E95;*/
}

.choose-city{
	display: none;
	position: absolute;
	top: 47px;
	width: 100%;
	height: 326px;
	background: #fff;
}

.qrm-arrow-right{
    display: inline-block;
    width: 4px;
    height: 7px;
    background: url("../images/qrm-arrow-right.png") no-repeat;
    position: absolute;
    right: 7px;
    top: 14px;
}

.qrm-lev-1>li.active{
    background: #F5F7FA;
    color: #009E95;

}
.qrm-lev-2>li.active{
    background: #F5F7FA;
    color: #009E95;

}
.qrm-lev-3>li.active{
    background: #F5F7FA;
    color: #009E95;

}
.qrm-lev-4>li.active{
    background: #F5F7FA;
    color: #009E95;
}
.link-box{
	width: 100%;
	height: auto;
	margin: 0 auto;
}