
.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;
    height: 30px;
}

.qrm-pinming{
    height: auto;
    line-height: 40px;
    border: none !important;
    position: relative;
    width: 100%;
    background-image: url("../images/qrm-arrow-down.png");
    background-repeat: no-repeat;
    background-position: 363px;
}
.qrm-pinming:hover{
    cursor: pointer;
}
.qrm-pinming input:hover{
    cursor: pointer;
}
.qrm-pinming-panel{
    position: absolute;
    top: 61px;
    left: 24px;
    z-index: 99999;
    width: 540px;
    height: 210px;
    border: 1px solid #c2c2c2;
    background: #ededed;
}
.qrm-border{
    float: left;
    width: 33.3%;
    height: 208px;
    overflow-y: scroll;
    /*margin-left: 5px;*/
}
.qrm-lev{
    float: left;
    width: 95%;
    margin:0;
    padding:0;
    font-size: 12px;
}
.qrm-lev>li{
    width: 100%;
    position: relative;
    display: block;
    padding-left: 4px;
}
.qrm-lev>li:hover{
    background: #dbdbdb;
    color: #ffffff;
}

.qrm-arrow-right{
    display: inline-block;
    width: 4px;
    height: 7px;
    background: url("../images/qrm-arrow-right.png") no-repeat;
    position: absolute;
    right: 5px;
    top: 12.5px;
}

.qrm-lev-1>li.active{
    background: #dbdbdb;
    color: #ffffff;
}
.qrm-lev-2>li.active{
    background: #dbdbdb;
    color: #ffffff;
}
.qrm-lev-3>li.active{
    background: #dbdbdb;
    color: #ffffff;
}
.qrm-lev-4>li.active{
    background: #ff9022;
    color: #ffffff;
}
.qrm-border:nth-child(4) {
    display: none;
}

.qrm-pinming input.qrm-input {
    width: 100% !important;
    position: relative;
}

.qrm-pinming .qrm-input-border:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border: solid #6b6b6b;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    right: 26px;
    z-index: 1;
    top: 24px;
    /* bottom: 0; */
    /* margin: auto; */
}


.qrm-lev>li span {
    color: #000;
    font-size: 16px;
}










































