html, body {
    margin: 0;
    padding: 0;
    border: none;
    overflow: hidden;
    height: 100%;
    font-family: "微软雅黑";
}

#left {
    float: left;
    width: 60px;
    height: 100%;
}

#right {
    float: right;
    width: calc(100% - 60px);
    height: 100%;
}

#right.max {
    width: 100%;
}

#top {
    width: 100%;
}

#left {
    position: relative;
}

#menus {
}

#menus .menu_item {
    width: 100%;
    cursor: pointer;
    margin-top: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
}

#menus .menu_item .menu_item_icon {
    width: 22px;
    height: 22px;
    margin-left: 19px;
}

#menus .menu_item .menu_item_icon img {
    width: 22px;
    height: 22px;
}

#menus .menu_item .menu_item_title {
    color: #ffffff;
    opacity: 1;
    font-size: 12px;
    text-align: center;
    width: 50px;
    padding: 2px 5px;
    line-height: 16px;
    margin-top: 6px;
}

#menus .sub_menus {
    position: absolute;
    z-index: 100;
    background: #ffffff;
    left: 60px;
    width: 200px;
}

#menus .scroll_items {
    height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    color: #333333;
}

#menus .sub_menus_items {
    float: left;
    width: calc(100%);
    /*box-shadow: 0 2px 10px 6px rgba(128, 145, 165, 0.2);*/
    height: 100%;
    border-top: 1px solid #fefafa;
}

#menus .sub_menus_tree {
    float: left;
    width: calc(100%);
    /*box-shadow: 0 2px 10px 6px rgba(128, 145, 165, 0.2);*/
    height: 100%;
    overflow: hidden;
    border-top: 1px solid #fefafa;
}

#menus .sub_menus .sub_menu_item {
    font-size: 16px;
    line-height: 21px;
    cursor: pointer;
    overflow: hidden;
}

#menus .sub_menus .sub_menu_item .sub_menu_item_title {
    padding: 13px 18px 13px 28px;
    width: 152px;
}

#menus .sub_menus .cyan-tree {
    height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    color: #333333;
}

#menus .sub_menus .cyan-tree .cyan-tree-node-text {
    line-height: 21px;
    position: relative;
    padding-right: 8px;
}

#menus .sub_menus .cyan-tree-node {
    font-size: 16px;
    line-height: 21px;
    height: 21px;
    padding: 13px 0 13px 28px;
    position: relative;
}

#menus .sub_menus .cyan-tree-node-icon {
    display: none;
}

#menus .sub_menus .cyan-tree-sub .cyan-tree-node {
    font-size: 14px;
    line-height: 19px;
    height: 19px;
    padding-top: 13px;
    padding-bottom: 13px;
}

#menus .sub_menus .cyan-tree .cyan-tree-sub .cyan-tree-node-text {
    line-height: 19px;
    color: #666666;
}

#menus .sub_menus .cyan-tree-node .cyan-tree-elbow,
#menus .sub_menus .cyan-tree-node .cyan-tree-elbow-end {
    display: none;
}

#menus .sub_menus .cyan-tree-sub .cyan-tree-node .cyan-tree-node-indent {
    display: inline-block;
    width: 8px;
    height: 19px;
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 0;
    padding-right: 0;
    vertical-align: middle;
}

#menus .sub_menus .cyan-tree-sub .cyan-tree-node .cyan-tree-node-indent.cyan-tree-elbow-plus ~ .cyan-tree-node-text,
#menus .sub_menus .cyan-tree-sub .cyan-tree-node .cyan-tree-node-indent.cyan-tree-elbow-end-plus ~ .cyan-tree-node-text,
#menus .sub_menus .cyan-tree-sub .cyan-tree-node .cyan-tree-node-indent.cyan-tree-elbow-minus ~ .cyan-tree-node-text,
#menus .sub_menus .cyan-tree-sub .cyan-tree-node .cyan-tree-node-indent.cyan-tree-elbow-end-minus ~ .cyan-tree-node-text {
    margin-left: 8px;
}

#menus .sub_menus .cyan-tree::-webkit-scrollbar-track-piece {
    background-color: #f8f8f8;
}

#menus .sub_menus .cyan-tree::-webkit-scrollbar {
    width: 4px;
    height: 8px;
}

#menus .sub_menus .cyan-tree::-webkit-scrollbar-thumb {
    background-color: #dddddd;
    background-clip: padding-box;
    min-height: 28px;
}

#menus .sub_menus .cyan-tree::-webkit-scrollbar-thumb:hover {
    background-color: #bbb;
}

#menus .scroll_items::-webkit-scrollbar-thumb {
    background-color: #dddddd;
    background-clip: padding-box;
    min-height: 28px;
}

#menus .scroll_items::-webkit-scrollbar{
    width: 4px;
    height: 8px;
}

#menus .scroll_items::-webkit-scrollbar-track-piece{
    background-color: #f8f8f8;
}

.menu_item_count {
    color: #dc4040;
    margin-left: 4px;
}

.menu_item_icon.menu_item_new {
    position: relative;
}

.menu_item_icon.menu_item_new:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    right: -10px;
    top: -3px;
    background-color: #dc4040;
    border-radius: 50%;
    margin-left: 5px;
}

.cyan-tree-node-text .menu_item_new {
    background-color: #dc4040;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    display: block;
    position: absolute;
    right: 0;
    top: 6px;
}

#main {
    padding: 0;
    height: 100%;
    overflow: hidden;
    background: #f3f4f4;
}

#main_top {
    height: 40px;
    background: #f6f6f6;
}

#main_tabs0 {
    float: left;
    position: relative;
    overflow: hidden;
}

#main_tabs {
    float: left;
    overflow: hidden;
    position: absolute;
    width: 5000px;
}

.main_tab {
    float: left;
    overflow-y: hidden;
    cursor: pointer;
    position: relative;
}

#main_tabs_scroll {
    float: right;
}

.main_tab_close {
    position: absolute;
}

#main_tab_home.main_tab {
    padding-left: 40px;
    padding-right: 0;
    margin-left: 5px;
}

#main_tab_home.main_tab:after {
    content: '';
    display: inline-block;
    height: 16px;
    padding-right: 22px;
    border-right: 1px solid #dddddd;
    vertical-align: middle;
}

#main_tabs .main_tab:after {
    content: '';
    display: inline-block;
    height: 16px;
    border-right: 1px solid #dddddd;
    padding-left: 30px;
    vertical-align: middle;
}

#main_tabs .main_tab:last-child:after {
    display: none;
}

#main_tabs0 {
    width: calc(100% - 150px);
    height: 40px;
}

.main_tab {
    line-height: 40px;
    font-size: 14px;
    color: #595959;
    padding-left: 20px;
}

#main_tabs .main_tab:last-child {
    padding-right: 31px;
}

#main_tabs {
    height: 40px;
}

.main_tab_close {
    top: 10px;
    right: 10px;
    width: 14px;
    height: 20px;
}

#main_tabs_scroll {
    width: 20px;
    height: 30px;
}

#main_tabs_scroll_left {
    width: 16px;
    height: 28px;
    margin-top: 6px;
    margin-left: -19px;
    cursor: pointer;
}

#main_tabs_scroll_right {
    width: 16px;
    height: 22px;
    margin-top: -25px;
    margin-left: 0px;
    cursor: pointer;
}

#main_frames {
    background: #f6f6f6;
    width: 100%;
    height: calc(100% - 40px);
    overflow: hidden;
    position: relative;
}

#main_frames iframe {
    position: absolute;
    border: 0 none;
    margin: 0;
    background: #f6f6f6;
    width: calc(100% - 32px);
    height: calc(100% - 20px);;
    left: 16px;
    box-shadow: 0px 0px 10px 0px rgba(128,145,165,0.2);
}

#right.max center {
    width: 100%;
    height: 100%;
}

#right.max #top {
    display: none;
}

#right.max #main_top {
    display: none;
}

#center.expanded {
    width: calc(100% - 200px);
}

#right.max #center {
    height: 100%;
    width: 100%;
}

#right.max #center.expanded {
    width: 100%;
}

#right.max #main {
    margin-left: 0;
    margin-right: 0;
    border-left: 0 none;
    border-right: 0 none;
    width: 100%;
}

#right.max #main #main_frames iframe {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.other_menus {
    position: absolute;
    background: #ffffff;
    left: 60px;
    top: 50px;
    width: calc(100% - 60px);
    z-index: 400;
    box-shadow: 0 2px 10px 6px rgba(128, 145, 165, 0.4);
    overflow: hidden;
}

#top #top_menus_list li.top_menus_expanded {
    background-image: none;
}

#top #top_menus_list li.top_menus_collapsed {
    background-image: none;
}


#top_top > .more_menus {
    position: absolute;
    background: #ffffff;
    left: 60px;
    top: 50px;
    width: calc(100% - 60px) ;
    z-index: 400;
    box-shadow: 0 2px 10px 6px rgba(128, 145, 165, 0.4);
    overflow: hidden;
    box-sizing:border-box
}

#top_top > .more_menus > li {
    float: left;
    width: calc(25% - 1px) !important;
    border-right: solid 1px #ececec;
    padding-right:0px !important;
}

#top_top > .more_menus > li:first-child {
    margin-top:0px !important;
}


#top_top > .more_menus > li.selected {
    color: #1b82d1;
    background: #e8f2fa url(/oa/styles/xc1/images/selected.png) no-repeat right 10px center;
}

#top_top > .more_menus > li > span {
    cursor: pointer;
    font-size: 14px;
    color: #333333;
    line-height: 40px;
    text-indent: 15px;
    margin-left: 25px;
    width: calc(100% - 20px);
    text-align: center;
}

#top_top > .more_menus > li:hover {
    color: #1b82d1;
    background: #e8f2fa;
}

#top_top > .more_top{
    margin-top: 15px !important;
}

#top_top > .more_buttom{
    margin-bottom: 15px !important;
}

.other_menus > div {
    float: left;
    width: calc(25% - 1px);
    border-right: solid 1px #ececec;
    margin-top: 15px;
    margin-bottom: 15px;
}

.other_menus > div:last-child {
    border-right: none;
    width: 25%;
}

.other_menus > div > div {
    cursor: pointer;
    font-size: 14px;
    color: #333333;
    line-height: 40px;
    text-indent: 15px;
    margin-left: 10px;
    width: calc(100% - 20px);
}

.other_menus > div > div:hover {
    color: #1b82d1;
    background: #e8f2fa;
}
