body{
    margin: 0px;
    padding: 0px;
    background-color: #f1f2f4;
}

.sbody{
    height: calc(100vh - 50px);
    box-sizing: border-box;
    width: 100%;
}

.left_frm{
    width:calc(25% - 22px);
    height:calc(100vh - 50px) ;
    float: left;
    overflow: auto;
    box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px 10px;
}


.right_frm{
    width:75%;
    height: calc(100vh - 50px);
    float:left;
    box-sizing: border-box;
    overflow: auto;
}
.right_body{
    min-width:1250px;
}
.sub_left_frm{
    width:1000px;
    float:left;
    box-sizing: border-box;
    margin-left: 10px;

}
little_box {
    width: 8px;
    height: 8px;
    background-color: #bcbe22;
    background-color: #bbb;
    display: inline-block;
    margin-right: 2px;
    position: relative;
    top: 0px;
}

