.bilibili-player-video-pause-panel-container-mask {
    position: absolute;
    width: 50%;
    height: 50%;
    background-image: linear-gradient(-180deg,#000,rgba(0,0,0,.4));
}
/*【博客标题和副标题】 */
#blogTitle {
	overflow: hidden;
	height: auto;
	text-align: left;
}

#blogTitle h1 a:hover {
	color: #195874;
}

#blogTitle h1 a {
	color: #21759b;
        font-size: 25pt;
}

#blogTitle h2 {
	float: left;
	color: #6ebde0;
	font-weight: normal;
	font-weight: bold;
	font-size: 13px;
	font-size: .928571429rem;
	line-height: 1.846153846;
}
/* 【博客目录】 */
#uprightsideBar {
	position: fixed;
	top: 15%;
	right: 0px;
	width: auto;
	height: auto;
	color: #113b4e;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

#uprightsideBar h1 {
	color: #fff;
	font-weight: bold;
        font-size: 16pt;
}

#sideBarTab {
	float: left;
	width: 25px;
	border: 1px solid #00DDC00;
	border-right: none;
	background: #21759b;
	box-shadow: 0 0 8px #877788;
	text-align: center;
}

#sideBarContents dd, dt {
	cursor: pointer;
}

#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:hover, dt:hover {
	color: #21759b;
}

#sideBarContents dd {
	margin-left: 20px;
}
/* 【文章内标题】 */
#cb_post_title_url {
	margin-top: 15pt;
	color: #21759b;
	font-weight: bold;
	font-size: 20pt;
	font-family: "Comic Sans MS";
}

#cb_post_title_url:hover {
	margin-top: 15pt;
	color: #0f3647;
	text-decoration: underline;
	font-weight: bold;
	font-size: 24pt;
	font-family: "Comic Sans MS";
}
/*【调整不透明度】*/
#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.95;
}
/*【背景照片】*/
body {
	background-image: url("https://img2018.cnblogs.com/blog/1827638/201910/1827638-20191014022851839-352751393.jpg");
	background-position: center;
	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;
}
/*【评论区】*/
#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-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;
}
.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: #21759b;
	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%;
}
#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;
}
#comment_form .title {
	margin-bottom: 15px;
	font-weight: normal;
}
/*【代码字体大小】*/
.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 {
	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;
	-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;
}
/* 【去除广告】 */
#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;
}