@CHARSET "UTF-8";
header#mng{
	font-size:16px;
}
header#mng .am-icon-trophy{
	display:inline-block;
	width:70px;
	height:70px;
	line-height:70px;
	border-radius:25px;
	border:1px solid #fff;
	font-size:48px;
	margin-right:10px;
	vertical-align:middle;
}
section,article,div{
	width:90%;
	padding:10px 0;
	margin:0 auto;
}
input{
	border:1px solid #c0c0c0;
	background:transparent;
	padding:0 5px;
}
#getTecherList{
	padding:20px;
	border:1px dashed orange;
}
#getTecherList ul{
	display:flex;
	margin:0 auto;
}
#getTecherList ul li{
	width:10%;
	color:#666;
	height:32px;
	line-height:32px;
}
#getTecherList input[type=radio]{
	width:16px;
	height:16px;
	background:transparent;
	vertical-align:middle;
	margin-right:5px;
}
#getTecherList input[type=radio]:checked{
	background:#0080ff;
}
article table{
	width:100%;
	border-top:1px solid #c0c0c0;
	border-left:1px solid #c0c0c0;
}
article table tr{
	border-bottom:1px solid #c0c0c0;
}
article table tr:nth-child(odd){
	background:#f5f5f5;
}
article table tr:first-child{
	font-weight:bold;
}
article table tr td{
	padding:10px 5px;
	border-right:1px solid #c0c0c0;
	text-align:center;
}
article table tr:nth-child(n+2):hover{
	background:#ddffdd;
}
article table tr:nth-child(n+2) td:nth-child(3){
	text-align:left;
}
article table tr:nth-child(n+2) td:nth-child(3):hover{
	color:red;
	cursor:pointer;
}
.page{
	padding:20px 0 50px;
	text-align:center;
}
.page span{
	display:inline-block;
	width:auto;
	padding:0 10px;
	cursor:pointer;
}
#search{
	cursor:pointer;
}
#search:hover{
	color:red;
}
#upload{
	display:block;
	color:#fff;
	background:#ff9b37;
	border:1px solid #c0c0c0;
	font-weight:bold;
	padding:10px;
	position:fixed;
	top:110px;
	right:6%;
}
#upload:hover{
	color:red;
	cursor:pointer;
	background:#d0ffe8;
}
#submitbtn:hover{
	color:red;
	background:#d0ffe8;
}
.page input{
	border:0;
	background:transparent;
	margin:0 15px;
}
.page select{
	border:0;
	background:transparent;
}