<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.menu_head {
    width: 185px;
    height: 46px;
    line-height: 46px;
    padding-left: 38px;
    font-size: 16px;
    color: #475052;
    cursor: pointer;
    border: 1px solid #e1e1e1;
    position: relative;
    margin: 0px;
    font-weight: bold;
    background-image: url('../image/add.png');
    background-position: center right;
    background-repeat: no-repeat;
}

.menu_list .current {
    background-image: url('../image/jian.png');
}

.menu_body {
    width: 223px;
    height: auto;
    overflow: hidden;
    line-height: 38px;
    border-left: 1px solid #e0e0e0;
    background-color: #fff;
    border-right: 1px solid #e0e0e0;
    display: none;
}

.menu_body p {
    display: block;
    width: 223px;
    height: 38px;
    line-height: 38px;
    padding-left: 38px;
    color: #666;
    background: #fff;
    text-decoration: none;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
}

.active_Left {
    width: 980px;
    /* border: 1px solid red; */
}

.sidebar .navadd {
    width: 225px;
    height: 48px;
    /* background-color: red; */
    font-size: 16px;
    display: flex;
    align-items: center;
    border: 1px solid #e1e1e1;
    color: #475052;
    font-weight: bold;
}

.sidebar .navadd a {
    margin-left: 38px;
}</pre></body></html>