﻿@charset "UTF-8";

.custommenus {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: inherit;
    font-size: 12px;
}

/*.custommenus .custommenusbutton {
    padding: 0 !important;
    min-width: 64px;
    background: url(../images/qbcd.png) no-repeat center center;
    cursor: pointer;
    background-size: 20px;
}

.custommenus .custommenusbutton,
.custommenus a,
.custommenus span {
    display: block;
    height: 30px;
    line-height: 30px;
}



.custommenus .custommenusbutton:hover {
    background-color: rgba(149, 216, 0, 0.4);
}

*/
 .custommenusbutton:before{  
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    background: url(./images/gnlb.png) no-repeat center center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: -2px;
    margin-left: 10px;
    margin-right: 8px;
    cursor: pointer;
} 

.custommenusbutton {
    width:82px;
    min-width: 82px;
    position: relative;
    color: #0C77DA;
    font-size: 12px;
    height: 20px;
    line-height: 18px;
    border-radius: 10px;
    margin-left: 8px;
    margin-right: 4px;
    cursor: pointer;
}

.custommenusbutton:hover {
    background-color: peachpuff;
}

/* .custommenus a:first-child {
    padding-left: 11px;
} */

.custommenus a:hover {
    color: #95d800;
}

.custommenus a + a:before {
    /* content: "|";
    margin-right: 8px;
    color: rgba(2, 51, 91, 0.5) !important; */
}

.custommenus .aclass:before {
    content: "";
    margin-right: 14px;
    color: rgba(2, 51, 91, 0.5) !important;
}


/* .custommenus a::before{
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 12px;
    left: 0;
    background-color: #7894BB;
} */

.custommenus a{
    padding: 0 12px;
    position: relative;
    color: #0C77DA;
    font-size: 12px;
}



#gotohistory {
    position: relative;
    /* padding: 8px 40px 0 15px; */
    padding: 0 15px 0 20px;
    height: 32px;
    line-height: 32px;
    /* width: 130px; */
    background-color: white;
    font-size: 12px;
    color: #333;
    cursor: pointer;
    white-space: nowrap;
    background: url(../images/lsjl.png) no-repeat left center,url(../images/xlxx.png) no-repeat center right;
}



.historylink .link-menu {
    position: relative;
    margin-right: 20px;
}

.historylink .link-menu:hover #actionhistory {
    height: auto;
    padding: 10px 0;
    opacity: 1;
}



.historylink .link-menu .menu-name:hover {
    color: #95d800;
}


#actionhistory {
    position: absolute;
    top: 35px;
    overflow: hidden;
    width: 133px;
    height: 0;
    border: 1px solid #bdbdbd;
    font-size: 12px;
    background-color: gainsboro;
    opacity: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

#actionhistory .subnavlink {
    display: block;
    padding: 5px 0;
    padding-left: 15px;
    color: #02335b;
}

#actionhistory .subnavlink:hover {
    background-color: rgba(255, 255, 255, 0.8);
}



.left-box {
	width: 110px;
	z-index: 10;
	position: fixed;

}

.left-box-left {
    width: 105px;
    background-color: rgba(12, 123, 198, 1);
    display: flex;
    flex-direction: column;
}

.left-box-right {
    width: 0px;
    background-color: #1A195F;
    color: #fff;
    top: 7px;
    left: 81px;
    position: absolute;
	overflow: hidden;
}

.left-box-menu {
	margin-top: 12px;
    width: 100%;
    height: 100%;
    font: -webkit-control;
    padding: 5px 0;
    overflow-y: scroll;
    overflow-x: hidden;
}

.left-box-menu -webkit-scrollbar {
	width: 6px;
	height: 6px
}

.left-box-menu::-webkit-scrollbar{width:6px;height:6px}
.left-box-menu::-webkit-scrollbar-button:vertical{display:none}
.left-box-menu::-webkit-scrollbar-track:vertical{background-color:transparent;}
.left-box-menu::-webkit-scrollbar-track-piece{background-color:transparent;}
.left-box-menu::-webkit-scrollbar-thumb:vertical{background-color:#3792ef;border-radius:6px}
.left-box-menu::-webkit-scrollbar-thumb:vertical:hover,
.left-box-menu::-webkit-scrollbar-thumb:vertical:active {background-color: #2e86ef}


.submenu-lists::-webkit-scrollbar{width:6px;height:6px}
.submenu-lists::-webkit-scrollbar-button:vertical{display:none}
.submenu-lists::-webkit-scrollbar-track:vertical{background-color:transparent;}
.submenu-lists::-webkit-scrollbar-track-piece{background-color:transparent;}
.submenu-lists::-webkit-scrollbar-thumb:vertical{background-color:#3792ef;border-radius:6px}
.submenu-lists::-webkit-scrollbar-thumb:vertical:hover,
.submenu-lists::-webkit-scrollbar-thumb:vertical:active {background-color: #2e86ef}


.left-box-menu li {
	width: 100%;
	height: 60px;
	margin-top: 2px;
	display: table;
	align-items: center;
	justify-content: center;
}

.left-box-menu li.on {
	background-color: #1A195F;
}

.left-box-menu li.on a {
	color: #fff;
}

.menu-highLight {
    background-color: #f26c2a !important;
}

.left-box-menu li>a:hover{
	color: coral;
}

.firstmenu {
	display: flex;
	align-items: center;
	flex-direction: column;
	color: white;
	font-size: 14px;
	margin-bottom: 10px;
}

.left-box-menu a img {
	width: 26px;
}

.submenu-lists {
	width: 100%;
	max-height: 90vh;
	overflow-y: auto;
	overflow-x: hidden;
}

.submenu-lists li {
	width: 100%;
	height: 50px;
	padding: 0 10px;
}

.submenu-lists li a {
	width: 100%;
	height: 100%;
	font-size: 14px;
	display: flex;
	align-items: center;
	color: #D2D1FE;
}

.submenu-lists li.on {
	background-color: #3A4DA8;
}

.submenu-lists li a img {
	width: 18px;
	height: 18px;
	margin-right: 12px;
}

.secondmenu{
	background-color: #1A195F;
	width: 100px;
	overflow-y: auto;
	overflow-x: hidden;
	display: none;
}


.secondmenu-list{
 	width: 110px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: table;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
}

.secondmenu-list a {
	width: 100px;
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 28px;
	box-sizing: border-box;
    text-align: center;
	border-radius: 14px;
	margin: 3px 0;	
}
.secondmenu-list a:hover{
	background-color: #FF9966;
}

.foldButton:hover{
    background-color: #3792ef;
}

/* ----------2022-12-12-------去掉左边菜单三角图片 */
/* .foldButton{
	width: 100%;
	height: 21px;
	background: url(../images/off.png) no-repeat center 2px;
	cursor: pointer;
	padding-bottom:6px;
}

.foldButtonON{
	background: url(../images/on.png) no-repeat center 2px !important;
} */

#mainMenuList ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.left-nav
{
	width: 120px;
	z-index: 10;
	position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
}
.main-menu-list
{
    padding-top: 82px;
    height: 100%;
    background-color: rgba(12, 123, 198, 1);
    overflow-y: scroll;
    overflow-y: overlay;
    overflow-x: hidden;
}

.main-menu-list::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    z-index: 1;
}
.main-menu-item
{
    transition: background-color 0.2s;
    cursor: pointer;
    position: relative;
    margin-bottom: 4px;
}

.top-menu-item
{
    display: flex;
    justify-content: flex-start;
    padding: 12px 0 12px 12px;
    box-sizing: content-box;
    text-decoration: none;
}

.float-menu-item a
{
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.main-menu-item-selected
{
    background-color: #006DB7;
}
.main-menu-item img
{
    width: 16px;
    height: 20px;
    margin-bottom: 3px;
    border-radius: 3px;
    overflow: hidden;
    padding-top: 4px;
}
.main-menu-item-title
{
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-left: 6px;
}
.float-menu-box
{
    background-color: #fff;
    box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.2);
    border-radius: 0 6px 6px 0;
    position: fixed;
    left: 110px;
    top: 0;
    overflow: hidden;
    z-index: 2;
    display: none;
}
.float-menu-content
{
    display: flex;
    
    justify-content: center;
}
.float-menu-content-left
{
    display: flex;
    flex-wrap: nowrap;
    padding: 12px;
}
.float-menu-content-title
{
    height: 36px;
    color: #fff;
    display: flex;
    font-size: 14px;
}
.float-menu-content-title::before
{
    content: '';
    display: block;
    height: 16px;
    width: 2px;
    background-color: #fff;
    border-radius: 3px;
    margin-right: 6px;
}
.float-menu
{
    padding-bottom: 6px;
    column-count: 3;
}
.float-menu-item
{
    min-height: 28px;
    padding: 0 6px;
    cursor: pointer;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.float-menu-item a
{
    color: #000;
    text-decoration: none;
    font-size: 13px;
    white-space: nowrap;
}
.float-menu-item:hover , .float-menu-content-left .sub-content-item ul li:hover
{
    background-color: rgba(11, 167, 196, 0.15);
}



#quickHelpfix:before{  
    content: "?";
    display: inline-block;
    width: 13px;
    height: 22px;
    vertical-align: middle;
    padding-top: 2px;
    margin-left: 6px;
    margin-right: 0px;
    cursor: pointer;
} 

#quickHelpfix {
    left:0px;
    bottom:12px;
    width:53px;
    position: absolute;
    color: #0C77DA;
    font-size: 11px;
    height: 22px;
    line-height: 18px;
    border: 1px solid rgba(12, 123, 198, 1);
    border-radius: 10px;
    margin-left: 4px;
    margin-right: 4px;
    cursor: pointer;
    z-index: 90;
}

#quickHelpfix:hover {
    background-color: peachpuff;
}



#quickSettingfix:before{  
    content: "";
    display: inline-block;
    width: 16px;
    height: 22px;
    vertical-align: middle;
    background-image: url(../images/setting1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px;
    margin-top: 0px;
    margin-left: 4px;
    margin-right: 2px;
    cursor: pointer;
} 

#quickSettingfix {
    left:60px;
    bottom:12px;
    width:53px;
    position: absolute;
    color: #0C77DA;
    font-size: 11px;
    height: 22px;
    line-height: 18px;
    border: 1px solid rgba(12, 123, 198, 1);
    border-radius: 10px;
    margin-left: 4px;
    margin-right: 4px;
    cursor: pointer;
    z-index: 90;
}

#quickSettingfix:hover {
    background-color: peachpuff;
}

.float-menu-content-left
{
    display: flex;
    flex-wrap: nowrap;
    padding: 12px;
}
.float-menu-content-left .sub-content-item
{
    min-width: 128px;
    max-width: 184px;
    display: flex;
    flex-direction: column;
    margin-right: 12px;
}
.float-menu-content-left .sub-content-item .header-tips
{
    width: 100%;
    background-color: rgba(11, 167, 196, 0.15);
    border-radius: 3px;
    height: 24px;
    color: rgba(11, 167, 196, 1);
    line-height: 24px;
    font-size: 14px;
    display: flex;
    justify-content: flex-start;
    padding-right: 12px;
    white-space: nowrap;
}
.float-menu-content-left .sub-content-item .header-tips img
{
    min-width: 32px;
    height: 32px;
    min-height: 32px;
    margin-right: 4px;
}
.float-menu-content-left .sub-content-item ul li
{
    margin: 8px 0;
    padding: 0 8px;
    font-size: 13px;
    color: #555;
    min-height: 20px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    white-space: nowrap;
}
.float-menu-content-left .sub-content-item ul li a
{
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.MenuLabel p{
    padding-left: 12px;
    color: rgba(2, 51, 91, 0.5);
}


.custommenus .custommenulist {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
    overflow: hidden;
    max-width: 85vw;
    height: 32px;
    background-color: white;
}
.custommenus a.favorite {
    height: 20px;
    margin: 0 3px;
    border: 1px solid #a7d5ea;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}


#PageControler {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    position: relative;
    background-color: rgba(233, 240, 241, 1);
}

#PageControler .nav-item {
    font-size: 13px;
    height: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 8px;
    white-space: nowrap;
    color: rgba(42, 130, 228, 1);
}

.PageTabName{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#PageControler .pagetablist
{
    width: 100%;
    text-align: center;
}

#PageControler .nav-item:first-child
{
    width: 42px;
    min-width: 42px;
    height: 32px;
    cursor: pointer;
    background-image: url('../images/dropMenuIcon.png');
    background-size: 24px 24px;
    background-position: center;
    background-repeat: no-repeat;
}
#PageControler .nav-item p[data-state]
{
    height: inherit;
    line-height: 32px;
    cursor: pointer;
}
#PageControler .nav-item > p
{
    height: inherit;
    line-height: 32px;
    cursor: pointer;
}
#PageControler .nav-item:not(:first-child):not(:last-child):after
{
    content: '';
    display: block;
    width: 1px;
    height: 24px;
    margin: 0 6px;
    background-color: rgba(201, 201, 201, 1);
}
#PageControler .nav-item:last-child
{
    margin-right: 0;
    min-width: 32px;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    justify-content: center;
    cursor: pointer;
    color: #d47500;
}
#PageControler .nav-item:hover , #PageControler .nav-active {
    background-color: #fff;
    color: rgba(18, 18, 18, 0.9);
}
#PageControler .nav-active::after
{
    display: none !important;
}

#PageControler li .but-close {
    width: 16px;
    min-width: 16px;
    height: 16px;
    background-image: url('../images/pagetabClose.png');
    background-size: 100% 100%;
    margin-left: 8px;
}

#pagetablistbox {
    position: absolute;
    top: 38px;
    left: 0;
    width: 120px;
    height: auto;
    padding: 6px 16px;
    background-color: #fff;
    z-index: 10;
    column-count: auto;
    transition: all 0.2s linear;
	display: none;
}

#pagetablistbox::before
{
    content: '';
    position: absolute;
    top: -6px;
    left: 10px;
    display: block;
    border-top: 6px solid #fff;
    border-bottom: 6px solid transparent;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
}

#pagetablistbox .subnavlink {
    padding: 6px 0;
    width: 100%;
    min-width: 56px;
    border-bottom: dashed 1px rgba(201, 201, 201, 1);
    color: rgba(42, 130, 228, 0.9);
    white-space: nowrap;
    cursor: pointer;
    text-align: left;
}

.pagetablist .link-menu {
    position: relative;
    margin-right: 20px;
}

.OpenPagetablist {
    height: auto;
	z-index: 10;
}