body {
	font-size: 14px;
	color: #444;
	padding: 0;
	margin: 0;
	background: #fff;
	min-width: 320px;
}
a {
	color: #444;
	text-decoration: none
}
a:hover {
	color: #f60;
}
textarea, input, select {
	resize: none;
	outline: none;
	font-size: 1em;
}
.top {
	width: 100%;
	height: 40px;
	background: #eee;
	font-size: 18px;
	line-height: 2.22em;
	font-family: '\5FAE\8F6F\96C5\9ED1', '\9ED1\4F53';
}
.top .home {
	float: left;
	margin-left: 10px;
	background-image: url(/images/home.png);
	background-repeat: no-repeat;
	background-position: left 3px;
}
.top .home a {
	padding-left: 2em;
	display: block;
}
.top .nav {
	float: right;
	margin-right: 10px;
	background-image: url(/images/nav.png);
	background-repeat: no-repeat;
	background-position: left 8px;
}
.top .nav a {
	color: #555;
	padding-left: 1.5em;
	display: block;
}
.main {
	max-width: 980px;
	margin: 10px auto;
	padding: 0 10px;
	line-height: 1.5em;
	word-wrap: break-word;
}
.main h1 {
	font-size: 30px;
	font-family: '\5FAE\8F6F\96C5\9ED1', '\9ED1\4F53';
	text-align: center;
}
.main .ad {
	margin: 0 auto;
	padding-bottom: 1em;
	overflow: hidden;
	text-align: center;
	max-width: 970px;
}
.foot {
	text-align: center;
	padding: 1em 0;
	line-height: 1.5em;
}
@media screen and (max-width:1152px) {
body {
	font-size: 18px;
}
.top {
	height: 50px;
	font-size: 20px;
	line-height: 50px;
}
.top .home {
	background-position: left 8px;
}
.top .nav {
	background-position: left 13px;
}
}
.TextCount {
	height: 1.67em;
	background: #eee;
	padding-left: 10px;
	padding-right: 10px;
	color: #777777;
	border: 1px solid #ccc;
	border-bottom-width: 0;
	font-size: 0.86em;
	line-height: 1.67em;
}
.TextCount a {
	color: #FF0000;
	text-decoration: none;
}
.TextCount-counter-wrap {
	float: right;
	margin-right: 12px;
}
.TextCount-counter {
	font-weight: bold;
}
.TextCount-bar-wrap {
	border: 1px solid #ccc;
	height: 1em;
	width: 100px;
	float: right;
	margin: 0.14em 0px;
	background: #fcfcfc;
}
.TextCount-bar {
	display: block;
	height: 1em;
	background: #4E7826;
}
.TextCount-warn {
	color: #E38F00;
}
.TextCount-error {
	color: #DA0B0B;
}
.TextCount-bar-warn {
	background-color: #FFFE00;
}
.TextCount-bar-error {
	background-color: #FF2911;
}
