@charset "utf-8";
/*------------------------------------------------------------
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family:"Microsoft YaHei",微软雅黑;
	line-height: 1.1;
}

table,
input, textarea, select, option {
	line-height: 1.1;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}

/*------------------------------------------------------------
------------------------------------------------------------*/
body {
	color: #333;
	text-align:center;
	line-height: 1.5;
	background-color: #F4F4F4;
}

#container {
	text-align: left;
}

#main {	
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
img {
	vertical-align: top;
}
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.mt0 {
	margin-top: 0 !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
/*------------------------------------------------------------
------------------------------------------------------------*/
#main {
	width: 80%;
	margin:0 auto;
}
h1 {
	margin: 20px 0;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.inner {
	margin-bottom: 20px;
}
.inner input {
	width: 280px;
	line-height: 30px;
	padding-left: 5px;
}
.inner .btn {
	margin-left: 10px;
	display: inline-block;
	width: 80px;
	line-height: 34px;
	color:#fff;
	font-size: 16px;
	background-color: #51C315;
	text-align:  center;
	border-radius: 2px;
}
.inner .btn:hover {
	background-color: #FF8C13;
	
}
#main p {
	margin-bottom: 20px;
	font-size: 16px;
	line-height:  30px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}
#main p .zongs {
	padding:  0 5px;
	border-radius: 2px;
	display: inline-block;
	margin-left: 30px;
	line-height:  30px;	
	background-color: #51C315;	
	color:#fff;
}
#main p .zongs:hover {
	text-decoration:  underline;
	background-color: #f00;
}

#main p .yis {
	padding:  0 5px;
	border-radius: 2px;
	display: inline-block;
	margin-left: 30px;
	line-height:  30px;	
	background-color: #999;
	color:#f5f5f5;
}














