html {
    min-width: 1000px;
}

body {
    min-width: 1000px;
}

.relative {
    position: relative;
}

::-webkit-scrollbar {
    width: 6px;
    height: 10px;
}

::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}

body,div,ul {
    scrollbar-arrow-color: #ccc;
    scrollbar-face-color: #ccc;
    scrollbar-highlight-color: #fff;
    scrollbar-shadow-color: #fff;
    scrollbar-shadow-color: rgba(255,255,255,.3);
    scrollbar-track-color: #f2f2f2;
}

::-webkit-scrollbar-thumb {
    min-height: 28px;
    padding-top: 100;
    background-color: rgba(0,0,0,.2);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 5px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1), inset 0 -1px 0 rgba(0,0,0,.07);
}

.mr-20 {
  margin-right: 20px;
}

.rel {
    position: relative;
}

.ajax-loading {
    position: absolute;
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    background: url("../../../css/images/ajaxloading.gif") center no-repeat;
}

.fui-header {
    height: 56px;
    background-color: #2c303c;
}

.fui-header-brand {
    height: 56px;
    line-height: 56px;
    margin-left: 20px;
}

.fui-header-brand>img {
    margin-top: -3px;
    vertical-align: middle;
    display: inline-block;
}

/* 鑿滃崟 */
.list-first {
    position: relative;
    /* position: absolute; */
    /* top: 0; */
    z-index: 10;
    overflow: hidden;
    /* width: 520px; */
    height: 40px;
    margin-top: 10px;
    margin-right: 20px;
    margin-left: 20px;
    border-radius: 4px;
    box-sizing: border-box;
    padding-right: 40px;
}
.list-first.showPanel {
    
    overflow: visible;
    height: auto;
    background: #20252c;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    padding-bottom: 15px;
    
}
.list-first .menu-setting {
    display: block;
    width: 28px;
    height: 28px;
    margin: 5px 5px 0 5px;
    background-image: url('images/menu-setting.png');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
.list-first .menu-setting:hover {
    background-image: url('images/menu-setting-hover.png');
}
.list-first.showPanel .menu-down {
    background: url('images/quick_icon_hover.png');
}
.list-first .menu-down-set {
    position: absolute;
    right: 5px;
    top: 40px;
    display: block;
    width: 28px;
    height: 28px;
    margin: 5px 5px 0 5px;
    background-image: url('images/quick_set.png');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
.first-menu {
    /* width: 475px; */
    margin-right: 6px;
}
.first-menu.notrigger {
    width: auto;
}
.list-first.notrigger {
    width: auto;
}
.item-first {
    overflow: hidden;
    box-sizing: border-box;
    /* min-width: 85px; */
    padding: 0 10px;
    height: 28px;
    margin: 4px 5px;
    font-size: 16px;
    line-height: 28px;
    cursor: pointer;
    -webkit-transition: all .6s cubic-bezier(.25, .46, .45, .94);
    transition: all .6s cubic-bezier(.25, .46, .45, .94);
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #cccccc;
    border-radius: 4px;
}
.item-first.select {
    color: #ffd200;
    background-color: #0e0f10;
}
.item-first:hover {
    color: #ffd200;
    background-color: #0e0f10;
}
.item-first.select:hover {
    background-color: #0e0f10;
}
.showPanel .item-first {
    color: #cccccc;
}
.showPanel .item-first.select {
    color: #ffd200;
    background-color: #0e0f10;
}
.showPanel .item-first:hover {
    color: #ffd200;
    background-color: #0e0f10;
}
.showPanel .item-first.select:hover {
    color: #ffd200;
    background-color: #0e0f10;
}
.menu-down {
    position: absolute;
    top: 0;
    right: 5px;
    z-index: 1;
    display: block;
    width: 28px;
    height: 28px;
    margin: 5px 5px 0 5px;
    background: url('images/quick_icon.png');
}
.rest-list-first {
    position: absolute;
    width: 500px;
    margin: 40px 0 0 515px;
    border-radius: 0 0 3px 3px;
    background: #346dba;
}


/*蹇嵎鑿滃崟*/
.quick-menu {
    position: relative;

    font-size: 12px;

    height: 30px;

    line-height: 30px;
}
.top-icon-chat {
  position: absolute;
  right: 20px;
  top: 5px;
  width: 21px;
  height: 19px;
  background-image: url('./images/top/icon-chat.png');
  background-repeat: no-repeat;
}

.top-icon-chat:hover {
  cursor: pointer;
}
.quick-menu-title {
    display: block;
    opacity: 0;
    width: 50px;
    height: 28px;

    cursor: pointer;
    text-align: center;

    color: #cccccc;
    border-radius: 4px;
    background: #404553;
}
.quick-menu-panel {
    /* position: absolute;
    z-index: 101;
    top: 28px;

    display: none; */

    display: block;

    width: 100%;
    height: 30px;
    position: absolute;
    right: 50px;
    left: 0;
    top: 0;
    
    border-radius: 4px;
    border-top-left-radius: 0;
}

/* .quick-menu-list {
    max-height: 240px;
}
.quick-menu-list.empty {
    height: 90px;

    background: url(images/quick-empty.png) no-repeat;
} */
.quick-menu-item {
    padding-left: 14px;

    line-height: 30px;

    cursor: pointer;

    float: left;

    color: #4b4b4b;
    padding: 0 38px;
}
.quick-menu-item:hover {
    /* background: #404553; */
    color: #0096ff;
    text-decoration: underline;
}

.quick-menu-toolbar {
    line-height: 30px;

    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background: url(images/quick-split.png) 50% 50% no-repeat #404553;
}
.quick-menu-btn {
    width: 50%;

    cursor: pointer;

    color: #fff;
    opacity: .8;
}
.quick-menu-btn:hover {
    /* background: #404553; */
    opacity: 1;
}
.quick-menu-btn > .icon {
    display: inline-block;

    width: 12px;
    height: 12px;
    margin-right: 4px;
    margin-left: 12px;
}
.quick-menu-btn.edit > .icon {
    background: url(images/quick-edit.png);
}
.quick-menu-btn.refresh > .icon {
    background: url(images/quick-refresh.png);
}
.quick-menu.open > .quick-menu-title {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #404553;
}
.quick-menu.open > .quick-menu-panel {
    display: block;
}


/* 鎼滅储 */
.header-search {
    position: relative;
    box-sizing: border-box;
    width: 155px;
    height: 34px;
    border-radius: 17px;
    background-color: #606a72;
    color: #b7b7b7;
    padding-left: 40px;
    padding-right: 15px;
    margin-top: 11px;
    background-image: url('images/icon_search.png');
    background-repeat: no-repeat;
    background-position: 12px center;
}

.header-search.focus {
    background-color: #20252c;
    border: 1px solid #606a72;
}

.search-panel {
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 101;
    width: 100%;
    border-radius: 4px;
    max-height: 540px;
    overflow-y: auto;
    background-color: #20252c;
    color: #cccccc;
}

.clear-history {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 32px;
    text-align: center;
    color: #999999;
    border-top: 1px solid #404553;
    background-image: url('images/icon_clear.png');
    background-repeat: no-repeat;
    background-position: 20px center;
}

.clear-history:hover {
    cursor: pointer;
}

.search-panel.empty {
  min-height: 78px;
  text-align: center;
}

.search-panel.empty:after {
    content: "鏃犲巻鍙茶褰�";
    line-height: 78px;
    color: #999999;
    width: 100%;
    
}

.search-history {
    padding-bottom: 32px;
}

.result-item,
.search-history-item {
    padding-left: 40px;
    line-height: 32px;
    height: 32px;
    text-align: left;
    position: relative;
}

.result-item:hover,
.search-history-item:hover {
    cursor: pointer;
    background-color: #404553;
}
.search-history-item:hover {
    cursor: default;
}
.search-remove {
    position: absolute;
    right: 8px;
    top: 9px;
    width: 14px;
    height: 14px;
    background-image: url('images/icon_remove.png');
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
}

.search-history-item:hover .search-remove{
    cursor: pointer;
    display: block;
}

.result-mark {
    color: #ffd200;
}

.search-box {
    height: 34px;
}

.hs-input {
    width: 100%;
    line-height: 34px;
    height: 34px;
    background-color: transparent;
    border: none;
    outline: none;
    color: #b7b7b7;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #606a72 inset !important;
    -webkit-text-fill-color: #b7b7b7;
}

/* 鐢ㄦ埛淇℃伅 */

.fui-header-user {
    height: 36px;
    padding: 10px 16px 10px 20px;
}
.user-head-pic {
    width: 34px;
    height: 34px;
    cursor: pointer;
    border-radius: 16px;
}

.user-info {
    height: 36px;
}

.header-user-info {
    float: right;
    padding-left: 10px;
    cursor: pointer;
}

.user-panel {
    position: absolute;
    top: 52px;
    right: 10px;
    z-index: 101;
    width: 180px;
    display: none;
    /* height: 190px; */
    box-sizing: border-box;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 0 7px 2px rgba(44,48,60,.3);
    background-color: #fff;
}

.user-head {
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-block;
}

.user-texts {
    padding-left: 41px;
    line-height: 18px;
}

.info-name {
    display: block;
    color: #333333;
    font-size: 14px;
    
}

.info-time {
    font-size: 12px;
    color: #666;
}

.info-item {
    line-height: 24px;
    color: #333333;
    font-size: 14px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
}

.info-email {
    background-image: url('images/icon_email.png');
    margin-top: 5px;
}

.info-depart {
    background-image: url('images/icon_depart.png');
    margin-left:12px;
}

.info-btn {
    margin-top: 10px;
    text-align: center;
    border: 1px solid #dcdcdc;
    color: #333333;
    height: 26px;
    line-height: 26px;
    border-radius: 13px;
}

.info-btn:hover {
    cursor: pointer;
}

.info-btn i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    vertical-align: sub;
}

.info-switch i{
    background-image: url('images/icon_switch.png');
}

.info-set i{
    background-image: url('images/icon_set.png');
}

.info-out i{
    background-image: url('images/icon_out.png');
}

/* 鏂板澶撮儴淇℃伅 */
.user-welcome {
  color: #b7b7b7;
  line-height: 56px;
}

.head-extra-btn {
  width: 82px;
  height: 32px;
  margin: 12px 16px 0 0;
  cursor: pointer;
}

/* 涓诲唴瀹� */
.fui-body {
    background-color: #e9e9e9;
    width: 100%;
    position: absolute;
    left: 0;
    top: 56px;
    bottom:0;
}

.fui-sidebar-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 42px;
  border-top: 1px solid #dedede;
  text-align: center;
  line-height: 42px;
  color: #999999;
}

.fui-sidebar-bottom:hover {
  cursor: pointer;
}

.icon-issue {
  width: 18px;
  height: 18px;
  background-image: url('images/icon_question.png');
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: text-bottom;
}

.fui-issue-text {
  display: none;
}

.expand .fui-issue-text {
  display: inline-block;
}

/* 宸︿晶鑿滃崟 */
.fui-sidebar {
    box-sizing: border-box;
    width: 210px;
    height: 100%;
    background-color: #fff;
    border-right: 1px solid #dedede;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 30px;
}

.fui-nav-text{
	opacity: 0;
	transition: opacity .3s;
}

.fui-sidebar.expand .fui-nav-text{
	opacity: 1;
}

.sidebar-space {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: #ffb403;
}

.sidebar-home {
    display: none;
}

.show.expand .sidebar-home {
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    position: absolute;
    left: 9px;
    top: 2px;
    background-image: url('images/icon_home.png');
    background-repeat: no-repeat;
    background-position: center;
}

.sidebar-home:hover {
    cursor: pointer;
}

.sidebar-btn {
    position: absolute;
    top: 0;
    right: 5px;
    width: 30px;
    height: 30px;
    background-image: url('images/icon_expand.png');
    background-repeat: no-repeat;
    background-position: center;
}

.sidebar-btn:hover {
    cursor: pointer;
}

.show.expand .sidebar-btn {
    background-image: url('images/icon_retract.png');
}

.sidebar-list {
    width: 100%;
    /* height: 100%; */
    position: absolute;
    left: 0;
    top: 30px;
    bottom: 43px;
    /* overflow-y: auto; */
}

.sidebar-list>.tree-item>.tree-text:hover {
    color: #ffb403;
    border-right: 2px solid #ffb403;
}

.tree-item {
    box-sizing: border-box;
    width: 100%;
    line-height: 42px;
    border-bottom: 1px solid #dedede;
}

.tree-item.active {
    background-color: #e9e9e9;
    border-bottom: 1px solid #dce5ff;
}

.tree-text.sub {
    background-image: url('images/icon_arrow_right.png');
    background-repeat: no-repeat;
    background-position: 180px center;
    padding-right: 20px;
}

.tree-text {
    line-height: 42px;
    padding-right: 10px;
}

.tree-text:hover {
    cursor: pointer;
}

.tree-item.active .tree-text:hover {
    background-color: #f9f9f9;
}

.tree-item.active>.tree-text.sub {
    color: #ffb403;
    background-color: #fff;
}

.tree-item.active>.tree-text.sub {
    background-image: url('images/icon_arrow_down_hover.png');
}

.sidebar-ul>.tree-item.active>.tree-text {
    position: relative;
}

.sidebar-ul>.tree-item.active>.tree-text:after {
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url('images/icon_active.png');
    background-repeat: no-repeat;
    background-position: right center;
}

.tree-child {
    display: none;
}

.fui-nav-icon {
    float: left;
    margin-top: 13px;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
}

/* 涓荤晫闈ab瀵艰埅 */
.fui-main {
    position: relative;
    height: 100%;
    margin-left: 210px;
}

.fui-page-cover {
    position: absolute;
    top: 36px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0);
}

/*涓棿鍐呭鍖哄煙*/

.fui-main-head {
    height: 28px;
    padding-top: 1px;
    padding-left: 5px;
    background: url(images/tab-bar/tabbar-bg.png);
}

.fui-main-tabcontainer {
    overflow: hidden;
    margin-top: -6px;
    padding-top: 6px;
}

.fui-main-tab {
    position: relative;
    float: left;
    height: 28px;
    /* margin-right: 12px; */
    padding: 0 17px;
    font-size: 13px;
    line-height: 28px;
    cursor: pointer;
    text-align: center;
    color: #999999;
    border: 1px solid #dedede;
    border-right: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #f5f5f5;
    /* background: url(images/tab-bar/tab-bg.png); */
}

.fui-main-tab:last-of-type {
    border-right: 1px solid #dedede;
}

.fui-main-tab.active,
.fui-main-tab:hover {
    color: #1b4a60;
    background: #fff;
}

#fixedTabs > .fui-main-tab {
    padding-right: 24px;
}

.fui-tab-text {
    display: inline-block;
    overflow: hidden;
    max-width: 86px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#mainTabs .fui-tab-text {
    width: 86px;
}

.fui-tab-refresh {
    position: absolute;
    top: 6px;
    right: 5px;
    width: 15px;
    height: 15px;
    opacity: .6;
    background: url(images/tab-bar/icon-refresh.png) no-repeat;
    filter: alpha(opacity=60);
}

.fui-tab-refresh:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.fui-tab-close {
    position: absolute;
    top: 8px;
    right: 4px;
    display: none;
    width: 12px;
    height: 12px;
    background: url(images/icon_close.png) no-repeat center;
}

.fui-tab-close:hover {
    background-color: #dedede;
    background-image: url('images/icon_close_hover.png');
}

.fui-main-tab:hover > .fui-tab-close,
.fui-main-tab.active > .fui-tab-close {
    display: block;
}


/* font-size:0, 娑堥櫎inline-block鍏冪礌涔嬬┖闅� */

.fui-main-taboperation {
    position: relative;
    height: 23px;
    margin-top: 3px;
    margin-right: 20px;
    margin-left: 5px;
    font-size: 0;
}

.fui-taboperation-scroller,
.fui-taboperation-operator {
    display: inline-block;
    height: 23px;
    vertical-align: middle;
}

.fui-taboperation-operator {
    margin-right: 10px;
    margin-top: 2px;
}

.fui-tabscroller-left,
.fui-tabscroller-right,
.fui-taboperation-close,
.fui-taboperation-more {
    display: inline-block;
    width: 21px;
    height: 21px;
    cursor: pointer;
}

.fui-tabscroller-left {
    margin-right: 8px;
    background: url(images/tab-bar/icon-tableft.png) no-repeat;
}

.fui-tabscroller-right {
    background: url(images/tab-bar/icon-tabright.png) no-repeat;
}

.fui-tabscroller-left.disabled,
.fui-tabscroller-right.disabled,
.fui-taboperation-close.disabled {
    cursor: not-allowed;
    opacity: .5;
    filter: alpha(opacity=50);
}

.fui-taboperation-close {
    width: 25px;
    height: 18px;
    border-right: 1px solid #f0f9f9;
    border-right-color: rgba(255, 255, 255, .6);
    background: url(images/tab-bar/icon-delete.png) no-repeat;
}

.fui-taboperation-more {
    width: 15px;
    height: 18px;
    background: url(images/tab-bar/icon-more.png) no-repeat;
}

.fui-taboperation-more:hover {
    background-image: url(images/tab-bar/icon-more-hover.png);
}

.fui-taboperation-more.active {
    background-image: url(images/tab-bar/icon-more-active.png);
}

.fui-taboperation-dropdown {
    position: absolute;
    z-index: 5;
    top: 1px;
    left: 42px;
    width: 118px;
    border: 1px solid #dee4e7;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 49, 37, .29);
}

.fui-taboperation-title {
    padding-left: 16px;
    font-size: 13px;
    line-height: 30px;
    color: #333;
    border-bottom: 1px dashed #e0e0e0;
    background-color: #f8f8f8;
}

.fui-taboperation-history {
    border-bottom: 1px solid #e0e0e0;
}


/*褰撳墠鎵撳紑鐨勯潪鍥哄畾tab*/

#currentCommon {
    max-height: 270px;
    overflow-y: auto;
}

.fui-history-item,
.fui-current-item {
    position: relative;
    padding-left: 16px;
    font-size: 12px;
    line-height: 26px;
    cursor: pointer;
    color: #666;
}

.fui-history-item.empty,
.fui-history-item.empty:hover {
    cursor: default;
    color: #aaa;
}

.fui-history-item:hover,
.fui-current-item:hover,
.fui-current-item.active,
.fui-history-item.active {
    color: #f96d41;
}

.fui-current-fixed,
.fui-history-backicon {
    position: absolute;
    top: 6px;
    right: 15px;
    width: 15px;
    height: 15px;
}

.fui-current-fixed {
    background: url(images/tab-bar/icon-fixed.png) no-repeat;
}

.fui-current-item:hover > .fui-current-fixed,
.fui-current-item.active > .fui-current-fixed {
    background-image: url(images/tab-bar/icon-fixed-hover.png);
}

.fui-history-backicon {
    background: url(images/tab-bar/icon-redo.png) no-repeat;
}

.fui-history-item:hover > .fui-history-backicon {
    background-image: url(images/tab-bar/icon-redo-hover.png);
}

.fui-history-text,
.fui-current-text {
    display: inline-block;
    overflow: hidden;
    width: 70px;
    vertical-align: top;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fui-tab-content {
    display: none;
    height: 100%;
}

.fui-main-content {
    position: absolute;
    top: 31px;
    right: 0;
    bottom: 0;
    left: 0;
}

.fui-tab-content.active {
    display: block;
}

.mini-menu .mini-menu-popup, .mini-menu .mini-menuitem-hover {
    border: none !important;
}
.openNav, .closeNav{
    color: #fff;
    width: 30px;
    height: 30px;
    background: #ffb403;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    cursor:pointer;
    position:relative;
}
.openNav{
    display:none; 
    margin-top:1px;
    background: #ffb403 url('images/u13.png') no-repeat center center;
    border-radius: 4px;
    width:38px;
    height:38px;
}
.icon_01{
	background: #696969;
    font-size: 15px;
    border-radius:5px;
    color:white;
    padding:4.5px 4px;
    font-family: '寰蒋闆呴粦 Light', '寰蒋闆呴粦 Regular', '寰蒋闆呴粦';
    width:30px;
    height:30px;
    text-align:center;
    display:block;
}
.icon_02{
	background: #696969;
    font-size: 15px;
    border-radius:5px;
    color:white;
    padding:4.5px 4px;
    display:block;
    text-align:center;
    font-family: '寰蒋闆呴粦 Light', '寰蒋闆呴粦 Regular', '寰蒋闆呴粦';
    width:30px;
    height:30px;
    margin-top:-4px;
}
.icon_03{
    font-size: 15px;
    border-radius:5px;
    color:white;
    padding:4.5px 4px;
    display:block;
    width:30px;
    height:30px;
    text-align:center;
    background: #696969 url('images/u6.png') no-repeat center center;
    margin-top: -1px;
}
.icon_04{
	font-size: 15px;
    border-radius:5px;
    color:white;
    padding:4.5px 4px;
    display:block;
    width:30px;
    height:30px;
    background: #ffb403 url('images/u10.png') no-repeat center center;
    margin-top: -1px;
}
.icon_01:hover{
	background:#ffb403;
}
.icon_02:hover{
	background:#ffb403;
}
.icon_03:hover{
	 background-color:#ffb403;
	 color:white;
}
.icon_06{
 	display:none;   
    width:100px;
    position:absolute;
    right:65px;
}
.icon_07{
	position: absolute;
    top: 76px;
    right: 17px;
    width: 12px;
    height: 12px;
    color:white;
    border-radius:5px;
    background: #D3D3D3 url(images/icon_close.png) no-repeat center;
}
.icon_08{
	display:none;  
	position: absolute;
    left: 31px;
    top:2px;
    width: 12px;
    height: 12px;
    color:white;
    border-radius:5px;
    margin-top:-6px;
    background: #D3D3D3 url(images/icon_close.png) no-repeat center;
}