 @font-face {
	font-family: 'Custom_zt';
	src: url('https://www.tezrd.com/AlimamaFangYuanTiVF-Thin-2.ttf');
}

body {
	font-family: 'Custom_zt'!important;
}
* {
	margin: 0;
	padding: 0
}
h1,h2,h3,h4,h5,h6 {
	font-weight: 400;
}
body {
	color: #272e3a;
	font-weight: 400;
	font-size: 15px;
	font-family: Lato,PingFang SC,Microsoft YaHei,sans-serif;
}
a {
	text-decoration: none;
	color: #14395f;
}
a: hover {
	color: #0076ff;
}
.navbar-custom {
	display: flex;
	width: 55%;
	margin: auto;
}
#home {
	width: 55%;
	margin: auto;
}
#header {
	display: flex;
	justify-content: space-between;
	padding: 15px 0;
}
#blogTitle {
	display: flex;
	justify-content: space-between;
	background: url(https: //tb2.bdstatic.com/tb/editor/images/tsj/t_0032.gif?t=20140803) no-repeat top right;
}


#blogTitle h1 {
	margin-right: 40px;
}
#blogTitle h1 a {
	color: #000;
	font-size: 1.8rem;
}
#navigator {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#navList {
	display: flex;
	list-style: none;
}
#navList li {
	margin: 0 10px;
}
#navList li a {
	color: #000;
	transition: all .3s linear;
}
#navList li a: hover {
	color: #0076ff;
}
.dayTitle {
	display: none;
}
.day .postTitle {
	padding: 2% 0 0;
}
#topics .postTitle a {
	color: #161618;
}
#topics .postDesc {
	color: #666;
}
.postBody {
	font-size: 15px;
	margin-top: 20px;
	letter-spacing: .5px;
}
.forFlow .day: first-child .postTitle: nth-child(2) {
	padding-top: 0;
}
.day .postDesc {
	padding: 0 0 2% 0;
	border-bottom: 1px solid #f1f1f1;
	color: #666;
}
.day .postTitle2 {
	font-size: 22px;
	color: #161618;
}
.day .postTitle2: hover {
	color: #0076ff;
}
.postCon {
	margin: 10px 0 6px;
}
#topics .postTitle {
	margin-bottom: 10px;
}
.comment_textarea {
	width: 100%;
}
#ad_t2,#cnblogs_c1,#under_post_news,#under_post_kb {
	display: none;
}
#sidebar_toptags,#sidebar_categories,#sidebar_recentposts,#sidebar_topviewedposts,#sidebar_topdiggedposts,#sidebar_news,#sidebar_topcommentedposts,#sidebar_recentcomments,.blogStats {
	display: none!important;
}
.cnblogs_code {
	border: none;
}
.cnblogs_code *,.cnblogs_code span,.cnblogs_code pre {
	font-weight: normal;
	font-size: 14px!important;
}
#post_next_prev {
	font-size: 14px;
}
#btn_comment_submit {
	color: #fff;
	background: #0076ff;
	border: none;
	border-radius: 6px;
	height: 30px;
	width: 84px;
}
#green_channel {
	width: 100%;
}
.feedback_area_title {
	font-size: 24px;
}
.feedbackItem {
	border-bottom: 1px solid #f1f1f1;
	padding: 10px 0;
}
#comment_nav {
	margin-top: 20px;
}
#homepage_top_pager {
	display: none;
}
.pager {
	font-size: 16px;
	margin: 2% 0;
}
.pager a {
	margin: 0 2px;
	padding: 4px 14px;
	text-decoration: none;
	border-radius: 2px;
	transition: all .3s linear;
}
.pager a: hover {
	border-color: #0076ff;
}
#footer {
	text-align: center;
	font-size: 14px;
	color: #999;
}
.cnblogs-markdown pre code, .cnblogs-post-body pre code {
	padding: 15px;
	line-height: 2;
	font-size: 13px
}
.cnblogs-markdown code, .cnblogs-post-body code {
	font-family: 'Ubuntu Mono',monospace!important;
	font-size: 12px;
	background: #F2F4F5!important;
	border: none;
	border-radius: 0;
}
div.commentform textarea {
	height: 130px;
	min-height: 100px;
}
#div_digg {
	margin-right: 0;
}