@charset "utf-8";body{letter-spacing:.2px;font-size:15px;font-family:Source Sans Pro,Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,"微软雅黑",Arial,sans-serif;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}.markdown-section h1{padding-bottom:1rem;border-bottom:1px dashed #ccc}.markdown-section h2{padding-bottom:1rem;border-bottom:1px solid #ddd}.markdown-section a{padding:0 .5rem;color:#42b983;font-weight:600}.markdown-section a:hover{padding:0 .5rem;color:#3e915f;text-decoration:none;font-weight:600}.markdown-section code{margin:0 2px;padding:3px 2px;border-radius:2px;background-color:#f8f8f8;color:#364149;white-space:nowrap;font-family:Roboto Mono,Monaco,courier,monospace;-webkit-font-smoothing:initial;-moz-osx-font-smoothing:initial}.markdown-section pre>code{color:#525252}.markdown-section blockquote{position:relative;margin:2em 0;padding:9pt 24px 9pt 30px;border-left:4px solid #f66;border-top-right-radius:2px;border-bottom-right-radius:2px;background-color:#f8f8f8;color:#34495e}.markdown-section blockquote p{margin:0}.markdown-section blockquote:before{position:absolute;top:14px;left:-9pt;width:20px;height:20px;border-radius:100%;background-color:#f66;color:#fff;content:"!";text-align:center;font-weight:700;font-size:14px;font-family:Dosis,Source Sans Pro,Helvetica Neue,Arial,sans-serif;line-height:20px}.markdown-section ul li{padding:.8rem .2rem;background-color:#fff;font-weight:500;font-size:14px;line-height:1.6}pre[class*=language-]{background-color:#fbfbfb}.token.cdata,.token.comment,.token.doctype,.token.prolog{font-style:normal}.token.selector,.token.tag{color:#da0000}.token.attr-value{color:#4183c4}.token.boolean,.token.constant,.token.inserted,.token.number,.token.symbol,.token.url,.token.variable{color:#351ea5}.language-json .token.property,.token.class-name{color:#6f42c1}.versions-select select{display:block;margin:0;padding:.5em;width:100%;height:auto;border:1px solid #ccc;border-radius:0;background:#fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+) no-repeat 100% center; color: inherit;vertical-align:middle;text-transform:none;font:inherit;line-height:1.2;-webkit-appearance:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-moz-font-feature-settings:"liga","kern";-moz-appearance:none!important}.book-summary ul.summary li a:hover {text-decoration:none}

/*顶部导航																																																																																																																																																																																																																																																															 */
/*.top-bar{*/
	/*height:40px;*/
	/*line-height: 40px;*/
	/*background-color: #333333;*/
	/*color:white;*/
	/*padding:0 20px;*/
	/*font-weight:bold;*/
/*}*/
.book-summary,.book-body {
	top:75px!important;
}

/*右上角锚点导航*/
#anchor-navigation-ex-navbar{
	top: 135px;
}

.book .book-summary ul.summary li .custom-link {
	background-color: #27bb60;
	color: #fff;
	border-radius: 5px;
	margin: 10px;
	padding-left: 0;
	text-align: center;
	transition: all 0.3s ease;
}
.book .book-summary ul.summary li .custom-link:hover {
	background-color: #1f984e;
	color: white;
}
.custom-link .fa-fw {
	margin-right: 5px;
}