.an_ls {
	margin: 5px 0px;
	padding: 0px;
	border-radius: 5px;
	border: 0px currentColor;
	width: 90%;
	height: 40px;
	text-align: center;
	color: rgb(255, 255, 255);
	line-height: 40px;
	font-family: 微软雅黑;
	font-size: 14px;
	position: relative;
	cursor: pointer;
	behavior: url(pie.htc);
	background-color: rgb(28, 177, 211);
	-webkit-border-radius: 5px;
}
.an_ls:hover {
	background-color: rgb(28, 176, 211);
}
.input1 {
	padding: 0px;
	border-radius: 2px;
	border: 1px solid rgb(221, 221, 221);
	width: 100%;
	height: 30px;
	color: rgb(172, 172, 172);
	line-height: 30px;
	background-color: rgb(252, 252, 252);
	-webkit-border-radius: 2px;
}
.input2 {
	padding: 0px;
	border-radius: 2px;
	border: 1px solid rgb(221, 221, 221);
	width: 100%;
	height: 130px;
	color: rgb(172, 172, 172);
	line-height: 30px;
	background-color: rgb(252, 252, 252);
	-webkit-border-radius: 2px;
}
.input3 {
	padding: 0px 10px;
	border-radius: 2px;
	border: 1px solid rgb(221, 221, 221);
	width: 75%;
	height: 30px;
	color: rgb(172, 172, 172);
	line-height: 30px;
	background-color: rgb(252, 252, 252);
	-webkit-border-radius: 2px;
}
.input4 {
	border: 0px currentColor;
	width: 65%;
	height: 30px;
	color: rgb(172, 172, 172);
	line-height: 30px;
	font-family: 微软雅黑;
	font-size: 14px;
	background-color: rgb(252, 252, 252);
}
.sel1 {
	padding: 5px 15px;
	border-radius: 2px;
	border: 1px solid rgb(221, 221, 221);
	width: 100%;
	height: 30px;
	color: rgb(172, 172, 172);
	background-color: rgb(252, 252, 252);
	-webkit-border-radius: 2px;
}
.huibg1 {
	left: 0px;
	width: 100%;
	height: 50px;
	bottom: 0px;
	border-top-color: rgb(221, 221, 221);
	border-top-width: 1px;
	border-top-style: solid;
	position: fixed;
	background-color: rgb(244, 244, 244);
}
.huibg {
	width: 100%;
	border-bottom-color: rgb(221, 221, 221);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: rgb(244, 244, 244);
}
 
input[type='submit'] {
	-webkit-appearance: none;
}
input[type='reset'] {
	-webkit-appearance: none;
}
input[type='button'] {
	-webkit-appearance: none;
}
button {
	-webkit-appearance: none;
}
