/*自定义样式*/
body {
    background-image: url(https://www.cnblogs.com/images/cnblogs_com/qigs/1448115/o_backgroud.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    font-family: '微软雅黑', '宋体', Arial;
}
a {
	text-decoration: none !important;
}
/*done*/
#blogTitle {
	position: relative;
}
#blogTitle h2 {
	position: relative;
	top: -6px;
}
#Header1_HeaderTitle {
    font-size: 60px;
    font-family: '微软雅黑', '宋体', Arial;
    -webkit-transition: color 0s 0.5s;
    transition: color 0s 0.5s;
    font-weight: bold !important;
}
#Header1_HeaderTitle::before, #Header1_HeaderTitle::after {
    content: attr(data-letters);
    position: absolute;
    top: 0;
    left: 0;
    color: #000000;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transition: color 0.5s, -webkit-transform 0.5s;
    transition: color 0.5s, transform 0.5s;
}
#Header1_HeaderTitle::before {
    -webkit-clip-path: url(#cp_up);
    clip-path: url(#cp_up);
}
#Header1_HeaderTitle::after {
    -webkit-clip-path: url(#cp_down);
    clip-path: url(#cp_down);
}
#Header1_HeaderTitle:hover {
    color: transparent;
    -webkit-transition: none;
    transition: none;
}
#Header1_HeaderTitle:hover::before {
    -webkit-transform: translate3d(1px,0px,0);
    transform: translate3d(1px,0px,0);
}
#Header1_HeaderTitle:hover::before, #Header1_HeaderTitle:hover::after {
    color: #b18d8f;
    -webkit-transition: color 0.5s, -webkit-transform 0.5s;
    transition: color 0.5s, transform 0.5s;
}
#Header1_HeaderTitle:hover::after {
    -webkit-transform: translate3d(-1px,0px,0);
    transform: translate3d(-1px,0px,0);
}
#blogTitle h1 a:hover {
    color: transparent;
}
#blogTitle h1 {
	line-height: 2.3em;
}
.hidden {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
}
/*end: blogTitle 博客的标题和副标题*/
#navigator {
	user-select: none;
}
#navigator {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 0;
    border: none;
    /*background: #55895b;*/
    box-shadow: 0 -1px 12px -4px #000;
    padding-top: 0;
    padding-left: 0;
    text-align: center;
    font-family: '微软雅黑', '宋体', Arial;
}
#navList li {
	cursor: pointer;
}
#navList a:link, #navList a:visited, #navList a:active {
    color: #0C0B33;
    font-size: 16px;
}
.blogStats {
	color: #0C0B33;
    font-size: 16px;
    font-weight: bold;
    margin-right: 16px;
}
#navList li:after {
	content: '';
    width: 0;
    height: 3px;
    border-style: solid;
    border-width: 0 0 0 0;
    /*border-color: #6b4432 transparent transparent transparent;*/
    border-color: #f3782a #f3782a transparent transparent;
    position: relative;
    top: 2px;
    left: 0;
    transition: 0.5s;
    float: left;
    clear: both;
}
#navList a:hover {
	color: #f3782a;
}
#navList li:hover:after {
	border-width: 0 80px 0 0;
}
#mainContent {
	margin-left: 0;
    width: calc(100% - 245px);
    box-shadow: 0px 2px 10px 1px #bdafaf;
    background-color: #ffffff7d;
    border-radius: 5px;
    transition: width 0.5s;
    min-height: unset;
    padding-bottom: 0px;
}
#mainContent .forFlow {
    margin-left: 0;
    padding: 0px 16px;
}
.day {
	/*border-top: 1px solid #cccccca3;
	border-left: 1px solid #cccccca3;*/
    box-shadow: 4px 4px 8px #b5a5a5;
    overflow: hidden;
    margin-bottom: 0px;
    padding-bottom: 0px;
    width: calc(100% + 32px);
	margin-left: -16px;
    border-radius: 9px;
    padding-top: 4px;
}
.postTitle {
	box-sizing: border-box;
	margin-top: 5px;
}
.c_b_p_desc {
	margin-left: 10px;
	margin-right: 5px;
}
/*done*/
.c_b_p_desc_readmore {
	padding: 0;
	overflow: hidden;
}
.c_b_p_desc a:before {
	content: '';
	position: absolute;
	top: -65px;
	left: 0;
	width: 11px;
	height: 100px;
	/*background: #520c46;*/
	background: linear-gradient(to left, rgba(255,255,255,0), rgba(255, 255,255,0.5) 50%, rgba(255,255,255,0) 100%);
	transition: left 0.5s;
  	/*z-index: -1;*/
  	transform: rotate(45deg);
  	opacity: 0;
}
.postCon a:link, .postCon a:visited, .postCon a:active {
	text-decoration: none;
	position: absolute;
	left: -80px;
	bottom: 5px;
	background: #4ba5d8;
	border-radius: 0 12px 12px 0;
	border: 0 solid #ddd;
	line-height: 24px;
	text-align: center;
	width: 80px;
	color: #fff;
	transition: left 0.5s;
	/*opacity: 0; 单程动画*/
}
.c_b_p_desc a:hover:before {
	/*width: 80px;*/
	left: 135%;
	opacity: 1;
}
.c_b_p_desc a:hover {
	/*background: #4ba;
	border-radius: 0 0 0 0;*/
}
.day:hover .postCon a{
	left: 0px;
	opacity: 1;
}
/*ending: c_b_p_desc_readmore 阅读全文*/
.postDesc {
	width: auto;
	float: right;
}
.postDesc, .postDesc a:link, .postDesc a:visited, .postDesc a:active{
	color: #aaa;
}
.postDesc a:hover {
	color: #22a8c7;
}
/*done*/
.toc {
	display: block;
    position: fixed;
    /*right: -260px;*/
    /*right: 7.5%;*/
    right: 26px;
    bottom: 62px;
    /*width: 230px;*/
    width: 0;
    /*height: 50%;*/
    height: 0;
    background: #fff;
    box-shadow: 0 0 8px #b5a5a5;
    /*border: 1px solid;*/
    border-radius: 0 0 0 4px;
    /*overflow: scroll;*/
    z-index: 1;
    transition: all 0.5s;
    cursor: pointer;
    /*transform: scale(0.0000001);*/
}
.toc a:link, .toc a:visited, .toc a:active {
	text-decoration: none;
	color: #fffff5;
}
#cnblogs_post_body ul {
	margin-left: 1em;
}
.toc li {
	list-style: none;
	margin-bottom: 0;
}
.toc-show {
	width: 230px;
	height: 50%;
	right: 7.5%;
	bottom: 10px;
}
/*.toc:before {
	content: '\2039';
	position: absolute;
	width: 20px;
	height: 60px;
	background: rgba(99, 84, 70, 0.3);
	text-align: center;
	left: -20px;
	border-radius: 6px 0 0 6px;
	font-size: 30px;
		line-height: 1.8em;
		cursor: pointer;
		transition: all 0.5s;
}
.toc:hover:before {
	color: #f3782a;
	content: '\203A';
}*/
.toc:hover {
	/*right: -30px;*/
}
.toc-title {
	display: none;
}
.toc-list {
    overflow: hidden scroll;
    height: 100%;
    /*transition: all 0.5s;*/
}
.toc-list::-webkit-scrollbar {
	display: none;
}
.toc .toc-list a{
	color: #399c9c;
}
.toc .toc-list .active > a{
	color: #ff5370;
}
#cnblogs_post_body ul li {
	list-style-type: none;
}
#cnblogs_post_body ul ul li {
	list-style-type: none;
}
#ad_text_under_commentbox, #ad_t2, #cnblogs_c1, 
#under_post_news, #cnblogs_c2, #under_post_kb, #HistoryToday {
	display: none;
}
.be_paragraph:link, .be_paragraph:visited, .be_paragraph:active {
	color: transparent;
	padding: 0 4px;
	text-decoration: none !important;
	/*display: none;*/
}
.be_paragraph:hover {
	color: #d43535 !important;
}
#cnblogs_post_body h1:hover .be_paragraph,
#cnblogs_post_body h2:hover .be_paragraph,
#cnblogs_post_body h3:hover .be_paragraph,
#cnblogs_post_body h4:hover .be_paragraph,
#cnblogs_post_body h5:hover .be_paragraph,
#cnblogs_post_body h6:hover .be_paragraph {
	color: #7f7b7b;
}
/*end: paragraph 段落*/
/*done sideBar*/
#sideBar {
	overflow: visible;
	margin-top: 0px;
}
.title-i {
    float: left;
    width: 23px;
    height: 23px;
    display: block;
    margin: 2.5px 10px 2.5px 15px;
}
.title-i span {
    float: left;
    width: 7px;
    height: 7px;
    margin: 0 2px 2px 0;
    padding: 0;
    background: #fff;
    border: 1px solid #888;
}
.catListTitle {
	border-bottom: 1px solid #ddd;
	line-height: 2em;
	margin-top: 9px;
}
.catListTitle:hover .title-i span {
	border: 1px solid #3690cf;
}
.catListTitle:hover .title-i-t {
	background-color: #3690cf;
}
.catListTitle+ul,.catListTitle+div,#profile_block {
	padding-left: 1em;
}
#profile_block {
	float: left;
}
.newsItem, #sidebar_shortcut, #topdigg_posts_wrap, #sidebar_toptags, #sidebar_postcategory, #sidebar_postarchive, #sidebar_topviewedposts {
	background: #fff;
    -webkit-box-shadow: 1px 2px 3px #ddd;
    box-shadow: 5px 5px 10px 1px #bdafaf;
    margin-bottom: 30px;
    word-wrap: break-word;
    border-radius: 5px;
    /*margin-top: 10px;*/
    border: 1px solid #ddd;
}
#sidebar_search {
	display: none;
}
#blog-news {
	padding-left: 0;
	padding-bottom: 5px;
    padding-top: 5px;
}
#blog-news img, .newsItem img {
	width:180px;
	height: 180px;
	border-radius: 180px;
    border: 1px solid #b3e1e800;
    box-shadow: 0 0 10px #c1dcd1;
}
#blog-news img:hover {
	box-shadow: 0 0 10px #0ee68e;
}
#blog_news_follow{
	background-image: url(https://www.cnblogs.com/images/cnblogs_com/qigs/1448115/t_add-follow-64.png);
	background-repeat: no-repeat;
    background-size: 100% 100%;
	width: 32px;
	height: 32px;
	cursor: pointer;
	float: right;
	position: relative;
	right: 14px;
	top: 41px;
	margin-top: 5px;
}
#blog_news_follow:hover{
	transform: scale(1.2);
}
#blog_news_follow[class=blog_news_followed] {
	background-image: url(https://www.cnblogs.com/images/cnblogs_com/qigs/1448115/t_followed-64.png);
}

.notice_head_sculpture {
	margin-left: 25px;
}
/*end: sidebar */
/*done:文章底部*/
#green_channel {
	width: calc(100% - 2px);
	text-align: center;
}
#author_profile, #div_digg {
	display: none;
}
#topics .postDesc {
	text-align: right;
}
#green_channel span {
    /*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAYAAABIdFAMAAAAGXRFW…99ZOdcZGvt4mJjzMVKqcha68iIePB86GAiOv8CDADlIUQBs7MD3wAAAABJRU5ErkJggg%3D%3D) repeat-x;*/
    display: inline-block;
    padding: 3px 8px;
    color: #fff !important;
    background-color: red;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    margin-right: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,.25);
    vertical-align: middle;
}
#green_channel span:hover {
    /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAyCAYAAACd+7GKAAAAGXRFW…pi/v//vwMTAwPDfzjBgMpFI/7hFSOT9Y8qRuF3JLoHAQIMAHYtMmRA+CugAAAAAElFTkSuQmCC);*/
}
#comment_form_container .comment_textarea {
	width: calc(100% - 18px);
}
/*end: 文章底部*/
/*done: 文章顶部*/
#topics .postTitle .post_caret {
	float: right;
    width: 32px;
    height: 32px;
    display: block;
    text-align: center;
    line-height: 32px;
    border: 1px solid #ddd;
    color: #999;
    cursor: pointer;
    font-size: 23px;
    border-radius: 3px;
}
#topics .postTitle .post_caret:hover {
	background-color: #4cad26;
	color: #fff;
}
.topicListFooter{
display:none
}
/*end: 文章顶部*/