* {
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: none;
	-webkit-touch-callout: none;
	box-sizing: border-box;
	font-family: "microsoft yahei";
	list-style:none;
	margin:0;padding:0;
	text-decoration: none;
}
body:not (.ready ){
	overflow: hidden
}

body:not (.ready ) .app-nav, body:not (.ready )>nav, body:not (.ready ) [data-cloak]
	{
	display: none
}
body, html {
	height: 100%
}
body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	color: #333;
	font-family: Source Sans Pro, Helvetica Neue, Arial, sans-serif;
	font-size: 15px;
	letter-spacing: 0;
	margin: 0;
	overflow-x: hidden
}

img {
	max-width: 100%
}

a[disabled] {
	cursor: not-allowed;
	opacity: .6
}
li input[type=checkbox] {
	margin: 0 .2em .25em 0;
	vertical-align: middle
}
main {
	display: block;
	position: relative;
	width: 100vw;
	height: 100%;	
	z-index: 0
}
.sidebar {
	border-right: 2px solid rgba(0, 0, 0, .07);
	overflow-y: auto;
	padding: 10px 0;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	background: #fff;
	/*transition: left .25s ease;*/
	width: 340px;
	z-index: 3
}
.sidebar>h1 {
	margin: 1rem auto 2rem auto;
	font-size: 1.5rem;
	font-weight: 300;
	text-align: center
}
.sidebar::-webkit-scrollbar {
	width: 12px
}
.sidebar::-webkit-scrollbar-thumb {
	background: transparent;
	border-radius: 4px
}
.sidebar:hover::-webkit-scrollbar-thumb {
	background: hsla(0, 0%, 53%, .4)
}

.sidebar:hover::-webkit-scrollbar-track {
	background: hsla(0, 0%, 53%, .1)
}
.content {
	position: absolute;
	top: 0; background: #fafafa;
	right: 0; bottom: 0;
	left: 340px;
	/*transition: left .25s ease;*/
}
.sidebar-toggle{
	position: fixed;top: 50%; margin-top: -32px;
	width: 13px; height: 64px; cursor: pointer;
	left:340px; 
	background: url('../images/close.png')no-repeat;
	z-index: 4;
}
body.close .sidebar-toggle {
	left:0;
	background: url('../images/open.png')no-repeat;
}
body.close .sidebar{
	left: -340px;
}
body.close .content{
	left: 0;
}
.cover{
	margin: 0 auto;
	width:100%; position: relative;
	height: 100vh; background: url('../images/cover.jpg')no-repeat;
	background-size: cover;
}
.anchor {
	position: absolute; top: 40px; right: 40px;
	font-size: 18px; color: #5aa2d5;
}
.markdown-section {
    margin: 0 auto;  
    height:100%; 
    overflow: hidden; 
    position: relative;
    background-color: #fff;
}
body.iframe{width: 100%; background: #fafafa;}
body.iframe .iframe-con{background: #fff;max-width: 1160px;  padding: 60px 112px; margin: 0 auto;  }
body.iframe .title-h2{font-size: 34px; color: #004f97; font-weight: bold;}
body.iframe .title-h2 img{ vertical-align: middle; margin-right: 10px; }
.arc-con{margin: 30px 0;}
.arc-con h2{font-size: 28px; font-weight: bold; height: 28px; line-height: 28px; padding-left: 18px; border-left: 6px #004f97 solid;}
.arc-con h3{font-size: 16px; margin: 20px 0 15px;}
.arc-con h3 img{ vertical-align: middle; margin-right: 10px; }
.arc-con p{font-size: 16px; line-height: 30px;}
body.iframe>* {
	box-sizing: border-box;
	font-size: inherit
}
.markdown-section hr {
	border: none;
	border-bottom: 1px solid #eee;
	margin: 2em 0
}
body.iframe table {
	border-collapse: collapse;
	border-spacing: 0;
	display: block;
	margin-bottom: 1rem;
	overflow: auto;
	width: 100%
}

body.iframe th {
	font-weight: 700;
	text-align:center !important;
}
body.iframe td, body.iframe th {
	border: 1px solid #ddd;
	padding: 6px 13px
}
body.iframe tr {
	border-top: 1px solid #ccc
}
body.iframe p.tip{
	position: relative; padding: 15px 90px 15px 15px;
	font-size: 16px; line-height: 30px;color: #004f97;
	background-color: #f3f9ff;
	border-radius: 5px;
}
body.iframe p.tip:before {	
	display: block; width: 65px;height: 30px;
	content: ""; position: absolute; top: 0; right: 0;
	background: url('../images/icon-dp.png')no-repeat;
}
@media print {
	
}

@media screen and (max-width:768px) {
	.content{left: 0;}
	body.iframe{padding: 16px;}
	.cover{
		margin: 0 auto;
		width:100%; position: relative;
		height: 100vh; background: url('../images/cover_m.jpg')no-repeat;
		background-size: cover;
	}

	.markdown-section {
	    max-width: 100%;
	}

	body.iframe .title-h2{font-size: 20px;}
	body.iframe .title-h2 img{ vertical-align: middle; margin-right: 5px; width: 22px; }
	body.iframe .iframe-con{max-width: 100;  padding: 16px; margin: 0 auto;  }

	.arc-con{ margin: 20px 0; }
	.arc-con h2{font-size: 18px; font-weight: normal; height: 20px; line-height: 20px; padding-left: 14px; border-left: 4px #004f97 solid;}
	.arc-con h3{font-size: 14px; margin: 20px 0 15px;}
	.arc-con h3 img{ vertical-align: middle; margin-right: 10px; }
	.arc-con p{font-size: 14px; line-height: 26px;}

	body.iframe p.tip{
		padding:20px 10px 15px 10px;
		font-size: 14px; line-height: 26px;
	}

	body.iframe p.tip:before {	
		display: block; width: 65px;height: 30px; 
		content: ""; position: absolute; top: 0; right: 0;
		background: url('../images/icon-dp.png')no-repeat right top;
		background-size: 80%;
	}
}
