@import url("menu.css");

html,body,#app{
	width: 100%;
	height: 100%;
}

body {
	font-family: "����", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	padding:6px;
}
.star_pic{
	width:16px;
}
/*button��ʽ*/
.common_button {
	border: #2C59AA 1px solid; 
	padding:1px 2px 0px 2px; 
	margin-left:1px;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#C3DAF5); 
} 
.op_button{
	border:0px;
	cursor:hand;
	width:26px;
}

.red_star{
	color:red;
	font-weight:bold;
}
/*
	�б�ҳ��ʽ
*/
.page_title{
	font-family:"Verdana","����", "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	font-weight:bold;
}
.button_bar1{
	text-align:right;
	display: inline-block;
	/* background-color: red; */
	padding:1px;
	width: 49.5%;
}
.button_bar{
	text-align:right;
	display: inline-block;
	/* background-color: red; */
	padding:1px;
	width: 49.5%;
}
/*��ѯ�?��ʽ*/
.query_form_table{
	width:100%;
	border-collapse:collapse; 
	/*border-top:solid 1px #666;
	border-bottom:solid 1px #666;*/
}
.query_form_table th{
	font-size:12px;
	font-weight:normal;
	border-bottom:solid 1px #8c8c8c;
	background-color:#6EC2FD;
	font-weight:400;
	font-size:13px;
	color:#000;
	height:30px;
	width:15%;
}
/*.tpshzP{
	background: #FFFFFF;
	width: 120px;
	height: 120px;
	overflow: hidden;img如果超出这个div会隐藏超出部分
	display: flex;flex布局
	align-items: center;让img放在div的中间，居中
}*/
.query_form_table td{
	background-color:#eeeeff;
	border-bottom:solid 1px #8c8c8c;
	border-left:solid 1px #fff;
	width:18%;
}


.query_form_table1{
	text-align: left;
	width:100%;
	border-collapse:collapse; 
	/*border-top:solid 1px #666;
	border-bottom:solid 1px #666;*/
}
.query_form_table1 th{
	font-size:12px;
	font-weight:normal;
	border-bottom:solid 1px #8c8c8c;
	background-color:#6EC2FD;
	font-size:13px;
	color:#000;
	height:30px;
}
.query_form_table1 td{
	background-color:#eeeeff;
	border-bottom:solid 1px #8c8c8c;
	border-left:solid 1px #fff;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}


.popuptc{
	display:none;
	margin-left: 50%;
	margin-right: 50%;
	z-index: 99999;
	position: fixed;
	width: 350px;
	height: 60px;
	transform: translate(-50%);
	background-color: rgba(241, 181, 61, 1);
	box-shadow: 12px 12px 12px rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	border-radius: 10px 10px 10px 10px; /* 分别设置四个角的圆角半径 */
}
.popuptcs{
		margin-left: 50%;
		margin-right: 50%;
		z-index: 99999;
		position: fixed;
		width: 350px;
		height: 60px;
		transform: translate(-50%);
		background-color: rgba(241, 181, 61, 1);
		box-shadow: 12px 12px 12px rgba(0, 0, 0, 0.5);
		color: #FFFFFF;
		text-align: center;
		padding-top: 10px;
		border-radius: 10px 10px 10px 10px; /* 分别设置四个角的圆角半径 */
	}
.tooltip1{
	display:none;
/* 	margin-left: 50%;
	margin-right: 50%; */
	z-index: 99999;
	position: fixed;
	width: 180px;
	height: 200px;
	transform: translate(-50%);
	background-color: #f9f9f9;
	box-shadow: 12px 12px 12px rgba(0, 0, 0, 0.5);
	color: #000000;
	text-align: center;
	padding-top: 10px;
	border-radius: 10px 10px 10px 10px; /* 分别设置四个角的圆角半径 */
}
.popuptc1{
	display:none;
	margin-left: 50%;
	margin-right: 50%;
	z-index: 9999999999999999;
	position: fixed;
	width: 100%;
	height: 100%;
	padding-top: 32px;
	transform: translate(-50%);
	color: red;
	text-align: center;
}

.ptu{
	display: inline-block;/*块元素*/
	overflow:auto;/*下滑*/
	background-color: #e2e2ff;/*背景颜色*/
}
.bu{
	width: 96%;
}
.div{
	display: inline-block;/*块元素*/
	}
.sticky-table {
    overflow: auto;
    /*position: absolute*/
}
.sticky-table th {
    position: sticky;
    top: 0; /* 首行永远固定在头部  */
		           
}
.sticky-table th:first-child {
    z-index: 2; /*表头的首列要在上面*/
}

       
.sticky-table td:first-child, .sticky-table th:first-child {
    position: sticky;
    left: 0; /* 首列永远固定在左侧 根据表格的大小宽度就可以根据宽度来设置固定几行 */
    z-index: 1;
           
}

.sticky-table th > div {      
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
}
        
.data_list_table{	
	text-align: left;
	width:100%;
	border-collapse:collapse; 
	border-top:solid 1px #666;
	border-bottom:solid 1px #666;
	table-layout: fixed;
	/* text-align: center; */
}
.data_list_table thead tr td {
	font-weight:normal;
	border-bottom:solid 1px #8c8c8c;
	background-color:#0066cc;
	font-size:14px;
	color:#fff !important;
	height:30px;
	text-align: center;
}
.data_list_table th{
	font-weight:normal;
	border-bottom:solid 1px #8c8c8c;
	background-color:#0066cc;
	font-size:14px;
	color:#fff;
	height:30px;
}
.qxshijkkzm1 td{
	font-size:13px;
	font-weight: bold;
	text-align: left !important;
}
.qxshijkkzm1s td{
	font-size:13px;
	font-weight: bold;
	text-align: center !important;
}
.newClassName{
	background-color: #DCDCDC !important;
}
.ys{
	background-color: #0066cc;
}
.data_list_table td{
	background-color:#e2e2ff;
	border-bottom:solid 1px #8c8c8c;
	border-left:solid 1px #fff;
	height:25px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#liuyqjia{
	border: 1px solid #99CCFF;
}
.qxshijkkzm1{
	font-size:13px;
}
.data_list_tablegyd{	
	text-align: left;
	width:100%;
	border-collapse:collapse; 
	border-top:solid 2px #000000;
	border-right: solid 2px #000000;
	border-bottom:solid 2px #000000;
	table-layout: auto;
	font-weight: bold;
	/*text-align: center;*/
	/*text-align: center;*/
}

.data_list_tablegyd th{
/* 	font-size:12px; */
	font-weight:normal;
	border-bottom:solid 2px #000000;
	background-color:#ffffff;
	font-size:14px;
	color:#000000;
	height:30px;
	font-weight: bold;
}

.data_list_tablegyd td{
	background-color:#ffffff;
	border-bottom:solid 2px #000000;
	border-left:solid 1px #000000;
	height:25px;
	font-size:14px;
	/*text-overflow: ellipsis;*/
	overflow: hidden;
	/*white-space: nowrap;*/
	word-wrap: break-word;
	font-weight: bold;
}
.data_bgshu{
	background-color:#d7b1ff !important;
	border-bottom:solid 1px #8c8c8c;
	border-left:solid 1px #fff;
	height:25px;
	text-align:center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
/* 追踪表 */
.data_list_table1{
		
	text-align: left;
	width:100%;
	border-collapse:collapse; 
	table-layout: fixed;
}
.data_list_table1 th{
	font-size:12px;
	font-weight:normal;
	background-color:#0066cc;
	font-size:13px;
	color:#fff;
	height:30px;
}
.data_list_table1 td{
	background-color:#eeeeff;
	height:25px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.list_data_number{
	text-align:right;
	padding-right:6px;
}
.list_data_text{
	text-align:center;
}
.list_data_ltext{
	text-align:left;
	padding-left:6px;
}
.list_data_op{
	text-align:left;
	padding-left:6px;
}
.pager{
	width:100%;
	height:100%;
	text-align:right;
	background-color:#fff;
	color:darkblue;
}
.pager a{
	color:darkblue;
}
/* 初始隐藏箭头 */
td .arrow {
	display: none;
}
/* 鼠标悬停时显示箭头 */
td:hover .arrow {
	display: inline-block;
	z-index: 9999;
   
}
.arrow1 {
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid black; /* 箭头颜色为黑色，可以根据需要调整 */
}
.arrow2 {
	display: inline-block;
	width: 0;
	height: 0;
	
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid black; /* 使用border-top来创建倒立的三角形 */
}
.arrow1:hover{
	border-bottom-color: white; /* 鼠标悬浮时变成白色 */
}
DIV#tbl-container {
	OVERFLOW: auto;  HEIGHT: 300px
}
THEAD TH {
	BORDER-RIGHT: silver 1px solid; FONT-SIZE: 12px; CURSOR: default; POSITION: relative; BACKGROUND-COLOR: #E0E0E0; TEXT-ALIGN: center
}
THEAD TH.locked {
	BORDER-RIGHT: silver 1px solid; FONT-SIZE: 12px; CURSOR: default; POSITION: relative; BACKGROUND-COLOR: #E0E0E0; TEXT-ALIGN: center
}
THEAD TH {
	Z-INDEX: 20; TOP: expression(document.getElementById("tbl-container").scrollTop-2)
}
THEAD TH.locked {
	Z-INDEX: 30
}
TD.locked {
	BORDER-RIGHT: silver 1px solid;Z-INDEX: 10;LEFT: expression(document.getElementById("tbl-container").scrollLeft); POSITION: relative;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
TH.locked {
	BORDER-RIGHT: silver 1px solid;Z-INDEX: 10; LEFT: expression(document.getElementById("tbl-container").scrollLeft); POSITION: relative;
	background-color: #E0E0E0;
}


td {
	font-family: "����", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
}
form {
	margin:0px;
}
input {
	font-size: 12px;
}
select {
	font-size: 12px;
}
textarea {
	font-size: 12px;
}
a:link {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
a:visited {
	font-size: 12px;
	color: gray;
	text-decoration: underline;
}
a:hover {
	font-size: 12px;
	color: red;
	text-decoration: underline;
}
a:active {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
.welcome {
	font-size: 12px;
	color: #333333;
	padding: 3px;
	vertical-align: bottom;
}
.pagetop {
	background-image: url(../graphics/bg2.jpg);
}
.menuMain {
	font-size: 12px;
	background-image: url(../graphics/cc_03.gif);
}
.menuBl1 {
	background-color: #999999;
}
.menuBl2 {
	background-color: #FF0101;
}
.navMenu {
	font-family: "����", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	background-color: #F1F1F1;
	color: #7D7D7D;
}
.navText {
	font-size: 12px;
	color: #7D7D7D;
}
a.menuLink:link {
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
a.menuLink:visited {
	font-size: 12px;
	color: gray;
	text-decoration: none;
}
a.menuLink:hover {
	font-size: 12px;
	color: red;
	text-decoration: underline;
}
a.menuLink:active {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.pagefoot {
	font-size: 12px;
	color: #000000;
	background-color: #F5F5F5;
	text-align: left;
	padding-left: 10px;
}
.pagefootTl {
	background-color: #FF0101;
}
.midTitle {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.midTitleBl {
	background-color: #FF0101;
}
.midTable1 {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.midTable1td1 {
	background-color: #E0E0E0;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.midTable1td2 {
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.midTable1td3 {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.midTable1td4 {
	border: 1px none #999999;
}
.yrh {
	font-size: 12px;
	color: #7D7D7D;
}
a.yrh:link{
	font-size: 12px;
	color: #7D7D7D;
}
a.yrh:visited{
	font-size: 12px;
	color: #7D7D7D;
}
a.yrh:hover{
	font-size: 12px;
	color: #7D7D7D;
}
a.yrh:active{
	font-size: 12px;
	color: #7D7D7D;
}
.navTexts {
	color: #000000;
}
.graybg {
	background-color: #666666;
}

.sys {
	color: #7D7D7D;
	background-color: #f1f1f1;
	border: 1px solid #7D7D7D;
}
a.syslink:link{
	color: #7D7D7D;
	text-decoration: none;
}
a.syslink:visited{
	color: gray;
	text-decoration: none;
}
a.syslink:hover{
	color: red;
	text-decoration: none;
}
a.syslink:active{
	color: #7D7D7D;
	text-decoration: none;
}

a.syslink2:link{
	color: black;
	text-decoration: none;
}
a.syslink2:visited{
	color: black;
	text-decoration: none;
}
a.syslink2:hover{
	color: red;
	text-decoration: none;
}
a.syslink2:active{
	color: black;
	text-decoration: none;
}

.midInfo {

	font-size: 15px;
	color: #000000;
}
.welcome1 {
	font-size: 13.3px;
	color: #7D7D7D;
	background-repeat: no-repeat;
}
.wholebox {
	background-color: #DAE4ED;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CFDAE0;
	border-right-color: #6D90AC;
	border-bottom-color: #6D90AC;
	border-left-color: #CFDAE0;
}
.textbox {
	background-color: #FFFFFF;
	border: 1px solid #343331;
}
.buttonbox {
	background-color: #D6DFE6;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FAFBFD;
	border-right-color: #314351;
	border-bottom-color: #314351;
	border-left-color: #FAFBFD;
}
.topbox {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #4B84B7;
	background-image: url(../graphics/table1_bg.gif);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #344451;
	border-right-color: #344451;
	border-bottom-color: #344451;
	border-left-color: #344451;
	background-repeat: no-repeat;
	height: 20px;
	text-indent: 20px;
	vertical-align: middle;
	padding-top: 2px;
}
.wholetdbox {
	padding: 10px;

}
.headerLogo {
	background-image: url(../graphics/header_bg1.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.headerHelp {
	padding: 2px;
	vertical-align: bottom;
}
.bg {
	BACKGROUND-COLOR: #d7dfe5
}
.bg1 {
	BACKGROUND-COLOR: #d7dfe5
}
.top {
	background-color: #eaeaea;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #939393;
	border-bottom-color: #939393;
	border-left-color: #CCCCCC;
}
.box {
	background-color: #FFFFFF;
	border: 1px solid #343331;}
.boxfocus {
	BACKGROUND-COLOR: #0058a9; BORDER-BOTTOM: #333333 1px inset; BORDER-LEFT: #333333 1px inset; BORDER-RIGHT: #333333 1px inset; BORDER-TOP: #333333 1px inset; COLOR: white
}
.button {
	background-color: #E0E0E0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FAFBFD;
	border-right-color: #314351;
	border-bottom-color: #314351;
	border-left-color: #FAFBFD;
}
.FormTitle {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #99CCFF;
	background-image: url(../graphics/bg1.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1F3F56;
	background-repeat: no-repeat;
	height: 20px;
	text-indent: 20px;
	vertical-align: middle;
	padding-top: 2px;
}
.ItemTitle {
	BACKGROUND-COLOR: #e0e0e0; BORDER-BOTTOM: 1px; BORDER-LEFT: 1px; BORDER-RIGHT: 1px; BORDER-TOP: 1px
}
.ItemBody {
	BACKGROUND-COLOR: #FFFFFF; BORDER-BOTTOM: 1px; BORDER-LEFT: 1px; BORDER-RIGHT: 1px; BORDER-TOP: 1px
}
.ItemList {
	BACKGROUND-COLOR: #999999; BORDER-BOTTOM: 1px solid; BORDER-LEFT: 1px solid; BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid
}
.SearchBar {
	BACKGROUND-COLOR: #FFFFFF;
	COLOR: #000000;
	FONT-FAMILY: "Arial", "Helvetica", "sans-serif";
	FONT-SIZE: 12px;
	FONT-WEIGHT: bold;
	border: 1px solid #999999;
	margin: 1px;
}
.SearchBar_Btn {
	BORDER-BOTTOM: 1px outset; BORDER-LEFT: 1px outset; BORDER-RIGHT: 1px outset; BORDER-TOP: 1px outset; FONT-FAMILY: "Arial", "Helvetica", "sans-serif"; FONT-SIZE: 10px; FONT-WEIGHT: bold
}
.SearchBar_Page {
	BACKGROUND-COLOR: #ffffff; BORDER-BOTTOM: #999999 1px solid; BORDER-LEFT: #999999 1px solid; BORDER-RIGHT: #999999 1px solid; BORDER-TOP: #999999 1px solid; FONT-FAMILY: "Arial", "Helvetica", "sans-serif"; FONT-SIZE: 10px
}
.tar {
	BACKGROUND-COLOR: #ffffff; BORDER-BOTTOM: #333333 1px inset; BORDER-LEFT: #333333 1px inset; BORDER-RIGHT: #333333 1px inset; BORDER-TOP: #333333 1px inset; TEXT-ALIGN: right
}
.sfont {
	FONT-SIZE: 12px
}
.link-button {
  background: none;
  border: none;
  color: blue;
  text-decoration: underline;
  cursor: pointer;
  
}
.loginBackLeft {
	background-image:  url(../graphics/login.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ECECEC;
}
.loginBackRight {
	background-image:  url(../graphics/login1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #EBEDEC;
}
.loginBackMiddle {
	background-color: #F3F3F3;
}
.loginBack {
	background-image: url(../graphics/back.gif);
}
.tips {
	background-color: #f3f3f3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding: 2px;
}
.text {
	background-color: #FFFFFF;
	border: 1px solid #343331;
}
.textAmount {
	text-align: right;
	background-color: #FFFFFF;
	border: 1px solid #343331;
}