@CHARSET "UTF-8";

html, body {
	width: 100%;
	height: 100%;
	background: #f5f5f5;
}

html {
	overflow: hidden;
}

body {
	overflow-y: auto;
}

#stuSearchForm, form {
	width: 90%;
	margin: auto;
	background: #fff;
	padding: 20px 10px 10px;
}

input, select {
	height: 36px;
	border: 1px solid #c0c0c0;
	padding: 0 10px;
}

input[type=button] {
	border-radius: 2px;
	background: #f5f5f5;
}

#stuSearchForm .sk {
	float: right;
}

#form1 {
	min-height: calc(100% - 309px);
}

table {
	width: 100%;
}

tr:nth-child(odd) {
	background: #f0f0f0;
}

tr:first-child {
	background-color: #dfeeed;
	font-weight: bold;
}

tr:nth-child(n+2):hover {
	background: #f0faff;
}

td {
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #c0c0c0;
}

input[type=button]:hover, .btn:hover {
	color: red;
	cursor: pointer;
}

.page {
	width: 100%;
	height: 44px;
	line-height: 44px;
	background: rgb(193, 217, 243);
	text-align: center;
	margin: 10px 0 20px;
}

.page input, .page select {
	width: auto;
	border: 0;
	cursor: pointer;
	margin: 0 5px;
	background: transparent;
}

.page input:hover {
	color: red
}

#dsStuPhoto {
	display: block;
	max-width: 50%;
	margin: 0 auto 20px;
}

#myeditor {
	display: none;
	width: 70%;
	height: 100%;
	background: #fff;
	padding: 0 20px 40px;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	left: 17.5%;
	z-index: 2;
}

#myeditor p:first-child {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 20px 0 25px;
}

#myeditor #hidebtn {
	display: inline-block;
	float: right;
	color: #0080ff;
}

#myeditor #hidebtn:hover {
	color: #ff0000;
}

#myeditor .row {
	padding: 6px;
	background: #f5f5f5;
	font-weight: bold;
	margin-bottom: 15px;
}

#myeditor section {
	text-align: center;
	margin: 30px 0;
}

#myeditor section input {
	padding: 6px 15px;
	margin: 0 15px;
}

#myeditor .xuanxiang {
	height: auto;
	padding: 0 20px 20px;
}

#myeditor .xuanxiang input {
	margin-right: 6px;
	margin-left: 40px;
	vertical-align: middle;
}