.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: 27px;
    background-image: url("../../img/qrm-arrow-down.png");
    position: absolute;
    left: 0px;
    top: 7px;
    padding: 0 10px;
    background-repeat: no-repeat;
    background-position: 97% 50%;
    padding: .375rem .75rem;
}

.qrm-input-border {
    position: relative;
}

.qrm-pinming {
    height: 38px;
    line-height: 40px;
    border: 1px solid #cdcdcd!important;
    border-radius: 5px;
    outline: none;
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, .275);
    border-radius: 5px;
    position: relative;
    /* background-image: url("../../img/qrm-arrow-down.png");
    background-repeat: no-repeat;
    background-position: 97% 50%;
    padding: .375rem .75rem; */
}

.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 #409EFF;*/
    background: #ffffff;
}

.qrm-border1 {
    float: left;
    width: 48%;
    height: 350px;
    overflow: auto;
    border: 1px solid #999;
    /* border-right: none; */
    /* box-shadow: 0 0px 5px #f1f1f1; */
    padding-right: 8px;
    position: absolute;
    background: #ffffff;
    top: -350px;
}

.qrm-border1::-webkit-scrollbar {
    display: none;
}

.li-zi-li01::-webkit-scrollbar {
    display: none;
}

.qrm-border2 {
    float: left;
    width: 52%;
    height: 350px;
    border: 1px solid #999;
    /* border-left: none; */
    /* box-shadow: 0 0px 5px #f1f1f1; */
    background: #ffffff;
    position: absolute;
    top: -350px;
    right: 0;
}

.qrm-border3 {
    float: left;
    width: 33%;
    height: 208px;
    /*overflow-y: scroll;*/
    border-right: 1px solid #f1f1f1;
    box-shadow: 0 0px 5px #f1f1f1;
    position: absolute;
    top: 50px;
    left: 200px;
    /*margin-left: 5px;*/
}

.qrm-lev {
    float: left;
    width: 96.5%;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

.qrm-lev>li {
    width: 100%;
    position: relative;
    display: block;
    padding-left: 10px;
    /* height: 35px; */
    line-height: 35px;
}

.qrm-lev>li:hover {
    background: #F5F7FA;
    /*color: #409EFF;*/
}

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


/* .qrm-lev-1>li.active{
    background: #F5F7FA;
    color: #409EFF;

} */

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

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

.qrm-lev-4>li.active {
    background: #F5F7FA;
    color: #409EFF;
}


/* .box{
	width: 350px;
	height: 300px;
	margin: 0 auto;
} */

.qrm-lev>li>span {
    display: block;
}

.qrm-lev-2 {
    height: 350px!important;
    overflow: auto;
    position: absolute;
    right: 0;
    width: 100%!important;
}

.li-zi-li01 span {
    display: block;
    line-height: 27px;
    border-bottom: 1px solid #dcdcdc;
}
