.menu_wrap {
    overflow: hidden;
    width: 240px;
    border-right: 1px solid #ececec;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.menu_box{
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding-bottom: 60px;
}

.menu_box .lv1, .menu_box .lv2 {
    display: block;
    border-bottom: 1px solid #ececec;
}

.menu-item-wrap {
    color: #555;
    line-height: 50px;
    text-align: right;
    padding: 5px 20px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.menu-item-wrap span {
    float: left;
}

.hot .menu-item-wrap, .menu-item-wrap:hover{
    background-color: #b7832f;
}

.hot .menu-item-wrap span, .hot .menu-item-wrap i, .menu-item-wrap:hover span, .menu-item-wrap:hover i{
    color: #fff;
}

.subNav .lv2 {
    padding: 5px 0;
}

.subNav .lv2:last-of-type {
    border: none;
}

.subNav .lv2 a {
    clear: both;
    padding: 5px 0 5px 40px;
    line-height: 40px;
    /*text-indent: 2em;*/
}

.subNav .lv2:hover a, .subNav .lv2.hot a {
    padding-left: 38px;
    border-left: 2px solid #b7832f;
    color: #b7832f;
}
