@charset "utf-8";
* {
	margin:0;
	padding:0;
}
html{
	width: 100%;height: 100%;
}
body {
	font-size:14px;
	color:#666;font-family:"微软雅黑";width: 100%;height: 100%;margin:0;padding: 0;
}
ul {
	list-style:none;
}
a {
	text-decoration:none;
	color:#666;
}
input{
	padding:2px;outline:none;border: 1px solid #ccc;
	height: 40px;box-sizing: border-box;vertical-align: middle;color: #393939;
}
select{
	padding:2px;outline: none;border: 1px solid #ccc;
	height: 40px;font-size: 14px;color:#393939;
}

input[type='checkbox'],input[type='radio']{
	cursor: pointer;
}
input[type='radio']{
	width: 16px;
	height:16px;
	margin:0 5px 0 0;
}
textarea{border: 1px solid #ccc;color: #393939;
	padding:5px;outline: none;vertical-align: middle;box-sizing: border-box;
}
button,.toExcel{
	height: 40px;
	padding: 0 10px;
	border: none;outline: none;
	font-size: 16px;
	background: #757575;
	color: #fff;border-radius: 4px;display: inline-block;line-height: 40px;
	cursor: pointer;
}
.num{
	color: #5874C9;font-style:italic;
}
/*登录页*/
.admin_login{
	width: 600px;
	height: 500px;
	position: absolute;
	top:50%;
	left:50%;
	margin:-250px 0 0 -300px;
}
.admin_login h2{
	font-weight: bold;
	text-align:center;
	color:#fff;width: 100%;height: 100px;line-height: 100px;text-shadow: 2px 2px 2px #000;
	font-size:32px;
}
.admin_login form{
	margin: 0 auto;
	height:280px;
	width:400px;background: #fff;border-radius: 4px;
	text-align: center;
	padding: 20px 0;box-sizing: border-box;box-shadow: 2px 2px 2px #000;
}

.admin_login form input{
	height:40px;width:360px;
	margin:10px 0;border-radius: 4px;
	font-size: 16px;padding: 5px;outline: none;box-sizing: border-box;
	color:#393939;
}
.admin_login form input[name=checkcode]{
	width:170px;
	height:40px;border-radius: 4px;
	box-sizing: border-box;vertical-align: middle;
	margin:10px 0;
}
.admin_login form .getCode{
	vertical-align: middle;
	width: 178px;border-radius: 4px;
	box-sizing: border-box;
	height:40px;
	cursor:pointer;
	border:1px solid #f2f2f2;display: inline-block;
}

.admin_login form button{
	height:40px;width:350px;
	margin:10px 0;
	background:#757575;border: none;
	border-radius: 4px;
	color: #FFF;font-family:"Microsoft Yahei";
	cursor:pointer;
	outline: none;font-size: 16px;letter-spacing: 4px;
}
/*表单*/

form p{
	margin:10px 0;
}
form label{
	width: 160px;display: inline-block;
	height: 40px;line-height: 40px;color: #bbb;
}
form input[type='text'],form input[type='password'],#sysForm textarea,form select{
	width: 360px;
}
form textarea{
	height: 200px;width: 360px;
}

/*框架左边*/
#container {width:260px;}
h1 {font-size:15px;width:260px;cursor:pointer;height:50px;line-height:50px;background:#38466C;border-bottom: 1px solid #1C2833;}
h1 a {display:block;width:260px;height:50px;moz-outline-style:none;line-height:50px;text-align:center;color: #fff;font-size:14px;}
.content{width:260px;height:26px;}
.RM ul {list-style-type:none;display:block;}
.RM li {line-height:26px;color:#333333;height:26px;width:260px;}
.RM {width:260px;left:0px;top:0px;clip:rect(0px,0px,0px,0px);}
.RM a{line-height:26px;font-size:12px;color:#AEB7C2;height:26px;width:260px;display:block;text-align:center;overflow:hidden;}
.RM a:hover {font-size: 14px;width:260px;}
.RM a:active {font-weight:bold;background:#fff;width:260px;}
.notice{
	color:#bbb;font-size: 12px;margin:0 10px;
}
#imgUpload{
	width: 100px;
	height: 100px;display: inline-block;
	background:url(../img/a11.png)no-repeat center center;
}
.notice .xing{
	color: red;margin:0 10px;font-weight: bold;
}

/*框架顶部*/
.top{
	width: 100%;
	height: 60px;box-shadow: 1px 1px 1px #888888;background: #5874C9;
}
.top .logo{
	width: 260px;
	height: 60px;line-height: 60px;display: inline-block;float: left;text-align: center;
	color: #fff;font-size: 16px;font-weight: bold;
}
.top .wel{
	color: #fff;
	height: 60px;line-height: 60px;display: inline-block;float:right;
	font-weight: bold;padding: 0 10px;letter-spacing: 1px;
}
.top .wel a{color: #fff;
	float: right;display: inline-block;margin:0 0 0 20px;padding: 0 10px;
}
.top .wel a:hover{
	background: #000;color: #fff;opacity: 0.7;
}


/*分页类*/
#page{
	height:40px;
	padding:20px 0px;
}
#page a{
	display:block;
	float:left;
	margin-right:10px;
	padding:2px 12px;
	height:24px;
	border:1px #f2f2f2 solid;
	background:#fff;
	text-decoration:none;
	color:#808080;
	font-size:12px;
	line-height:24px;
}
#page a:hover{
	color:#757575;
	border:1px solid #f2f2f2;
}
#page a.cur{
	border:none;
	background:#757575;
	color:#fff;
}
#page p{
	float:left;
	padding:2px 12px;
	font-size:12px;
	height:24px;
	line-height:24px;
	color:#bbb;
	border:1px #f2f2f2 solid;
	background:#fcfcfc;
	margin-right:8px;

}
#page p.pageRemark{
	border-style:none;
	background:none;
	margin-right:0px;
	padding:4px 0px;
	color:#666;
}
#page p.pageRemark b{
	color:#5874C9;margin:0 5px;
}
#page p.pageEllipsis{
	border-style:none;
	background:none;
	padding:4px 0px;
	color:#808080;
}

.clear{
	clear: both;
}
.btn-style{
	background: #757575;
	color: #fff;padding: 2px 5px;
}

/*角色管理 编辑权限*/
.role_authlist{
	height: 60px;line-height: 60px;font-size: 18px;color: #000;font-weight:bold;
}
.pauth-ul-li{
	border-bottom: 1px solid #f2f2f2;
	margin:0 0 10px 0;font-size: 14px;
}
.pauth-ul-li .auth_f{
	height: 40px;line-height: 40px;width:200px;
}
.pauth-ul-li .auth_f input{
	vertical-align: middle;height: 18px;
}
.pauth-ul-li .auth_z{
	width: 100%;height: 40px;line-height: 40px;
}
.pauth-ul-li .auth_z >input{
	/*vertical-align: middle;height: 18px;*/
}
.pauth-ul-li .auth_z > li{
	height: 40px;
}
.pauth-ul-li .auth_z > li .left{
	width: 150px;display: inline-block;
	height: 40px;float: left;
}
.pauth-ul-li .auth_z > li .left input{
	vertical-align: middle;height: 18px;
}
.pauth-ul-li .auth_z > li ul{
	display: inline-block;height: 40px;float: left;
}

.pauth-ul-li .auth_z > li ul li{
	height: 40px;line-height: 40px;float: left;margin: 0 10px 0 0;
}
.pauth-ul-li .auth_z > li ul li input{
	vertical-align: middle;height: 18px;
}
/*内页主体*/
.warp{
	padding:10px;
}
.warp h2{
	font-size: 18px;color: #393939;height:40px;line-height:30px;
}
.warp table{
	width: 100%;
	color: #393939;border: none;background: #eee;border-collapse:collapse;
}
.warp table tr{
	text-align: center;height: 40px;
}
.warp table tr td{
	border-top:1px solid #fff;padding: 5px 0;
}
.back{
	color: #757575;font-weight: bold;cursor: pointer;padding: 2px 5px;
}
.back:hover{
	color: #fff;background: #757575;padding: 2px 5px;
}
/*数据备份*/
table.table_parameters{
	font-size: 14px;text-align: center;
}
table.table_parameters tr{
	border: 1px solid #ddd;
	height: 30px;line-height: 30px;
}
table.table_parameters tr th{
	background: #F5FAFE;
}
table.table_parameters tr td{
	background: #fff;
}
.top_form{
	display: inline-block;
}
#search form{
	width: 100%;color: #bbb;line-height: 50px;
}
table.order h3{
	width: 100%;text-align: center;
	font-size: 26px;margin:20px 0;
}

table.order{
	width: 100%;
	/*margin:0 auto;*/
	background: #fff;position:relative;text-align: center;
}
table.order tr.content td{
	border: 1px solid #000;width: 12.5%;
}
table.order tr p~span{
	float: left;
}
table.order tr p.bottom span{
	margin:0 30px 0 0;
}
table.order tr p.bottom span span.staff_name{
	color: #000;
	font-size: 18px;font-family:"华文楷体";font-weight: bold;
}
/*遮罩*/
#bg{
	background: #000;
	filter: alpha(opacity=50); /* IE的透明度 */
	opacity: 0.5; /* 透明度 */
	display: none;
	position:fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 998; /* 此处的图层要大于页面 */
	cursor: pointer;
	_background-color:#a0a0a0; /* 解决IE6的不透明问题 */
}
#loading{
	position: absolute;
	top:50%;
	left:50%;
	width: 200px;
	height: 300px;
	margin:-150px 0 0 -100px;display: none;
	background: url(../img/loading.gif)no-repeat center center;
}
/*菜单盒子*/
.box{
	position:absolute;
	width:60%;
	top:50%;box-sizing: border-box;
	left:50%;z-index: 9999;
	background: #fff;border:1px solid green;border-radius: 4px;
	margin:-150px 0 0 -30%;
	padding: 10px;
	display: flex;
	flex-direction: column;
	display: none;
}
.box span.close{
	background: #000;
	color: #fff;font-size: 30px;text-align: center;
	width: 40px;
	height: 40px;	cursor: pointer;
	line-height: 40px;
	position: absolute;
	top:-20px;border-radius: 20px;
	right:-20px;
	display: flex;
	flex-direction: column;
}

.box p{
	display: flex;
	flex-direction:row;
	align-items:center;
	margin:5px 0;
}
.box p label{
	width:20%;text-align: center;
}
.box p textarea{
	width:80%;
	height:200px;
}
.box p button{
	width: 100%;
}
#search input,#search select{
	width: 120px;
}
#img_p{
	display: flex;
	flex-direction: row;
	height: 160px;
}
#img_p span.img{
	position: relative;	width: 160px;
	height: 160px;
	margin:0 10px 0 0;
	border-radius: 4px;
}
#img_p span.img span{
	position: absolute;
	right:2px;
	top:2px;
	z-index: 2;background: #757575;
	color: #fff;padding: 2px 5px;
	display: inline-block;cursor: pointer;
}
#img_p span.img img{
	width:160px;
	height: 160px;border-radius: 4px;
	border: 2px solid #314484;
	box-sizing: border-box;
	position: absolute;
	z-index: 1;
}


.print{
	text-align: center;
}

#problems,#subject{
	width: 100%;
	background: none;border-spacing: 0;/*去掉单元格间隙*/
}
#problems th,#subject th{
	font-size: 18px;
}
#problems thead tr.title,#subject thead tr.title{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	line-height:30px;
	height: 30px;
}
#problems tbody td,#subject tbody td{
	border:1px solid #000;
	padding: 10px;
	box-sizing:border-box;
	text-align:left;
}
#problems tbody tr.wen,#subject tbody tr.wen{
	font-weight: bold;
	font-size: 16px;text-decoration: underline;
}
#problems tbody tr.wen,#subject tbody tr.wen{
	font-weight: bold;
	font-size: 16px;text-decoration:none;
}
#subject tbody tr.da span{
	display: inline-block;
	margin:0 10px 0 0;
	padding: 2px 5px;
}
#subject tbody tr.da span.ok{
	background: green;
	color: #fff;
}