html,body,div,span,h1,h2,h3,h4,p,a,ul,li {
	border: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	font-family: "Microsoft YaHei","Hiragino Sans GB",STXihei,"Heiti SC",Roboto,"Droid Sans Fallback","Helvetica Neue",Helvetica,Arial,"Segoe UI Emoji",sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,footer,header,nav {
	display: block;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body,input {
	color: #555;
	font-family: "Microsoft YaHei","Hiragino Sans GB",STXihei,"Heiti SC",Roboto,"Droid Sans Fallback","Helvetica Neue",Helvetica,Arial,"Segoe UI Emoji",sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

body {
	background: #E0E0E0;
}

a {
	color: #A8A8A8;
	text-decoration: none;
}

a:active,a:hover {
	color: #A8A8A8;
}

h1,h2,h3,h4 {
	clear: both;
	font-weight: 300;
	margin: 36px 0 12px;
}

h1 {
	font-size: 20px;
	line-height: 1.3846153846;
	text-align: center;
}

h2 {
	font-size: 20px;
	line-height: 1;
}

h3 {
	font-size: 20px;
	line-height: 1.0909090909;
	text-align: center;
}

h4 {
	font-size: 16px;
	line-height: 1.2;
}

b {
	font-weight: 700;
}

p {
	margin-bottom: 24px;
	line-height: 1.7;
	text-align: justify;
	text-justify: inter-ideograph;
}

ul {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

input {
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

input {
	line-height: normal;
}

input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

hr {
	background-color: #E5E5E5;
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

input {
	border: 1px solid #fff;
	border-radius: 0;
	color: #009e38;
	padding: 8px;
	background-color: #F0F0F0;
	letter-spacing: 5pt;
	font-size: 1.5em;
}

input:focus {
	border: 1px solid #B3B3B3;
	outline: 0;
}

input[type="submit"] {
	background-color: #A8A8A8;
	border: 0;
	border-radius: 0;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	padding: 10px 30px 10px;
	vertical-align: bottom;
}

input[type="submit"]:hover,input[type="submit"]:focus {
	background-color: #FF9000;
	color: #fff;
}

input[type="submit"]:active {
	background-color: #A8A8A8;
}

::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #939393;
}

.site {
	background-color: #fff;
	position: relative;
}

#main {
	padding: 0 15px;
}

.site-header {
	padding: 0px;
	margin: 0px;
	height: 52px;
	background-color: #FF9000;
	position: relative;
	width: 100%;
	z-index: 4;
}

.header-main {
	min-height: 52px;
	padding: 0 20px 0 15px;
	max-width: 840px;
	margin: 0 auto;
}

.site-title {
	float: left;
	font-size: 20px;
	font-weight: normal;
	line-height: 52px;
	display: inline-block;
	margin: 0;
	padding: 0;
}

.site-title a:before {
	content: "// ";
}

.site-title a:after {
	content: " //";
}

.site-title a,.site-title a:hover {
	display: inline-block;
	color: #fff;
	padding: 0 10px;
}

.site-navigation ul {
	list-style: none;
	margin: 0;
}

.site-navigation a {
	color: #fff;
	display: block;
}

.primary-navigation {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	padding-top: 24px;
}

.primary-navigation .nav-menu {
	border-bottom: 1px solid rgba(255,255,255,0.2);
	display: none;
}

.content-area {
	padding-top: 44px;
}

.site-content .entry-header,.site-content .entry-content,.site-content .entry-meta {
	margin: 0 auto;
	max-width: 840px;
	text-align: center;
}

.entry-header {
	position: relative;
	z-index: 1;
}

.entry-title {
	color: #FF9000;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.0909090909;
	margin-bottom: 12px;
	margin: 0 0 12px 0;
}

.entry-title a {
	color: #FF9000;
}

.site-content .entry-header {
	background-color: #fff;
	padding: 0 10px 8px;
}

.entry-meta {
	clear: both;
	color: #767676;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
}

.site-content .entry-meta {
	background-color: #fff;
	margin-bottom: 0;
}

.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.site-content .entry-content {
	background-color: #fff;
	padding: 12px 10px 0;
}

.entry-content h3:first-child {
	margin-top: 0;
}

.entry-content a {
	text-decoration: none;
}

.entry-content a:hover {
	text-decoration: none;
}

.post-navigation {
	margin: 24px auto 44px;
	max-width: 840px;
	padding: 0 10px;
}

.comments-area {
	margin: 0 auto;
	max-width: 840px;
	padding: 0 10px;
}

.comment-author {
	font-size: 14px;
	line-height: 1.7142857142;
}

.comment-author a {
	color: #FF9000;
}

.comment-author a:hover {
	color: #A8A8A8;
}

.comment-author {
	position: relative;
}

.comment-author {
	padding-left: 16px;
	padding-right: 16px;
}

.comment-navigation {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 12px;
}

.comment-navigation .nav-previous {
	display: inline-block;
}

.comment-navigation .nav-previous a {
	margin-right: 10px;
}

#comment-nav-above {
	margin-top: 0;
	margin-bottom: 0;
}

.site-footer,.site-info,.site-info a {
	color: #FFF;
}

.site-footer {
	height: 52px;
	background-color: #FF9000;
	font-size: 16px;
	position: relative;
	z-index: 3;
}

.site-info {
	line-height: 52px;
	padding: 0 25px;
	max-width: 840px;
	margin: 0 auto;
}

@-ms-viewport {
	width:device-width;
}

@viewport {
	width:device-width;
}

.primary-navigation {
	float: right;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

.primary-navigation .nav-menu {
	border-bottom: 0;
	display: block;
}

.primary-navigation li {
	border: 0;
	display: inline-block;
	height: 52px;
	line-height: 52px;
	position: relative;
}

.primary-navigation a {
	display: inline-block;
	padding: 0 5px;
	white-space: nowrap;
}

#big-page {
	max-width: 840px;
	min-width: 300px;
	margin: 0 auto;
	padding: 30px 12px;
}

::selection {
	background: #FF9000;
	color: #fff;
}

@font-face {
	font-family:'iconfont';src:url('gotop/iconfont.eot');src:url('gotop/iconfont.eot?#iefix') format('embedded-opentype'),url('gotop/iconfont.woff') format('woff'),url('gotop/iconfont.ttf') format('truetype'),url('gotop/iconfont.svg#iconfont') format('svg');
}

@media screen and (max-width: 840px) {
	#big-page {
		padding: 12px;
	}
}

@media screen and (max-width: 430px) {
	.site-title a:before,.site-title a:after {
		content: "";
	}
}