#logo {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    background: url("images/logo.png");
}

#frequent_icon {
    width: 60px;
    height: 34px;
    background: url("images/frequent.png") no-repeat center;
    cursor: pointer;
    margin-bottom: 20px
}

#top_top {
    height: 50px;
    width: 100%;
    background-color: #ffffff;
}

#top_bottom {
    height: 40px;
    width: 100%;
    background-color: #ffffff;
    position: relative;
}

#main_title {
    float: left;
    height: 100%;
    line-height: 50px;
    margin-left: 19px;
    font-size: 20px;
    font-weight: bold;
}

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

.user_info {
    float: left;
    height: 100%;
}

.user_name {
    float: left;
    font-size: 15px;
    margin-left: 20px;
    line-height: 40px;
    text-indent: 29px;
}

.work_group{
    position: relative;
    float: left;
}

#dept_info {
    float: left;
    margin-left: 30px;
    line-height: 40px;
    font-size: 13px;
    color: #666666;
    margin-right: 8px;
    cursor: pointer;
    padding-right: 30px;
}

#top ul {
    margin: 0;
    padding: 0;
}

#top li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#top .top_menus {
    box-shadow: 0 0 10px 0 rgba(128, 145, 165, 0.2);
    padding: 0;
    position: absolute;
    background: #ffffff;
    overflow: hidden;
    z-index: 400;
}

#top .top_menus li:first-child {
    margin-top: 10px;
}

#top .top_menus li:last-child {
    margin-bottom: 10px;
}

#top .top_menus li {
    font-size: 14px;
    color: #333333;
    padding: 10px 0;
    cursor: pointer;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 16px;
}

#depts {
    width: 260px;
    left: 110px;
    top: 46px;
}

#depts li {
    text-indent: 20px;
}

#top .top_menus_collapsed {
    background-image: url(images/down.png);
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 17px;
}

#top .top_menus_expanded {
    background-image: url(images/up_active.png);
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 17px; 
}

.top_buttons {
    float: right;
}

.top_buttons button {
    width: 20px;
    height: 20px;
    border: 0 none;
    outline: none;
    cursor: pointer;
    margin-right: 14px;
    padding: 0;
    margin-top: 10px;
}

.top_buttons button:hover {
    border: 0 none;
    outline: none;
    padding: 0;
}

.top_buttons button.about, .top_buttons button.about:hover, .top_buttons button.about:active {
    background: url(images/about.png);
}

.top_buttons button.download, .top_buttons button.download:hover, .top_buttons button.download:active {
    background: url(images/download.png);
}

.top_buttons button.exit, .top_buttons button.exit:hover, .top_buttons button.exit:active {
    background: url(images/exit.png);
}

.top_search {
    float: right;
    margin-right: 20px;
}

.top_search input {
    height: 28px;
    outline: none;
    border: none;
    border-radius: 18px 0 0 18px;
    padding: 0 18px;
    font-size: 14px;
    color: #1b82d1;
    width: 150px;
    margin-top: 6px;
    background: #f5f5f5;
    float: left;
}

.top_search div.top_search_button {
    width: 35px;
    height: 28px;
    background: #f5f5f5 url(images/search.png) no-repeat center;
    display: inline-block;
    margin-top: 6px;
    border-radius: 0 18px 18px 0;
    cursor: pointer;
}

.top_search input::placeholder {
    color: grey;
}

.top_search input::-ms-clear {
    display: none;
}

.top_search input::-webkit-search-cancel-button {
    display: none;
}

#top_menus {
    float: right;
    width: calc(100% - 450px);
    margin-right: 5px;
    position: relative;
}

#top_menus_list {
    float: right;
}

#top_menus_list li {
    cursor: pointer;
    float: left;
    line-height: 50px;
    padding: 0 10px;
    min-width: 79px;
    text-align: center;
}

#top_menus_more {
    float: right;
    line-height: 50px;
    width: 64px;
    padding-right: 12px;
    text-align: center;
    cursor: pointer;
}

#top_menus_list_more {
    right: 0;
    top: 50px;
}

#top_menus ul#top_menus_list_more li {
    width: 106px;
    padding-left: 20px;
}

#menus .sub_menus {
    top: 91px;
    height: calc(100% - 91px);
}

#menus .sub_menus:after {
    position: absolute;
    content: '';
    width: 12px;
    height: 44px;
    background: #abb6c0 url(images/menu_collapsed.png) no-repeat center;
    background-size: 16px 16px;
    top: calc(50% - 22px);
    right: -14px;
    border-radius: 0 12px 12px 0;
    cursor: pointer;
}

#top_menus li.top_menu_new span {
    position: relative;
}

#top_menus li.top_menu_new:after {
    content: '';
    position: absolute;
    top: 18px;
    width: 5px;
    height: 5px;
    background-color: #dc4040;
    border-radius: 50%;
    margin-left: 1px;
}

.main_tab_close {
    background: url(images/tab_close.png) center no-repeat;
}

#main_tabs_scroll_left {
    background: url("images/tabs_left2.png") center no-repeat;
}

#main_tabs_scroll_right {
    background: url("images/tabs_right2.png") center no-repeat;
}

#main_tab_home.main_tab {
    background: url(images/home.png) no-repeat 13px 11px;
}

#menus .sub_menus .cyan-tree-sub .cyan-tree-node .cyan-tree-node-indent.cyan-tree-elbow-plus,
#menus .sub_menus .cyan-tree-sub .cyan-tree-node .cyan-tree-node-indent.cyan-tree-elbow-end-plus {
    width: 20px;
}

#menus .cyan-tree-node-indent.cyan-tree-elbow-plus, #menus .cyan-tree-node-indent.cyan-tree-elbow-end-plus {
    position: absolute;
    right: 14px;
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    background: url("images/down.png") no-repeat center;
    cursor: pointer;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
}

#menus .sub_menus .cyan-tree-node.cyan-tree-node-selected .cyan-tree-node-indent.cyan-tree-elbow-plus,
#menus .sub_menus .cyan-tree-node.cyan-tree-node-selected .cyan-tree-node-indent.cyan-tree-elbow-end-plus {
    right: 12px;
}

#menus .sub_menus .cyan-tree-sub .cyan-tree-node .cyan-tree-node-indent.cyan-tree-elbow-minus,
#menus .sub_menus .cyan-tree-sub .cyan-tree-node .cyan-tree-node-indent.cyan-tree-elbow-end-minus {
    width: 20px;
}

#menus .cyan-tree-node-indent.cyan-tree-elbow-minus, #menus .cyan-tree-node-indent.cyan-tree-elbow-end-minus {
    position: absolute;
    right: 14px;
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    background: url("images/up.png") no-repeat center;
    cursor: pointer;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
}

#menus .sub_menus .cyan-tree-node.cyan-tree-node-selected .cyan-tree-node-indent.cyan-tree-elbow-minus,
#menus .sub_menus .cyan-tree-node.cyan-tree-node-selected .cyan-tree-node-indent.cyan-tree-elbow-end-minus {
    right: 12px;
}

.single {
    width: calc(100% - 60px);
    height: unset;
    background-color: #ffffff;
    box-shadow: 0px 6px 6px 2px rgba(128, 145, 165, 0.4);
    position: absolute;
    z-index: 200;
    border-top: 1px solid #ececec;
    padding: 14px 0px;
    box-sizing: border-box;
    display: none;
}

.single-item {
    width: calc(100% / 5);
    height: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    float: left;
    border-left: 1px solid #ececec;
}

.single-item ul li {
    cursor: pointer;
    font-size: 14px;
    color: #333333;
    padding: 10px 10px !important;
    margin: 0;
}

.single-item ul li + li {
    margin-top: 4px;
}

.single-item .active {
    background: #e8f2fa;
    border-radius: 2px;
    color: #1b82d1;
}

.single-item ul li:hover {
    background: #e8f2fa;
    color: #1b82d1;
}

.single-item + .single-item:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 1px;
    height: 122px;
    background-color: #ececec;
}


/**/


body{
    margin: 0;
    padding: 0;
}
.work_state_icon{
    position: relative;
    top: 1px;
    margin-right: 4px;
}
#work_state_info {
    float: left;
    margin-left: 5px;
    line-height: 22px;
    font-size: 14px;
    color: #666666;
    margin-right: 8px;
    cursor: pointer;
    padding-right: 18px;
    line-height: 40px;
    margin-left: 10px;
}
#dept_info {
    margin-left: 12px!important;
}
#top .top_menus_collapsed {
    background-position-x: 84% !important;
}
.work_state_menus_collapsed {
    background-image: url(../xc/images/down.png);
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 17px;
}
.work_state_menus_expanded {
    background-image: url(../xc/images/up_active.png);
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 17px;
}
.work_state_menus li{
    list-style:none!important;
    padding: 5px !important;
    font-size: 14px;
    color: #333333;
    padding-left: 28px!important;
    cursor: pointer;
}
.dropdown{
    float: left;
}
.work_state_menus {
    box-shadow: 0px 0px 10px 0px
    rgba(160, 160, 160, 0.6);
    border-radius: 2px;
    padding: 0;
    position: absolute;
    background: #ffffff;
    overflow: hidden;
    z-index: 400;
    padding-top: 10px;
    display: none;
}
#work_states {
    width: 89px;
    height: 220px;
    left: 142px;
    top: 46px;
}
.work_state_menus li.selected {
    color: #1b82d1;
    background: #e8f2fa url(../xc/images/selected.png) no-repeat left 10px center;
    background-size: 13px 9px;
}
.work_state_menus li.selected:hover {
    color: #1b82d1;
    background: #e8f2fa url(../xc/images/selected.png) no-repeat left 10px center;
    background-size: 13px 9px;
}
#work_states li img{
    margin-right: 5px;
}

.work_state_menus li:hover {
    background: #e8f2fa;
}

.dialog{
    float: left;
    width: 460px;
    background-color: #ffffff;
    border-radius: 1px;
}
#top .top_menus_expanded {
    background-position-x: 86%!important;
}
.padding{
    padding: 20px;
    box-sizing: border-box;
}
.border{
    border-bottom: 1px solid #ececec;
    float: left;
    width: 100%;
    padding-bottom: 12px;
}
.header .title{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    float: left;
}
.header img{
    float: right;
    width: 15px;
    cursor: pointer;
    position: relative;
    top: 3px;
}
.state_name{
    float: left;
    color: #333333;
    font-size: 14px;
}
.tip{
    font-size: 14px;
    color: #b2b2b2;
    margin-left: 14px;
}
.part, .form-content{
    float: left;
    width: 100%;
}
.form-content{
    /*padding-top: 20px;*/
}
.form-content .part textarea{
    width: calc(100% - 56px);
    height: 123px;
    border-radius: 1px;
    border: solid 1px #e2e2e2;
    margin-left: 7px;
    outline: none;
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
}
.pos{
    position: relative;
    top: 10px;
}
.part + .part{
    margin-top: 16px;
}
.form-content{
    border-bottom: 1px solid #ececec;
    padding-bottom: 18px;
}
.btns{
    float: right;
    padding: 22px 20px;
}
.btns button + button{
    margin-left: 12px;
}

.work_state_icon{
    position: relative;
    top: 1px;
    margin-right: 4px;
}
#work_state_info, #personnel_wher_info {
    float: left;
    /*margin-left: 30px;*/
    line-height: 40px;
    font-size: 13px;
    color: #666666;
    margin-right: 8px;
    cursor: pointer;
    padding-right: 18px;
    /*height: 50px;*/
}
.work_state_menus_collapsed {
    background-image: url(images/down.png);
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 17px;
}
.work_state_menus_expanded {
    background-image: url(images/up_active.png);
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 17px;
}
ul li{
    list-style:none;
    padding: 5px 0;
    font-size: 14px;
    color: #333333;
    padding-left: 28px;
}
.work_state_menus li{
    cursor: pointer;
}
.work_state_menus {
    box-shadow: 0px 0px 10px 0px
    rgba(160, 160, 160, 0.6);
    border-radius: 2px;
    padding: 0;
    position: absolute;
    background: #ffffff;
    overflow: hidden;
    z-index: 400;
    padding-top: 10px;
    display: none;
}
.personnel_wher_menus{
    width: 243px;
    /*height: 167px;*/
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px
    rgba(128, 145, 165, 0.2);
    position: absolute;
    /*display: none;*/
}
.dropdown:hover #personnel_wher{
    height: auto;
    overflow: inherit;
    padding: 10px 16px!important;
}
#work_states {
    width: 89px;
    height: 220px;
    left: 16px;
    top: 45px;
}
#personnel_wher{
    left: 321px;
    top: 36px;
    box-sizing: border-box;
    height: 0;
    overflow: hidden;
    padding: 0!important;
    z-index: 200;
}

#work_states li img{
    margin-right: 5px;
}

.work_state_menus li:hover {
    background: #e8f2fa;
}
#personnel_wher_info{
    float: left;
    color: #2170d9;
}
.ic_ryqx{
    position: relative;
    top: 6px;
    margin-right: 5px;
}
.popper__arrow {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    top: -13px;
    left: 7%;
    margin-right: 3px;
    border-top-width: 0;
    border-bottom-color: #ebeef5;
    border-width: 6px;
    filter: drop-shadow(0 2px 12px rgba(0,0,0,.03));
}
.popper__arrow:after {
    top: 1px;
    margin-left: -6px;
    border-top-width: 0!important;
    border-bottom-color: #fff!important;
    content: " ";
    border-width: 6px;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.personnel_wher_menus .item .top{
    font-size: 14px;
    color: #999999;
}
.personnel_wher_menus .item .bottom{
    color: #333333;
    margin-top: 7px;
}
.personnel_wher_menus .item .tag{
    width: 4px;
    height: 4px;
    background-color: #999999;
    display: inline-block;
    vertical-align: middle;
}
.personnel_wher_menus li{
    padding-left: 0;
}
.click_detail{
    color: #2170d9;
    margin-left: 7px;
    cursor: pointer;
}

.personnel_wher_menus .item + .item{
    border-top: 1px dotted #d9d9d9;
    padding-top: 12px!important;
    margin-top: 12px!important;
}
.dialog{
    float: left;
    width: 460px;
    height: 310px;
    background-color: #ffffff;
    border-radius: 1px;
    padding: 19px 24px;
    box-sizing: border-box;
}
.header{
    float: left;
    width: 100%;
    border-bottom: 1px solid #ececec;
    padding-bottom: 12px;
}
.header .title{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    float: left;
}
.header img{
    float: right;
    width: 15px;
    cursor: pointer;
    position: relative;
    top: 3px;
}