@charset "utf-8";

@font-face {
	font-family: FontAwesome;
	src: url(//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0) format("woff2"), url(//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0) format("woff"), url(//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0) format("truetype"), url(//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular) format("svg");
	font-weight: 400;
	font-style: normal
}

body {
	overflow: hidden;
}

.loading {
	width: 100%;
	height: 100%;
	background: #0D0D0D;
	position: fixed;
	z-index: 8888
}

#navList li #blog_nav_newpost {
	display: none !important
}

#header #newPost {
	background: #5793ec;
	border-radius: 30px;
	height: 30px;
	line-height: 30px;
	width: fit-content;
	padding: 0 15px;
	position: fixed;
	top: 15px;
	right: 340px;
	font-size: 15px;
	font-weight: 600;
	font-family: "微软雅黑 Light";
	padding-left: 35px;
	background-image: url(https://images.cnblogs.com/cnblogs_com/wqvincent/1744754/o_200503101117%E5%86%99%E5%AD%97.png);
	background-position: 8px;
	background-size: 23px;
	background-repeat: no-repeat
}

#header #newPost a {
	color: #ffffff !important;
}

#header #newPost:hover {
	background: #3980E7;
	background-image: url(https://images.cnblogs.com/cnblogs_com/wqvincent/1744754/o_200503101117%E5%86%99%E5%AD%97.png);
	background-position: 8px;
	background-size: 23px;
	background-repeat: no-repeat
}

#header #newPost::after {
	content: "";
	display: block;
	margin: auto;
	background: var(--color-white);
	height: 2px;
	left: 0;
	right: 0;
	bottom: 0;
	width: 0;
	position: absolute;
	transition: width 300ms;
}

.headertop {
	position: relative;
	overflow: hidden;
	height: 0
}

.headertop::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
	background-attachment: fixed
}

.headertop.filter-dot::before {
	background-image: url(https://cdn.jsdelivr.net/gh/moezx/cdn@3.1.9/img/Sakura/images/dot.gif)
}

.headertop.filter-dot {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
	z-index: 1
}

#centerbg {
	width: 100%;
	height: 550px;
	margin: 0;
	padding: 0;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	z-index: -1
}

.focusinfo {
	position: relative;
	max-width: 800px;
	padding: 0 10px;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	text-align: center;
	z-index: 99;
	-webkit-transition: .4s ease all;
	-moz-transition: .4s ease all;
	-ms-transition: .4s ease all;
	-o-transition: .4s ease all;
	transition: .4s ease all
}

.focusinfo img {
	width: 130px;
	height: 130px;
	padding: 2px;
	border-radius: 100%
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.page {
	font: 600 12px/1 Ubuntu, sans-serif;
	-webkit-font-smoothing: antialiased;
	margin: 0 auto;
	width: 800px;
}

#home-news {
	font-size: 70px;
	text-align: center;
	text-transform: uppercase;
	color: #464646;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
	position: relative;
}

.home_header {
	position: absolute;
	width: 100%;
	z-index: 99;
	color: white;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.home_header_on {
	z-index: 100;
}

.home_header span,
.home_header strong {
	position: relative;
	top: -75px;
}

.home_header_on *:nth-child(1) {
	top: 0;
	-webkit-transition: top .6s ease-in-out;
	-moz-transition: top .6s ease-in-out;
	-ms-transition: top .6s ease-in-out;
	transition: top .6s ease-in-out;
}

.home_header_on *:nth-child(2) {
	top: 0;
	-webkit-transition: top .6s ease-in-out .15s;
	-moz-transition: top .6s ease-in-out .15s;
	-ms-transition: top .6s ease-in-out .15s;
	transition: top .6s ease-in-out .15s;
}

.home_header_on *:nth-child(3) {
	top: 0;
	-webkit-transition: top .6s ease-in-out .3s;
	-moz-transition: top .6s ease-in-out .3s;
	-ms-transition: top .6s ease-in-out .3s;
	transition: top .6s ease-in-out .3s;
}

.home_header_out *:nth-child(1) {
	top: 70px;
	-webkit-transition: top .6s ease-in-out;
	-moz-transition: top .6s ease-in-out;
	-ms-transition: top .6s ease-in-out;
	transition: top .6s ease-in-out;
}

.home_header_out *:nth-child(2) {
	top: 70px;
	-webkit-transition: top .6s ease-in-out .15s;
	-moz-transition: top .6s ease-in-out .15s;
	-ms-transition: top .6s ease-in-out .15s;
	transition: top .6s ease-in-out .15s;
}

.home_header_out *:nth-child(3) {
	top: 70px;
	-webkit-transition: top .6s ease-in-out .3s;
	-moz-transition: top .6s ease-in-out .3s;
	-ms-transition: top .6s ease-in-out .3s;
	transition: top .6s ease-in-out .3s;
}

@-moz-keyframes float {
	0% {
		bottom: 50px;
	}

	50% {
		bottom: 35px;
	}

	100% {
		bottom: 50px;
	}
}

@-webkit-keyframes float {
	0% {
		bottom: 50px;
	}

	50% {
		bottom: 35px;
	}

	100% {
		bottom: 50px;
	}
}

@-ms-keyframes float {
	0% {
		bottom: 50px;
	}

	50% {
		bottom: 35px;
	}

	100% {
		bottom: 50px;
	}
}

@keyframes float {
	0% {
		bottom: 50px;
	}

	50% {
		bottom: 35px;
	}

	100% {
		bottom: 50px;
	}
}

.hdtdown {
	-moz-animation: float 2s linear infinite;
	-webkit-animation: float 2s linear infinite;
	-ms-animation: float 2s linear infinite;
	animation: float 2s linear infinite;
	position: absolute;
	bottom: 50px;
	left: 50%;
	cursor: pointer;
	transform: translateX(-50%);
	z-index: 20;
	background: transparent;
	border: none;
	outline: none
}

.hdtdown img {
	width: 40px;
	height: 35px;
}

.gotop {
	display: none;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAACL0lEQVRIS+3TwWvTUBwH8O/vJSLrFBURFPSkoIiCVz3IilObFA/aNR0yEEk6EXfxH1D0L5DdyroMHaJL1a1Ikw3H6kVBHHjyIKKgMEQmbOqsTpv8JOkmna4mvQyRvVv4/fL78L7vPcIKLFoBA6tIUyn/e3H1F+xjYB4B8EyGp53RTkxF2VLkneQLTieYBwmQ/cEMfgsJh41U8k0YFAnJW3YPAb2Afxv5CZj2gdAK8BQgjuia8uJvUCiSt+wrBFxaGOJ8WYeTsQr2kscTAG1k5g+eJLV1dySeN4IaIsxMpuXkQMjW4kFh55aW0/F4vOp/D9wZ2+N67gQB25h5RmJx/Gyn8nQ5aFmk17bXtn7mGyDSAoBh6ppiEBHXDzFvje3wpADaxcAcGAkjoz76HfoDyVkPNsj44QA4GDQzrukZ9WKjKK7fG99crX4vA9gP8FePhJpNKw/r+5cgfXft7cLFOIDdCxFdNjT1atjt6S8W12NeHgXoEAPzgEgZWqK0+N8vZMAqHfAAB6CtzOwBlDUyqhkGLNYt63HLJ8zaBLQxUCWQpmvKsF8PEHNotN0jt0igGBjfIHBKT6t+ZE0t/yxjc3yfQEcBdplEl5FWblOfZWcE+CZAEgMfSXC73pGcbGp6XXMuN7lG3vR+GKBkcGeIz1N+qDRIRF1RH1YUvFwuy6+nKyM1iGepluVMtytJ1rlU4l2UIVF6fOjVdOUCs3gZ+uKjDAzrWUXCElpS/3/i+gn3gM6tu0xSdwAAAABJRU5ErkJggg==);
	position: fixed;
	height: 45px;
	width: 45px;
	font-weight: 400;
	outline: 0;
	float: right;
	right: 30px;
	bottom: 30px;
	border-radius: 6px;
	cursor: pointer;
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, .02);
	transition: border .2s linear;
	border: 1px solid #eef2f8;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
}

.gotop:hover {
	border-color: #2D8CF0;
}

.social_infor {
	width: 45px;
	height: 45px;
	top: 101px;
	left: auto;
	margin-left: 980px;
	position: fixed;
	float: left;
	display: none !important
}

.social_infor .social {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	margin-bottom: 10px;
}

.social_infor .social img {
	width: 23px;
	height: 23px;
	padding: 11px;
}

#sideBar .newsItem #blog-news {
	border-bottom: none !important;
}

input[type="button"] {
	color: #353535;
	text-shadow: 0 1px 0 #fff;
	background-color: #f2f2f2;
	border-color: #bfbfbf;
	display: inline-block;
	padding: 5px 12px;
	margin-bottom: 0;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.53846154;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-transition: all .4s cubic-bezier(.175, .885, .32, 1);
	-o-transition: all .4s cubic-bezier(.175, .885, .32, 1);
	transition: all .4s cubic-bezier(.175, .885, .32, 1);
	border-color: #bfbfbf;
}

.titlename {
	font-size: 18px;
	text-align: center;
}

#github-repo:before,
a.heading-anchor:before,
div.info:before,
footer.main-content a:before,
footer.main-content button:before,
header.layout button:before,
header.layout ul a:before,
section#index ul .github a:before,
section#index ul .manual a:before,
section#used-by ul>li:before {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	font-family: FontAwesome, sans-serif;
	font-size: inherit;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	padding: .05em;
	text-indent: 0;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0)
}

@media only screen and (max-width:767px) {
	.headertop.filter-dot {
		display: none;
	}

	.fengche {
		display: none;
	}

	.loading {
		display: none;
	}

	.esa-toolbar {
		display: none !important;
	}

	.social_infor {
		display: none !important;
	}

	#newPost {
		display: none !important;
	}

	#home {
		font-size: 12px !important
	}

	#mainContent .forFlow {
		padding-top: 15px
	}

	#tbCommentBody {
		min-height: 140px !important;
	}

	#Content .forFlow {
		padding-top: 15px
	}

	#sideBar,
	.esa-catalog,
	.postDesc {
		display: none
	}

	.postBody {
		padding: 0 !important
	}

	#main {
		margin-top: 60px;
		padding: 0 15px !important
	}

	#topics .postTitle {
		padding-left: 0 !important;
		padding-top: 10px
	}

	#cnblogs_post_body table {
		display: table !important
	}

	#cnblogs_post_body img {
		width: 100%;
		max-width: none !important
	}

	#comment_nav,
	#commentbox_main {
		margin: 0
	}

	#comment_form {
		padding: 5px;
		margin-left: 0
	}

	.esa-mobile-menu {
		display: block !important
	}

	.forFlow {
		margin-right: 0;
		margin-left: 0 !important
	}

	#header {
		width: auto;
		background: white !important
	}

	#header #navigator {
		display: inline-block;
		display: none;
		width: 100%;
		margin-top: 60px
	}

	#navList {
		width: inherit
	}

	#navList li {
		float: none
	}

	#navList li a {
		display: block
	}

	#navList a:active,
	#navList a:link,
	#navList a:visited {
		width: 100%;
		color: white !important;
		background-color: #2c3e50;
		padding: 15px 0
	}

	#navList a:hover {
		color: #2D8CF0;
		background-color: #2c3e50 !important
	}

	.feedbackItem .feedbackManage {
		width: auto
	}

	.github-corner {
		display: none
	}
}

@media only screen and (max-width:410px) {
	#div_digg {
		display: grid;
		width: 100% !important
	}

	#div_digg .buryit,
	#div_digg .diggit,
	#div_digg .favorite,
	#div_digg .reward {
		margin: 5px 0 !important
	}
}

body {
	background: #fff;
	min-height: 100% !important;
	color: rgb(80, 80, 80) !important;
	font-family: Lato, "PingFang SC", "Microsoft YaHei", sans-serif !important
}

a {
	transition: all .3s ease !important
}

a:hover {
	color: #2D8CF0 !important;
	text-decoration: none !important
}

#ad_c1,
#ad_c2,
#ad_t2,
#author_profile,
#blogCalendar,
#blogTitle h2,
#comment_form_container p:nth-of-type(3),
#comments_pager_top,
#green_channel,
#homepage_top_pager,
#sidebar_imagecategory,
#sidebar_recentposts,
#sidebar_scorerank,
#sidebar_search,
#sidebar_shortcut,
#sidebar_topcommentedposts,
#tip_comment2,
#under_post_kb,
#under_post_news,
.blogStats,
.c_ad_block,
.commentbox_title_left,
.commentform p,
.dayTitle {
	display: none
}

#home {
	width: 100%
}

#header {
	width: 960px;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	border-top: 0;
	/*background:#fff;*/
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	padding-bottom: 0;
	display: block;
	height: 60px;
	transition: background 0.3s;
}

.fengche {
	width: 40px;
	top: 0;
	height: 40px;
	position: fixed;
	left: 175px;
	margin-top: 10px
}

@-moz-keyframes nc {
	0% {
		-moz-transform: rotate(0);
	}

	100% {
		-moz-transform: rotate(-360deg);
	}
}

@-webkit-keyframes nc {
	0% {
		-webkit-transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(-360deg);
	}
}

@-ms-keyframes nc {
	0% {
		-webkit-transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(-360deg);
	}
}

@keyframes nc {
	0% {
		-webkit-transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(-360deg);
	}
}

.fengche {
	-moz-animation: nc 4s .2s linear infinite;
	-webkit-animation: nc 4s .2s linear infinite;
	-ms-animation: nc 4s .2s linear infinite;
	animation: nc 4s .2s linear infinite;
}

#header #blogTitle {
	position: fixed;
	height: 60px;
	top: 0;
	left: 5px
}

#header #blogTitle h1 {
	font-size: 25px;
	font-family: "Segoe Print";
	width: auto;
	margin-left: 0;
	margin-top: 12px;
	padding-left: 15px
}

#header #blogTitle h1 a {
	color: white
}

#header #navigator {
	height: inherit;
	position: absolute;
	right: 0;
	top: 0;
	background-color: transparent;
	z-index: 999
}

#header #navList {
	height: inherit
}

#header #navList li {
	position: relative
}

#header #navList li:hover i {
	width: 100%;
	left: 0
}

#header #navList li #blog_nav_tags {
	/*display:none*/
}

#header #navList li i {
	width: 0;
	height: 4px;
	background-color: #2D8CF0;
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transition: 1s
}

#navList a:link,
#navList a:visited,
#navList a:active {
	font-size: 16px;
	padding-top: 0;
	border-right: 0;
	display: block;
	color: rgb(80, 80, 80);
	font-weight: 600;
	padding: 20px 0;
	height: inherit;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s
}

#header #navList a:hover {
	background: 0 0
}

#main {
	width: 960px;
	margin: 0 auto;
	min-height: 750px;
	padding: 70px 10px 0 10px;
	animation-name: fadeIn;
	animation-duration: 1s;
	animation-iteration-count: 1;
	-webkit-animation-name: fadeIn;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: 1
}

#main #mainContent {
	background-color: transparent
}

#main #mainContent .forFlow {
	margin: 0 auto;
	margin-left: 0;
	max-width: 960px
}

#sideBar {
	border-right: 1px solid #eef2f8;
	font-weight: 300;
	display: none;
	min-height: 750px;
	padding: 0
}

#sideBar #profile_block {
	margin-top: 0;
	font-size: 15px;
	padding-left: 15px
}

#sideBar #profile_block #p_b_follow {
	margin-top: 10px;
	background-color: #5793ec;
	border-radius: 4px;
	line-height: 2.8;
	text-align: center;
	font-weight: 600;
	color: white;
	width: 60%;
	height: 40px;
	cursor: pointer;
}

#profile_block #p_b_follow:hover {
	background-color: #3980E7 !important;
}

#profile_block #p_b_follow a {
	color: white !important;
}

#sideBar #profile_block a {
	color: rgb(80, 80, 80)
}

.catListTitle {
	position: relative;
	text-align: left;
	margin-top: 20px;
	padding-left: 15px;
	font-size: 20px;
	font-weight: 700 !important;
	border-bottom: none
}

.catListTitle::before {
	content: '♢';
	color: rgb(80, 80, 80);
	position: absolute;
	top: 1px;
	left: -2px
}

.recent_comment_author,
.recent_comment_body,
.recent_comment_title {
	margin-right: 20px;
}

.recent_comment_author {
	margin-bottom: 10px;
}

#sidebar_categories li,
#sidebar_toptags li {
	font-size: 15px;
	height: 40px;
	margin: 0;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 42px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

#sidebar_categories li a,
#sidebar_toptags li a,
#sidebar_topviewedposts li a {
	color: rgb(80, 80, 80)
}

#sidebar_categories li:active,
#sidebar_categories li:link,
#sidebar_categories li:visited,
#sidebar_toptags li:active,
#sidebar_toptags li:link,
#sidebar_toptags li:visited {
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

#sidebar_categories li:hover,
#sidebar_toptags li:hover {
	margin-left: 10px;
	background-color: #f7f7f7;
	border-radius: 5px;
	margin: 0 5px;
	font-size: 17px
}

#sidebar_topviewedposts li:hover {
	background-color: #f7f7f7;
	border-radius: 5px;
}

#sidebar_topdiggedposts li,
#sidebar_topviewedposts li {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 15px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
	margin-right: 5px;
}

#sidebar_topdiggedposts li a:active,
#sidebar_topdiggedposts li a:hover,
#sidebar_topdiggedposts li a:link,
#sidebar_topdiggedposts li a:visited,
#sidebar_topviewedposts li a:active,
#sidebar_topviewedposts li a:hover,
#sidebar_topviewedposts li a:link,
#sidebar_topviewedposts li a:visited {
	color: rgb(80, 80, 80)
}

#sidebar_topdiggedposts {
	display: none;
}

#taglist_title,
.PostListTitle,
.entrylistTitle,
.myposts_title,
.thumbTitle {
	padding-bottom: 3px;
	padding-right: 10px;
	width: 100%;
	text-align: left;
	border-bottom: 0 !important;
	font-size: 20px !important;
	font-weight: 300;
	margin-top: 15px
}

#myposts {
	margin-left: 0
}

#myposts .PostList {
	font-size: 13px;
	font-weight: 300;
	border-bottom: 1px solid #eef2f8;
	padding: 6px 0 10px 0;
	margin-right: 0
}

#myposts .pager:first-of-type {
	display: none
}

#myposts a:link,
#myposts a:visited {
	color: rgb(80, 80, 80)
}

#myposts .postDesc2 {
	color: inherit
}

.day,
.entrylistItem {
	width: auto;
	border-bottom: 1px solid #eef2f8;
	padding: 10px 0 15px 0;
	text-align: justify
}

.day .textleft {
	position: relative;
	display: inline-block;
	width: 45%;
	margin-bottom: 12px;
}

.c_b_p_desc {
	font-size: 15px;
}

.day .postSeparator,
.entrylistItem .postSeparator {
	margin-top: 15px;
	margin-bottom: 25px;
	border-top: 1px solid #eef2f8
}

.day .postTitle,
.entrylist .entrylistPosttitle {
	font-size: 20px;
	font-family: inherit;
	padding-left: 0;
	border-bottom: none
}

.day .postTitle a,
.entrylist .entrylistPosttitle a {
	color: rgb(80, 80, 80);
	font-size: 20px;
	font-weight: 700;
	font-family: inherit;
}

.day .postCon,
.entrylist .entrylistPostSummary {
	font-size: 16px;
	font-weight: 300;
	font-family: inherit;
	padding-left: 0
}

.day .c_b_p_desc_readmore {
	border: 1px solid;
	border-radius: 3px;
	padding: 4px 10px;
	font-size: 13px;
	padding-bottom: 5px;
	color: #5793ec;
	display: inline-block;
	border-color: #5793ec;
	text-decoration: none !important;
}

.day .postCon {
	padding: 0 !important;
}

.day .c_b_p_desc_readmore:hover {
	color: white !important;
	background: #3980E7;
}

.day .postCon .c_b_p_desc a:after,
.entrylist .entrylistPostSummary .c_b_p_desc a:after {
	content: ' »'
}

.day .postDesc,
.entrylist .entrylistItemPostDesc,
.post .postDesc {
	font-size: 13px;
	font-weight: 300;
	padding-right: 0;
	color: rgb(80, 80, 80) !important;
	float: right !important
}

.day .postDesc a,
.entrylist .entrylistItemPostDesc a,
.post .postDesc a {
	color: rgb(80, 80, 80)
}

.entrylistDescription {
	text-align: left;
	color: rgb(80, 80, 80);
	font-size: 13px
}

.day .postTitle {
	padding-bottom: 10px;
}

.post .postTitle {
	font-weight: 400 !important;
	font-size: 20px !important;
	padding-left: 15px !important;
	border-bottom: none !important
}

.post .postTitle a {
	color: rgb(80, 80, 80)
}

.post .postBody {
	font-weight: 400 !important;
	font-size: 15px;
	padding: 5px 15px;
	line-height: 1.7;
	color: rgb(80, 80, 80);
	border-bottom: 1px solid #eef2f8
}

.post .postBody a:active,
.post .postBody a:link,
.post .postBody a:visited {
	color: #2D8CF0;
	text-decoration: none
}

.post .postBody a:active,
.post .postBody a:hover {
	text-decoration: none;
	background: #def;
	border-radius: 4px;
}

.post .postBody h1 {
	font-size: 21px !important;
	color: rgb(80, 80, 80)
}

.post .postBody h2 {
	font-size: 20px !important;
	color: rgb(80, 80, 80)
}

.post .postBody h3 {
	font-size: 19px !important;
	color: rgb(80, 80, 80)
}

.post .postBody h4 {
	font-size: 18px !important;
	color: rgb(80, 80, 80)
}

.post .postBody h5 {
	font-size: 17px !important;
	color: rgb(80, 80, 80)
}

.post .postBody h6 {
	font-size: 16px !important;
	color: rgb(80, 80, 80)
}

.post .postBody p {
	margin: 17px auto
}

.post .postBody hr {
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid #eef2f8
}

.post .postBody blockquote {
	border: none;
	color: rgb(80, 80, 80);
	margin: 20px 0;
	padding: 0 0 0 10px;
	min-height: 20px;
	background: 0 0;
	border-left: 4px solid #dde5f1
}

.post .postBody em {
	padding-right: 3px
}

.post .postBody strong {
	margin: 0 3px
}

.post .postBody img {
	max-width: 930px !important;
	display: block;
	margin: 30px auto;
	border-radius: 3px
}

.post .postBody ol li,
.post .postBody ul li {
	margin: 3px 0;
	font-size: 15px;
	color: rgb(80, 80, 80)
}

.post .postBody ol li p,
.post .postBody ul li p {
	margin: 0 !important
}

.post .postBody table {
	font-size: 13px;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	border: 1px solid #eef2f8;
	width: 100%;
	margin-bottom: 24px
}

.post .postBody table th {
	font-family: inherit;
	font-size: inherit;
	background: #f7f7f7 !important;
	white-space: nowrap;
	font-weight: 600;
	border: 1px solid #eef2f8 !important;
	padding: 8px 16px !important
}

.post .postBody table td {
	border: 1px solid #eef2f8 !important;
	padding: 8px 16px !important
}

.post .postBody h1 code,
.post .postBody h2 code,
.post .postBody h3 code,
.post .postBody h4 code,
.post .postBody h5 code,
.post .postBody h6 code,
.post .postBody li code,
.post .postBody p code,
.post .postBody table code {
	color: rgb(80, 80, 80);
	line-height: 1;
	font-family: consolas !important;
	vertical-align: middle;
	margin: 0 3px;
	background: #f2f4f5 !important;
	font-size: 14px !important;
	padding: .2em .3em !important;
	border-radius: 3px !important;
	border: 1px solid #eee !important
}

.post .postBody #BlogPostCategory {
	font-size: 13px;
	margin-bottom: 0
}

.post .postBody #BlogPostCategory a {
	margin-left: 5px
}

.post .postBody #EntryTag {
	font-size: 13px;
	color: rgb(80, 80, 80)
}

.post .postBody #EntryTag a {
	color: #2D8CF0
}

.post .postBody #post_next_prev {
	font-size: 13px
}

.cnblogs_code {
	background: none;
	padding-left: 1em;
	padding-right: 1em;
	border: none !important;
	border-radius: 3px !important;
	font-family: Lucida Console, Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace !important
}

.cnblogs_code div {
	background-color: #ffffff;
	color: #a2a2a2;
}

.cnblogs_code img {
	margin: 0 !important
}

.cnblogs_code pre {
	color: #656c73;
	font-family: inherit !important
}

.cnblogs_code pre span {
	font-family: verdana, geneva !important;
	font-size: 13px !important
}

.cnblogs_code textarea {
	font-family: inherit !important;
	padding: 5px;
	border: 1px solid #3e4c42;
	color: #c5d4ef;
	background-color: #282c34
}

.cnblogs_code textarea:focus {
	outline: 0
}

.cnblogs_code .code_img_closed,
.cnblogs_code .code_img_opened {
	display: none !important
}

.cnblogs_code .cnblogs_code_toolbar {
	width: 20px
}

.cnblogs_code .cnblogs_code_toolbar span {
	padding-right: 0
}

.cnblogs_code .cnblogs_code_toolbar a:link img {
	background-color: transparent !important
}

.cnblogs_code .cnblogs_code_collapse {
	color: #656c73;
	border: 1px solid #989fa6;
	border-radius: 2px;
	background-color: transparent;
	display: inline-block;
	cursor: pointer;
	padding: 5px 5px 2px 5px
}

.github-corner svg {
	fill: #2D8CF0
}

#footer {
	border-top: 1px solid #eef2f8;
	font-weight: 300
}

#footer div {
	margin: 5px auto
}

#footer a {
	color: rgb(80, 80, 80)
}

#footer:after {
	content: '❤';
	color: #ef6b6b;
	font-size: 16px
}

.cnblogs-markdown pre,
#cnblogs_post_body pre {
	/*控制代码不换行*/
	white-space: pre;
	word-wrap: normal;
	position: relative;
}

#taglist_main {
	margin-top: 0
}

#taglist_main table {
	width: 100%
}

#taglist_main table tr td {
	padding: 5px 20px 5px 0
}

#taglist_main table tr td .small {
	display: none
}

#taglist_main table tr td a {
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	padding: 5px;
	margin: 0;
	width: 100%;
	text-align: center;
	border: 1px solid rgb(80, 80, 80);
	border-radius: 2px;
	color: rgb(80, 80, 80);
	background-color: transparent
}

#taglist_main table tr td a:hover {
	color: #2D8CF0 !important;
	border: 1px solid #2D8CF0;
	text-decoration: none
}

.topicListFooter {
	margin-bottom: 20px;
	margin-right: 16px;
}

#nav_next_page {
	margin-right: 0;
	color: rgb(80, 80, 80)
}

.pager {
	color: #5793ec !important;
	background-color: white !important;
	font-size: 13px !important;
}

#nav_next_page a,
.pager a {
	border: 1px solid;
	border-radius: 3px;
	padding: 3px 12px;
	font-size: 13px;
	padding-bottom: 5px;
	color: #5793ec;
	display: inline-block;
	border-color: #5793ec;
}

.pager a {
	margin-left: 8px;
}

#nav_next_page a:hover,
.pager a:hover {
	color: white !important;
	background: #3980E7
}

.pager span.current {
	padding: 3px 7px;
	border: 1px solid #2D8CF0;
	border-radius: 4px;
	font-family: Monospaced Number;
	margin: 0 3px;
	text-decoration: none;
	background-color: #2D8CF0
}

.esa-clipboard-button {
	font-size: 12px;
	cursor: pointer;
	position: absolute;
	right: 6px;
	top: 6px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
	color: #5e6687;
	padding: 0 6px;
	border-radius: 5px
}

.esa-toolbar {
	position: fixed;
	display: grid;
	z-index: 999;
	bottom: 30px;
	right: 30px
}

.esa-toolbar .esa-toolbar-contents,
.esa-toolbar .esa-toolbar-follow,
.esa-toolbar .esa-toolbar-gotop {
	height: 45px;
	width: 45px;
	font-weight: 400;
	position: relative;
	outline: 0;
	cursor: pointer;
	border: 1px solid transparent;
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, .02);
	transition: color .2s linear, background-color .2s linear, border .2s linear, box-shadow .2s linear;
	margin-top: 5px;
	border-color: #eef2f8;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 23px;
	border-radius: 8px
}

.esa-toolbar .esa-toolbar-contents .tips,
.esa-toolbar .esa-toolbar-follow .tips,
.esa-toolbar .esa-toolbar-gotop .tips {
	position: absolute;
	left: -60px;
	top: 15px;
	display: none;
	color: #2D8CF0;
	font-size: 12px
}

.esa-toolbar .esa-toolbar-contents:hover,
.esa-toolbar .esa-toolbar-follow:hover,
.esa-toolbar .esa-toolbar-gotop:hover {
	color: #2D8CF0;
	border-color: #2D8CF0
}

.esa-toolbar .esa-toolbar-gotop {
	display: none;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAACL0lEQVRIS+3TwWvTUBwH8O/vJSLrFBURFPSkoIiCVz3IilObFA/aNR0yEEk6EXfxH1D0L5DdyroMHaJL1a1Ikw3H6kVBHHjyIKKgMEQmbOqsTpv8JOkmna4mvQyRvVv4/fL78L7vPcIKLFoBA6tIUyn/e3H1F+xjYB4B8EyGp53RTkxF2VLkneQLTieYBwmQ/cEMfgsJh41U8k0YFAnJW3YPAb2Afxv5CZj2gdAK8BQgjuia8uJvUCiSt+wrBFxaGOJ8WYeTsQr2kscTAG1k5g+eJLV1dySeN4IaIsxMpuXkQMjW4kFh55aW0/F4vOp/D9wZ2+N67gQB25h5RmJx/Gyn8nQ5aFmk17bXtn7mGyDSAoBh6ppiEBHXDzFvje3wpADaxcAcGAkjoz76HfoDyVkPNsj44QA4GDQzrukZ9WKjKK7fG99crX4vA9gP8FePhJpNKw/r+5cgfXft7cLFOIDdCxFdNjT1atjt6S8W12NeHgXoEAPzgEgZWqK0+N8vZMAqHfAAB6CtzOwBlDUyqhkGLNYt63HLJ8zaBLQxUCWQpmvKsF8PEHNotN0jt0igGBjfIHBKT6t+ZE0t/yxjc3yfQEcBdplEl5FWblOfZWcE+CZAEgMfSXC73pGcbGp6XXMuN7lG3vR+GKBkcGeIz1N+qDRIRF1RH1YUvFwuy6+nKyM1iGepluVMtytJ1rlU4l2UIVF6fOjVdOUCs3gZ+uKjDAzrWUXCElpS/3/i+gn3gM6tu0xSdwAAAABJRU5ErkJggg==)
}

.esa-toolbar .esa-toolbar-contents {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAuUlEQVRIS2NkoANgpIMdDPSxZO6qbQeQffOf+X98SrD3w0WLdnL/5vi7lRo+ZZy7att/ZIMYGRi0k8K8rs1ctZufheH3B6pYMnv1dgdkg/5x/DmV7uv7bdWqVcwfGXltqWIJNQwhZAZ9Ip6QK6ghP4x8Mnfl1gaUJMzIODUpzOv1pG3b2Lk//6+kSnDRJZ/QxSfUCA5CZgyj1EXIq9SQp09w0aUUpk8+oUelRY2IJWQGfSKekCuoIQ8At39XNxqN1mQAAAAASUVORK5CYII=)
}

.esa-toolbar .esa-toolbar-follow {
	background-image: url(https://images.cnblogs.com/cnblogs_com/wqvincent/1761866/o_200523095525follow.png)
}

.esa-profile-avatar {
	margin-left: 30px;
	margin-top: 15px;
	border-radius: 6px;
	width: 100px
}

.esa-follow-button {
	z-index: 999;
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	height: 45px;
	width: 45px;
	font-weight: 400;
	outline: 0;
	cursor: pointer;
	border: 1px solid transparent;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 12px;
	border-radius: 50px;
	color: #515a6e;
	background-color: #fff;
	border-color: #dcdee2
}

.esa-follow-button:hover {
	color: #2D8CF0;
	border-color: #2D8CF0;
	background-color: #fff
}

.esa-mobile-menu {
	display: none;
	position: fixed;
	top: 10px;
	right: 15px;
	z-index: 9411;
	font-size: 1.5em;
	cursor: pointer;
	color: #7f7f7f
}

.esa-mobile-menu:after {
	content: '\2630';
	font-size: 1.5em;
	font-family: fontello
}

.esa-catalog {
	position: fixed;
	top: 120px;
	right: 1px;
	width: auto;
	height: auto;
	z-index: 999999
}

.esa-catalog-title {
	cursor: move;
	padding-left: 12px;
	width: 100%;
	height: 35px;
	line-height: 36px;
	border-bottom: 1px solid #eef2f8;
	font-size: 12px;
	font-weight: 600;
	color: #929aa2
}

.esa-catalog-title:before {
	content: '☲';
	margin-right: 5px
}

.esa-catalog-close {
	position: absolute;
	right: 15px;
	top: 10px;
	cursor: pointer;
	color: #929aa2
}

.esa-catalog-contents {
	overflow: hidden;
	display: none;
	color: rgb(80, 80, 80);
	border: 1px solid #eef2f8;
	min-width: 150px;
	opacity: 1;
	font-size: inherit;
	/*background-color:#fff;*/
	z-index: 34
}

.esa-catalog-contents ul {
	padding: 10px 15px;
	max-height: 350px;
	overflow-y: auto
}

.esa-catalog-contents ul li {
	margin-top: 5px;
	max-width: 170px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	color: #404A54
}

.esa-catalog-contents ul li code {
	font-family: inherit
}

.esa-catalog-contents ul li a:hover {
	color: #2D8CF0;
	text-decoration: none
}

.esa-catalog-contents ul li .level1 {
	margin-left: 0
}

.esa-catalog-contents ul li .level2 {
	margin-left: 10px
}

.esa-catalog-contents ul li .level3 {
	margin-left: 26px
}

.esa-anchor {
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	transition: opacity .3s ease;
	margin-left: 8px
}

.esa-post-signature {
	padding: 12px 24px 12px 30px;
	margin-top: 15px;
	margin-left: 5px;
	border-left-width: 4px;
	font-size: 15px;
	line-height: 2;
	border-left-style: solid;
	background-color: #f8f8f8;
	position: relative;
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
	border-left-color: #2D8CF0;
	z-index: 1
}

.esa-post-signature:before {
	content: "!";
	background-color: #2D8CF0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -12px;
	color: #fff;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	text-align: center;
	line-height: 20px;
	font-weight: 700;
	font-size: 14px;
}

.esa-post-signature p {
	margin: 0 !important
}

.esa-post-signature a {
	color: rgb(80, 80, 80) !important
}

.esa-layer {
	position: fixed;
	top: 5px;
	text-align: center;
	line-height: 25px;
	font-size: 15px;
	font-family: inherit;
	width: 100%;
	display: none;
	z-index: 9999999
}

.esa-layer-content {
	position: relative;
	background: rgba(0, 0, 0, .7);
	max-width: 250px;
	padding: 3px 9px;
	font-size: 13px;
	border-radius: 5px;
	color: #FFF;
	display: inline-block
}

.esa-reward {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	padding-bottom: 30px;
	background: #fff;
	box-shadow: 0 0 0 2000px rgba(0, 0, 0, .65);
	border-radius: 4px;
	z-index: 1000000
}

.esa-reward h2 {
	text-align: center;
	font-size: 20px;
	color: rgb(80, 80, 80);
	font-weight: 400;
	margin: 20px 0 10px 0
}

.esa-reward p {
	text-align: center
}

.esa-reward .esa-reward-container {
	margin: 0 30px;
	text-align: center
}

.esa-reward .alipay,
.esa-reward .wechat {
	position: relative;
	display: inline-block;
	width: 200px;
	height: 200px;
	padding: 10px;
	border: 2px solid #2D8CF0;
	border-radius: 10px;
	box-sizing: border-box;
	margin: 10px
}

.esa-reward .alipay:after,
.esa-reward .wechat:after {
	content: '';
	position: absolute;
	left: 30px;
	bottom: -10px;
	color: rgb(80, 80, 80);
	background: #fff;
	padding: 0 10px;
	font-size: 16px;
	width: auto;
	text-align: center
}

.esa-reward .alipay img,
.esa-reward .wechat img {
	width: 100%;
	width: 170px;
	height: 170px
}

.esa-reward .alipay:after {
	content: '支付宝，扫一扫'
}

.esa-reward .wechat:after {
	content: '微信，扫一扫'
}

.esa-reward-close {
	position: absolute;
	font-size: 15px;
	color: rgb(80, 80, 80);
	top: 7px;
	right: 10px;
	cursor: pointer
}

.esa-reward-close:hover {
	transition: all .2s;
	color: #2D8CF0
}

.esa-reward-close:active {
	transition: all .2s;
	color: #2D8CF0
}

#div_digg {
	position: static;
	float: none;
	margin: 75px auto;
	z-index: -1;
	width: 370px
}

#div_digg .buryit,
#div_digg .diggit,
#div_digg .favorite,
#div_digg .reward {
	background: #FFF;
	margin: 0;
	display: inline-block;
	width: auto;
	height: 32px;
	border-width: 0;
	cursor: pointer;
	color: #fff;
	user-select: none;
	padding: 0 10px;
	border-radius: 5px;
	transition: color .2s linear, background-color .2s linear, border .2s linear, box-shadow .2s linear
}

#div_digg .favorite {
	margin: 0 25px;
	background-color: #2db7f5;
	border-color: #2db7f5
}

#div_digg .favorite:hover {
	background-color: #57c5f7;
	border-color: #57c5f7
}

#div_digg .reward {
	background-color: #e13d13;
	border-color: #e13d13;
	margin: 0 5px
}

#div_digg .reward:hover {
	background-color: #f16643;
	border-color: #f16643
}

#div_digg .diggit {
	background-color: #18b566;
	border-color: #18b566
}

#div_digg .diggit:hover {
	background-color: #47cb89;
	border-color: #47cb89
}

#div_digg .buryit {
	display: none !important;
	background-color: #f90;
	border-color: #f90
}

#div_digg .buryit:hover {
	background-color: #ffad33;
	border-color: #ffad33
}

#div_digg .buryit .burynum,
#div_digg .diggit .diggnum,
#div_digg .favorite .favoritenum,
#div_digg .reward .rewardnum {
	color: snow;
	display: inline-block;
	font-size: 15px;
	position: relative;
	top: 5px;
	width: 65px
}

#div_digg .favorite .favoritenum:before {
	content: '收藏';
	font-size: 15px
}

#div_digg .reward .rewardnum:before {
	content: '赞赏';
	font-size: 15px
}

#div_digg .diggit .diggnum:before {
	content: '推荐';
	font-size: 15px;
	margin-right: 5px
}

#div_digg .buryit .burynum:before {
	content: '反对';
	font-size: 15px;
	margin-right: 5px
}

.feedbackItem .feedbackListSubtitle {
	color: transparent
}

.feedbackItem .feedbackListSubtitle .sendMsg2This {
	background: 0 0;
	padding-left: 0;
	font-size: 15px
}

.feedbackItem .feedbackListSubtitle .sendMsg2This::before {
	content: '✉️'
}

.feedbackItem a {
	color: rgb(80, 80, 80)
}

.feedbackItem .louzhu {
	background: #687a86 !important;
	color: #fff;
	border-radius: 2px;
	margin-right: 2px;
	padding: 0 6px 2px 6px !important
}

.feedbackItem .comment_date {
	color: #666
}

.feedbackItem .comment_quote {
	border: 1px dashed #2D8CF0;
	border-radius: 3px
}

#comment_nav {
	visibility: hidden
}

.feedbackCon {
	background: 0 0;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #eef2f8
}

.feedbackCon .esa-comment-avatar {
	float: left;
	margin-right: 15px;
	margin-left: 10px;
	margin-top: 5px
}

.feedbackCon .esa-comment-avatar img {
	width: 40px;
	height: 40px;
	box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	transition: all .5s ease-out;
	-webkit-transition: all .6s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out
}

.feedbackCon .esa-comment-avatar img:hover {
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}

.feedbackCon .blog_comment_body {
	border-radius: 3px;
	padding: 8px;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 6px;
	font-size: 13px;
	display: block;
	color: #434b69;
	/*background-color:rgba(193,193,193,.2);*/
	width: auto
}

.feedbackCon .blog_comment_body p {
	font-size: 14px;
	margin: 0 !important
}

.feedbackCon .blog_comment_body a {
	color: #2D8CF0
}

.feedbackCon .blog_comment_body img {
	border-radius: 3px
}

.feedbackCon .comment_vote {
	margin-top: 12px
}

.feedback_area_title {
	border-bottom: 1px solid #eef2f8;
	margin-bottom: 15px;
	font-size: 13px;
	font-weight: 300;
	padding-left: 0;
	padding-bottom: 5px
}

.commentform #commentform_title {
	background-image: none;
	padding-left: 0;
	font-size: 20px
}

.commentform #tip_comment {
	color: #f37f7f !important;
	margin: 15px 0;
	display: block
}

.commentform .commentbox_title .commentbox_title_right {
	height: 30px;
	float: left
}

.commentform .commentbox_title .comment_icon {
	width: 16px;
	height: 16px;
	border: 1px solid #eef2f8;
	border-radius: 3px;
	background-color: #fff;
	padding: 3px;
	cursor: pointer
}

.commentform .comment_textarea {
	width: 100% !important;
	height: 200px !important;
	border: 1px solid #eef2f8;
	border-radius: 6px;
	padding: 5px;
	font-family: inherit;
	font-size: 15px;
	resize: none;
	box-sizing: border-box;
	background-color: transparent;
	color: rgb(80, 80, 80)
}

.commentform .comment_textarea:focus {
	outline: 0
}

.commentform .comment_textarea:hover {
	border-color: #2D8CF0
}

.commentform #commentbox_opt {
	display: block
}

.commentform #commentbox_opt a {
	display: none;
	color: rgb(80, 80, 80)
}

.commentform #btn_comment_submit {
	width: auto;
	height: auto;
	border-width: 0;
	cursor: pointer;
	color: #fff;
	background-color: #2D8CF0;
	border-color: #2D8CF0;
	user-select: none;
	padding: 5px 20px;
	font-size: 12px;
	border-radius: 5px;
	transition: color .2s linear, background-color .2s linear, border .2s linear, box-shadow .2s linear
}

.commentform #btn_comment_submit:hover {
	opacity: .7
}

.commentform .comment_my_posted>img {
	display: none
}

.commentform .comment_my_posted>a b {
	font-size: 16px;
	font-weight: 300
}

.commentform .bq_post_comment {
	margin-top: 5px;
	font-size: 13px;
	display: block;
	color: #434b69;
	background-color: rgba(193, 193, 193, .2);
	border: none;
	border-radius: 3px
}

.github-corner:hover .octo-arm {
	animation: octocat-wave 560ms ease-in-out
}

@keyframes octocat-wave {

	0%,
	100% {
		transform: rotate(0)
	}

	20%,
	60% {
		transform: rotate(-25deg)
	}

	40%,
	80% {
		transform: rotate(10deg)
	}
}

::-webkit-scrollbar {
	width: 4px;
	height: 4px
}

::-webkit-scrollbar-thumb {
	border-radius: 1px;
	box-shadow: inset 0 0 5px rgb(80, 80, 80);
	background: rgb(80, 80, 80)
}

::-webkit-scrollbar-track {
	background: 0 0;
	border-radius: 1px
}

::-webkit-selection,
::selection {
	color: #2D8CF0
}

::-moz-scrollbar {
	width: 4px;
	height: 4px
}

::-moz-scrollbar-thumb {
	border-radius: 1px;
	box-shadow: inset 0 0 5px rgb(80, 80, 80);
	background: rgb(80, 80, 80)
}

::-moz-scrollbar-track {
	background: 0 0;
	border-radius: 1px
}

::-moz-selection {
	color: #2D8CF0
}

::-ms-scrollbar {
	width: 4px;
	height: 4px
}

::-ms-scrollbar-thumb {
	border-radius: 1px;
	box-shadow: inset 0 0 5px rgb(80, 80, 80);
	background: rgb(80, 80, 80)
}

::-ms-scrollbar-track {
	background: 0 0;
	border-radius: 1px
}

::-ms-selection {
	color: #2D8CF0
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@media screen and (min-width:768px) and (max-width:980px) {

	#blog-comments-placeholder,
	#comment_form {
		padding: 10px;
		margin-left: 0
	}
}

/*-----主题扩展-------------------------------------*/
/*表格样式修改*/
tr.even {
	background: #f7f7f7;
}

/*选中文本颜色设置*/
::selection {
	background: #e5f4ff;
	color: #333;
}

::-moz-selection {
	background: #e5f4ff;
	color: #333;
}

/*光标*/
body {
	cursor: url("https://files.cnblogs.com/files/yjlblog/cursor.ico"), auto;
}

#tbCommentBody {
	height: 140px
}

/*评论区细节*/
.comment_actions a {
	font-size: 13px !important;
	color: #888888 !important;
}

syntaxhighlighter {
	border-radius: 4px;
}

.syntaxhighlighter .line.alt1 {
	background-color: #fff !important;
	background: #F2F4F5 !important;
}

.syntaxhighlighter table td.code {
	background: #F2F4F5 !important;
}

.syntaxhighlighter .gutter {
	background: #F2F4F5 !important;
}

.syntaxhighlighter .gutter .line {
	border-right: 2px solid #F2F4F5 !important;
}

.feedbackListSubtitle a:link,
.feedbackListSubtitle a:visited,
.feedbackListSubtitle a:active {
	color: #0077bc;
	font-weight: 600;
	font-size: 15px;
	border-radius: 2px;
	padding-right: 10px;
	padding-left: 8px;
}

.feedbackListSubtitle .layer {
	color: #aaa !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	border-radius: 2px;
	padding-left: 6px;
	padding-right: 0 !important;
}

.feedbackManage:hover span {
	display: block;
	margin-right: 10px;
}

.feedbackManage span {
	display: none;
	float: right;
}

.comment_vote a {
	text-decoration: none !important;
	padding-left: 10px;
	display: none !important;
}

/*隐藏多余菜单*/
#header #navList #blog_nav_sitehome {
	display: none;
}

#header #navList #blog_nav_admin {
	display: none;
}

#header #navList #blog_nav_contact {
	display: none;
}

#header #navList #blog_nav_rss {
	display: none;
}

/*图片微调*/
#mainContent {
	overflow: unset !important;
}

#topics {
	overflow: unset !important;
}

.post .desc_img {
	display: none !important;
}

/*背景图片*/
body:before {
	content: '';
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.05;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	-webkit-filter: grayscale(40%);
	-moz-filter: grayscale(40%);
	-ms-filter: grayscale(40%);
	-o-filter: grayscale(40%);
	filter: grayscale(40%);
	filter: gray;
}

/*背景底图开关*/
/*
body::before {
   background: url(https://i.loli.net/2019/05/11/5cd6b55fe0e08.jpg) center/cover no-repeat;
}
*/
/*文章页面细节微调*/
.center {
	margin: 0 auto;
	text-align: center;
}

div.info {
	position: relative;
	min-height: 4.7em;
	padding-left: 4.7em !important;
	background-color: #d9edf7;
}

div.info {
	margin: 1.75em 0;
	padding: .85em 1em;
	font-size: .85em;
	color: #444;
	border-radius: .55em;
}

div.info:before {
	position: absolute;
	left: 0;
	height: 100%;
	padding: .125em .25em;
	font-size: 3.5em;
	color: #70bbe1;
}

div.info:before {
	content: "";
}

div.info.note {
	background-color: #dff0d8;
}

div.info.note:before {
	color: #93cd7c;
}

div.info.note:before {
	content: "";
}

div.info.important {
	background-color: #f2dede;
}

div.info.important:before {
	color: #ce8383;
}

#cnblogs_post_body p {
	margin: 17px auto !important;
}

/*抖动*/
@-webkit-keyframes my-face {
	2% {
		-webkit-transform: translate(0, 1.5px) rotate(1.5deg);
		-moz-transform: translate(0, 1.5px) rotate(1.5deg);
		-ms-transform: translate(0, 1.5px) rotate(1.5deg);
		-o-transform: translate(0, 1.5px) rotate(1.5deg);
		transform: translate(0, 1.5px) rotate(1.5deg);
	}

	4% {
		-webkit-transform: translate(0, -1.5px) rotate(-.5deg);
		-moz-transform: translate(0, -1.5px) rotate(-.5deg);
		-ms-transform: translate(0, -1.5px) rotate(-.5deg);
		-o-transform: translate(0, -1.5px) rotate(-.5deg);
		transform: translate(0, -1.5px) rotate(-.5deg);
	}

	6% {
		-webkit-transform: translate(0, 1.5px) rotate(-1.5deg);
		-moz-transform: translate(0, 1.5px) rotate(-1.5deg);
		-ms-transform: translate(0, 1.5px) rotate(-1.5deg);
		-o-transform: translate(0, 1.5px) rotate(-1.5deg);
		transform: translate(0, 1.5px) rotate(-1.5deg);
	}

	8% {
		-webkit-transform: translate(0, -1.5px) rotate(-1.5deg);
		-moz-transform: translate(0, -1.5px) rotate(-1.5deg);
		-ms-transform: translate(0, -1.5px) rotate(-1.5deg);
		-o-transform: translate(0, -1.5px) rotate(-1.5deg);
		transform: translate(0, -1.5px) rotate(-1.5deg);
	}

	10% {
		-webkit-transform: translate(0, 2.5px) rotate(1.5deg);
		-moz-transform: translate(0, 2.5px) rotate(1.5deg);
		-ms-transform: translate(0, 2.5px) rotate(1.5deg);
		-o-transform: translate(0, 2.5px) rotate(1.5deg);
		transform: translate(0, 2.5px) rotate(1.5deg);
	}

	12% {
		-webkit-transform: translate(0, -.5px) rotate(1.5deg);
		-moz-transform: translate(0, -.5px) rotate(1.5deg);
		-ms-transform: translate(0, -.5px) rotate(1.5deg);
		-o-transform: translate(0, -.5px) rotate(1.5deg);
		transform: translate(0, -.5px) rotate(1.5deg);
	}

	14% {
		-webkit-transform: translate(0, -1.5px) rotate(1.5deg);
		-moz-transform: translate(0, -1.5px) rotate(1.5deg);
		-ms-transform: translate(0, -1.5px) rotate(1.5deg);
		-o-transform: translate(0, -1.5px) rotate(1.5deg);
		transform: translate(0, -1.5px) rotate(1.5deg);
	}

	16% {
		-webkit-transform: translate(0, -.5px) rotate(-1.5deg);
		-moz-transform: translate(0, -.5px) rotate(-1.5deg);
		-ms-transform: translate(0, -.5px) rotate(-1.5deg);
		-o-transform: translate(0, -.5px) rotate(-1.5deg);
		transform: translate(0, -.5px) rotate(-1.5deg);
	}

	18% {
		-webkit-transform: translate(0, .5px) rotate(-1.5deg);
		-moz-transform: translate(0, .5px) rotate(-1.5deg);
		-ms-transform: translate(0, .5px) rotate(-1.5deg);
		-o-transform: translate(0, .5px) rotate(-1.5deg);
		transform: translate(0, .5px) rotate(-1.5deg);
	}

	20% {
		-webkit-transform: translate(0, -1.5px) rotate(2.5deg);
		-moz-transform: translate(0, -1.5px) rotate(2.5deg);
		-ms-transform: translate(0, -1.5px) rotate(2.5deg);
		-o-transform: translate(0, -1.5px) rotate(2.5deg);
		transform: translate(0, -1.5px) rotate(2.5deg);
	}

	22% {
		-webkit-transform: translate(0, .5px) rotate(-1.5deg);
		-moz-transform: translate(0, .5px) rotate(-1.5deg);
		-ms-transform: translate(0, .5px) rotate(-1.5deg);
		-o-transform: translate(0, .5px) rotate(-1.5deg);
		transform: translate(0, .5px) rotate(-1.5deg);
	}

	24% {
		-webkit-transform: translate(0, 1.5px) rotate(1.5deg);
		-moz-transform: translate(0, 1.5px) rotate(1.5deg);
		-ms-transform: translate(0, 1.5px) rotate(1.5deg);
		-o-transform: translate(0, 1.5px) rotate(1.5deg);
		transform: translate(0, 1.5px) rotate(1.5deg);
	}

	26% {
		-webkit-transform: translate(0, .5px) rotate(.5deg);
		-moz-transform: translate(0, .5px) rotate(.5deg);
		-ms-transform: translate(0, .5px) rotate(.5deg);
		-o-transform: translate(0, .5px) rotate(.5deg);
		transform: translate(0, .5px) rotate(.5deg);
	}

	28% {
		-webkit-transform: translate(0, .5px) rotate(1.5deg);
		-moz-transform: translate(0, .5px) rotate(1.5deg);
		-ms-transform: translate(0, .5px) rotate(1.5deg);
		-o-transform: translate(0, .5px) rotate(1.5deg);
		transform: translate(0, .5px) rotate(1.5deg);
	}

	30% {
		-webkit-transform: translate(0, -.5px) rotate(2.5deg);
		-moz-transform: translate(0, -.5px) rotate(2.5deg);
		-ms-transform: translate(0, -.5px) rotate(2.5deg);
		-o-transform: translate(0, -.5px) rotate(2.5deg);
		transform: translate(0, -.5px) rotate(2.5deg);
	}

	32% {
		-webkit-transform: translate(0, 1.5px) rotate(-.5deg);
		-moz-transform: translate(0, 1.5px) rotate(-.5deg);
		-ms-transform: translate(0, 1.5px) rotate(-.5deg);
		-o-transform: translate(0, 1.5px) rotate(-.5deg);
		transform: translate(0, 1.5px) rotate(-.5deg);
	}

	34% {
		-webkit-transform: translate(0, 1.5px) rotate(-.5deg);
		-moz-transform: translate(0, 1.5px) rotate(-.5deg);
		-ms-transform: translate(0, 1.5px) rotate(-.5deg);
		-o-transform: translate(0, 1.5px) rotate(-.5deg);
		transform: translate(0, 1.5px) rotate(-.5deg);
	}

	36% {
		-webkit-transform: translate(0, -1.5px) rotate(2.5deg);
		-moz-transform: translate(0, -1.5px) rotate(2.5deg);
		-ms-transform: translate(0, -1.5px) rotate(2.5deg);
		-o-transform: translate(0, -1.5px) rotate(2.5deg);
		transform: translate(0, -1.5px) rotate(2.5deg);
	}

	38% {
		-webkit-transform: translate(0, 1.5px) rotate(-1.5deg);
		-moz-transform: translate(0, 1.5px) rotate(-1.5deg);
		-ms-transform: translate(0, 1.5px) rotate(-1.5deg);
		-o-transform: translate(0, 1.5px) rotate(-1.5deg);
		transform: translate(0, 1.5px) rotate(-1.5deg);
	}

	40% {
		-webkit-transform: translate(0, -.5px) rotate(2.5deg);
		-moz-transform: translate(0, -.5px) rotate(2.5deg);
		-ms-transform: translate(0, -.5px) rotate(2.5deg);
		-o-transform: translate(0, -.5px) rotate(2.5deg);
		transform: translate(0, -.5px) rotate(2.5deg);
	}

	42% {
		-webkit-transform: translate(0, 2.5px) rotate(-1.5deg);
		-moz-transform: translate(0, 2.5px) rotate(-1.5deg);
		-ms-transform: translate(0, 2.5px) rotate(-1.5deg);
		-o-transform: translate(0, 2.5px) rotate(-1.5deg);
		transform: translate(0, 2.5px) rotate(-1.5deg);
	}

	44% {
		-webkit-transform: translate(0, 1.5px) rotate(.5deg);
		-moz-transform: translate(0, 1.5px) rotate(.5deg);
		-ms-transform: translate(0, 1.5px) rotate(.5deg);
		-o-transform: translate(0, 1.5px) rotate(.5deg);
		transform: translate(0, 1.5px) rotate(.5deg);
	}

	46% {
		-webkit-transform: translate(0, -1.5px) rotate(2.5deg);
		-moz-transform: translate(0, -1.5px) rotate(2.5deg);
		-ms-transform: translate(0, -1.5px) rotate(2.5deg);
		-o-transform: translate(0, -1.5px) rotate(2.5deg);
		transform: translate(0, -1.5px) rotate(2.5deg);
	}

	48% {
		-webkit-transform: translate(0, -.5px) rotate(.5deg);
		-moz-transform: translate(0, -.5px) rotate(.5deg);
		-ms-transform: translate(0, -.5px) rotate(.5deg);
		-o-transform: translate(0, -.5px) rotate(.5deg);
		transform: translate(0, -.5px) rotate(.5deg);
	}

	50% {
		-webkit-transform: translate(0, .5px) rotate(.5deg);
		-moz-transform: translate(0, .5px) rotate(.5deg);
		-ms-transform: translate(0, .5px) rotate(.5deg);
		-o-transform: translate(0, .5px) rotate(.5deg);
		transform: translate(0, .5px) rotate(.5deg);
	}

	52% {
		-webkit-transform: translate(0, 2.5px) rotate(2.5deg);
		-moz-transform: translate(0, 2.5px) rotate(2.5deg);
		-ms-transform: translate(0, 2.5px) rotate(2.5deg);
		-o-transform: translate(0, 2.5px) rotate(2.5deg);
		transform: translate(0, 2.5px) rotate(2.5deg);
	}

	54% {
		-webkit-transform: translate(0, -1.5px) rotate(1.5deg);
		-moz-transform: translate(0, -1.5px) rotate(1.5deg);
		-ms-transform: translate(0, -1.5px) rotate(1.5deg);
		-o-transform: translate(0, -1.5px) rotate(1.5deg);
		transform: translate(0, -1.5px) rotate(1.5deg);
	}

	56% {
		-webkit-transform: translate(0, 2.5px) rotate(2.5deg);
		-moz-transform: translate(0, 2.5px) rotate(2.5deg);
		-ms-transform: translate(0, 2.5px) rotate(2.5deg);
		-o-transform: translate(0, 2.5px) rotate(2.5deg);
		transform: translate(0, 2.5px) rotate(2.5deg);
	}

	58% {
		-webkit-transform: translate(0, .5px) rotate(2.5deg);
		-moz-transform: translate(0, .5px) rotate(2.5deg);
		-ms-transform: translate(0, .5px) rotate(2.5deg);
		-o-transform: translate(0, .5px) rotate(2.5deg);
		transform: translate(0, .5px) rotate(2.5deg);
	}

	60% {
		-webkit-transform: translate(0, 2.5px) rotate(2.5deg);
		-moz-transform: translate(0, 2.5px) rotate(2.5deg);
		-ms-transform: translate(0, 2.5px) rotate(2.5deg);
		-o-transform: translate(0, 2.5px) rotate(2.5deg);
		transform: translate(0, 2.5px) rotate(2.5deg);
	}

	62% {
		-webkit-transform: translate(0, -.5px) rotate(2.5deg);
		-moz-transform: translate(0, -.5px) rotate(2.5deg);
		-ms-transform: translate(0, -.5px) rotate(2.5deg);
		-o-transform: translate(0, -.5px) rotate(2.5deg);
		transform: translate(0, -.5px) rotate(2.5deg);
	}

	64% {
		-webkit-transform: translate(0, -.5px) rotate(1.5deg);
		-moz-transform: translate(0, -.5px) rotate(1.5deg);
		-ms-transform: translate(0, -.5px) rotate(1.5deg);
		-o-transform: translate(0, -.5px) rotate(1.5deg);
		transform: translate(0, -.5px) rotate(1.5deg);
	}

	66% {
		-webkit-transform: translate(0, 1.5px) rotate(-.5deg);
		-moz-transform: translate(0, 1.5px) rotate(-.5deg);
		-ms-transform: translate(0, 1.5px) rotate(-.5deg);
		-o-transform: translate(0, 1.5px) rotate(-.5deg);
		transform: translate(0, 1.5px) rotate(-.5deg);
	}

	68% {
		-webkit-transform: translate(0, -1.5px) rotate(-.5deg);
		-moz-transform: translate(0, -1.5px) rotate(-.5deg);
		-ms-transform: translate(0, -1.5px) rotate(-.5deg);
		-o-transform: translate(0, -1.5px) rotate(-.5deg);
		transform: translate(0, -1.5px) rotate(-.5deg);
	}

	70% {
		-webkit-transform: translate(0, 1.5px) rotate(.5deg);
		-moz-transform: translate(0, 1.5px) rotate(.5deg);
		-ms-transform: translate(0, 1.5px) rotate(.5deg);
		-o-transform: translate(0, 1.5px) rotate(.5deg);
		transform: translate(0, 1.5px) rotate(.5deg);
	}

	72% {
		-webkit-transform: translate(0, 2.5px) rotate(1.5deg);
		-moz-transform: translate(0, 2.5px) rotate(1.5deg);
		-ms-transform: translate(0, 2.5px) rotate(1.5deg);
		-o-transform: translate(0, 2.5px) rotate(1.5deg);
		transform: translate(0, 2.5px) rotate(1.5deg);
	}

	74% {
		-webkit-transform: translate(0, -.5px) rotate(.5deg);
		-moz-transform: translate(0, -.5px) rotate(.5deg);
		-ms-transform: translate(0, -.5px) rotate(.5deg);
		-o-transform: translate(0, -.5px) rotate(.5deg);
		transform: translate(0, -.5px) rotate(.5deg);
	}

	76% {
		-webkit-transform: translate(0, -.5px) rotate(2.5deg);
		-moz-transform: translate(0, -.5px) rotate(2.5deg);
		-ms-transform: translate(0, -.5px) rotate(2.5deg);
		-o-transform: translate(0, -.5px) rotate(2.5deg);
		transform: translate(0, -.5px) rotate(2.5deg);
	}

	78% {
		-webkit-transform: translate(0, -.5px) rotate(1.5deg);
		-moz-transform: translate(0, -.5px) rotate(1.5deg);
		-ms-transform: translate(0, -.5px) rotate(1.5deg);
		-o-transform: translate(0, -.5px) rotate(1.5deg);
		transform: translate(0, -.5px) rotate(1.5deg);
	}

	80% {
		-webkit-transform: translate(0, 1.5px) rotate(1.5deg);
		-moz-transform: translate(0, 1.5px) rotate(1.5deg);
		-ms-transform: translate(0, 1.5px) rotate(1.5deg);
		-o-transform: translate(0, 1.5px) rotate(1.5deg);
		transform: translate(0, 1.5px) rotate(1.5deg);
	}

	82% {
		-webkit-transform: translate(0, -.5px) rotate(.5deg);
		-moz-transform: translate(0, -.5px) rotate(.5deg);
		-ms-transform: translate(0, -.5px) rotate(.5deg);
		-o-transform: translate(0, -.5px) rotate(.5deg);
		transform: translate(0, -.5px) rotate(.5deg);
	}

	84% {
		-webkit-transform: translate(0, 1.5px) rotate(2.5deg);
		-moz-transform: translate(0, 1.5px) rotate(2.5deg);
		-ms-transform: translate(0, 1.5px) rotate(2.5deg);
		-o-transform: translate(0, 1.5px) rotate(2.5deg);
		transform: translate(0, 1.5px) rotate(2.5deg);
	}

	86% {
		-webkit-transform: translate(0, -1.5px) rotate(-1.5deg);
		-moz-transform: translate(0, -1.5px) rotate(-1.5deg);
		-ms-transform: translate(0, -1.5px) rotate(-1.5deg);
		-o-transform: translate(0, -1.5px) rotate(-1.5deg);
		transform: translate(0, -1.5px) rotate(-1.5deg);
	}

	88% {
		-webkit-transform: translate(0, -.5px) rotate(2.5deg);
		-moz-transform: translate(0, -.5px) rotate(2.5deg);
		-ms-transform: translate(0, -.5px) rotate(2.5deg);
		-o-transform: translate(0, -.5px) rotate(2.5deg);
		transform: translate(0, -.5px) rotate(2.5deg);
	}

	90% {
		-webkit-transform: translate(0, 2.5px) rotate(-.5deg);
		-moz-transform: translate(0, 2.5px) rotate(-.5deg);
		-ms-transform: translate(0, 2.5px) rotate(-.5deg);
		-o-transform: translate(0, 2.5px) rotate(-.5deg);
		transform: translate(0, 2.5px) rotate(-.5deg);
	}

	92% {
		-webkit-transform: translate(0, .5px) rotate(-.5deg);
		-moz-transform: translate(0, .5px) rotate(-.5deg);
		-ms-transform: translate(0, .5px) rotate(-.5deg);
		-o-transform: translate(0, .5px) rotate(-.5deg);
		transform: translate(0, .5px) rotate(-.5deg);
	}

	94% {
		-webkit-transform: translate(0, 2.5px) rotate(.5deg);
		-moz-transform: translate(0, 2.5px) rotate(.5deg);
		-ms-transform: translate(0, 2.5px) rotate(.5deg);
		-o-transform: translate(0, 2.5px) rotate(.5deg);
		transform: translate(0, 2.5px) rotate(.5deg);
	}

	96% {
		-webkit-transform: translate(0, -.5px) rotate(1.5deg);
		-moz-transform: translate(0, -.5px) rotate(1.5deg);
		-ms-transform: translate(0, -.5px) rotate(1.5deg);
		-o-transform: translate(0, -.5px) rotate(1.5deg);
		transform: translate(0, -.5px) rotate(1.5deg);
	}

	98% {
		-webkit-transform: translate(0, -1.5px) rotate(-.5deg);
		-moz-transform: translate(0, -1.5px) rotate(-.5deg);
		-ms-transform: translate(0, -1.5px) rotate(-.5deg);
		-o-transform: translate(0, -1.5px) rotate(-.5deg);
		transform: translate(0, -1.5px) rotate(-.5deg);
	}

	0%,
	100% {
		-webkit-transform: translate(0, 0) rotate(0);
		-moz-transform: translate(0, 0) rotate(0);
		-ms-transform: translate(0, 0) rotate(0);
		-o-transform: translate(0, 0) rotate(0);
		transform: translate(0, 0) rotate(0);
	}
}

.esa-profile-avatar:hover {
	-webkit-animation: tada 1s .2s ease both;
	-moz-animation: tada 1s .2s ease both;
}

@-moz-keyframes tada {
	0% {
		-moz-transform: scale(1);
	}

	10%,
	20% {
		-moz-transform: scale(0.9) rotate(-3deg);
	}

	30%,
	50%,
	70%,
	90% {
		-moz-transform: scale(1.2) rotate(3deg);
	}

	40%,
	60%,
	80% {
		-moz-transform: scale(1.2) rotate(-3deg);
	}

	100% {
		-moz-transform: scale(1) rotate(0);
	}
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale(1);
	}

	10%,
	20% {
		-webkit-transform: scale(0.9) rotate(-3deg);
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale(1.2) rotate(3deg);
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale(1.2) rotate(-3deg);
	}

	100% {
		-webkit-transform: scale(1) rotate(0);
	}
}

.esa-profile-avatar:hover {
	background: url(https://files-cdn.cnblogs.com/files/yjlaugus/caidai.gif);
	background-size: cover;
	color: #999;
}

/*头部背景开关*/
#header {
	opacity: 1 !important
}

/*侧边栏头像*/
av:hover {
	background: url(https://files-cdn.cnblogs.com/files/yjlaugus/caidai.gif);
	background-size: cover;
	color: #999;
}

img.site-master-avatar:hover {
	-webkit-animation: tada 1s .2s ease both;
	-moz-animation: tada 1s .2s ease both;
}

.av {}

/*测试测试*/
#main {
	border-radius: 12px;
	background-color: #fff;
	box-shadow: 0 2px 6px rgba(26, 26, 26, .1);
}

#main #mainContent {
	background-color: transparent;
	min-height: 640px;
	padding: 0 !important;
	background-color: #fff;
	border-radius: 12px;
}

body {
	background: #f9f9f9 !important;
}

#sideBar {
	margin: 20px;
}

.day,
.entrylistItem {
	margin: 20px;
	cursor: pointer;
}

.post .postBody #BlogPostCategory a {
	margin-left: 5px;
	padding: 2px 10px;
	border-radius: 25px;
	background-color: #eff1f3;
	color: #999;
	text-align: center;
}

.post .postBody #EntryTag a {
	color: #2D8CF0;
	padding: 2px 10px;
	border-radius: 25px;
	background-color: #eff1f3;
	color: #999;
	text-align: center;
}

#header {
	z-index: 22 !important;
}

#header {
	width: 100% !important;
}

#main {
	margin-top: 100px;
}

#sideBar {
	margin: 24px;
	float: left;
	background: #fff;
	background-color: #fff;
	box-shadow: 1px 0 1px rgba(26, 26, 26, 0.03);
}

/*分类标签样式*/
.publishinfo a {
	background-color: #f1f8ff;
	border-radius: 3px;
	display: inline-block;
	margin: 4px 4px 4px 0;
	padding: 4px 10px;
	white-space: nowrap;
	font-size: 12px;
}

.publishinfo a:hover {
	background-color: #def;
}

.publishinfo img {
	display: inline-block !important;
	margin: 6px 4px 6px 0 !important;
}

.publishinfo {
	margin: 0 !important;
}

.publishinfo {
	padding: 5px 0 15px;
	margin: 0 0 20px 0 !important;
}

.publishinfo {
	color: #999;
}

.post .postBody a:active,
.post .postBody a:link,
.post .postBody a:visited {
	color: #0366d6;
	text-decoration: none;
}

.postBody a:link,
.postBody a:visited,
.postBody a:active {
	text-decoration: underline;
}

.publishinfo a {
	background-color: #f1f8ff;
	border-radius: 3px;
	display: inline-block;
	margin: 4px 4px 4px 0;
	padding: 4px 10px;
	white-space: nowrap;
	font-size: 12px;
}

.desc_img {
	position: relative !important;
	display: inline-block;
	border-radius: 5px;
	max-width: 100% !important;
	max-height: none;
}

.postDesc {
	float: left !important;
	width: unset !important;
}

.post .postBody #BlogPostCategory {
	display: none;
}

.post .postBody #EntryTag {
	display: none;
}

.RecentCommentBlock {
	font-size: 15px;
}

.recent_comment_body {
	background: #f7f7f7;
	width: fit-content;
	border-radius: 5px;
}

.recent_comment_body p {
	margin: 0;
}

@-moz-keyframes cl {
	0% {
		color: #147ACF;
	}

	50% {
		color: #C51AAE;
	}

	100% {
		color: #147ACF;
	}
}

@-webkit-keyframes cl {
	0% {
		color: #147ACF;
	}

	50% {
		color: #C51AAE;
	}

	100% {
		color: #147ACF;
	}
}

#header #blogTitle h1 a[data-text] {
	font-family: "Segoe Print";
	display: inline-block;
	padding: 1px;
	position: relative;
	vertical-align: middle;
	white-space: nowrap;
	text-decoration: none;
	color: #FFFFFF;
}

#header #blogTitle h1 a[data-text]::before {
	content: attr(data-text);
	position: absolute;
	z-index: 1;
	overflow: hidden;
	white-space: nowrap;
	color: #11998e;
	background: linear-gradient(to right, #17E1E6, #B3FFAE, #FFFF60, #FF7D7D);
	clip-path: polygon(0 0, 1px 0, 1px 100%, 0 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all .4s ease;
}

#header #blogTitle h1 a[data-text]:hover::before,
#header #blogTitle h1 a[data-text]:focus::before {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

#poweredby {
	display: none
}

#homepage_bottom_pager .pager {
	color: black !important;
	margin-left: 15px;
}

#homepage_bottom_pager .pager a {
	margin-right: 10px;
	margin-left: 0px;
}

div#banner_wave_1 {
	height: 50px;
	background: url(https://images.cnblogs.com/cnblogs_com/wqvincent/1760752/o_210804013914wave1.png) repeat-x;
	position: absolute;
	bottom: 0;
	width: 400%;
	z-index: 5;
	opacity: 1;
	transition-duration: .4s, .4s;
}

div#banner_wave_2 {
	height: 70px;
	background: url(https://images.cnblogs.com/cnblogs_com/wqvincent/1760752/o_210804013901wave2.png) repeat-x;
	position: absolute;
	bottom: 0;
	width: 400%;
	z-index: 4;
	opacity: 1;
	transition-duration: .4s, .4s;
}

.imgright {
	float: right;
	width: 50%;
	overflow: hidden;
	border-radius: 6px;
}

.postInfo {
	font-size: 14px;
	font-weight: 300;
	padding-right: 0;
	color: rgb(120 120 120) !important;
	float: left !important;
}

/*highlight.css*/
pre code.hljs {
	display: block;
	overflow-x: auto;
	padding: 1em
}

code.hljs {
	padding: 3px 5px
}

.hljs {
	background: #333 !important;
	color: #fff !important
}

.hljs-doctag,
.hljs-meta-keyword,
.hljs-name,
.hljs-strong {
	font-weight: 700
}

.hljs-code,
.hljs-emphasis {
	font-style: italic
}

.hljs-section,
.hljs-tag {
	color: #62c8f3
}

.hljs-selector-class,
.hljs-selector-id,
.hljs-template-variable,
.hljs-variable {
	color: #ade5fc
}

.hljs-meta-string,
.hljs-string {
	color: #a2fca2
}

.hljs-attr,
.hljs-quote,
.hljs-selector-attr {
	color: #7bd694
}

.hljs-tag .hljs-attr {
	color: inherit
}

.hljs-attribute,
.hljs-title,
.hljs-type {
	color: #ffa
}

.hljs-number,
.hljs-symbol {
	color: #d36363
}

.hljs-bullet,
.hljs-template-tag {
	color: #b8d8a2
}

.hljs-built_in,
.hljs-keyword,
.hljs-literal,
.hljs-selector-tag {
	color: #fcc28c
}

.hljs-code,
.hljs-comment,
.hljs-formula {
	color: #888
}

.hljs-link,
.hljs-regexp,
.hljs-selector-pseudo {
	color: #c6b4f0
}

.hljs-meta {
	color: #fc9b9b
}

.hljs-deletion {
	background: #fc9b9b;
	color: #333
}

.hljs-addition {
	background: #a2fca2;
	color: #333
}

.hljs-subst {
	color: #fff
}

.hljs a {
	color: inherit
}

.hljs a:focus,
.hljs a:hover {
	color: inherit;
	text-decoration: underline
}

.hljs mark {
	background: #555;
	color: inherit
}

.cnblogs-markdown .hljs {
	display: block;
	color: white;
	background: #333 !important;
	border: none !important;
	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace !important;
	padding: 1em !important;
	font-size: 14px !important
}
