/* Google Fonts 已移除，使用系统字体 */
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?rretjt');
	src:url('../fonts/icomoon.eot?#iefixrretjt') format('embedded-opentype'),
		url('../fonts/icomoon.woff?rretjt') format('woff'),
		url('../fonts/icomoon.ttf?rretjt') format('truetype'),
		url('../fonts/icomoon.svg?rretjt#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.page-title {
	position: fixed;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1000;
	color: #fff;
	font-size: 28px;
	font-weight: 300;
	margin: 0;
	text-align: center;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	font-family: 'Microsoft YaHei', 'PingFang SC', 'Helvetica Neue', Arial, sans-serif;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body, html { 
	font-size: 100%; 	
	padding: 0; 
	margin: 0;
}

*, *:after, *:before { 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
}

.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

body{
	background: #494A5F;
	color: #D5D6E2;
	font-weight: 500;
	font-size: 1.05em;
	font-family: 'Microsoft YaHei', 'PingFang SC', 'Helvetica Neue', Arial, sans-serif;
}

a{
	color: #2fa0ec;
	text-decoration: none;
	outline: none;
}

a:hover,a:focus{
	color:#74777b;
}

.htmleaf-container{
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

.htmleaf-header{
	padding: 1em 190px 1em;
	letter-spacing: -1px;
	text-align: center;
}

.htmleaf-header h1 {
	color: #D5D6E2;
	font-weight: 600;
	font-size: 2em;
	line-height: 1;
	margin-bottom: 0;
}

.htmleaf-demo a{
	color: #1d7db1;
	text-decoration: none;
	padding: 0.5em 1em;
	display: inline-block;
	border: 3px solid #1d7db1;
	font-weight: 700;
	margin: 0.5em;
}

.htmleaf-demo a:hover,
.htmleaf-demo a.current{
	background:#1d7db1;
	color: #fff;
}
