.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: 38px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 10px;
}

.qrm-input-border {
    position: relative
}

.qrm-pinming {
    width: 100%;
    height: 50px;
    position: relative;
    z-index: 99;
}

.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;
    background: #fff
}

.qrm-border1 {
    float: left;
    width: 33%;
    height: auto;
    border-right: 1px solid #f1f1f1;
    position: absolute;
    top: 52px;
}

.qrm-border2 {
    float: left;
    width: 33%;
    border-right: 1px solid #f1f1f1;
    position: absolute;
    top: 52px;
    left: 33.2%;
    background-color: #efefef;
}

.qrm-border3 {
    float: left;
    width: 33%;
    border-right: 1px solid #f1f1f1;
    background-color: #efefef;
    position: absolute;
    top: 52px;
    left: 66.4%;
}

.qrm-lev {
    float: left;
    width: 98%;
    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: #4471d6;
    color: #fff
}

.qrm-lev-1>li.Actives {
    background: #4471d6;
    color: #fff
}

.qrm-lev-2>li.Actives {
    background: #4471d6;
    color: #fff
}

.qrm-lev-3>li.Actives {
    background: #4471d6;
    color: #fff
}

.qrm-lev-4>li.Actives {
    background: #4471d6;
    color: #fff
}

.box {
    width: 350px;
    height: 300px;
    margin: 0 auto
}
