html,body{
    margin: 0;
    padding: 0;
    width: 100%;
    height:100%;
    font-family:Microsoft YaHei,微软雅黑
}
body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#header{
    height:68px;
    overflow: hidden;
    min-height: 68px;
    display: flex;
    flex-wrap: nowrap;
    padding: 0px 0px 0px 25px;
}
#position{
    height: 43px;
    min-height:43px;
    overflow: hidden;
    background: #65b76f;
    color: #fff;
    padding: 0px 30px;
    font-size: 1.1rem;
}
#position > ul {
    padding: 0;
    margin: 0;
    list-style: none none;
    display: flex;
    justify-content: space-between;
}
#position > ul >li {
    line-height: 43px;
}
#footer{
    height:40px;
    overflow: hidden;
    background: #666666;
    color: #e1e1e1;
    z-index: 2;
}
#m_body {
    flex: 1;
    display: flex;
    flex-direction: row;
}
#m_body .body_lmenu{
    width: 200px;
    box-shadow: 0px 5px 13px 3px #ddd;
    padding: 20px 0px;
    z-index: 1;
    display: none;
}
#m_body .body_rconent{
    flex: 1;
    background: #f5f5f5;
    padding: 43px 66px;
    display: flex;
    flex-direction: column;
}
#m_body .c_box {
    flex: 1;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 0px 9px 5px #ddd;
    overflow: auto;
    min-width: 968px;
}
#m_body .body_lmenu>ul{
    list-style: none none;
    padding: 0;
    margin: 0;
}
#m_body .body_lmenu > ul > li{
    padding: 10px 10px 10px 47px;
    position: relative;
    cursor: pointer;
    font-size: 1rem;
    line-height: 28px;
}
#m_body .body_lmenu > ul > li:hover{
    color:#65b76f;
}
#m_body .body_lmenu > ul > li::before {
    width: 8px;
    height: 8px;
    background: #333;
    display: block;
    content: '';
    position: absolute;
    border-radius: 50%;
    margin-top: 8px;
    margin-right: 20px;
    left: 24px;
}
#m_body .body_lmenu > ul > li:hover::before{
    background: #65b76f;
}
#m_body .body_lmenu > ul > li.selected::before {
    background: #65b76f;
}
#m_body .body_lmenu > ul > li.selected {
    color: #65b76f;
}
.logo {
    width: 137px;
    height: 40px;
    background: url(/minicar/images/logo_full.png) no-repeat;
    background-size: 106px;
    align-self: center;
    /*! border-right: 1px solid #000; */
}
.ltitle {
    align-self: center;
    padding-left: 20px;
    font-size: 1.3rem;
    border-left: 1px solid #000;
    padding: 2px 0px 2px 20px;
}
