body {
    background: #F7F7F7;

}

* {
    padding: 0px;
    margin: 0px;
}

ul, li {
    list-style: none;
}
.wrapper {
    display: flex;
    width: 1200px;
    margin: 40px auto;
    font-size: 0px;

}
.wrapper-left {
    display: inline-block;
    box-sizing: border-box;
    width: 200px;
    min-height: 1259px;
    background: #FFFFFF;
    padding: 20px 30px;
}

.wrapper-left a {
    line-height: 34px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #545C63;
}
.active-tree{
    color: #fff !important;
    background: #ED7100;
    /*padding: 1px 1px;*/
}
.cur{
    color: #ED7100 !important;
}
.tree-icons {
    margin-left: 10px;
    display: inline-block;
}
.show_nn, .show_n {
    margin-left: 10px;
    display: inline-block;
}

.glyphicon {
    cursor: pointer;
    width: 10px;
    height: 10px;
}

/*.glyphicon-chevron-right {*/
    /*background: url("../../../front-resource/images/20230822/chevron-right.png") no-repeat center;*/
/*}*/

.chevron-right {
    background: url("../../../front-resource/images/20230822/chevron-right.png") no-repeat center;
}
.chevron-down {
    background: url("../../../front-resource/images/20230822/chevron-down.png") no-repeat center;
}

.trees .children {
    margin-left: 12px;
}

