/** 鼠标样式 **/
body {
cursor: url(https://blog-static.cnblogs.com/files/zhangshuhao1116/1.ico), auto;
}
a,a:visited {
    cursor:url(https://blog-static.cnblogs.com/files/zhangshuhao1116/2.ico),auto;
}
</style>
/* 鼠标样式动画 */
body{
    background-repeat: repeat;
    background-attachment: fixed;
    background-size:cover;
    cursor: url(https://blog-static.cnblogs.com/files/liyhbk/cursor.ico),auto;
}
/*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;
		}

		#home {
			opacity: 0.90;
			margin: 0 auto;
			width: 60%;
			min-width: 950px;
			background-color: #fff;
			padding: 50px;
			margin-top: 80px;
			margin-bottom: 50px;
			box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
		}

		#blogTitle h1 {
			font-size: 30px;
			font-weight: bold;
			font-family: "Comic Sans MS";
			line-height: 1.5em;
			margin-top: 20px;
			color: #515151;
		}

		#navList a:hover {
			color: #4C9ED9;
			text-decoration: none;
		}

		#navList a {
			display: block;
			width: 5em;
			height: 22px;
			float: left;
			text-align: center;
			padding-top: 18px;
		}

		#navigator {
			font-size: 15px;
			border-bottom: 1px solid #ededed;
			border-top: 1px solid #ededed;
			height: 50px;
			clear: both;
			margin-top: 25px;
		}

		.catListTitle {
			margin-top: 21px;
			margin-bottom: 10.5px;
			text-align: left;
			border-left: 10px solid rgba(82, 168, 236, 0.8);
			padding: 10px 0 14px 10px;
			background-color: #f5f5f5;
		}

		#ad_under_post_holder #google_ad_c1, #google_ad_c2 {
			display: none !important;
		}

		body {
			color: #000;
			background: url(https://images.cnblogs.com/cnblogs_com/blogs/842586/galleries/2451674/o_250328110634_%E4%BC%98%E9%A6%99.jpg) fixed;
			background-size: 100%;
			background-repeat: no-repeat;
			font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
			font-size: 12px;
			min-height: 101%;
		}

		#topics .postTitle {
			border: 0px;
			font-size: 200%;
			font-weight: bold;
			float: left;
			line-height: 1.5;
			width: 100%;
			padding-left: 5px;
		}

		div.commentform p {
			margin-bottom: 10px;
		}

		.comment_btn {
			padding: 5px 10px;
			height: 35px;
			width: 90px;
			border: 0 none;
			border-radius: 5px;
			background: #ddd;
			color: #999;
			cursor: pointer;
			font-family: "Lato", Helvetica Neue, Helvetica, Microsoft Yahei, 宋体, Arial, sans-serif;
			text-shadow: 0 0 1px #fff;
			display: inline !important;
		}

		.comment_btn:hover {
			padding: 5px 10px;
			height: 35px;
			width: 90px;
			border: 0 none;
			border-radius: 5px;
			background: #258fb8;
			color: white;
			cursor: pointer;
			font-family: "Lato", Helvetica Neue, Helvetica, Microsoft Yahei, 宋体, Arial, sans-serif;
			text-shadow: 0 0 1px #fff;
			display: inline !important;
		}

		#commentform_title {
			background-image: none;
			background-repeat: no-repeat;
			margin-bottom: 10px;
			padding: 0;
			font-size: 24px;
		}

		#commentbox_opt, #commentbox_opt + p {
			text-align: center;
		}

		.commentbox_title {
			width: 100%;
		}

		#tbCommentBody {
			font-family: 'Microsoft Yahei', Microsoft Yahei, 宋体, sans-serif;
			margin-top: 10px;
			max-width: 100%;
			min-width: 100%;
			background: white;
			color: #333;
			border: 2px solid #fff;
			box-shadow: inset 0 0 8px #aaa;
		/ / padding: 10 px;
			height: 250px;
			font-size: 14px;
			min-height: 120px;
		}

		.feedbackItem {
			font-size: 14px;
			line-height: 24px;
			margin: 10px 0;
			padding: 20px;
			background: #F2F2F2;
			box-shadow: 0 0 5px #aaa;
		}

		.feedbackListSubtitle {
			font-weight: normal;
		}

		#blog-comments-placeholder, #comment_form {
			padding: 20px;
			background: #fff;
			-webkit-box-shadow: 1px 2px 3px #ddd;
			box-shadow: 1px 2px 3px #ddd;
			margin-bottom: 50px;
		}

		.feedback_area_title {
			margin-bottom: 15px;
			font-size: 1.8em;
		}

		.feedbackItem {
			border-bottom: 1px solid #CCC;
			margin-bottom: 10px;
			padding: 5px;
			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 {
			font-weight: normal;
			margin-bottom: 15px;
		}

/* 完整CSS代码 - 修复H3动效版 */
#toc-container {
  position: fixed;
  left: 0;
  top: 15px;
  background: rgba(255,255,255,0.55);
  backdrop-filter: blur(8px);
  border-right: 1px solid rgba(234,234,234,0.6);
  border-radius: 0 4px 4px 0;
  padding: 0;
  max-width: 220px;
  max-height: 70vh;
  overflow: hidden;
  z-index: 999;
  font-size: 13px;
  transition: all 0.3s ease;
  box-shadow: 2px 2px 12px rgba(0,0,0,0.08);
}

#toc-container.collapsed {
  max-height: 40px !important;
}
#toc-container.collapsed #toc-inner {
  display: none;
}

#toc-inner {
  overflow-x: auto;
  overflow-y: auto;
  max-height: calc(70vh - 40px);
  padding-bottom: 8px;
}

#toc {
  min-width: max-content;
  padding: 6px 14px;
}

/* 折叠系统 */
#toc .toc-item {
  position: relative;
  padding-left: 12px;
  list-style: none;
  min-width: 180px;
  margin: 4px 0;
}

#toc .toggle-btn {
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 14px;
  height: 14px;
  z-index: 2;
  display: none;
}
#toc .toc-item.has-children .toggle-btn {
  display: block;
}

#toc .toggle-btn::after {
  content: '▸';
  font-size: 12px;
  transition: transform 0.2s;
}
#toc .toc-item.collapsed > .toggle-btn::after {
  transform: rotate(-90deg);
}

#toc .sub-toc {
  padding-left: 10px;
  max-height: 1000px;
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}
#toc .toc-item.collapsed > .sub-toc {
  max-height: 0 !important;
}

/* 层级样式 */
#toc .h2 > a { 
  padding-left: 0; 
  font-weight: 600; 
}
#toc .h3 > a { 
  padding-left: 10px; 
  font-weight: 500;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); /* 新增独立过渡 */
}
#toc .h4 > a { 
  padding-left: 20px; 
  font-weight: 400; 
}

#toc-title {
  position: sticky;
  top: 0;
  padding: 6px 12px;
  background: rgba(245,245,245,0.7);
  border-bottom: 1px solid rgba(238,238,238,0.5);
  backdrop-filter: blur(4px);
  z-index: 1;
  cursor: pointer;
}

/* 悬停动效增强 */
#toc a {
  padding: 4px 8px;
  color: rgba(85,85,85,0.9);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  display: block;
  position: relative;
}

#toc a:hover {
  background: rgba(248,249,250,0.6);
  padding-left: 12px; /* 增大悬停位移 */
  transform: translateX(4px);
  box-shadow: 1px 1px 6px rgba(0,0,0,0.08);
}

/* H3专属悬停效果 */
#toc .h3 > a:hover {
  padding-left: 16px !important; /* 强化H3位移 */
  transform: translateX(6px);
  background: rgba(230, 240, 255, 0.6); /* 不同背景色 */
  box-shadow: 2px 2px 8px rgba(0,123,255,0.1);
}

#toc a.active {
  background: rgba(240,246,255,0.7);
  color: rgba(0,123,255,0.95);
}