@charset "utf-8";
* {
	font-family: "Microsoft Yahei","微软雅黑","宋体";
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	list-style: none;
}
body {
	font: normal 15px/24px sans-serif;
	color: #333;
	background-color: #fff;
	min-width: 320px;
	-webkit-tap-highlight-color: transparent;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
a {
	color: #008431;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#top {
	height: 120px;
	font-size: 30px;
	line-height: 118px;
	text-align: center;
	color: #fff;
	background-color: #008431;
}
form {
	padding: 50px 0;
	display: block;
	text-align: center;
}
form h3 {
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	color: #000;
}
form p {
	padding: 5px 0 25px;
	font-size: 13px;
	color: #666;
}
form label>* {
	display: inline-block;
	vertical-align: middle;
}
form label input {
	margin: 0 6px -2px 0;
	padding: 6px;
	width: 180px;
	font-size: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
}
form label font {
	margin-bottom: -8px;
	color: #f00;
}
form>input {
	display: block;
	margin: 50px auto 0;
	width: 200px;
	height: 39px;
	font-size: 15px;
	color: #fff;
	background-color: #008431;
	border-radius: 3px;
}
form>input:active {
	background-color: #008431;
}
#foot {
	padding: 20px 0;
	font-size: 14px;
	color: #aaa;
	text-align: center;
}
#foot a {
	color: #aaa;
}
#wrap {
	margin: auto;
	width: 100%;
	max-width: 900px;
}
#wrap>* {
	margin: 20px;
}
#result {
	height: 320px;
	padding: 6px 12px;
	text-align: center;
	border: 1px dashed #008431;
	background-color: #f5fbfa;
}
#result>h3 {
	margin-top: 20px;
	font-size: 16px;
	color: #000;
}
#result table {
	margin: 20px auto 15px;
	width: 80%;
	border-collapse: collapse;
}
#result tr, #result th, #result td {
	padding: 0;
}
#result th, #result td {
	font-size: 15px;
	font-weight: normal;
	line-height: 32px;
	border: 1px solid #ccc;
}
#result.err {
	background: url(img/err.png) center 40px no-repeat #f5fbfa;
}
#result.err p {
	margin: 170px 0 10px;
	color: #f00;
}
#article>img {
	display: block;
	margin: 30px auto;
	border: 1px solid #ccc;
}
#article>h1 {
	margin: 50px 0 0;
	font-size: 20px;
	text-align: center;
}
#article>h2 {
	margin: 20px 0 10px;
	font-size: 16px;
}
#article ul {
	margin-left: 30px;
	margin-top:10px
}
#article li {
	margin: 10px 0;
	list-style: decimal;
}
#article>p {
	margin: 10px 0;
	text-indent: 2em;
}
#article>p.r {
	text-align: right;
}
@media screen and (max-width: 520px) {
	#top {
		font-size: 22px;
	}
}
@media screen and (max-width: 360px) {
	#top {
		font-size: 19px;
	}
}
