@CHARSET "UTF-8";
#contraler{
	width:90%;
	height:40px;
	line-height:40px;
	margin:auto;
}
#contraler input[type=button]{
	border:0;
	height:32px;
	padding:0 10px;
}
#contraler input[type=button]{
	color:#fff;
}
#contraler select{
	border:1px solid #c0c0c0;
	height:32px;
	padding:0 10px;
}
#contraler input:first-child{
	background:#008080;
}
#contraler input:nth-child(2){
	background:#0080ff;
}
#contraler input:nth-child(3){
	background:#0080c0;
}
#contraler input:nth-child(8){
	background:#808000;
}
#contraler input:nth-child(9){
	background:#004040;
}
#contraler input:nth-child(10){
	background:#408080;
}
#contraler input:nth-child(11){
	background:#800080;
}
#contraler input:nth-child(12){
	background:#ff80c0;
}
#contraler input:nth-child(13){
	background:#8080ff;
}
#contraler input:nth-child(14){
	background:#ff80c0;
}
#contraler input:last-child{
	background:#008080;
	float:right;
}
#contraler input[type=button]:hover{
	background:#ff8000;
}
#contraler input[type=text]{
	border:1px solid #c0c0c0;
	height:32px;
	padding:0 8px;
}
.row{
	width:90%;
	margin: 20px auto;
	text-align:center;
}
#form1{
	min-height:calc(100% - 360px);
}
#form1 input{
	border:1px solid #c0c0c0;
	height:32px;
	padding:0 5px;
}
input[type=button]{
	height:32px;
	padding:0 10px;
	background:#f5f5f5;
}
input[type=button]:hover{
	background:#0080ff;
	color:#fff;
}
#goodsList{
	width:90%;
	margin:20px auto;
}
#goodsList tr:first-child{
	font-weight:bold;
}
#goodsList tr:nth-child(odd){
	background:#f5f5f5;
}
#goodsList td{
	border:1px solid #c0c0c0;
	height:36px;
	line-height:36px;
	text-align:center;
	white-space:nowrap;
}
#goodsList tr:hover{
	background:#dff4ff;
}
#goodsList td input{
	border:0;
	width:100%;
	height:100%;
	text-align:center;
}
.operate:hover{
	cursor:pointer;
	color:red;
}
#goodsList input[type=checkbox]{
	width:28px;
	height:28px;
	margin-top:12px;
}
.nodisplay{
	display:none;
}
.page{
	padding:10px 0 30px;
	text-align:center;
}
.page input,.page select{
	border:0;
	padding:0 10px;
	background:transparent;
}
.page input:hover,.page select:hover{
	color:red;
	background:transparent;
}
#goodcode{
	width:240px;
	height:280px;
	padding:0 20px 20px;
	position:fixed;
	top:40%;
	left:50%;
	margin:-165px 0 0 -120px;
	background:#fff;
	border:1px solid #c0c0c0;
	z-index:9;
}
#goodcode p:first-child{
	margin-bottom:10px;
}
#goodcode p:first-child span{
	float:right;
}
#goodcode p:first-child:hover{
	cursor:pointer;
	color:red;
}
#goodcode p:nth-child(2n+1){
	padding:8px 0;
}
