body {
	position: relative;
}

.day:first-child .dayTitle{
    display: none;
}
* {
	box-sizing: border-box;
}
.day .dayTitle {
	border: 0;
	left: 0;
}
/* 广告隐藏 */
.commentform {
	display: none;
}
/* 推荐 反对*/
#div_digg {
    display: none;
}
/* 移动端显示面板 */
.wjf_container {
	height: 100%;
	position: fixed;
	left:0;
	top:0;
	z-index: 999;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.wjf_container .box {
	width: 122px;
	height: 146px;
	position: relative;
}
.wjf_container .box .logo_image {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
    width: 122px;
    height: 146px;
    margin-left: 20px;
    background: url(//cdn-img.easyicon.net/image/2019/panda-search.svg) no-repeat;
}
.wjf_container .box .bubble-box {
	position: absolute;
	left: -100px;
	top: -110px;
	width: 150px;
	height: 150px;
}
.wjf_container .box .bubble-box .inner-box {
	width: 100%;
	height: 100%;
	position: relative;
}
.wjf_container .box .bubble-box .inner-box img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
.wjf_container .box .bubble-box .inner-box .font-box {
	width: 100%;
	height: 100%;
	z-index:100;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	color: #999;
}

#author_profile_detail {
    display: none;
}
.post-comment-count {
	display: none;
}
.post-digg-count {
	display: none;
}
.day:first-child .postTitle> a > span > span {
	display: none;
}
.blogStats #stats-comment_count {
	display: none;
}
.blogStats #stats_article_count {
	display: none;
}


@media screen and (max-width: 768px) {
    body {
        overflow-x: hidden;
    }
	.day {
	padding: 0;
	}
	.day .dayTitle {
		top: 0;
	}
	.day .dayTitle a {
		color: #409eff;
		margin-top: 20px;
		font-size: 14px;
		white-space: nowrap;
	}
	.forFlow {
		margin: 0 !important;
	}
	#mainContent {
		padding: 20px 20px;
		padding-top: 10px;
	}
	#navigator, #blogTitle, #home>#main, #footer {
		width: 100%;
	}
	.blogStats {
		display: flex;
    	justify-content: flex-end;
    	padding: 0 20px;
	}
	#blog_nav_admin {
		margin-left: 10px;
	}
	.topicListFooter {
		padding: 0;
		overflow: auto;
	}
	.topicListFooter .pager {
		padding: 0;
		text-align: left;
		display: flex;
		align-items: center;
	}
	.topicListFooter .pager a {
		padding: 5px 10px;
		white-space: nowrap;
		margin-left: 10px;
		margin-right: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 14px;
	}
	.postDesc {
		display: none;
	}
	.wjf-back {
		display: flex;
	}
}
.wjf-back {
	width: 40px;
	height: 40px;
	border-radius: 50px;
	color: #409eff;
	display: none;
	position: fixed;
	right: 20px;
	bottom: 30px;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: #fff;
	background-color: #409eff;
}

