@charset "utf-8";
/* CSS Document */
html body{
	color:#ffffff;
	padding:0;
	margin:0;
	font-family:"Times New Roman", Times, serif;
	width:100%;
	height:100%;
	font-size:16px;
	background-color:#0193e6;
}
#pageloading{
 width:100%;
 position:fixed;
 top:0;
 left:0;
 height:100%;
 z-index:20000;
 background: rgba(255,255,255,0.2);
}
table{
width:100%;
border-color:#666;
color:black;
}
th{ 
	text-align:center;
	background-image: -webkit-linear-gradient(top,rgb(0,166,228), rgb(0,53,107));
	background-image: -ms-linear-gradient(top,rgb(0,166,228), rgb(0,53,107));
	background-image: -moz-linear-gradient(top,rgb(0,166,228), rgb(0,53,107));
	background-image: -o-linear-gradient(top,rgb(0,166,228), rgb(0,53,107));
	background-image: linear-gradient(top,rgb(0,166,228), rgb(0,53,107));
	color:white;
	word-wrap:break-word;
	word-break:break-all;
	box-sizing:border-box;
}
td{
	text-align:center;
	vertical-align:middle;
	line-height:18px;
	word-wrap:break-word;
	font-size:16px;
	word-break:break-all;
	box-sizing:border-box;
}

.firstmodel{background:#cbf9ff;}
.secondmodel{background:#fff;}

input[type="button"]{
		width:140px;
		height:20px;
		border-radius:4px;
		background-image: -webkit-linear-gradient(top, rgb(0,166,228), rgb(0,53,107));
		background-image: -ms-linear-gradient(top, rgb(0,166,228), rgb(0,53,107));
		background-image: -moz-linear-gradient(top, rgb(0,166,228), rgb(0,53,107));
		background-image: -o-linear-gradient(top, rgb(0,166,228), rgb(0,53,107));
		background-image: linear-gradient(top, rgb(0,166,228), rgb(0,53,107));
		color:#fff;
		border:1px #fff solid;
		font-size:14px;
		text-align:center;
		box-sizing:border-box;
		cursor:pointer;
		outline:none;
		vertical-align:middle;
		line-height:16px;
}
input[disabled],textarea{
	border-radius:5px;
	border:1px #999 solid;
	color:#333;
	font-size:13px;
	
}
input[type="reset"]{
	border-radius:2px;
	border:1px #999 solid;
	font-size:13px;
	padding:2px 7px; 
	color:#333;
	background-image: -webkit-linear-gradient(top, rgb(250,250,250), rgb(229,229,229));
	background-image: -ms-linear-gradient(top, rgb(250,250,250), rgb(229,229,229));
	background-image: -moz-linear-gradient(top, rgb(250,250,250), rgb(229,229,229));
	background-image: -o-linear-gradient(top, rgb(250,250,250), rgb(229,229,229));
	background-image: linear-gradient(top, rgb(250,250,250), rgb(229,229,229));
	cursor:pointer;
}
input[type="image"]{
	border:none;
	color:#333;
	padding:0;
	cursor:pointer;
	background:none;
}
input[type="file"]{
	border:none;
	margin:1px 2px;
	padding:0;
	cursor:pointer;
	background:none;
	font-size:13px;
	color:#fff;
}


input{
	border-radius:2px;
	border:1px #999 solid;
	font-size:15px;
	background:#fff;
	color:#333;
}
select{
	padding:1px 0;
	border-radius:5px;
	border:1px #999 solid;
	font-size:14px;
	background:#fff;
	color:#333;
	width:100%;
	vertical-align:middle;
	line-height:16px;
}
input[type="month"]{
	font-size:13px;
	color:#333;
	padding:0;
	border-radius:2px;
	border:1px #999 solid;
	background:#fff;
	margin:0;

}
input[type="date"]{
	font-size:13px;
	color:#333;
	padding:1 0;
	border-radius:5px;
	border:1px #999 solid;
	background:#fff;
}

.overtime{
	color:#652d00;
}
.agree{
	color:#00653b;
}
.refuse{
	color:#650000;
}
.waiting{
	color:#002d65;
}
#identitycheckboard{
 width:100%;
 position:fixed;
 top:0;
 left:0;
 height:100%;
 z-index:10010;
 display:none;
 background: rgba(255,255,255,0.3);
}
#identitycheck{
width:330px;
height:170px;
overflow-y:auto;
position:fixed;
left:30%;
top:30px;
border:2px #fff solid;
border-radius:15px;
z-index:10011;
padding:15px;
box-sizing:border-box;
color:#fff;
text-align:center;
background-image: -webkit-linear-gradient(top, rgb(0,166,228), rgb(0,53,107));
background-image: -ms-linear-gradient(top, rgb(0,166,228), rgb(0,53,107));
background-image: -moz-linear-gradient(top, rgb(0,166,228), rgb(0,53,107));
background-image: -o-linear-gradient(top, rgb(0,166,228), rgb(0,53,107));
background-image: linear-gradient(top, rgb(0,166,228), rgb(0,53,107));
}
#getCode{
	color:#fff;
	border:1px solid #fff;
}
.databoard{
 width:100%;
 position:fixed;
 top:0;
 left:0;
 height:100%;
 z-index:10009;
 display:none;
 background: rgba(255,255,255,0.3);
}
.datacenter{
width:40%;
height:96%;
overflow-y:auto;
position:fixed;
left:30%;
top:2%;
border:2px #fff solid;
border-radius:15px;
z-index:10010;
padding:15px;
box-sizing:border-box;
color:#fff;
background-image: -webkit-linear-gradient(top, rgb(0,166,228), rgb(0,53,107));
background-image: -ms-linear-gradient(top, rgb(0,166,228), rgb(0,53,107));
background-image: -moz-linear-gradient(top, rgb(0,166,228), rgb(0,53,107));
background-image: -o-linear-gradient(top, rgb(0,166,228), rgb(0,53,107));
background-image: linear-gradient(top, rgb(0,166,228), rgb(0,53,107));
}
.closewindow{
width:20px;
height:20px;
position:absolute;
right:3px;
top:0;
z-index:10015;
cursor:pointer;
font-size:25px;
}
.data{
	width:100%;
	text-align:center;
	overflow-y:auto;
}
#dataone{
	box-sizing:border-box;
	text-align:center;
}
#datatwo{
	box-sizing:border-box;
	overflow-y:auto;
	text-align:center;
}
#datathree{
	box-sizing:border-box;
	text-align:center;
	margin:10px 0px;
}

.contentbox{
	margin:0px;
	position:absolute;
	height:100%;	
}
.content{
	border:solid 2px #ffffff;
	width:100%;
	position:absolute;
	top:20px;
	height:80%;
	border-radius:15px;
	box-sizing:border-box;
	background-image: -webkit-linear-gradient(top, rgb(0,166,228), rgb(0,53,107));
	background-image: -ms-linear-gradient(top, rgb(0,166,228), rgb(0,53,107));
	background-image: -moz-linear-gradient(top, rgb(0,166,228), rgb(0,53,107));
	background-image: -o-linear-gradient(top, rgb(0,166,228), rgb(0,53,107));
	background-image: linear-gradient(top, rgb(0,166,228), rgb(0,53,107));
	padding:30px 20px 20px 20px;	
	overflow:hidden;
	z-index:100;
}
.contentdetail{
	height:100%;
	overflow:hidden;
}
.contenttwo{
	box-sizing:boder-box;
	text-align:center;
	overflow-y:auto;
	height:auto;
}
.contenttwo_2{
	overflow-y:auto;
	overflow-x:hidden;
}
.contentone{
	width:100%;
	text-align:center;
}
.contentthree{
	width:100%;
	text-align:center;
	margin:10px 0px;
}
.contenttitlebox{
	width:100%;
	height:30px;
	position:absolute;
	z-index:110;
}
.contenttitle{
	width:200px;
	height:26px;
	text-align:center;
	padding:3px;
	font-size:20px;
	margin:5px auto;
	border:solid 2px #ffffff;
	border-radius:10px;
	background-image: -webkit-linear-gradient(top, rgb(0,166,228), rgb(0,53,107));
	background-image: -ms-linear-gradient(top, rgb(0,166,228), rgb(0,53,107));
	background-image: -moz-linear-gradient(top, rgb(0,166,228), rgb(0,53,107));
	background-image: -o-linear-gradient(top, rgb(0,166,228), rgb(0,53,107));
	background-image: linear-gradient(top, rgb(0,166,228), rgb(0,53,107));
}
.bigpicturediv{
	position:fixed;
	top:5%;
	height:90%;
	z-index:20000;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	overflow:auto;
	width:700px;
	background-color:rgba(0,0,0,0.4);
	padding:10px;
	box-sizing:border-box;
	border-radius:10px;
}
/* 按钮的样式 */
.abutton{
		width:150px;
		height:30px;
		border-radius:6px;
		background-image: -webkit-linear-gradient(top, rgb(0,166,228), rgb(0,53,107));
		background-image: -ms-linear-gradient(top, rgb(0,166,228), rgb(0,53,107));
		background-image: -moz-linear-gradient(top, rgb(0,166,228), rgb(0,53,107));
		background-image: -o-linear-gradient(top, rgb(0,166,228), rgb(0,53,107));
		background-image: linear-gradient(top, rgb(0,166,228), rgb(0,53,107));
		color:#fff;
		border:1px #fff solid;
		font-size:20px;
		display:block;
		text-align:center;
		text-decoration:none;
		padding-top:3px;
		box-sizing:border-box;
		cursor:pointer;
		outline:none;
}
.buttoncontainer{
	margin:10px auto;
}
.ibutton{
		width:140px;
		height:20px;
		border-radius:4px;
		background-image: -webkit-linear-gradient(top, rgb(0,166,228), rgb(0,53,107));
		background-image: -ms-linear-gradient(top, rgb(0,166,228), rgb(0,53,107));
		background-image: -moz-linear-gradient(top, rgb(0,166,228), rgb(0,53,107));
		background-image: -o-linear-gradient(top, rgb(0,166,228), rgb(0,53,107));
		background-image: linear-gradient(top, rgb(0,166,228), rgb(0,53,107));
		color:#fff;
		border:1px #fff solid;
		font-size:14px;
		text-align:center;
		box-sizing:border-box;
		cursor:pointer;
		outline:none;
		vertical-align:middle;
		line-height:16px;
}
.bbutton{
		width:140px;
		height:30px;
		border-radius:6px;
		background-image: -webkit-linear-gradient(top, rgb(0,166,228), rgb(0,53,107));
		background-image: -ms-linear-gradient(top, rgb(0,166,228), rgb(0,53,107));
		background-image: -moz-linear-gradient(top, rgb(0,166,228), rgb(0,53,107));
		background-image: -o-linear-gradient(top, rgb(0,166,228), rgb(0,53,107));
		background-image: linear-gradient(top, rgb(0,166,228), rgb(0,53,107));
		color:#fff;
		border:1px #fff solid;
		font-size:20px;
		display:block;
		text-align:center;
		text-decoration:none;
		padding-top:3px;
		box-sizing:border-box;
		cursor:pointer;
		outline:none;
}
/* 设置滚动条的样式 */
::-webkit-scrollbar {
width:8px;
height:8px;
}
/* 滚动槽 */
::-webkit-scrollbar-track {
-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);
border-radius:10px;

}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
border-radius:10px;
background:rgba(0,0,0,0.3);
-webkit-box-shadow:inset006pxrgba(0,0,0,0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
background:rgba(255,0,0,0.4);
}
