/*【关闭首页文章显示】*/
#stats_article_count {
	display:none;
}
/*【p段内的code颜色】*/
#cnblogs_post_body p code {
	color: black;
	font: 0.875em/1.5em "微软雅黑" , "PTSans" , "Arial" ,sans-serif;
	font-weight: 500;
	background: #fdf6f3;
	font-size: 14pt;
}
/*【翻页颜色】*/
.pager a {
    box-shadow: 0 1px 3px #ff618e;
    border: 1px solid #FF618E;
    background: #FF618E;
    color: #fff;
    transition: all .4s linear 0s;
}
.pager a:hover   {background-color:#FF1457;}
/*【电脑广告屏蔽】*/
.c_ad_block, .under-post-card {
    margin-top: 10px;
    line-height: 1.5;
    display: none;
}
/*【手机广告屏蔽】*/
#bannerbar img {
    width: 100% !important;
    max-width: 100% !important;
    max-height: 70px;
    display: none;
}
/*
Orginal Style from ethanschoonover.com/solarized (c) Jeremy Hull <sourdrums@gmail.com>
*/

.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background: #fdf6e3;
  color: #657b83;
}

.hljs-comment,
.hljs-quote {
  color: #007979;
}

/* Solarized Green */
.hljs-keyword,
.hljs-selector-tag,
.hljs-addition {
  color: #859900;
}

/* Solarized Cyan */
.hljs-number,
.hljs-string,
.hljs-meta .hljs-meta-string,
.hljs-literal,
.hljs-doctag,
.hljs-regexp {
  color: #2aa198;
}

/* Solarized Blue */
.hljs-title,
.hljs-section,
.hljs-name,
.hljs-selector-id,
.hljs-selector-class {
  color: #268bd2;
}

/* Solarized Yellow */
.hljs-attribute,
.hljs-attr,
.hljs-variable,
.hljs-template-variable,
.hljs-class .hljs-title,
.hljs-type {
  color: #b58900;
}

/* Solarized Orange */
.hljs-symbol,
.hljs-bullet,
.hljs-subst,
.hljs-meta,
.hljs-meta .hljs-keyword,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-link {
  color: #cb4b16;
}

/* Solarized Red */
.hljs-built_in,
.hljs-deletion {
  color: #dc322f;
}

.hljs-formula {
  background: #eee8d5;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}

/*【代码字体大小】*/
.cnblogs-markdown .hljs, .cnblogs-post-body .hljs {
	padding: 5px !important;
	font-size: 12pt !important;
	font-family: "Courier New",sans-serif!important;
	line-height: 1.5!important;
}  
/*【图片缩小一点方便放大】*/
#cnblogs_post_body img, .cnblogs-post-body img {
    max-width: 96% !important;
    height: auto;
}
/*【公告的详细信息隐藏】*/
#profile_block {
    margin-top: 5px;
    line-height: 1.5;
    text-align: left;
    display: none;
}
/*【调整不透明度】*/
#home {
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 50px;
	padding: 30px;
	width: 85%;
	min-width: 950px;
	background-color: #fff;
	box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	opacity: 0.97;
}
/* 【博客目录】 */
#uprightsideBar {
	position: fixed;
	top: 15%;
	right: 0px;
	width: auto;
	height: auto;
	color: #83123b;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

#uprightsideBar h3 {
	color: #ffffff;
	font-weight: bold;
        font-size: 16pt;
}

#sideBarTab {
	float: left;
	width: 25px;
	border: 1px solid #00DDC00;
	border-right: none;
	background: #f19cbb;
	box-shadow: 0 0 8px #877788;
	text-align: center;
}

#sideBarContents {
	float: left;
	overflow: auto;
	overflow-x: hidden;
	!important;
    width: 200px;
	max-height: 460px;
	min-height: 101px;
	border: 1px solid #e5e5e5;
	border-right: none;
	background: #ffffff;
}

#sideBarContents dl {
	margin: 0;
	padding: 0;
}

#sideBarContents dt {
	margin-top: 5px;
	margin-left: 5px;
}

#sideBarContents dd, dt {
	cursor: url(//i.loli.net/2017/08/19/599783800335d.png),pointer;
}

#sideBarContents dd:hover, dt:hover {
	color: #e5457f;
}

#sideBarContents dd {
	margin-left: 20px;
}
/*【评论背景图】*/
#tbCommentBody {
	margin-top: 10px;
	height: 250px;
	max-width: 100%;
	min-width: 100%;
	min-height: 120px;
	border-color: rgb(255, 255, 255);
	border-style: solid;
	border-width: 2px;
	border-image: initial;
	background: #fff url(https://img2018.cnblogs.com/blog/1446116/201909/1446116-20190930184928670-1219323995.jpg) right -35px top 15px;
	background-size: 250px;
	background-repeat: no-repeat;
	box-shadow: rgb(170, 170, 170) 0px 0px 8px inset;
	color: rgb(51, 51, 51);
	font-size: 14px;
	font-family: "Microsoft Yahei", "Microsoft Yahei", 宋体, sans-serif;
}
/*【文章标题】*/
#cnblogs_post_body h1 {
	margin: 18px 0 !important;
	padding: 8px 0 5px 5px;
	height: 25px;
	border-radius: 8px 8px 8px 8px;
	background: #e5457f;
	box-shadow: 0 0 0 1px #F3A8C4, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
	color: #FFFFFF;
	text-shadow: 2px 2px 3px #222222;
	font-weight: bold;
	font-size: 23px;
	font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
	line-height: 25px;
        overflow : hidden;
}

#cnblogs_post_body h2 {
	margin: 18px 0 !important;
	padding: 8px 0 5px 5px;
	height: 25px;
	border-radius: 8px 8px 8px 8px;
	background: #eb719d;
	box-shadow: 0 0 0 1px #F3A8C4, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
	color: #FFFFFF;
	text-shadow: 2px 2px 3px #222222;
	font-weight: bold;
	font-size: 20pt;
	font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
	line-height: 25px;
        overflow : hidden;
        text-align: center;
}

#cnblogs_post_body h3 {
	margin: 18px 0 !important;
	padding: 8px 0 5px 5px;
	height: 25px;
        vertical-align : top;
	border-radius: 8px 8px 8px 8px;
	background: #f19cbb;
	box-shadow: 0 0 0 1px #F3A8C4, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
	color: #FFFFFF;
	text-align: center;
	text-shadow: 2px 2px 3px #222222;
	font-weight: bold;
	font-size: 18pt;
	font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
	line-height: 25px;
        overflow : hidden;
}

#cnblogs_post_body h4 {
	margin: 12px 0 !important;
	padding: 5px 10px 5px 10px;
	height: 24px;
	border-radius: 8px 8px 8px 8px;
	background: #f8cedd;
	//box-shadow: 0 0 0 1px #F3A8C4, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
	color: #FFFFFF;
	text-shadow: 2px 2px 3px #222222;
	font-weight: bold;
	font-size: 16pt;
	font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
	line-height: 23px;
	width:fit-content;
        overflow : hidden;
}



/*【正文内图片放大效果】*/
#cnblogs_post_body img {
	margin: 0px 0px 0px 14px;
	cursor: pointer;
	transition: all 0.5s;
 /* 所有的属性变化在0.5s的时间段内完成 */
}

#cnblogs_post_body img:hover {
    /* 鼠标放到图片上的时候图片按比例放大1.05倍   */
	transform: scale(1.02);
	opacity: 0.99;
    /*鼠标产生阴影*/
	-webkit-box-shadow: 3px 3px 4px #808080;
	-moz-box-shadow: 3px 3px 4px #808080;
	box-shadow: 3px 3px 4px #808080;
	cursor: url(//i.loli.net/2017/08/19/599783800335d.png),pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#808080')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#808080');
} 

/*【文章字体】*/
#cnblogs_post_body {
	color: black;
	font: 0.875em/1.5em "微软雅黑" , "PTSans" , "Arial" ,sans-serif;
	font-weight: 500;
	font-size: 14pt;
}
/*【解除宽度限制】*/
#cnblogs_post_body img {
	max-width: 96%;
}
/*【视频】*/
#cnblogs_post_body .video {
	position: relative;
	padding-bottom: 56.25%;
  /* 16:9 */
	width: 100%;
	height: 0;
	opacity: 1.0;
}

#cnblogs_post_body .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1.0;
}
/*【背景照片】*/
body {
	background-image: url("https://images2018.cnblogs.com/blog/1446116/201808/1446116-20180813163642075-667265163.png");
	background-position: right 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
}
/* 【博客导航栏】*/
#navList {
	float: left;
}

#navList a:link, #navList a:visited, #navList a:active {
	color: #ef86ac;
	font-weight: bold;
}

.blogStats {
	float: right;
	margin-top: 19px;
	margin-right: 2px;
	color: #ffafc5;
	text-align: right;
}

#navList li a:hover {
	color: #ff5f8b;
	text-decoration: underline;
}
/*【侧边栏悬浮】*/
#sideBar a:hover {
	color: #ff5f8b;
	text-decoration: underline;
}

#sideBar h3 {
	color: #e64b83;
	font-size: 14px;
}
/*【首页标题样式】 */
.postTitle {
	float: right;
	clear: both;
	margin-bottom: 10px;
	width: 100%;
	border-left: 3px solid #ff5f8b;
	font-size: 20px;
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
	color: #ff5f8b;
	transition: all .4s linear 0s;
}

.postTitle a:hover {
	margin-left: 30px;
	color: #911442;
	text-decoration: none;
}
/*【博客标题和副标题】 */
#blogTitle {
	overflow: hidden;
	height: auto;
	text-align: left;
}

#blogTitle h1 a:hover {
	color: #c81c5a;
}

#blogTitle h1 a {
	color: #e02568;
}

#blogTitle h2 {
	float: left;
	color: #ef86ac;
	font-weight: normal;
	font-weight: bold;
	font-size: 13px;
	font-size: .928571429rem;
	line-height: 1.846153846;
}
/* 【标题悬停】 */
#cnblogs_post_body h1:hover {
	color: #fce6ee;
}

#cnblogs_post_body h2:hover {
	color: #fce6ee;
}

#cnblogs_post_body h3:hover {
	color: #fce6ee;
}

#cnblogs_post_body h4:hover {
	color: #fce6ee;
}
/* 【文章内标题】 */
#cb_post_title_url {
	margin-top: 20px;
	color: #e5457f;
	font-weight: bold;
	font-size: 25px;
	font-family: "Comic Sans MS";
	line-height: 0.2em;
}

#cb_post_title_url:hover {
	margin-top: 20px;
	color: #911442;
	text-decoration: underline;
	font-weight: bold;
	font-size: 25px;
	font-family: "Comic Sans MS";
	line-height: 0.2em;
}
/* 【去除广告】 */
#cnblogs_c1 {
	display: none;
}

#cnblogs_c2 {
	display: none;
}

#itnews c_ad_block {
	display: none;
}

#ad_t2 {
	display: none;
}

#kb_block {
	display: none;
}

#under_post_news {
	display: none;
}

#BlogPostCategory {
	display: none;
}

#comment_nav {
	display: none;
}

.postDesc {
	margin-right: 32px;
	margin-left: 32px;
	border-bottom: none;
}

#author_profile_follow {
	display: none;
}

#under_post_kb {
	display: none;
}
/*【背景】*/
/*simplememory*/
#google_ad_c1, #google_ad_c2 {
	display: none;
}

.syntaxhighlighter a, .syntaxhighlighter div, .syntaxhighlighter code, .syntaxhighlighter table, .syntaxhighlighter table td, .syntaxhighlighter table tr, .syntaxhighlighter             table tbody, .syntaxhighlighter table thead, .syntaxhighlighter table caption, .syntaxhighlighter textarea {
	font-size: 14px!important;
}

#blogTitle h1 {
	margin-top: 20px;
	color: #515151;
	font-weight: bold;
	font-size: 30px;
	font-family: "Comic Sans MS";
	line-height: 1.5em;
}

#navList a:hover {
	color: #4c9ed9;
	text-decoration: none;
}

#navList a {
	float: left;
	display: block;
	padding-top: 18px;
	width: 5em;
	height: 22px;
	text-align: center;
}

#navigator {
	clear: both;
	margin-top: 25px;
	height: 50px;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	font-size: 15px;
}

.catListTitle {
	margin-top: 21px;
	margin-bottom: 10.5px;
	padding: 10px 0 14px 10px;
	border-left: 10px solid rgba(235, 113, 157, 0.8);
	background-color: #f5f5f5;
	text-align: left;
}

#ad_under_post_holder #google_ad_c1,#google_ad_c2 {
	display: none !important;
}

#topics .postTitle {
	float: left;
	padding-left: 5px;
	width: 100%;
	border: 0px;
	font-weight: bold;
	font-size: 200%;
	line-height: 1.5;
}

div.commentform p {
	margin-bottom: 10px;
}

.comment_btn {
	display: inline !important;
	padding: 5px 10px;
	width: 90px;
	height: 35px;
	border: 0 none;
	border-radius: 5px;
	background: #ddd;
	color: #999;
	text-shadow: 0 0 1px #fff;
	font-family: "Lato", Helvetica Neue, Helvetica, Microsoft Yahei, 宋体, Arial, sans-serif;
	cursor: pointer;
}

.comment_btn:hover {
	display: inline !important;
	padding: 5px 10px;
	width: 90px;
	height: 35px;
	border: 0 none;
	border-radius: 5px;
	background: #F19CBB;
	color: white;
	text-shadow: 0 0 1px #fff;
	font-family: "Lato", Helvetica Neue, Helvetica, Microsoft Yahei, 宋体, Arial, sans-serif;
	cursor: pointer;
}

#commentform_title {
	margin-bottom: 10px;
	padding: 0;
	background-image: none;
	background-repeat: no-repeat;
	font-size: 24px;
}

#commentbox_opt,#commentbox_opt + p {
	text-align: center;
}

.commentbox_title {
	width: 100%;
}

.feedbackItem {
	margin: 10px 0;
	padding: 20px;
	background: #F2F2F2;
	box-shadow: 0 0 5px #aaa;
	font-size: 14px;
	line-height: 24px;
}

.feedbackListSubtitle {
	font-weight: normal;
}

#blog-comments-placeholder, #comment_form {
	margin-bottom: 50px;
	padding: 20px;
	background: #fff;
	-webkit-box-shadow: 1px 2px 3px #ddd;
	box-shadow: 1px 2px 3px #ddd;
}

.feedback_area_title {
	margin-bottom: 15px;
	font-size: 1.8em;
}

.feedbackItem {
	margin-bottom: 10px;
	padding: 5px;
	border-bottom: 1px solid #CCC;
	background: rgb(248, 248, 248);
}

.color_shine {
	background: rgb(226, 242, 255);
}

.feedbackItem:hover {
	-webkit-animation-name: color_shine;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
}

#comment_form .title {
	margin-bottom: 15px;
	font-weight: normal;
}
/*【鼠标样式】*/
body {
	cursor: url(//i.loli.net/2017/08/19/5997836b66d58.png),default;
}

a:hover {
	cursor: url(//i.loli.net/2017/08/19/599783800335d.png),pointer;
};

/*【尾巴签名内图片放大效果】*/
#MySignature img {
	margin: 0px 0px 0px 14px;
	cursor: pointer;
	transition: 0.5s;
        max-width: 95%;
 /* 所有的属性变化在0.5s的时间段内完成 */
}

#MySignature img:hover {
    /* 鼠标放到图片上的时候图片按比例放大1.05倍   */
	transform: scale(1.02);
	opacity: 0.99;
    /*鼠标产生阴影*/
	-webkit-box-shadow: 3px 3px 4px #808080;
	-moz-box-shadow: 3px 3px 4px #808080;
	box-shadow: 3px 3px 4px #808080;
	cursor: url(//i.loli.net/2017/08/19/599783800335d.png),pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#808080')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#808080');
} 