/*公共样式*/
.borLeft{
	border-left: none !important;
}
.borRight{
	border-right: none !important;
}
html,body {
    height: 100%;
    overflow: hidden;
}

.headLeft{
	height: 100%;
	float: left;
	text-align: center;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}

.wid1{
	width:10%;
}

.widCha{
	width:7%;
}
/*
.wid3{
	width:27%
}
.wid2{
	width:19%;
}*/
.headLeft .icon{
	font-size: 20px;
	height: 40px;
    padding: 7px 0;
}


.searchInp{
    border-radius: 15px;
    border: none;
    width: 95%;
    text-indent: 10px;
    padding-right: 29px;
    background-color: #363846;
}
.headLeft .iconfdj{
	position: absolute;
    right: 8%;
    top: 12px;
    font-size: 14px;
}
.searchBox{
    margin-right: 3%;
    margin-left: 3%;
}
.operClose{
}
.headYsc{
	background:url(../../images/yxb.png) 100% 100% no-repeat;
	width:35px;
	height:35px;
	position:absolute;
	left:0;
	top:0;
 
}
/*账号*/
.operName{
	position: relative;
}

.nameXInner{
	padding: 4px 0px;
    line-height: 20px;
}

.operName:hover .nameXl{
	display:block; 
}

.operClose,.operName{
	float: right;
	position:relative;
}
.operName .operNameMore{
	font-size: 10px;
	color: #FFFFFF;
	margin-left: 5px;
}
.operClose{
	padding-top: 10px;
	padding-right: 10px;
    -webkit-box-pack:end;
    -webkit-box-align: start;
    /* 暂时隐藏右上角最小化和叉号图标 */
    opacity: 0;
}
.operClose .operCloseIcon{
	padding: 0 4px;
	font-size: 14px;
}
.headFooter{
    overflow: hidden;
	position: relative;
}
/* 限制tab最大宽度 */
.headFooterUl{
	overflow: hidden;
	float: left;
	max-width:78%
}

.headFootText{
	line-height: 40px;
	padding: 0 18px 0 5px;
}
.headFooterLi{
	float: left;
    padding: 0 15px;
    margin-top: 3px;
}
.headTime{
    font-size: 24px;
    line-height: 34px;
    padding: 5px 0px 0 4px;
    float:right;
    width:12%;
}
 
.headTime .tMh{
    background-color: #0f0f0f;
    color: #f39022;
    color: #0f0f0f;
}
/*内容区样式*/
.content{
	padding-top: 15px;
	position: relative;
}
.contLeft,.contCenter,.contRight{
	height: 100%;
}
.content .contCenter{
	padding: 0px;
}
.conLeftTop{
	height: 45%;
	margin-bottom: 15px;
}
.conLeftFooter{
	height: 50%;
}
.conLeftTop,.conLeftFooter{
	padding:5px 10px 5px;
}
.conCenterTop{
	height: 53%;
	margin-bottom: 15px;
}
.conCenterFooter{
	height: 42%;
}

.conCenterFooter{
	padding:5px 10px 5px;
}
.conCenterTop{
	padding:5px 8px 5px;
}
.conRightTop{
	height: 35%;
	margin-bottom: 15px;
}
.conRightCenter{
	height: 33%;
	margin-bottom: 15px;
}
.conRightFooter{
	height: 25%;
}
.conRightTop,.conRightCenter,.conRightFooter{
	padding:0 10px;
}

/*二级三级滚动条---开始*/
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.secRight::-webkit-scrollbar {
	width: 7px;
}
/*定义滚动条轨道 内阴影+圆角*/
.secRight::-webkit-scrollbar-track {
	border-radius: 10px;
}
/*定义滑块 内阴影+圆角*/
.secRight::-webkit-scrollbar-thumb {
	border-radius: 10px;
}
/*二级三级滚动条----结束*/

.firstClass:hover .secondClass{
	display: block;
	min-width: 100%;
	
}
.secLeft{
	float: left;
	text-align: right;
	line-height: 50px;
	padding-right: 15px;
	padding-left: 5px;
}
.secRight{
	float: left;
	overflow: hidden;
}
.secInLi{
	/* overflow: hidden; */
	text-align: center;
	line-height: 50px;
}
.thirdLi{
    padding: 0 15px;
}
.thirdLi a:hover{
	color: #ff0000;
}

/*tab容器样式*/
.tabs-content-container{
	position:relative;
    overflow: hidden;
}

.tab-content-iframe-container{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}

.tab-content-iframe-container.hidden{
	display: none;
}

.tab-iframe{
	
}

.tabs-inner .tabs-closable {
    padding-right: 16px;
}
.panel-tool-close {
    background: url(../../images/bg-all.png) no-repeat 0px -60px !important;
}
/*选中tab变颜色*/
.tabs li.tabs-selected a.tabs-inner {
  font-weight: bold;
  outline: none;
}

/*倒三角*/
/* .operName:after {
	content: '';
    position: absolute;
    border: 6px solid #deedfa;
    border-color: #deedfa transparent transparent;
    width: 0;
    height: 0;
    top: 45%;
    right: 4%;
} */
/*无边框*/
.borderNone{
	border:none !important;
}
/*按钮颜色*/
.btnBlue{
	background:#0078d7;
	color:#ffffff;
	border:none !important;
	line-height:22px !important;
}
.btnYellow{
	background:#f5a826;
	color:#ffffff;
	border:none !important;
	line-height:22px !important;
}
.indexUpdate{
	float:right;
	cursor: pointer;
}
.indexHelp{
	float:right;
	cursor: pointer;
}
.indexNormalCount{
	float:right;
	cursor: pointer;
}
/* .icon-normalCount{
	width: 20px;
    height: 20px;
    background: url(../../images/normalcountbig.png) no-repeat;
    background-position: center;
    background-size: 82% auto;
} */
.helpIcon{
    font-size: 18px;
    float: left;
    margin-top: 5px;
}
.helpText{
	font-size: 14px;
    line-height: 30px;
    margin-left: 6px;
    margin-right: 10px;
}
/* 帮助 */
.helpOutBox{
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
    width: 100%;
    height: 100%;
}
.helpInBox{
	width:490px;
	height:300px;
    padding: 10px;
    line-height: 26px;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/********************************右侧按钮******************************/
.rightSide{
	position: fixed;
	right: 0;
	bottom: 30%;
	z-index:99;
}
.rSideAll{
    color: #00a2ff;
    background: rgba(61,52,49,0.6);
    position: relative;
    vertical-align: middle;
    height: 40px;
    cursor: pointer;
}
.sideInnerText{
    line-height: 36px;
    font-size: 16px;
    padding: 0 6px;
    display: none;
    position: absolute;
    right: 40px;
    height: 40px;
    width: 44px;
}
.sideInnerIcon{
	font-size: 24px;
    line-height: 30px;
    display: inline-block;
    float: right;
    padding: 8px 8px 0;
}
.rSideAll:hover .sideInnerText{
	color: #FFFFFF;
	background: #00a2ff;
	display: block;
}
.rSideAll:hover{
	color: #FFFFFF;
	background: #00a2ff;
}
/*没有权限*/
.Noqx{
	background: rgba(61,52,49,0.6) !important;
	color: #eee !important;
	cursor:default;
}
.Noqx:hover{
	background: #ccc !important;
	color: #eee !important;
	cursor:default;
}
 .Noqx:hover .sideInnerText{
 	background: #ccc;
	color: #eee;
 }
/********************************右侧按钮end******************************/
/*********初始化easyUI样式*********/
.messager-button {
    border: none !important;
    background: #fff !important;
}
.messager-button .l-btn {
    color: #fff;
    background: #0078d7;
    border-radius: 3px;
}
.messager-button .l-btn:hover {
    color: #fff;
    background: #0078d7;
}
/*************改变头部下拉二三级菜单*************/
.wid1 {
    position: relative;
}
.secondClass {
    width: auto;
}
.secInLi {
    float: left;
    text-align: center;
    line-height: 50px;
    position: relative;
 white-space: nowrap;
 min-width:100%;
 width:auto;
}
.secLeft {
    float: left;
    line-height: 40px;
    padding: 0 9px;
    text-align: left;
}
.secRight {
    display: none; 
    position: absolute;
    top: 0;
    left: 100%;
    overflow-y: auto;
    max-height: 404px;
    min-width:100%;
}
.secRight.laseBox {
    top: auto;
    bottom: 0;
}
.thirdLi {
    line-height: 40px;
    padding: 0 15px;
    text-align: left;
}
.secInLi:hover .secRight{
	display: block;
}
/*************改变头部下拉二三级菜单***********end*/
/*弹出警示图片*/
.messager-body .messager-question {
    background: url(../../images/question.png) no-repeat;
    background-size: 100% 100%;
}
/* .messager-icon {
    float: left;
    width: 32px;
    height: 32px;
    margin: 0 10px 10px 0;
} */
/*按钮-确定取消*/
.bConfirmColor{
	background-color: #f5a726 !important;
    border: none !important;
}
.bCancelColor{
	background-color: #0078d7 !important;
    border: none !important;
}
/*去掉easyui表格鼠标悬浮变色*/
table .datagrid-row-over,
table .datagrid-header td.datagrid-header-over{
	background:none;
}
.datagrid-row-selected {
    background: #c5e5ff !important;
    color: #000000;
}
/*帮助公共样式*/
.helpOverlay{
	display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 9999;
    background: rgba(0,0,0,0.5);
}
.helpAlt{
    width: 800px;
    height: 400px;
    margin: 8% auto;
    text-align: center;
    border-radius: 3px;
    border: 2px solid #3c4aa4;
    padding: 1px;
    position: relative;
}
.helpHead{
    position: absolute;
    right: 10px;
    top: 4px;
}
.helpCha {
	float: right;
    font-size: 16px;
    color: #596efd;
    cursor: pointer;
}
.helpContent{
    background-color: #23294f;
    height: 100%;
}
#helpAll{
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: #0000ff;
    padding: 1px 11px;
    z-index: 99;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    box-shadow: 0 0 10px #ccc;
    opacity: 0;
    display:none;
}
#helpAll:hover{
	/* opacity:1; */
}
#helpWin{
    overflow: hidden;
    border: none;
}
body .helpOutEasyUi{
	border-color: #3c4aa4;
    background: rgb(60, 74, 164);
}
body .helpOutEasyUi  .window-header {
    border-color: #3c4aa4;
}
body .helpOutEasyUi .panel-title {
    font-size: 16px;
    color: #fff;
    padding-left: 3px;
}
body .helpOutEasyUi .panel-tool-close {
    background: url(../../images/bg-all.png) no-repeat -20px -60px !important;
}
body .window-shadow {
    box-shadow: none;
}
body .window-mask {
    background: #000;
    opacity:0.65;
}
#noticeBoxIframe{
    background: inherit;
    border: none;
}
.noticeContent {
    padding: 10px;
    color: #fff;
    font-size: 14px;
}
.datagrid-empty{
	top: 50% !important;
}
/*****系统公告内容颜色******/
.helpOutEasyUi #noticeBoxIframe {
    background: #23294f;
}

@font-face {
 font-family: 'digifacewide';
    src: url('./font/DigifaceWideRegular.TTF');
}
.header-left{
	width:7.7%;
	height: 100%;
 	float:left;
   background: #1C1E2A;
       display: -webkit-box;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    /*   background-repeat: no-repeat;
   background-size: 80%; */
}

.header-right{
	width:92.3%;
	height: 100%;
	float:left;
}

/*tab样式*/
#main-tab-controll .tabs-inner{
	border-radius: 0;
    height: 32px !important;
    line-height: 32px !important;
}


/*头部样式*/
.header{
	height: 104px;
    background-repeat: no-repeat;
    position: relative;
}
.headTop{
	height: 68px;
	position: relative;
}
.aText{
    height: 66px;
    line-height: 66px;
    padding:0 10px;
    display: block;
    font-size: 16px;
}

.indexheadTime{
	    height: 68px;
    float: right;
    display: flex;
    flex-direction: row;
    align-items: center;
        margin-right: 10px;
}

/*二级三级菜单*/
.secondClass{
    position: absolute;
    top: 66px;
    left: 0;
    /* width: 870px; */
    z-index: 999;
    display: none;
    max-height: 600px;
    /* overflow-y: auto; */
}

.operName{
	min-width:10% ;
	max-width: 15%;
}


.nameXl{
    display: none;
    position: absolute;
    top: 66px;
    left: 0;
    z-index: 999;
    width:100%;
    cursor: pointer;
}

.userNameClick{
	max-width: 90%;
    overflow: hidden;
    text-align: left;
}

  @media ( max-width : 1366px) {
  
  
  	.headLeft .icon {
    font-size: 16px;
    height: 40px;
    padding: 11px 0;
}
  
	.nameXl{
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 999;
    width:100%;
    cursor: pointer;
}
	/*二级三级菜单*/
.secondClass{
    position: absolute;
    top: 39px;
    left: 0;
    /* width: 870px; */
    z-index: 999;
    display: none;
    max-height: 600px;
    font-size: 12px;
}
#main-tab-controll .tabs-inner{
	border-radius: 0;
    height: 24px !important;
    line-height: 24px !important;
}


.header{
	height: 74px;
    background-repeat: no-repeat;
    position: relative;
}
.headTop{
	height: 42px;
	position: relative;
}
.aText{
    height: 40px;
    line-height: 40px;
    padding:0 10px;
    display: block;
    font-size: 14px;
}

.indexheadTime{
	    height: 42px;
    float: right;
    display: flex;
    flex-direction: row;
    align-items: center;
        margin-right: 10px;
}
	
	
	.wid1{
		width:9%;
	}
}
/*全屏按钮*/
#allScreenBtn{
	width: 35px;
    height: 29px;
    position: absolute;
    right: 53px;
    top: 74px;
    z-index: 99;
    cursor: pointer;
}
.allScPic{
	background: url(../../images/bigSc.png) no-repeat;
    background-size: 100% 100%;
}
.smallScPic{
	background: url(../../images/smallSc.png) no-repeat;
    background-size: 100% 100%;
}
/*正常性计算弹框*/
#normalCountIframe{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    color: #CED3EA;
}
.normalCountIframeIn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 6px solid #3D4C9F;
    border-radius: 4px;
    border-top: 0;
    background: #3D4C9F;
    width: 720px;
}
.normalCountHead{
	line-height: 40px;
    width: 100%;
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    background: rgb(61, 76, 159);
    overflow: hidden;
}
.ncHeadLeft{
	text-indent: 14px;
    float: left;
}
.ncHeadRight{
    cursor: pointer;
    float: right;
    width: 16px;
    height: 16px;
    background: url(../../images/bg-all.png) no-repeat -20px -60px !important;
    margin-top: 10px;
    margin-right: 6px;
}
.normalCountContent{
	background: #242A4D;
	padding: 3% 10%;
}
.ncContentUp{
	
}
.ncContentCenter{
	overflow: hidden;
    padding: 5% 0;
}
.ncCenterAllLeft{
	float: left;
    margin-right: 80px;
}
.ncCenterAllRight {
	float: right;
}
.ncCenterAllLeft,.ncCenterAllRight {
	width: 240px;
}
.ncLiUp{
	overflow: hidden;
}
.ncLiYxz{
	color: #E8ECFA;
    opacity: 0;
    text-align: center;
    background: #416BFA;
    float: right;
    width: 70px;
    height: 70px;
    border-radius: 200px;
    margin-top: -49px;
    margin-right: 10px;
    line-height: 102px;
    box-shadow: 0 0 6px #000;
}
.ncLiPic{
    background: url(../../images/huiqiu.png) no-repeat center;
    height: 100px;
    width: 100%;
    margin: 40px 0;
    background-size: auto 100%;
}
.ncLiEndText{
    text-align: center;
    padding: 8px 54px;
    background: #999999;
    color: #fff;
}
.ncCenterAllRight .ncLiEndText{
    padding: 8px 11px;
}
.ncLiDown{
    display: -webkit-box;
    -webkit-box-pack: center;
    padding: 16px;
}
.ncLiYuan{
    border: 1px solid #999;
    height: 14px;
    width: 14px;
    border-radius: 14px;
    margin: 3px 6px
}
.ncLiDownText{
	color: #999;
}
.ncLine{
	height: 9px;
    background: #999999;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-top: 4px;
}
.ncCenterAct .ncLine{
    background-image: linear-gradient(to right,#559BFF,#344BF7);
}
.ncCenterAct .ncLiYxz{
    opacity: 1;
}
.ncCenterAct .ncLiPic{
    background: url(../../images/blueqiu.png) no-repeat center;
    background-size: auto 100%;
}
.ncCenterAct .ncLiEndText{
	background-image: linear-gradient(to right,#559BFF,#344BF7);
}
.ncCenterAct .ncLiYuan{
	border-color: #4677FB;
}
.ncCenterAct .ncLiYuanIn{
    width: 8px;
    height: 8px;
    background: #4677FB;
    border-radius: 8px;
    margin: 2px;
}
.ncCenterAct .ncLiDownText{
	color: #559BFF;
}
.normalCountBottom{
    background: #242A4D;
    display: -webkit-box;
    -webkit-box-pack: center;
    border: 0;
}
.ncSureBtn{
    width: 80px;
    text-align: center;
    line-height: 32px;
    background: #388EF7;
    margin: 10px;
    color: #fff;
    cursor: pointer;
}
.ncCancelBtn{
    width: 80px;
    text-align: center;
    line-height: 32px;
    background: #E6943F;
    margin: 10px;
    color: #fff;
    cursor: pointer;
}
.ncLiBtn{
	cursor: pointer;
}
/* 水印 */
.watermark {
    color: rgba(64,73,122,0.06);
    font-size: 25px;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20211014;

}
.watermark-li {
   	transform: rotate(-45deg);
    margin-top: 120px;
    display: inline-block;
}
.watermark p {
    /* transform: rotate( -45deg); */
    margin-right: 40px;
    display: inline-block;
    text-align: center;
}