
.editormd-preview-container {
	min-height: 100%;
	overflow: overlay !important;
	background: #eee !important;
}
.slider-preview {
	display: block; margin: 16px auto; background: #fff;
}
.slider-preview > article {
	box-shadow: 0 0 12px rgba(130, 130, 130, 0.6);
}

.slider-play {
	position: fixed; top: 0; left: 0; right: 0; bottom: 0;
	background: #fff; z-index: 999;
	overflow: hidden;
}
.slider-playend {
	position: absolute;
	font-family: "黑体", "微软雅黑", sans-serif; font-size: 40px;
	padding: 30px 50px; background: rgba(230, 230, 230, 0.9); color: #666; border-radius: 16px;
}


article {
	font-size: 20px; word-wrap: break-word;
	font-family: Verdana, '微软雅黑', Arial;
	overflow: hidden;

	padding: 0 16px;
}
article h1:first-child {
	display: block; font-size: 32px; text-align: center;
	padding: 8px; margin: 32px 18px 12px; border-bottom: 1px #eee solid;
}
article em {
	font-size: 16px; color: #666;
}
article ul {
	margin-right: 16px;
}
article pre {
	margin: 20px;
	font-family: "YaHei Consolas Hybrid", Consolas, "Meiryo UI", "Malgun Gothic", "Segoe UI", "Trebuchet MS", Helvetica, monospace, monospace;
    border: 1px solid #ddd;
    background: #f6f6f6;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
	vertical-align: middle;
}
article code {
	font-family: "YaHei Consolas Hybrid", Consolas, "Meiryo UI", "Malgun Gothic", "Segoe UI", "Trebuchet MS", Helvetica, monospace, monospace;
	border: 1px solid #ddd;
    background: #f6f6f6;
    padding: 3px;
    border-radius: 3px;
    font-size: 14px;
    box-sizing: border-box;
	vertical-align: middle;
}
article pre>code {
	border: none !important;
}

article .prettyprint {
	font-size: 14px; margin: 20px;
}

.single h1 {
	font-size: 50px !important; line-height: 60px;
	padding:0 !important; margin:175px 0 0 !important; border: none !important;
	text-align: center;
}
.single h1:only-child {
	line-height: 480px !important;
	margin:0 !important;
}
.single h2 {
	font-size: 28px; color: #666; text-align: right; margin:18px 60px !important
}

