
.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: 38px;
    line-height: 40px;
    position: relative;
    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: 57px;
    left: -1px;
    z-index: 99999;
    width: 740px;
    height: 285px;
    border-radius: 10px;
    border: 1px solid #0068b7;
    background: #ffffff;
        font-weight: 400;
}
.qrm-border{
    float: left;
    width: 25%;
    height: 280px;
    overflow-y: scroll;
    /*margin-left: 5px;*/
}
.qrm-border::-webkit-scrollbar {
  display: none; /* 对于 WebKit */
}
.qrm-pinming-panel > .qrm-border:first-child {

border-radius: 10px 0 0 10px;

}
.qrm-pinming-panel > .qrm-border:end-child {

border-radius: 0px 10px 10px 0px;

}
.qrm-lev{
    float: left;
    width: 100%;
    margin:0;
    padding:0;
    font-size: 12px;
}
.qrm-lev>li{
    width: 100%;
    position: relative;
    display: block;
    padding-left:12px;
}
.qrm-lev>li:hover{
    background: #0068b7;
    color: #ffffff;
}
.qrm-lev>li:hover a{
    color: #ffffff;
}

 .qrm-lev li:before {
   content: "";
   width: 6px;
   height: 6px;
   display: inline-block;
   border-radius: 50%;
   background: #fff;
   vertical-align: middle;
   margin-right: 14px;
  }

.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: #0068b7;
    color: #ffffff;
}
.qrm-lev-2>li.active{
    background: #0068b7;
    color: #ffffff;
}
.qrm-lev-3>li.active{
    background: #0068b7;
    color: #ffffff;
}
.qrm-lev-4 a{
    color: #0068B7;
    text-decoration: none;
}
.qrm-lev-4>li.active{
    background: #0068b7;
    color: #ffffff;
}
.qrm-lev-4>li.active a{

    color: #ffffff;
}
.qrm-lev-4>li:first-child {

border-radius: 0px 10px 0 0px;

}
