/* 365建站器（soft.365jz.com）让建站和seo变得简单！ */
body {
	background-color: #ffffff;
	background-position: center top;
	font-family: 'Microsoft YaHei', 'Simsun', Arial;
	font-size: 14px;
	line-height: 1.5;
	color: #666666;
}
a {
	color: #666666;
}
a:hover {
	color: #0084e9;
}

/* ==== 统一修整样式（自动追加，不改动原有代码；如需还原删除本段即可） ==== */
img{max-width:100%;height:auto}
*{box-sizing:border-box}
table{max-width:100%}
.cnblogs_post_body img,#cnblogs_post_body img,.article img,.content img,.post_content img{height:auto}
/* 长词/长链接不撑破容器 */
p,li,td,h1,h2,h3,h4,a{word-wrap:break-word;overflow-wrap:break-word}
/* 链接过渡更顺滑（不改颜色） */
a{transition:color .15s ease}
/* 防止整页横向滚动 */
html,body{overflow-x:hidden}
/* 图片底部缝隙 */
img{vertical-align:middle}
