* {
	margin: 0;
	padding: 0;
}

/*滚动条美化*/
::-webkit-scrollbar {
	height: 10px;
	width: 10px;
	margin-right: 2px
}

::-webkit-scrollbar-track-piece {
	border-left: 1px solid #d2d2d2;
	background-color: #f5f5f5
}

::-webkit-scrollbar-thumb {
	height: 10px;
	width: 10px;
	border: 1px solid #aaa;
	background: #cbcbcb
}

::-webkit-scrollbar-thumb:hover {
	background: #909090
}

/*选定文字的颜色*/
::selection {
	background: #EEE
}

::-moz-selection {
	background: #EEE
}

body {
	font-family: "Helvetica Neue", Helvetica, Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
	-webkit-font-smoothing: antialiased;
	/*清晰字体*/
	padding-top: 70px;
	/*悬停导航栏*/
}

.caption {
	/*标题*/
	padding: 4px;
	background-color: #eee;
	border: 1px solid #ddd;
	border-top: none;
	border-radius: 0 0 4px 4px;
	color: #3D4240;
	text-align: center;
}

.single {
	/*单块*/
	margin-bottom: 20px;
	padding: 0 10px;
}

.single:hover .caption {
	/*移动标题变色*/
	background: #566D6D;
	color: #F7FBFF;
}

.thumbnail {
	/*图片框*/
	text-align: center;
	margin-bottom: 0;
}

.thumbnail a {
	text-decoration: none;
}

/*底部版权链接*/
.copyright {
	margin-top: 10px;
	color: #666;
}

.copyright a {
	color: #666;
}

.blog-nav {
	display: none;
}

@media screen and (max-width:1200px) and (min-width:770px) {
	.blog-nav {
		display: inline;
	}

	.search-nav {
		display: none;
	}
}

@media screen and (max-width:990px) and (min-width:770px) {
	.navbar-brand {
		/*隐藏网页标题，防止导航栏折成两栏*/
		display: none;
	}
}



/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}

body {
	margin-bottom: 60px;
	/* Margin bottom by footer height */
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* height: 100px; */
	/* Set the fixed height of the footer here */
	background-color: #f5f5f5;
}


/* Custom page CSS
 * Not required for template or sticky footer method.
 * 主题向下让出导航 */

.container .text-muted {
	margin: 20px 0;
}

.img-fluid {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	text-align: center;
}

/* 首页标签行距 */
.icon-spacing {
	margin-top: 0px;
	/* 调整为所需的具体数值 */
	margin-bottom: 12px;
	/* 调整为所需的具体数值 */
}

/* 右侧悬浮 */


.list-group.affix {
	top: 70px;
	/* Set the top position of pinned element */
}

/* 分割线虚线 */
.dashed-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  /*background-color: #ececec;*/
  border-top: 1px dashed #ccc;
}

